[==========] Running 24 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 22 tests from AutoRebalancerTest
[ RUN      ] AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing
WARNING: Logging before InitGoogleLogging() is written to STDERR
I20260608 12:38:22.805315   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:36901,127.0.107.253:35693,127.0.107.252:34281
I20260608 12:38:22.807222   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
I20260608 12:38:22.808315   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:22.827678   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
W20260608 12:38:22.828241   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
W20260608 12:38:22.829149   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
I20260608 12:38:22.829530   431 server_base.cc:1061] running on GCE node
I20260608 12:38:24.059800   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:24.060031   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.
I20260608 12:38:24.060192   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922304060176 us; error 0 us; skew 500 ppm
I20260608 12:38:24.061079   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:24.066567   431 webserver.cc:533] Webserver started at http://127.0.107.254:35773/ using document root <none> and password file <none>
I20260608 12:38:24.067461   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:24.067698   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:24.068118   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:24.073956   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922302632525-431-0/minicluster-data/master-0-root/instance:
uuid: "ca7bee817b404678b5a9d078a901f70b"
format_stamp: "Formatted at 2026-06-08 12:38:24 on dist-test-slave-g6ln"
I20260608 12:38:24.082386   431 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.009s	sys 0.000s
I20260608 12:38:24.088423   446 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:24.089772   431 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.002s
I20260608 12:38:24.090147   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922302632525-431-0/minicluster-data/master-0-root
uuid: "ca7bee817b404678b5a9d078a901f70b"
format_stamp: "Formatted at 2026-06-08 12:38:24 on dist-test-slave-g6ln"
I20260608 12:38:24.090476   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922302632525-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922302632525-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922302632525-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)
I20260608 12:38:24.157797   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:24.159472   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
I20260608 12:38:24.159991   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:24.244107   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:36901
I20260608 12:38:24.244247   497 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:36901 every 8 connection(s)
I20260608 12:38:24.251195   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:38:24.253234   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
W20260608 12:38:24.260016   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
W20260608 12:38:24.262193   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
W20260608 12:38:24.266093   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
I20260608 12:38:24.268069   431 server_base.cc:1061] running on GCE node
I20260608 12:38:24.268976   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:24.269263   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.
I20260608 12:38:24.269466   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922304269450 us; error 0 us; skew 500 ppm
I20260608 12:38:24.270371   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:24.275175   431 webserver.cc:533] Webserver started at http://127.0.107.253:40235/ using document root <none> and password file <none>
I20260608 12:38:24.276014   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:24.276298   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:24.276669   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:24.278213   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922302632525-431-0/minicluster-data/master-1-root/instance:
uuid: "9252e4d2d21f476abd11e746ddaa39ad"
format_stamp: "Formatted at 2026-06-08 12:38:24 on dist-test-slave-g6ln"
I20260608 12:38:24.282502   498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 36901 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:24.285856   431 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.005s	sys 0.004s
I20260608 12:38:24.293093   508 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:24.293993   431 fs_manager.cc:730] Time spent opening block manager: real 0.006s	user 0.005s	sys 0.000s
I20260608 12:38:24.294377   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922302632525-431-0/minicluster-data/master-1-root
uuid: "9252e4d2d21f476abd11e746ddaa39ad"
format_stamp: "Formatted at 2026-06-08 12:38:24 on dist-test-slave-g6ln"
I20260608 12:38:24.294823   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922302632525-431-0/minicluster-data/master-1-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922302632525-431-0/minicluster-data/master-1-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922302632525-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)
I20260608 12:38:24.317405   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:24.318954   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:24.319590   498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35693 } has no permanent_uuid. Determining permanent_uuid...
W20260608 12:38:24.322724   450 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.253:35693: connect: Connection refused (error 111)
W20260608 12:38:24.329006   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:35693: Network error: Client connection negotiation failed: client connection to 127.0.107.253:35693: connect: Connection refused (error 111)
I20260608 12:38:24.379045   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: 35693 } attempt: 1
W20260608 12:38:24.384054   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:35693: Network error: Client connection negotiation failed: client connection to 127.0.107.253:35693: connect: Connection refused (error 111)
I20260608 12:38:24.401906   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.253:35693
I20260608 12:38:24.401993   562 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.253:35693 every 8 connection(s)
I20260608 12:38:24.407847   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
I20260608 12:38:24.407847   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:24.415786   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
I20260608 12:38:24.416116   563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 36901 } has no permanent_uuid. Determining permanent_uuid...
W20260608 12:38:24.417423   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
I20260608 12:38:24.421094   431 server_base.cc:1061] running on GCE node
W20260608 12:38:24.423127   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
I20260608 12:38:24.424234   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:24.424528   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.
I20260608 12:38:24.424769   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922304424747 us; error 0 us; skew 500 ppm
I20260608 12:38:24.425442   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:24.429406   431 webserver.cc:533] Webserver started at http://127.0.107.252:34203/ using document root <none> and password file <none>
I20260608 12:38:24.430131   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:24.430416   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:24.430768   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:24.432308   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922302632525-431-0/minicluster-data/master-2-root/instance:
uuid: "8e0b85eaddf642d9b6027e4aa4733dec"
format_stamp: "Formatted at 2026-06-08 12:38:24 on dist-test-slave-g6ln"
I20260608 12:38:24.432340   563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35693 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:24.439075   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.000s
I20260608 12:38:24.444273   575 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:24.445194   431 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.002s
I20260608 12:38:24.445537   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922302632525-431-0/minicluster-data/master-2-root
uuid: "8e0b85eaddf642d9b6027e4aa4733dec"
format_stamp: "Formatted at 2026-06-08 12:38:24 on dist-test-slave-g6ln"
I20260608 12:38:24.445911   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922302632525-431-0/minicluster-data/master-2-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922302632525-431-0/minicluster-data/master-2-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922302632525-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)
I20260608 12:38:24.452608   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: 35693 } attempt: 2
I20260608 12:38:24.457532   563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 34281 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:24.465657   498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 34281 } has no permanent_uuid. Determining permanent_uuid...
W20260608 12:38:24.470274   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:34281: Network error: Client connection negotiation failed: client connection to 127.0.107.252:34281: connect: Connection refused (error 111)
W20260608 12:38:24.474455   563 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:34281: Network error: Client connection negotiation failed: client connection to 127.0.107.252:34281: connect: Connection refused (error 111)
I20260608 12:38:24.482357   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:24.483736   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:24.506665   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: 34281 } attempt: 1
W20260608 12:38:24.512874   563 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:34281: Network error: Client connection negotiation failed: client connection to 127.0.107.252:34281: connect: Connection refused (error 111)
I20260608 12:38:24.513885   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: 34281 } attempt: 1
W20260608 12:38:24.519487   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:34281: Network error: Client connection negotiation failed: client connection to 127.0.107.252:34281: connect: Connection refused (error 111)
I20260608 12:38:24.565310   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.252:34281
I20260608 12:38:24.565436   627 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.252:34281 every 8 connection(s)
I20260608 12:38:24.571027   628 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:24.571048   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:38:24.576879   628 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 36901 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:24.587096   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: 34281 } attempt: 2
I20260608 12:38:24.588917   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: 34281 } attempt: 2
I20260608 12:38:24.592056   628 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35693 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:24.607568   628 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 34281 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:24.611981   498 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ca7bee817b404678b5a9d078a901f70b: Bootstrap starting.
I20260608 12:38:24.619318   563 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9252e4d2d21f476abd11e746ddaa39ad: Bootstrap starting.
I20260608 12:38:24.620676   498 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ca7bee817b404678b5a9d078a901f70b: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:24.623768   498 log.cc:826] T 00000000000000000000000000000000 P ca7bee817b404678b5a9d078a901f70b: Log is configured to *not* fsync() on all Append() calls
I20260608 12:38:24.625535   563 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9252e4d2d21f476abd11e746ddaa39ad: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:24.628705   628 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec: Bootstrap starting.
I20260608 12:38:24.631474   498 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ca7bee817b404678b5a9d078a901f70b: No bootstrap required, opened a new log
I20260608 12:38:24.634150   563 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9252e4d2d21f476abd11e746ddaa39ad: No bootstrap required, opened a new log
I20260608 12:38:24.635464   628 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:24.641600   628 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec: No bootstrap required, opened a new log
I20260608 12:38:24.653339   628 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ca7bee817b404678b5a9d078a901f70b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 36901 } } peers { permanent_uuid: "9252e4d2d21f476abd11e746ddaa39ad" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35693 } } peers { permanent_uuid: "8e0b85eaddf642d9b6027e4aa4733dec" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 34281 } }
I20260608 12:38:24.653347   563 raft_consensus.cc:359] T 00000000000000000000000000000000 P 9252e4d2d21f476abd11e746ddaa39ad [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ca7bee817b404678b5a9d078a901f70b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 36901 } } peers { permanent_uuid: "9252e4d2d21f476abd11e746ddaa39ad" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35693 } } peers { permanent_uuid: "8e0b85eaddf642d9b6027e4aa4733dec" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 34281 } }
I20260608 12:38:24.653350   498 raft_consensus.cc:359] T 00000000000000000000000000000000 P ca7bee817b404678b5a9d078a901f70b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ca7bee817b404678b5a9d078a901f70b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 36901 } } peers { permanent_uuid: "9252e4d2d21f476abd11e746ddaa39ad" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35693 } } peers { permanent_uuid: "8e0b85eaddf642d9b6027e4aa4733dec" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 34281 } }
I20260608 12:38:24.654316   628 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:24.654367   563 raft_consensus.cc:385] T 00000000000000000000000000000000 P 9252e4d2d21f476abd11e746ddaa39ad [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:24.654429   498 raft_consensus.cc:385] T 00000000000000000000000000000000 P ca7bee817b404678b5a9d078a901f70b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:24.654754   628 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8e0b85eaddf642d9b6027e4aa4733dec, State: Initialized, Role: FOLLOWER
I20260608 12:38:24.654807   563 raft_consensus.cc:740] T 00000000000000000000000000000000 P 9252e4d2d21f476abd11e746ddaa39ad [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9252e4d2d21f476abd11e746ddaa39ad, State: Initialized, Role: FOLLOWER
I20260608 12:38:24.654881   498 raft_consensus.cc:740] T 00000000000000000000000000000000 P ca7bee817b404678b5a9d078a901f70b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ca7bee817b404678b5a9d078a901f70b, State: Initialized, Role: FOLLOWER
I20260608 12:38:24.656037   628 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ca7bee817b404678b5a9d078a901f70b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 36901 } } peers { permanent_uuid: "9252e4d2d21f476abd11e746ddaa39ad" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35693 } } peers { permanent_uuid: "8e0b85eaddf642d9b6027e4aa4733dec" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 34281 } }
I20260608 12:38:24.656046   563 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9252e4d2d21f476abd11e746ddaa39ad [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ca7bee817b404678b5a9d078a901f70b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 36901 } } peers { permanent_uuid: "9252e4d2d21f476abd11e746ddaa39ad" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35693 } } peers { permanent_uuid: "8e0b85eaddf642d9b6027e4aa4733dec" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 34281 } }
I20260608 12:38:24.656046   498 consensus_queue.cc:260] T 00000000000000000000000000000000 P ca7bee817b404678b5a9d078a901f70b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ca7bee817b404678b5a9d078a901f70b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 36901 } } peers { permanent_uuid: "9252e4d2d21f476abd11e746ddaa39ad" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35693 } } peers { permanent_uuid: "8e0b85eaddf642d9b6027e4aa4733dec" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 34281 } }
I20260608 12:38:24.661749   638 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9252e4d2d21f476abd11e746ddaa39ad [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: "ca7bee817b404678b5a9d078a901f70b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 36901 } } peers { permanent_uuid: "9252e4d2d21f476abd11e746ddaa39ad" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35693 } } peers { permanent_uuid: "8e0b85eaddf642d9b6027e4aa4733dec" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 34281 } } }
I20260608 12:38:24.662667   638 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9252e4d2d21f476abd11e746ddaa39ad [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:24.663442   636 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec [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: "ca7bee817b404678b5a9d078a901f70b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 36901 } } peers { permanent_uuid: "9252e4d2d21f476abd11e746ddaa39ad" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35693 } } peers { permanent_uuid: "8e0b85eaddf642d9b6027e4aa4733dec" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 34281 } } }
I20260608 12:38:24.664296   563 sys_catalog.cc:565] T 00000000000000000000000000000000 P 9252e4d2d21f476abd11e746ddaa39ad [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:38:24.665251   628 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:38:24.664322   636 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec [sys.catalog]: This master's current role is: FOLLOWER
W20260608 12:38:24.666921   452 tablet.cc:2404] T 00000000000000000000000000000000 P ca7bee817b404678b5a9d078a901f70b: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:38:24.667629   498 sys_catalog.cc:565] T 00000000000000000000000000000000 P ca7bee817b404678b5a9d078a901f70b [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:38:24.665586   637 sys_catalog.cc:455] T 00000000000000000000000000000000 P ca7bee817b404678b5a9d078a901f70b [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: "ca7bee817b404678b5a9d078a901f70b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 36901 } } peers { permanent_uuid: "9252e4d2d21f476abd11e746ddaa39ad" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35693 } } peers { permanent_uuid: "8e0b85eaddf642d9b6027e4aa4733dec" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 34281 } } }
I20260608 12:38:24.668650   637 sys_catalog.cc:458] T 00000000000000000000000000000000 P ca7bee817b404678b5a9d078a901f70b [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:24.694521   636 raft_consensus.cc:493] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:24.695493   636 raft_consensus.cc:515] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ca7bee817b404678b5a9d078a901f70b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 36901 } } peers { permanent_uuid: "9252e4d2d21f476abd11e746ddaa39ad" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35693 } } peers { permanent_uuid: "8e0b85eaddf642d9b6027e4aa4733dec" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 34281 } }
I20260608 12:38:24.702049   473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8e0b85eaddf642d9b6027e4aa4733dec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ca7bee817b404678b5a9d078a901f70b" is_pre_election: true
I20260608 12:38:24.703294   473 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ca7bee817b404678b5a9d078a901f70b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8e0b85eaddf642d9b6027e4aa4733dec in term 0.
I20260608 12:38:24.706202   576 leader_election.cc:304] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8e0b85eaddf642d9b6027e4aa4733dec, ca7bee817b404678b5a9d078a901f70b; no voters: 
I20260608 12:38:24.711637   538 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8e0b85eaddf642d9b6027e4aa4733dec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9252e4d2d21f476abd11e746ddaa39ad" is_pre_election: true
I20260608 12:38:24.712621   538 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 9252e4d2d21f476abd11e746ddaa39ad [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8e0b85eaddf642d9b6027e4aa4733dec in term 0.
I20260608 12:38:24.715528   636 leader_election.cc:290] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ca7bee817b404678b5a9d078a901f70b (127.0.107.254:36901), 9252e4d2d21f476abd11e746ddaa39ad (127.0.107.253:35693)
I20260608 12:38:24.716506   636 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:24.719378   636 raft_consensus.cc:493] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:24.720423   636 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:24.732281   636 raft_consensus.cc:515] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ca7bee817b404678b5a9d078a901f70b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 36901 } } peers { permanent_uuid: "9252e4d2d21f476abd11e746ddaa39ad" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35693 } } peers { permanent_uuid: "8e0b85eaddf642d9b6027e4aa4733dec" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 34281 } }
I20260608 12:38:24.737766   473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8e0b85eaddf642d9b6027e4aa4733dec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ca7bee817b404678b5a9d078a901f70b"
I20260608 12:38:24.738584   473 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ca7bee817b404678b5a9d078a901f70b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:24.750105   538 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8e0b85eaddf642d9b6027e4aa4733dec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9252e4d2d21f476abd11e746ddaa39ad"
I20260608 12:38:24.750946   538 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 9252e4d2d21f476abd11e746ddaa39ad [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:24.759577   636 leader_election.cc:290] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec [CANDIDATE]: Term 1 election: Requested vote from peers ca7bee817b404678b5a9d078a901f70b (127.0.107.254:36901), 9252e4d2d21f476abd11e746ddaa39ad (127.0.107.253:35693)
I20260608 12:38:24.764778   538 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 9252e4d2d21f476abd11e746ddaa39ad [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8e0b85eaddf642d9b6027e4aa4733dec in term 1.
I20260608 12:38:24.767939   579 leader_election.cc:304] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8e0b85eaddf642d9b6027e4aa4733dec, 9252e4d2d21f476abd11e746ddaa39ad; no voters: 
I20260608 12:38:24.769371   636 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:24.770147   636 raft_consensus.cc:697] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec [term 1 LEADER]: Becoming Leader. State: Replica: 8e0b85eaddf642d9b6027e4aa4733dec, State: Running, Role: LEADER
I20260608 12:38:24.761861   473 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ca7bee817b404678b5a9d078a901f70b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8e0b85eaddf642d9b6027e4aa4733dec in term 1.
I20260608 12:38:24.773556   636 consensus_queue.cc:237] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ca7bee817b404678b5a9d078a901f70b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 36901 } } peers { permanent_uuid: "9252e4d2d21f476abd11e746ddaa39ad" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35693 } } peers { permanent_uuid: "8e0b85eaddf642d9b6027e4aa4733dec" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 34281 } }
I20260608 12:38:24.798377   658 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8e0b85eaddf642d9b6027e4aa4733dec. Latest consensus state: current_term: 1 leader_uuid: "8e0b85eaddf642d9b6027e4aa4733dec" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ca7bee817b404678b5a9d078a901f70b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 36901 } } peers { permanent_uuid: "9252e4d2d21f476abd11e746ddaa39ad" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35693 } } peers { permanent_uuid: "8e0b85eaddf642d9b6027e4aa4733dec" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 34281 } } }
I20260608 12:38:24.799769   658 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:24.806128   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 1
I20260608 12:38:24.810177   670 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:38:24.814337   673 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
I20260608 12:38:24.819370   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 2
I20260608 12:38:24.822368   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:24.822535   669 catalog_manager.cc:1593] T 00000000000000000000000000000000 P ca7bee817b404678b5a9d078a901f70b: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:38:24.822911   669 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260608 12:38:24.825783   675 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 9252e4d2d21f476abd11e746ddaa39ad: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:38:24.828622   675 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260608 12:38:24.828915   670 catalog_manager.cc:1519] Initializing Kudu cluster ID...
W20260608 12:38:24.837224   677 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:24.837263   676 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:24.851166   431 server_base.cc:1061] running on GCE node
W20260608 12:38:24.850935   679 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:24.852916   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:24.853174   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.
I20260608 12:38:24.853399   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922304853377 us; error 0 us; skew 500 ppm
I20260608 12:38:24.853991   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:24.858513   431 webserver.cc:533] Webserver started at http://127.0.107.193:34259/ using document root <none> and password file <none>
I20260608 12:38:24.859161   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:24.859442   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:24.859791   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:24.860113   538 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 9252e4d2d21f476abd11e746ddaa39ad [term 1 FOLLOWER]: Refusing update from remote peer 8e0b85eaddf642d9b6027e4aa4733dec: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:24.861172   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922302632525-431-0/minicluster-data/ts-0-root/instance:
uuid: "a2fd58f27fec44c1a4c22b7d202eaef3"
format_stamp: "Formatted at 2026-06-08 12:38:24 on dist-test-slave-g6ln"
I20260608 12:38:24.862386   658 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec [LEADER]: Connected to new peer: Peer: permanent_uuid: "9252e4d2d21f476abd11e746ddaa39ad" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35693 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:24.863186   473 raft_consensus.cc:1275] T 00000000000000000000000000000000 P ca7bee817b404678b5a9d078a901f70b [term 1 FOLLOWER]: Refusing update from remote peer 8e0b85eaddf642d9b6027e4aa4733dec: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:24.864957   658 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec [LEADER]: Connected to new peer: Peer: permanent_uuid: "ca7bee817b404678b5a9d078a901f70b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 36901 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:24.880622   637 sys_catalog.cc:455] T 00000000000000000000000000000000 P ca7bee817b404678b5a9d078a901f70b [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8e0b85eaddf642d9b6027e4aa4733dec. Latest consensus state: current_term: 1 leader_uuid: "8e0b85eaddf642d9b6027e4aa4733dec" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ca7bee817b404678b5a9d078a901f70b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 36901 } } peers { permanent_uuid: "9252e4d2d21f476abd11e746ddaa39ad" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35693 } } peers { permanent_uuid: "8e0b85eaddf642d9b6027e4aa4733dec" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 34281 } } }
I20260608 12:38:24.881723   637 sys_catalog.cc:458] T 00000000000000000000000000000000 P ca7bee817b404678b5a9d078a901f70b [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:24.887625   431 fs_manager.cc:696] Time spent creating directory manager: real 0.026s	user 0.010s	sys 0.014s
I20260608 12:38:24.888932   638 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9252e4d2d21f476abd11e746ddaa39ad [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8e0b85eaddf642d9b6027e4aa4733dec. Latest consensus state: current_term: 1 leader_uuid: "8e0b85eaddf642d9b6027e4aa4733dec" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ca7bee817b404678b5a9d078a901f70b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 36901 } } peers { permanent_uuid: "9252e4d2d21f476abd11e746ddaa39ad" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35693 } } peers { permanent_uuid: "8e0b85eaddf642d9b6027e4aa4733dec" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 34281 } } }
I20260608 12:38:24.889817   638 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9252e4d2d21f476abd11e746ddaa39ad [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:24.906893   689 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:24.908224   431 fs_manager.cc:730] Time spent opening block manager: real 0.018s	user 0.011s	sys 0.008s
I20260608 12:38:24.908674   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922302632525-431-0/minicluster-data/ts-0-root
uuid: "a2fd58f27fec44c1a4c22b7d202eaef3"
format_stamp: "Formatted at 2026-06-08 12:38:24 on dist-test-slave-g6ln"
I20260608 12:38:24.909138   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922302632525-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922302632525-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922302632525-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)
I20260608 12:38:24.916448   638 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9252e4d2d21f476abd11e746ddaa39ad [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "8e0b85eaddf642d9b6027e4aa4733dec" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ca7bee817b404678b5a9d078a901f70b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 36901 } } peers { permanent_uuid: "9252e4d2d21f476abd11e746ddaa39ad" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35693 } } peers { permanent_uuid: "8e0b85eaddf642d9b6027e4aa4733dec" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 34281 } } }
I20260608 12:38:24.917210   638 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9252e4d2d21f476abd11e746ddaa39ad [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:24.918603   636 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "8e0b85eaddf642d9b6027e4aa4733dec" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ca7bee817b404678b5a9d078a901f70b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 36901 } } peers { permanent_uuid: "9252e4d2d21f476abd11e746ddaa39ad" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35693 } } peers { permanent_uuid: "8e0b85eaddf642d9b6027e4aa4733dec" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 34281 } } }
I20260608 12:38:24.919401   636 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:24.920853   636 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "8e0b85eaddf642d9b6027e4aa4733dec" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ca7bee817b404678b5a9d078a901f70b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 36901 } } peers { permanent_uuid: "9252e4d2d21f476abd11e746ddaa39ad" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35693 } } peers { permanent_uuid: "8e0b85eaddf642d9b6027e4aa4733dec" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 34281 } } }
I20260608 12:38:24.921618   636 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:24.924346   670 catalog_manager.cc:1382] Generated new cluster ID: d0a0ed0065b049aebf7a73ac279086de
I20260608 12:38:24.924702   670 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:38:24.942232   637 sys_catalog.cc:455] T 00000000000000000000000000000000 P ca7bee817b404678b5a9d078a901f70b [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "8e0b85eaddf642d9b6027e4aa4733dec" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ca7bee817b404678b5a9d078a901f70b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 36901 } } peers { permanent_uuid: "9252e4d2d21f476abd11e746ddaa39ad" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35693 } } peers { permanent_uuid: "8e0b85eaddf642d9b6027e4aa4733dec" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 34281 } } }
I20260608 12:38:24.943140   637 sys_catalog.cc:458] T 00000000000000000000000000000000 P ca7bee817b404678b5a9d078a901f70b [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:24.965070   670 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:38:24.967809   670 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:38:24.994505   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:24.996704   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:25.009400   670 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec: Generated new TSK 0
I20260608 12:38:25.010275   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:25.011051   670 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:38:25.015713   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:25.016040   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:25.016340   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:25.016541   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:25.121503   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:46023
I20260608 12:38:25.122008   755 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:46023 every 8 connection(s)
I20260608 12:38:25.155234   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:38:25.170415   756 heartbeater.cc:344] Connected to a master server at 127.0.107.252:34281
I20260608 12:38:25.170917   756 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:25.172297   756 heartbeater.cc:507] Master 127.0.107.252:34281 requested a full tablet report, sending...
I20260608 12:38:25.174504   757 heartbeater.cc:344] Connected to a master server at 127.0.107.253:35693
I20260608 12:38:25.174883   757 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:25.176246   593 ts_manager.cc:194] Registered new tserver with Master: a2fd58f27fec44c1a4c22b7d202eaef3 (127.0.107.193:46023)
I20260608 12:38:25.178494   593 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:44286
I20260608 12:38:25.176258   757 heartbeater.cc:507] Master 127.0.107.253:35693 requested a full tablet report, sending...
I20260608 12:38:25.182612   528 ts_manager.cc:194] Registered new tserver with Master: a2fd58f27fec44c1a4c22b7d202eaef3 (127.0.107.193:46023)
W20260608 12:38:25.186285   766 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:25.190670   767 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:25.193495   758 heartbeater.cc:344] Connected to a master server at 127.0.107.254:36901
I20260608 12:38:25.193912   758 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:25.195170   758 heartbeater.cc:507] Master 127.0.107.254:36901 requested a full tablet report, sending...
W20260608 12:38:25.195614   769 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:25.197691   431 server_base.cc:1061] running on GCE node
I20260608 12:38:25.198469   463 ts_manager.cc:194] Registered new tserver with Master: a2fd58f27fec44c1a4c22b7d202eaef3 (127.0.107.193:46023)
I20260608 12:38:25.198642   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:25.198961   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.
I20260608 12:38:25.199165   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922305199146 us; error 0 us; skew 500 ppm
I20260608 12:38:25.200054   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:25.202919   431 webserver.cc:533] Webserver started at http://127.0.107.194:36981/ using document root <none> and password file <none>
I20260608 12:38:25.203512   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:25.203733   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:25.204015   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:25.205058   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922302632525-431-0/minicluster-data/ts-1-root/instance:
uuid: "36ab5e4fc02e498e877ad48e517b108e"
format_stamp: "Formatted at 2026-06-08 12:38:25 on dist-test-slave-g6ln"
I20260608 12:38:25.209985   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:38:25.214269   774 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:25.215180   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:38:25.215502   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922302632525-431-0/minicluster-data/ts-1-root
uuid: "36ab5e4fc02e498e877ad48e517b108e"
format_stamp: "Formatted at 2026-06-08 12:38:25 on dist-test-slave-g6ln"
I20260608 12:38:25.215773   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922302632525-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922302632525-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922302632525-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)
I20260608 12:38:25.228943   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:25.230176   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:25.233029   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:25.237080   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:25.237346   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:25.237604   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:25.237788   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:25.347194   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:35799
I20260608 12:38:25.348222   836 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:35799 every 8 connection(s)
I20260608 12:38:25.376497   837 heartbeater.cc:344] Connected to a master server at 127.0.107.252:34281
I20260608 12:38:25.377002   837 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:25.378665   837 heartbeater.cc:507] Master 127.0.107.252:34281 requested a full tablet report, sending...
I20260608 12:38:25.381283   593 ts_manager.cc:194] Registered new tserver with Master: 36ab5e4fc02e498e877ad48e517b108e (127.0.107.194:35799)
I20260608 12:38:25.383152   593 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:44296
I20260608 12:38:25.383783   838 heartbeater.cc:344] Connected to a master server at 127.0.107.253:35693
I20260608 12:38:25.384207   838 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:25.387223   838 heartbeater.cc:507] Master 127.0.107.253:35693 requested a full tablet report, sending...
I20260608 12:38:25.390472   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:38:25.390861   528 ts_manager.cc:194] Registered new tserver with Master: 36ab5e4fc02e498e877ad48e517b108e (127.0.107.194:35799)
I20260608 12:38:25.403692   839 heartbeater.cc:344] Connected to a master server at 127.0.107.254:36901
I20260608 12:38:25.404142   839 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:25.404816   839 heartbeater.cc:507] Master 127.0.107.254:36901 requested a full tablet report, sending...
I20260608 12:38:25.407548   463 ts_manager.cc:194] Registered new tserver with Master: 36ab5e4fc02e498e877ad48e517b108e (127.0.107.194:35799)
W20260608 12:38:25.409245   844 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:25.411113   845 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:25.415879   847 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:25.421566   431 server_base.cc:1061] running on GCE node
I20260608 12:38:25.422559   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:25.422781   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.
I20260608 12:38:25.422981   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922305422962 us; error 0 us; skew 500 ppm
I20260608 12:38:25.423664   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:25.426611   431 webserver.cc:533] Webserver started at http://127.0.107.195:35067/ using document root <none> and password file <none>
I20260608 12:38:25.427182   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:25.427379   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:25.427762   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:25.428897   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922302632525-431-0/minicluster-data/ts-2-root/instance:
uuid: "e89baf4963b54bc193dfda5a8ae666e0"
format_stamp: "Formatted at 2026-06-08 12:38:25 on dist-test-slave-g6ln"
I20260608 12:38:25.433765   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:38:25.437511   852 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:25.438346   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
I20260608 12:38:25.438653   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922302632525-431-0/minicluster-data/ts-2-root
uuid: "e89baf4963b54bc193dfda5a8ae666e0"
format_stamp: "Formatted at 2026-06-08 12:38:25 on dist-test-slave-g6ln"
I20260608 12:38:25.438951   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922302632525-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922302632525-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922302632525-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)
I20260608 12:38:25.454756   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:25.456171   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:25.459007   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:25.462074   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:25.462324   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:25.462571   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:25.462759   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:25.554693   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:38039
I20260608 12:38:25.554797   914 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:38039 every 8 connection(s)
I20260608 12:38:25.591398   915 heartbeater.cc:344] Connected to a master server at 127.0.107.252:34281
I20260608 12:38:25.591902   915 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:25.593106   915 heartbeater.cc:507] Master 127.0.107.252:34281 requested a full tablet report, sending...
I20260608 12:38:25.595754   593 ts_manager.cc:194] Registered new tserver with Master: e89baf4963b54bc193dfda5a8ae666e0 (127.0.107.195:38039)
I20260608 12:38:25.595918   916 heartbeater.cc:344] Connected to a master server at 127.0.107.253:35693
I20260608 12:38:25.596369   916 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:25.597841   916 heartbeater.cc:507] Master 127.0.107.253:35693 requested a full tablet report, sending...
I20260608 12:38:25.598065   593 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:44310
I20260608 12:38:25.601105   528 ts_manager.cc:194] Registered new tserver with Master: e89baf4963b54bc193dfda5a8ae666e0 (127.0.107.195:38039)
I20260608 12:38:25.611478   918 heartbeater.cc:344] Connected to a master server at 127.0.107.254:36901
I20260608 12:38:25.611979   918 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:25.612686   918 heartbeater.cc:507] Master 127.0.107.254:36901 requested a full tablet report, sending...
I20260608 12:38:25.615134   463 ts_manager.cc:194] Registered new tserver with Master: e89baf4963b54bc193dfda5a8ae666e0 (127.0.107.195:38039)
I20260608 12:38:25.615253   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.010392617s
I20260608 12:38:25.828361   669 catalog_manager.cc:1294] Loaded cluster ID: d0a0ed0065b049aebf7a73ac279086de
I20260608 12:38:25.828686   669 catalog_manager.cc:1587] T 00000000000000000000000000000000 P ca7bee817b404678b5a9d078a901f70b: loading cluster ID for follower catalog manager: success
I20260608 12:38:25.835958   669 catalog_manager.cc:1609] T 00000000000000000000000000000000 P ca7bee817b404678b5a9d078a901f70b: acquiring CA information for follower catalog manager: success
I20260608 12:38:25.836198   675 catalog_manager.cc:1294] Loaded cluster ID: d0a0ed0065b049aebf7a73ac279086de
I20260608 12:38:25.836555   675 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 9252e4d2d21f476abd11e746ddaa39ad: loading cluster ID for follower catalog manager: success
I20260608 12:38:25.840710   669 catalog_manager.cc:1637] T 00000000000000000000000000000000 P ca7bee817b404678b5a9d078a901f70b: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260608 12:38:25.844357   675 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 9252e4d2d21f476abd11e746ddaa39ad: acquiring CA information for follower catalog manager: success
I20260608 12:38:25.850061   675 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 9252e4d2d21f476abd11e746ddaa39ad: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260608 12:38:26.186188   756 heartbeater.cc:499] Master 127.0.107.252:34281 was elected leader, sending a full tablet report...
I20260608 12:38:26.388743   837 heartbeater.cc:499] Master 127.0.107.252:34281 was elected leader, sending a full tablet report...
I20260608 12:38:26.601449   915 heartbeater.cc:499] Master 127.0.107.252:34281 was elected leader, sending a full tablet report...
I20260608 12:38:26.810309   666 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:27.801988   593 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:51472:
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"
    }
  }
}
I20260608 12:38:27.910729   721 tablet_service.cc:1511] Processing CreateTablet for tablet 7ba65aa809e74eedaa03767e5f4fd511 (DEFAULT_TABLE table=test-workload [id=688429bed4a34fd59aafd76381822ea3]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:38:27.914098   720 tablet_service.cc:1511] Processing CreateTablet for tablet 65db9f3fcc33499c859bc75f828bb3f3 (DEFAULT_TABLE table=test-workload [id=688429bed4a34fd59aafd76381822ea3]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:38:27.916060   721 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7ba65aa809e74eedaa03767e5f4fd511. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:27.918603   720 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 65db9f3fcc33499c859bc75f828bb3f3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:27.924870   802 tablet_service.cc:1511] Processing CreateTablet for tablet 3fdee629a39b46d4b61b052e992a86d5 (DEFAULT_TABLE table=test-workload [id=688429bed4a34fd59aafd76381822ea3]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:38:27.923448   880 tablet_service.cc:1511] Processing CreateTablet for tablet a2d9464ba45b4736b494de4d1aee2185 (DEFAULT_TABLE table=test-workload [id=688429bed4a34fd59aafd76381822ea3]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:38:27.927277   802 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3fdee629a39b46d4b61b052e992a86d5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:27.927376   880 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a2d9464ba45b4736b494de4d1aee2185. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:27.950439   951 tablet_bootstrap.cc:492] T 65db9f3fcc33499c859bc75f828bb3f3 P a2fd58f27fec44c1a4c22b7d202eaef3: Bootstrap starting.
I20260608 12:38:27.954916   953 tablet_bootstrap.cc:492] T a2d9464ba45b4736b494de4d1aee2185 P e89baf4963b54bc193dfda5a8ae666e0: Bootstrap starting.
I20260608 12:38:27.961664   951 tablet_bootstrap.cc:654] T 65db9f3fcc33499c859bc75f828bb3f3 P a2fd58f27fec44c1a4c22b7d202eaef3: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:27.965376   952 tablet_bootstrap.cc:492] T 3fdee629a39b46d4b61b052e992a86d5 P 36ab5e4fc02e498e877ad48e517b108e: Bootstrap starting.
I20260608 12:38:27.966790   953 tablet_bootstrap.cc:654] T a2d9464ba45b4736b494de4d1aee2185 P e89baf4963b54bc193dfda5a8ae666e0: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:27.970574   951 tablet_bootstrap.cc:492] T 65db9f3fcc33499c859bc75f828bb3f3 P a2fd58f27fec44c1a4c22b7d202eaef3: No bootstrap required, opened a new log
I20260608 12:38:27.971645   951 ts_tablet_manager.cc:1403] T 65db9f3fcc33499c859bc75f828bb3f3 P a2fd58f27fec44c1a4c22b7d202eaef3: Time spent bootstrapping tablet: real 0.022s	user 0.011s	sys 0.009s
I20260608 12:38:27.976042   952 tablet_bootstrap.cc:654] T 3fdee629a39b46d4b61b052e992a86d5 P 36ab5e4fc02e498e877ad48e517b108e: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:27.975884   951 raft_consensus.cc:359] T 65db9f3fcc33499c859bc75f828bb3f3 P a2fd58f27fec44c1a4c22b7d202eaef3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a2fd58f27fec44c1a4c22b7d202eaef3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46023 } }
I20260608 12:38:27.976779   951 raft_consensus.cc:385] T 65db9f3fcc33499c859bc75f828bb3f3 P a2fd58f27fec44c1a4c22b7d202eaef3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:27.977070   951 raft_consensus.cc:740] T 65db9f3fcc33499c859bc75f828bb3f3 P a2fd58f27fec44c1a4c22b7d202eaef3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a2fd58f27fec44c1a4c22b7d202eaef3, State: Initialized, Role: FOLLOWER
I20260608 12:38:27.977811   951 consensus_queue.cc:260] T 65db9f3fcc33499c859bc75f828bb3f3 P a2fd58f27fec44c1a4c22b7d202eaef3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "a2fd58f27fec44c1a4c22b7d202eaef3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46023 } }
I20260608 12:38:27.978777   951 raft_consensus.cc:399] T 65db9f3fcc33499c859bc75f828bb3f3 P a2fd58f27fec44c1a4c22b7d202eaef3 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:38:27.979040   953 tablet_bootstrap.cc:492] T a2d9464ba45b4736b494de4d1aee2185 P e89baf4963b54bc193dfda5a8ae666e0: No bootstrap required, opened a new log
I20260608 12:38:27.979071   951 raft_consensus.cc:493] T 65db9f3fcc33499c859bc75f828bb3f3 P a2fd58f27fec44c1a4c22b7d202eaef3 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:38:27.979702   951 raft_consensus.cc:3060] T 65db9f3fcc33499c859bc75f828bb3f3 P a2fd58f27fec44c1a4c22b7d202eaef3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:27.979799   953 ts_tablet_manager.cc:1403] T a2d9464ba45b4736b494de4d1aee2185 P e89baf4963b54bc193dfda5a8ae666e0: Time spent bootstrapping tablet: real 0.026s	user 0.015s	sys 0.006s
I20260608 12:38:27.983796   953 raft_consensus.cc:359] T a2d9464ba45b4736b494de4d1aee2185 P e89baf4963b54bc193dfda5a8ae666e0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e89baf4963b54bc193dfda5a8ae666e0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38039 } }
I20260608 12:38:27.984155   952 tablet_bootstrap.cc:492] T 3fdee629a39b46d4b61b052e992a86d5 P 36ab5e4fc02e498e877ad48e517b108e: No bootstrap required, opened a new log
I20260608 12:38:27.984509   953 raft_consensus.cc:385] T a2d9464ba45b4736b494de4d1aee2185 P e89baf4963b54bc193dfda5a8ae666e0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:27.984828   952 ts_tablet_manager.cc:1403] T 3fdee629a39b46d4b61b052e992a86d5 P 36ab5e4fc02e498e877ad48e517b108e: Time spent bootstrapping tablet: real 0.020s	user 0.016s	sys 0.002s
I20260608 12:38:27.984921   953 raft_consensus.cc:740] T a2d9464ba45b4736b494de4d1aee2185 P e89baf4963b54bc193dfda5a8ae666e0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e89baf4963b54bc193dfda5a8ae666e0, State: Initialized, Role: FOLLOWER
I20260608 12:38:27.987389   951 raft_consensus.cc:515] T 65db9f3fcc33499c859bc75f828bb3f3 P a2fd58f27fec44c1a4c22b7d202eaef3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a2fd58f27fec44c1a4c22b7d202eaef3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46023 } }
I20260608 12:38:27.988514   951 leader_election.cc:304] T 65db9f3fcc33499c859bc75f828bb3f3 P a2fd58f27fec44c1a4c22b7d202eaef3 [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: a2fd58f27fec44c1a4c22b7d202eaef3; no voters: 
I20260608 12:38:27.988793   953 consensus_queue.cc:260] T a2d9464ba45b4736b494de4d1aee2185 P e89baf4963b54bc193dfda5a8ae666e0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "e89baf4963b54bc193dfda5a8ae666e0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38039 } }
I20260608 12:38:27.989696   953 raft_consensus.cc:399] T a2d9464ba45b4736b494de4d1aee2185 P e89baf4963b54bc193dfda5a8ae666e0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:38:27.989507   952 raft_consensus.cc:359] T 3fdee629a39b46d4b61b052e992a86d5 P 36ab5e4fc02e498e877ad48e517b108e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "36ab5e4fc02e498e877ad48e517b108e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35799 } }
I20260608 12:38:27.990161   953 raft_consensus.cc:493] T a2d9464ba45b4736b494de4d1aee2185 P e89baf4963b54bc193dfda5a8ae666e0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:38:27.990275   952 raft_consensus.cc:385] T 3fdee629a39b46d4b61b052e992a86d5 P 36ab5e4fc02e498e877ad48e517b108e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:27.990767   953 raft_consensus.cc:3060] T a2d9464ba45b4736b494de4d1aee2185 P e89baf4963b54bc193dfda5a8ae666e0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:27.990828   952 raft_consensus.cc:740] T 3fdee629a39b46d4b61b052e992a86d5 P 36ab5e4fc02e498e877ad48e517b108e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 36ab5e4fc02e498e877ad48e517b108e, State: Initialized, Role: FOLLOWER
I20260608 12:38:27.991971   952 consensus_queue.cc:260] T 3fdee629a39b46d4b61b052e992a86d5 P 36ab5e4fc02e498e877ad48e517b108e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "36ab5e4fc02e498e877ad48e517b108e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35799 } }
I20260608 12:38:27.992707   952 raft_consensus.cc:399] T 3fdee629a39b46d4b61b052e992a86d5 P 36ab5e4fc02e498e877ad48e517b108e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:38:27.993088   952 raft_consensus.cc:493] T 3fdee629a39b46d4b61b052e992a86d5 P 36ab5e4fc02e498e877ad48e517b108e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:38:27.993947   952 raft_consensus.cc:3060] T 3fdee629a39b46d4b61b052e992a86d5 P 36ab5e4fc02e498e877ad48e517b108e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:27.997593   957 raft_consensus.cc:2804] T 65db9f3fcc33499c859bc75f828bb3f3 P a2fd58f27fec44c1a4c22b7d202eaef3 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:27.998075   951 leader_election.cc:290] T 65db9f3fcc33499c859bc75f828bb3f3 P a2fd58f27fec44c1a4c22b7d202eaef3 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:38:27.999200   953 raft_consensus.cc:515] T a2d9464ba45b4736b494de4d1aee2185 P e89baf4963b54bc193dfda5a8ae666e0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e89baf4963b54bc193dfda5a8ae666e0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38039 } }
I20260608 12:38:28.000069   953 leader_election.cc:304] T a2d9464ba45b4736b494de4d1aee2185 P e89baf4963b54bc193dfda5a8ae666e0 [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: e89baf4963b54bc193dfda5a8ae666e0; no voters: 
I20260608 12:38:28.003747   951 ts_tablet_manager.cc:1434] T 65db9f3fcc33499c859bc75f828bb3f3 P a2fd58f27fec44c1a4c22b7d202eaef3: Time spent starting tablet: real 0.032s	user 0.008s	sys 0.019s
I20260608 12:38:28.004930   951 tablet_bootstrap.cc:492] T 7ba65aa809e74eedaa03767e5f4fd511 P a2fd58f27fec44c1a4c22b7d202eaef3: Bootstrap starting.
I20260608 12:38:28.006067   952 raft_consensus.cc:515] T 3fdee629a39b46d4b61b052e992a86d5 P 36ab5e4fc02e498e877ad48e517b108e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "36ab5e4fc02e498e877ad48e517b108e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35799 } }
I20260608 12:38:28.007223   952 leader_election.cc:304] T 3fdee629a39b46d4b61b052e992a86d5 P 36ab5e4fc02e498e877ad48e517b108e [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: 36ab5e4fc02e498e877ad48e517b108e; no voters: 
I20260608 12:38:28.012300   951 tablet_bootstrap.cc:654] T 7ba65aa809e74eedaa03767e5f4fd511 P a2fd58f27fec44c1a4c22b7d202eaef3: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:28.018719   957 raft_consensus.cc:697] T 65db9f3fcc33499c859bc75f828bb3f3 P a2fd58f27fec44c1a4c22b7d202eaef3 [term 1 LEADER]: Becoming Leader. State: Replica: a2fd58f27fec44c1a4c22b7d202eaef3, State: Running, Role: LEADER
I20260608 12:38:28.019068   953 leader_election.cc:290] T a2d9464ba45b4736b494de4d1aee2185 P e89baf4963b54bc193dfda5a8ae666e0 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:38:28.019647   960 raft_consensus.cc:2804] T a2d9464ba45b4736b494de4d1aee2185 P e89baf4963b54bc193dfda5a8ae666e0 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:28.019882   957 consensus_queue.cc:237] T 65db9f3fcc33499c859bc75f828bb3f3 P a2fd58f27fec44c1a4c22b7d202eaef3 [LEADER]: Queue going to LEADER mode. State: All 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: "a2fd58f27fec44c1a4c22b7d202eaef3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46023 } }
I20260608 12:38:28.025405   952 leader_election.cc:290] T 3fdee629a39b46d4b61b052e992a86d5 P 36ab5e4fc02e498e877ad48e517b108e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:38:28.026918   953 ts_tablet_manager.cc:1434] T a2d9464ba45b4736b494de4d1aee2185 P e89baf4963b54bc193dfda5a8ae666e0: Time spent starting tablet: real 0.047s	user 0.021s	sys 0.015s
I20260608 12:38:28.029623   951 tablet_bootstrap.cc:492] T 7ba65aa809e74eedaa03767e5f4fd511 P a2fd58f27fec44c1a4c22b7d202eaef3: No bootstrap required, opened a new log
I20260608 12:38:28.030225   951 ts_tablet_manager.cc:1403] T 7ba65aa809e74eedaa03767e5f4fd511 P a2fd58f27fec44c1a4c22b7d202eaef3: Time spent bootstrapping tablet: real 0.025s	user 0.007s	sys 0.006s
I20260608 12:38:28.030047   961 raft_consensus.cc:2804] T 3fdee629a39b46d4b61b052e992a86d5 P 36ab5e4fc02e498e877ad48e517b108e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:28.037331   952 ts_tablet_manager.cc:1434] T 3fdee629a39b46d4b61b052e992a86d5 P 36ab5e4fc02e498e877ad48e517b108e: Time spent starting tablet: real 0.052s	user 0.022s	sys 0.005s
I20260608 12:38:28.038313   951 raft_consensus.cc:359] T 7ba65aa809e74eedaa03767e5f4fd511 P a2fd58f27fec44c1a4c22b7d202eaef3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a2fd58f27fec44c1a4c22b7d202eaef3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46023 } }
I20260608 12:38:28.039364   951 raft_consensus.cc:385] T 7ba65aa809e74eedaa03767e5f4fd511 P a2fd58f27fec44c1a4c22b7d202eaef3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:28.039707   951 raft_consensus.cc:740] T 7ba65aa809e74eedaa03767e5f4fd511 P a2fd58f27fec44c1a4c22b7d202eaef3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a2fd58f27fec44c1a4c22b7d202eaef3, State: Initialized, Role: FOLLOWER
I20260608 12:38:28.040824   961 raft_consensus.cc:697] T 3fdee629a39b46d4b61b052e992a86d5 P 36ab5e4fc02e498e877ad48e517b108e [term 1 LEADER]: Becoming Leader. State: Replica: 36ab5e4fc02e498e877ad48e517b108e, State: Running, Role: LEADER
I20260608 12:38:28.041365   951 consensus_queue.cc:260] T 7ba65aa809e74eedaa03767e5f4fd511 P a2fd58f27fec44c1a4c22b7d202eaef3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "a2fd58f27fec44c1a4c22b7d202eaef3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46023 } }
I20260608 12:38:28.042663   951 raft_consensus.cc:399] T 7ba65aa809e74eedaa03767e5f4fd511 P a2fd58f27fec44c1a4c22b7d202eaef3 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:38:28.043329   951 raft_consensus.cc:493] T 7ba65aa809e74eedaa03767e5f4fd511 P a2fd58f27fec44c1a4c22b7d202eaef3 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:38:28.046489   961 consensus_queue.cc:237] T 3fdee629a39b46d4b61b052e992a86d5 P 36ab5e4fc02e498e877ad48e517b108e [LEADER]: Queue going to LEADER mode. State: All 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: "36ab5e4fc02e498e877ad48e517b108e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35799 } }
I20260608 12:38:28.043880   951 raft_consensus.cc:3060] T 7ba65aa809e74eedaa03767e5f4fd511 P a2fd58f27fec44c1a4c22b7d202eaef3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:28.053835   960 raft_consensus.cc:697] T a2d9464ba45b4736b494de4d1aee2185 P e89baf4963b54bc193dfda5a8ae666e0 [term 1 LEADER]: Becoming Leader. State: Replica: e89baf4963b54bc193dfda5a8ae666e0, State: Running, Role: LEADER
I20260608 12:38:28.055189   960 consensus_queue.cc:237] T a2d9464ba45b4736b494de4d1aee2185 P e89baf4963b54bc193dfda5a8ae666e0 [LEADER]: Queue going to LEADER mode. State: All 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: "e89baf4963b54bc193dfda5a8ae666e0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38039 } }
I20260608 12:38:28.058353   592 catalog_manager.cc:5696] T 65db9f3fcc33499c859bc75f828bb3f3 P a2fd58f27fec44c1a4c22b7d202eaef3 reported cstate change: term changed from 0 to 1, leader changed from <none> to a2fd58f27fec44c1a4c22b7d202eaef3 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "a2fd58f27fec44c1a4c22b7d202eaef3" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a2fd58f27fec44c1a4c22b7d202eaef3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46023 } health_report { overall_health: HEALTHY } } }
I20260608 12:38:28.060395   951 raft_consensus.cc:515] T 7ba65aa809e74eedaa03767e5f4fd511 P a2fd58f27fec44c1a4c22b7d202eaef3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a2fd58f27fec44c1a4c22b7d202eaef3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46023 } }
I20260608 12:38:28.061259   951 leader_election.cc:304] T 7ba65aa809e74eedaa03767e5f4fd511 P a2fd58f27fec44c1a4c22b7d202eaef3 [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: a2fd58f27fec44c1a4c22b7d202eaef3; no voters: 
I20260608 12:38:28.062704   951 leader_election.cc:290] T 7ba65aa809e74eedaa03767e5f4fd511 P a2fd58f27fec44c1a4c22b7d202eaef3 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:38:28.063203   959 raft_consensus.cc:2804] T 7ba65aa809e74eedaa03767e5f4fd511 P a2fd58f27fec44c1a4c22b7d202eaef3 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:28.064047   959 raft_consensus.cc:697] T 7ba65aa809e74eedaa03767e5f4fd511 P a2fd58f27fec44c1a4c22b7d202eaef3 [term 1 LEADER]: Becoming Leader. State: Replica: a2fd58f27fec44c1a4c22b7d202eaef3, State: Running, Role: LEADER
I20260608 12:38:28.065114   959 consensus_queue.cc:237] T 7ba65aa809e74eedaa03767e5f4fd511 P a2fd58f27fec44c1a4c22b7d202eaef3 [LEADER]: Queue going to LEADER mode. State: All 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: "a2fd58f27fec44c1a4c22b7d202eaef3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46023 } }
I20260608 12:38:28.068943   951 ts_tablet_manager.cc:1434] T 7ba65aa809e74eedaa03767e5f4fd511 P a2fd58f27fec44c1a4c22b7d202eaef3: Time spent starting tablet: real 0.038s	user 0.013s	sys 0.005s
I20260608 12:38:28.098618   593 catalog_manager.cc:5696] T 3fdee629a39b46d4b61b052e992a86d5 P 36ab5e4fc02e498e877ad48e517b108e reported cstate change: term changed from 0 to 1, leader changed from <none> to 36ab5e4fc02e498e877ad48e517b108e (127.0.107.194). New cstate: current_term: 1 leader_uuid: "36ab5e4fc02e498e877ad48e517b108e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "36ab5e4fc02e498e877ad48e517b108e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35799 } health_report { overall_health: HEALTHY } } }
I20260608 12:38:28.119606   591 catalog_manager.cc:5696] T a2d9464ba45b4736b494de4d1aee2185 P e89baf4963b54bc193dfda5a8ae666e0 reported cstate change: term changed from 0 to 1, leader changed from <none> to e89baf4963b54bc193dfda5a8ae666e0 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "e89baf4963b54bc193dfda5a8ae666e0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e89baf4963b54bc193dfda5a8ae666e0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38039 } health_report { overall_health: HEALTHY } } }
I20260608 12:38:28.124312   592 catalog_manager.cc:5696] T 7ba65aa809e74eedaa03767e5f4fd511 P a2fd58f27fec44c1a4c22b7d202eaef3 reported cstate change: term changed from 0 to 1, leader changed from <none> to a2fd58f27fec44c1a4c22b7d202eaef3 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "a2fd58f27fec44c1a4c22b7d202eaef3" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a2fd58f27fec44c1a4c22b7d202eaef3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46023 } health_report { overall_health: HEALTHY } } }
I20260608 12:38:28.190502   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:38:28.211560   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:28.212690   431 tablet_replica.cc:333] T 7ba65aa809e74eedaa03767e5f4fd511 P a2fd58f27fec44c1a4c22b7d202eaef3: stopping tablet replica
I20260608 12:38:28.213840   431 raft_consensus.cc:2243] T 7ba65aa809e74eedaa03767e5f4fd511 P a2fd58f27fec44c1a4c22b7d202eaef3 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:28.214387   431 raft_consensus.cc:2272] T 7ba65aa809e74eedaa03767e5f4fd511 P a2fd58f27fec44c1a4c22b7d202eaef3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:28.217237   431 tablet_replica.cc:333] T 65db9f3fcc33499c859bc75f828bb3f3 P a2fd58f27fec44c1a4c22b7d202eaef3: stopping tablet replica
I20260608 12:38:28.217737   431 raft_consensus.cc:2243] T 65db9f3fcc33499c859bc75f828bb3f3 P a2fd58f27fec44c1a4c22b7d202eaef3 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:28.218207   431 raft_consensus.cc:2272] T 65db9f3fcc33499c859bc75f828bb3f3 P a2fd58f27fec44c1a4c22b7d202eaef3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:28.395287   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:38:28.406680   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:38:28.426431   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:28.427305   431 tablet_replica.cc:333] T 3fdee629a39b46d4b61b052e992a86d5 P 36ab5e4fc02e498e877ad48e517b108e: stopping tablet replica
I20260608 12:38:28.428063   431 raft_consensus.cc:2243] T 3fdee629a39b46d4b61b052e992a86d5 P 36ab5e4fc02e498e877ad48e517b108e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:28.428591   431 raft_consensus.cc:2272] T 3fdee629a39b46d4b61b052e992a86d5 P 36ab5e4fc02e498e877ad48e517b108e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:28.448912   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:38:28.457755   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:38:28.474655   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:28.475600   431 tablet_replica.cc:333] T a2d9464ba45b4736b494de4d1aee2185 P e89baf4963b54bc193dfda5a8ae666e0: stopping tablet replica
I20260608 12:38:28.476107   431 raft_consensus.cc:2243] T a2d9464ba45b4736b494de4d1aee2185 P e89baf4963b54bc193dfda5a8ae666e0 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:28.476496   431 raft_consensus.cc:2272] T a2d9464ba45b4736b494de4d1aee2185 P e89baf4963b54bc193dfda5a8ae666e0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:28.496431   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:38:28.504869   431 master.cc:562] Master@127.0.107.254:36901 shutting down...
W20260608 12:38:28.596496   576 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.254:36901, user_credentials={real_user=slave}} blocked reactor thread for 44126.3us
I20260608 12:38:28.597251   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P ca7bee817b404678b5a9d078a901f70b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:28.597870   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P ca7bee817b404678b5a9d078a901f70b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:28.598241   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P ca7bee817b404678b5a9d078a901f70b: stopping tablet replica
W20260608 12:38:28.598918   576 consensus_peers.cc:597] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec -> Peer ca7bee817b404678b5a9d078a901f70b (127.0.107.254:36901): Couldn't send request to peer ca7bee817b404678b5a9d078a901f70b. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on Master. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:28.627760   431 master.cc:584] Master@127.0.107.254:36901 shutdown complete.
I20260608 12:38:28.639021   431 master.cc:562] Master@127.0.107.253:35693 shutting down...
I20260608 12:38:28.653604   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 9252e4d2d21f476abd11e746ddaa39ad [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:28.654220   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 9252e4d2d21f476abd11e746ddaa39ad [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:28.654592   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 9252e4d2d21f476abd11e746ddaa39ad: stopping tablet replica
W20260608 12:38:28.678331   579 consensus_peers.cc:597] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec -> Peer 9252e4d2d21f476abd11e746ddaa39ad (127.0.107.253:35693): Couldn't send request to peer 9252e4d2d21f476abd11e746ddaa39ad. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on Master. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:28.702661   431 master.cc:584] Master@127.0.107.253:35693 shutdown complete.
I20260608 12:38:28.712882   431 master.cc:562] Master@127.0.107.252:34281 shutting down...
I20260608 12:38:28.727370   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:28.728417   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:28.728768   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 8e0b85eaddf642d9b6027e4aa4733dec: stopping tablet replica
I20260608 12:38:28.747347   431 master.cc:584] Master@127.0.107.252:34281 shutdown complete.
[       OK ] AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing (5974 ms)
[ RUN      ] AutoRebalancerTest.AutoRebalancingTurnOffAndOn
I20260608 12:38:28.776154   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:40209
I20260608 12:38:28.777377   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:28.782603   975 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:28.783074   976 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:28.784374   978 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:28.785611   431 server_base.cc:1061] running on GCE node
I20260608 12:38:28.786361   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:28.786533   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.
I20260608 12:38:28.786732   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922308786700 us; error 0 us; skew 500 ppm
I20260608 12:38:28.787321   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:28.789695   431 webserver.cc:533] Webserver started at http://127.0.107.254:38179/ using document root <none> and password file <none>
I20260608 12:38:28.790213   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:28.790397   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:28.790691   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:28.791819   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922302632525-431-0/minicluster-data/master-0-root/instance:
uuid: "4e15d91998b940c3ac421c8dff6afa88"
format_stamp: "Formatted at 2026-06-08 12:38:28 on dist-test-slave-g6ln"
I20260608 12:38:28.796463   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260608 12:38:28.799932   983 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:28.800750   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.002s
I20260608 12:38:28.801033   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922302632525-431-0/minicluster-data/master-0-root
uuid: "4e15d91998b940c3ac421c8dff6afa88"
format_stamp: "Formatted at 2026-06-08 12:38:28 on dist-test-slave-g6ln"
I20260608 12:38:28.801359   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922302632525-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922302632525-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922302632525-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)
I20260608 12:38:28.817258   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:28.818384   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:28.853729   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:40209
I20260608 12:38:28.853853  1034 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:40209 every 8 connection(s)
I20260608 12:38:28.858135  1035 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:28.867146  1035 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4e15d91998b940c3ac421c8dff6afa88: Bootstrap starting.
I20260608 12:38:28.872870  1035 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4e15d91998b940c3ac421c8dff6afa88: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:28.876751  1035 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4e15d91998b940c3ac421c8dff6afa88: No bootstrap required, opened a new log
I20260608 12:38:28.878705  1035 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4e15d91998b940c3ac421c8dff6afa88 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4e15d91998b940c3ac421c8dff6afa88" member_type: VOTER }
I20260608 12:38:28.879057  1035 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4e15d91998b940c3ac421c8dff6afa88 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:28.879240  1035 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4e15d91998b940c3ac421c8dff6afa88 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4e15d91998b940c3ac421c8dff6afa88, State: Initialized, Role: FOLLOWER
I20260608 12:38:28.879832  1035 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4e15d91998b940c3ac421c8dff6afa88 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "4e15d91998b940c3ac421c8dff6afa88" member_type: VOTER }
I20260608 12:38:28.880241  1035 raft_consensus.cc:399] T 00000000000000000000000000000000 P 4e15d91998b940c3ac421c8dff6afa88 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:38:28.880443  1035 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4e15d91998b940c3ac421c8dff6afa88 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:38:28.880669  1035 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4e15d91998b940c3ac421c8dff6afa88 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:28.884719  1035 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4e15d91998b940c3ac421c8dff6afa88 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4e15d91998b940c3ac421c8dff6afa88" member_type: VOTER }
I20260608 12:38:28.885195  1035 leader_election.cc:304] T 00000000000000000000000000000000 P 4e15d91998b940c3ac421c8dff6afa88 [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: 4e15d91998b940c3ac421c8dff6afa88; no voters: 
I20260608 12:38:28.886343  1035 leader_election.cc:290] T 00000000000000000000000000000000 P 4e15d91998b940c3ac421c8dff6afa88 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:38:28.886775  1038 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4e15d91998b940c3ac421c8dff6afa88 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:28.888368  1038 raft_consensus.cc:697] T 00000000000000000000000000000000 P 4e15d91998b940c3ac421c8dff6afa88 [term 1 LEADER]: Becoming Leader. State: Replica: 4e15d91998b940c3ac421c8dff6afa88, State: Running, Role: LEADER
I20260608 12:38:28.889123  1038 consensus_queue.cc:237] T 00000000000000000000000000000000 P 4e15d91998b940c3ac421c8dff6afa88 [LEADER]: Queue going to LEADER mode. State: All 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: "4e15d91998b940c3ac421c8dff6afa88" member_type: VOTER }
I20260608 12:38:28.889328  1035 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4e15d91998b940c3ac421c8dff6afa88 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:38:28.894083  1040 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4e15d91998b940c3ac421c8dff6afa88 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4e15d91998b940c3ac421c8dff6afa88. Latest consensus state: current_term: 1 leader_uuid: "4e15d91998b940c3ac421c8dff6afa88" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4e15d91998b940c3ac421c8dff6afa88" member_type: VOTER } }
I20260608 12:38:28.894182  1039 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4e15d91998b940c3ac421c8dff6afa88 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "4e15d91998b940c3ac421c8dff6afa88" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4e15d91998b940c3ac421c8dff6afa88" member_type: VOTER } }
I20260608 12:38:28.894812  1040 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4e15d91998b940c3ac421c8dff6afa88 [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:28.894985  1039 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4e15d91998b940c3ac421c8dff6afa88 [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:28.897542  1047 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:38:28.902572  1047 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:38:28.905548   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:38:28.912045  1047 catalog_manager.cc:1382] Generated new cluster ID: 472c377d084b40378c949bfc414552ef
I20260608 12:38:28.912330  1047 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:38:28.947551  1047 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:38:28.948841  1047 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:38:28.960523  1047 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 4e15d91998b940c3ac421c8dff6afa88: Generated new TSK 0
I20260608 12:38:28.961139  1047 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:38:28.972976   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:28.979447  1056 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:28.980882  1057 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:28.988456   431 server_base.cc:1061] running on GCE node
W20260608 12:38:28.988603  1059 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:28.989570   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:28.989821   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.
I20260608 12:38:28.989991   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922308989977 us; error 0 us; skew 500 ppm
I20260608 12:38:28.990751   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:28.993155   431 webserver.cc:533] Webserver started at http://127.0.107.193:43601/ using document root <none> and password file <none>
I20260608 12:38:28.993706   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:28.993907   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:28.994207   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:28.995301   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922302632525-431-0/minicluster-data/ts-0-root/instance:
uuid: "e245ff627de94bac92907a0f2f00e0f0"
format_stamp: "Formatted at 2026-06-08 12:38:28 on dist-test-slave-g6ln"
I20260608 12:38:29.000177   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260608 12:38:29.003808  1064 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:29.004676   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 12:38:29.004984   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922302632525-431-0/minicluster-data/ts-0-root
uuid: "e245ff627de94bac92907a0f2f00e0f0"
format_stamp: "Formatted at 2026-06-08 12:38:28 on dist-test-slave-g6ln"
I20260608 12:38:29.005252   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922302632525-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922302632525-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922302632525-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)
I20260608 12:38:29.016718   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:29.017772   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:29.019260   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:29.021661   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:29.021886   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:29.022147   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:29.022330   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:29.060828   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:42391
I20260608 12:38:29.061096  1126 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:42391 every 8 connection(s)
I20260608 12:38:29.066000   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:29.074079  1131 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:29.075402  1132 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:29.079234   431 server_base.cc:1061] running on GCE node
W20260608 12:38:29.079200  1134 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:29.079698  1127 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40209
I20260608 12:38:29.080210  1127 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:29.080765   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:29.081075   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.
I20260608 12:38:29.081266   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922309081229 us; error 0 us; skew 500 ppm
I20260608 12:38:29.081285  1127 heartbeater.cc:507] Master 127.0.107.254:40209 requested a full tablet report, sending...
I20260608 12:38:29.082086   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:29.083899  1000 ts_manager.cc:194] Registered new tserver with Master: e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193:42391)
I20260608 12:38:29.085012   431 webserver.cc:533] Webserver started at http://127.0.107.194:45051/ using document root <none> and password file <none>
I20260608 12:38:29.085722   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:29.085960   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:29.086253   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:29.086465  1000 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42716
I20260608 12:38:29.087682   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922302632525-431-0/minicluster-data/ts-1-root/instance:
uuid: "e8cc013d822d4106a021bb034fd0d872"
format_stamp: "Formatted at 2026-06-08 12:38:29 on dist-test-slave-g6ln"
I20260608 12:38:29.092322   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.003s
I20260608 12:38:29.095701  1139 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:29.096578   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:38:29.096906   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922302632525-431-0/minicluster-data/ts-1-root
uuid: "e8cc013d822d4106a021bb034fd0d872"
format_stamp: "Formatted at 2026-06-08 12:38:29 on dist-test-slave-g6ln"
I20260608 12:38:29.097222   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922302632525-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922302632525-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922302632525-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)
I20260608 12:38:29.108367   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:29.109431   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:29.110847   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:29.113102   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:29.113328   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:29.113575   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:29.113756   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:29.151302   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:33745
I20260608 12:38:29.151538  1201 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:33745 every 8 connection(s)
I20260608 12:38:29.156275   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:29.163813  1205 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:29.165541  1206 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:29.167527   431 server_base.cc:1061] running on GCE node
W20260608 12:38:29.168063  1208 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:29.169675   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:29.169925   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.
I20260608 12:38:29.170006  1202 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40209
I20260608 12:38:29.170275   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922309170254 us; error 0 us; skew 500 ppm
I20260608 12:38:29.170519  1202 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:29.171155   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:29.171463  1202 heartbeater.cc:507] Master 127.0.107.254:40209 requested a full tablet report, sending...
I20260608 12:38:29.173833   431 webserver.cc:533] Webserver started at http://127.0.107.195:40255/ using document root <none> and password file <none>
I20260608 12:38:29.174034  1000 ts_manager.cc:194] Registered new tserver with Master: e8cc013d822d4106a021bb034fd0d872 (127.0.107.194:33745)
I20260608 12:38:29.174572   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:29.174851   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:29.175180   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:29.175906  1000 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42720
I20260608 12:38:29.176627   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922302632525-431-0/minicluster-data/ts-2-root/instance:
uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0"
format_stamp: "Formatted at 2026-06-08 12:38:29 on dist-test-slave-g6ln"
I20260608 12:38:29.181629   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:38:29.184993  1213 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:29.185840   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:38:29.186159   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922302632525-431-0/minicluster-data/ts-2-root
uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0"
format_stamp: "Formatted at 2026-06-08 12:38:29 on dist-test-slave-g6ln"
I20260608 12:38:29.186427   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922302632525-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922302632525-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922302632525-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)
I20260608 12:38:29.202278   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:29.203361   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:29.204766   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:29.207070   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:29.207284   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:29.207566   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:29.207707   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:29.245815   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:37465
I20260608 12:38:29.246014  1275 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:37465 every 8 connection(s)
I20260608 12:38:29.260387  1276 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40209
I20260608 12:38:29.260833  1276 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:29.261617  1276 heartbeater.cc:507] Master 127.0.107.254:40209 requested a full tablet report, sending...
I20260608 12:38:29.263772  1000 ts_manager.cc:194] Registered new tserver with Master: c6ff1c1a21c24dcd9d3db00e9036eae0 (127.0.107.195:37465)
I20260608 12:38:29.264147   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014924673s
I20260608 12:38:29.265173  1000 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42724
I20260608 12:38:30.089149  1127 heartbeater.cc:499] Master 127.0.107.254:40209 was elected leader, sending a full tablet report...
I20260608 12:38:30.178755  1202 heartbeater.cc:499] Master 127.0.107.254:40209 was elected leader, sending a full tablet report...
I20260608 12:38:30.267804  1276 heartbeater.cc:499] Master 127.0.107.254:40209 was elected leader, sending a full tablet report...
I20260608 12:38:30.325146  1000 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:42726:
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"
    }
  }
}
W20260608 12:38:30.328058  1000 catalog_manager.cc:7076] 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.
I20260608 12:38:30.409032  1167 tablet_service.cc:1511] Processing CreateTablet for tablet 5bf918005f39435f8c6e291f5ab4b9e6 (DEFAULT_TABLE table=test-workload [id=d69bfd0f42ea494a90a794ea7fc72d2d]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260608 12:38:30.410610  1167 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5bf918005f39435f8c6e291f5ab4b9e6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:30.411209  1092 tablet_service.cc:1511] Processing CreateTablet for tablet 5bf918005f39435f8c6e291f5ab4b9e6 (DEFAULT_TABLE table=test-workload [id=d69bfd0f42ea494a90a794ea7fc72d2d]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260608 12:38:30.412770  1166 tablet_service.cc:1511] Processing CreateTablet for tablet cc5ef469d12643eaab4e6046f555e6ba (DEFAULT_TABLE table=test-workload [id=d69bfd0f42ea494a90a794ea7fc72d2d]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260608 12:38:30.414350  1166 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cc5ef469d12643eaab4e6046f555e6ba. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:30.414182  1091 tablet_service.cc:1511] Processing CreateTablet for tablet cc5ef469d12643eaab4e6046f555e6ba (DEFAULT_TABLE table=test-workload [id=d69bfd0f42ea494a90a794ea7fc72d2d]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260608 12:38:30.415174  1239 tablet_service.cc:1511] Processing CreateTablet for tablet 6ad5059e630d43ddb8c1047a12506b38 (DEFAULT_TABLE table=test-workload [id=d69bfd0f42ea494a90a794ea7fc72d2d]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260608 12:38:30.415561  1088 tablet_service.cc:1511] Processing CreateTablet for tablet 1e2c074444d44be9bf898eb16f2457a7 (DEFAULT_TABLE table=test-workload [id=d69bfd0f42ea494a90a794ea7fc72d2d]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260608 12:38:30.416914  1165 tablet_service.cc:1511] Processing CreateTablet for tablet 6ad5059e630d43ddb8c1047a12506b38 (DEFAULT_TABLE table=test-workload [id=d69bfd0f42ea494a90a794ea7fc72d2d]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260608 12:38:30.416994  1090 tablet_service.cc:1511] Processing CreateTablet for tablet 6ad5059e630d43ddb8c1047a12506b38 (DEFAULT_TABLE table=test-workload [id=d69bfd0f42ea494a90a794ea7fc72d2d]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260608 12:38:30.418644  1165 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ad5059e630d43ddb8c1047a12506b38. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:30.418407  1238 tablet_service.cc:1511] Processing CreateTablet for tablet f1fe2e680a8d4c828f3e11c9a1b397cf (DEFAULT_TABLE table=test-workload [id=d69bfd0f42ea494a90a794ea7fc72d2d]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260608 12:38:30.416821  1239 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ad5059e630d43ddb8c1047a12506b38. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:30.419972  1089 tablet_service.cc:1511] Processing CreateTablet for tablet f1fe2e680a8d4c828f3e11c9a1b397cf (DEFAULT_TABLE table=test-workload [id=d69bfd0f42ea494a90a794ea7fc72d2d]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260608 12:38:30.420775  1164 tablet_service.cc:1511] Processing CreateTablet for tablet f1fe2e680a8d4c828f3e11c9a1b397cf (DEFAULT_TABLE table=test-workload [id=d69bfd0f42ea494a90a794ea7fc72d2d]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260608 12:38:30.422319  1164 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f1fe2e680a8d4c828f3e11c9a1b397cf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:30.422724  1163 tablet_service.cc:1511] Processing CreateTablet for tablet 1e2c074444d44be9bf898eb16f2457a7 (DEFAULT_TABLE table=test-workload [id=d69bfd0f42ea494a90a794ea7fc72d2d]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260608 12:38:30.424196  1163 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1e2c074444d44be9bf898eb16f2457a7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:30.424772  1241 tablet_service.cc:1511] Processing CreateTablet for tablet 5bf918005f39435f8c6e291f5ab4b9e6 (DEFAULT_TABLE table=test-workload [id=d69bfd0f42ea494a90a794ea7fc72d2d]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260608 12:38:30.426142  1237 tablet_service.cc:1511] Processing CreateTablet for tablet 1e2c074444d44be9bf898eb16f2457a7 (DEFAULT_TABLE table=test-workload [id=d69bfd0f42ea494a90a794ea7fc72d2d]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260608 12:38:30.427809  1240 tablet_service.cc:1511] Processing CreateTablet for tablet cc5ef469d12643eaab4e6046f555e6ba (DEFAULT_TABLE table=test-workload [id=d69bfd0f42ea494a90a794ea7fc72d2d]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260608 12:38:30.412782  1092 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5bf918005f39435f8c6e291f5ab4b9e6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:30.429777  1088 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1e2c074444d44be9bf898eb16f2457a7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:30.431907  1089 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f1fe2e680a8d4c828f3e11c9a1b397cf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:30.431810  1087 tablet_service.cc:1511] Processing CreateTablet for tablet 7d933c6e25fa4de3a4bd35bd455fb3f2 (DEFAULT_TABLE table=test-workload [id=d69bfd0f42ea494a90a794ea7fc72d2d]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260608 12:38:30.433007  1091 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cc5ef469d12643eaab4e6046f555e6ba. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:30.433763  1087 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7d933c6e25fa4de3a4bd35bd455fb3f2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:30.439774  1090 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ad5059e630d43ddb8c1047a12506b38. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:30.447556  1162 tablet_service.cc:1511] Processing CreateTablet for tablet 7d933c6e25fa4de3a4bd35bd455fb3f2 (DEFAULT_TABLE table=test-workload [id=d69bfd0f42ea494a90a794ea7fc72d2d]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260608 12:38:30.449221  1162 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7d933c6e25fa4de3a4bd35bd455fb3f2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:30.426254  1241 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5bf918005f39435f8c6e291f5ab4b9e6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:30.452188  1238 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f1fe2e680a8d4c828f3e11c9a1b397cf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:30.456229  1240 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cc5ef469d12643eaab4e6046f555e6ba. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:30.463745  1237 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1e2c074444d44be9bf898eb16f2457a7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:30.518314  1296 tablet_bootstrap.cc:492] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872: Bootstrap starting.
I20260608 12:38:30.518491  1086 tablet_service.cc:1511] Processing CreateTablet for tablet 16db21136611439b9788351390b3c0fb (DEFAULT_TABLE table=test-workload [id=d69bfd0f42ea494a90a794ea7fc72d2d]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260608 12:38:30.521178  1237 tablet_service.cc:1511] Processing CreateTablet for tablet 7d933c6e25fa4de3a4bd35bd455fb3f2 (DEFAULT_TABLE table=test-workload [id=d69bfd0f42ea494a90a794ea7fc72d2d]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260608 12:38:30.525924  1297 tablet_bootstrap.cc:492] T cc5ef469d12643eaab4e6046f555e6ba P e245ff627de94bac92907a0f2f00e0f0: Bootstrap starting.
I20260608 12:38:30.527565  1086 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 16db21136611439b9788351390b3c0fb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:30.541041  1298 tablet_bootstrap.cc:492] T 5bf918005f39435f8c6e291f5ab4b9e6 P c6ff1c1a21c24dcd9d3db00e9036eae0: Bootstrap starting.
I20260608 12:38:30.544852  1241 tablet_service.cc:1511] Processing CreateTablet for tablet 16db21136611439b9788351390b3c0fb (DEFAULT_TABLE table=test-workload [id=d69bfd0f42ea494a90a794ea7fc72d2d]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260608 12:38:30.546226  1296 tablet_bootstrap.cc:654] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:30.550091  1092 tablet_service.cc:1511] Processing CreateTablet for tablet 2a263503022c461c8390ecc40fe2f4a4 (DEFAULT_TABLE table=test-workload [id=d69bfd0f42ea494a90a794ea7fc72d2d]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260608 12:38:30.552228  1092 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2a263503022c461c8390ecc40fe2f4a4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:30.553411  1297 tablet_bootstrap.cc:654] T cc5ef469d12643eaab4e6046f555e6ba P e245ff627de94bac92907a0f2f00e0f0: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:30.555994  1241 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 16db21136611439b9788351390b3c0fb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:30.557274  1165 tablet_service.cc:1511] Processing CreateTablet for tablet 16db21136611439b9788351390b3c0fb (DEFAULT_TABLE table=test-workload [id=d69bfd0f42ea494a90a794ea7fc72d2d]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260608 12:38:30.572000  1165 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 16db21136611439b9788351390b3c0fb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:30.574400  1237 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7d933c6e25fa4de3a4bd35bd455fb3f2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:30.568658  1296 tablet_bootstrap.cc:492] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872: No bootstrap required, opened a new log
I20260608 12:38:30.575116  1296 ts_tablet_manager.cc:1403] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872: Time spent bootstrapping tablet: real 0.057s	user 0.014s	sys 0.013s
I20260608 12:38:30.578204  1296 raft_consensus.cc:359] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.578940  1296 raft_consensus.cc:385] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:30.579294  1296 raft_consensus.cc:740] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e8cc013d822d4106a021bb034fd0d872, State: Initialized, Role: FOLLOWER
I20260608 12:38:30.568783  1298 tablet_bootstrap.cc:654] T 5bf918005f39435f8c6e291f5ab4b9e6 P c6ff1c1a21c24dcd9d3db00e9036eae0: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:30.569577  1164 tablet_service.cc:1511] Processing CreateTablet for tablet 2a263503022c461c8390ecc40fe2f4a4 (DEFAULT_TABLE table=test-workload [id=d69bfd0f42ea494a90a794ea7fc72d2d]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260608 12:38:30.567399  1238 tablet_service.cc:1511] Processing CreateTablet for tablet 2a263503022c461c8390ecc40fe2f4a4 (DEFAULT_TABLE table=test-workload [id=d69bfd0f42ea494a90a794ea7fc72d2d]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260608 12:38:30.580829  1164 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2a263503022c461c8390ecc40fe2f4a4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:30.580914  1238 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2a263503022c461c8390ecc40fe2f4a4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:30.588675  1296 consensus_queue.cc:260] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.594374  1297 tablet_bootstrap.cc:492] T cc5ef469d12643eaab4e6046f555e6ba P e245ff627de94bac92907a0f2f00e0f0: No bootstrap required, opened a new log
I20260608 12:38:30.595052  1297 ts_tablet_manager.cc:1403] T cc5ef469d12643eaab4e6046f555e6ba P e245ff627de94bac92907a0f2f00e0f0: Time spent bootstrapping tablet: real 0.069s	user 0.011s	sys 0.000s
I20260608 12:38:30.596899  1296 ts_tablet_manager.cc:1434] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872: Time spent starting tablet: real 0.021s	user 0.010s	sys 0.002s
I20260608 12:38:30.597973  1296 tablet_bootstrap.cc:492] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872: Bootstrap starting.
I20260608 12:38:30.598223  1297 raft_consensus.cc:359] T cc5ef469d12643eaab4e6046f555e6ba P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.599148  1297 raft_consensus.cc:385] T cc5ef469d12643eaab4e6046f555e6ba P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:30.599469  1297 raft_consensus.cc:740] T cc5ef469d12643eaab4e6046f555e6ba P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e245ff627de94bac92907a0f2f00e0f0, State: Initialized, Role: FOLLOWER
I20260608 12:38:30.600379  1297 consensus_queue.cc:260] T cc5ef469d12643eaab4e6046f555e6ba P e245ff627de94bac92907a0f2f00e0f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.606542  1296 tablet_bootstrap.cc:654] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:30.610270  1297 ts_tablet_manager.cc:1434] T cc5ef469d12643eaab4e6046f555e6ba P e245ff627de94bac92907a0f2f00e0f0: Time spent starting tablet: real 0.015s	user 0.012s	sys 0.004s
I20260608 12:38:30.621446  1297 tablet_bootstrap.cc:492] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0: Bootstrap starting.
I20260608 12:38:30.621681  1298 tablet_bootstrap.cc:492] T 5bf918005f39435f8c6e291f5ab4b9e6 P c6ff1c1a21c24dcd9d3db00e9036eae0: No bootstrap required, opened a new log
I20260608 12:38:30.622193  1298 ts_tablet_manager.cc:1403] T 5bf918005f39435f8c6e291f5ab4b9e6 P c6ff1c1a21c24dcd9d3db00e9036eae0: Time spent bootstrapping tablet: real 0.081s	user 0.014s	sys 0.009s
I20260608 12:38:30.622649  1296 tablet_bootstrap.cc:492] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872: No bootstrap required, opened a new log
I20260608 12:38:30.623128  1296 ts_tablet_manager.cc:1403] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872: Time spent bootstrapping tablet: real 0.025s	user 0.019s	sys 0.004s
I20260608 12:38:30.625142  1298 raft_consensus.cc:359] T 5bf918005f39435f8c6e291f5ab4b9e6 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } }
I20260608 12:38:30.625905  1298 raft_consensus.cc:385] T 5bf918005f39435f8c6e291f5ab4b9e6 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:30.626125  1297 tablet_bootstrap.cc:654] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:30.625996  1296 raft_consensus.cc:359] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.626302  1298 raft_consensus.cc:740] T 5bf918005f39435f8c6e291f5ab4b9e6 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c6ff1c1a21c24dcd9d3db00e9036eae0, State: Initialized, Role: FOLLOWER
I20260608 12:38:30.626818  1296 raft_consensus.cc:385] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:30.627147  1296 raft_consensus.cc:740] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e8cc013d822d4106a021bb034fd0d872, State: Initialized, Role: FOLLOWER
I20260608 12:38:30.627553  1298 consensus_queue.cc:260] T 5bf918005f39435f8c6e291f5ab4b9e6 P c6ff1c1a21c24dcd9d3db00e9036eae0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } }
I20260608 12:38:30.627961  1296 consensus_queue.cc:260] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.630225  1296 ts_tablet_manager.cc:1434] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260608 12:38:30.631247  1296 tablet_bootstrap.cc:492] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872: Bootstrap starting.
I20260608 12:38:30.632426  1297 tablet_bootstrap.cc:492] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0: No bootstrap required, opened a new log
I20260608 12:38:30.632923  1297 ts_tablet_manager.cc:1403] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0: Time spent bootstrapping tablet: real 0.012s	user 0.005s	sys 0.004s
I20260608 12:38:30.635937  1297 raft_consensus.cc:359] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.636690  1297 raft_consensus.cc:385] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:30.637027  1297 raft_consensus.cc:740] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e245ff627de94bac92907a0f2f00e0f0, State: Initialized, Role: FOLLOWER
I20260608 12:38:30.637300  1296 tablet_bootstrap.cc:654] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:30.637797  1298 ts_tablet_manager.cc:1434] T 5bf918005f39435f8c6e291f5ab4b9e6 P c6ff1c1a21c24dcd9d3db00e9036eae0: Time spent starting tablet: real 0.015s	user 0.009s	sys 0.001s
I20260608 12:38:30.638008  1297 consensus_queue.cc:260] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.638921  1298 tablet_bootstrap.cc:492] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0: Bootstrap starting.
I20260608 12:38:30.644487  1297 ts_tablet_manager.cc:1434] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.000s
I20260608 12:38:30.645586  1297 tablet_bootstrap.cc:492] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0: Bootstrap starting.
I20260608 12:38:30.645875  1298 tablet_bootstrap.cc:654] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:30.657110  1297 tablet_bootstrap.cc:654] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:30.661718  1296 tablet_bootstrap.cc:492] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872: No bootstrap required, opened a new log
I20260608 12:38:30.663661  1296 ts_tablet_manager.cc:1403] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872: Time spent bootstrapping tablet: real 0.033s	user 0.018s	sys 0.012s
I20260608 12:38:30.666433  1298 tablet_bootstrap.cc:492] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0: No bootstrap required, opened a new log
I20260608 12:38:30.666935  1298 ts_tablet_manager.cc:1403] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0: Time spent bootstrapping tablet: real 0.028s	user 0.011s	sys 0.014s
I20260608 12:38:30.668260  1297 tablet_bootstrap.cc:492] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0: No bootstrap required, opened a new log
I20260608 12:38:30.667994  1296 raft_consensus.cc:359] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } }
I20260608 12:38:30.668744  1296 raft_consensus.cc:385] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:30.668805  1297 ts_tablet_manager.cc:1403] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0: Time spent bootstrapping tablet: real 0.023s	user 0.009s	sys 0.005s
I20260608 12:38:30.669024  1296 raft_consensus.cc:740] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e8cc013d822d4106a021bb034fd0d872, State: Initialized, Role: FOLLOWER
I20260608 12:38:30.669886  1298 raft_consensus.cc:359] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.670207  1296 consensus_queue.cc:260] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } }
I20260608 12:38:30.670645  1298 raft_consensus.cc:385] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:30.671017  1298 raft_consensus.cc:740] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c6ff1c1a21c24dcd9d3db00e9036eae0, State: Initialized, Role: FOLLOWER
I20260608 12:38:30.672299  1296 ts_tablet_manager.cc:1434] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:38:30.671954  1298 consensus_queue.cc:260] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.672314  1297 raft_consensus.cc:359] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.673348  1296 tablet_bootstrap.cc:492] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872: Bootstrap starting.
I20260608 12:38:30.673359  1297 raft_consensus.cc:385] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:30.674278  1297 raft_consensus.cc:740] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e245ff627de94bac92907a0f2f00e0f0, State: Initialized, Role: FOLLOWER
I20260608 12:38:30.676499  1298 ts_tablet_manager.cc:1434] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.001s
I20260608 12:38:30.676694  1297 consensus_queue.cc:260] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.677548  1298 tablet_bootstrap.cc:492] T cc5ef469d12643eaab4e6046f555e6ba P c6ff1c1a21c24dcd9d3db00e9036eae0: Bootstrap starting.
I20260608 12:38:30.680720  1296 tablet_bootstrap.cc:654] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:30.684325  1298 tablet_bootstrap.cc:654] T cc5ef469d12643eaab4e6046f555e6ba P c6ff1c1a21c24dcd9d3db00e9036eae0: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:30.686201  1297 ts_tablet_manager.cc:1434] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0: Time spent starting tablet: real 0.017s	user 0.006s	sys 0.000s
I20260608 12:38:30.692179  1297 tablet_bootstrap.cc:492] T 5bf918005f39435f8c6e291f5ab4b9e6 P e245ff627de94bac92907a0f2f00e0f0: Bootstrap starting.
I20260608 12:38:30.695541  1298 tablet_bootstrap.cc:492] T cc5ef469d12643eaab4e6046f555e6ba P c6ff1c1a21c24dcd9d3db00e9036eae0: No bootstrap required, opened a new log
I20260608 12:38:30.696183  1298 ts_tablet_manager.cc:1403] T cc5ef469d12643eaab4e6046f555e6ba P c6ff1c1a21c24dcd9d3db00e9036eae0: Time spent bootstrapping tablet: real 0.019s	user 0.014s	sys 0.002s
I20260608 12:38:30.698225  1296 tablet_bootstrap.cc:492] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872: No bootstrap required, opened a new log
I20260608 12:38:30.698746  1296 ts_tablet_manager.cc:1403] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872: Time spent bootstrapping tablet: real 0.026s	user 0.017s	sys 0.000s
I20260608 12:38:30.699368  1298 raft_consensus.cc:359] T cc5ef469d12643eaab4e6046f555e6ba P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.700593  1298 raft_consensus.cc:385] T cc5ef469d12643eaab4e6046f555e6ba P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:30.700938  1298 raft_consensus.cc:740] T cc5ef469d12643eaab4e6046f555e6ba P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c6ff1c1a21c24dcd9d3db00e9036eae0, State: Initialized, Role: FOLLOWER
I20260608 12:38:30.701745  1298 consensus_queue.cc:260] T cc5ef469d12643eaab4e6046f555e6ba P c6ff1c1a21c24dcd9d3db00e9036eae0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.702373  1296 raft_consensus.cc:359] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.703451  1296 raft_consensus.cc:385] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:30.703770  1296 raft_consensus.cc:740] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e8cc013d822d4106a021bb034fd0d872, State: Initialized, Role: FOLLOWER
I20260608 12:38:30.704030  1298 ts_tablet_manager.cc:1434] T cc5ef469d12643eaab4e6046f555e6ba P c6ff1c1a21c24dcd9d3db00e9036eae0: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.003s
I20260608 12:38:30.704254  1297 tablet_bootstrap.cc:654] T 5bf918005f39435f8c6e291f5ab4b9e6 P e245ff627de94bac92907a0f2f00e0f0: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:30.705175  1298 tablet_bootstrap.cc:492] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0: Bootstrap starting.
I20260608 12:38:30.705179  1296 consensus_queue.cc:260] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.712731  1298 tablet_bootstrap.cc:654] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:30.713899  1296 ts_tablet_manager.cc:1434] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872: Time spent starting tablet: real 0.015s	user 0.008s	sys 0.001s
I20260608 12:38:30.715476  1296 tablet_bootstrap.cc:492] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e8cc013d822d4106a021bb034fd0d872: Bootstrap starting.
I20260608 12:38:30.723873  1296 tablet_bootstrap.cc:654] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e8cc013d822d4106a021bb034fd0d872: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:30.725414  1298 tablet_bootstrap.cc:492] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0: No bootstrap required, opened a new log
I20260608 12:38:30.726013  1298 ts_tablet_manager.cc:1403] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0: Time spent bootstrapping tablet: real 0.021s	user 0.009s	sys 0.010s
I20260608 12:38:30.729045  1298 raft_consensus.cc:359] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.729931  1298 raft_consensus.cc:385] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:30.730270  1298 raft_consensus.cc:740] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c6ff1c1a21c24dcd9d3db00e9036eae0, State: Initialized, Role: FOLLOWER
I20260608 12:38:30.730657  1297 tablet_bootstrap.cc:492] T 5bf918005f39435f8c6e291f5ab4b9e6 P e245ff627de94bac92907a0f2f00e0f0: No bootstrap required, opened a new log
I20260608 12:38:30.731078  1296 tablet_bootstrap.cc:492] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e8cc013d822d4106a021bb034fd0d872: No bootstrap required, opened a new log
I20260608 12:38:30.731148  1297 ts_tablet_manager.cc:1403] T 5bf918005f39435f8c6e291f5ab4b9e6 P e245ff627de94bac92907a0f2f00e0f0: Time spent bootstrapping tablet: real 0.039s	user 0.021s	sys 0.010s
I20260608 12:38:30.731949  1296 ts_tablet_manager.cc:1403] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e8cc013d822d4106a021bb034fd0d872: Time spent bootstrapping tablet: real 0.017s	user 0.015s	sys 0.000s
I20260608 12:38:30.731194  1298 consensus_queue.cc:260] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.733970  1298 ts_tablet_manager.cc:1434] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260608 12:38:30.735387  1298 tablet_bootstrap.cc:492] T f1fe2e680a8d4c828f3e11c9a1b397cf P c6ff1c1a21c24dcd9d3db00e9036eae0: Bootstrap starting.
I20260608 12:38:30.735142  1297 raft_consensus.cc:359] T 5bf918005f39435f8c6e291f5ab4b9e6 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } }
I20260608 12:38:30.735985  1297 raft_consensus.cc:385] T 5bf918005f39435f8c6e291f5ab4b9e6 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:30.735448  1296 raft_consensus.cc:359] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.736312  1297 raft_consensus.cc:740] T 5bf918005f39435f8c6e291f5ab4b9e6 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e245ff627de94bac92907a0f2f00e0f0, State: Initialized, Role: FOLLOWER
I20260608 12:38:30.736467  1296 raft_consensus.cc:385] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:30.736853  1296 raft_consensus.cc:740] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e8cc013d822d4106a021bb034fd0d872, State: Initialized, Role: FOLLOWER
I20260608 12:38:30.737269  1297 consensus_queue.cc:260] T 5bf918005f39435f8c6e291f5ab4b9e6 P e245ff627de94bac92907a0f2f00e0f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } }
I20260608 12:38:30.737738  1296 consensus_queue.cc:260] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e8cc013d822d4106a021bb034fd0d872 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.740163  1296 ts_tablet_manager.cc:1434] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e8cc013d822d4106a021bb034fd0d872: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:38:30.741187  1296 tablet_bootstrap.cc:492] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872: Bootstrap starting.
I20260608 12:38:30.742942  1298 tablet_bootstrap.cc:654] T f1fe2e680a8d4c828f3e11c9a1b397cf P c6ff1c1a21c24dcd9d3db00e9036eae0: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:30.746542  1297 ts_tablet_manager.cc:1434] T 5bf918005f39435f8c6e291f5ab4b9e6 P e245ff627de94bac92907a0f2f00e0f0: Time spent starting tablet: real 0.015s	user 0.007s	sys 0.001s
I20260608 12:38:30.749487  1297 tablet_bootstrap.cc:492] T 16db21136611439b9788351390b3c0fb P e245ff627de94bac92907a0f2f00e0f0: Bootstrap starting.
I20260608 12:38:30.750301  1296 tablet_bootstrap.cc:654] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:30.758646  1297 tablet_bootstrap.cc:654] T 16db21136611439b9788351390b3c0fb P e245ff627de94bac92907a0f2f00e0f0: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:30.759157  1296 tablet_bootstrap.cc:492] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872: No bootstrap required, opened a new log
I20260608 12:38:30.759320  1298 tablet_bootstrap.cc:492] T f1fe2e680a8d4c828f3e11c9a1b397cf P c6ff1c1a21c24dcd9d3db00e9036eae0: No bootstrap required, opened a new log
I20260608 12:38:30.759693  1296 ts_tablet_manager.cc:1403] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872: Time spent bootstrapping tablet: real 0.019s	user 0.013s	sys 0.000s
I20260608 12:38:30.759919  1298 ts_tablet_manager.cc:1403] T f1fe2e680a8d4c828f3e11c9a1b397cf P c6ff1c1a21c24dcd9d3db00e9036eae0: Time spent bootstrapping tablet: real 0.025s	user 0.005s	sys 0.011s
I20260608 12:38:30.762941  1296 raft_consensus.cc:359] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.763553  1296 raft_consensus.cc:385] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:30.763911  1296 raft_consensus.cc:740] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e8cc013d822d4106a021bb034fd0d872, State: Initialized, Role: FOLLOWER
I20260608 12:38:30.763460  1298 raft_consensus.cc:359] T f1fe2e680a8d4c828f3e11c9a1b397cf P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.764299  1298 raft_consensus.cc:385] T f1fe2e680a8d4c828f3e11c9a1b397cf P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:30.764552  1297 tablet_bootstrap.cc:492] T 16db21136611439b9788351390b3c0fb P e245ff627de94bac92907a0f2f00e0f0: No bootstrap required, opened a new log
I20260608 12:38:30.764621  1298 raft_consensus.cc:740] T f1fe2e680a8d4c828f3e11c9a1b397cf P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c6ff1c1a21c24dcd9d3db00e9036eae0, State: Initialized, Role: FOLLOWER
I20260608 12:38:30.764655  1296 consensus_queue.cc:260] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.765236  1297 ts_tablet_manager.cc:1403] T 16db21136611439b9788351390b3c0fb P e245ff627de94bac92907a0f2f00e0f0: Time spent bootstrapping tablet: real 0.016s	user 0.004s	sys 0.009s
I20260608 12:38:30.766232  1298 consensus_queue.cc:260] T f1fe2e680a8d4c828f3e11c9a1b397cf P c6ff1c1a21c24dcd9d3db00e9036eae0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.767056  1296 ts_tablet_manager.cc:1434] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260608 12:38:30.768086  1296 tablet_bootstrap.cc:492] T 16db21136611439b9788351390b3c0fb P e8cc013d822d4106a021bb034fd0d872: Bootstrap starting.
I20260608 12:38:30.771279  1297 raft_consensus.cc:359] T 16db21136611439b9788351390b3c0fb P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.772054  1297 raft_consensus.cc:385] T 16db21136611439b9788351390b3c0fb P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:30.772368  1297 raft_consensus.cc:740] T 16db21136611439b9788351390b3c0fb P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e245ff627de94bac92907a0f2f00e0f0, State: Initialized, Role: FOLLOWER
I20260608 12:38:30.772790  1298 ts_tablet_manager.cc:1434] T f1fe2e680a8d4c828f3e11c9a1b397cf P c6ff1c1a21c24dcd9d3db00e9036eae0: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.001s
I20260608 12:38:30.773905  1298 tablet_bootstrap.cc:492] T 16db21136611439b9788351390b3c0fb P c6ff1c1a21c24dcd9d3db00e9036eae0: Bootstrap starting.
I20260608 12:38:30.776018  1296 tablet_bootstrap.cc:654] T 16db21136611439b9788351390b3c0fb P e8cc013d822d4106a021bb034fd0d872: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:30.779022  1306 raft_consensus.cc:493] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:30.779996  1306 raft_consensus.cc:515] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.773373  1297 consensus_queue.cc:260] T 16db21136611439b9788351390b3c0fb P e245ff627de94bac92907a0f2f00e0f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.783216  1297 ts_tablet_manager.cc:1434] T 16db21136611439b9788351390b3c0fb P e245ff627de94bac92907a0f2f00e0f0: Time spent starting tablet: real 0.017s	user 0.003s	sys 0.003s
I20260608 12:38:30.787086  1297 tablet_bootstrap.cc:492] T f1fe2e680a8d4c828f3e11c9a1b397cf P e245ff627de94bac92907a0f2f00e0f0: Bootstrap starting.
I20260608 12:38:30.791607  1306 leader_election.cc:290] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193:42391), e8cc013d822d4106a021bb034fd0d872 (127.0.107.194:33745)
I20260608 12:38:30.792240  1296 tablet_bootstrap.cc:492] T 16db21136611439b9788351390b3c0fb P e8cc013d822d4106a021bb034fd0d872: No bootstrap required, opened a new log
I20260608 12:38:30.792673  1296 ts_tablet_manager.cc:1403] T 16db21136611439b9788351390b3c0fb P e8cc013d822d4106a021bb034fd0d872: Time spent bootstrapping tablet: real 0.025s	user 0.007s	sys 0.012s
I20260608 12:38:30.796630  1296 raft_consensus.cc:359] T 16db21136611439b9788351390b3c0fb P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.797557  1296 raft_consensus.cc:385] T 16db21136611439b9788351390b3c0fb P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:30.797924  1296 raft_consensus.cc:740] T 16db21136611439b9788351390b3c0fb P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e8cc013d822d4106a021bb034fd0d872, State: Initialized, Role: FOLLOWER
I20260608 12:38:30.798934  1296 consensus_queue.cc:260] T 16db21136611439b9788351390b3c0fb P e8cc013d822d4106a021bb034fd0d872 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.800558  1297 tablet_bootstrap.cc:654] T f1fe2e680a8d4c828f3e11c9a1b397cf P e245ff627de94bac92907a0f2f00e0f0: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:30.802295  1296 ts_tablet_manager.cc:1434] T 16db21136611439b9788351390b3c0fb P e8cc013d822d4106a021bb034fd0d872: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260608 12:38:30.803473  1296 tablet_bootstrap.cc:492] T 2a263503022c461c8390ecc40fe2f4a4 P e8cc013d822d4106a021bb034fd0d872: Bootstrap starting.
I20260608 12:38:30.805907  1298 tablet_bootstrap.cc:654] T 16db21136611439b9788351390b3c0fb P c6ff1c1a21c24dcd9d3db00e9036eae0: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:30.811076  1296 tablet_bootstrap.cc:654] T 2a263503022c461c8390ecc40fe2f4a4 P e8cc013d822d4106a021bb034fd0d872: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:30.814137  1301 raft_consensus.cc:493] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:30.814831  1301 raft_consensus.cc:515] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } }
I20260608 12:38:30.817162  1298 tablet_bootstrap.cc:492] T 16db21136611439b9788351390b3c0fb P c6ff1c1a21c24dcd9d3db00e9036eae0: No bootstrap required, opened a new log
I20260608 12:38:30.817660  1298 ts_tablet_manager.cc:1403] T 16db21136611439b9788351390b3c0fb P c6ff1c1a21c24dcd9d3db00e9036eae0: Time spent bootstrapping tablet: real 0.044s	user 0.010s	sys 0.004s
I20260608 12:38:30.824227  1301 leader_election.cc:290] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193:42391), c6ff1c1a21c24dcd9d3db00e9036eae0 (127.0.107.195:37465)
I20260608 12:38:30.824613  1297 tablet_bootstrap.cc:492] T f1fe2e680a8d4c828f3e11c9a1b397cf P e245ff627de94bac92907a0f2f00e0f0: No bootstrap required, opened a new log
I20260608 12:38:30.825227  1297 ts_tablet_manager.cc:1403] T f1fe2e680a8d4c828f3e11c9a1b397cf P e245ff627de94bac92907a0f2f00e0f0: Time spent bootstrapping tablet: real 0.038s	user 0.015s	sys 0.004s
I20260608 12:38:30.825193  1298 raft_consensus.cc:359] T 16db21136611439b9788351390b3c0fb P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.825933  1298 raft_consensus.cc:385] T 16db21136611439b9788351390b3c0fb P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:30.826187  1298 raft_consensus.cc:740] T 16db21136611439b9788351390b3c0fb P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c6ff1c1a21c24dcd9d3db00e9036eae0, State: Initialized, Role: FOLLOWER
I20260608 12:38:30.826853  1298 consensus_queue.cc:260] T 16db21136611439b9788351390b3c0fb P c6ff1c1a21c24dcd9d3db00e9036eae0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.829133  1296 tablet_bootstrap.cc:492] T 2a263503022c461c8390ecc40fe2f4a4 P e8cc013d822d4106a021bb034fd0d872: No bootstrap required, opened a new log
I20260608 12:38:30.830071  1306 raft_consensus.cc:493] T 5bf918005f39435f8c6e291f5ab4b9e6 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:30.829507  1297 raft_consensus.cc:359] T f1fe2e680a8d4c828f3e11c9a1b397cf P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.830752  1297 raft_consensus.cc:385] T f1fe2e680a8d4c828f3e11c9a1b397cf P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:30.831296  1297 raft_consensus.cc:740] T f1fe2e680a8d4c828f3e11c9a1b397cf P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e245ff627de94bac92907a0f2f00e0f0, State: Initialized, Role: FOLLOWER
I20260608 12:38:30.830798  1306 raft_consensus.cc:515] T 5bf918005f39435f8c6e291f5ab4b9e6 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } }
I20260608 12:38:30.832280  1297 consensus_queue.cc:260] T f1fe2e680a8d4c828f3e11c9a1b397cf P e245ff627de94bac92907a0f2f00e0f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.829531  1296 ts_tablet_manager.cc:1403] T 2a263503022c461c8390ecc40fe2f4a4 P e8cc013d822d4106a021bb034fd0d872: Time spent bootstrapping tablet: real 0.026s	user 0.010s	sys 0.004s
I20260608 12:38:30.834604  1306 leader_election.cc:290] T 5bf918005f39435f8c6e291f5ab4b9e6 P c6ff1c1a21c24dcd9d3db00e9036eae0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193:42391), e8cc013d822d4106a021bb034fd0d872 (127.0.107.194:33745)
I20260608 12:38:30.836879  1297 ts_tablet_manager.cc:1434] T f1fe2e680a8d4c828f3e11c9a1b397cf P e245ff627de94bac92907a0f2f00e0f0: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.004s
I20260608 12:38:30.838759  1301 raft_consensus.cc:493] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:30.839283  1301 raft_consensus.cc:515] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.839836  1296 raft_consensus.cc:359] T 2a263503022c461c8390ecc40fe2f4a4 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.842006  1296 raft_consensus.cc:385] T 2a263503022c461c8390ecc40fe2f4a4 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:30.842705  1296 raft_consensus.cc:740] T 2a263503022c461c8390ecc40fe2f4a4 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e8cc013d822d4106a021bb034fd0d872, State: Initialized, Role: FOLLOWER
I20260608 12:38:30.843809  1296 consensus_queue.cc:260] T 2a263503022c461c8390ecc40fe2f4a4 P e8cc013d822d4106a021bb034fd0d872 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.837949  1297 tablet_bootstrap.cc:492] T 2a263503022c461c8390ecc40fe2f4a4 P e245ff627de94bac92907a0f2f00e0f0: Bootstrap starting.
I20260608 12:38:30.846796  1301 leader_election.cc:290] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193:42391), c6ff1c1a21c24dcd9d3db00e9036eae0 (127.0.107.195:37465)
I20260608 12:38:30.834970  1298 ts_tablet_manager.cc:1434] T 16db21136611439b9788351390b3c0fb P c6ff1c1a21c24dcd9d3db00e9036eae0: Time spent starting tablet: real 0.017s	user 0.008s	sys 0.000s
I20260608 12:38:30.852196  1298 tablet_bootstrap.cc:492] T 2a263503022c461c8390ecc40fe2f4a4 P c6ff1c1a21c24dcd9d3db00e9036eae0: Bootstrap starting.
I20260608 12:38:30.858808  1297 tablet_bootstrap.cc:654] T 2a263503022c461c8390ecc40fe2f4a4 P e245ff627de94bac92907a0f2f00e0f0: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:30.861557  1298 tablet_bootstrap.cc:654] T 2a263503022c461c8390ecc40fe2f4a4 P c6ff1c1a21c24dcd9d3db00e9036eae0: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:30.863540  1251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5bf918005f39435f8c6e291f5ab4b9e6" candidate_uuid: "e8cc013d822d4106a021bb034fd0d872" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" is_pre_election: true
I20260608 12:38:30.864493  1251 raft_consensus.cc:2468] T 5bf918005f39435f8c6e291f5ab4b9e6 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e8cc013d822d4106a021bb034fd0d872 in term 0.
I20260608 12:38:30.870253  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5bf918005f39435f8c6e291f5ab4b9e6" candidate_uuid: "e8cc013d822d4106a021bb034fd0d872" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e245ff627de94bac92907a0f2f00e0f0" is_pre_election: true
I20260608 12:38:30.871274  1102 raft_consensus.cc:2468] T 5bf918005f39435f8c6e291f5ab4b9e6 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e8cc013d822d4106a021bb034fd0d872 in term 0.
I20260608 12:38:30.871686  1251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cc5ef469d12643eaab4e6046f555e6ba" candidate_uuid: "e8cc013d822d4106a021bb034fd0d872" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" is_pre_election: true
I20260608 12:38:30.872958  1251 raft_consensus.cc:2468] T cc5ef469d12643eaab4e6046f555e6ba P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e8cc013d822d4106a021bb034fd0d872 in term 0.
I20260608 12:38:30.874536  1301 raft_consensus.cc:493] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:30.874774  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cc5ef469d12643eaab4e6046f555e6ba" candidate_uuid: "e8cc013d822d4106a021bb034fd0d872" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e245ff627de94bac92907a0f2f00e0f0" is_pre_election: true
I20260608 12:38:30.875644  1102 raft_consensus.cc:2468] T cc5ef469d12643eaab4e6046f555e6ba P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e8cc013d822d4106a021bb034fd0d872 in term 0.
I20260608 12:38:30.875217  1301 raft_consensus.cc:515] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.873962  1142 leader_election.cc:304] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: e245ff627de94bac92907a0f2f00e0f0, e8cc013d822d4106a021bb034fd0d872; no voters: 
I20260608 12:38:30.880753  1142 leader_election.cc:304] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: e245ff627de94bac92907a0f2f00e0f0, e8cc013d822d4106a021bb034fd0d872; no voters: 
I20260608 12:38:30.883512  1301 leader_election.cc:290] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193:42391), c6ff1c1a21c24dcd9d3db00e9036eae0 (127.0.107.195:37465)
I20260608 12:38:30.884248  1301 raft_consensus.cc:2804] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:30.884693  1301 raft_consensus.cc:493] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:30.885135  1301 raft_consensus.cc:3060] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:30.896857  1303 raft_consensus.cc:493] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:30.897434  1303 raft_consensus.cc:515] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.898118  1251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e2c074444d44be9bf898eb16f2457a7" candidate_uuid: "e8cc013d822d4106a021bb034fd0d872" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" is_pre_election: true
I20260608 12:38:30.898828  1251 raft_consensus.cc:2468] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e8cc013d822d4106a021bb034fd0d872 in term 0.
I20260608 12:38:30.900370  1328 raft_consensus.cc:2804] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:30.901254  1296 ts_tablet_manager.cc:1434] T 2a263503022c461c8390ecc40fe2f4a4 P e8cc013d822d4106a021bb034fd0d872: Time spent starting tablet: real 0.067s	user 0.005s	sys 0.021s
I20260608 12:38:30.903218  1303 leader_election.cc:290] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e8cc013d822d4106a021bb034fd0d872 (127.0.107.194:33745), c6ff1c1a21c24dcd9d3db00e9036eae0 (127.0.107.195:37465)
I20260608 12:38:30.911972  1053 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
W20260608 12:38:30.913462  1053 auto_leader_rebalancer.cc:460] the master instance isn't leader: Service unavailable: Tablet not running
W20260608 12:38:30.905419  1048 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:38:30.914882  1328 raft_consensus.cc:493] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:30.915511  1328 raft_consensus.cc:3060] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:30.915560  1141 leader_election.cc:304] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c6ff1c1a21c24dcd9d3db00e9036eae0, e8cc013d822d4106a021bb034fd0d872; no voters: 
I20260608 12:38:30.925450  1328 raft_consensus.cc:515] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.930616  1328 leader_election.cc:290] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872 [CANDIDATE]: Term 1 election: Requested vote from peers e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193:42391), c6ff1c1a21c24dcd9d3db00e9036eae0 (127.0.107.195:37465)
I20260608 12:38:30.931445  1328 raft_consensus.cc:2804] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:30.931913  1328 raft_consensus.cc:493] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:30.932363  1328 raft_consensus.cc:3060] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:30.938606  1177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e2c074444d44be9bf898eb16f2457a7" candidate_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e8cc013d822d4106a021bb034fd0d872" is_pre_election: true
I20260608 12:38:30.938820  1176 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5bf918005f39435f8c6e291f5ab4b9e6" candidate_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e8cc013d822d4106a021bb034fd0d872" is_pre_election: true
I20260608 12:38:30.940944  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e2c074444d44be9bf898eb16f2457a7" candidate_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e245ff627de94bac92907a0f2f00e0f0" is_pre_election: true
I20260608 12:38:30.941664  1102 raft_consensus.cc:2468] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c6ff1c1a21c24dcd9d3db00e9036eae0 in term 0.
I20260608 12:38:30.943984  1328 raft_consensus.cc:515] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.944515  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5bf918005f39435f8c6e291f5ab4b9e6" candidate_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e245ff627de94bac92907a0f2f00e0f0" is_pre_election: true
I20260608 12:38:30.945327  1102 raft_consensus.cc:2468] T 5bf918005f39435f8c6e291f5ab4b9e6 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c6ff1c1a21c24dcd9d3db00e9036eae0 in term 0.
I20260608 12:38:30.945832  1177 raft_consensus.cc:2393] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate c6ff1c1a21c24dcd9d3db00e9036eae0 in current term 1: Already voted for candidate e8cc013d822d4106a021bb034fd0d872 in this term.
W20260608 12:38:30.954245  1142 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.193:42391, user_credentials={real_user=slave}} blocked reactor thread for 73613.4us
I20260608 12:38:30.958279  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e2c074444d44be9bf898eb16f2457a7" candidate_uuid: "e8cc013d822d4106a021bb034fd0d872" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e245ff627de94bac92907a0f2f00e0f0" is_pre_election: true
I20260608 12:38:30.959187  1102 raft_consensus.cc:2468] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e8cc013d822d4106a021bb034fd0d872 in term 0.
I20260608 12:38:30.965111  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cc5ef469d12643eaab4e6046f555e6ba" candidate_uuid: "e8cc013d822d4106a021bb034fd0d872" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e245ff627de94bac92907a0f2f00e0f0"
I20260608 12:38:30.966178  1102 raft_consensus.cc:3060] T cc5ef469d12643eaab4e6046f555e6ba P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:30.970218  1251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e2c074444d44be9bf898eb16f2457a7" candidate_uuid: "e245ff627de94bac92907a0f2f00e0f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" is_pre_election: true
I20260608 12:38:30.971858  1250 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cc5ef469d12643eaab4e6046f555e6ba" candidate_uuid: "e8cc013d822d4106a021bb034fd0d872" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0"
I20260608 12:38:30.972710  1250 raft_consensus.cc:3060] T cc5ef469d12643eaab4e6046f555e6ba P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:30.971328  1251 raft_consensus.cc:2468] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e245ff627de94bac92907a0f2f00e0f0 in term 0.
I20260608 12:38:30.981549  1216 leader_election.cc:304] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0 [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: c6ff1c1a21c24dcd9d3db00e9036eae0, e245ff627de94bac92907a0f2f00e0f0; no voters: e8cc013d822d4106a021bb034fd0d872
I20260608 12:38:30.983225  1066 leader_election.cc:304] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c6ff1c1a21c24dcd9d3db00e9036eae0, e245ff627de94bac92907a0f2f00e0f0; no voters: 
I20260608 12:38:30.983618  1306 raft_consensus.cc:2804] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:30.984058  1306 raft_consensus.cc:493] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:30.984193  1303 raft_consensus.cc:2804] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:30.984441  1306 raft_consensus.cc:3060] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:30.984668  1303 raft_consensus.cc:493] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:30.977413  1301 raft_consensus.cc:515] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } }
I20260608 12:38:30.986259  1303 raft_consensus.cc:3060] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:30.980702  1327 raft_consensus.cc:493] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:30.988132  1328 leader_election.cc:290] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [CANDIDATE]: Term 1 election: Requested vote from peers e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193:42391), c6ff1c1a21c24dcd9d3db00e9036eae0 (127.0.107.195:37465)
I20260608 12:38:30.989331  1298 tablet_bootstrap.cc:492] T 2a263503022c461c8390ecc40fe2f4a4 P c6ff1c1a21c24dcd9d3db00e9036eae0: No bootstrap required, opened a new log
I20260608 12:38:30.989156  1327 raft_consensus.cc:515] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.989703  1298 ts_tablet_manager.cc:1403] T 2a263503022c461c8390ecc40fe2f4a4 P c6ff1c1a21c24dcd9d3db00e9036eae0: Time spent bootstrapping tablet: real 0.138s	user 0.042s	sys 0.057s
I20260608 12:38:30.989887  1297 tablet_bootstrap.cc:492] T 2a263503022c461c8390ecc40fe2f4a4 P e245ff627de94bac92907a0f2f00e0f0: No bootstrap required, opened a new log
I20260608 12:38:30.990397  1297 ts_tablet_manager.cc:1403] T 2a263503022c461c8390ecc40fe2f4a4 P e245ff627de94bac92907a0f2f00e0f0: Time spent bootstrapping tablet: real 0.153s	user 0.015s	sys 0.053s
I20260608 12:38:30.993882  1101 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e2c074444d44be9bf898eb16f2457a7" candidate_uuid: "e8cc013d822d4106a021bb034fd0d872" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e245ff627de94bac92907a0f2f00e0f0"
I20260608 12:38:30.994063  1298 raft_consensus.cc:359] T 2a263503022c461c8390ecc40fe2f4a4 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.994794  1298 raft_consensus.cc:385] T 2a263503022c461c8390ecc40fe2f4a4 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:30.992712  1216 leader_election.cc:304] T 5bf918005f39435f8c6e291f5ab4b9e6 P c6ff1c1a21c24dcd9d3db00e9036eae0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c6ff1c1a21c24dcd9d3db00e9036eae0, e245ff627de94bac92907a0f2f00e0f0; no voters: 
I20260608 12:38:30.995211  1298 raft_consensus.cc:740] T 2a263503022c461c8390ecc40fe2f4a4 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c6ff1c1a21c24dcd9d3db00e9036eae0, State: Initialized, Role: FOLLOWER
I20260608 12:38:30.995621  1177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e2c074444d44be9bf898eb16f2457a7" candidate_uuid: "e245ff627de94bac92907a0f2f00e0f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e8cc013d822d4106a021bb034fd0d872" is_pre_election: true
I20260608 12:38:30.996470  1177 raft_consensus.cc:2393] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate e245ff627de94bac92907a0f2f00e0f0 in current term 1: Already voted for candidate e8cc013d822d4106a021bb034fd0d872 in this term.
I20260608 12:38:30.996125  1298 consensus_queue.cc:260] T 2a263503022c461c8390ecc40fe2f4a4 P c6ff1c1a21c24dcd9d3db00e9036eae0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:30.998364  1176 raft_consensus.cc:2393] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate c6ff1c1a21c24dcd9d3db00e9036eae0 in current term 1: Already voted for candidate e8cc013d822d4106a021bb034fd0d872 in this term.
I20260608 12:38:30.986435  1102 raft_consensus.cc:2468] T cc5ef469d12643eaab4e6046f555e6ba P e245ff627de94bac92907a0f2f00e0f0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e8cc013d822d4106a021bb034fd0d872 in term 1.
I20260608 12:38:31.000636  1331 raft_consensus.cc:493] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:31.001422  1327 leader_election.cc:290] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193:42391), e8cc013d822d4106a021bb034fd0d872 (127.0.107.194:33745)
I20260608 12:38:31.006175  1327 raft_consensus.cc:2804] T 5bf918005f39435f8c6e291f5ab4b9e6 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:31.006528  1327 raft_consensus.cc:493] T 5bf918005f39435f8c6e291f5ab4b9e6 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:31.002040  1176 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ad5059e630d43ddb8c1047a12506b38" candidate_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e8cc013d822d4106a021bb034fd0d872" is_pre_election: true
I20260608 12:38:31.004993  1301 leader_election.cc:290] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872 [CANDIDATE]: Term 1 election: Requested vote from peers e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193:42391), c6ff1c1a21c24dcd9d3db00e9036eae0 (127.0.107.195:37465)
I20260608 12:38:31.007479  1331 raft_consensus.cc:515] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:31.006882  1327 raft_consensus.cc:3060] T 5bf918005f39435f8c6e291f5ab4b9e6 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:31.009162  1100 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5bf918005f39435f8c6e291f5ab4b9e6" candidate_uuid: "e8cc013d822d4106a021bb034fd0d872" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e245ff627de94bac92907a0f2f00e0f0"
I20260608 12:38:31.009879  1100 raft_consensus.cc:3060] T 5bf918005f39435f8c6e291f5ab4b9e6 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:31.011389  1251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e2c074444d44be9bf898eb16f2457a7" candidate_uuid: "e8cc013d822d4106a021bb034fd0d872" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0"
I20260608 12:38:31.011770  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ad5059e630d43ddb8c1047a12506b38" candidate_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e245ff627de94bac92907a0f2f00e0f0" is_pre_election: true
I20260608 12:38:31.013355  1249 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5bf918005f39435f8c6e291f5ab4b9e6" candidate_uuid: "e8cc013d822d4106a021bb034fd0d872" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0"
I20260608 12:38:31.013978  1334 raft_consensus.cc:493] T 16db21136611439b9788351390b3c0fb P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:31.015089  1334 raft_consensus.cc:515] T 16db21136611439b9788351390b3c0fb P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:31.013652  1142 leader_election.cc:304] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: e245ff627de94bac92907a0f2f00e0f0, e8cc013d822d4106a021bb034fd0d872; no voters: 
I20260608 12:38:31.017364  1176 raft_consensus.cc:2468] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c6ff1c1a21c24dcd9d3db00e9036eae0 in term 0.
W20260608 12:38:31.018568  1216 leader_election.cc:343] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193:42391): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:38:31.020814  1334 leader_election.cc:290] T 16db21136611439b9788351390b3c0fb P e8cc013d822d4106a021bb034fd0d872 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193:42391), c6ff1c1a21c24dcd9d3db00e9036eae0 (127.0.107.195:37465)
I20260608 12:38:31.005034  1250 raft_consensus.cc:2468] T cc5ef469d12643eaab4e6046f555e6ba P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e8cc013d822d4106a021bb034fd0d872 in term 1.
I20260608 12:38:31.023247  1217 leader_election.cc:304] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [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: c6ff1c1a21c24dcd9d3db00e9036eae0, e8cc013d822d4106a021bb034fd0d872; no voters: e245ff627de94bac92907a0f2f00e0f0
I20260608 12:38:31.022917  1301 raft_consensus.cc:2804] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:31.023598  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "16db21136611439b9788351390b3c0fb" candidate_uuid: "e8cc013d822d4106a021bb034fd0d872" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e245ff627de94bac92907a0f2f00e0f0" is_pre_election: true
I20260608 12:38:31.028770  1298 ts_tablet_manager.cc:1434] T 2a263503022c461c8390ecc40fe2f4a4 P c6ff1c1a21c24dcd9d3db00e9036eae0: Time spent starting tablet: real 0.039s	user 0.016s	sys 0.012s
I20260608 12:38:31.029071  1102 raft_consensus.cc:2468] T 16db21136611439b9788351390b3c0fb P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e8cc013d822d4106a021bb034fd0d872 in term 0.
I20260608 12:38:31.029867  1301 raft_consensus.cc:697] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872 [term 1 LEADER]: Becoming Leader. State: Replica: e8cc013d822d4106a021bb034fd0d872, State: Running, Role: LEADER
I20260608 12:38:31.030284  1142 leader_election.cc:304] T 16db21136611439b9788351390b3c0fb P e8cc013d822d4106a021bb034fd0d872 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: e245ff627de94bac92907a0f2f00e0f0, e8cc013d822d4106a021bb034fd0d872; no voters: 
I20260608 12:38:31.030485  1297 raft_consensus.cc:359] T 2a263503022c461c8390ecc40fe2f4a4 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:31.031090  1334 raft_consensus.cc:2804] T 16db21136611439b9788351390b3c0fb P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:31.031212  1297 raft_consensus.cc:385] T 2a263503022c461c8390ecc40fe2f4a4 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:31.027913  1248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "16db21136611439b9788351390b3c0fb" candidate_uuid: "e8cc013d822d4106a021bb034fd0d872" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" is_pre_election: true
I20260608 12:38:31.031725  1334 raft_consensus.cc:493] T 16db21136611439b9788351390b3c0fb P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:31.032137  1334 raft_consensus.cc:3060] T 16db21136611439b9788351390b3c0fb P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:31.032465  1248 raft_consensus.cc:2468] T 16db21136611439b9788351390b3c0fb P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e8cc013d822d4106a021bb034fd0d872 in term 0.
I20260608 12:38:31.037413  1331 leader_election.cc:290] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193:42391), c6ff1c1a21c24dcd9d3db00e9036eae0 (127.0.107.195:37465)
I20260608 12:38:31.039108  1306 raft_consensus.cc:515] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:31.039367  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ad5059e630d43ddb8c1047a12506b38" candidate_uuid: "e8cc013d822d4106a021bb034fd0d872" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e245ff627de94bac92907a0f2f00e0f0" is_pre_election: true
I20260608 12:38:31.039347  1248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ad5059e630d43ddb8c1047a12506b38" candidate_uuid: "e8cc013d822d4106a021bb034fd0d872" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" is_pre_election: true
I20260608 12:38:31.040432  1251 raft_consensus.cc:2393] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate e8cc013d822d4106a021bb034fd0d872 in current term 1: Already voted for candidate c6ff1c1a21c24dcd9d3db00e9036eae0 in this term.
I20260608 12:38:31.040628  1248 raft_consensus.cc:2468] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e8cc013d822d4106a021bb034fd0d872 in term 0.
W20260608 12:38:31.040922  1142 leader_election.cc:343] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193:42391): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:38:31.041407  1334 raft_consensus.cc:515] T 16db21136611439b9788351390b3c0fb P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:31.041837  1141 leader_election.cc:304] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872 [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: c6ff1c1a21c24dcd9d3db00e9036eae0, e8cc013d822d4106a021bb034fd0d872; no voters: e245ff627de94bac92907a0f2f00e0f0
I20260608 12:38:31.042685  1331 raft_consensus.cc:2804] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:31.043226  1306 leader_election.cc:290] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0 [CANDIDATE]: Term 1 election: Requested vote from peers e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193:42391), e8cc013d822d4106a021bb034fd0d872 (127.0.107.194:33745)
I20260608 12:38:31.043889  1306 raft_consensus.cc:2804] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:31.044214  1306 raft_consensus.cc:493] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:31.044610  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "16db21136611439b9788351390b3c0fb" candidate_uuid: "e8cc013d822d4106a021bb034fd0d872" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e245ff627de94bac92907a0f2f00e0f0"
I20260608 12:38:31.044633  1176 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e2c074444d44be9bf898eb16f2457a7" candidate_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e8cc013d822d4106a021bb034fd0d872"
I20260608 12:38:31.045251  1102 raft_consensus.cc:3060] T 16db21136611439b9788351390b3c0fb P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:31.045533  1176 raft_consensus.cc:2393] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate c6ff1c1a21c24dcd9d3db00e9036eae0 in current term 1: Already voted for candidate e8cc013d822d4106a021bb034fd0d872 in this term.
I20260608 12:38:31.046408  1303 raft_consensus.cc:515] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:31.047003  1298 tablet_bootstrap.cc:492] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P c6ff1c1a21c24dcd9d3db00e9036eae0: Bootstrap starting.
I20260608 12:38:31.051517  1101 raft_consensus.cc:2393] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate e8cc013d822d4106a021bb034fd0d872 in current term 1: Already voted for candidate e245ff627de94bac92907a0f2f00e0f0 in this term.
I20260608 12:38:31.052920  1303 leader_election.cc:290] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [CANDIDATE]: Term 1 election: Requested vote from peers e8cc013d822d4106a021bb034fd0d872 (127.0.107.194:33745), c6ff1c1a21c24dcd9d3db00e9036eae0 (127.0.107.195:37465)
I20260608 12:38:31.049556  1100 raft_consensus.cc:2468] T 5bf918005f39435f8c6e291f5ab4b9e6 P e245ff627de94bac92907a0f2f00e0f0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e8cc013d822d4106a021bb034fd0d872 in term 1.
I20260608 12:38:31.053884  1251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e2c074444d44be9bf898eb16f2457a7" candidate_uuid: "e245ff627de94bac92907a0f2f00e0f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0"
I20260608 12:38:31.049365  1327 raft_consensus.cc:515] T 5bf918005f39435f8c6e291f5ab4b9e6 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } }
I20260608 12:38:31.055012  1251 raft_consensus.cc:2393] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate e245ff627de94bac92907a0f2f00e0f0 in current term 1: Already voted for candidate c6ff1c1a21c24dcd9d3db00e9036eae0 in this term.
I20260608 12:38:31.055083  1142 leader_election.cc:304] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: e245ff627de94bac92907a0f2f00e0f0, e8cc013d822d4106a021bb034fd0d872; no voters: 
I20260608 12:38:31.055773  1249 raft_consensus.cc:2393] T 5bf918005f39435f8c6e291f5ab4b9e6 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate e8cc013d822d4106a021bb034fd0d872 in current term 1: Already voted for candidate c6ff1c1a21c24dcd9d3db00e9036eae0 in this term.
I20260608 12:38:31.055850  1141 leader_election.cc:304] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [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: e8cc013d822d4106a021bb034fd0d872; no voters: c6ff1c1a21c24dcd9d3db00e9036eae0, e245ff627de94bac92907a0f2f00e0f0
I20260608 12:38:31.056178  1303 raft_consensus.cc:493] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:31.050069  1334 leader_election.cc:290] T 16db21136611439b9788351390b3c0fb P e8cc013d822d4106a021bb034fd0d872 [CANDIDATE]: Term 1 election: Requested vote from peers e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193:42391), c6ff1c1a21c24dcd9d3db00e9036eae0 (127.0.107.195:37465)
I20260608 12:38:31.057958  1334 raft_consensus.cc:2749] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:38:31.030898  1301 consensus_queue.cc:237] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:31.056793  1303 raft_consensus.cc:515] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:31.053663  1176 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e2c074444d44be9bf898eb16f2457a7" candidate_uuid: "e245ff627de94bac92907a0f2f00e0f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e8cc013d822d4106a021bb034fd0d872"
I20260608 12:38:31.061504  1176 raft_consensus.cc:2393] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate e245ff627de94bac92907a0f2f00e0f0 in current term 1: Already voted for candidate e8cc013d822d4106a021bb034fd0d872 in this term.
I20260608 12:38:31.044606  1306 raft_consensus.cc:3060] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:31.057242  1328 raft_consensus.cc:2804] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:31.056653  1331 raft_consensus.cc:493] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:31.059666  1249 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "16db21136611439b9788351390b3c0fb" candidate_uuid: "e8cc013d822d4106a021bb034fd0d872" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0"
I20260608 12:38:31.063691  1298 tablet_bootstrap.cc:654] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P c6ff1c1a21c24dcd9d3db00e9036eae0: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:31.062919  1068 leader_election.cc:304] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [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: e245ff627de94bac92907a0f2f00e0f0; no voters: c6ff1c1a21c24dcd9d3db00e9036eae0, e8cc013d822d4106a021bb034fd0d872
I20260608 12:38:31.032965  1297 raft_consensus.cc:740] T 2a263503022c461c8390ecc40fe2f4a4 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e245ff627de94bac92907a0f2f00e0f0, State: Initialized, Role: FOLLOWER
I20260608 12:38:31.063966  1328 raft_consensus.cc:697] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872 [term 1 LEADER]: Becoming Leader. State: Replica: e8cc013d822d4106a021bb034fd0d872, State: Running, Role: LEADER
I20260608 12:38:31.063995  1331 raft_consensus.cc:3060] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:31.064536  1100 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e2c074444d44be9bf898eb16f2457a7" candidate_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e245ff627de94bac92907a0f2f00e0f0"
I20260608 12:38:31.065742  1249 raft_consensus.cc:3060] T 16db21136611439b9788351390b3c0fb P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:31.074563  1251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7d933c6e25fa4de3a4bd35bd455fb3f2" candidate_uuid: "e245ff627de94bac92907a0f2f00e0f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" is_pre_election: true
W20260608 12:38:31.077590  1066 leader_election.cc:343] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c6ff1c1a21c24dcd9d3db00e9036eae0 (127.0.107.195:37465): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:38:31.076467  1297 consensus_queue.cc:260] T 2a263503022c461c8390ecc40fe2f4a4 P e245ff627de94bac92907a0f2f00e0f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:31.084236  1100 raft_consensus.cc:2393] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate c6ff1c1a21c24dcd9d3db00e9036eae0 in current term 1: Already voted for candidate e245ff627de94bac92907a0f2f00e0f0 in this term.
I20260608 12:38:31.084056  1328 consensus_queue.cc:237] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } }
I20260608 12:38:31.085966  1216 leader_election.cc:304] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0 [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: c6ff1c1a21c24dcd9d3db00e9036eae0; no voters: e245ff627de94bac92907a0f2f00e0f0, e8cc013d822d4106a021bb034fd0d872
I20260608 12:38:31.088312  1336 raft_consensus.cc:2749] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:38:31.095117  1327 leader_election.cc:290] T 5bf918005f39435f8c6e291f5ab4b9e6 P c6ff1c1a21c24dcd9d3db00e9036eae0 [CANDIDATE]: Term 1 election: Requested vote from peers e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193:42391), e8cc013d822d4106a021bb034fd0d872 (127.0.107.194:33745)
I20260608 12:38:31.076821  1303 leader_election.cc:290] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e8cc013d822d4106a021bb034fd0d872 (127.0.107.194:33745), c6ff1c1a21c24dcd9d3db00e9036eae0 (127.0.107.195:37465)
I20260608 12:38:31.099974  1102 raft_consensus.cc:2468] T 16db21136611439b9788351390b3c0fb P e245ff627de94bac92907a0f2f00e0f0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e8cc013d822d4106a021bb034fd0d872 in term 1.
I20260608 12:38:31.103664  1334 raft_consensus.cc:493] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:31.106761  1176 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7d933c6e25fa4de3a4bd35bd455fb3f2" candidate_uuid: "e245ff627de94bac92907a0f2f00e0f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e8cc013d822d4106a021bb034fd0d872" is_pre_election: true
I20260608 12:38:31.107174  1297 ts_tablet_manager.cc:1434] T 2a263503022c461c8390ecc40fe2f4a4 P e245ff627de94bac92907a0f2f00e0f0: Time spent starting tablet: real 0.116s	user 0.019s	sys 0.006s
I20260608 12:38:31.107525  1176 raft_consensus.cc:2468] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e245ff627de94bac92907a0f2f00e0f0 in term 0.
I20260608 12:38:31.108464  1334 raft_consensus.cc:515] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:31.110607  1334 leader_election.cc:290] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193:42391), c6ff1c1a21c24dcd9d3db00e9036eae0 (127.0.107.195:37465)
I20260608 12:38:31.112892  1100 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5bf918005f39435f8c6e291f5ab4b9e6" candidate_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e245ff627de94bac92907a0f2f00e0f0"
I20260608 12:38:31.103933  1303 raft_consensus.cc:2749] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:38:31.115839  1100 raft_consensus.cc:2393] T 5bf918005f39435f8c6e291f5ab4b9e6 P e245ff627de94bac92907a0f2f00e0f0 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate c6ff1c1a21c24dcd9d3db00e9036eae0 in current term 1: Already voted for candidate e8cc013d822d4106a021bb034fd0d872 in this term.
I20260608 12:38:31.116626  1142 leader_election.cc:304] T 16db21136611439b9788351390b3c0fb P e8cc013d822d4106a021bb034fd0d872 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: e245ff627de94bac92907a0f2f00e0f0, e8cc013d822d4106a021bb034fd0d872; no voters: 
I20260608 12:38:31.117056  1068 leader_election.cc:304] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0 [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: e245ff627de94bac92907a0f2f00e0f0, e8cc013d822d4106a021bb034fd0d872; no voters: c6ff1c1a21c24dcd9d3db00e9036eae0
I20260608 12:38:31.118145  1328 raft_consensus.cc:2804] T 16db21136611439b9788351390b3c0fb P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:31.116667  1176 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5bf918005f39435f8c6e291f5ab4b9e6" candidate_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e8cc013d822d4106a021bb034fd0d872"
I20260608 12:38:31.120870  1328 raft_consensus.cc:697] T 16db21136611439b9788351390b3c0fb P e8cc013d822d4106a021bb034fd0d872 [term 1 LEADER]: Becoming Leader. State: Replica: e8cc013d822d4106a021bb034fd0d872, State: Running, Role: LEADER
I20260608 12:38:31.121502  1217 leader_election.cc:304] T 5bf918005f39435f8c6e291f5ab4b9e6 P c6ff1c1a21c24dcd9d3db00e9036eae0 [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: c6ff1c1a21c24dcd9d3db00e9036eae0; no voters: e245ff627de94bac92907a0f2f00e0f0, e8cc013d822d4106a021bb034fd0d872
I20260608 12:38:31.121927  1251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f1fe2e680a8d4c828f3e11c9a1b397cf" candidate_uuid: "e8cc013d822d4106a021bb034fd0d872" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" is_pre_election: true
I20260608 12:38:31.122303  1327 raft_consensus.cc:2749] T 5bf918005f39435f8c6e291f5ab4b9e6 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:38:31.122521  1251 raft_consensus.cc:2468] T f1fe2e680a8d4c828f3e11c9a1b397cf P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e8cc013d822d4106a021bb034fd0d872 in term 0.
I20260608 12:38:31.119016   999 catalog_manager.cc:5696] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872 reported cstate change: term changed from 0 to 1, leader changed from <none> to e8cc013d822d4106a021bb034fd0d872 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "e8cc013d822d4106a021bb034fd0d872" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } health_report { overall_health: UNKNOWN } } }
I20260608 12:38:31.116623  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f1fe2e680a8d4c828f3e11c9a1b397cf" candidate_uuid: "e8cc013d822d4106a021bb034fd0d872" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e245ff627de94bac92907a0f2f00e0f0" is_pre_election: true
I20260608 12:38:31.125820  1338 raft_consensus.cc:2804] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:31.126111  1297 tablet_bootstrap.cc:492] T 6ad5059e630d43ddb8c1047a12506b38 P e245ff627de94bac92907a0f2f00e0f0: Bootstrap starting.
I20260608 12:38:31.126266  1338 raft_consensus.cc:493] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:31.126744  1338 raft_consensus.cc:3060] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:31.122056  1328 consensus_queue.cc:237] T 16db21136611439b9788351390b3c0fb P e8cc013d822d4106a021bb034fd0d872 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:31.115958  1249 raft_consensus.cc:2468] T 16db21136611439b9788351390b3c0fb P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e8cc013d822d4106a021bb034fd0d872 in term 1.
I20260608 12:38:31.127353  1141 leader_election.cc:304] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c6ff1c1a21c24dcd9d3db00e9036eae0, e8cc013d822d4106a021bb034fd0d872; no voters: 
I20260608 12:38:31.133533  1301 raft_consensus.cc:2804] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:31.133980  1301 raft_consensus.cc:493] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:31.134274  1301 raft_consensus.cc:3060] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:31.138159  1306 raft_consensus.cc:515] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:31.131284  1102 raft_consensus.cc:2468] T f1fe2e680a8d4c828f3e11c9a1b397cf P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e8cc013d822d4106a021bb034fd0d872 in term 0.
I20260608 12:38:31.142854  1301 raft_consensus.cc:515] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:31.145744  1306 leader_election.cc:290] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [CANDIDATE]: Term 1 election: Requested vote from peers e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193:42391), e8cc013d822d4106a021bb034fd0d872 (127.0.107.194:33745)
I20260608 12:38:31.146801  1301 leader_election.cc:290] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872 [CANDIDATE]: Term 1 election: Requested vote from peers e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193:42391), c6ff1c1a21c24dcd9d3db00e9036eae0 (127.0.107.195:37465)
I20260608 12:38:31.147327  1176 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ad5059e630d43ddb8c1047a12506b38" candidate_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e8cc013d822d4106a021bb034fd0d872"
I20260608 12:38:31.148103  1249 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f1fe2e680a8d4c828f3e11c9a1b397cf" candidate_uuid: "e8cc013d822d4106a021bb034fd0d872" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0"
I20260608 12:38:31.148561  1249 raft_consensus.cc:3060] T f1fe2e680a8d4c828f3e11c9a1b397cf P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:31.149279  1100 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f1fe2e680a8d4c828f3e11c9a1b397cf" candidate_uuid: "e8cc013d822d4106a021bb034fd0d872" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e245ff627de94bac92907a0f2f00e0f0"
I20260608 12:38:31.150066  1100 raft_consensus.cc:3060] T f1fe2e680a8d4c828f3e11c9a1b397cf P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:31.154997  1338 raft_consensus.cc:515] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:31.155983  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ad5059e630d43ddb8c1047a12506b38" candidate_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e245ff627de94bac92907a0f2f00e0f0"
I20260608 12:38:31.157651  1100 raft_consensus.cc:2468] T f1fe2e680a8d4c828f3e11c9a1b397cf P e245ff627de94bac92907a0f2f00e0f0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e8cc013d822d4106a021bb034fd0d872 in term 1.
I20260608 12:38:31.160111  1142 leader_election.cc:304] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: e245ff627de94bac92907a0f2f00e0f0, e8cc013d822d4106a021bb034fd0d872; no voters: 
I20260608 12:38:31.160228  1331 raft_consensus.cc:515] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:31.170173  1298 tablet_bootstrap.cc:492] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P c6ff1c1a21c24dcd9d3db00e9036eae0: No bootstrap required, opened a new log
I20260608 12:38:31.250257  1339 raft_consensus.cc:493] T 2a263503022c461c8390ecc40fe2f4a4 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
W20260608 12:38:31.196305  1216 leader_election.cc:343] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193:42391): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:38:31.258519  1339 raft_consensus.cc:515] T 2a263503022c461c8390ecc40fe2f4a4 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:31.161948  1176 raft_consensus.cc:2393] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate c6ff1c1a21c24dcd9d3db00e9036eae0 in current term 1: Already voted for candidate e8cc013d822d4106a021bb034fd0d872 in this term.
I20260608 12:38:31.258409  1298 ts_tablet_manager.cc:1403] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P c6ff1c1a21c24dcd9d3db00e9036eae0: Time spent bootstrapping tablet: real 0.212s	user 0.013s	sys 0.023s
I20260608 12:38:31.262565  1297 tablet_bootstrap.cc:654] T 6ad5059e630d43ddb8c1047a12506b38 P e245ff627de94bac92907a0f2f00e0f0: Neither blocks nor log segments found. Creating new log.
W20260608 12:38:31.259050  1216 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.193:42391, user_credentials={real_user=slave}} blocked reactor thread for 90754.2us
I20260608 12:38:31.167649  1301 raft_consensus.cc:2804] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:31.265513  1301 raft_consensus.cc:697] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872 [term 1 LEADER]: Becoming Leader. State: Replica: e8cc013d822d4106a021bb034fd0d872, State: Running, Role: LEADER
I20260608 12:38:31.263765  1338 leader_election.cc:290] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0 [CANDIDATE]: Term 1 election: Requested vote from peers e8cc013d822d4106a021bb034fd0d872 (127.0.107.194:33745), c6ff1c1a21c24dcd9d3db00e9036eae0 (127.0.107.195:37465)
I20260608 12:38:31.265867  1251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7d933c6e25fa4de3a4bd35bd455fb3f2" candidate_uuid: "e245ff627de94bac92907a0f2f00e0f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0"
I20260608 12:38:31.266203  1331 leader_election.cc:290] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872 [CANDIDATE]: Term 1 election: Requested vote from peers e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193:42391), c6ff1c1a21c24dcd9d3db00e9036eae0 (127.0.107.195:37465)
I20260608 12:38:31.262161  1217 leader_election.cc:304] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [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: c6ff1c1a21c24dcd9d3db00e9036eae0; no voters: e245ff627de94bac92907a0f2f00e0f0, e8cc013d822d4106a021bb034fd0d872
I20260608 12:38:31.162818  1249 raft_consensus.cc:2468] T f1fe2e680a8d4c828f3e11c9a1b397cf P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e8cc013d822d4106a021bb034fd0d872 in term 1.
I20260608 12:38:31.263023  1175 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2a263503022c461c8390ecc40fe2f4a4" candidate_uuid: "e245ff627de94bac92907a0f2f00e0f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e8cc013d822d4106a021bb034fd0d872" is_pre_election: true
I20260608 12:38:31.268244  1306 raft_consensus.cc:2749] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:38:31.268977  1301 consensus_queue.cc:237] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:31.265870  1100 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ad5059e630d43ddb8c1047a12506b38" candidate_uuid: "e8cc013d822d4106a021bb034fd0d872" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e245ff627de94bac92907a0f2f00e0f0"
I20260608 12:38:31.270499  1249 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2a263503022c461c8390ecc40fe2f4a4" candidate_uuid: "e245ff627de94bac92907a0f2f00e0f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" is_pre_election: true
W20260608 12:38:31.271051  1142 leader_election.cc:343] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193:42391): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:38:31.268010  1339 leader_election.cc:290] T 2a263503022c461c8390ecc40fe2f4a4 P e245ff627de94bac92907a0f2f00e0f0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e8cc013d822d4106a021bb034fd0d872 (127.0.107.194:33745), c6ff1c1a21c24dcd9d3db00e9036eae0 (127.0.107.195:37465)
I20260608 12:38:31.271324  1249 raft_consensus.cc:2468] T 2a263503022c461c8390ecc40fe2f4a4 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e245ff627de94bac92907a0f2f00e0f0 in term 0.
I20260608 12:38:31.271878  1175 raft_consensus.cc:2468] T 2a263503022c461c8390ecc40fe2f4a4 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e245ff627de94bac92907a0f2f00e0f0 in term 0.
I20260608 12:38:31.257654  1177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7d933c6e25fa4de3a4bd35bd455fb3f2" candidate_uuid: "e245ff627de94bac92907a0f2f00e0f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e8cc013d822d4106a021bb034fd0d872"
I20260608 12:38:31.273084  1066 leader_election.cc:304] T 2a263503022c461c8390ecc40fe2f4a4 P e245ff627de94bac92907a0f2f00e0f0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c6ff1c1a21c24dcd9d3db00e9036eae0, e245ff627de94bac92907a0f2f00e0f0; no voters: 
I20260608 12:38:31.273717  1177 raft_consensus.cc:3060] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:31.273962  1248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ad5059e630d43ddb8c1047a12506b38" candidate_uuid: "e8cc013d822d4106a021bb034fd0d872" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0"
I20260608 12:38:31.275189  1339 raft_consensus.cc:2804] T 2a263503022c461c8390ecc40fe2f4a4 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:31.276104  1248 raft_consensus.cc:2393] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate e8cc013d822d4106a021bb034fd0d872 in current term 1: Already voted for candidate c6ff1c1a21c24dcd9d3db00e9036eae0 in this term.
I20260608 12:38:31.276319  1339 raft_consensus.cc:493] T 2a263503022c461c8390ecc40fe2f4a4 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:31.276675  1339 raft_consensus.cc:3060] T 2a263503022c461c8390ecc40fe2f4a4 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:31.277879  1141 leader_election.cc:304] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872 [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: e8cc013d822d4106a021bb034fd0d872; no voters: c6ff1c1a21c24dcd9d3db00e9036eae0, e245ff627de94bac92907a0f2f00e0f0
I20260608 12:38:31.279531  1331 raft_consensus.cc:2749] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:38:31.280920  1297 tablet_bootstrap.cc:492] T 6ad5059e630d43ddb8c1047a12506b38 P e245ff627de94bac92907a0f2f00e0f0: No bootstrap required, opened a new log
I20260608 12:38:31.281363  1297 ts_tablet_manager.cc:1403] T 6ad5059e630d43ddb8c1047a12506b38 P e245ff627de94bac92907a0f2f00e0f0: Time spent bootstrapping tablet: real 0.157s	user 0.032s	sys 0.050s
I20260608 12:38:31.284073  1297 raft_consensus.cc:359] T 6ad5059e630d43ddb8c1047a12506b38 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:31.284948  1297 raft_consensus.cc:385] T 6ad5059e630d43ddb8c1047a12506b38 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:31.285174  1297 raft_consensus.cc:740] T 6ad5059e630d43ddb8c1047a12506b38 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e245ff627de94bac92907a0f2f00e0f0, State: Initialized, Role: FOLLOWER
I20260608 12:38:31.287299  1298 raft_consensus.cc:359] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:31.287312  1297 consensus_queue.cc:260] T 6ad5059e630d43ddb8c1047a12506b38 P e245ff627de94bac92907a0f2f00e0f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:31.288015  1298 raft_consensus.cc:385] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:31.288350  1298 raft_consensus.cc:740] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c6ff1c1a21c24dcd9d3db00e9036eae0, State: Initialized, Role: FOLLOWER
I20260608 12:38:31.288916  1298 consensus_queue.cc:260] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P c6ff1c1a21c24dcd9d3db00e9036eae0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:31.291267  1251 raft_consensus.cc:3060] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:31.313903  1339 raft_consensus.cc:515] T 2a263503022c461c8390ecc40fe2f4a4 P e245ff627de94bac92907a0f2f00e0f0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:31.318037  1251 raft_consensus.cc:2468] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e245ff627de94bac92907a0f2f00e0f0 in term 1.
I20260608 12:38:31.323397  1066 leader_election.cc:304] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c6ff1c1a21c24dcd9d3db00e9036eae0, e245ff627de94bac92907a0f2f00e0f0; no voters: 
I20260608 12:38:31.324555  1338 raft_consensus.cc:2804] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:31.324820  1175 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2a263503022c461c8390ecc40fe2f4a4" candidate_uuid: "e245ff627de94bac92907a0f2f00e0f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e8cc013d822d4106a021bb034fd0d872"
I20260608 12:38:31.324328   999 catalog_manager.cc:5696] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872 reported cstate change: term changed from 0 to 1, leader changed from <none> to e8cc013d822d4106a021bb034fd0d872 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "e8cc013d822d4106a021bb034fd0d872" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } health_report { overall_health: HEALTHY } } }
I20260608 12:38:31.325513  1175 raft_consensus.cc:3060] T 2a263503022c461c8390ecc40fe2f4a4 P e8cc013d822d4106a021bb034fd0d872 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:31.325632  1338 raft_consensus.cc:697] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0 [term 1 LEADER]: Becoming Leader. State: Replica: e245ff627de94bac92907a0f2f00e0f0, State: Running, Role: LEADER
I20260608 12:38:31.326655  1339 leader_election.cc:290] T 2a263503022c461c8390ecc40fe2f4a4 P e245ff627de94bac92907a0f2f00e0f0 [CANDIDATE]: Term 1 election: Requested vote from peers e8cc013d822d4106a021bb034fd0d872 (127.0.107.194:33745), c6ff1c1a21c24dcd9d3db00e9036eae0 (127.0.107.195:37465)
I20260608 12:38:31.326426   999 catalog_manager.cc:5696] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872 reported cstate change: term changed from 0 to 1, leader changed from <none> to e8cc013d822d4106a021bb034fd0d872 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "e8cc013d822d4106a021bb034fd0d872" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } health_report { overall_health: UNKNOWN } } }
I20260608 12:38:31.327472  1338 consensus_queue.cc:237] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:31.330464  1248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2a263503022c461c8390ecc40fe2f4a4" candidate_uuid: "e245ff627de94bac92907a0f2f00e0f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0"
I20260608 12:38:31.328516   999 catalog_manager.cc:5696] T 16db21136611439b9788351390b3c0fb P e8cc013d822d4106a021bb034fd0d872 reported cstate change: term changed from 0 to 1, leader changed from <none> to e8cc013d822d4106a021bb034fd0d872 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "e8cc013d822d4106a021bb034fd0d872" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } health_report { overall_health: UNKNOWN } } }
I20260608 12:38:31.331107  1248 raft_consensus.cc:3060] T 2a263503022c461c8390ecc40fe2f4a4 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:31.319119  1177 raft_consensus.cc:2468] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e245ff627de94bac92907a0f2f00e0f0 in term 1.
I20260608 12:38:31.319507  1297 ts_tablet_manager.cc:1434] T 6ad5059e630d43ddb8c1047a12506b38 P e245ff627de94bac92907a0f2f00e0f0: Time spent starting tablet: real 0.038s	user 0.029s	sys 0.001s
I20260608 12:38:31.342851  1175 raft_consensus.cc:2468] T 2a263503022c461c8390ecc40fe2f4a4 P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e245ff627de94bac92907a0f2f00e0f0 in term 1.
I20260608 12:38:31.344161  1068 leader_election.cc:304] T 2a263503022c461c8390ecc40fe2f4a4 P e245ff627de94bac92907a0f2f00e0f0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: e245ff627de94bac92907a0f2f00e0f0, e8cc013d822d4106a021bb034fd0d872; no voters: 
I20260608 12:38:31.345217  1339 raft_consensus.cc:2804] T 2a263503022c461c8390ecc40fe2f4a4 P e245ff627de94bac92907a0f2f00e0f0 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:31.345754  1339 raft_consensus.cc:697] T 2a263503022c461c8390ecc40fe2f4a4 P e245ff627de94bac92907a0f2f00e0f0 [term 1 LEADER]: Becoming Leader. State: Replica: e245ff627de94bac92907a0f2f00e0f0, State: Running, Role: LEADER
I20260608 12:38:31.346650  1339 consensus_queue.cc:237] T 2a263503022c461c8390ecc40fe2f4a4 P e245ff627de94bac92907a0f2f00e0f0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:31.349807  1298 ts_tablet_manager.cc:1434] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P c6ff1c1a21c24dcd9d3db00e9036eae0: Time spent starting tablet: real 0.087s	user 0.010s	sys 0.021s
I20260608 12:38:31.347119  1248 raft_consensus.cc:2468] T 2a263503022c461c8390ecc40fe2f4a4 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e245ff627de94bac92907a0f2f00e0f0 in term 1.
I20260608 12:38:31.360111  1000 catalog_manager.cc:5696] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0 reported cstate change: term changed from 0 to 1, leader changed from <none> to e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "e245ff627de94bac92907a0f2f00e0f0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } health_report { overall_health: UNKNOWN } } }
I20260608 12:38:31.373543   999 catalog_manager.cc:5696] T 2a263503022c461c8390ecc40fe2f4a4 P e245ff627de94bac92907a0f2f00e0f0 reported cstate change: term changed from 0 to 1, leader changed from <none> to e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "e245ff627de94bac92907a0f2f00e0f0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } health_report { overall_health: UNKNOWN } } }
I20260608 12:38:31.472692  1339 raft_consensus.cc:493] T 6ad5059e630d43ddb8c1047a12506b38 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:31.473208  1339 raft_consensus.cc:515] T 6ad5059e630d43ddb8c1047a12506b38 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:31.475102  1339 leader_election.cc:290] T 6ad5059e630d43ddb8c1047a12506b38 P e245ff627de94bac92907a0f2f00e0f0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e8cc013d822d4106a021bb034fd0d872 (127.0.107.194:33745), c6ff1c1a21c24dcd9d3db00e9036eae0 (127.0.107.195:37465)
I20260608 12:38:31.475967  1175 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ad5059e630d43ddb8c1047a12506b38" candidate_uuid: "e245ff627de94bac92907a0f2f00e0f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e8cc013d822d4106a021bb034fd0d872" is_pre_election: true
I20260608 12:38:31.476346  1248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ad5059e630d43ddb8c1047a12506b38" candidate_uuid: "e245ff627de94bac92907a0f2f00e0f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" is_pre_election: true
I20260608 12:38:31.476809  1175 raft_consensus.cc:2393] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate e245ff627de94bac92907a0f2f00e0f0 in current term 1: Already voted for candidate e8cc013d822d4106a021bb034fd0d872 in this term.
I20260608 12:38:31.477097  1248 raft_consensus.cc:2393] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate e245ff627de94bac92907a0f2f00e0f0 in current term 1: Already voted for candidate c6ff1c1a21c24dcd9d3db00e9036eae0 in this term.
I20260608 12:38:31.478093  1066 leader_election.cc:304] T 6ad5059e630d43ddb8c1047a12506b38 P e245ff627de94bac92907a0f2f00e0f0 [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: e245ff627de94bac92907a0f2f00e0f0; no voters: c6ff1c1a21c24dcd9d3db00e9036eae0, e8cc013d822d4106a021bb034fd0d872
I20260608 12:38:31.478904  1339 raft_consensus.cc:3060] T 6ad5059e630d43ddb8c1047a12506b38 P e245ff627de94bac92907a0f2f00e0f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:31.480279  1301 consensus_queue.cc:1048] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:31.485332  1339 raft_consensus.cc:2749] T 6ad5059e630d43ddb8c1047a12506b38 P e245ff627de94bac92907a0f2f00e0f0 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:38:31.490126  1331 consensus_queue.cc:1048] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:31.505698  1331 consensus_queue.cc:1048] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:31.517179  1334 consensus_queue.cc:1048] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:31.618933  1334 consensus_queue.cc:1048] T 16db21136611439b9788351390b3c0fb P e8cc013d822d4106a021bb034fd0d872 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:31.631057  1301 consensus_queue.cc:1048] T 16db21136611439b9788351390b3c0fb P e8cc013d822d4106a021bb034fd0d872 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:38:31.715548  1328 consensus_queue.cc:1048] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:31.726595  1328 consensus_queue.cc:1048] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:31.808100  1339 consensus_queue.cc:1048] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:31.819579  1339 consensus_queue.cc:1048] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:31.840654  1339 consensus_queue.cc:1048] T 2a263503022c461c8390ecc40fe2f4a4 P e245ff627de94bac92907a0f2f00e0f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:31.852471  1338 consensus_queue.cc:1048] T 2a263503022c461c8390ecc40fe2f4a4 P e245ff627de94bac92907a0f2f00e0f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:38:31.917654  1048 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:38:32.810428  1328 raft_consensus.cc:493] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:32.811033  1328 raft_consensus.cc:515] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:32.813997  1328 leader_election.cc:290] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193:42391), c6ff1c1a21c24dcd9d3db00e9036eae0 (127.0.107.195:37465)
I20260608 12:38:32.814718  1248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e2c074444d44be9bf898eb16f2457a7" candidate_uuid: "e8cc013d822d4106a021bb034fd0d872" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" is_pre_election: true
I20260608 12:38:32.815342  1248 raft_consensus.cc:2468] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e8cc013d822d4106a021bb034fd0d872 in term 1.
I20260608 12:38:32.843878  1100 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e2c074444d44be9bf898eb16f2457a7" candidate_uuid: "e8cc013d822d4106a021bb034fd0d872" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e245ff627de94bac92907a0f2f00e0f0" is_pre_election: true
I20260608 12:38:32.844365  1141 leader_election.cc:304] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [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: c6ff1c1a21c24dcd9d3db00e9036eae0, e8cc013d822d4106a021bb034fd0d872; no voters: 
I20260608 12:38:32.845940  1100 raft_consensus.cc:2468] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e8cc013d822d4106a021bb034fd0d872 in term 1.
I20260608 12:38:32.846590  1328 raft_consensus.cc:2804] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:38:32.847288  1328 raft_consensus.cc:493] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:32.847862  1328 raft_consensus.cc:3060] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:38:32.854880  1328 raft_consensus.cc:515] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:32.858147  1328 leader_election.cc:290] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [CANDIDATE]: Term 2 election: Requested vote from peers e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193:42391), c6ff1c1a21c24dcd9d3db00e9036eae0 (127.0.107.195:37465)
I20260608 12:38:32.859120  1100 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e2c074444d44be9bf898eb16f2457a7" candidate_uuid: "e8cc013d822d4106a021bb034fd0d872" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e245ff627de94bac92907a0f2f00e0f0"
I20260608 12:38:32.859772  1100 raft_consensus.cc:3060] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:38:32.860611  1248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e2c074444d44be9bf898eb16f2457a7" candidate_uuid: "e8cc013d822d4106a021bb034fd0d872" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0"
I20260608 12:38:32.861474  1248 raft_consensus.cc:3060] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:38:32.867959  1100 raft_consensus.cc:2468] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e8cc013d822d4106a021bb034fd0d872 in term 2.
I20260608 12:38:32.869323  1248 raft_consensus.cc:2468] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e8cc013d822d4106a021bb034fd0d872 in term 2.
I20260608 12:38:32.869484  1142 leader_election.cc:304] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [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: e245ff627de94bac92907a0f2f00e0f0, e8cc013d822d4106a021bb034fd0d872; no voters: 
I20260608 12:38:32.870456  1328 raft_consensus.cc:2804] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:38:32.871721  1328 raft_consensus.cc:697] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [term 2 LEADER]: Becoming Leader. State: Replica: e8cc013d822d4106a021bb034fd0d872, State: Running, Role: LEADER
I20260608 12:38:32.872961  1328 consensus_queue.cc:237] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [LEADER]: Queue going to LEADER 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: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:32.882596   999 catalog_manager.cc:5696] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 reported cstate change: term changed from 0 to 2, leader changed from <none> to e8cc013d822d4106a021bb034fd0d872 (127.0.107.194). New cstate: current_term: 2 leader_uuid: "e8cc013d822d4106a021bb034fd0d872" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } health_report { overall_health: UNKNOWN } } }
I20260608 12:38:32.913712  1373 raft_consensus.cc:493] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:32.914342  1373 raft_consensus.cc:515] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:32.914987  1053 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:32.917204  1373 leader_election.cc:290] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193:42391), e8cc013d822d4106a021bb034fd0d872 (127.0.107.194:33745)
I20260608 12:38:32.919097  1100 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ad5059e630d43ddb8c1047a12506b38" candidate_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e245ff627de94bac92907a0f2f00e0f0" is_pre_election: true
I20260608 12:38:32.919147  1175 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ad5059e630d43ddb8c1047a12506b38" candidate_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e8cc013d822d4106a021bb034fd0d872" is_pre_election: true
I20260608 12:38:32.919903  1100 raft_consensus.cc:2468] T 6ad5059e630d43ddb8c1047a12506b38 P e245ff627de94bac92907a0f2f00e0f0 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c6ff1c1a21c24dcd9d3db00e9036eae0 in term 1.
I20260608 12:38:32.920070  1175 raft_consensus.cc:2468] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c6ff1c1a21c24dcd9d3db00e9036eae0 in term 1.
I20260608 12:38:32.921221  1216 leader_election.cc:304] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [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: c6ff1c1a21c24dcd9d3db00e9036eae0, e245ff627de94bac92907a0f2f00e0f0; no voters: 
W20260608 12:38:32.922499  1053 auto_leader_rebalancer.cc:460] the master instance isn't leader: Service unavailable: Tablet not running
I20260608 12:38:32.923060  1373 raft_consensus.cc:2804] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Leader pre-election won for term 2
W20260608 12:38:32.923288  1048 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:38:32.923516  1373 raft_consensus.cc:493] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:32.923887  1373 raft_consensus.cc:3060] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:38:32.928589  1373 raft_consensus.cc:515] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:32.930147  1373 leader_election.cc:290] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [CANDIDATE]: Term 2 election: Requested vote from peers e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193:42391), e8cc013d822d4106a021bb034fd0d872 (127.0.107.194:33745)
I20260608 12:38:32.931028  1100 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ad5059e630d43ddb8c1047a12506b38" candidate_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e245ff627de94bac92907a0f2f00e0f0"
I20260608 12:38:32.931165  1175 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ad5059e630d43ddb8c1047a12506b38" candidate_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e8cc013d822d4106a021bb034fd0d872"
I20260608 12:38:32.931512  1100 raft_consensus.cc:3060] T 6ad5059e630d43ddb8c1047a12506b38 P e245ff627de94bac92907a0f2f00e0f0 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:38:32.931722  1175 raft_consensus.cc:3060] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:38:32.935904  1100 raft_consensus.cc:2468] T 6ad5059e630d43ddb8c1047a12506b38 P e245ff627de94bac92907a0f2f00e0f0 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c6ff1c1a21c24dcd9d3db00e9036eae0 in term 2.
I20260608 12:38:32.936604  1175 raft_consensus.cc:2468] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c6ff1c1a21c24dcd9d3db00e9036eae0 in term 2.
I20260608 12:38:32.936867  1216 leader_election.cc:304] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [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: c6ff1c1a21c24dcd9d3db00e9036eae0, e245ff627de94bac92907a0f2f00e0f0; no voters: 
I20260608 12:38:32.937734  1373 raft_consensus.cc:2804] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:38:32.938712  1373 raft_consensus.cc:697] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 2 LEADER]: Becoming Leader. State: Replica: c6ff1c1a21c24dcd9d3db00e9036eae0, State: Running, Role: LEADER
I20260608 12:38:32.939601  1373 consensus_queue.cc:237] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [LEADER]: Queue going to LEADER 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: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:32.946995   999 catalog_manager.cc:5696] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 reported cstate change: term changed from 0 to 2, leader changed from <none> to c6ff1c1a21c24dcd9d3db00e9036eae0 (127.0.107.195). New cstate: current_term: 2 leader_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } health_report { overall_health: HEALTHY } } }
I20260608 12:38:33.075836   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:33.083511  1376 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:33.084317  1377 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:33.085793  1379 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:33.086315   431 server_base.cc:1061] running on GCE node
I20260608 12:38:33.087188   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:33.087381   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.
I20260608 12:38:33.087595   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922313087581 us; error 0 us; skew 500 ppm
I20260608 12:38:33.088195   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:33.091012   431 webserver.cc:533] Webserver started at http://127.0.107.196:41383/ using document root <none> and password file <none>
I20260608 12:38:33.091598   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:33.091828   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:33.092139   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:33.093792   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922302632525-431-0/minicluster-data/ts-3-root/instance:
uuid: "c69bbcc90c1344869520e0e95bbdd033"
format_stamp: "Formatted at 2026-06-08 12:38:33 on dist-test-slave-g6ln"
I20260608 12:38:33.099795   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.003s
I20260608 12:38:33.103293  1384 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:33.104100   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:38:33.104406   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922302632525-431-0/minicluster-data/ts-3-root
uuid: "c69bbcc90c1344869520e0e95bbdd033"
format_stamp: "Formatted at 2026-06-08 12:38:33 on dist-test-slave-g6ln"
I20260608 12:38:33.104684   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922302632525-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922302632525-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922302632525-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)
I20260608 12:38:33.141719   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:33.143141   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:33.144840   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:33.147253   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:33.147504   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:38:33.147764   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:33.147960   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:33.197257   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:38915
I20260608 12:38:33.197417  1446 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:38915 every 8 connection(s)
I20260608 12:38:33.215581  1447 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40209
I20260608 12:38:33.216004  1447 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:33.216745  1447 heartbeater.cc:507] Master 127.0.107.254:40209 requested a full tablet report, sending...
I20260608 12:38:33.218765   999 ts_manager.cc:194] Registered new tserver with Master: c69bbcc90c1344869520e0e95bbdd033 (127.0.107.196:38915)
I20260608 12:38:33.220415   999 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42738
I20260608 12:38:33.404680  1248 raft_consensus.cc:1275] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 2 FOLLOWER]: Refusing update from remote peer e8cc013d822d4106a021bb034fd0d872: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260608 12:38:33.406132  1328 consensus_queue.cc:1048] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:33.419255  1100 raft_consensus.cc:1275] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [term 2 FOLLOWER]: Refusing update from remote peer e8cc013d822d4106a021bb034fd0d872: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260608 12:38:33.421241  1452 consensus_queue.cc:1048] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:38:33.429008  1102 raft_consensus.cc:1275] T 6ad5059e630d43ddb8c1047a12506b38 P e245ff627de94bac92907a0f2f00e0f0 [term 2 FOLLOWER]: Refusing update from remote peer c6ff1c1a21c24dcd9d3db00e9036eae0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260608 12:38:33.430975  1373 consensus_queue.cc:1048] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:33.438357  1175 raft_consensus.cc:1275] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872 [term 2 FOLLOWER]: Refusing update from remote peer c6ff1c1a21c24dcd9d3db00e9036eae0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260608 12:38:33.442680  1373 consensus_queue.cc:1048] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:38:34.222863  1447 heartbeater.cc:499] Master 127.0.107.254:40209 was elected leader, sending a full tablet report...
I20260608 12:38:34.923806  1053 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:34.942556  1175 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "1e2c074444d44be9bf898eb16f2457a7"
dest_uuid: "e8cc013d822d4106a021bb034fd0d872"
mode: GRACEFUL
new_leader_uuid: "e245ff627de94bac92907a0f2f00e0f0"
 from {username='slave'} at 127.0.0.1:32864
I20260608 12:38:34.943212  1175 raft_consensus.cc:606] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [term 2 LEADER]: Received request to transfer leadership to TS e245ff627de94bac92907a0f2f00e0f0
I20260608 12:38:34.945731  1175 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "f1fe2e680a8d4c828f3e11c9a1b397cf"
dest_uuid: "e8cc013d822d4106a021bb034fd0d872"
mode: GRACEFUL
new_leader_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0"
 from {username='slave'} at 127.0.0.1:32864
I20260608 12:38:34.946204  1175 raft_consensus.cc:606] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872 [term 1 LEADER]: Received request to transfer leadership to TS c6ff1c1a21c24dcd9d3db00e9036eae0
I20260608 12:38:34.947396  1053 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 2
I20260608 12:38:34.947953  1053 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:35.298302  1452 raft_consensus.cc:993] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872: : Instructing follower c6ff1c1a21c24dcd9d3db00e9036eae0 to start an election
I20260608 12:38:35.298848  1465 raft_consensus.cc:1081] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872 [term 1 LEADER]: Signalling peer c6ff1c1a21c24dcd9d3db00e9036eae0 to start an election
I20260608 12:38:35.300779  1248 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "f1fe2e680a8d4c828f3e11c9a1b397cf"
dest_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0"
 from {username='slave'} at 127.0.0.1:49556
I20260608 12:38:35.301316  1248 raft_consensus.cc:493] T f1fe2e680a8d4c828f3e11c9a1b397cf P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:38:35.301641  1248 raft_consensus.cc:3060] T f1fe2e680a8d4c828f3e11c9a1b397cf P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:38:35.307164  1248 raft_consensus.cc:515] T f1fe2e680a8d4c828f3e11c9a1b397cf P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:35.308887  1248 leader_election.cc:290] T f1fe2e680a8d4c828f3e11c9a1b397cf P c6ff1c1a21c24dcd9d3db00e9036eae0 [CANDIDATE]: Term 2 election: Requested vote from peers e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193:42391), e8cc013d822d4106a021bb034fd0d872 (127.0.107.194:33745)
I20260608 12:38:35.309773  1100 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f1fe2e680a8d4c828f3e11c9a1b397cf" candidate_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "e245ff627de94bac92907a0f2f00e0f0"
I20260608 12:38:35.310075  1175 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f1fe2e680a8d4c828f3e11c9a1b397cf" candidate_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "e8cc013d822d4106a021bb034fd0d872"
I20260608 12:38:35.310385  1100 raft_consensus.cc:3060] T f1fe2e680a8d4c828f3e11c9a1b397cf P e245ff627de94bac92907a0f2f00e0f0 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:38:35.310670  1175 raft_consensus.cc:3055] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:38:35.311002  1175 raft_consensus.cc:740] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: e8cc013d822d4106a021bb034fd0d872, State: Running, Role: LEADER
I20260608 12:38:35.311745  1175 consensus_queue.cc:260] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872 [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: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:35.312721  1175 raft_consensus.cc:3060] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:38:35.315044  1100 raft_consensus.cc:2468] T f1fe2e680a8d4c828f3e11c9a1b397cf P e245ff627de94bac92907a0f2f00e0f0 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c6ff1c1a21c24dcd9d3db00e9036eae0 in term 2.
I20260608 12:38:35.316141  1216 leader_election.cc:304] T f1fe2e680a8d4c828f3e11c9a1b397cf P c6ff1c1a21c24dcd9d3db00e9036eae0 [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: c6ff1c1a21c24dcd9d3db00e9036eae0, e245ff627de94bac92907a0f2f00e0f0; no voters: 
I20260608 12:38:35.316856  1373 raft_consensus.cc:2804] T f1fe2e680a8d4c828f3e11c9a1b397cf P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:38:35.317507  1175 raft_consensus.cc:2468] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c6ff1c1a21c24dcd9d3db00e9036eae0 in term 2.
I20260608 12:38:35.317766  1373 raft_consensus.cc:697] T f1fe2e680a8d4c828f3e11c9a1b397cf P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 2 LEADER]: Becoming Leader. State: Replica: c6ff1c1a21c24dcd9d3db00e9036eae0, State: Running, Role: LEADER
I20260608 12:38:35.318786  1373 consensus_queue.cc:237] T f1fe2e680a8d4c828f3e11c9a1b397cf P c6ff1c1a21c24dcd9d3db00e9036eae0 [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: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:35.325955   999 catalog_manager.cc:5696] T f1fe2e680a8d4c828f3e11c9a1b397cf P c6ff1c1a21c24dcd9d3db00e9036eae0 reported cstate change: term changed from 1 to 2, leader changed from e8cc013d822d4106a021bb034fd0d872 (127.0.107.194) to c6ff1c1a21c24dcd9d3db00e9036eae0 (127.0.107.195). New cstate: current_term: 2 leader_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } health_report { overall_health: HEALTHY } } }
I20260608 12:38:35.463171  1452 raft_consensus.cc:993] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872: : Instructing follower e245ff627de94bac92907a0f2f00e0f0 to start an election
I20260608 12:38:35.463685  1465 raft_consensus.cc:1081] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [term 2 LEADER]: Signalling peer e245ff627de94bac92907a0f2f00e0f0 to start an election
I20260608 12:38:35.465389  1100 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "1e2c074444d44be9bf898eb16f2457a7"
dest_uuid: "e245ff627de94bac92907a0f2f00e0f0"
 from {username='slave'} at 127.0.0.1:53674
I20260608 12:38:35.465906  1100 raft_consensus.cc:493] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [term 2 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:38:35.466243  1100 raft_consensus.cc:3060] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:38:35.471180  1100 raft_consensus.cc:515] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [term 3 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:35.473414  1100 leader_election.cc:290] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [CANDIDATE]: Term 3 election: Requested vote from peers e8cc013d822d4106a021bb034fd0d872 (127.0.107.194:33745), c6ff1c1a21c24dcd9d3db00e9036eae0 (127.0.107.195:37465)
I20260608 12:38:35.474167  1175 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e2c074444d44be9bf898eb16f2457a7" candidate_uuid: "e245ff627de94bac92907a0f2f00e0f0" candidate_term: 3 candidate_status { last_received { term: 2 index: 1 } } ignore_live_leader: true dest_uuid: "e8cc013d822d4106a021bb034fd0d872"
I20260608 12:38:35.474481  1248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e2c074444d44be9bf898eb16f2457a7" candidate_uuid: "e245ff627de94bac92907a0f2f00e0f0" candidate_term: 3 candidate_status { last_received { term: 2 index: 1 } } ignore_live_leader: true dest_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0"
I20260608 12:38:35.474799  1175 raft_consensus.cc:3055] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [term 2 LEADER]: Stepping down as leader of term 2
I20260608 12:38:35.475018  1248 raft_consensus.cc:3060] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:38:35.475206  1175 raft_consensus.cc:740] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [term 2 LEADER]: Becoming Follower/Learner. State: Replica: e8cc013d822d4106a021bb034fd0d872, State: Running, Role: LEADER
I20260608 12:38:35.476123  1175 consensus_queue.cc:260] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, 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: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:35.477195  1175 raft_consensus.cc:3060] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:38:35.479993  1248 raft_consensus.cc:2468] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e245ff627de94bac92907a0f2f00e0f0 in term 3.
I20260608 12:38:35.481381  1066 leader_election.cc:304] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [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: c6ff1c1a21c24dcd9d3db00e9036eae0, e245ff627de94bac92907a0f2f00e0f0; no voters: 
I20260608 12:38:35.482175  1175 raft_consensus.cc:2468] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e245ff627de94bac92907a0f2f00e0f0 in term 3.
I20260608 12:38:35.482298  1338 raft_consensus.cc:2804] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [term 3 FOLLOWER]: Leader election won for term 3
I20260608 12:38:35.483289  1338 raft_consensus.cc:697] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [term 3 LEADER]: Becoming Leader. State: Replica: e245ff627de94bac92907a0f2f00e0f0, State: Running, Role: LEADER
I20260608 12:38:35.484129  1338 consensus_queue.cc:237] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [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: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } }
I20260608 12:38:35.492185   999 catalog_manager.cc:5696] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 reported cstate change: term changed from 2 to 3, leader changed from e8cc013d822d4106a021bb034fd0d872 (127.0.107.194) to e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193). New cstate: current_term: 3 leader_uuid: "e245ff627de94bac92907a0f2f00e0f0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } health_report { overall_health: UNKNOWN } } }
I20260608 12:38:35.829970  1100 raft_consensus.cc:1275] T f1fe2e680a8d4c828f3e11c9a1b397cf P e245ff627de94bac92907a0f2f00e0f0 [term 2 FOLLOWER]: Refusing update from remote peer c6ff1c1a21c24dcd9d3db00e9036eae0: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:38:35.831235  1373 consensus_queue.cc:1048] T f1fe2e680a8d4c828f3e11c9a1b397cf P c6ff1c1a21c24dcd9d3db00e9036eae0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:38:35.842793  1175 raft_consensus.cc:1275] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872 [term 2 FOLLOWER]: Refusing update from remote peer c6ff1c1a21c24dcd9d3db00e9036eae0: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:38:35.844810  1373 consensus_queue.cc:1048] T f1fe2e680a8d4c828f3e11c9a1b397cf P c6ff1c1a21c24dcd9d3db00e9036eae0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:38:36.042744  1248 raft_consensus.cc:1275] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 3 FOLLOWER]: Refusing update from remote peer e245ff627de94bac92907a0f2f00e0f0: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260608 12:38:36.044145  1338 consensus_queue.cc:1048] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:38:36.054864  1175 raft_consensus.cc:1275] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [term 3 FOLLOWER]: Refusing update from remote peer e245ff627de94bac92907a0f2f00e0f0: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260608 12:38:36.056882  1338 consensus_queue.cc:1048] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:38:36.949275  1053 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:36.955826  1053 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:36.956259  1053 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:38.957178  1053 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:38.959652  1251 consensus_queue.cc:237] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [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: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } attrs { replace: true } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } } peers { permanent_uuid: "c69bbcc90c1344869520e0e95bbdd033" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38915 } attrs { promote: true } }
I20260608 12:38:38.966456  1053 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:38.967355  1053 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:38.971853  1177 raft_consensus.cc:1275] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872 [term 2 FOLLOWER]: Refusing update from remote peer c6ff1c1a21c24dcd9d3db00e9036eae0: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:38:38.974303  1475 consensus_queue.cc:1048] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:38:38.979342  1102 raft_consensus.cc:1275] T 6ad5059e630d43ddb8c1047a12506b38 P e245ff627de94bac92907a0f2f00e0f0 [term 2 FOLLOWER]: Refusing update from remote peer c6ff1c1a21c24dcd9d3db00e9036eae0: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:38:38.981125  1475 consensus_queue.cc:1048] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:38:38.984089  1475 raft_consensus.cc:2955] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER c69bbcc90c1344869520e0e95bbdd033 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } attrs { replace: true } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } } peers { permanent_uuid: "c69bbcc90c1344869520e0e95bbdd033" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38915 } attrs { promote: true } } }
I20260608 12:38:38.989044  1177 raft_consensus.cc:2955] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER c69bbcc90c1344869520e0e95bbdd033 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } attrs { replace: true } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } } peers { permanent_uuid: "c69bbcc90c1344869520e0e95bbdd033" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38915 } attrs { promote: true } } }
W20260608 12:38:38.991003  1216 consensus_peers.cc:597] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 -> Peer c69bbcc90c1344869520e0e95bbdd033 (127.0.107.196:38915): Couldn't send request to peer c69bbcc90c1344869520e0e95bbdd033. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6ad5059e630d43ddb8c1047a12506b38. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:39.003012   997 catalog_manager.cc:5696] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 reported cstate change: config changed from index -1 to 2, NON_VOTER c69bbcc90c1344869520e0e95bbdd033 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c69bbcc90c1344869520e0e95bbdd033" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38915 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:38:39.004915  1102 raft_consensus.cc:2955] T 6ad5059e630d43ddb8c1047a12506b38 P e245ff627de94bac92907a0f2f00e0f0 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER c69bbcc90c1344869520e0e95bbdd033 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } attrs { replace: true } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } } peers { permanent_uuid: "c69bbcc90c1344869520e0e95bbdd033" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38915 } attrs { promote: true } } }
I20260608 12:38:39.018039  1102 consensus_queue.cc:237] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0 [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: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } attrs { replace: true } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } } peers { permanent_uuid: "c69bbcc90c1344869520e0e95bbdd033" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38915 } attrs { promote: true } }
I20260608 12:38:39.028091  1251 raft_consensus.cc:1275] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Refusing update from remote peer e245ff627de94bac92907a0f2f00e0f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:39.029891  1485 consensus_queue.cc:1048] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:38:39.034426  1177 raft_consensus.cc:1275] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Refusing update from remote peer e245ff627de94bac92907a0f2f00e0f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:39.036192  1503 consensus_queue.cc:1048] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:38:39.040699  1485 raft_consensus.cc:2955] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c69bbcc90c1344869520e0e95bbdd033 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } attrs { replace: true } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } } peers { permanent_uuid: "c69bbcc90c1344869520e0e95bbdd033" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38915 } attrs { promote: true } } }
I20260608 12:38:39.042513  1251 raft_consensus.cc:2955] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c69bbcc90c1344869520e0e95bbdd033 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } attrs { replace: true } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } } peers { permanent_uuid: "c69bbcc90c1344869520e0e95bbdd033" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38915 } attrs { promote: true } } }
W20260608 12:38:39.053936  1067 consensus_peers.cc:597] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0 -> Peer c69bbcc90c1344869520e0e95bbdd033 (127.0.107.196:38915): Couldn't send request to peer c69bbcc90c1344869520e0e95bbdd033. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 7d933c6e25fa4de3a4bd35bd455fb3f2. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:39.055392  1000 catalog_manager.cc:5696] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P c6ff1c1a21c24dcd9d3db00e9036eae0 reported cstate change: config changed from index -1 to 2, NON_VOTER c69bbcc90c1344869520e0e95bbdd033 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "e245ff627de94bac92907a0f2f00e0f0" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } attrs { replace: true } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } } peers { permanent_uuid: "c69bbcc90c1344869520e0e95bbdd033" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38915 } attrs { promote: true } } }
I20260608 12:38:39.061719  1177 raft_consensus.cc:2955] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c69bbcc90c1344869520e0e95bbdd033 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } attrs { replace: true } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } } peers { permanent_uuid: "c69bbcc90c1344869520e0e95bbdd033" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38915 } attrs { promote: true } } }
I20260608 12:38:39.073513  1175 consensus_queue.cc:237] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872 [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: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } attrs { replace: true } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c69bbcc90c1344869520e0e95bbdd033" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38915 } attrs { promote: true } }
I20260608 12:38:39.082448  1248 raft_consensus.cc:1275] T 5bf918005f39435f8c6e291f5ab4b9e6 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Refusing update from remote peer e8cc013d822d4106a021bb034fd0d872: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:39.084384  1510 consensus_queue.cc:1048] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:38:39.085845  1102 raft_consensus.cc:1275] T 5bf918005f39435f8c6e291f5ab4b9e6 P e245ff627de94bac92907a0f2f00e0f0 [term 1 FOLLOWER]: Refusing update from remote peer e8cc013d822d4106a021bb034fd0d872: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:39.087745  1510 consensus_queue.cc:1048] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:38:39.099716  1142 consensus_peers.cc:597] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872 -> Peer c69bbcc90c1344869520e0e95bbdd033 (127.0.107.196:38915): Couldn't send request to peer c69bbcc90c1344869520e0e95bbdd033. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 5bf918005f39435f8c6e291f5ab4b9e6. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:39.101694  1452 raft_consensus.cc:2955] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c69bbcc90c1344869520e0e95bbdd033 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } attrs { replace: true } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c69bbcc90c1344869520e0e95bbdd033" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38915 } attrs { promote: true } } }
I20260608 12:38:39.103201  1248 raft_consensus.cc:2955] T 5bf918005f39435f8c6e291f5ab4b9e6 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c69bbcc90c1344869520e0e95bbdd033 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } attrs { replace: true } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c69bbcc90c1344869520e0e95bbdd033" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38915 } attrs { promote: true } } }
I20260608 12:38:39.108755  1102 raft_consensus.cc:2955] T 5bf918005f39435f8c6e291f5ab4b9e6 P e245ff627de94bac92907a0f2f00e0f0 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c69bbcc90c1344869520e0e95bbdd033 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } attrs { replace: true } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c69bbcc90c1344869520e0e95bbdd033" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38915 } attrs { promote: true } } }
I20260608 12:38:39.117744  1000 catalog_manager.cc:5696] T 5bf918005f39435f8c6e291f5ab4b9e6 P c6ff1c1a21c24dcd9d3db00e9036eae0 reported cstate change: config changed from index -1 to 2, NON_VOTER c69bbcc90c1344869520e0e95bbdd033 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "e8cc013d822d4106a021bb034fd0d872" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } attrs { replace: true } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c69bbcc90c1344869520e0e95bbdd033" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38915 } attrs { promote: true } } }
I20260608 12:38:39.118508  1175 consensus_queue.cc:237] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872 [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: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } attrs { replace: true } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } } peers { permanent_uuid: "c69bbcc90c1344869520e0e95bbdd033" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38915 } attrs { promote: true } }
I20260608 12:38:39.127817  1248 raft_consensus.cc:1275] T cc5ef469d12643eaab4e6046f555e6ba P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Refusing update from remote peer e8cc013d822d4106a021bb034fd0d872: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:39.129360  1510 consensus_queue.cc:1048] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:38:39.133116  1142 consensus_peers.cc:597] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872 -> Peer c69bbcc90c1344869520e0e95bbdd033 (127.0.107.196:38915): Couldn't send request to peer c69bbcc90c1344869520e0e95bbdd033. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: cc5ef469d12643eaab4e6046f555e6ba. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:39.137178  1102 raft_consensus.cc:1275] T cc5ef469d12643eaab4e6046f555e6ba P e245ff627de94bac92907a0f2f00e0f0 [term 1 FOLLOWER]: Refusing update from remote peer e8cc013d822d4106a021bb034fd0d872: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:39.138972  1510 consensus_queue.cc:1048] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:38:39.141209  1514 raft_consensus.cc:2955] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c69bbcc90c1344869520e0e95bbdd033 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } attrs { replace: true } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } } peers { permanent_uuid: "c69bbcc90c1344869520e0e95bbdd033" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38915 } attrs { promote: true } } }
I20260608 12:38:39.142601  1248 raft_consensus.cc:2955] T cc5ef469d12643eaab4e6046f555e6ba P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c69bbcc90c1344869520e0e95bbdd033 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } attrs { replace: true } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } } peers { permanent_uuid: "c69bbcc90c1344869520e0e95bbdd033" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38915 } attrs { promote: true } } }
I20260608 12:38:39.152603  1102 raft_consensus.cc:2955] T cc5ef469d12643eaab4e6046f555e6ba P e245ff627de94bac92907a0f2f00e0f0 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c69bbcc90c1344869520e0e95bbdd033 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } attrs { replace: true } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } } peers { permanent_uuid: "c69bbcc90c1344869520e0e95bbdd033" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38915 } attrs { promote: true } } }
I20260608 12:38:39.155709   997 catalog_manager.cc:5696] T cc5ef469d12643eaab4e6046f555e6ba P c6ff1c1a21c24dcd9d3db00e9036eae0 reported cstate change: config changed from index -1 to 2, NON_VOTER c69bbcc90c1344869520e0e95bbdd033 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "e8cc013d822d4106a021bb034fd0d872" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e245ff627de94bac92907a0f2f00e0f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42391 } attrs { replace: true } } peers { permanent_uuid: "e8cc013d822d4106a021bb034fd0d872" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33745 } } peers { permanent_uuid: "c6ff1c1a21c24dcd9d3db00e9036eae0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37465 } } peers { permanent_uuid: "c69bbcc90c1344869520e0e95bbdd033" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38915 } attrs { promote: true } } }
I20260608 12:38:39.231796   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
W20260608 12:38:39.245083  1142 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]
W20260608 12:38:39.250566  1142 consensus_peers.cc:597] T 16db21136611439b9788351390b3c0fb P e8cc013d822d4106a021bb034fd0d872 -> Peer e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193:42391): Couldn't send request to peer e245ff627de94bac92907a0f2f00e0f0. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:39.270617   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:39.271490   431 tablet_replica.cc:333] T 6ad5059e630d43ddb8c1047a12506b38 P e245ff627de94bac92907a0f2f00e0f0: stopping tablet replica
I20260608 12:38:39.272172   431 raft_consensus.cc:2243] T 6ad5059e630d43ddb8c1047a12506b38 P e245ff627de94bac92907a0f2f00e0f0 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:39.272689   431 raft_consensus.cc:2272] T 6ad5059e630d43ddb8c1047a12506b38 P e245ff627de94bac92907a0f2f00e0f0 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:39.274956   431 tablet_replica.cc:333] T 2a263503022c461c8390ecc40fe2f4a4 P e245ff627de94bac92907a0f2f00e0f0: stopping tablet replica
I20260608 12:38:39.275615   431 raft_consensus.cc:2243] T 2a263503022c461c8390ecc40fe2f4a4 P e245ff627de94bac92907a0f2f00e0f0 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:39.276365   431 raft_consensus.cc:2272] T 2a263503022c461c8390ecc40fe2f4a4 P e245ff627de94bac92907a0f2f00e0f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:39.278260   431 tablet_replica.cc:333] T f1fe2e680a8d4c828f3e11c9a1b397cf P e245ff627de94bac92907a0f2f00e0f0: stopping tablet replica
I20260608 12:38:39.278808   431 raft_consensus.cc:2243] T f1fe2e680a8d4c828f3e11c9a1b397cf P e245ff627de94bac92907a0f2f00e0f0 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:39.279217   431 raft_consensus.cc:2272] T f1fe2e680a8d4c828f3e11c9a1b397cf P e245ff627de94bac92907a0f2f00e0f0 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:39.281075   431 tablet_replica.cc:333] T 16db21136611439b9788351390b3c0fb P e245ff627de94bac92907a0f2f00e0f0: stopping tablet replica
I20260608 12:38:39.281596   431 raft_consensus.cc:2243] T 16db21136611439b9788351390b3c0fb P e245ff627de94bac92907a0f2f00e0f0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:39.282032   431 raft_consensus.cc:2272] T 16db21136611439b9788351390b3c0fb P e245ff627de94bac92907a0f2f00e0f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:39.283922   431 tablet_replica.cc:333] T 5bf918005f39435f8c6e291f5ab4b9e6 P e245ff627de94bac92907a0f2f00e0f0: stopping tablet replica
I20260608 12:38:39.284409   431 raft_consensus.cc:2243] T 5bf918005f39435f8c6e291f5ab4b9e6 P e245ff627de94bac92907a0f2f00e0f0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:39.284825   431 raft_consensus.cc:2272] T 5bf918005f39435f8c6e291f5ab4b9e6 P e245ff627de94bac92907a0f2f00e0f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:39.286934   431 tablet_replica.cc:333] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0: stopping tablet replica
I20260608 12:38:39.287551   431 raft_consensus.cc:2243] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [term 3 LEADER]: Raft consensus shutting down.
I20260608 12:38:39.288357   431 raft_consensus.cc:2272] T 1e2c074444d44be9bf898eb16f2457a7 P e245ff627de94bac92907a0f2f00e0f0 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:39.290119   431 tablet_replica.cc:333] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0: stopping tablet replica
I20260608 12:38:39.290678   431 raft_consensus.cc:2243] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:39.291591   431 raft_consensus.cc:2272] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e245ff627de94bac92907a0f2f00e0f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:39.293673   431 tablet_replica.cc:333] T cc5ef469d12643eaab4e6046f555e6ba P e245ff627de94bac92907a0f2f00e0f0: stopping tablet replica
I20260608 12:38:39.294165   431 raft_consensus.cc:2243] T cc5ef469d12643eaab4e6046f555e6ba P e245ff627de94bac92907a0f2f00e0f0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:39.294627   431 raft_consensus.cc:2272] T cc5ef469d12643eaab4e6046f555e6ba P e245ff627de94bac92907a0f2f00e0f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:39.324506   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:38:39.346413   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:38:39.383154   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:39.384053   431 tablet_replica.cc:333] T 16db21136611439b9788351390b3c0fb P e8cc013d822d4106a021bb034fd0d872: stopping tablet replica
I20260608 12:38:39.384788   431 raft_consensus.cc:2243] T 16db21136611439b9788351390b3c0fb P e8cc013d822d4106a021bb034fd0d872 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:39.385488   431 raft_consensus.cc:2272] T 16db21136611439b9788351390b3c0fb P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:39.387655   431 tablet_replica.cc:333] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e8cc013d822d4106a021bb034fd0d872: stopping tablet replica
I20260608 12:38:39.388257   431 raft_consensus.cc:2243] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:39.388695   431 raft_consensus.cc:2272] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:39.391175   431 tablet_replica.cc:333] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872: stopping tablet replica
I20260608 12:38:39.391799   431 raft_consensus.cc:2243] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:39.392676   431 raft_consensus.cc:2272] T 5bf918005f39435f8c6e291f5ab4b9e6 P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:39.395118   431 tablet_replica.cc:333] T 2a263503022c461c8390ecc40fe2f4a4 P e8cc013d822d4106a021bb034fd0d872: stopping tablet replica
I20260608 12:38:39.395694   431 raft_consensus.cc:2243] T 2a263503022c461c8390ecc40fe2f4a4 P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:39.396136   431 raft_consensus.cc:2272] T 2a263503022c461c8390ecc40fe2f4a4 P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:39.397925   431 tablet_replica.cc:333] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872: stopping tablet replica
I20260608 12:38:39.398473   431 raft_consensus.cc:2243] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:39.398977   431 raft_consensus.cc:2272] T f1fe2e680a8d4c828f3e11c9a1b397cf P e8cc013d822d4106a021bb034fd0d872 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:39.400928   431 tablet_replica.cc:333] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872: stopping tablet replica
I20260608 12:38:39.401443   431 raft_consensus.cc:2243] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:39.401885   431 raft_consensus.cc:2272] T 6ad5059e630d43ddb8c1047a12506b38 P e8cc013d822d4106a021bb034fd0d872 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:39.404301   431 tablet_replica.cc:333] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872: stopping tablet replica
I20260608 12:38:39.404810   431 raft_consensus.cc:2243] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:39.405701   431 raft_consensus.cc:2272] T cc5ef469d12643eaab4e6046f555e6ba P e8cc013d822d4106a021bb034fd0d872 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:39.408468   431 tablet_replica.cc:333] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872: stopping tablet replica
I20260608 12:38:39.409097   431 raft_consensus.cc:2243] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:39.409586   431 raft_consensus.cc:2272] T 1e2c074444d44be9bf898eb16f2457a7 P e8cc013d822d4106a021bb034fd0d872 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:39.441991   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
W20260608 12:38:39.442989  1216 consensus_peers.cc:597] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 -> Peer e245ff627de94bac92907a0f2f00e0f0 (127.0.107.193:42391): Couldn't send request to peer e245ff627de94bac92907a0f2f00e0f0. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:42391: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:39.461481   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:38:39.492573   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:39.493394   431 tablet_replica.cc:333] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P c6ff1c1a21c24dcd9d3db00e9036eae0: stopping tablet replica
I20260608 12:38:39.494076   431 raft_consensus.cc:2243] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:39.494604   431 raft_consensus.cc:2272] T 7d933c6e25fa4de3a4bd35bd455fb3f2 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:39.497102   431 tablet_replica.cc:333] T 16db21136611439b9788351390b3c0fb P c6ff1c1a21c24dcd9d3db00e9036eae0: stopping tablet replica
I20260608 12:38:39.497696   431 raft_consensus.cc:2243] T 16db21136611439b9788351390b3c0fb P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:39.498157   431 raft_consensus.cc:2272] T 16db21136611439b9788351390b3c0fb P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:39.500666   431 tablet_replica.cc:333] T 2a263503022c461c8390ecc40fe2f4a4 P c6ff1c1a21c24dcd9d3db00e9036eae0: stopping tablet replica
I20260608 12:38:39.501555   431 raft_consensus.cc:2243] T 2a263503022c461c8390ecc40fe2f4a4 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:39.502096   431 raft_consensus.cc:2272] T 2a263503022c461c8390ecc40fe2f4a4 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:39.504877   431 tablet_replica.cc:333] T f1fe2e680a8d4c828f3e11c9a1b397cf P c6ff1c1a21c24dcd9d3db00e9036eae0: stopping tablet replica
W20260608 12:38:39.505262  1217 consensus_peers.cc:597] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 -> Peer e8cc013d822d4106a021bb034fd0d872 (127.0.107.194:33745): Couldn't send request to peer e8cc013d822d4106a021bb034fd0d872. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:33745: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:39.505679   431 raft_consensus.cc:2243] T f1fe2e680a8d4c828f3e11c9a1b397cf P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:38:39.506512   431 raft_consensus.cc:2272] T f1fe2e680a8d4c828f3e11c9a1b397cf P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:39.508440   431 tablet_replica.cc:333] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0: stopping tablet replica
I20260608 12:38:39.508970   431 raft_consensus.cc:2243] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:38:39.509878   431 raft_consensus.cc:2272] T 6ad5059e630d43ddb8c1047a12506b38 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:39.512147   431 tablet_replica.cc:333] T cc5ef469d12643eaab4e6046f555e6ba P c6ff1c1a21c24dcd9d3db00e9036eae0: stopping tablet replica
I20260608 12:38:39.512661   431 raft_consensus.cc:2243] T cc5ef469d12643eaab4e6046f555e6ba P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:39.513106   431 raft_consensus.cc:2272] T cc5ef469d12643eaab4e6046f555e6ba P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:39.515285   431 tablet_replica.cc:333] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0: stopping tablet replica
I20260608 12:38:39.515839   431 raft_consensus.cc:2243] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:39.516263   431 raft_consensus.cc:2272] T 1e2c074444d44be9bf898eb16f2457a7 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:39.517922   431 tablet_replica.cc:333] T 5bf918005f39435f8c6e291f5ab4b9e6 P c6ff1c1a21c24dcd9d3db00e9036eae0: stopping tablet replica
I20260608 12:38:39.518380   431 raft_consensus.cc:2243] T 5bf918005f39435f8c6e291f5ab4b9e6 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:39.518816   431 raft_consensus.cc:2272] T 5bf918005f39435f8c6e291f5ab4b9e6 P c6ff1c1a21c24dcd9d3db00e9036eae0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:39.548364   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:38:39.570021   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:38:39.593082   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:39.609596   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:38:39.617628   431 master.cc:562] Master@127.0.107.254:40209 shutting down...
W20260608 12:38:39.648461  1048 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:38:39.648800  1048 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:38:39.649010  1048 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:38:39.650171   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 4e15d91998b940c3ac421c8dff6afa88 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:39.650671   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 4e15d91998b940c3ac421c8dff6afa88 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:39.650995   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 4e15d91998b940c3ac421c8dff6afa88: stopping tablet replica
I20260608 12:38:39.670038   431 master.cc:584] Master@127.0.107.254:40209 shutdown complete.
[       OK ] AutoRebalancerTest.AutoRebalancingTurnOffAndOn (10930 ms)
[ RUN      ] AutoRebalancerTest.NextLeaderResumesAutoRebalancing
I20260608 12:38:39.707279   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:40551,127.0.107.253:33077,127.0.107.252:33409
I20260608 12:38:39.708781   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:39.715029  1520 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:39.715221  1521 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:39.716120  1523 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:39.716471   431 server_base.cc:1061] running on GCE node
I20260608 12:38:39.717365   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:39.717589   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.
I20260608 12:38:39.717759   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922319717738 us; error 0 us; skew 500 ppm
I20260608 12:38:39.718350   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:39.721021   431 webserver.cc:533] Webserver started at http://127.0.107.254:36809/ using document root <none> and password file <none>
I20260608 12:38:39.721563   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:39.721765   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:39.722038   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:39.723124   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922302632525-431-0/minicluster-data/master-0-root/instance:
uuid: "c2d3b6de16ab4a488ea7da8623d454bb"
format_stamp: "Formatted at 2026-06-08 12:38:39 on dist-test-slave-g6ln"
I20260608 12:38:39.727873   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:38:39.731535  1528 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:39.732390   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260608 12:38:39.732628   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922302632525-431-0/minicluster-data/master-0-root
uuid: "c2d3b6de16ab4a488ea7da8623d454bb"
format_stamp: "Formatted at 2026-06-08 12:38:39 on dist-test-slave-g6ln"
I20260608 12:38:39.732867   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922302632525-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922302632525-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922302632525-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)
I20260608 12:38:39.757108   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:39.758311   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:39.796973   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:40551
I20260608 12:38:39.797209  1579 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:40551 every 8 connection(s)
I20260608 12:38:39.801085  1580 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:39.801163   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:39.807026  1582 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:39.807093  1583 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:39.808463  1580 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:39.811282   431 server_base.cc:1061] running on GCE node
W20260608 12:38:39.810896  1585 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:39.813202   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:39.813426   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.
I20260608 12:38:39.813611   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922319813588 us; error 0 us; skew 500 ppm
I20260608 12:38:39.814219   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:39.817021   431 webserver.cc:533] Webserver started at http://127.0.107.253:45263/ using document root <none> and password file <none>
I20260608 12:38:39.817531   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:39.817731   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:39.817988   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:39.819123   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922302632525-431-0/minicluster-data/master-1-root/instance:
uuid: "7163cbbfa5b9481b99f0ff673bc8edcd"
format_stamp: "Formatted at 2026-06-08 12:38:39 on dist-test-slave-g6ln"
I20260608 12:38:39.822579  1580 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:39.824481   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.002s
W20260608 12:38:39.828519  1580 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:33077: Network error: Client connection negotiation failed: client connection to 127.0.107.253:33077: connect: Connection refused (error 111)
I20260608 12:38:39.829229  1593 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:39.829941   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:38:39.830232   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922302632525-431-0/minicluster-data/master-1-root
uuid: "7163cbbfa5b9481b99f0ff673bc8edcd"
format_stamp: "Formatted at 2026-06-08 12:38:39 on dist-test-slave-g6ln"
I20260608 12:38:39.830509   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922302632525-431-0/minicluster-data/master-1-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922302632525-431-0/minicluster-data/master-1-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922302632525-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)
I20260608 12:38:39.845089  1580 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } attempt: 1
I20260608 12:38:39.847203   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:39.848834   431 kserver.cc:163] Server-wide thread pool size limit: 3276
W20260608 12:38:39.849704  1580 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:33077: Network error: Client connection negotiation failed: client connection to 127.0.107.253:33077: connect: Connection refused (error 111)
I20260608 12:38:39.885234   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.253:33077
I20260608 12:38:39.885385  1644 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.253:33077 every 8 connection(s)
I20260608 12:38:39.889115  1580 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } attempt: 2
I20260608 12:38:39.889571   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:38:39.889595  1645 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
W20260608 12:38:39.897018  1648 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:39.899960  1649 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:39.901875  1645 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:39.908911  1580 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } has no permanent_uuid. Determining permanent_uuid...
W20260608 12:38:39.910006  1651 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:39.911579   431 server_base.cc:1061] running on GCE node
I20260608 12:38:39.912971   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:39.913239   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.
I20260608 12:38:39.913444   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922319913426 us; error 0 us; skew 500 ppm
I20260608 12:38:39.914340   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
W20260608 12:38:39.915189  1580 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:33409: Network error: Client connection negotiation failed: client connection to 127.0.107.252:33409: connect: Connection refused (error 111)
I20260608 12:38:39.918612   431 webserver.cc:533] Webserver started at http://127.0.107.252:39695/ using document root <none> and password file <none>
I20260608 12:38:39.919034  1645 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:39.919220   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:39.919589   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:39.919894   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:39.921478   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922302632525-431-0/minicluster-data/master-2-root/instance:
uuid: "4b42b3ada006424e9b6fc50eac4dfbb3"
format_stamp: "Formatted at 2026-06-08 12:38:39 on dist-test-slave-g6ln"
I20260608 12:38:39.927229   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:38:39.929971  1645 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:39.931617  1657 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:39.932832   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.003s
I20260608 12:38:39.933174   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922302632525-431-0/minicluster-data/master-2-root
uuid: "4b42b3ada006424e9b6fc50eac4dfbb3"
format_stamp: "Formatted at 2026-06-08 12:38:39 on dist-test-slave-g6ln"
I20260608 12:38:39.933444   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922302632525-431-0/minicluster-data/master-2-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922302632525-431-0/minicluster-data/master-2-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922302632525-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)
W20260608 12:38:39.936425  1645 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:33409: Network error: Client connection negotiation failed: client connection to 127.0.107.252:33409: connect: Connection refused (error 111)
I20260608 12:38:39.947696  1580 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } attempt: 1
W20260608 12:38:39.952749  1580 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:33409: Network error: Client connection negotiation failed: client connection to 127.0.107.252:33409: connect: Connection refused (error 111)
I20260608 12:38:39.954598   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:39.955844   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:39.987010  1645 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } attempt: 1
W20260608 12:38:39.993264  1645 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:33409: Network error: Client connection negotiation failed: client connection to 127.0.107.252:33409: connect: Connection refused (error 111)
I20260608 12:38:39.997717   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.252:33409
I20260608 12:38:39.997828  1709 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.252:33409 every 8 connection(s)
I20260608 12:38:40.001031   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:38:40.002053  1710 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:40.008482  1710 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:40.018246  1580 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } attempt: 2
I20260608 12:38:40.021013  1710 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:40.032580  1710 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:40.038399  1580 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb: Bootstrap starting.
I20260608 12:38:40.044358  1580 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:40.048354  1710 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3: Bootstrap starting.
I20260608 12:38:40.048956  1580 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb: No bootstrap required, opened a new log
I20260608 12:38:40.051287  1580 raft_consensus.cc:359] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } } peers { permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } } peers { permanent_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } }
I20260608 12:38:40.051884  1580 raft_consensus.cc:385] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:40.052124  1580 raft_consensus.cc:740] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c2d3b6de16ab4a488ea7da8623d454bb, State: Initialized, Role: FOLLOWER
I20260608 12:38:40.052999  1580 consensus_queue.cc:260] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } } peers { permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } } peers { permanent_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } }
I20260608 12:38:40.053560  1710 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:40.054811  1645 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } attempt: 2
I20260608 12:38:40.055218  1715 sys_catalog.cc:455] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb [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: "c2d3b6de16ab4a488ea7da8623d454bb" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } } peers { permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } } peers { permanent_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } } }
I20260608 12:38:40.055994  1715 sys_catalog.cc:458] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:40.057161  1580 sys_catalog.cc:565] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:38:40.059249  1710 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3: No bootstrap required, opened a new log
I20260608 12:38:40.063234  1710 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } } peers { permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } } peers { permanent_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } }
I20260608 12:38:40.064239  1710 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:40.064700  1710 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4b42b3ada006424e9b6fc50eac4dfbb3, State: Initialized, Role: FOLLOWER
I20260608 12:38:40.065749  1710 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } } peers { permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } } peers { permanent_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } }
I20260608 12:38:40.068154  1722 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [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: "c2d3b6de16ab4a488ea7da8623d454bb" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } } peers { permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } } peers { permanent_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } } }
I20260608 12:38:40.068856  1722 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:40.070067  1710 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:38:40.073750  1645 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd: Bootstrap starting.
I20260608 12:38:40.076319   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 1
W20260608 12:38:40.080338  1730 catalog_manager.cc:1593] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:38:40.080658  1730 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260608 12:38:40.082149  1645 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:40.088128  1645 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd: No bootstrap required, opened a new log
W20260608 12:38:40.089250  1739 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:38:40.089553  1739 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260608 12:38:40.090435  1645 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } } peers { permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } } peers { permanent_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } }
I20260608 12:38:40.090999  1645 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:40.091229  1645 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7163cbbfa5b9481b99f0ff673bc8edcd, State: Initialized, Role: FOLLOWER
I20260608 12:38:40.091928  1645 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } } peers { permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } } peers { permanent_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } }
I20260608 12:38:40.093705  1741 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [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: "c2d3b6de16ab4a488ea7da8623d454bb" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } } peers { permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } } peers { permanent_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } } }
I20260608 12:38:40.094300  1741 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:40.094702  1645 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:38:40.104780   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 2
I20260608 12:38:40.106353   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:40.108059  1752 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:38:40.108376  1752 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260608 12:38:40.113897  1753 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:40.114213  1754 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:40.116043  1756 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:40.116870   431 server_base.cc:1061] running on GCE node
I20260608 12:38:40.117650   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:40.117865   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.
I20260608 12:38:40.118048   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922320118031 us; error 0 us; skew 500 ppm
I20260608 12:38:40.118690   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:40.121253   431 webserver.cc:533] Webserver started at http://127.0.107.193:32931/ using document root <none> and password file <none>
I20260608 12:38:40.121863   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:40.122046   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:40.122350   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:40.123579   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922302632525-431-0/minicluster-data/ts-0-root/instance:
uuid: "5202ba1702a84a339fb6acc1b3dae17a"
format_stamp: "Formatted at 2026-06-08 12:38:40 on dist-test-slave-g6ln"
I20260608 12:38:40.128305   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:38:40.132018  1761 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:40.132984   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:38:40.133356   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922302632525-431-0/minicluster-data/ts-0-root
uuid: "5202ba1702a84a339fb6acc1b3dae17a"
format_stamp: "Formatted at 2026-06-08 12:38:40 on dist-test-slave-g6ln"
I20260608 12:38:40.133687   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922302632525-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922302632525-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922302632525-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)
I20260608 12:38:40.144734   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:40.146054   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:40.147848   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:40.150418   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:40.150674   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:40.150939   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:40.151130   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:40.196084   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:39985
I20260608 12:38:40.196342  1823 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:39985 every 8 connection(s)
I20260608 12:38:40.210224   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:40.222760  1831 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:40.224499  1832 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:40.228991  1824 heartbeater.cc:344] Connected to a master server at 127.0.107.252:33409
I20260608 12:38:40.229487  1824 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:40.230420  1824 heartbeater.cc:507] Master 127.0.107.252:33409 requested a full tablet report, sending...
I20260608 12:38:40.231017   431 server_base.cc:1061] running on GCE node
W20260608 12:38:40.231568  1835 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:40.233191   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:40.233522   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.
I20260608 12:38:40.233814  1675 ts_manager.cc:194] Registered new tserver with Master: 5202ba1702a84a339fb6acc1b3dae17a (127.0.107.193:39985)
I20260608 12:38:40.233815   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922320233791 us; error 0 us; skew 500 ppm
I20260608 12:38:40.236824   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:40.237053  1825 heartbeater.cc:344] Connected to a master server at 127.0.107.253:33077
I20260608 12:38:40.237689  1825 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:40.238482  1826 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40551
I20260608 12:38:40.238636  1825 heartbeater.cc:507] Master 127.0.107.253:33077 requested a full tablet report, sending...
I20260608 12:38:40.238942  1826 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:40.239869  1826 heartbeater.cc:507] Master 127.0.107.254:40551 requested a full tablet report, sending...
I20260608 12:38:40.240073   431 webserver.cc:533] Webserver started at http://127.0.107.194:46305/ using document root <none> and password file <none>
I20260608 12:38:40.240686   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:40.240948   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:40.241298   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:40.242519  1610 ts_manager.cc:194] Registered new tserver with Master: 5202ba1702a84a339fb6acc1b3dae17a (127.0.107.193:39985)
I20260608 12:38:40.242856  1545 ts_manager.cc:194] Registered new tserver with Master: 5202ba1702a84a339fb6acc1b3dae17a (127.0.107.193:39985)
I20260608 12:38:40.242817   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922302632525-431-0/minicluster-data/ts-1-root/instance:
uuid: "edfbdb74354e4392a182be9475e0133a"
format_stamp: "Formatted at 2026-06-08 12:38:40 on dist-test-slave-g6ln"
I20260608 12:38:40.248157   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260608 12:38:40.251713  1839 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:40.252521   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:38:40.252836   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922302632525-431-0/minicluster-data/ts-1-root
uuid: "edfbdb74354e4392a182be9475e0133a"
format_stamp: "Formatted at 2026-06-08 12:38:40 on dist-test-slave-g6ln"
I20260608 12:38:40.253167   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922302632525-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922302632525-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922302632525-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)
I20260608 12:38:40.274264   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:40.275686   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:40.277288   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:40.279798   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:40.280031   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:40.280304   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:40.280496   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:40.309585  1715 raft_consensus.cc:493] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:40.310298  1715 raft_consensus.cc:515] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } } peers { permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } } peers { permanent_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } }
I20260608 12:38:40.313706  1715 leader_election.cc:290] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7163cbbfa5b9481b99f0ff673bc8edcd (127.0.107.253:33077), 4b42b3ada006424e9b6fc50eac4dfbb3 (127.0.107.252:33409)
I20260608 12:38:40.313855  1620 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" is_pre_election: true
I20260608 12:38:40.314574  1620 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c2d3b6de16ab4a488ea7da8623d454bb in term 0.
I20260608 12:38:40.314476  1685 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" is_pre_election: true
I20260608 12:38:40.315244  1685 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c2d3b6de16ab4a488ea7da8623d454bb in term 0.
I20260608 12:38:40.316006  1530 leader_election.cc:304] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7163cbbfa5b9481b99f0ff673bc8edcd, c2d3b6de16ab4a488ea7da8623d454bb; no voters: 
I20260608 12:38:40.316934  1715 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:40.317322  1715 raft_consensus.cc:493] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:40.317618  1715 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:40.326841  1715 raft_consensus.cc:515] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } } peers { permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } } peers { permanent_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } }
I20260608 12:38:40.329106   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:36711
I20260608 12:38:40.329219  1901 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:36711 every 8 connection(s)
I20260608 12:38:40.329300  1715 leader_election.cc:290] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb [CANDIDATE]: Term 1 election: Requested vote from peers 7163cbbfa5b9481b99f0ff673bc8edcd (127.0.107.253:33077), 4b42b3ada006424e9b6fc50eac4dfbb3 (127.0.107.252:33409)
I20260608 12:38:40.330143  1620 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd"
I20260608 12:38:40.330721  1620 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:40.330578  1685 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3"
I20260608 12:38:40.331207  1685 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:40.342957  1685 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c2d3b6de16ab4a488ea7da8623d454bb in term 1.
I20260608 12:38:40.343050  1620 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c2d3b6de16ab4a488ea7da8623d454bb in term 1.
I20260608 12:38:40.344663  1530 leader_election.cc:304] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7163cbbfa5b9481b99f0ff673bc8edcd, c2d3b6de16ab4a488ea7da8623d454bb; no voters: 
I20260608 12:38:40.345418  1715 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:40.358913  1902 heartbeater.cc:344] Connected to a master server at 127.0.107.252:33409
I20260608 12:38:40.359548  1902 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:40.360769  1902 heartbeater.cc:507] Master 127.0.107.252:33409 requested a full tablet report, sending...
I20260608 12:38:40.364355  1675 ts_manager.cc:194] Registered new tserver with Master: edfbdb74354e4392a182be9475e0133a (127.0.107.194:36711)
I20260608 12:38:40.367588   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:38:40.368029  1715 raft_consensus.cc:697] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb [term 1 LEADER]: Becoming Leader. State: Replica: c2d3b6de16ab4a488ea7da8623d454bb, State: Running, Role: LEADER
I20260608 12:38:40.369019  1715 consensus_queue.cc:237] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } } peers { permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } } peers { permanent_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } }
I20260608 12:38:40.374758  1907 sys_catalog.cc:455] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb [sys.catalog]: SysCatalogTable state changed. Reason: New leader c2d3b6de16ab4a488ea7da8623d454bb. Latest consensus state: current_term: 1 leader_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } } peers { permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } } peers { permanent_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } } }
I20260608 12:38:40.375361  1907 sys_catalog.cc:458] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:40.378746  1911 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:38:40.379040  1903 heartbeater.cc:344] Connected to a master server at 127.0.107.253:33077
I20260608 12:38:40.381158  1903 heartbeater.cc:461] Registering TS with master...
W20260608 12:38:40.383073  1912 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:40.387701  1903 heartbeater.cc:507] Master 127.0.107.253:33077 requested a full tablet report, sending...
I20260608 12:38:40.388710  1911 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:38:40.388932  1905 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40551
I20260608 12:38:40.389384  1905 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:40.390327  1905 heartbeater.cc:507] Master 127.0.107.254:40551 requested a full tablet report, sending...
I20260608 12:38:40.392783  1545 ts_manager.cc:194] Registered new tserver with Master: edfbdb74354e4392a182be9475e0133a (127.0.107.194:36711)
I20260608 12:38:40.391812  1610 ts_manager.cc:194] Registered new tserver with Master: edfbdb74354e4392a182be9475e0133a (127.0.107.194:36711)
W20260608 12:38:40.397316  1913 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:40.401783  1685 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [term 1 FOLLOWER]: Refusing update from remote peer c2d3b6de16ab4a488ea7da8623d454bb: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:40.402267  1620 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [term 1 FOLLOWER]: Refusing update from remote peer c2d3b6de16ab4a488ea7da8623d454bb: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260608 12:38:40.402498  1916 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:40.403435  1715 consensus_queue.cc:1048] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb [LEADER]: Connected to new peer: Peer: permanent_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:40.404510   431 server_base.cc:1061] running on GCE node
I20260608 12:38:40.404330  1907 consensus_queue.cc:1048] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb [LEADER]: Connected to new peer: Peer: permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:40.405561   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:40.405860   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.
I20260608 12:38:40.406096   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922320406077 us; error 0 us; skew 500 ppm
I20260608 12:38:40.406956   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:40.416364   431 webserver.cc:533] Webserver started at http://127.0.107.195:42185/ using document root <none> and password file <none>
I20260608 12:38:40.416953  1741 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [sys.catalog]: SysCatalogTable state changed. Reason: New leader c2d3b6de16ab4a488ea7da8623d454bb. Latest consensus state: current_term: 1 leader_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } } peers { permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } } peers { permanent_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } } }
I20260608 12:38:40.417425   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:40.417778  1741 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:40.417914   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:40.418550   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:40.420189   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922302632525-431-0/minicluster-data/ts-2-root/instance:
uuid: "5d7616444bc545498170d0abf8dc7456"
format_stamp: "Formatted at 2026-06-08 12:38:40 on dist-test-slave-g6ln"
I20260608 12:38:40.422627  1715 sys_catalog.cc:455] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } } peers { permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } } peers { permanent_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } } }
I20260608 12:38:40.423400  1715 sys_catalog.cc:458] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:40.425016  1911 catalog_manager.cc:1382] Generated new cluster ID: 36e30474ad38459f9f020540381573c9
I20260608 12:38:40.425352  1911 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:38:40.425864  1722 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c2d3b6de16ab4a488ea7da8623d454bb. Latest consensus state: current_term: 1 leader_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } } peers { permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } } peers { permanent_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } } }
I20260608 12:38:40.426533  1715 sys_catalog.cc:455] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } } peers { permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } } peers { permanent_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } } }
I20260608 12:38:40.427284  1715 sys_catalog.cc:458] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:40.426905  1722 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:40.436100  1722 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } } peers { permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } } peers { permanent_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } } }
I20260608 12:38:40.436837  1722 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:40.442641   431 fs_manager.cc:696] Time spent creating directory manager: real 0.022s	user 0.004s	sys 0.016s
I20260608 12:38:40.442764  1741 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } } peers { permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } } peers { permanent_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } } }
I20260608 12:38:40.443470  1741 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:40.447556  1928 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:40.448475   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:38:40.448828   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922302632525-431-0/minicluster-data/ts-2-root
uuid: "5d7616444bc545498170d0abf8dc7456"
format_stamp: "Formatted at 2026-06-08 12:38:40 on dist-test-slave-g6ln"
I20260608 12:38:40.449172   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922302632525-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922302632525-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922302632525-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)
I20260608 12:38:40.468681   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:40.470310   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:40.472226   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:40.475373   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:40.475675   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:38:40.476006   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:40.476225   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:40.494335  1911 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:38:40.496845  1911 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:38:40.536967  1911 catalog_manager.cc:6069] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb: Generated new TSK 0
I20260608 12:38:40.537726  1911 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:38:40.549211   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:37035
I20260608 12:38:40.549314  1991 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:37035 every 8 connection(s)
I20260608 12:38:40.574417  1992 heartbeater.cc:344] Connected to a master server at 127.0.107.252:33409
I20260608 12:38:40.574909  1992 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:40.575948  1992 heartbeater.cc:507] Master 127.0.107.252:33409 requested a full tablet report, sending...
I20260608 12:38:40.577632  1994 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40551
I20260608 12:38:40.578059  1994 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:40.579177  1675 ts_manager.cc:194] Registered new tserver with Master: 5d7616444bc545498170d0abf8dc7456 (127.0.107.195:37035)
I20260608 12:38:40.579315  1994 heartbeater.cc:507] Master 127.0.107.254:40551 requested a full tablet report, sending...
I20260608 12:38:40.579710  1993 heartbeater.cc:344] Connected to a master server at 127.0.107.253:33077
I20260608 12:38:40.580201  1993 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:40.581017  1993 heartbeater.cc:507] Master 127.0.107.253:33077 requested a full tablet report, sending...
I20260608 12:38:40.581871  1545 ts_manager.cc:194] Registered new tserver with Master: 5d7616444bc545498170d0abf8dc7456 (127.0.107.195:37035)
I20260608 12:38:40.583786  1610 ts_manager.cc:194] Registered new tserver with Master: 5d7616444bc545498170d0abf8dc7456 (127.0.107.195:37035)
I20260608 12:38:40.583880   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.017077819s
I20260608 12:38:40.584283  1545 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37804
I20260608 12:38:41.093443  1739 catalog_manager.cc:1294] Loaded cluster ID: 36e30474ad38459f9f020540381573c9
I20260608 12:38:41.093781  1739 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3: loading cluster ID for follower catalog manager: success
I20260608 12:38:41.098510  1739 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3: acquiring CA information for follower catalog manager: success
I20260608 12:38:41.102238  1739 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260608 12:38:41.112705  1752 catalog_manager.cc:1294] Loaded cluster ID: 36e30474ad38459f9f020540381573c9
I20260608 12:38:41.113039  1752 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd: loading cluster ID for follower catalog manager: success
I20260608 12:38:41.117930  1752 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd: acquiring CA information for follower catalog manager: success
I20260608 12:38:41.121366  1752 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260608 12:38:41.248502  1545 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37784
I20260608 12:38:41.398056  1545 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37792
I20260608 12:38:41.586900  1994 heartbeater.cc:499] Master 127.0.107.254:40551 was elected leader, sending a full tablet report...
I20260608 12:38:42.075950  1727 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:42.179700  1545 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:37806:
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"
    }
  }
}
I20260608 12:38:42.250928  1826 heartbeater.cc:499] Master 127.0.107.254:40551 was elected leader, sending a full tablet report...
I20260608 12:38:42.400517  1905 heartbeater.cc:499] Master 127.0.107.254:40551 was elected leader, sending a full tablet report...
W20260608 12:38:43.167552  1721 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:38:43.237287  1789 tablet_service.cc:1511] Processing CreateTablet for tablet 239fb010180a4fd8aed6a229c0abcd56 (DEFAULT_TABLE table=test-workload [id=86d3fe6114144e1db82771604cfb440f]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260608 12:38:43.237251  1957 tablet_service.cc:1511] Processing CreateTablet for tablet 278d7ddad5854de3beba725bc34ec34f (DEFAULT_TABLE table=test-workload [id=86d3fe6114144e1db82771604cfb440f]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260608 12:38:43.239490  1957 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 278d7ddad5854de3beba725bc34ec34f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:43.239504  1789 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 239fb010180a4fd8aed6a229c0abcd56. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:43.240629  1867 tablet_service.cc:1511] Processing CreateTablet for tablet 431dc66440134929b36a677d9241ba4a (DEFAULT_TABLE table=test-workload [id=86d3fe6114144e1db82771604cfb440f]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260608 12:38:43.242162  1867 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 431dc66440134929b36a677d9241ba4a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:43.261556  2034 tablet_bootstrap.cc:492] T 239fb010180a4fd8aed6a229c0abcd56 P 5202ba1702a84a339fb6acc1b3dae17a: Bootstrap starting.
I20260608 12:38:43.264588  2036 tablet_bootstrap.cc:492] T 431dc66440134929b36a677d9241ba4a P edfbdb74354e4392a182be9475e0133a: Bootstrap starting.
I20260608 12:38:43.265094  2035 tablet_bootstrap.cc:492] T 278d7ddad5854de3beba725bc34ec34f P 5d7616444bc545498170d0abf8dc7456: Bootstrap starting.
I20260608 12:38:43.270619  2036 tablet_bootstrap.cc:654] T 431dc66440134929b36a677d9241ba4a P edfbdb74354e4392a182be9475e0133a: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:43.272787  2035 tablet_bootstrap.cc:654] T 278d7ddad5854de3beba725bc34ec34f P 5d7616444bc545498170d0abf8dc7456: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:43.274019  2034 tablet_bootstrap.cc:654] T 239fb010180a4fd8aed6a229c0abcd56 P 5202ba1702a84a339fb6acc1b3dae17a: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:43.276527  2036 tablet_bootstrap.cc:492] T 431dc66440134929b36a677d9241ba4a P edfbdb74354e4392a182be9475e0133a: No bootstrap required, opened a new log
I20260608 12:38:43.277127  2036 ts_tablet_manager.cc:1403] T 431dc66440134929b36a677d9241ba4a P edfbdb74354e4392a182be9475e0133a: Time spent bootstrapping tablet: real 0.013s	user 0.005s	sys 0.007s
I20260608 12:38:43.280535  2034 tablet_bootstrap.cc:492] T 239fb010180a4fd8aed6a229c0abcd56 P 5202ba1702a84a339fb6acc1b3dae17a: No bootstrap required, opened a new log
I20260608 12:38:43.281009  2034 ts_tablet_manager.cc:1403] T 239fb010180a4fd8aed6a229c0abcd56 P 5202ba1702a84a339fb6acc1b3dae17a: Time spent bootstrapping tablet: real 0.020s	user 0.004s	sys 0.009s
I20260608 12:38:43.281279  2035 tablet_bootstrap.cc:492] T 278d7ddad5854de3beba725bc34ec34f P 5d7616444bc545498170d0abf8dc7456: No bootstrap required, opened a new log
I20260608 12:38:43.281026  2036 raft_consensus.cc:359] T 431dc66440134929b36a677d9241ba4a P edfbdb74354e4392a182be9475e0133a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "edfbdb74354e4392a182be9475e0133a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36711 } }
I20260608 12:38:43.281849  2035 ts_tablet_manager.cc:1403] T 278d7ddad5854de3beba725bc34ec34f P 5d7616444bc545498170d0abf8dc7456: Time spent bootstrapping tablet: real 0.017s	user 0.014s	sys 0.000s
I20260608 12:38:43.281849  2036 raft_consensus.cc:385] T 431dc66440134929b36a677d9241ba4a P edfbdb74354e4392a182be9475e0133a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:43.282510  2036 raft_consensus.cc:740] T 431dc66440134929b36a677d9241ba4a P edfbdb74354e4392a182be9475e0133a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: edfbdb74354e4392a182be9475e0133a, State: Initialized, Role: FOLLOWER
I20260608 12:38:43.283447  2036 consensus_queue.cc:260] T 431dc66440134929b36a677d9241ba4a P edfbdb74354e4392a182be9475e0133a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "edfbdb74354e4392a182be9475e0133a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36711 } }
I20260608 12:38:43.283953  2034 raft_consensus.cc:359] T 239fb010180a4fd8aed6a229c0abcd56 P 5202ba1702a84a339fb6acc1b3dae17a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5202ba1702a84a339fb6acc1b3dae17a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39985 } }
I20260608 12:38:43.284253  2036 raft_consensus.cc:399] T 431dc66440134929b36a677d9241ba4a P edfbdb74354e4392a182be9475e0133a [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:38:43.284504  2034 raft_consensus.cc:385] T 239fb010180a4fd8aed6a229c0abcd56 P 5202ba1702a84a339fb6acc1b3dae17a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:43.284642  2036 raft_consensus.cc:493] T 431dc66440134929b36a677d9241ba4a P edfbdb74354e4392a182be9475e0133a [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:38:43.284889  2034 raft_consensus.cc:740] T 239fb010180a4fd8aed6a229c0abcd56 P 5202ba1702a84a339fb6acc1b3dae17a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5202ba1702a84a339fb6acc1b3dae17a, State: Initialized, Role: FOLLOWER
I20260608 12:38:43.285143  2036 raft_consensus.cc:3060] T 431dc66440134929b36a677d9241ba4a P edfbdb74354e4392a182be9475e0133a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:43.285246  2035 raft_consensus.cc:359] T 278d7ddad5854de3beba725bc34ec34f P 5d7616444bc545498170d0abf8dc7456 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5d7616444bc545498170d0abf8dc7456" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37035 } }
I20260608 12:38:43.285866  2035 raft_consensus.cc:385] T 278d7ddad5854de3beba725bc34ec34f P 5d7616444bc545498170d0abf8dc7456 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:43.285744  2034 consensus_queue.cc:260] T 239fb010180a4fd8aed6a229c0abcd56 P 5202ba1702a84a339fb6acc1b3dae17a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "5202ba1702a84a339fb6acc1b3dae17a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39985 } }
I20260608 12:38:43.286266  2035 raft_consensus.cc:740] T 278d7ddad5854de3beba725bc34ec34f P 5d7616444bc545498170d0abf8dc7456 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5d7616444bc545498170d0abf8dc7456, State: Initialized, Role: FOLLOWER
I20260608 12:38:43.286464  2034 raft_consensus.cc:399] T 239fb010180a4fd8aed6a229c0abcd56 P 5202ba1702a84a339fb6acc1b3dae17a [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:38:43.286913  2034 raft_consensus.cc:493] T 239fb010180a4fd8aed6a229c0abcd56 P 5202ba1702a84a339fb6acc1b3dae17a [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:38:43.287299  2034 raft_consensus.cc:3060] T 239fb010180a4fd8aed6a229c0abcd56 P 5202ba1702a84a339fb6acc1b3dae17a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:43.287130  2035 consensus_queue.cc:260] T 278d7ddad5854de3beba725bc34ec34f P 5d7616444bc545498170d0abf8dc7456 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "5d7616444bc545498170d0abf8dc7456" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37035 } }
I20260608 12:38:43.287969  2035 raft_consensus.cc:399] T 278d7ddad5854de3beba725bc34ec34f P 5d7616444bc545498170d0abf8dc7456 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:38:43.288317  2035 raft_consensus.cc:493] T 278d7ddad5854de3beba725bc34ec34f P 5d7616444bc545498170d0abf8dc7456 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:38:43.288672  2035 raft_consensus.cc:3060] T 278d7ddad5854de3beba725bc34ec34f P 5d7616444bc545498170d0abf8dc7456 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:43.292513  2034 raft_consensus.cc:515] T 239fb010180a4fd8aed6a229c0abcd56 P 5202ba1702a84a339fb6acc1b3dae17a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5202ba1702a84a339fb6acc1b3dae17a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39985 } }
I20260608 12:38:43.292605  2036 raft_consensus.cc:515] T 431dc66440134929b36a677d9241ba4a P edfbdb74354e4392a182be9475e0133a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "edfbdb74354e4392a182be9475e0133a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36711 } }
I20260608 12:38:43.293504  2034 leader_election.cc:304] T 239fb010180a4fd8aed6a229c0abcd56 P 5202ba1702a84a339fb6acc1b3dae17a [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: 5202ba1702a84a339fb6acc1b3dae17a; no voters: 
I20260608 12:38:43.293612  2036 leader_election.cc:304] T 431dc66440134929b36a677d9241ba4a P edfbdb74354e4392a182be9475e0133a [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: edfbdb74354e4392a182be9475e0133a; no voters: 
I20260608 12:38:43.296170  2035 raft_consensus.cc:515] T 278d7ddad5854de3beba725bc34ec34f P 5d7616444bc545498170d0abf8dc7456 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5d7616444bc545498170d0abf8dc7456" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37035 } }
I20260608 12:38:43.296555  2034 leader_election.cc:290] T 239fb010180a4fd8aed6a229c0abcd56 P 5202ba1702a84a339fb6acc1b3dae17a [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:38:43.297111  2040 raft_consensus.cc:2804] T 239fb010180a4fd8aed6a229c0abcd56 P 5202ba1702a84a339fb6acc1b3dae17a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:43.297344  2035 leader_election.cc:304] T 278d7ddad5854de3beba725bc34ec34f P 5d7616444bc545498170d0abf8dc7456 [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: 5d7616444bc545498170d0abf8dc7456; no voters: 
I20260608 12:38:43.301728  2036 leader_election.cc:290] T 431dc66440134929b36a677d9241ba4a P edfbdb74354e4392a182be9475e0133a [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:38:43.302493  2035 leader_election.cc:290] T 278d7ddad5854de3beba725bc34ec34f P 5d7616444bc545498170d0abf8dc7456 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:38:43.303210  2044 raft_consensus.cc:2804] T 278d7ddad5854de3beba725bc34ec34f P 5d7616444bc545498170d0abf8dc7456 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:43.303879  2041 raft_consensus.cc:2804] T 431dc66440134929b36a677d9241ba4a P edfbdb74354e4392a182be9475e0133a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:43.305626  2040 raft_consensus.cc:697] T 239fb010180a4fd8aed6a229c0abcd56 P 5202ba1702a84a339fb6acc1b3dae17a [term 1 LEADER]: Becoming Leader. State: Replica: 5202ba1702a84a339fb6acc1b3dae17a, State: Running, Role: LEADER
I20260608 12:38:43.306700  2040 consensus_queue.cc:237] T 239fb010180a4fd8aed6a229c0abcd56 P 5202ba1702a84a339fb6acc1b3dae17a [LEADER]: Queue going to LEADER mode. State: All 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: "5202ba1702a84a339fb6acc1b3dae17a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39985 } }
I20260608 12:38:43.308766  2034 ts_tablet_manager.cc:1434] T 239fb010180a4fd8aed6a229c0abcd56 P 5202ba1702a84a339fb6acc1b3dae17a: Time spent starting tablet: real 0.027s	user 0.020s	sys 0.004s
I20260608 12:38:43.311447  2035 ts_tablet_manager.cc:1434] T 278d7ddad5854de3beba725bc34ec34f P 5d7616444bc545498170d0abf8dc7456: Time spent starting tablet: real 0.029s	user 0.020s	sys 0.003s
I20260608 12:38:43.311805  2044 raft_consensus.cc:697] T 278d7ddad5854de3beba725bc34ec34f P 5d7616444bc545498170d0abf8dc7456 [term 1 LEADER]: Becoming Leader. State: Replica: 5d7616444bc545498170d0abf8dc7456, State: Running, Role: LEADER
I20260608 12:38:43.313251  2044 consensus_queue.cc:237] T 278d7ddad5854de3beba725bc34ec34f P 5d7616444bc545498170d0abf8dc7456 [LEADER]: Queue going to LEADER mode. State: All 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: "5d7616444bc545498170d0abf8dc7456" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37035 } }
I20260608 12:38:43.332756  1544 catalog_manager.cc:5696] T 239fb010180a4fd8aed6a229c0abcd56 P 5202ba1702a84a339fb6acc1b3dae17a reported cstate change: term changed from 0 to 1, leader changed from <none> to 5202ba1702a84a339fb6acc1b3dae17a (127.0.107.193). New cstate: current_term: 1 leader_uuid: "5202ba1702a84a339fb6acc1b3dae17a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5202ba1702a84a339fb6acc1b3dae17a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39985 } health_report { overall_health: HEALTHY } } }
I20260608 12:38:43.337868  1545 catalog_manager.cc:5696] T 278d7ddad5854de3beba725bc34ec34f P 5d7616444bc545498170d0abf8dc7456 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5d7616444bc545498170d0abf8dc7456 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "5d7616444bc545498170d0abf8dc7456" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5d7616444bc545498170d0abf8dc7456" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37035 } health_report { overall_health: HEALTHY } } }
I20260608 12:38:43.354419  2036 ts_tablet_manager.cc:1434] T 431dc66440134929b36a677d9241ba4a P edfbdb74354e4392a182be9475e0133a: Time spent starting tablet: real 0.077s	user 0.033s	sys 0.038s
I20260608 12:38:43.351998  2041 raft_consensus.cc:697] T 431dc66440134929b36a677d9241ba4a P edfbdb74354e4392a182be9475e0133a [term 1 LEADER]: Becoming Leader. State: Replica: edfbdb74354e4392a182be9475e0133a, State: Running, Role: LEADER
I20260608 12:38:43.356002  2041 consensus_queue.cc:237] T 431dc66440134929b36a677d9241ba4a P edfbdb74354e4392a182be9475e0133a [LEADER]: Queue going to LEADER mode. State: All 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: "edfbdb74354e4392a182be9475e0133a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36711 } }
I20260608 12:38:43.392910  1543 catalog_manager.cc:5696] T 431dc66440134929b36a677d9241ba4a P edfbdb74354e4392a182be9475e0133a reported cstate change: term changed from 0 to 1, leader changed from <none> to edfbdb74354e4392a182be9475e0133a (127.0.107.194). New cstate: current_term: 1 leader_uuid: "edfbdb74354e4392a182be9475e0133a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "edfbdb74354e4392a182be9475e0133a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36711 } health_report { overall_health: HEALTHY } } }
I20260608 12:38:43.461321   431 master.cc:562] Master@127.0.107.254:40551 shutting down...
I20260608 12:38:43.481092   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:43.481926   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:43.482329   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P c2d3b6de16ab4a488ea7da8623d454bb: stopping tablet replica
I20260608 12:38:43.505012   431 master.cc:584] Master@127.0.107.254:40551 shutdown complete.
W20260608 12:38:44.052362  1820 debug-util.cc:398] Leaking SignalData structure 0x7b08000e2300 after lost signal to thread 434
W20260608 12:38:44.053831  1820 debug-util.cc:398] Leaking SignalData structure 0x7b08000c3a80 after lost signal to thread 1644
W20260608 12:38:44.054562  1820 debug-util.cc:398] Leaking SignalData structure 0x7b080018df40 after lost signal to thread 1709
W20260608 12:38:44.411561  1994 heartbeater.cc:646] Failed to heartbeat to 127.0.107.254:40551 (0 consecutive failures): Network error: Failed to send heartbeat to master: Client connection negotiation failed: client connection to 127.0.107.254:40551: connect: Connection refused (error 111)
I20260608 12:38:44.936528  2060 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader c2d3b6de16ab4a488ea7da8623d454bb)
I20260608 12:38:44.937083  2060 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } } peers { permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } } peers { permanent_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } }
I20260608 12:38:44.938452  2061 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [term 1 FOLLOWER]: Starting pre-election (detected failure of leader c2d3b6de16ab4a488ea7da8623d454bb)
I20260608 12:38:44.939173  2061 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } } peers { permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } } peers { permanent_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } }
I20260608 12:38:44.941828  2061 leader_election.cc:290] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c2d3b6de16ab4a488ea7da8623d454bb (127.0.107.254:40551), 4b42b3ada006424e9b6fc50eac4dfbb3 (127.0.107.252:33409)
I20260608 12:38:44.943202  2060 leader_election.cc:290] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c2d3b6de16ab4a488ea7da8623d454bb (127.0.107.254:40551), 7163cbbfa5b9481b99f0ff673bc8edcd (127.0.107.253:33077)
I20260608 12:38:44.943825  1620 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" candidate_term: 2 candidate_status { last_received { term: 1 index: 10 } } ignore_live_leader: false dest_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" is_pre_election: true
I20260608 12:38:44.944626  1620 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4b42b3ada006424e9b6fc50eac4dfbb3 in term 1.
W20260608 12:38:44.945689  1596 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.254:40551: connect: Connection refused (error 111) [suppressed 8 similar messages]
I20260608 12:38:44.946041  1685 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" candidate_term: 2 candidate_status { last_received { term: 1 index: 10 } } ignore_live_leader: false dest_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" is_pre_election: true
I20260608 12:38:44.946713  1685 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7163cbbfa5b9481b99f0ff673bc8edcd in term 1.
I20260608 12:38:44.948498  1660 leader_election.cc:304] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [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: 4b42b3ada006424e9b6fc50eac4dfbb3, 7163cbbfa5b9481b99f0ff673bc8edcd; no voters: 
I20260608 12:38:44.949680  1597 leader_election.cc:304] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [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: 4b42b3ada006424e9b6fc50eac4dfbb3, 7163cbbfa5b9481b99f0ff673bc8edcd; no voters: 
I20260608 12:38:44.950146  2060 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:38:44.950512  2060 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [term 1 FOLLOWER]: Starting leader election (detected failure of leader c2d3b6de16ab4a488ea7da8623d454bb)
I20260608 12:38:44.950579  2061 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:38:44.950968  2060 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:38:44.951017  2061 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [term 1 FOLLOWER]: Starting leader election (detected failure of leader c2d3b6de16ab4a488ea7da8623d454bb)
I20260608 12:38:44.951540  2061 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:38:44.958871  2061 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } } peers { permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } } peers { permanent_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } }
I20260608 12:38:44.961164  2060 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } } peers { permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } } peers { permanent_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } }
I20260608 12:38:44.962976  1685 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" candidate_term: 2 candidate_status { last_received { term: 1 index: 10 } } ignore_live_leader: false dest_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3"
I20260608 12:38:44.963806  2060 leader_election.cc:290] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [CANDIDATE]: Term 2 election: Requested vote from peers c2d3b6de16ab4a488ea7da8623d454bb (127.0.107.254:40551), 7163cbbfa5b9481b99f0ff673bc8edcd (127.0.107.253:33077)
I20260608 12:38:44.965358  1620 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" candidate_term: 2 candidate_status { last_received { term: 1 index: 10 } } ignore_live_leader: false dest_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd"
I20260608 12:38:44.963845  1685 raft_consensus.cc:2393] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 7163cbbfa5b9481b99f0ff673bc8edcd in current term 2: Already voted for candidate 4b42b3ada006424e9b6fc50eac4dfbb3 in this term.
W20260608 12:38:44.967351  1661 leader_election.cc:336] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer c2d3b6de16ab4a488ea7da8623d454bb (127.0.107.254:40551): Network error: Client connection negotiation failed: client connection to 127.0.107.254:40551: connect: Connection refused (error 111)
I20260608 12:38:44.968959  1620 raft_consensus.cc:2393] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 4b42b3ada006424e9b6fc50eac4dfbb3 in current term 2: Already voted for candidate 7163cbbfa5b9481b99f0ff673bc8edcd in this term.
I20260608 12:38:44.970989  2061 leader_election.cc:290] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [CANDIDATE]: Term 2 election: Requested vote from peers c2d3b6de16ab4a488ea7da8623d454bb (127.0.107.254:40551), 4b42b3ada006424e9b6fc50eac4dfbb3 (127.0.107.252:33409)
W20260608 12:38:44.971760  1661 leader_election.cc:336] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer c2d3b6de16ab4a488ea7da8623d454bb (127.0.107.254:40551): Network error: Client connection negotiation failed: client connection to 127.0.107.254:40551: connect: Connection refused (error 111)
I20260608 12:38:44.972276  1661 leader_election.cc:304] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [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: 4b42b3ada006424e9b6fc50eac4dfbb3; no voters: 7163cbbfa5b9481b99f0ff673bc8edcd, c2d3b6de16ab4a488ea7da8623d454bb
W20260608 12:38:44.972919  1596 leader_election.cc:336] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer c2d3b6de16ab4a488ea7da8623d454bb (127.0.107.254:40551): Network error: Client connection negotiation failed: client connection to 127.0.107.254:40551: connect: Connection refused (error 111)
I20260608 12:38:44.973238  2060 raft_consensus.cc:2749] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
W20260608 12:38:44.977510  1596 leader_election.cc:336] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer c2d3b6de16ab4a488ea7da8623d454bb (127.0.107.254:40551): Network error: Client connection negotiation failed: client connection to 127.0.107.254:40551: connect: Connection refused (error 111)
I20260608 12:38:44.977926  1596 leader_election.cc:304] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [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: 7163cbbfa5b9481b99f0ff673bc8edcd; no voters: 4b42b3ada006424e9b6fc50eac4dfbb3, c2d3b6de16ab4a488ea7da8623d454bb
I20260608 12:38:44.978588  2061 raft_consensus.cc:2749] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260608 12:38:47.683184  2073 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:47.683802  2073 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } } peers { permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } } peers { permanent_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } }
I20260608 12:38:47.689465  2073 leader_election.cc:290] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers c2d3b6de16ab4a488ea7da8623d454bb (127.0.107.254:40551), 7163cbbfa5b9481b99f0ff673bc8edcd (127.0.107.253:33077)
I20260608 12:38:47.692051  1620 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" candidate_term: 3 candidate_status { last_received { term: 1 index: 10 } } ignore_live_leader: false dest_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" is_pre_election: true
I20260608 12:38:47.692680  1620 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4b42b3ada006424e9b6fc50eac4dfbb3 in term 2.
I20260608 12:38:47.695073  1660 leader_election.cc:304] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [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: 4b42b3ada006424e9b6fc50eac4dfbb3, 7163cbbfa5b9481b99f0ff673bc8edcd; no voters: 
I20260608 12:38:47.696058  2073 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260608 12:38:47.696596  2073 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:47.697027  2073 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [term 2 FOLLOWER]: Advancing to term 3
W20260608 12:38:47.707486  1661 leader_election.cc:336] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer c2d3b6de16ab4a488ea7da8623d454bb (127.0.107.254:40551): Network error: Client connection negotiation failed: client connection to 127.0.107.254:40551: connect: Connection refused (error 111)
I20260608 12:38:47.726469  2073 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } } peers { permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } } peers { permanent_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } }
I20260608 12:38:47.730623  2073 leader_election.cc:290] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [CANDIDATE]: Term 3 election: Requested vote from peers c2d3b6de16ab4a488ea7da8623d454bb (127.0.107.254:40551), 7163cbbfa5b9481b99f0ff673bc8edcd (127.0.107.253:33077)
I20260608 12:38:47.733541  1620 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" candidate_term: 3 candidate_status { last_received { term: 1 index: 10 } } ignore_live_leader: false dest_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd"
I20260608 12:38:47.734227  1620 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [term 2 FOLLOWER]: Advancing to term 3
W20260608 12:38:47.736011  1661 leader_election.cc:336] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [CANDIDATE]: Term 3 election: RPC error from VoteRequest() call to peer c2d3b6de16ab4a488ea7da8623d454bb (127.0.107.254:40551): Network error: Client connection negotiation failed: client connection to 127.0.107.254:40551: connect: Connection refused (error 111)
I20260608 12:38:47.826766  1620 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4b42b3ada006424e9b6fc50eac4dfbb3 in term 3.
I20260608 12:38:47.828967  1660 leader_election.cc:304] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [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: 4b42b3ada006424e9b6fc50eac4dfbb3, 7163cbbfa5b9481b99f0ff673bc8edcd; no voters: c2d3b6de16ab4a488ea7da8623d454bb
I20260608 12:38:47.830317  2073 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [term 3 FOLLOWER]: Leader election won for term 3
I20260608 12:38:47.834326  2073 raft_consensus.cc:697] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [term 3 LEADER]: Becoming Leader. State: Replica: 4b42b3ada006424e9b6fc50eac4dfbb3, State: Running, Role: LEADER
I20260608 12:38:47.835239  2073 consensus_queue.cc:237] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 10, Committed index: 10, Last appended: 1.10, Last appended by leader: 10, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } } peers { permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } } peers { permanent_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } }
I20260608 12:38:47.841145  2079 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4b42b3ada006424e9b6fc50eac4dfbb3. Latest consensus state: current_term: 3 leader_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } } peers { permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } } peers { permanent_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } } }
I20260608 12:38:47.841795  2079 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:47.843740  2081 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:38:47.852880  2081 catalog_manager.cc:679] Loaded metadata for table test-workload [id=86d3fe6114144e1db82771604cfb440f]
I20260608 12:38:47.860631  2081 tablet_loader.cc:96] loaded metadata for tablet 239fb010180a4fd8aed6a229c0abcd56 (table test-workload [id=86d3fe6114144e1db82771604cfb440f])
I20260608 12:38:47.862084  2081 tablet_loader.cc:96] loaded metadata for tablet 278d7ddad5854de3beba725bc34ec34f (table test-workload [id=86d3fe6114144e1db82771604cfb440f])
I20260608 12:38:47.863459  2081 tablet_loader.cc:96] loaded metadata for tablet 431dc66440134929b36a677d9241ba4a (table test-workload [id=86d3fe6114144e1db82771604cfb440f])
I20260608 12:38:47.865053  2081 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:38:47.870067  2081 catalog_manager.cc:1294] Loaded cluster ID: 36e30474ad38459f9f020540381573c9
I20260608 12:38:47.870358  2081 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:38:47.876420  2081 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:38:47.880717  2081 catalog_manager.cc:6080] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3: Loaded TSK: 0
I20260608 12:38:47.881732  2081 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:38:48.088146  1738 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:48.088532  1738 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:48.254226  1620 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [term 3 FOLLOWER]: Refusing update from remote peer 4b42b3ada006424e9b6fc50eac4dfbb3: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 3 index: 11. (index mismatch)
I20260608 12:38:48.255756  2079 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
I20260608 12:38:48.261756  2082 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4b42b3ada006424e9b6fc50eac4dfbb3. Latest consensus state: current_term: 3 leader_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } } peers { permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } } peers { permanent_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } } }
I20260608 12:38:48.263108  2082 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:48.266515  2079 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 3 leader_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } } peers { permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } } peers { permanent_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } } }
I20260608 12:38:48.267621  2079 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:48.272378  2082 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 3 leader_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } } peers { permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } } peers { permanent_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } } }
I20260608 12:38:48.273237  2082 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [sys.catalog]: This master's current role is: FOLLOWER
W20260608 12:38:48.276345  1661 consensus_peers.cc:597] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 -> Peer c2d3b6de16ab4a488ea7da8623d454bb (127.0.107.254:40551): Couldn't send request to peer c2d3b6de16ab4a488ea7da8623d454bb. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.254:40551: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:38:48.650851  1641 debug-util.cc:398] Leaking SignalData structure 0x7b080012c9e0 after lost signal to thread 434
W20260608 12:38:48.651636  1641 debug-util.cc:398] Leaking SignalData structure 0x7b0800064300 after lost signal to thread 1644
W20260608 12:38:48.652297  1641 debug-util.cc:398] Leaking SignalData structure 0x7b08000384e0 after lost signal to thread 1709
W20260608 12:38:48.653220  1641 debug-util.cc:398] Leaking SignalData structure 0x7b080017eba0 after lost signal to thread 1823
W20260608 12:38:48.653983  1641 debug-util.cc:398] Leaking SignalData structure 0x7b08000a7b20 after lost signal to thread 1901
W20260608 12:38:48.654735  1641 debug-util.cc:398] Leaking SignalData structure 0x7b08001955e0 after lost signal to thread 1991
I20260608 12:38:48.976015   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:38:49.006701   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:49.007643   431 tablet_replica.cc:333] T 239fb010180a4fd8aed6a229c0abcd56 P 5202ba1702a84a339fb6acc1b3dae17a: stopping tablet replica
I20260608 12:38:49.008255   431 raft_consensus.cc:2243] T 239fb010180a4fd8aed6a229c0abcd56 P 5202ba1702a84a339fb6acc1b3dae17a [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:49.008797   431 raft_consensus.cc:2272] T 239fb010180a4fd8aed6a229c0abcd56 P 5202ba1702a84a339fb6acc1b3dae17a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:49.050618   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:38:49.064975   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:38:49.099115   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:49.100082   431 tablet_replica.cc:333] T 431dc66440134929b36a677d9241ba4a P edfbdb74354e4392a182be9475e0133a: stopping tablet replica
I20260608 12:38:49.100823   431 raft_consensus.cc:2243] T 431dc66440134929b36a677d9241ba4a P edfbdb74354e4392a182be9475e0133a [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:49.101405   431 raft_consensus.cc:2272] T 431dc66440134929b36a677d9241ba4a P edfbdb74354e4392a182be9475e0133a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:49.122757   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:38:49.132647   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:38:49.161751   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:49.162649   431 tablet_replica.cc:333] T 278d7ddad5854de3beba725bc34ec34f P 5d7616444bc545498170d0abf8dc7456: stopping tablet replica
I20260608 12:38:49.163368   431 raft_consensus.cc:2243] T 278d7ddad5854de3beba725bc34ec34f P 5d7616444bc545498170d0abf8dc7456 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:49.163961   431 raft_consensus.cc:2272] T 278d7ddad5854de3beba725bc34ec34f P 5d7616444bc545498170d0abf8dc7456 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:49.185452   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:38:49.196862   431 master.cc:562] Master@127.0.107.253:33077 shutting down...
I20260608 12:38:49.228220   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:49.228955   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:49.229399   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 7163cbbfa5b9481b99f0ff673bc8edcd: stopping tablet replica
W20260608 12:38:49.522440  1660 consensus_peers.cc:597] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 -> Peer 7163cbbfa5b9481b99f0ff673bc8edcd (127.0.107.253:33077): Couldn't send request to peer 7163cbbfa5b9481b99f0ff673bc8edcd. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.253:33077: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:50.089561  1738 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:50.089946  1738 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:50.133690  2087 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 3 leader_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2d3b6de16ab4a488ea7da8623d454bb" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40551 } } peers { permanent_uuid: "7163cbbfa5b9481b99f0ff673bc8edcd" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33077 } } peers { permanent_uuid: "4b42b3ada006424e9b6fc50eac4dfbb3" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33409 } } }
I20260608 12:38:50.134912  2087 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [sys.catalog]: This master's current role is: LEADER
W20260608 12:38:50.137261  1661 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.254:40551: connect: Connection refused (error 111) [suppressed 10 similar messages]
W20260608 12:38:50.248188   431 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 1641)
W20260608 12:38:50.688979  1661 consensus_peers.cc:597] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 -> Peer c2d3b6de16ab4a488ea7da8623d454bb (127.0.107.254:40551): Couldn't send request to peer c2d3b6de16ab4a488ea7da8623d454bb. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.254:40551: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260608 12:38:51.248679   431 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 1641)
I20260608 12:38:51.430922   431 master.cc:584] Master@127.0.107.253:33077 shutdown complete.
I20260608 12:38:51.444205   431 master.cc:562] Master@127.0.107.252:33409 shutting down...
I20260608 12:38:51.461063   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [term 3 LEADER]: Raft consensus shutting down.
I20260608 12:38:51.461989   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:51.462339   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 4b42b3ada006424e9b6fc50eac4dfbb3: stopping tablet replica
I20260608 12:38:51.481932   431 master.cc:584] Master@127.0.107.252:33409 shutdown complete.
[       OK ] AutoRebalancerTest.NextLeaderResumesAutoRebalancing (11806 ms)
[ RUN      ] AutoRebalancerTest.MovesScheduledIfAddTserver
I20260608 12:38:51.513422   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:43851
I20260608 12:38:51.514611   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:51.520299  2096 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:51.520557  2097 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:51.521550  2099 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:51.523249   431 server_base.cc:1061] running on GCE node
I20260608 12:38:51.524092   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:51.524266   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.
I20260608 12:38:51.524475   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922331524442 us; error 0 us; skew 500 ppm
I20260608 12:38:51.525084   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:51.527709   431 webserver.cc:533] Webserver started at http://127.0.107.254:35317/ using document root <none> and password file <none>
I20260608 12:38:51.528235   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:51.528421   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:51.528723   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:51.529805   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922302632525-431-0/minicluster-data/master-0-root/instance:
uuid: "765be32ffd154fd5807694cda3743f2c"
format_stamp: "Formatted at 2026-06-08 12:38:51 on dist-test-slave-g6ln"
I20260608 12:38:51.534458   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.001s
I20260608 12:38:51.538103  2104 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:51.539043   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:38:51.539292   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922302632525-431-0/minicluster-data/master-0-root
uuid: "765be32ffd154fd5807694cda3743f2c"
format_stamp: "Formatted at 2026-06-08 12:38:51 on dist-test-slave-g6ln"
I20260608 12:38:51.539599   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922302632525-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922302632525-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922302632525-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)
I20260608 12:38:51.549929   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:51.551128   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:51.593987   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:43851
I20260608 12:38:51.594117  2155 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:43851 every 8 connection(s)
I20260608 12:38:51.598421  2156 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:51.608309  2156 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 765be32ffd154fd5807694cda3743f2c: Bootstrap starting.
I20260608 12:38:51.613044  2156 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 765be32ffd154fd5807694cda3743f2c: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:51.617627  2156 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 765be32ffd154fd5807694cda3743f2c: No bootstrap required, opened a new log
I20260608 12:38:51.619938  2156 raft_consensus.cc:359] T 00000000000000000000000000000000 P 765be32ffd154fd5807694cda3743f2c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "765be32ffd154fd5807694cda3743f2c" member_type: VOTER }
I20260608 12:38:51.620325  2156 raft_consensus.cc:385] T 00000000000000000000000000000000 P 765be32ffd154fd5807694cda3743f2c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:51.620512  2156 raft_consensus.cc:740] T 00000000000000000000000000000000 P 765be32ffd154fd5807694cda3743f2c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 765be32ffd154fd5807694cda3743f2c, State: Initialized, Role: FOLLOWER
I20260608 12:38:51.621037  2156 consensus_queue.cc:260] T 00000000000000000000000000000000 P 765be32ffd154fd5807694cda3743f2c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "765be32ffd154fd5807694cda3743f2c" member_type: VOTER }
I20260608 12:38:51.621436  2156 raft_consensus.cc:399] T 00000000000000000000000000000000 P 765be32ffd154fd5807694cda3743f2c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:38:51.621618  2156 raft_consensus.cc:493] T 00000000000000000000000000000000 P 765be32ffd154fd5807694cda3743f2c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:38:51.621833  2156 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 765be32ffd154fd5807694cda3743f2c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:51.626242  2156 raft_consensus.cc:515] T 00000000000000000000000000000000 P 765be32ffd154fd5807694cda3743f2c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "765be32ffd154fd5807694cda3743f2c" member_type: VOTER }
I20260608 12:38:51.626742  2156 leader_election.cc:304] T 00000000000000000000000000000000 P 765be32ffd154fd5807694cda3743f2c [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: 765be32ffd154fd5807694cda3743f2c; no voters: 
I20260608 12:38:51.627955  2156 leader_election.cc:290] T 00000000000000000000000000000000 P 765be32ffd154fd5807694cda3743f2c [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:38:51.628403  2159 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 765be32ffd154fd5807694cda3743f2c [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:51.630209  2159 raft_consensus.cc:697] T 00000000000000000000000000000000 P 765be32ffd154fd5807694cda3743f2c [term 1 LEADER]: Becoming Leader. State: Replica: 765be32ffd154fd5807694cda3743f2c, State: Running, Role: LEADER
I20260608 12:38:51.630985  2159 consensus_queue.cc:237] T 00000000000000000000000000000000 P 765be32ffd154fd5807694cda3743f2c [LEADER]: Queue going to LEADER mode. State: All 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: "765be32ffd154fd5807694cda3743f2c" member_type: VOTER }
I20260608 12:38:51.631314  2156 sys_catalog.cc:565] T 00000000000000000000000000000000 P 765be32ffd154fd5807694cda3743f2c [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:38:51.634470  2160 sys_catalog.cc:455] T 00000000000000000000000000000000 P 765be32ffd154fd5807694cda3743f2c [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "765be32ffd154fd5807694cda3743f2c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "765be32ffd154fd5807694cda3743f2c" member_type: VOTER } }
I20260608 12:38:51.635006  2161 sys_catalog.cc:455] T 00000000000000000000000000000000 P 765be32ffd154fd5807694cda3743f2c [sys.catalog]: SysCatalogTable state changed. Reason: New leader 765be32ffd154fd5807694cda3743f2c. Latest consensus state: current_term: 1 leader_uuid: "765be32ffd154fd5807694cda3743f2c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "765be32ffd154fd5807694cda3743f2c" member_type: VOTER } }
I20260608 12:38:51.635211  2160 sys_catalog.cc:458] T 00000000000000000000000000000000 P 765be32ffd154fd5807694cda3743f2c [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:51.635607  2161 sys_catalog.cc:458] T 00000000000000000000000000000000 P 765be32ffd154fd5807694cda3743f2c [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:51.639241  2166 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:38:51.647668  2166 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:38:51.648744   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:38:51.657910  2166 catalog_manager.cc:1382] Generated new cluster ID: 47256d2a25a746c7893a788a63b2584a
I20260608 12:38:51.658183  2166 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:38:51.679347  2166 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:38:51.680707  2166 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:38:51.693606  2166 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 765be32ffd154fd5807694cda3743f2c: Generated new TSK 0
I20260608 12:38:51.694396  2166 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:38:51.715843   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:51.722263  2177 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:51.723520  2178 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:51.725188   431 server_base.cc:1061] running on GCE node
W20260608 12:38:51.725608  2180 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:51.726450   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:51.726734   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.
I20260608 12:38:51.726917   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922331726896 us; error 0 us; skew 500 ppm
I20260608 12:38:51.727578   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:51.729933   431 webserver.cc:533] Webserver started at http://127.0.107.193:42655/ using document root <none> and password file <none>
I20260608 12:38:51.730446   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:51.730648   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:51.730929   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:51.732144   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922302632525-431-0/minicluster-data/ts-0-root/instance:
uuid: "95957143bb0648c5986930cdd44d1f45"
format_stamp: "Formatted at 2026-06-08 12:38:51 on dist-test-slave-g6ln"
I20260608 12:38:51.736855   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:38:51.740320  2185 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:51.741096   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:38:51.741462   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922302632525-431-0/minicluster-data/ts-0-root
uuid: "95957143bb0648c5986930cdd44d1f45"
format_stamp: "Formatted at 2026-06-08 12:38:51 on dist-test-slave-g6ln"
I20260608 12:38:51.741833   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922302632525-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922302632525-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922302632525-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)
I20260608 12:38:51.752154   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:51.753346   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:51.754832   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:51.757268   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:51.757519   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:51.757771   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:51.757944   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:51.798790   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:38439
I20260608 12:38:51.798914  2247 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:38439 every 8 connection(s)
I20260608 12:38:51.804397   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:51.811998  2252 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:51.814044  2253 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:51.815989  2255 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:51.817271   431 server_base.cc:1061] running on GCE node
I20260608 12:38:51.817625  2248 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43851
I20260608 12:38:51.818127  2248 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:51.818624   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:51.818895   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.
I20260608 12:38:51.819048  2248 heartbeater.cc:507] Master 127.0.107.254:43851 requested a full tablet report, sending...
I20260608 12:38:51.819147   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922331819126 us; error 0 us; skew 500 ppm
I20260608 12:38:51.820120   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:51.821779  2121 ts_manager.cc:194] Registered new tserver with Master: 95957143bb0648c5986930cdd44d1f45 (127.0.107.193:38439)
I20260608 12:38:51.822950   431 webserver.cc:533] Webserver started at http://127.0.107.194:41209/ using document root <none> and password file <none>
I20260608 12:38:51.823565   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:51.823765   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:51.824049   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:51.824003  2121 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54006
I20260608 12:38:51.825563   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922302632525-431-0/minicluster-data/ts-1-root/instance:
uuid: "e98cfe2a87f44232bd4772aeec779b1e"
format_stamp: "Formatted at 2026-06-08 12:38:51 on dist-test-slave-g6ln"
I20260608 12:38:51.830814   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:38:51.834878  2260 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:51.835886   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:38:51.836222   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922302632525-431-0/minicluster-data/ts-1-root
uuid: "e98cfe2a87f44232bd4772aeec779b1e"
format_stamp: "Formatted at 2026-06-08 12:38:51 on dist-test-slave-g6ln"
I20260608 12:38:51.836508   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922302632525-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922302632525-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922302632525-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)
I20260608 12:38:51.854916   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:51.856269   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:51.857731   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:51.860057   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:51.860292   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:51.860571   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:51.860749   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:51.900445   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:33013
I20260608 12:38:51.900569  2322 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:33013 every 8 connection(s)
I20260608 12:38:51.905465   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:51.913601  2326 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:51.914954  2327 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:51.916428   431 server_base.cc:1061] running on GCE node
W20260608 12:38:51.917846  2329 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:51.918866  2323 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43851
I20260608 12:38:51.918951   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:51.919281   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.
I20260608 12:38:51.919299  2323 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:51.919603   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922331919584 us; error 0 us; skew 500 ppm
I20260608 12:38:51.920303   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:51.920264  2323 heartbeater.cc:507] Master 127.0.107.254:43851 requested a full tablet report, sending...
I20260608 12:38:51.923007  2121 ts_manager.cc:194] Registered new tserver with Master: e98cfe2a87f44232bd4772aeec779b1e (127.0.107.194:33013)
I20260608 12:38:51.923307   431 webserver.cc:533] Webserver started at http://127.0.107.195:36281/ using document root <none> and password file <none>
I20260608 12:38:51.924031   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:51.924273   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:51.924613   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:51.924893  2121 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54010
I20260608 12:38:51.926185   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922302632525-431-0/minicluster-data/ts-2-root/instance:
uuid: "5d89859f71dc4b0992d84b29cb87de1a"
format_stamp: "Formatted at 2026-06-08 12:38:51 on dist-test-slave-g6ln"
I20260608 12:38:51.930913   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.004s
I20260608 12:38:51.934677  2334 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:51.935639   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:38:51.935897   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922302632525-431-0/minicluster-data/ts-2-root
uuid: "5d89859f71dc4b0992d84b29cb87de1a"
format_stamp: "Formatted at 2026-06-08 12:38:51 on dist-test-slave-g6ln"
I20260608 12:38:51.936132   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922302632525-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922302632525-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922302632525-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)
I20260608 12:38:51.947614   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:51.948748   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:51.950165   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:51.952531   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:51.952730   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:51.952999   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:51.953174   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:51.994294   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:39847
I20260608 12:38:51.994406  2396 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:39847 every 8 connection(s)
I20260608 12:38:52.008715  2397 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43851
I20260608 12:38:52.009187  2397 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:52.009948  2397 heartbeater.cc:507] Master 127.0.107.254:43851 requested a full tablet report, sending...
I20260608 12:38:52.011936  2121 ts_manager.cc:194] Registered new tserver with Master: 5d89859f71dc4b0992d84b29cb87de1a (127.0.107.195:39847)
I20260608 12:38:52.012389   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014760408s
I20260608 12:38:52.013736  2121 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54022
I20260608 12:38:52.827214  2248 heartbeater.cc:499] Master 127.0.107.254:43851 was elected leader, sending a full tablet report...
I20260608 12:38:52.927750  2323 heartbeater.cc:499] Master 127.0.107.254:43851 was elected leader, sending a full tablet report...
I20260608 12:38:53.016713  2397 heartbeater.cc:499] Master 127.0.107.254:43851 was elected leader, sending a full tablet report...
I20260608 12:38:53.084980  2121 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:54024:
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"
    }
  }
}
W20260608 12:38:53.088088  2121 catalog_manager.cc:7076] 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.
I20260608 12:38:53.155506  2362 tablet_service.cc:1511] Processing CreateTablet for tablet 1216a757efdc4110a7c901ba3be5bc38 (DEFAULT_TABLE table=test-workload [id=f5018925f04f4ec78c86b9a5bf826706]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260608 12:38:53.157460  2362 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1216a757efdc4110a7c901ba3be5bc38. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:53.161479  2213 tablet_service.cc:1511] Processing CreateTablet for tablet 1216a757efdc4110a7c901ba3be5bc38 (DEFAULT_TABLE table=test-workload [id=f5018925f04f4ec78c86b9a5bf826706]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260608 12:38:53.163484  2213 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1216a757efdc4110a7c901ba3be5bc38. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:53.163849  2212 tablet_service.cc:1511] Processing CreateTablet for tablet c4015e1997d04580b39aaf70fec3fb24 (DEFAULT_TABLE table=test-workload [id=f5018925f04f4ec78c86b9a5bf826706]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260608 12:38:53.165319  2212 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c4015e1997d04580b39aaf70fec3fb24. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:53.167876  2288 tablet_service.cc:1511] Processing CreateTablet for tablet 1216a757efdc4110a7c901ba3be5bc38 (DEFAULT_TABLE table=test-workload [id=f5018925f04f4ec78c86b9a5bf826706]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260608 12:38:53.169643  2288 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1216a757efdc4110a7c901ba3be5bc38. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:53.161324  2361 tablet_service.cc:1511] Processing CreateTablet for tablet c4015e1997d04580b39aaf70fec3fb24 (DEFAULT_TABLE table=test-workload [id=f5018925f04f4ec78c86b9a5bf826706]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260608 12:38:53.173574  2361 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c4015e1997d04580b39aaf70fec3fb24. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:53.178169  2287 tablet_service.cc:1511] Processing CreateTablet for tablet c4015e1997d04580b39aaf70fec3fb24 (DEFAULT_TABLE table=test-workload [id=f5018925f04f4ec78c86b9a5bf826706]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260608 12:38:53.179842  2287 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c4015e1997d04580b39aaf70fec3fb24. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:53.195631  2419 tablet_bootstrap.cc:492] T 1216a757efdc4110a7c901ba3be5bc38 P 5d89859f71dc4b0992d84b29cb87de1a: Bootstrap starting.
I20260608 12:38:53.206557  2418 tablet_bootstrap.cc:492] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45: Bootstrap starting.
I20260608 12:38:53.206557  2420 tablet_bootstrap.cc:492] T c4015e1997d04580b39aaf70fec3fb24 P e98cfe2a87f44232bd4772aeec779b1e: Bootstrap starting.
I20260608 12:38:53.207850  2419 tablet_bootstrap.cc:654] T 1216a757efdc4110a7c901ba3be5bc38 P 5d89859f71dc4b0992d84b29cb87de1a: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:53.214458  2419 tablet_bootstrap.cc:492] T 1216a757efdc4110a7c901ba3be5bc38 P 5d89859f71dc4b0992d84b29cb87de1a: No bootstrap required, opened a new log
I20260608 12:38:53.214943  2419 ts_tablet_manager.cc:1403] T 1216a757efdc4110a7c901ba3be5bc38 P 5d89859f71dc4b0992d84b29cb87de1a: Time spent bootstrapping tablet: real 0.020s	user 0.006s	sys 0.010s
I20260608 12:38:53.215930  2420 tablet_bootstrap.cc:654] T c4015e1997d04580b39aaf70fec3fb24 P e98cfe2a87f44232bd4772aeec779b1e: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:53.215930  2418 tablet_bootstrap.cc:654] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:53.217789  2419 raft_consensus.cc:359] T 1216a757efdc4110a7c901ba3be5bc38 P 5d89859f71dc4b0992d84b29cb87de1a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } }
I20260608 12:38:53.218619  2419 raft_consensus.cc:385] T 1216a757efdc4110a7c901ba3be5bc38 P 5d89859f71dc4b0992d84b29cb87de1a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:53.218902  2419 raft_consensus.cc:740] T 1216a757efdc4110a7c901ba3be5bc38 P 5d89859f71dc4b0992d84b29cb87de1a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5d89859f71dc4b0992d84b29cb87de1a, State: Initialized, Role: FOLLOWER
I20260608 12:38:53.219709  2419 consensus_queue.cc:260] T 1216a757efdc4110a7c901ba3be5bc38 P 5d89859f71dc4b0992d84b29cb87de1a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } }
I20260608 12:38:53.223141  2419 ts_tablet_manager.cc:1434] T 1216a757efdc4110a7c901ba3be5bc38 P 5d89859f71dc4b0992d84b29cb87de1a: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.001s
I20260608 12:38:53.224247  2418 tablet_bootstrap.cc:492] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45: No bootstrap required, opened a new log
I20260608 12:38:53.224651  2419 tablet_bootstrap.cc:492] T c4015e1997d04580b39aaf70fec3fb24 P 5d89859f71dc4b0992d84b29cb87de1a: Bootstrap starting.
I20260608 12:38:53.224908  2420 tablet_bootstrap.cc:492] T c4015e1997d04580b39aaf70fec3fb24 P e98cfe2a87f44232bd4772aeec779b1e: No bootstrap required, opened a new log
I20260608 12:38:53.224972  2418 ts_tablet_manager.cc:1403] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45: Time spent bootstrapping tablet: real 0.019s	user 0.014s	sys 0.004s
I20260608 12:38:53.225649  2420 ts_tablet_manager.cc:1403] T c4015e1997d04580b39aaf70fec3fb24 P e98cfe2a87f44232bd4772aeec779b1e: Time spent bootstrapping tablet: real 0.020s	user 0.006s	sys 0.011s
I20260608 12:38:53.229115  2418 raft_consensus.cc:359] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } }
I20260608 12:38:53.230072  2418 raft_consensus.cc:385] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:53.230449  2418 raft_consensus.cc:740] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 95957143bb0648c5986930cdd44d1f45, State: Initialized, Role: FOLLOWER
I20260608 12:38:53.231578  2418 consensus_queue.cc:260] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } }
I20260608 12:38:53.232095  2419 tablet_bootstrap.cc:654] T c4015e1997d04580b39aaf70fec3fb24 P 5d89859f71dc4b0992d84b29cb87de1a: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:53.232915  2420 raft_consensus.cc:359] T c4015e1997d04580b39aaf70fec3fb24 P e98cfe2a87f44232bd4772aeec779b1e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } }
I20260608 12:38:53.233821  2420 raft_consensus.cc:385] T c4015e1997d04580b39aaf70fec3fb24 P e98cfe2a87f44232bd4772aeec779b1e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:53.234174  2420 raft_consensus.cc:740] T c4015e1997d04580b39aaf70fec3fb24 P e98cfe2a87f44232bd4772aeec779b1e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e98cfe2a87f44232bd4772aeec779b1e, State: Initialized, Role: FOLLOWER
I20260608 12:38:53.235224  2420 consensus_queue.cc:260] T c4015e1997d04580b39aaf70fec3fb24 P e98cfe2a87f44232bd4772aeec779b1e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } }
I20260608 12:38:53.244084  2418 ts_tablet_manager.cc:1434] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45: Time spent starting tablet: real 0.018s	user 0.010s	sys 0.004s
I20260608 12:38:53.244859  2419 tablet_bootstrap.cc:492] T c4015e1997d04580b39aaf70fec3fb24 P 5d89859f71dc4b0992d84b29cb87de1a: No bootstrap required, opened a new log
I20260608 12:38:53.245357  2418 tablet_bootstrap.cc:492] T 1216a757efdc4110a7c901ba3be5bc38 P 95957143bb0648c5986930cdd44d1f45: Bootstrap starting.
I20260608 12:38:53.245530  2419 ts_tablet_manager.cc:1403] T c4015e1997d04580b39aaf70fec3fb24 P 5d89859f71dc4b0992d84b29cb87de1a: Time spent bootstrapping tablet: real 0.021s	user 0.012s	sys 0.008s
I20260608 12:38:53.248251  2420 ts_tablet_manager.cc:1434] T c4015e1997d04580b39aaf70fec3fb24 P e98cfe2a87f44232bd4772aeec779b1e: Time spent starting tablet: real 0.022s	user 0.011s	sys 0.002s
I20260608 12:38:53.252071  2420 tablet_bootstrap.cc:492] T 1216a757efdc4110a7c901ba3be5bc38 P e98cfe2a87f44232bd4772aeec779b1e: Bootstrap starting.
I20260608 12:38:53.253778  2418 tablet_bootstrap.cc:654] T 1216a757efdc4110a7c901ba3be5bc38 P 95957143bb0648c5986930cdd44d1f45: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:53.249341  2419 raft_consensus.cc:359] T c4015e1997d04580b39aaf70fec3fb24 P 5d89859f71dc4b0992d84b29cb87de1a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } }
I20260608 12:38:53.257629  2419 raft_consensus.cc:385] T c4015e1997d04580b39aaf70fec3fb24 P 5d89859f71dc4b0992d84b29cb87de1a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:53.258000  2419 raft_consensus.cc:740] T c4015e1997d04580b39aaf70fec3fb24 P 5d89859f71dc4b0992d84b29cb87de1a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5d89859f71dc4b0992d84b29cb87de1a, State: Initialized, Role: FOLLOWER
I20260608 12:38:53.259560  2420 tablet_bootstrap.cc:654] T 1216a757efdc4110a7c901ba3be5bc38 P e98cfe2a87f44232bd4772aeec779b1e: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:53.259141  2419 consensus_queue.cc:260] T c4015e1997d04580b39aaf70fec3fb24 P 5d89859f71dc4b0992d84b29cb87de1a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } }
I20260608 12:38:53.267309  2419 ts_tablet_manager.cc:1434] T c4015e1997d04580b39aaf70fec3fb24 P 5d89859f71dc4b0992d84b29cb87de1a: Time spent starting tablet: real 0.021s	user 0.007s	sys 0.000s
I20260608 12:38:53.277619  2418 tablet_bootstrap.cc:492] T 1216a757efdc4110a7c901ba3be5bc38 P 95957143bb0648c5986930cdd44d1f45: No bootstrap required, opened a new log
I20260608 12:38:53.277995  2420 tablet_bootstrap.cc:492] T 1216a757efdc4110a7c901ba3be5bc38 P e98cfe2a87f44232bd4772aeec779b1e: No bootstrap required, opened a new log
I20260608 12:38:53.278385  2418 ts_tablet_manager.cc:1403] T 1216a757efdc4110a7c901ba3be5bc38 P 95957143bb0648c5986930cdd44d1f45: Time spent bootstrapping tablet: real 0.033s	user 0.013s	sys 0.016s
I20260608 12:38:53.278898  2420 ts_tablet_manager.cc:1403] T 1216a757efdc4110a7c901ba3be5bc38 P e98cfe2a87f44232bd4772aeec779b1e: Time spent bootstrapping tablet: real 0.027s	user 0.013s	sys 0.013s
I20260608 12:38:53.281890  2418 raft_consensus.cc:359] T 1216a757efdc4110a7c901ba3be5bc38 P 95957143bb0648c5986930cdd44d1f45 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } }
I20260608 12:38:53.282505  2418 raft_consensus.cc:385] T 1216a757efdc4110a7c901ba3be5bc38 P 95957143bb0648c5986930cdd44d1f45 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:53.282258  2420 raft_consensus.cc:359] T 1216a757efdc4110a7c901ba3be5bc38 P e98cfe2a87f44232bd4772aeec779b1e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } }
I20260608 12:38:53.282790  2418 raft_consensus.cc:740] T 1216a757efdc4110a7c901ba3be5bc38 P 95957143bb0648c5986930cdd44d1f45 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 95957143bb0648c5986930cdd44d1f45, State: Initialized, Role: FOLLOWER
I20260608 12:38:53.283017  2420 raft_consensus.cc:385] T 1216a757efdc4110a7c901ba3be5bc38 P e98cfe2a87f44232bd4772aeec779b1e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:53.283393  2420 raft_consensus.cc:740] T 1216a757efdc4110a7c901ba3be5bc38 P e98cfe2a87f44232bd4772aeec779b1e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e98cfe2a87f44232bd4772aeec779b1e, State: Initialized, Role: FOLLOWER
I20260608 12:38:53.283744  2418 consensus_queue.cc:260] T 1216a757efdc4110a7c901ba3be5bc38 P 95957143bb0648c5986930cdd44d1f45 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } }
I20260608 12:38:53.284164  2420 consensus_queue.cc:260] T 1216a757efdc4110a7c901ba3be5bc38 P e98cfe2a87f44232bd4772aeec779b1e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } }
I20260608 12:38:53.286315  2427 raft_consensus.cc:493] T 1216a757efdc4110a7c901ba3be5bc38 P e98cfe2a87f44232bd4772aeec779b1e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:53.286718  2418 ts_tablet_manager.cc:1434] T 1216a757efdc4110a7c901ba3be5bc38 P 95957143bb0648c5986930cdd44d1f45: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260608 12:38:53.286990  2427 raft_consensus.cc:515] T 1216a757efdc4110a7c901ba3be5bc38 P e98cfe2a87f44232bd4772aeec779b1e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } }
I20260608 12:38:53.286739  2420 ts_tablet_manager.cc:1434] T 1216a757efdc4110a7c901ba3be5bc38 P e98cfe2a87f44232bd4772aeec779b1e: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260608 12:38:53.290977  2427 leader_election.cc:290] T 1216a757efdc4110a7c901ba3be5bc38 P e98cfe2a87f44232bd4772aeec779b1e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5d89859f71dc4b0992d84b29cb87de1a (127.0.107.195:39847), 95957143bb0648c5986930cdd44d1f45 (127.0.107.193:38439)
I20260608 12:38:53.306188  2372 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1216a757efdc4110a7c901ba3be5bc38" candidate_uuid: "e98cfe2a87f44232bd4772aeec779b1e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5d89859f71dc4b0992d84b29cb87de1a" is_pre_election: true
I20260608 12:38:53.307174  2372 raft_consensus.cc:2468] T 1216a757efdc4110a7c901ba3be5bc38 P 5d89859f71dc4b0992d84b29cb87de1a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e98cfe2a87f44232bd4772aeec779b1e in term 0.
I20260608 12:38:53.309309  2425 raft_consensus.cc:493] T 1216a757efdc4110a7c901ba3be5bc38 P 95957143bb0648c5986930cdd44d1f45 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:53.309165  2261 leader_election.cc:304] T 1216a757efdc4110a7c901ba3be5bc38 P e98cfe2a87f44232bd4772aeec779b1e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5d89859f71dc4b0992d84b29cb87de1a, e98cfe2a87f44232bd4772aeec779b1e; no voters: 
I20260608 12:38:53.310096  2223 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1216a757efdc4110a7c901ba3be5bc38" candidate_uuid: "e98cfe2a87f44232bd4772aeec779b1e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "95957143bb0648c5986930cdd44d1f45" is_pre_election: true
I20260608 12:38:53.309924  2425 raft_consensus.cc:515] T 1216a757efdc4110a7c901ba3be5bc38 P 95957143bb0648c5986930cdd44d1f45 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } }
I20260608 12:38:53.311296  2223 raft_consensus.cc:2468] T 1216a757efdc4110a7c901ba3be5bc38 P 95957143bb0648c5986930cdd44d1f45 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e98cfe2a87f44232bd4772aeec779b1e in term 0.
I20260608 12:38:53.311945  2427 raft_consensus.cc:2804] T 1216a757efdc4110a7c901ba3be5bc38 P e98cfe2a87f44232bd4772aeec779b1e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:53.312364  2427 raft_consensus.cc:493] T 1216a757efdc4110a7c901ba3be5bc38 P e98cfe2a87f44232bd4772aeec779b1e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:53.312759  2427 raft_consensus.cc:3060] T 1216a757efdc4110a7c901ba3be5bc38 P e98cfe2a87f44232bd4772aeec779b1e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:53.316527  2425 leader_election.cc:290] T 1216a757efdc4110a7c901ba3be5bc38 P 95957143bb0648c5986930cdd44d1f45 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5d89859f71dc4b0992d84b29cb87de1a (127.0.107.195:39847), e98cfe2a87f44232bd4772aeec779b1e (127.0.107.194:33013)
I20260608 12:38:53.321334  2427 raft_consensus.cc:515] T 1216a757efdc4110a7c901ba3be5bc38 P e98cfe2a87f44232bd4772aeec779b1e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } }
I20260608 12:38:53.323539  2427 leader_election.cc:290] T 1216a757efdc4110a7c901ba3be5bc38 P e98cfe2a87f44232bd4772aeec779b1e [CANDIDATE]: Term 1 election: Requested vote from peers 5d89859f71dc4b0992d84b29cb87de1a (127.0.107.195:39847), 95957143bb0648c5986930cdd44d1f45 (127.0.107.193:38439)
I20260608 12:38:53.325423  2372 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1216a757efdc4110a7c901ba3be5bc38" candidate_uuid: "e98cfe2a87f44232bd4772aeec779b1e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5d89859f71dc4b0992d84b29cb87de1a"
I20260608 12:38:53.325585  2223 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1216a757efdc4110a7c901ba3be5bc38" candidate_uuid: "e98cfe2a87f44232bd4772aeec779b1e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "95957143bb0648c5986930cdd44d1f45"
I20260608 12:38:53.326190  2372 raft_consensus.cc:3060] T 1216a757efdc4110a7c901ba3be5bc38 P 5d89859f71dc4b0992d84b29cb87de1a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:53.326303  2223 raft_consensus.cc:3060] T 1216a757efdc4110a7c901ba3be5bc38 P 95957143bb0648c5986930cdd44d1f45 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:53.331017  2371 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1216a757efdc4110a7c901ba3be5bc38" candidate_uuid: "95957143bb0648c5986930cdd44d1f45" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5d89859f71dc4b0992d84b29cb87de1a" is_pre_election: true
I20260608 12:38:53.333549  2298 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1216a757efdc4110a7c901ba3be5bc38" candidate_uuid: "95957143bb0648c5986930cdd44d1f45" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e98cfe2a87f44232bd4772aeec779b1e" is_pre_election: true
I20260608 12:38:53.334225  2223 raft_consensus.cc:2468] T 1216a757efdc4110a7c901ba3be5bc38 P 95957143bb0648c5986930cdd44d1f45 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e98cfe2a87f44232bd4772aeec779b1e in term 1.
I20260608 12:38:53.334468  2298 raft_consensus.cc:2393] T 1216a757efdc4110a7c901ba3be5bc38 P e98cfe2a87f44232bd4772aeec779b1e [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 95957143bb0648c5986930cdd44d1f45 in current term 1: Already voted for candidate e98cfe2a87f44232bd4772aeec779b1e in this term.
I20260608 12:38:53.335577  2261 leader_election.cc:304] T 1216a757efdc4110a7c901ba3be5bc38 P e98cfe2a87f44232bd4772aeec779b1e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 95957143bb0648c5986930cdd44d1f45, e98cfe2a87f44232bd4772aeec779b1e; no voters: 
I20260608 12:38:53.335963  2187 leader_election.cc:304] T 1216a757efdc4110a7c901ba3be5bc38 P 95957143bb0648c5986930cdd44d1f45 [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: 95957143bb0648c5986930cdd44d1f45; no voters: 5d89859f71dc4b0992d84b29cb87de1a, e98cfe2a87f44232bd4772aeec779b1e
I20260608 12:38:53.336598  2372 raft_consensus.cc:2468] T 1216a757efdc4110a7c901ba3be5bc38 P 5d89859f71dc4b0992d84b29cb87de1a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e98cfe2a87f44232bd4772aeec779b1e in term 1.
I20260608 12:38:53.336582  2427 raft_consensus.cc:2804] T 1216a757efdc4110a7c901ba3be5bc38 P e98cfe2a87f44232bd4772aeec779b1e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:53.336894  2425 raft_consensus.cc:2749] T 1216a757efdc4110a7c901ba3be5bc38 P 95957143bb0648c5986930cdd44d1f45 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:38:53.338896  2427 raft_consensus.cc:697] T 1216a757efdc4110a7c901ba3be5bc38 P e98cfe2a87f44232bd4772aeec779b1e [term 1 LEADER]: Becoming Leader. State: Replica: e98cfe2a87f44232bd4772aeec779b1e, State: Running, Role: LEADER
I20260608 12:38:53.339969  2427 consensus_queue.cc:237] T 1216a757efdc4110a7c901ba3be5bc38 P e98cfe2a87f44232bd4772aeec779b1e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } }
I20260608 12:38:53.349114  2120 catalog_manager.cc:5696] T 1216a757efdc4110a7c901ba3be5bc38 P e98cfe2a87f44232bd4772aeec779b1e reported cstate change: term changed from 0 to 1, leader changed from <none> to e98cfe2a87f44232bd4772aeec779b1e (127.0.107.194). New cstate: current_term: 1 leader_uuid: "e98cfe2a87f44232bd4772aeec779b1e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } health_report { overall_health: UNKNOWN } } }
I20260608 12:38:53.486208  2425 raft_consensus.cc:493] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:53.486889  2425 raft_consensus.cc:515] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } }
I20260608 12:38:53.488922  2425 leader_election.cc:290] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e98cfe2a87f44232bd4772aeec779b1e (127.0.107.194:33013), 5d89859f71dc4b0992d84b29cb87de1a (127.0.107.195:39847)
I20260608 12:38:53.490170  2298 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c4015e1997d04580b39aaf70fec3fb24" candidate_uuid: "95957143bb0648c5986930cdd44d1f45" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e98cfe2a87f44232bd4772aeec779b1e" is_pre_election: true
I20260608 12:38:53.490170  2372 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c4015e1997d04580b39aaf70fec3fb24" candidate_uuid: "95957143bb0648c5986930cdd44d1f45" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5d89859f71dc4b0992d84b29cb87de1a" is_pre_election: true
I20260608 12:38:53.491173  2372 raft_consensus.cc:2468] T c4015e1997d04580b39aaf70fec3fb24 P 5d89859f71dc4b0992d84b29cb87de1a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 95957143bb0648c5986930cdd44d1f45 in term 0.
I20260608 12:38:53.491163  2298 raft_consensus.cc:2468] T c4015e1997d04580b39aaf70fec3fb24 P e98cfe2a87f44232bd4772aeec779b1e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 95957143bb0648c5986930cdd44d1f45 in term 0.
I20260608 12:38:53.492921  2186 leader_election.cc:304] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5d89859f71dc4b0992d84b29cb87de1a, 95957143bb0648c5986930cdd44d1f45; no voters: 
I20260608 12:38:53.493757  2425 raft_consensus.cc:2804] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:53.494208  2425 raft_consensus.cc:493] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:53.494531  2425 raft_consensus.cc:3060] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:53.499662  2425 raft_consensus.cc:515] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } }
I20260608 12:38:53.501665  2425 leader_election.cc:290] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [CANDIDATE]: Term 1 election: Requested vote from peers e98cfe2a87f44232bd4772aeec779b1e (127.0.107.194:33013), 5d89859f71dc4b0992d84b29cb87de1a (127.0.107.195:39847)
I20260608 12:38:53.502599  2298 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c4015e1997d04580b39aaf70fec3fb24" candidate_uuid: "95957143bb0648c5986930cdd44d1f45" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e98cfe2a87f44232bd4772aeec779b1e"
I20260608 12:38:53.502997  2372 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c4015e1997d04580b39aaf70fec3fb24" candidate_uuid: "95957143bb0648c5986930cdd44d1f45" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5d89859f71dc4b0992d84b29cb87de1a"
I20260608 12:38:53.503340  2298 raft_consensus.cc:3060] T c4015e1997d04580b39aaf70fec3fb24 P e98cfe2a87f44232bd4772aeec779b1e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:53.503609  2372 raft_consensus.cc:3060] T c4015e1997d04580b39aaf70fec3fb24 P 5d89859f71dc4b0992d84b29cb87de1a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:53.511337  2298 raft_consensus.cc:2468] T c4015e1997d04580b39aaf70fec3fb24 P e98cfe2a87f44232bd4772aeec779b1e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 95957143bb0648c5986930cdd44d1f45 in term 1.
I20260608 12:38:53.511337  2372 raft_consensus.cc:2468] T c4015e1997d04580b39aaf70fec3fb24 P 5d89859f71dc4b0992d84b29cb87de1a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 95957143bb0648c5986930cdd44d1f45 in term 1.
I20260608 12:38:53.513254  2187 leader_election.cc:304] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 95957143bb0648c5986930cdd44d1f45, e98cfe2a87f44232bd4772aeec779b1e; no voters: 
I20260608 12:38:53.514185  2425 raft_consensus.cc:2804] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:53.515621  2425 raft_consensus.cc:697] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [term 1 LEADER]: Becoming Leader. State: Replica: 95957143bb0648c5986930cdd44d1f45, State: Running, Role: LEADER
I20260608 12:38:53.516441  2425 consensus_queue.cc:237] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } }
I20260608 12:38:53.525408  2120 catalog_manager.cc:5696] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 reported cstate change: term changed from 0 to 1, leader changed from <none> to 95957143bb0648c5986930cdd44d1f45 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "95957143bb0648c5986930cdd44d1f45" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } health_report { overall_health: UNKNOWN } } }
I20260608 12:38:53.647372  2174 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:53.650084  2174 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:53.650465  2174 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:53.812991  2427 consensus_queue.cc:1048] T 1216a757efdc4110a7c901ba3be5bc38 P e98cfe2a87f44232bd4772aeec779b1e [LEADER]: Connected to new peer: Peer: permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:53.827651  2427 consensus_queue.cc:1048] T 1216a757efdc4110a7c901ba3be5bc38 P e98cfe2a87f44232bd4772aeec779b1e [LEADER]: Connected to new peer: Peer: permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:38:53.910228  2425 consensus_queue.cc:1048] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:53.922667  2446 consensus_queue.cc:1048] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:38:55.651326  2174 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:55.653421  2174 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:55.653728  2174 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:57.654594  2174 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:57.656606  2174 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:57.656878  2174 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:59.657815  2174 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:59.660014  2174 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:59.660336  2174 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:01.661187  2174 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:01.663339  2174 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:01.663764  2174 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:39:03.125406  2244 debug-util.cc:398] Leaking SignalData structure 0x7b08001e51a0 after lost signal to thread 434
W20260608 12:39:03.126619  2244 debug-util.cc:398] Leaking SignalData structure 0x7b08001a1080 after lost signal to thread 2155
W20260608 12:39:03.127900  2244 debug-util.cc:398] Leaking SignalData structure 0x7b08001edca0 after lost signal to thread 2247
W20260608 12:39:03.129077  2244 debug-util.cc:398] Leaking SignalData structure 0x7b08001edce0 after lost signal to thread 2322
W20260608 12:39:03.130033  2244 debug-util.cc:398] Leaking SignalData structure 0x7b0800158b00 after lost signal to thread 2396
I20260608 12:39:03.665315  2174 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:03.669025  2174 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:03.669561  2174 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:03.713783   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:03.724306  2453 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:03.725484  2454 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:03.734035  2456 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:03.734203   431 server_base.cc:1061] running on GCE node
I20260608 12:39:03.735859   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:03.736115   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.
I20260608 12:39:03.736334   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922343736312 us; error 0 us; skew 500 ppm
I20260608 12:39:03.736955   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:03.740638   431 webserver.cc:533] Webserver started at http://127.0.107.196:43741/ using document root <none> and password file <none>
I20260608 12:39:03.741489   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:03.741765   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:03.742115   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:03.743793   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922302632525-431-0/minicluster-data/ts-3-root/instance:
uuid: "b72a170a32344cada840b882c29e1432"
format_stamp: "Formatted at 2026-06-08 12:39:03 on dist-test-slave-g6ln"
I20260608 12:39:03.749303   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:39:03.753593  2461 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:03.754556   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:39:03.754892   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922302632525-431-0/minicluster-data/ts-3-root
uuid: "b72a170a32344cada840b882c29e1432"
format_stamp: "Formatted at 2026-06-08 12:39:03 on dist-test-slave-g6ln"
I20260608 12:39:03.755180   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922302632525-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922302632525-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922302632525-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)
I20260608 12:39:03.778728   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:03.780331   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:03.782179   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:03.785236   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:03.785451   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:03.785774   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:03.786017   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:03.849593   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:36935
I20260608 12:39:03.849709  2523 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:36935 every 8 connection(s)
I20260608 12:39:03.877002  2524 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43851
I20260608 12:39:03.877442  2524 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:03.878244  2524 heartbeater.cc:507] Master 127.0.107.254:43851 requested a full tablet report, sending...
I20260608 12:39:03.880852  2119 ts_manager.cc:194] Registered new tserver with Master: b72a170a32344cada840b882c29e1432 (127.0.107.196:36935)
I20260608 12:39:03.883086  2119 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55492
I20260608 12:39:04.725162  2223 consensus_queue.cc:237] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [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: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } attrs { replace: true } } peers { permanent_uuid: "b72a170a32344cada840b882c29e1432" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36935 } attrs { promote: true } }
I20260608 12:39:04.738241  2298 raft_consensus.cc:1275] T c4015e1997d04580b39aaf70fec3fb24 P e98cfe2a87f44232bd4772aeec779b1e [term 1 FOLLOWER]: Refusing update from remote peer 95957143bb0648c5986930cdd44d1f45: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:39:04.740734  2531 consensus_queue.cc:1048] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:39:04.758886  2372 raft_consensus.cc:1275] T c4015e1997d04580b39aaf70fec3fb24 P 5d89859f71dc4b0992d84b29cb87de1a [term 1 FOLLOWER]: Refusing update from remote peer 95957143bb0648c5986930cdd44d1f45: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:39:04.761092  2531 consensus_queue.cc:1048] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:39:04.768122  2535 raft_consensus.cc:2955] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b72a170a32344cada840b882c29e1432 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } attrs { replace: true } } peers { permanent_uuid: "b72a170a32344cada840b882c29e1432" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36935 } attrs { promote: true } } }
I20260608 12:39:04.770608  2298 raft_consensus.cc:2955] T c4015e1997d04580b39aaf70fec3fb24 P e98cfe2a87f44232bd4772aeec779b1e [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b72a170a32344cada840b882c29e1432 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } attrs { replace: true } } peers { permanent_uuid: "b72a170a32344cada840b882c29e1432" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36935 } attrs { promote: true } } }
W20260608 12:39:04.781322  2186 consensus_peers.cc:597] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 -> Peer b72a170a32344cada840b882c29e1432 (127.0.107.196:36935): Couldn't send request to peer b72a170a32344cada840b882c29e1432. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c4015e1997d04580b39aaf70fec3fb24. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:04.792752  2119 catalog_manager.cc:5696] T c4015e1997d04580b39aaf70fec3fb24 P e98cfe2a87f44232bd4772aeec779b1e reported cstate change: config changed from index -1 to 2, NON_VOTER b72a170a32344cada840b882c29e1432 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "95957143bb0648c5986930cdd44d1f45" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } attrs { replace: true } } peers { permanent_uuid: "b72a170a32344cada840b882c29e1432" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36935 } attrs { promote: true } } }
I20260608 12:39:04.803476  2372 raft_consensus.cc:2955] T c4015e1997d04580b39aaf70fec3fb24 P 5d89859f71dc4b0992d84b29cb87de1a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b72a170a32344cada840b882c29e1432 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } attrs { replace: true } } peers { permanent_uuid: "b72a170a32344cada840b882c29e1432" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36935 } attrs { promote: true } } }
I20260608 12:39:04.886250  2524 heartbeater.cc:499] Master 127.0.107.254:43851 was elected leader, sending a full tablet report...
I20260608 12:39:05.300725  2543 ts_tablet_manager.cc:933] T c4015e1997d04580b39aaf70fec3fb24 P b72a170a32344cada840b882c29e1432: Initiating tablet copy from peer 95957143bb0648c5986930cdd44d1f45 (127.0.107.193:38439)
I20260608 12:39:05.303001  2543 tablet_copy_client.cc:323] T c4015e1997d04580b39aaf70fec3fb24 P b72a170a32344cada840b882c29e1432: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:38439
I20260608 12:39:05.321316  2233 tablet_copy_service.cc:140] P 95957143bb0648c5986930cdd44d1f45: Received BeginTabletCopySession request for tablet c4015e1997d04580b39aaf70fec3fb24 from peer b72a170a32344cada840b882c29e1432 ({username='slave'} at 127.0.0.1:40106)
I20260608 12:39:05.322032  2233 tablet_copy_service.cc:161] P 95957143bb0648c5986930cdd44d1f45: Beginning new tablet copy session on tablet c4015e1997d04580b39aaf70fec3fb24 from peer b72a170a32344cada840b882c29e1432 at {username='slave'} at 127.0.0.1:40106: session id = b72a170a32344cada840b882c29e1432-c4015e1997d04580b39aaf70fec3fb24
I20260608 12:39:05.331154  2233 tablet_copy_source_session.cc:215] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:05.335891  2543 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c4015e1997d04580b39aaf70fec3fb24. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:05.355310  2543 tablet_copy_client.cc:806] T c4015e1997d04580b39aaf70fec3fb24 P b72a170a32344cada840b882c29e1432: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:05.356139  2543 tablet_copy_client.cc:670] T c4015e1997d04580b39aaf70fec3fb24 P b72a170a32344cada840b882c29e1432: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:05.361055  2543 tablet_copy_client.cc:538] T c4015e1997d04580b39aaf70fec3fb24 P b72a170a32344cada840b882c29e1432: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:05.370457  2543 tablet_bootstrap.cc:492] T c4015e1997d04580b39aaf70fec3fb24 P b72a170a32344cada840b882c29e1432: Bootstrap starting.
I20260608 12:39:05.394225  2543 tablet_bootstrap.cc:492] T c4015e1997d04580b39aaf70fec3fb24 P b72a170a32344cada840b882c29e1432: 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
I20260608 12:39:05.395220  2543 tablet_bootstrap.cc:492] T c4015e1997d04580b39aaf70fec3fb24 P b72a170a32344cada840b882c29e1432: Bootstrap complete.
I20260608 12:39:05.395948  2543 ts_tablet_manager.cc:1403] T c4015e1997d04580b39aaf70fec3fb24 P b72a170a32344cada840b882c29e1432: Time spent bootstrapping tablet: real 0.026s	user 0.012s	sys 0.015s
I20260608 12:39:05.399231  2543 raft_consensus.cc:359] T c4015e1997d04580b39aaf70fec3fb24 P b72a170a32344cada840b882c29e1432 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } attrs { replace: true } } peers { permanent_uuid: "b72a170a32344cada840b882c29e1432" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36935 } attrs { promote: true } }
I20260608 12:39:05.400110  2543 raft_consensus.cc:740] T c4015e1997d04580b39aaf70fec3fb24 P b72a170a32344cada840b882c29e1432 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: b72a170a32344cada840b882c29e1432, State: Initialized, Role: LEARNER
I20260608 12:39:05.400835  2543 consensus_queue.cc:260] T c4015e1997d04580b39aaf70fec3fb24 P b72a170a32344cada840b882c29e1432 [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: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } attrs { replace: true } } peers { permanent_uuid: "b72a170a32344cada840b882c29e1432" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36935 } attrs { promote: true } }
I20260608 12:39:05.403810  2543 ts_tablet_manager.cc:1434] T c4015e1997d04580b39aaf70fec3fb24 P b72a170a32344cada840b882c29e1432: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.001s
I20260608 12:39:05.405927  2233 tablet_copy_service.cc:342] P 95957143bb0648c5986930cdd44d1f45: Request end of tablet copy session b72a170a32344cada840b882c29e1432-c4015e1997d04580b39aaf70fec3fb24 received from {username='slave'} at 127.0.0.1:40106
I20260608 12:39:05.406509  2233 tablet_copy_service.cc:434] P 95957143bb0648c5986930cdd44d1f45: ending tablet copy session b72a170a32344cada840b882c29e1432-c4015e1997d04580b39aaf70fec3fb24 on tablet c4015e1997d04580b39aaf70fec3fb24 with peer b72a170a32344cada840b882c29e1432
I20260608 12:39:05.670646  2174 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:05.673588  2174 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:05.674024  2174 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:05.826531  2499 raft_consensus.cc:1217] T c4015e1997d04580b39aaf70fec3fb24 P b72a170a32344cada840b882c29e1432 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:39:06.396698  2539 raft_consensus.cc:1064] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45: attempting to promote NON_VOTER b72a170a32344cada840b882c29e1432 to VOTER
I20260608 12:39:06.398885  2539 consensus_queue.cc:237] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [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: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } attrs { replace: true } } peers { permanent_uuid: "b72a170a32344cada840b882c29e1432" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36935 } attrs { promote: false } }
I20260608 12:39:06.406055  2499 raft_consensus.cc:1275] T c4015e1997d04580b39aaf70fec3fb24 P b72a170a32344cada840b882c29e1432 [term 1 LEARNER]: Refusing update from remote peer 95957143bb0648c5986930cdd44d1f45: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:39:06.406771  2372 raft_consensus.cc:1275] T c4015e1997d04580b39aaf70fec3fb24 P 5d89859f71dc4b0992d84b29cb87de1a [term 1 FOLLOWER]: Refusing update from remote peer 95957143bb0648c5986930cdd44d1f45: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:39:06.408481  2298 raft_consensus.cc:1275] T c4015e1997d04580b39aaf70fec3fb24 P e98cfe2a87f44232bd4772aeec779b1e [term 1 FOLLOWER]: Refusing update from remote peer 95957143bb0648c5986930cdd44d1f45: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:39:06.408268  2539 consensus_queue.cc:1048] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b72a170a32344cada840b882c29e1432" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36935 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:06.409833  2553 consensus_queue.cc:1048] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:39:06.411031  2551 consensus_queue.cc:1048] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:39:06.422863  2553 raft_consensus.cc:2955] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b72a170a32344cada840b882c29e1432 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } attrs { replace: true } } peers { permanent_uuid: "b72a170a32344cada840b882c29e1432" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36935 } attrs { promote: false } } }
I20260608 12:39:06.425195  2499 raft_consensus.cc:2955] T c4015e1997d04580b39aaf70fec3fb24 P b72a170a32344cada840b882c29e1432 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b72a170a32344cada840b882c29e1432 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } attrs { replace: true } } peers { permanent_uuid: "b72a170a32344cada840b882c29e1432" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36935 } attrs { promote: false } } }
I20260608 12:39:06.427139  2372 raft_consensus.cc:2955] T c4015e1997d04580b39aaf70fec3fb24 P 5d89859f71dc4b0992d84b29cb87de1a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b72a170a32344cada840b882c29e1432 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } attrs { replace: true } } peers { permanent_uuid: "b72a170a32344cada840b882c29e1432" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36935 } attrs { promote: false } } }
I20260608 12:39:06.437207  2298 raft_consensus.cc:2955] T c4015e1997d04580b39aaf70fec3fb24 P e98cfe2a87f44232bd4772aeec779b1e [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b72a170a32344cada840b882c29e1432 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } attrs { replace: true } } peers { permanent_uuid: "b72a170a32344cada840b882c29e1432" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36935 } attrs { promote: false } } }
I20260608 12:39:06.440877  2121 catalog_manager.cc:5696] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 reported cstate change: config changed from index 2 to 3, b72a170a32344cada840b882c29e1432 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "95957143bb0648c5986930cdd44d1f45" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5d89859f71dc4b0992d84b29cb87de1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39847 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b72a170a32344cada840b882c29e1432" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36935 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:39:06.472949  2223 consensus_queue.cc:237] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [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: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "b72a170a32344cada840b882c29e1432" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36935 } attrs { promote: false } }
I20260608 12:39:06.478183  2499 raft_consensus.cc:1275] T c4015e1997d04580b39aaf70fec3fb24 P b72a170a32344cada840b882c29e1432 [term 1 FOLLOWER]: Refusing update from remote peer 95957143bb0648c5986930cdd44d1f45: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:39:06.478713  2298 raft_consensus.cc:1275] T c4015e1997d04580b39aaf70fec3fb24 P e98cfe2a87f44232bd4772aeec779b1e [term 1 FOLLOWER]: Refusing update from remote peer 95957143bb0648c5986930cdd44d1f45: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:39:06.480185  2553 consensus_queue.cc:1048] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:06.483820  2553 consensus_queue.cc:1048] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b72a170a32344cada840b882c29e1432" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36935 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:06.488356  2539 raft_consensus.cc:2955] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5d89859f71dc4b0992d84b29cb87de1a (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "b72a170a32344cada840b882c29e1432" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36935 } attrs { promote: false } } }
I20260608 12:39:06.490267  2298 raft_consensus.cc:2955] T c4015e1997d04580b39aaf70fec3fb24 P e98cfe2a87f44232bd4772aeec779b1e [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5d89859f71dc4b0992d84b29cb87de1a (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "b72a170a32344cada840b882c29e1432" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36935 } attrs { promote: false } } }
I20260608 12:39:06.494625  2499 raft_consensus.cc:2955] T c4015e1997d04580b39aaf70fec3fb24 P b72a170a32344cada840b882c29e1432 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5d89859f71dc4b0992d84b29cb87de1a (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "b72a170a32344cada840b882c29e1432" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36935 } attrs { promote: false } } }
I20260608 12:39:06.500522  2105 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet c4015e1997d04580b39aaf70fec3fb24 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:39:06.504303  2118 catalog_manager.cc:5696] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 reported cstate change: config changed from index 3 to 4, VOTER 5d89859f71dc4b0992d84b29cb87de1a (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "95957143bb0648c5986930cdd44d1f45" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b72a170a32344cada840b882c29e1432" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36935 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:39:06.516916  2362 tablet_service.cc:1558] Processing DeleteTablet for tablet c4015e1997d04580b39aaf70fec3fb24 with delete_type TABLET_DATA_TOMBSTONED (TS 5d89859f71dc4b0992d84b29cb87de1a not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:35144
I20260608 12:39:06.519483  2563 tablet_replica.cc:333] T c4015e1997d04580b39aaf70fec3fb24 P 5d89859f71dc4b0992d84b29cb87de1a: stopping tablet replica
I20260608 12:39:06.520242  2563 raft_consensus.cc:2243] T c4015e1997d04580b39aaf70fec3fb24 P 5d89859f71dc4b0992d84b29cb87de1a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:06.520880  2563 raft_consensus.cc:2272] T c4015e1997d04580b39aaf70fec3fb24 P 5d89859f71dc4b0992d84b29cb87de1a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:06.524036  2563 ts_tablet_manager.cc:1916] T c4015e1997d04580b39aaf70fec3fb24 P 5d89859f71dc4b0992d84b29cb87de1a: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:39:06.534251  2563 ts_tablet_manager.cc:1929] T c4015e1997d04580b39aaf70fec3fb24 P 5d89859f71dc4b0992d84b29cb87de1a: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:39:06.534641  2563 log.cc:1199] T c4015e1997d04580b39aaf70fec3fb24 P 5d89859f71dc4b0992d84b29cb87de1a: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922302632525-431-0/minicluster-data/ts-2-root/wals/c4015e1997d04580b39aaf70fec3fb24
I20260608 12:39:06.536232  2105 catalog_manager.cc:5027] TS 5d89859f71dc4b0992d84b29cb87de1a (127.0.107.195:39847): tablet c4015e1997d04580b39aaf70fec3fb24 (table test-workload [id=f5018925f04f4ec78c86b9a5bf826706]) successfully deleted
I20260608 12:39:07.675033  2174 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:07.677454  2174 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:07.677852  2174 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:09.678926  2174 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:09.681533  2174 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:09.681936  2174 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:39:10.216511  2520 debug-util.cc:398] Leaking SignalData structure 0x7b08001503a0 after lost signal to thread 434
W20260608 12:39:10.217454  2520 debug-util.cc:398] Leaking SignalData structure 0x7b0800150a20 after lost signal to thread 2155
W20260608 12:39:10.218417  2520 debug-util.cc:398] Leaking SignalData structure 0x7b08001bc820 after lost signal to thread 2247
W20260608 12:39:10.219306  2520 debug-util.cc:398] Leaking SignalData structure 0x7b080013cc20 after lost signal to thread 2322
W20260608 12:39:10.220180  2520 debug-util.cc:398] Leaking SignalData structure 0x7b080010d580 after lost signal to thread 2396
W20260608 12:39:10.221033  2520 debug-util.cc:398] Leaking SignalData structure 0x7b0800177c80 after lost signal to thread 2523
I20260608 12:39:11.683099  2174 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:11.686149  2174 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:11.686627  2174 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:13.687963  2174 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:13.690461  2174 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:13.690841  2174 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:15.700764  2174 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:15.704291  2174 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:15.714609  2174 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:39:16.720712  2393 debug-util.cc:398] Leaking SignalData structure 0x7b0800056b60 after lost signal to thread 434
W20260608 12:39:16.721952  2393 debug-util.cc:398] Leaking SignalData structure 0x7b0800051200 after lost signal to thread 2155
W20260608 12:39:16.723254  2393 debug-util.cc:398] Leaking SignalData structure 0x7b0800146680 after lost signal to thread 2247
W20260608 12:39:16.724498  2393 debug-util.cc:398] Leaking SignalData structure 0x7b08001bdc60 after lost signal to thread 2322
W20260608 12:39:16.725623  2393 debug-util.cc:398] Leaking SignalData structure 0x7b0800165b80 after lost signal to thread 2396
W20260608 12:39:16.726905  2393 debug-util.cc:398] Leaking SignalData structure 0x7b0800165ba0 after lost signal to thread 2523
I20260608 12:39:17.719810  2174 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:17.721881  2174 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:17.722241  2174 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:17.889256   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:39:17.922775   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:17.923924   431 tablet_replica.cc:333] T 1216a757efdc4110a7c901ba3be5bc38 P 95957143bb0648c5986930cdd44d1f45: stopping tablet replica
I20260608 12:39:17.924983   431 raft_consensus.cc:2243] T 1216a757efdc4110a7c901ba3be5bc38 P 95957143bb0648c5986930cdd44d1f45 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:17.925966   431 raft_consensus.cc:2272] T 1216a757efdc4110a7c901ba3be5bc38 P 95957143bb0648c5986930cdd44d1f45 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:17.929720   431 tablet_replica.cc:333] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45: stopping tablet replica
I20260608 12:39:17.930547   431 raft_consensus.cc:2243] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:17.932241   431 raft_consensus.cc:2272] T c4015e1997d04580b39aaf70fec3fb24 P 95957143bb0648c5986930cdd44d1f45 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:17.977244   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:39:17.993278   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:39:18.029053   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:18.029862   431 tablet_replica.cc:333] T 1216a757efdc4110a7c901ba3be5bc38 P e98cfe2a87f44232bd4772aeec779b1e: stopping tablet replica
I20260608 12:39:18.030591   431 raft_consensus.cc:2243] T 1216a757efdc4110a7c901ba3be5bc38 P e98cfe2a87f44232bd4772aeec779b1e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:18.031567   431 raft_consensus.cc:2272] T 1216a757efdc4110a7c901ba3be5bc38 P e98cfe2a87f44232bd4772aeec779b1e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:18.033864   431 tablet_replica.cc:333] T c4015e1997d04580b39aaf70fec3fb24 P e98cfe2a87f44232bd4772aeec779b1e: stopping tablet replica
I20260608 12:39:18.034420   431 raft_consensus.cc:2243] T c4015e1997d04580b39aaf70fec3fb24 P e98cfe2a87f44232bd4772aeec779b1e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:18.035641   431 raft_consensus.cc:2272] T c4015e1997d04580b39aaf70fec3fb24 P e98cfe2a87f44232bd4772aeec779b1e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:18.059343   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:39:18.078097   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:39:18.117688   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:18.118886   431 tablet_replica.cc:333] T 1216a757efdc4110a7c901ba3be5bc38 P 5d89859f71dc4b0992d84b29cb87de1a: stopping tablet replica
I20260608 12:39:18.119755   431 raft_consensus.cc:2243] T 1216a757efdc4110a7c901ba3be5bc38 P 5d89859f71dc4b0992d84b29cb87de1a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:18.120481   431 raft_consensus.cc:2272] T 1216a757efdc4110a7c901ba3be5bc38 P 5d89859f71dc4b0992d84b29cb87de1a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:18.944676  2573 raft_consensus.cc:493] T c4015e1997d04580b39aaf70fec3fb24 P b72a170a32344cada840b882c29e1432 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 95957143bb0648c5986930cdd44d1f45)
I20260608 12:39:18.945303  2573 raft_consensus.cc:515] T c4015e1997d04580b39aaf70fec3fb24 P b72a170a32344cada840b882c29e1432 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "95957143bb0648c5986930cdd44d1f45" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38439 } } peers { permanent_uuid: "e98cfe2a87f44232bd4772aeec779b1e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33013 } } peers { permanent_uuid: "b72a170a32344cada840b882c29e1432" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36935 } attrs { promote: false } }
I20260608 12:39:18.948563  2573 leader_election.cc:290] T c4015e1997d04580b39aaf70fec3fb24 P b72a170a32344cada840b882c29e1432 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 95957143bb0648c5986930cdd44d1f45 (127.0.107.193:38439), e98cfe2a87f44232bd4772aeec779b1e (127.0.107.194:33013)
W20260608 12:39:18.952260  2462 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38439: connect: Connection refused (error 111) [suppressed 6 similar messages]
W20260608 12:39:18.956598  2463 leader_election.cc:336] T c4015e1997d04580b39aaf70fec3fb24 P b72a170a32344cada840b882c29e1432 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer e98cfe2a87f44232bd4772aeec779b1e (127.0.107.194:33013): Network error: Client connection negotiation failed: client connection to 127.0.107.194:33013: connect: Connection refused (error 111)
W20260608 12:39:18.957386  2462 leader_election.cc:336] T c4015e1997d04580b39aaf70fec3fb24 P b72a170a32344cada840b882c29e1432 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 95957143bb0648c5986930cdd44d1f45 (127.0.107.193:38439): Network error: Client connection negotiation failed: client connection to 127.0.107.193:38439: connect: Connection refused (error 111)
I20260608 12:39:18.957774  2462 leader_election.cc:304] T c4015e1997d04580b39aaf70fec3fb24 P b72a170a32344cada840b882c29e1432 [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: b72a170a32344cada840b882c29e1432; no voters: 95957143bb0648c5986930cdd44d1f45, e98cfe2a87f44232bd4772aeec779b1e
I20260608 12:39:18.958606  2573 raft_consensus.cc:2749] T c4015e1997d04580b39aaf70fec3fb24 P b72a170a32344cada840b882c29e1432 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260608 12:39:19.144834   431 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 2393)
I20260608 12:39:19.597590   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:39:19.612084   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:39:19.635887   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:19.636616   431 tablet_replica.cc:333] T c4015e1997d04580b39aaf70fec3fb24 P b72a170a32344cada840b882c29e1432: stopping tablet replica
I20260608 12:39:19.637153   431 raft_consensus.cc:2243] T c4015e1997d04580b39aaf70fec3fb24 P b72a170a32344cada840b882c29e1432 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:19.637775   431 raft_consensus.cc:2272] T c4015e1997d04580b39aaf70fec3fb24 P b72a170a32344cada840b882c29e1432 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:19.674178   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:39:19.686409   431 master.cc:562] Master@127.0.107.254:43851 shutting down...
I20260608 12:39:19.705869   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 765be32ffd154fd5807694cda3743f2c [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:19.706530   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 765be32ffd154fd5807694cda3743f2c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:19.706893   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 765be32ffd154fd5807694cda3743f2c: stopping tablet replica
I20260608 12:39:19.727036   431 master.cc:584] Master@127.0.107.254:43851 shutdown complete.
[       OK ] AutoRebalancerTest.MovesScheduledIfAddTserver (28254 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfNoTservers
I20260608 12:39:19.768085   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:35039
I20260608 12:39:19.769325   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:19.776221  2577 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:19.776255  2578 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:19.776391  2580 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:19.778012   431 server_base.cc:1061] running on GCE node
I20260608 12:39:19.778990   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:19.779187   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.
I20260608 12:39:19.779320   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922359779306 us; error 0 us; skew 500 ppm
I20260608 12:39:19.779997   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:19.782509   431 webserver.cc:533] Webserver started at http://127.0.107.254:38633/ using document root <none> and password file <none>
I20260608 12:39:19.783022   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:19.783198   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:19.783522   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:19.784763   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780922302632525-431-0/minicluster-data/master-0-root/instance:
uuid: "c59287b7e9f047d991a33aa9cea5dcef"
format_stamp: "Formatted at 2026-06-08 12:39:19 on dist-test-slave-g6ln"
I20260608 12:39:19.789678   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:39:19.793534  2585 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:19.794306   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:39:19.794574   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780922302632525-431-0/minicluster-data/master-0-root
uuid: "c59287b7e9f047d991a33aa9cea5dcef"
format_stamp: "Formatted at 2026-06-08 12:39:19 on dist-test-slave-g6ln"
I20260608 12:39:19.794840   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780922302632525-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780922302632525-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780922302632525-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)
I20260608 12:39:19.806813   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:19.808183   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:19.849535   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:35039
I20260608 12:39:19.849681  2636 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:35039 every 8 connection(s)
I20260608 12:39:19.854450  2637 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:19.866351  2637 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c59287b7e9f047d991a33aa9cea5dcef: Bootstrap starting.
I20260608 12:39:19.871799  2637 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c59287b7e9f047d991a33aa9cea5dcef: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:19.876595  2637 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c59287b7e9f047d991a33aa9cea5dcef: No bootstrap required, opened a new log
I20260608 12:39:19.879146  2637 raft_consensus.cc:359] T 00000000000000000000000000000000 P c59287b7e9f047d991a33aa9cea5dcef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c59287b7e9f047d991a33aa9cea5dcef" member_type: VOTER }
I20260608 12:39:19.879588  2637 raft_consensus.cc:385] T 00000000000000000000000000000000 P c59287b7e9f047d991a33aa9cea5dcef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:19.879911  2637 raft_consensus.cc:740] T 00000000000000000000000000000000 P c59287b7e9f047d991a33aa9cea5dcef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c59287b7e9f047d991a33aa9cea5dcef, State: Initialized, Role: FOLLOWER
I20260608 12:39:19.880676  2637 consensus_queue.cc:260] T 00000000000000000000000000000000 P c59287b7e9f047d991a33aa9cea5dcef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "c59287b7e9f047d991a33aa9cea5dcef" member_type: VOTER }
I20260608 12:39:19.881191  2637 raft_consensus.cc:399] T 00000000000000000000000000000000 P c59287b7e9f047d991a33aa9cea5dcef [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:39:19.881430  2637 raft_consensus.cc:493] T 00000000000000000000000000000000 P c59287b7e9f047d991a33aa9cea5dcef [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:39:19.881783  2637 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c59287b7e9f047d991a33aa9cea5dcef [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:19.887511  2637 raft_consensus.cc:515] T 00000000000000000000000000000000 P c59287b7e9f047d991a33aa9cea5dcef [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c59287b7e9f047d991a33aa9cea5dcef" member_type: VOTER }
I20260608 12:39:19.888108  2637 leader_election.cc:304] T 00000000000000000000000000000000 P c59287b7e9f047d991a33aa9cea5dcef [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: c59287b7e9f047d991a33aa9cea5dcef; no voters: 
I20260608 12:39:19.889492  2637 leader_election.cc:290] T 00000000000000000000000000000000 P c59287b7e9f047d991a33aa9cea5dcef [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:39:19.889915  2640 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c59287b7e9f047d991a33aa9cea5dcef [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:19.891465  2640 raft_consensus.cc:697] T 00000000000000000000000000000000 P c59287b7e9f047d991a33aa9cea5dcef [term 1 LEADER]: Becoming Leader. State: Replica: c59287b7e9f047d991a33aa9cea5dcef, State: Running, Role: LEADER
I20260608 12:39:19.892246  2640 consensus_queue.cc:237] T 00000000000000000000000000000000 P c59287b7e9f047d991a33aa9cea5dcef [LEADER]: Queue going to LEADER mode. State: All 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: "c59287b7e9f047d991a33aa9cea5dcef" member_type: VOTER }
I20260608 12:39:19.893126  2637 sys_catalog.cc:565] T 00000000000000000000000000000000 P c59287b7e9f047d991a33aa9cea5dcef [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:39:19.897531  2642 sys_catalog.cc:455] T 00000000000000000000000000000000 P c59287b7e9f047d991a33aa9cea5dcef [sys.catalog]: SysCatalogTable state changed. Reason: New leader c59287b7e9f047d991a33aa9cea5dcef. Latest consensus state: current_term: 1 leader_uuid: "c59287b7e9f047d991a33aa9cea5dcef" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c59287b7e9f047d991a33aa9cea5dcef" member_type: VOTER } }
I20260608 12:39:19.897707  2641 sys_catalog.cc:455] T 00000000000000000000000000000000 P c59287b7e9f047d991a33aa9cea5dcef [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "c59287b7e9f047d991a33aa9cea5dcef" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c59287b7e9f047d991a33aa9cea5dcef" member_type: VOTER } }
I20260608 12:39:19.898339  2642 sys_catalog.cc:458] T 00000000000000000000000000000000 P c59287b7e9f047d991a33aa9cea5dcef [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:19.898538  2641 sys_catalog.cc:458] T 00000000000000000000000000000000 P c59287b7e9f047d991a33aa9cea5dcef [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:19.902570  2646 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:39:19.912243  2646 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:39:19.913339   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:39:19.922410  2646 catalog_manager.cc:1382] Generated new cluster ID: 5ee1b10bf4c24a6993dc7ae7de991f8b
I20260608 12:39:19.922714  2646 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:39:19.940871  2646 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:39:19.942212  2646 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:39:19.955899  2646 catalog_manager.cc:6069] T 00000000000000000000000000000000 P c59287b7e9f047d991a33aa9cea5dcef: Generated new TSK 0
I20260608 12:39:19.956569  2646 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:39:19.978667   431 internal_mini_cluster.cc:371] 0 TS(s) registered with all masters after 0.000189589s
W20260608 12:39:30.793856  2633 debug-util.cc:398] Leaking SignalData structure 0x7b08000b5c00 after lost signal to thread 434
W20260608 12:39:30.794955  2633 debug-util.cc:398] Leaking SignalData structure 0x7b08000b5500 after lost signal to thread 2636
I20260608 12:39:32.104780   431 master.cc:562] Master@127.0.107.254:35039 shutting down...
I20260608 12:39:32.137204   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P c59287b7e9f047d991a33aa9cea5dcef [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:32.138196   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P c59287b7e9f047d991a33aa9cea5dcef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:32.138625   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P c59287b7e9f047d991a33aa9cea5dcef: stopping tablet replica
I20260608 12:39:32.828156   431 master.cc:584] Master@127.0.107.254:35039 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfNoTservers (13091 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfNoTablets
I20260608 12:39:32.858948   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:34537
I20260608 12:39:32.860205   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:32.865881  2660 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:32.866320  2661 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:32.867288  2663 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:32.868826   431 server_base.cc:1061] running on GCE node
I20260608 12:39:32.870836   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:32.871052   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.
I20260608 12:39:32.871177   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922372871166 us; error 0 us; skew 500 ppm
I20260608 12:39:32.871754   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:32.874231   431 webserver.cc:533] Webserver started at http://127.0.107.254:46825/ using document root <none> and password file <none>
I20260608 12:39:32.874707   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:32.874867   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:32.875092   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:32.876335   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922302632525-431-0/minicluster-data/master-0-root/instance:
uuid: "63116e173fde4c108d6629ad226211d1"
format_stamp: "Formatted at 2026-06-08 12:39:32 on dist-test-slave-g6ln"
I20260608 12:39:32.880849   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:39:32.884436  2668 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:32.885272   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:39:32.885566   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922302632525-431-0/minicluster-data/master-0-root
uuid: "63116e173fde4c108d6629ad226211d1"
format_stamp: "Formatted at 2026-06-08 12:39:32 on dist-test-slave-g6ln"
I20260608 12:39:32.885855   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922302632525-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922302632525-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922302632525-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)
I20260608 12:39:32.897979   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:32.899251   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:32.940713   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:34537
I20260608 12:39:32.940825  2719 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:34537 every 8 connection(s)
I20260608 12:39:32.945366  2720 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:32.956421  2720 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 63116e173fde4c108d6629ad226211d1: Bootstrap starting.
I20260608 12:39:32.961619  2720 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 63116e173fde4c108d6629ad226211d1: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:32.965965  2720 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 63116e173fde4c108d6629ad226211d1: No bootstrap required, opened a new log
I20260608 12:39:32.968510  2720 raft_consensus.cc:359] T 00000000000000000000000000000000 P 63116e173fde4c108d6629ad226211d1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "63116e173fde4c108d6629ad226211d1" member_type: VOTER }
I20260608 12:39:32.968961  2720 raft_consensus.cc:385] T 00000000000000000000000000000000 P 63116e173fde4c108d6629ad226211d1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:32.969241  2720 raft_consensus.cc:740] T 00000000000000000000000000000000 P 63116e173fde4c108d6629ad226211d1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 63116e173fde4c108d6629ad226211d1, State: Initialized, Role: FOLLOWER
I20260608 12:39:32.969894  2720 consensus_queue.cc:260] T 00000000000000000000000000000000 P 63116e173fde4c108d6629ad226211d1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "63116e173fde4c108d6629ad226211d1" member_type: VOTER }
I20260608 12:39:32.970392  2720 raft_consensus.cc:399] T 00000000000000000000000000000000 P 63116e173fde4c108d6629ad226211d1 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:39:32.970628  2720 raft_consensus.cc:493] T 00000000000000000000000000000000 P 63116e173fde4c108d6629ad226211d1 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:39:32.970904  2720 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 63116e173fde4c108d6629ad226211d1 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:32.976101  2720 raft_consensus.cc:515] T 00000000000000000000000000000000 P 63116e173fde4c108d6629ad226211d1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "63116e173fde4c108d6629ad226211d1" member_type: VOTER }
I20260608 12:39:32.976693  2720 leader_election.cc:304] T 00000000000000000000000000000000 P 63116e173fde4c108d6629ad226211d1 [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: 63116e173fde4c108d6629ad226211d1; no voters: 
I20260608 12:39:32.977912  2720 leader_election.cc:290] T 00000000000000000000000000000000 P 63116e173fde4c108d6629ad226211d1 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:39:32.978492  2723 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 63116e173fde4c108d6629ad226211d1 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:32.979888  2723 raft_consensus.cc:697] T 00000000000000000000000000000000 P 63116e173fde4c108d6629ad226211d1 [term 1 LEADER]: Becoming Leader. State: Replica: 63116e173fde4c108d6629ad226211d1, State: Running, Role: LEADER
I20260608 12:39:32.980757  2723 consensus_queue.cc:237] T 00000000000000000000000000000000 P 63116e173fde4c108d6629ad226211d1 [LEADER]: Queue going to LEADER mode. State: All 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: "63116e173fde4c108d6629ad226211d1" member_type: VOTER }
I20260608 12:39:32.981446  2720 sys_catalog.cc:565] T 00000000000000000000000000000000 P 63116e173fde4c108d6629ad226211d1 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:39:32.985752  2724 sys_catalog.cc:455] T 00000000000000000000000000000000 P 63116e173fde4c108d6629ad226211d1 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "63116e173fde4c108d6629ad226211d1" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "63116e173fde4c108d6629ad226211d1" member_type: VOTER } }
I20260608 12:39:32.985999  2725 sys_catalog.cc:455] T 00000000000000000000000000000000 P 63116e173fde4c108d6629ad226211d1 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 63116e173fde4c108d6629ad226211d1. Latest consensus state: current_term: 1 leader_uuid: "63116e173fde4c108d6629ad226211d1" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "63116e173fde4c108d6629ad226211d1" member_type: VOTER } }
I20260608 12:39:32.986552  2724 sys_catalog.cc:458] T 00000000000000000000000000000000 P 63116e173fde4c108d6629ad226211d1 [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:32.987020  2725 sys_catalog.cc:458] T 00000000000000000000000000000000 P 63116e173fde4c108d6629ad226211d1 [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:32.991838  2730 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:39:33.000165  2730 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:39:33.001159   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:39:33.010133  2730 catalog_manager.cc:1382] Generated new cluster ID: d075542187164e979b1e8d6746f6b73f
I20260608 12:39:33.010382  2730 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:39:33.036490  2730 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:39:33.037984  2730 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:39:33.052116  2730 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 63116e173fde4c108d6629ad226211d1: Generated new TSK 0
I20260608 12:39:33.052754  2730 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:39:33.067895   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:33.074301  2741 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:33.075680  2742 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:33.077129  2744 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:33.077491   431 server_base.cc:1061] running on GCE node
I20260608 12:39:33.078303   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:33.078522   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.
I20260608 12:39:33.078672   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922373078660 us; error 0 us; skew 500 ppm
I20260608 12:39:33.079214   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:33.081508   431 webserver.cc:533] Webserver started at http://127.0.107.193:33981/ using document root <none> and password file <none>
I20260608 12:39:33.081955   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:33.082106   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:33.082329   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:33.083658   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922302632525-431-0/minicluster-data/ts-0-root/instance:
uuid: "c8e0d582fce642719b5a0a8bb347c4e1"
format_stamp: "Formatted at 2026-06-08 12:39:33 on dist-test-slave-g6ln"
I20260608 12:39:33.088268   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260608 12:39:33.091724  2749 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:33.092476   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:39:33.092785   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922302632525-431-0/minicluster-data/ts-0-root
uuid: "c8e0d582fce642719b5a0a8bb347c4e1"
format_stamp: "Formatted at 2026-06-08 12:39:33 on dist-test-slave-g6ln"
I20260608 12:39:33.093137   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922302632525-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922302632525-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922302632525-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)
I20260608 12:39:33.109261   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:33.110523   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:33.112088   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:33.114483   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:33.114717   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:33.114964   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:33.115144   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:33.161451   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:39677
I20260608 12:39:33.161603  2811 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:39677 every 8 connection(s)
I20260608 12:39:33.167035   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:33.194633  2818 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:33.196024  2817 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:33.199501   431 server_base.cc:1061] running on GCE node
W20260608 12:39:33.199746  2820 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:33.201246   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:33.201476   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.
I20260608 12:39:33.201723   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922373201702 us; error 0 us; skew 500 ppm
I20260608 12:39:33.202297  2812 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34537
I20260608 12:39:33.202690   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:33.202903  2812 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:33.204291  2812 heartbeater.cc:507] Master 127.0.107.254:34537 requested a full tablet report, sending...
I20260608 12:39:33.206494   431 webserver.cc:533] Webserver started at http://127.0.107.194:42359/ using document root <none> and password file <none>
I20260608 12:39:33.207176   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:33.207420   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:33.207831   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:33.207743  2685 ts_manager.cc:194] Registered new tserver with Master: c8e0d582fce642719b5a0a8bb347c4e1 (127.0.107.193:39677)
I20260608 12:39:33.209489   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922302632525-431-0/minicluster-data/ts-1-root/instance:
uuid: "9756e18569714ed2b74f698ecb31c19d"
format_stamp: "Formatted at 2026-06-08 12:39:33 on dist-test-slave-g6ln"
I20260608 12:39:33.210155  2685 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42942
I20260608 12:39:33.215577   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.005s
I20260608 12:39:33.219381  2825 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:33.220230   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:39:33.220536   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922302632525-431-0/minicluster-data/ts-1-root
uuid: "9756e18569714ed2b74f698ecb31c19d"
format_stamp: "Formatted at 2026-06-08 12:39:33 on dist-test-slave-g6ln"
I20260608 12:39:33.220822   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922302632525-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922302632525-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922302632525-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)
I20260608 12:39:33.247195   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:33.248725   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:33.250361   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:33.252902   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:33.253151   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:33.253417   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:33.253613   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:33.297188   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:35921
I20260608 12:39:33.297317  2887 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:35921 every 8 connection(s)
I20260608 12:39:33.303575   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:33.311558  2891 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:33.314208  2892 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:33.314774   431 server_base.cc:1061] running on GCE node
W20260608 12:39:33.315716  2894 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:33.316740   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:33.317035   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.
I20260608 12:39:33.317260   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922373317239 us; error 0 us; skew 500 ppm
I20260608 12:39:33.317636  2888 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34537
I20260608 12:39:33.318017   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:33.318042  2888 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:33.319121  2888 heartbeater.cc:507] Master 127.0.107.254:34537 requested a full tablet report, sending...
I20260608 12:39:33.320941   431 webserver.cc:533] Webserver started at http://127.0.107.195:36825/ using document root <none> and password file <none>
I20260608 12:39:33.321645   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:33.321722  2685 ts_manager.cc:194] Registered new tserver with Master: 9756e18569714ed2b74f698ecb31c19d (127.0.107.194:35921)
I20260608 12:39:33.321954   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:33.322403   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:33.323734  2685 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42950
I20260608 12:39:33.324100   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922302632525-431-0/minicluster-data/ts-2-root/instance:
uuid: "e6c9c84cadd54cc784fa02e1f347b498"
format_stamp: "Formatted at 2026-06-08 12:39:33 on dist-test-slave-g6ln"
I20260608 12:39:33.329010   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:39:33.332775  2899 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:33.333858   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:39:33.334218   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922302632525-431-0/minicluster-data/ts-2-root
uuid: "e6c9c84cadd54cc784fa02e1f347b498"
format_stamp: "Formatted at 2026-06-08 12:39:33 on dist-test-slave-g6ln"
I20260608 12:39:33.334528   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922302632525-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922302632525-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922302632525-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)
I20260608 12:39:33.367877   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:33.369189   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:33.370759   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:33.373137   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:33.373373   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:33.373621   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:33.373801   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:33.416580   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:40275
I20260608 12:39:33.416695  2961 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:40275 every 8 connection(s)
I20260608 12:39:33.431442  2962 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34537
I20260608 12:39:33.431849  2962 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:33.432701  2962 heartbeater.cc:507] Master 127.0.107.254:34537 requested a full tablet report, sending...
I20260608 12:39:33.434774  2685 ts_manager.cc:194] Registered new tserver with Master: e6c9c84cadd54cc784fa02e1f347b498 (127.0.107.195:40275)
I20260608 12:39:33.435900   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.0160951s
I20260608 12:39:33.436170  2685 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42964
I20260608 12:39:34.213459  2812 heartbeater.cc:499] Master 127.0.107.254:34537 was elected leader, sending a full tablet report...
I20260608 12:39:34.326584  2888 heartbeater.cc:499] Master 127.0.107.254:34537 was elected leader, sending a full tablet report...
I20260608 12:39:34.438762  2962 heartbeater.cc:499] Master 127.0.107.254:34537 was elected leader, sending a full tablet report...
I20260608 12:39:34.999061  2738 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:37.000070  2738 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:39.001124  2738 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:39:40.832315  2958 debug-util.cc:398] Leaking SignalData structure 0x7b080021e000 after lost signal to thread 434
W20260608 12:39:40.833336  2958 debug-util.cc:398] Leaking SignalData structure 0x7b080015ae80 after lost signal to thread 2719
W20260608 12:39:40.834293  2958 debug-util.cc:398] Leaking SignalData structure 0x7b08001b53e0 after lost signal to thread 2811
W20260608 12:39:40.835295  2958 debug-util.cc:398] Leaking SignalData structure 0x7b080008d660 after lost signal to thread 2887
W20260608 12:39:40.836200  2958 debug-util.cc:398] Leaking SignalData structure 0x7b0800105200 after lost signal to thread 2961
I20260608 12:39:41.002163  2738 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:43.003337  2738 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:45.004783  2738 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:45.699589   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:39:45.734958   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:45.754325   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:39:45.767555   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:39:45.795944   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:45.814394   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:39:45.826642   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:39:45.853955   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:45.887118   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:39:45.898941   431 master.cc:562] Master@127.0.107.254:34537 shutting down...
I20260608 12:39:45.922199   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 63116e173fde4c108d6629ad226211d1 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:45.923108   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 63116e173fde4c108d6629ad226211d1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:45.923534   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 63116e173fde4c108d6629ad226211d1: stopping tablet replica
I20260608 12:39:45.943326   431 master.cc:584] Master@127.0.107.254:34537 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfNoTablets (13120 ms)
[ RUN      ] AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange
I20260608 12:39:45.983276   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:38283
I20260608 12:39:45.984678   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:45.991947  2968 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:45.991968  2967 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:45.993296  2970 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:45.994041   431 server_base.cc:1061] running on GCE node
I20260608 12:39:45.994802   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:45.994984   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.
I20260608 12:39:45.995105   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922385995094 us; error 0 us; skew 500 ppm
I20260608 12:39:45.995724   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:45.998337   431 webserver.cc:533] Webserver started at http://127.0.107.254:44725/ using document root <none> and password file <none>
I20260608 12:39:45.998848   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:45.999033   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:45.999280   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:46.000562   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922302632525-431-0/minicluster-data/master-0-root/instance:
uuid: "3d16f90bc99b4404b4cc4469e6dd838d"
format_stamp: "Formatted at 2026-06-08 12:39:45 on dist-test-slave-g6ln"
I20260608 12:39:46.005671   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:39:46.009548  2975 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:46.010465   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:39:46.010753   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922302632525-431-0/minicluster-data/master-0-root
uuid: "3d16f90bc99b4404b4cc4469e6dd838d"
format_stamp: "Formatted at 2026-06-08 12:39:45 on dist-test-slave-g6ln"
I20260608 12:39:46.011013   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922302632525-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922302632525-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922302632525-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)
I20260608 12:39:46.029285   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:46.030510   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:46.072961   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:38283
I20260608 12:39:46.073165  3026 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:38283 every 8 connection(s)
I20260608 12:39:46.077759  3027 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.090384  3027 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3d16f90bc99b4404b4cc4469e6dd838d: Bootstrap starting.
I20260608 12:39:46.096118  3027 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3d16f90bc99b4404b4cc4469e6dd838d: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.101665  3027 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3d16f90bc99b4404b4cc4469e6dd838d: No bootstrap required, opened a new log
I20260608 12:39:46.104348  3027 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3d16f90bc99b4404b4cc4469e6dd838d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d16f90bc99b4404b4cc4469e6dd838d" member_type: VOTER }
I20260608 12:39:46.104809  3027 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3d16f90bc99b4404b4cc4469e6dd838d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.105006  3027 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3d16f90bc99b4404b4cc4469e6dd838d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d16f90bc99b4404b4cc4469e6dd838d, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.105595  3027 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3d16f90bc99b4404b4cc4469e6dd838d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "3d16f90bc99b4404b4cc4469e6dd838d" member_type: VOTER }
I20260608 12:39:46.106069  3027 raft_consensus.cc:399] T 00000000000000000000000000000000 P 3d16f90bc99b4404b4cc4469e6dd838d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:39:46.106276  3027 raft_consensus.cc:493] T 00000000000000000000000000000000 P 3d16f90bc99b4404b4cc4469e6dd838d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:39:46.106499  3027 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3d16f90bc99b4404b4cc4469e6dd838d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:46.111737  3027 raft_consensus.cc:515] T 00000000000000000000000000000000 P 3d16f90bc99b4404b4cc4469e6dd838d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d16f90bc99b4404b4cc4469e6dd838d" member_type: VOTER }
I20260608 12:39:46.112319  3027 leader_election.cc:304] T 00000000000000000000000000000000 P 3d16f90bc99b4404b4cc4469e6dd838d [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: 3d16f90bc99b4404b4cc4469e6dd838d; no voters: 
I20260608 12:39:46.113889  3027 leader_election.cc:290] T 00000000000000000000000000000000 P 3d16f90bc99b4404b4cc4469e6dd838d [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:39:46.114530  3030 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 3d16f90bc99b4404b4cc4469e6dd838d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:46.116170  3030 raft_consensus.cc:697] T 00000000000000000000000000000000 P 3d16f90bc99b4404b4cc4469e6dd838d [term 1 LEADER]: Becoming Leader. State: Replica: 3d16f90bc99b4404b4cc4469e6dd838d, State: Running, Role: LEADER
I20260608 12:39:46.117004  3030 consensus_queue.cc:237] T 00000000000000000000000000000000 P 3d16f90bc99b4404b4cc4469e6dd838d [LEADER]: Queue going to LEADER mode. State: All 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: "3d16f90bc99b4404b4cc4469e6dd838d" member_type: VOTER }
I20260608 12:39:46.117462  3027 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3d16f90bc99b4404b4cc4469e6dd838d [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:39:46.122252  3031 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3d16f90bc99b4404b4cc4469e6dd838d [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "3d16f90bc99b4404b4cc4469e6dd838d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d16f90bc99b4404b4cc4469e6dd838d" member_type: VOTER } }
I20260608 12:39:46.122989  3031 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3d16f90bc99b4404b4cc4469e6dd838d [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:46.122859  3032 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3d16f90bc99b4404b4cc4469e6dd838d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3d16f90bc99b4404b4cc4469e6dd838d. Latest consensus state: current_term: 1 leader_uuid: "3d16f90bc99b4404b4cc4469e6dd838d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d16f90bc99b4404b4cc4469e6dd838d" member_type: VOTER } }
I20260608 12:39:46.124053  3032 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3d16f90bc99b4404b4cc4469e6dd838d [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:46.127800  3037 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:39:46.133587  3037 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:39:46.136808   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:39:46.144358  3037 catalog_manager.cc:1382] Generated new cluster ID: f1028987b0cb42c79e9f20786a8a3e48
I20260608 12:39:46.144680  3037 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:39:46.167220  3037 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:39:46.168736  3037 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:39:46.188818  3037 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 3d16f90bc99b4404b4cc4469e6dd838d: Generated new TSK 0
I20260608 12:39:46.189512  3037 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:39:46.203460   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:46.209645  3048 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:46.210881  3049 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:46.215765   431 server_base.cc:1061] running on GCE node
W20260608 12:39:46.217232  3051 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:46.218123   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:46.218375   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.
I20260608 12:39:46.218566   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922386218529 us; error 0 us; skew 500 ppm
I20260608 12:39:46.219347   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:46.221674   431 webserver.cc:533] Webserver started at http://127.0.107.193:38767/ using document root <none> and password file <none>
I20260608 12:39:46.222206   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:46.222484   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:46.222715   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:46.224020   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922302632525-431-0/minicluster-data/ts-0-root/instance:
uuid: "c6543e77086c421abb9490705c46cf0e"
format_stamp: "Formatted at 2026-06-08 12:39:46 on dist-test-slave-g6ln"
I20260608 12:39:46.228754   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260608 12:39:46.232831  3056 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:46.233752   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.001s
I20260608 12:39:46.234093   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922302632525-431-0/minicluster-data/ts-0-root
uuid: "c6543e77086c421abb9490705c46cf0e"
format_stamp: "Formatted at 2026-06-08 12:39:46 on dist-test-slave-g6ln"
I20260608 12:39:46.234377   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922302632525-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922302632525-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922302632525-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)
I20260608 12:39:46.258925   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:46.260421   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:46.262101   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:46.264671   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:46.264936   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:46.265208   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:46.265408   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:46.310128   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:37891
I20260608 12:39:46.310254  3118 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:37891 every 8 connection(s)
I20260608 12:39:46.316335   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:46.324054  3123 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:46.326817  3124 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:46.328362  3126 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:46.329068   431 server_base.cc:1061] running on GCE node
I20260608 12:39:46.329902   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:46.330276   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.
I20260608 12:39:46.330570   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922386330550 us; error 0 us; skew 500 ppm
I20260608 12:39:46.331307   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:46.334722  3119 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38283
I20260608 12:39:46.334740   431 webserver.cc:533] Webserver started at http://127.0.107.194:41767/ using document root <none> and password file <none>
I20260608 12:39:46.335270  3119 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:46.335623   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:46.335902   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:46.336215   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:46.336290  3119 heartbeater.cc:507] Master 127.0.107.254:38283 requested a full tablet report, sending...
I20260608 12:39:46.337844   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922302632525-431-0/minicluster-data/ts-1-root/instance:
uuid: "cf4400588c494ccb9ef353527f452783"
format_stamp: "Formatted at 2026-06-08 12:39:46 on dist-test-slave-g6ln"
I20260608 12:39:46.339073  2992 ts_manager.cc:194] Registered new tserver with Master: c6543e77086c421abb9490705c46cf0e (127.0.107.193:37891)
I20260608 12:39:46.342062  2992 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54470
I20260608 12:39:46.344975   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.009s	sys 0.000s
I20260608 12:39:46.348902  3131 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:46.349799   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260608 12:39:46.350155   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922302632525-431-0/minicluster-data/ts-1-root
uuid: "cf4400588c494ccb9ef353527f452783"
format_stamp: "Formatted at 2026-06-08 12:39:46 on dist-test-slave-g6ln"
I20260608 12:39:46.350464   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922302632525-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922302632525-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922302632525-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)
I20260608 12:39:46.374246   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:46.375607   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:46.377215   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:46.379895   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:46.380147   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:46.380417   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:46.380626   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:46.424804   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:45155
I20260608 12:39:46.424965  3193 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:45155 every 8 connection(s)
I20260608 12:39:46.430312   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:46.439024  3197 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:46.440807  3198 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:46.443080   431 server_base.cc:1061] running on GCE node
W20260608 12:39:46.443647  3201 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:46.444296  3194 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38283
I20260608 12:39:46.444741  3194 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:46.444831   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:46.445340   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.
I20260608 12:39:46.445591   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922386445570 us; error 0 us; skew 500 ppm
I20260608 12:39:46.445932  3194 heartbeater.cc:507] Master 127.0.107.254:38283 requested a full tablet report, sending...
I20260608 12:39:46.446547   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:46.448634  2992 ts_manager.cc:194] Registered new tserver with Master: cf4400588c494ccb9ef353527f452783 (127.0.107.194:45155)
I20260608 12:39:46.449730   431 webserver.cc:533] Webserver started at http://127.0.107.195:45255/ using document root <none> and password file <none>
I20260608 12:39:46.450464   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:46.450733   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:46.450587  2992 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54482
I20260608 12:39:46.451129   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:46.452791   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922302632525-431-0/minicluster-data/ts-2-root/instance:
uuid: "5654540ec3cc45f3b17e63aba8f4321f"
format_stamp: "Formatted at 2026-06-08 12:39:46 on dist-test-slave-g6ln"
I20260608 12:39:46.457823   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:39:46.461591  3205 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:46.462484   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:39:46.462832   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922302632525-431-0/minicluster-data/ts-2-root
uuid: "5654540ec3cc45f3b17e63aba8f4321f"
format_stamp: "Formatted at 2026-06-08 12:39:46 on dist-test-slave-g6ln"
I20260608 12:39:46.463131   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922302632525-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922302632525-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922302632525-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)
I20260608 12:39:46.482424   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:46.483676   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:46.485495   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:46.487936   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:46.488142   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:46.488402   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:46.488579   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:46.530439   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:44271
I20260608 12:39:46.530553  3267 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:44271 every 8 connection(s)
I20260608 12:39:46.546228  3268 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38283
I20260608 12:39:46.546644  3268 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:46.547525  3268 heartbeater.cc:507] Master 127.0.107.254:38283 requested a full tablet report, sending...
I20260608 12:39:46.549691  2992 ts_manager.cc:194] Registered new tserver with Master: 5654540ec3cc45f3b17e63aba8f4321f (127.0.107.195:44271)
I20260608 12:39:46.550091   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016176432s
I20260608 12:39:46.551216  2992 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54488
I20260608 12:39:47.398586  3119 heartbeater.cc:499] Master 127.0.107.254:38283 was elected leader, sending a full tablet report...
I20260608 12:39:47.453972  3194 heartbeater.cc:499] Master 127.0.107.254:38283 was elected leader, sending a full tablet report...
I20260608 12:39:47.554177  3268 heartbeater.cc:499] Master 127.0.107.254:38283 was elected leader, sending a full tablet report...
I20260608 12:39:47.644834  2992 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:55150:
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"
    }
  }
}
W20260608 12:39:47.647516  2992 catalog_manager.cc:7076] 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.
I20260608 12:39:47.714903  3233 tablet_service.cc:1511] Processing CreateTablet for tablet 87ed224029134a0ba9023f2433f36712 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=9e53406645bc4a8baf2e007e35397996]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:47.715173  3232 tablet_service.cc:1511] Processing CreateTablet for tablet 68ea3e0cc8f34b288c48f0ea51fd9d57 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=9e53406645bc4a8baf2e007e35397996]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:47.715546  3084 tablet_service.cc:1511] Processing CreateTablet for tablet 87ed224029134a0ba9023f2433f36712 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=9e53406645bc4a8baf2e007e35397996]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:47.715798  3083 tablet_service.cc:1511] Processing CreateTablet for tablet 68ea3e0cc8f34b288c48f0ea51fd9d57 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=9e53406645bc4a8baf2e007e35397996]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:47.716698  3233 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 87ed224029134a0ba9023f2433f36712. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:47.716975  3084 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 87ed224029134a0ba9023f2433f36712. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:47.718271  3083 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 68ea3e0cc8f34b288c48f0ea51fd9d57. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:47.717818  3231 tablet_service.cc:1511] Processing CreateTablet for tablet 28a3157c18104a3d84e72ab111b7579e (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=9e53406645bc4a8baf2e007e35397996]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:47.719913  3157 tablet_service.cc:1511] Processing CreateTablet for tablet 28a3157c18104a3d84e72ab111b7579e (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=9e53406645bc4a8baf2e007e35397996]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:47.720511  3159 tablet_service.cc:1511] Processing CreateTablet for tablet 87ed224029134a0ba9023f2433f36712 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=9e53406645bc4a8baf2e007e35397996]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:47.721448  3157 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 28a3157c18104a3d84e72ab111b7579e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:47.722880  3082 tablet_service.cc:1511] Processing CreateTablet for tablet 28a3157c18104a3d84e72ab111b7579e (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=9e53406645bc4a8baf2e007e35397996]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:47.724340  3082 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 28a3157c18104a3d84e72ab111b7579e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:47.724493  3158 tablet_service.cc:1511] Processing CreateTablet for tablet 68ea3e0cc8f34b288c48f0ea51fd9d57 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=9e53406645bc4a8baf2e007e35397996]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:47.726233  3158 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 68ea3e0cc8f34b288c48f0ea51fd9d57. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:47.728291  3231 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 28a3157c18104a3d84e72ab111b7579e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:47.732141  3232 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 68ea3e0cc8f34b288c48f0ea51fd9d57. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:47.734313  3159 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 87ed224029134a0ba9023f2433f36712. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:47.762993  3081 tablet_service.cc:1511] Processing CreateTablet for tablet 3debaf17eb4044ecafdc3413b097dc58 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=9e53406645bc4a8baf2e007e35397996]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:47.764732  3081 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3debaf17eb4044ecafdc3413b097dc58. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:47.773427  3156 tablet_service.cc:1511] Processing CreateTablet for tablet 3debaf17eb4044ecafdc3413b097dc58 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=9e53406645bc4a8baf2e007e35397996]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:47.775113  3156 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3debaf17eb4044ecafdc3413b097dc58. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:47.776271  3232 tablet_service.cc:1511] Processing CreateTablet for tablet 3debaf17eb4044ecafdc3413b097dc58 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=9e53406645bc4a8baf2e007e35397996]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:47.777794  3232 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3debaf17eb4044ecafdc3413b097dc58. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:47.787781  3289 tablet_bootstrap.cc:492] T 87ed224029134a0ba9023f2433f36712 P cf4400588c494ccb9ef353527f452783: Bootstrap starting.
I20260608 12:39:47.792608  3288 tablet_bootstrap.cc:492] T 87ed224029134a0ba9023f2433f36712 P c6543e77086c421abb9490705c46cf0e: Bootstrap starting.
I20260608 12:39:47.796505  3289 tablet_bootstrap.cc:654] T 87ed224029134a0ba9023f2433f36712 P cf4400588c494ccb9ef353527f452783: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:47.807134  3290 tablet_bootstrap.cc:492] T 87ed224029134a0ba9023f2433f36712 P 5654540ec3cc45f3b17e63aba8f4321f: Bootstrap starting.
I20260608 12:39:47.812513  3290 tablet_bootstrap.cc:654] T 87ed224029134a0ba9023f2433f36712 P 5654540ec3cc45f3b17e63aba8f4321f: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:47.812772  3288 tablet_bootstrap.cc:654] T 87ed224029134a0ba9023f2433f36712 P c6543e77086c421abb9490705c46cf0e: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:47.818918  3288 tablet_bootstrap.cc:492] T 87ed224029134a0ba9023f2433f36712 P c6543e77086c421abb9490705c46cf0e: No bootstrap required, opened a new log
I20260608 12:39:47.819480  3289 tablet_bootstrap.cc:492] T 87ed224029134a0ba9023f2433f36712 P cf4400588c494ccb9ef353527f452783: No bootstrap required, opened a new log
I20260608 12:39:47.819533  3288 ts_tablet_manager.cc:1403] T 87ed224029134a0ba9023f2433f36712 P c6543e77086c421abb9490705c46cf0e: Time spent bootstrapping tablet: real 0.027s	user 0.002s	sys 0.011s
I20260608 12:39:47.819964  3290 tablet_bootstrap.cc:492] T 87ed224029134a0ba9023f2433f36712 P 5654540ec3cc45f3b17e63aba8f4321f: No bootstrap required, opened a new log
I20260608 12:39:47.820111  3289 ts_tablet_manager.cc:1403] T 87ed224029134a0ba9023f2433f36712 P cf4400588c494ccb9ef353527f452783: Time spent bootstrapping tablet: real 0.033s	user 0.011s	sys 0.004s
I20260608 12:39:47.820603  3290 ts_tablet_manager.cc:1403] T 87ed224029134a0ba9023f2433f36712 P 5654540ec3cc45f3b17e63aba8f4321f: Time spent bootstrapping tablet: real 0.014s	user 0.004s	sys 0.008s
I20260608 12:39:47.823009  3288 raft_consensus.cc:359] T 87ed224029134a0ba9023f2433f36712 P c6543e77086c421abb9490705c46cf0e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } } peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } }
I20260608 12:39:47.823863  3288 raft_consensus.cc:385] T 87ed224029134a0ba9023f2433f36712 P c6543e77086c421abb9490705c46cf0e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:47.823635  3290 raft_consensus.cc:359] T 87ed224029134a0ba9023f2433f36712 P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } } peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } }
I20260608 12:39:47.824267  3288 raft_consensus.cc:740] T 87ed224029134a0ba9023f2433f36712 P c6543e77086c421abb9490705c46cf0e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c6543e77086c421abb9490705c46cf0e, State: Initialized, Role: FOLLOWER
I20260608 12:39:47.824417  3290 raft_consensus.cc:385] T 87ed224029134a0ba9023f2433f36712 P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:47.824779  3290 raft_consensus.cc:740] T 87ed224029134a0ba9023f2433f36712 P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5654540ec3cc45f3b17e63aba8f4321f, State: Initialized, Role: FOLLOWER
I20260608 12:39:47.825107  3289 raft_consensus.cc:359] T 87ed224029134a0ba9023f2433f36712 P cf4400588c494ccb9ef353527f452783 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } } peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } }
I20260608 12:39:47.825165  3288 consensus_queue.cc:260] T 87ed224029134a0ba9023f2433f36712 P c6543e77086c421abb9490705c46cf0e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } } peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } }
I20260608 12:39:47.825560  3290 consensus_queue.cc:260] T 87ed224029134a0ba9023f2433f36712 P 5654540ec3cc45f3b17e63aba8f4321f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } } peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } }
I20260608 12:39:47.825969  3289 raft_consensus.cc:385] T 87ed224029134a0ba9023f2433f36712 P cf4400588c494ccb9ef353527f452783 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:47.826376  3289 raft_consensus.cc:740] T 87ed224029134a0ba9023f2433f36712 P cf4400588c494ccb9ef353527f452783 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf4400588c494ccb9ef353527f452783, State: Initialized, Role: FOLLOWER
I20260608 12:39:47.828505  3290 ts_tablet_manager.cc:1434] T 87ed224029134a0ba9023f2433f36712 P 5654540ec3cc45f3b17e63aba8f4321f: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.001s
I20260608 12:39:47.827699  3289 consensus_queue.cc:260] T 87ed224029134a0ba9023f2433f36712 P cf4400588c494ccb9ef353527f452783 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } } peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } }
I20260608 12:39:47.829859  3290 tablet_bootstrap.cc:492] T 28a3157c18104a3d84e72ab111b7579e P 5654540ec3cc45f3b17e63aba8f4321f: Bootstrap starting.
I20260608 12:39:47.837487  3288 ts_tablet_manager.cc:1434] T 87ed224029134a0ba9023f2433f36712 P c6543e77086c421abb9490705c46cf0e: Time spent starting tablet: real 0.017s	user 0.004s	sys 0.012s
I20260608 12:39:47.838801  3288 tablet_bootstrap.cc:492] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P c6543e77086c421abb9490705c46cf0e: Bootstrap starting.
I20260608 12:39:47.839720  3290 tablet_bootstrap.cc:654] T 28a3157c18104a3d84e72ab111b7579e P 5654540ec3cc45f3b17e63aba8f4321f: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:47.845808  3288 tablet_bootstrap.cc:654] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P c6543e77086c421abb9490705c46cf0e: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:47.853158  3290 tablet_bootstrap.cc:492] T 28a3157c18104a3d84e72ab111b7579e P 5654540ec3cc45f3b17e63aba8f4321f: No bootstrap required, opened a new log
I20260608 12:39:47.853942  3290 ts_tablet_manager.cc:1403] T 28a3157c18104a3d84e72ab111b7579e P 5654540ec3cc45f3b17e63aba8f4321f: Time spent bootstrapping tablet: real 0.024s	user 0.009s	sys 0.013s
I20260608 12:39:47.856005  3288 tablet_bootstrap.cc:492] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P c6543e77086c421abb9490705c46cf0e: No bootstrap required, opened a new log
I20260608 12:39:47.856572  3288 ts_tablet_manager.cc:1403] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P c6543e77086c421abb9490705c46cf0e: Time spent bootstrapping tablet: real 0.018s	user 0.013s	sys 0.002s
I20260608 12:39:47.858119  3290 raft_consensus.cc:359] T 28a3157c18104a3d84e72ab111b7579e P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } }
I20260608 12:39:47.859181  3290 raft_consensus.cc:385] T 28a3157c18104a3d84e72ab111b7579e P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:47.859639  3290 raft_consensus.cc:740] T 28a3157c18104a3d84e72ab111b7579e P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5654540ec3cc45f3b17e63aba8f4321f, State: Initialized, Role: FOLLOWER
I20260608 12:39:47.859853  3288 raft_consensus.cc:359] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P c6543e77086c421abb9490705c46cf0e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } }
I20260608 12:39:47.860863  3288 raft_consensus.cc:385] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P c6543e77086c421abb9490705c46cf0e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:47.861545  3288 raft_consensus.cc:740] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P c6543e77086c421abb9490705c46cf0e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c6543e77086c421abb9490705c46cf0e, State: Initialized, Role: FOLLOWER
I20260608 12:39:47.860805  3290 consensus_queue.cc:260] T 28a3157c18104a3d84e72ab111b7579e P 5654540ec3cc45f3b17e63aba8f4321f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } }
I20260608 12:39:47.862519  3288 consensus_queue.cc:260] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P c6543e77086c421abb9490705c46cf0e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } }
I20260608 12:39:47.864645  3290 ts_tablet_manager.cc:1434] T 28a3157c18104a3d84e72ab111b7579e P 5654540ec3cc45f3b17e63aba8f4321f: Time spent starting tablet: real 0.010s	user 0.009s	sys 0.000s
I20260608 12:39:47.865299  3288 ts_tablet_manager.cc:1434] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P c6543e77086c421abb9490705c46cf0e: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:39:47.866075  3290 tablet_bootstrap.cc:492] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P 5654540ec3cc45f3b17e63aba8f4321f: Bootstrap starting.
I20260608 12:39:47.866343  3288 tablet_bootstrap.cc:492] T 28a3157c18104a3d84e72ab111b7579e P c6543e77086c421abb9490705c46cf0e: Bootstrap starting.
I20260608 12:39:47.873943  3288 tablet_bootstrap.cc:654] T 28a3157c18104a3d84e72ab111b7579e P c6543e77086c421abb9490705c46cf0e: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:47.875793  3290 tablet_bootstrap.cc:654] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P 5654540ec3cc45f3b17e63aba8f4321f: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:47.889489  3290 tablet_bootstrap.cc:492] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P 5654540ec3cc45f3b17e63aba8f4321f: No bootstrap required, opened a new log
I20260608 12:39:47.890296  3290 ts_tablet_manager.cc:1403] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P 5654540ec3cc45f3b17e63aba8f4321f: Time spent bootstrapping tablet: real 0.025s	user 0.011s	sys 0.011s
I20260608 12:39:47.892921  3289 ts_tablet_manager.cc:1434] T 87ed224029134a0ba9023f2433f36712 P cf4400588c494ccb9ef353527f452783: Time spent starting tablet: real 0.072s	user 0.019s	sys 0.048s
I20260608 12:39:47.894045  3289 tablet_bootstrap.cc:492] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P cf4400588c494ccb9ef353527f452783: Bootstrap starting.
I20260608 12:39:47.893817  3290 raft_consensus.cc:359] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } }
I20260608 12:39:47.894701  3290 raft_consensus.cc:385] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:47.895051  3290 raft_consensus.cc:740] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5654540ec3cc45f3b17e63aba8f4321f, State: Initialized, Role: FOLLOWER
I20260608 12:39:47.896013  3290 consensus_queue.cc:260] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P 5654540ec3cc45f3b17e63aba8f4321f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } }
I20260608 12:39:47.898660  3290 ts_tablet_manager.cc:1434] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P 5654540ec3cc45f3b17e63aba8f4321f: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:39:47.899853  3290 tablet_bootstrap.cc:492] T 3debaf17eb4044ecafdc3413b097dc58 P 5654540ec3cc45f3b17e63aba8f4321f: Bootstrap starting.
I20260608 12:39:47.901659  3289 tablet_bootstrap.cc:654] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P cf4400588c494ccb9ef353527f452783: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:47.907447  3290 tablet_bootstrap.cc:654] T 3debaf17eb4044ecafdc3413b097dc58 P 5654540ec3cc45f3b17e63aba8f4321f: Neither blocks nor log segments found. Creating new log.
W20260608 12:39:47.909629  3269 tablet.cc:2404] T 28a3157c18104a3d84e72ab111b7579e P 5654540ec3cc45f3b17e63aba8f4321f: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:39:47.914048  3289 tablet_bootstrap.cc:492] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P cf4400588c494ccb9ef353527f452783: No bootstrap required, opened a new log
I20260608 12:39:47.914942  3289 ts_tablet_manager.cc:1403] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P cf4400588c494ccb9ef353527f452783: Time spent bootstrapping tablet: real 0.021s	user 0.017s	sys 0.002s
I20260608 12:39:47.916963  3295 raft_consensus.cc:493] T 87ed224029134a0ba9023f2433f36712 P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:47.917657  3295 raft_consensus.cc:515] T 87ed224029134a0ba9023f2433f36712 P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } } peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } }
I20260608 12:39:47.920436  3289 raft_consensus.cc:359] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P cf4400588c494ccb9ef353527f452783 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } }
I20260608 12:39:47.921602  3289 raft_consensus.cc:385] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P cf4400588c494ccb9ef353527f452783 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:47.922076  3289 raft_consensus.cc:740] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P cf4400588c494ccb9ef353527f452783 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf4400588c494ccb9ef353527f452783, State: Initialized, Role: FOLLOWER
I20260608 12:39:47.923381  3289 consensus_queue.cc:260] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P cf4400588c494ccb9ef353527f452783 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } }
I20260608 12:39:47.928799  3290 tablet_bootstrap.cc:492] T 3debaf17eb4044ecafdc3413b097dc58 P 5654540ec3cc45f3b17e63aba8f4321f: No bootstrap required, opened a new log
I20260608 12:39:47.929620  3290 ts_tablet_manager.cc:1403] T 3debaf17eb4044ecafdc3413b097dc58 P 5654540ec3cc45f3b17e63aba8f4321f: Time spent bootstrapping tablet: real 0.030s	user 0.018s	sys 0.008s
I20260608 12:39:47.931759  3289 ts_tablet_manager.cc:1434] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P cf4400588c494ccb9ef353527f452783: Time spent starting tablet: real 0.016s	user 0.011s	sys 0.002s
I20260608 12:39:47.932858  3289 tablet_bootstrap.cc:492] T 28a3157c18104a3d84e72ab111b7579e P cf4400588c494ccb9ef353527f452783: Bootstrap starting.
I20260608 12:39:47.933043  3290 raft_consensus.cc:359] T 3debaf17eb4044ecafdc3413b097dc58 P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } }
I20260608 12:39:47.933470  3295 leader_election.cc:290] T 87ed224029134a0ba9023f2433f36712 P 5654540ec3cc45f3b17e63aba8f4321f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c6543e77086c421abb9490705c46cf0e (127.0.107.193:37891), cf4400588c494ccb9ef353527f452783 (127.0.107.194:45155)
I20260608 12:39:47.933838  3290 raft_consensus.cc:385] T 3debaf17eb4044ecafdc3413b097dc58 P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:47.935520  3290 raft_consensus.cc:740] T 3debaf17eb4044ecafdc3413b097dc58 P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5654540ec3cc45f3b17e63aba8f4321f, State: Initialized, Role: FOLLOWER
I20260608 12:39:47.936685  3290 consensus_queue.cc:260] T 3debaf17eb4044ecafdc3413b097dc58 P 5654540ec3cc45f3b17e63aba8f4321f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } }
I20260608 12:39:47.939452  3290 ts_tablet_manager.cc:1434] T 3debaf17eb4044ecafdc3413b097dc58 P 5654540ec3cc45f3b17e63aba8f4321f: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260608 12:39:47.939949  3289 tablet_bootstrap.cc:654] T 28a3157c18104a3d84e72ab111b7579e P cf4400588c494ccb9ef353527f452783: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:47.940753  3304 raft_consensus.cc:493] T 87ed224029134a0ba9023f2433f36712 P cf4400588c494ccb9ef353527f452783 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:47.941385  3304 raft_consensus.cc:515] T 87ed224029134a0ba9023f2433f36712 P cf4400588c494ccb9ef353527f452783 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } } peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } }
I20260608 12:39:47.943866  3304 leader_election.cc:290] T 87ed224029134a0ba9023f2433f36712 P cf4400588c494ccb9ef353527f452783 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5654540ec3cc45f3b17e63aba8f4321f (127.0.107.195:44271), c6543e77086c421abb9490705c46cf0e (127.0.107.193:37891)
I20260608 12:39:47.957880  3289 tablet_bootstrap.cc:492] T 28a3157c18104a3d84e72ab111b7579e P cf4400588c494ccb9ef353527f452783: No bootstrap required, opened a new log
I20260608 12:39:47.958746  3289 ts_tablet_manager.cc:1403] T 28a3157c18104a3d84e72ab111b7579e P cf4400588c494ccb9ef353527f452783: Time spent bootstrapping tablet: real 0.026s	user 0.015s	sys 0.005s
I20260608 12:39:47.962924  3289 raft_consensus.cc:359] T 28a3157c18104a3d84e72ab111b7579e P cf4400588c494ccb9ef353527f452783 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } }
I20260608 12:39:47.964165  3289 raft_consensus.cc:385] T 28a3157c18104a3d84e72ab111b7579e P cf4400588c494ccb9ef353527f452783 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:47.964799  3289 raft_consensus.cc:740] T 28a3157c18104a3d84e72ab111b7579e P cf4400588c494ccb9ef353527f452783 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf4400588c494ccb9ef353527f452783, State: Initialized, Role: FOLLOWER
I20260608 12:39:47.965981  3289 consensus_queue.cc:260] T 28a3157c18104a3d84e72ab111b7579e P cf4400588c494ccb9ef353527f452783 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } }
I20260608 12:39:47.969424  3289 ts_tablet_manager.cc:1434] T 28a3157c18104a3d84e72ab111b7579e P cf4400588c494ccb9ef353527f452783: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260608 12:39:47.971499  3289 tablet_bootstrap.cc:492] T 3debaf17eb4044ecafdc3413b097dc58 P cf4400588c494ccb9ef353527f452783: Bootstrap starting.
I20260608 12:39:47.976586  3288 tablet_bootstrap.cc:492] T 28a3157c18104a3d84e72ab111b7579e P c6543e77086c421abb9490705c46cf0e: No bootstrap required, opened a new log
I20260608 12:39:47.977224  3288 ts_tablet_manager.cc:1403] T 28a3157c18104a3d84e72ab111b7579e P c6543e77086c421abb9490705c46cf0e: Time spent bootstrapping tablet: real 0.111s	user 0.032s	sys 0.076s
I20260608 12:39:47.983929  3295 raft_consensus.cc:493] T 28a3157c18104a3d84e72ab111b7579e P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:47.984105  3288 raft_consensus.cc:359] T 28a3157c18104a3d84e72ab111b7579e P c6543e77086c421abb9490705c46cf0e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } }
I20260608 12:39:47.984556  3295 raft_consensus.cc:515] T 28a3157c18104a3d84e72ab111b7579e P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } }
I20260608 12:39:47.987109  3295 leader_election.cc:290] T 28a3157c18104a3d84e72ab111b7579e P 5654540ec3cc45f3b17e63aba8f4321f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c6543e77086c421abb9490705c46cf0e (127.0.107.193:37891), cf4400588c494ccb9ef353527f452783 (127.0.107.194:45155)
I20260608 12:39:47.994731  3289 tablet_bootstrap.cc:654] T 3debaf17eb4044ecafdc3413b097dc58 P cf4400588c494ccb9ef353527f452783: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:47.996606  3295 raft_consensus.cc:493] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:47.997707  3295 raft_consensus.cc:515] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } }
I20260608 12:39:47.988221  3288 raft_consensus.cc:385] T 28a3157c18104a3d84e72ab111b7579e P c6543e77086c421abb9490705c46cf0e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:48.000527  3288 raft_consensus.cc:740] T 28a3157c18104a3d84e72ab111b7579e P c6543e77086c421abb9490705c46cf0e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c6543e77086c421abb9490705c46cf0e, State: Initialized, Role: FOLLOWER
I20260608 12:39:48.004431  3288 consensus_queue.cc:260] T 28a3157c18104a3d84e72ab111b7579e P c6543e77086c421abb9490705c46cf0e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } }
I20260608 12:39:48.014859  3168 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "28a3157c18104a3d84e72ab111b7579e" candidate_uuid: "5654540ec3cc45f3b17e63aba8f4321f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf4400588c494ccb9ef353527f452783" is_pre_election: true
I20260608 12:39:48.015633  3168 raft_consensus.cc:2468] T 28a3157c18104a3d84e72ab111b7579e P cf4400588c494ccb9ef353527f452783 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5654540ec3cc45f3b17e63aba8f4321f in term 0.
I20260608 12:39:48.016705  3288 ts_tablet_manager.cc:1434] T 28a3157c18104a3d84e72ab111b7579e P c6543e77086c421abb9490705c46cf0e: Time spent starting tablet: real 0.039s	user 0.005s	sys 0.003s
I20260608 12:39:48.017781  3288 tablet_bootstrap.cc:492] T 3debaf17eb4044ecafdc3413b097dc58 P c6543e77086c421abb9490705c46cf0e: Bootstrap starting.
I20260608 12:39:48.005614  3295 leader_election.cc:290] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P 5654540ec3cc45f3b17e63aba8f4321f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c6543e77086c421abb9490705c46cf0e (127.0.107.193:37891), cf4400588c494ccb9ef353527f452783 (127.0.107.194:45155)
I20260608 12:39:48.013262  3169 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "87ed224029134a0ba9023f2433f36712" candidate_uuid: "5654540ec3cc45f3b17e63aba8f4321f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf4400588c494ccb9ef353527f452783" is_pre_election: true
I20260608 12:39:48.020509  3289 tablet_bootstrap.cc:492] T 3debaf17eb4044ecafdc3413b097dc58 P cf4400588c494ccb9ef353527f452783: No bootstrap required, opened a new log
I20260608 12:39:48.020430  3169 raft_consensus.cc:2468] T 87ed224029134a0ba9023f2433f36712 P cf4400588c494ccb9ef353527f452783 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5654540ec3cc45f3b17e63aba8f4321f in term 0.
I20260608 12:39:48.021116  3289 ts_tablet_manager.cc:1403] T 3debaf17eb4044ecafdc3413b097dc58 P cf4400588c494ccb9ef353527f452783: Time spent bootstrapping tablet: real 0.050s	user 0.013s	sys 0.003s
I20260608 12:39:48.021754  3243 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "87ed224029134a0ba9023f2433f36712" candidate_uuid: "cf4400588c494ccb9ef353527f452783" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5654540ec3cc45f3b17e63aba8f4321f" is_pre_election: true
I20260608 12:39:48.022476  3243 raft_consensus.cc:2468] T 87ed224029134a0ba9023f2433f36712 P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cf4400588c494ccb9ef353527f452783 in term 0.
I20260608 12:39:48.024858  3288 tablet_bootstrap.cc:654] T 3debaf17eb4044ecafdc3413b097dc58 P c6543e77086c421abb9490705c46cf0e: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:48.025110  3093 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "28a3157c18104a3d84e72ab111b7579e" candidate_uuid: "5654540ec3cc45f3b17e63aba8f4321f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6543e77086c421abb9490705c46cf0e" is_pre_election: true
I20260608 12:39:48.024820  3289 raft_consensus.cc:359] T 3debaf17eb4044ecafdc3413b097dc58 P cf4400588c494ccb9ef353527f452783 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } }
I20260608 12:39:48.025713  3092 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "68ea3e0cc8f34b288c48f0ea51fd9d57" candidate_uuid: "5654540ec3cc45f3b17e63aba8f4321f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6543e77086c421abb9490705c46cf0e" is_pre_election: true
I20260608 12:39:48.025930  3289 raft_consensus.cc:385] T 3debaf17eb4044ecafdc3413b097dc58 P cf4400588c494ccb9ef353527f452783 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:48.025957  3093 raft_consensus.cc:2468] T 28a3157c18104a3d84e72ab111b7579e P c6543e77086c421abb9490705c46cf0e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5654540ec3cc45f3b17e63aba8f4321f in term 0.
I20260608 12:39:48.026468  3092 raft_consensus.cc:2468] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P c6543e77086c421abb9490705c46cf0e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5654540ec3cc45f3b17e63aba8f4321f in term 0.
I20260608 12:39:48.026479  3289 raft_consensus.cc:740] T 3debaf17eb4044ecafdc3413b097dc58 P cf4400588c494ccb9ef353527f452783 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf4400588c494ccb9ef353527f452783, State: Initialized, Role: FOLLOWER
I20260608 12:39:48.025166  3094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "87ed224029134a0ba9023f2433f36712" candidate_uuid: "5654540ec3cc45f3b17e63aba8f4321f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6543e77086c421abb9490705c46cf0e" is_pre_election: true
I20260608 12:39:48.027738  3289 consensus_queue.cc:260] T 3debaf17eb4044ecafdc3413b097dc58 P cf4400588c494ccb9ef353527f452783 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } }
I20260608 12:39:48.028247  3094 raft_consensus.cc:2468] T 87ed224029134a0ba9023f2433f36712 P c6543e77086c421abb9490705c46cf0e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5654540ec3cc45f3b17e63aba8f4321f in term 0.
I20260608 12:39:48.036432  3289 ts_tablet_manager.cc:1434] T 3debaf17eb4044ecafdc3413b097dc58 P cf4400588c494ccb9ef353527f452783: Time spent starting tablet: real 0.015s	user 0.009s	sys 0.000s
I20260608 12:39:48.037993  3207 leader_election.cc:304] T 28a3157c18104a3d84e72ab111b7579e P 5654540ec3cc45f3b17e63aba8f4321f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5654540ec3cc45f3b17e63aba8f4321f, c6543e77086c421abb9490705c46cf0e; no voters: 
I20260608 12:39:48.038982  3295 raft_consensus.cc:2804] T 28a3157c18104a3d84e72ab111b7579e P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:48.039038  3132 leader_election.cc:304] T 87ed224029134a0ba9023f2433f36712 P cf4400588c494ccb9ef353527f452783 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5654540ec3cc45f3b17e63aba8f4321f, cf4400588c494ccb9ef353527f452783; no voters: 
I20260608 12:39:48.039609  3295 raft_consensus.cc:493] T 28a3157c18104a3d84e72ab111b7579e P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:48.040014  3295 raft_consensus.cc:3060] T 28a3157c18104a3d84e72ab111b7579e P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:48.040396  3305 raft_consensus.cc:2804] T 87ed224029134a0ba9023f2433f36712 P cf4400588c494ccb9ef353527f452783 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:48.040836  3305 raft_consensus.cc:493] T 87ed224029134a0ba9023f2433f36712 P cf4400588c494ccb9ef353527f452783 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:48.041256  3305 raft_consensus.cc:3060] T 87ed224029134a0ba9023f2433f36712 P cf4400588c494ccb9ef353527f452783 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:48.047861  3207 leader_election.cc:304] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P 5654540ec3cc45f3b17e63aba8f4321f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5654540ec3cc45f3b17e63aba8f4321f, c6543e77086c421abb9490705c46cf0e; no voters: 
I20260608 12:39:48.048945  3169 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "68ea3e0cc8f34b288c48f0ea51fd9d57" candidate_uuid: "5654540ec3cc45f3b17e63aba8f4321f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf4400588c494ccb9ef353527f452783" is_pre_election: true
I20260608 12:39:48.049861  3169 raft_consensus.cc:2468] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P cf4400588c494ccb9ef353527f452783 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5654540ec3cc45f3b17e63aba8f4321f in term 0.
I20260608 12:39:48.050261  3295 raft_consensus.cc:515] T 28a3157c18104a3d84e72ab111b7579e P 5654540ec3cc45f3b17e63aba8f4321f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } }
I20260608 12:39:48.050797  3305 raft_consensus.cc:515] T 87ed224029134a0ba9023f2433f36712 P cf4400588c494ccb9ef353527f452783 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } } peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } }
I20260608 12:39:48.052887  3295 leader_election.cc:290] T 28a3157c18104a3d84e72ab111b7579e P 5654540ec3cc45f3b17e63aba8f4321f [CANDIDATE]: Term 1 election: Requested vote from peers c6543e77086c421abb9490705c46cf0e (127.0.107.193:37891), cf4400588c494ccb9ef353527f452783 (127.0.107.194:45155)
I20260608 12:39:48.053550  3295 raft_consensus.cc:2804] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:48.053952  3305 leader_election.cc:290] T 87ed224029134a0ba9023f2433f36712 P cf4400588c494ccb9ef353527f452783 [CANDIDATE]: Term 1 election: Requested vote from peers 5654540ec3cc45f3b17e63aba8f4321f (127.0.107.195:44271), c6543e77086c421abb9490705c46cf0e (127.0.107.193:37891)
I20260608 12:39:48.053952  3295 raft_consensus.cc:493] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:48.055404  3295 raft_consensus.cc:3060] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:48.057531  3208 leader_election.cc:304] T 87ed224029134a0ba9023f2433f36712 P 5654540ec3cc45f3b17e63aba8f4321f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5654540ec3cc45f3b17e63aba8f4321f, cf4400588c494ccb9ef353527f452783; no voters: 
W20260608 12:39:48.063439  3023 debug-util.cc:398] Leaking SignalData structure 0x7b080015cf80 after lost signal to thread 434
I20260608 12:39:48.064330  3169 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "28a3157c18104a3d84e72ab111b7579e" candidate_uuid: "5654540ec3cc45f3b17e63aba8f4321f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf4400588c494ccb9ef353527f452783"
I20260608 12:39:48.065196  3169 raft_consensus.cc:3060] T 28a3157c18104a3d84e72ab111b7579e P cf4400588c494ccb9ef353527f452783 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:48.077036  3094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "87ed224029134a0ba9023f2433f36712" candidate_uuid: "cf4400588c494ccb9ef353527f452783" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6543e77086c421abb9490705c46cf0e" is_pre_election: true
I20260608 12:39:48.078155  3094 raft_consensus.cc:2468] T 87ed224029134a0ba9023f2433f36712 P c6543e77086c421abb9490705c46cf0e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cf4400588c494ccb9ef353527f452783 in term 0.
I20260608 12:39:48.080971  3094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "87ed224029134a0ba9023f2433f36712" candidate_uuid: "cf4400588c494ccb9ef353527f452783" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6543e77086c421abb9490705c46cf0e"
I20260608 12:39:48.081864  3094 raft_consensus.cc:3060] T 87ed224029134a0ba9023f2433f36712 P c6543e77086c421abb9490705c46cf0e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:48.081693  3295 raft_consensus.cc:515] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P 5654540ec3cc45f3b17e63aba8f4321f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } }
I20260608 12:39:48.091585  3295 leader_election.cc:290] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P 5654540ec3cc45f3b17e63aba8f4321f [CANDIDATE]: Term 1 election: Requested vote from peers c6543e77086c421abb9490705c46cf0e (127.0.107.193:37891), cf4400588c494ccb9ef353527f452783 (127.0.107.194:45155)
I20260608 12:39:48.092052  3168 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "68ea3e0cc8f34b288c48f0ea51fd9d57" candidate_uuid: "5654540ec3cc45f3b17e63aba8f4321f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf4400588c494ccb9ef353527f452783"
I20260608 12:39:48.092674  3295 raft_consensus.cc:2804] T 87ed224029134a0ba9023f2433f36712 P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:48.093115  3168 raft_consensus.cc:3060] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P cf4400588c494ccb9ef353527f452783 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:48.093299  3295 raft_consensus.cc:493] T 87ed224029134a0ba9023f2433f36712 P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:48.103258  3295 raft_consensus.cc:3060] T 87ed224029134a0ba9023f2433f36712 P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:48.108196  3169 raft_consensus.cc:2468] T 28a3157c18104a3d84e72ab111b7579e P cf4400588c494ccb9ef353527f452783 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5654540ec3cc45f3b17e63aba8f4321f in term 1.
I20260608 12:39:48.111853  3094 raft_consensus.cc:2468] T 87ed224029134a0ba9023f2433f36712 P c6543e77086c421abb9490705c46cf0e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cf4400588c494ccb9ef353527f452783 in term 1.
W20260608 12:39:48.116503  3207 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.193:37891, user_credentials={real_user=slave}} blocked reactor thread for 68750.5us
I20260608 12:39:48.117864  3133 leader_election.cc:304] T 87ed224029134a0ba9023f2433f36712 P cf4400588c494ccb9ef353527f452783 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c6543e77086c421abb9490705c46cf0e, cf4400588c494ccb9ef353527f452783; no voters: 
I20260608 12:39:48.118949  3305 raft_consensus.cc:2804] T 87ed224029134a0ba9023f2433f36712 P cf4400588c494ccb9ef353527f452783 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:48.119555  3305 raft_consensus.cc:697] T 87ed224029134a0ba9023f2433f36712 P cf4400588c494ccb9ef353527f452783 [term 1 LEADER]: Becoming Leader. State: Replica: cf4400588c494ccb9ef353527f452783, State: Running, Role: LEADER
I20260608 12:39:48.114491  3168 raft_consensus.cc:2468] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P cf4400588c494ccb9ef353527f452783 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5654540ec3cc45f3b17e63aba8f4321f in term 1.
I20260608 12:39:48.120146  3092 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "28a3157c18104a3d84e72ab111b7579e" candidate_uuid: "5654540ec3cc45f3b17e63aba8f4321f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6543e77086c421abb9490705c46cf0e"
I20260608 12:39:48.120539  3305 consensus_queue.cc:237] T 87ed224029134a0ba9023f2433f36712 P cf4400588c494ccb9ef353527f452783 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } } peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } }
I20260608 12:39:48.121110  3092 raft_consensus.cc:3060] T 28a3157c18104a3d84e72ab111b7579e P c6543e77086c421abb9490705c46cf0e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:48.124047  3208 leader_election.cc:304] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P 5654540ec3cc45f3b17e63aba8f4321f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5654540ec3cc45f3b17e63aba8f4321f, cf4400588c494ccb9ef353527f452783; no voters: 
I20260608 12:39:48.114562  3295 raft_consensus.cc:515] T 87ed224029134a0ba9023f2433f36712 P 5654540ec3cc45f3b17e63aba8f4321f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } } peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } }
I20260608 12:39:48.128341  3313 raft_consensus.cc:2804] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P 5654540ec3cc45f3b17e63aba8f4321f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:48.130826  3295 leader_election.cc:290] T 87ed224029134a0ba9023f2433f36712 P 5654540ec3cc45f3b17e63aba8f4321f [CANDIDATE]: Term 1 election: Requested vote from peers c6543e77086c421abb9490705c46cf0e (127.0.107.193:37891), cf4400588c494ccb9ef353527f452783 (127.0.107.194:45155)
I20260608 12:39:48.130959  3094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "68ea3e0cc8f34b288c48f0ea51fd9d57" candidate_uuid: "5654540ec3cc45f3b17e63aba8f4321f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6543e77086c421abb9490705c46cf0e"
I20260608 12:39:48.132368  3094 raft_consensus.cc:3060] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P c6543e77086c421abb9490705c46cf0e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:48.132679  3208 leader_election.cc:304] T 28a3157c18104a3d84e72ab111b7579e P 5654540ec3cc45f3b17e63aba8f4321f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5654540ec3cc45f3b17e63aba8f4321f, cf4400588c494ccb9ef353527f452783; no voters: 
W20260608 12:39:48.134994  3040 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:39:48.135030  3243 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "87ed224029134a0ba9023f2433f36712" candidate_uuid: "cf4400588c494ccb9ef353527f452783" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5654540ec3cc45f3b17e63aba8f4321f"
I20260608 12:39:48.136106  3243 raft_consensus.cc:2393] T 87ed224029134a0ba9023f2433f36712 P 5654540ec3cc45f3b17e63aba8f4321f [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate cf4400588c494ccb9ef353527f452783 in current term 1: Already voted for candidate 5654540ec3cc45f3b17e63aba8f4321f in this term.
I20260608 12:39:48.136819  3045 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_auto_rebalancer_test
I20260608 12:39:48.141216  3093 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "87ed224029134a0ba9023f2433f36712" candidate_uuid: "5654540ec3cc45f3b17e63aba8f4321f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6543e77086c421abb9490705c46cf0e"
W20260608 12:39:48.141559  3045 auto_leader_rebalancer.cc:460] the master instance isn't leader: Service unavailable: Tablet not running
I20260608 12:39:48.142032  3093 raft_consensus.cc:2393] T 87ed224029134a0ba9023f2433f36712 P c6543e77086c421abb9490705c46cf0e [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 5654540ec3cc45f3b17e63aba8f4321f in current term 1: Already voted for candidate cf4400588c494ccb9ef353527f452783 in this term.
I20260608 12:39:48.136783  3288 tablet_bootstrap.cc:492] T 3debaf17eb4044ecafdc3413b097dc58 P c6543e77086c421abb9490705c46cf0e: No bootstrap required, opened a new log
I20260608 12:39:48.146817  3094 raft_consensus.cc:2468] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P c6543e77086c421abb9490705c46cf0e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5654540ec3cc45f3b17e63aba8f4321f in term 1.
I20260608 12:39:48.147639  3288 ts_tablet_manager.cc:1403] T 3debaf17eb4044ecafdc3413b097dc58 P c6543e77086c421abb9490705c46cf0e: Time spent bootstrapping tablet: real 0.130s	user 0.035s	sys 0.076s
I20260608 12:39:48.149863  3288 raft_consensus.cc:359] T 3debaf17eb4044ecafdc3413b097dc58 P c6543e77086c421abb9490705c46cf0e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } }
I20260608 12:39:48.150413  3288 raft_consensus.cc:385] T 3debaf17eb4044ecafdc3413b097dc58 P c6543e77086c421abb9490705c46cf0e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:48.150748  3288 raft_consensus.cc:740] T 3debaf17eb4044ecafdc3413b097dc58 P c6543e77086c421abb9490705c46cf0e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c6543e77086c421abb9490705c46cf0e, State: Initialized, Role: FOLLOWER
I20260608 12:39:48.151804  3092 raft_consensus.cc:2468] T 28a3157c18104a3d84e72ab111b7579e P c6543e77086c421abb9490705c46cf0e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5654540ec3cc45f3b17e63aba8f4321f in term 1.
I20260608 12:39:48.152940  3169 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "87ed224029134a0ba9023f2433f36712" candidate_uuid: "5654540ec3cc45f3b17e63aba8f4321f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf4400588c494ccb9ef353527f452783"
I20260608 12:39:48.142719  3295 raft_consensus.cc:2804] T 28a3157c18104a3d84e72ab111b7579e P 5654540ec3cc45f3b17e63aba8f4321f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:48.154120  3313 raft_consensus.cc:697] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P 5654540ec3cc45f3b17e63aba8f4321f [term 1 LEADER]: Becoming Leader. State: Replica: 5654540ec3cc45f3b17e63aba8f4321f, State: Running, Role: LEADER
I20260608 12:39:48.154855  3295 raft_consensus.cc:697] T 28a3157c18104a3d84e72ab111b7579e P 5654540ec3cc45f3b17e63aba8f4321f [term 1 LEADER]: Becoming Leader. State: Replica: 5654540ec3cc45f3b17e63aba8f4321f, State: Running, Role: LEADER
I20260608 12:39:48.151623  3288 consensus_queue.cc:260] T 3debaf17eb4044ecafdc3413b097dc58 P c6543e77086c421abb9490705c46cf0e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } }
I20260608 12:39:48.155551  3313 consensus_queue.cc:237] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P 5654540ec3cc45f3b17e63aba8f4321f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } }
I20260608 12:39:48.158732  3288 ts_tablet_manager.cc:1434] T 3debaf17eb4044ecafdc3413b097dc58 P c6543e77086c421abb9490705c46cf0e: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.000s
I20260608 12:39:48.167892  3208 leader_election.cc:304] T 87ed224029134a0ba9023f2433f36712 P 5654540ec3cc45f3b17e63aba8f4321f [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: 5654540ec3cc45f3b17e63aba8f4321f; no voters: c6543e77086c421abb9490705c46cf0e, cf4400588c494ccb9ef353527f452783
I20260608 12:39:48.155786  3295 consensus_queue.cc:237] T 28a3157c18104a3d84e72ab111b7579e P 5654540ec3cc45f3b17e63aba8f4321f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } }
I20260608 12:39:48.164619  2989 catalog_manager.cc:5696] T 87ed224029134a0ba9023f2433f36712 P cf4400588c494ccb9ef353527f452783 reported cstate change: term changed from 0 to 1, leader changed from <none> to cf4400588c494ccb9ef353527f452783 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "cf4400588c494ccb9ef353527f452783" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:48.187726  3315 raft_consensus.cc:2749] T 87ed224029134a0ba9023f2433f36712 P 5654540ec3cc45f3b17e63aba8f4321f [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:39:48.191072  2990 catalog_manager.cc:5696] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P 5654540ec3cc45f3b17e63aba8f4321f reported cstate change: term changed from 0 to 1, leader changed from <none> to 5654540ec3cc45f3b17e63aba8f4321f (127.0.107.195). New cstate: current_term: 1 leader_uuid: "5654540ec3cc45f3b17e63aba8f4321f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:48.209646  2990 catalog_manager.cc:5696] T 28a3157c18104a3d84e72ab111b7579e P 5654540ec3cc45f3b17e63aba8f4321f reported cstate change: term changed from 0 to 1, leader changed from <none> to 5654540ec3cc45f3b17e63aba8f4321f (127.0.107.195). New cstate: current_term: 1 leader_uuid: "5654540ec3cc45f3b17e63aba8f4321f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:48.213896  3315 raft_consensus.cc:493] T 3debaf17eb4044ecafdc3413b097dc58 P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:48.214408  3315 raft_consensus.cc:515] T 3debaf17eb4044ecafdc3413b097dc58 P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } }
I20260608 12:39:48.216480  3315 leader_election.cc:290] T 3debaf17eb4044ecafdc3413b097dc58 P 5654540ec3cc45f3b17e63aba8f4321f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c6543e77086c421abb9490705c46cf0e (127.0.107.193:37891), cf4400588c494ccb9ef353527f452783 (127.0.107.194:45155)
I20260608 12:39:48.217295  3094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3debaf17eb4044ecafdc3413b097dc58" candidate_uuid: "5654540ec3cc45f3b17e63aba8f4321f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6543e77086c421abb9490705c46cf0e" is_pre_election: true
I20260608 12:39:48.217978  3094 raft_consensus.cc:2468] T 3debaf17eb4044ecafdc3413b097dc58 P c6543e77086c421abb9490705c46cf0e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5654540ec3cc45f3b17e63aba8f4321f in term 0.
I20260608 12:39:48.218873  3169 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3debaf17eb4044ecafdc3413b097dc58" candidate_uuid: "5654540ec3cc45f3b17e63aba8f4321f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf4400588c494ccb9ef353527f452783" is_pre_election: true
I20260608 12:39:48.219585  3169 raft_consensus.cc:2468] T 3debaf17eb4044ecafdc3413b097dc58 P cf4400588c494ccb9ef353527f452783 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5654540ec3cc45f3b17e63aba8f4321f in term 0.
I20260608 12:39:48.220813  3207 leader_election.cc:304] T 3debaf17eb4044ecafdc3413b097dc58 P 5654540ec3cc45f3b17e63aba8f4321f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5654540ec3cc45f3b17e63aba8f4321f, c6543e77086c421abb9490705c46cf0e; no voters: 
I20260608 12:39:48.221638  3315 raft_consensus.cc:2804] T 3debaf17eb4044ecafdc3413b097dc58 P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:48.221969  3315 raft_consensus.cc:493] T 3debaf17eb4044ecafdc3413b097dc58 P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:48.222277  3315 raft_consensus.cc:3060] T 3debaf17eb4044ecafdc3413b097dc58 P 5654540ec3cc45f3b17e63aba8f4321f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:48.227300  3315 raft_consensus.cc:515] T 3debaf17eb4044ecafdc3413b097dc58 P 5654540ec3cc45f3b17e63aba8f4321f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } }
I20260608 12:39:48.229128  3315 leader_election.cc:290] T 3debaf17eb4044ecafdc3413b097dc58 P 5654540ec3cc45f3b17e63aba8f4321f [CANDIDATE]: Term 1 election: Requested vote from peers c6543e77086c421abb9490705c46cf0e (127.0.107.193:37891), cf4400588c494ccb9ef353527f452783 (127.0.107.194:45155)
I20260608 12:39:48.229980  3094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3debaf17eb4044ecafdc3413b097dc58" candidate_uuid: "5654540ec3cc45f3b17e63aba8f4321f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6543e77086c421abb9490705c46cf0e"
I20260608 12:39:48.230286  3169 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3debaf17eb4044ecafdc3413b097dc58" candidate_uuid: "5654540ec3cc45f3b17e63aba8f4321f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf4400588c494ccb9ef353527f452783"
I20260608 12:39:48.230679  3094 raft_consensus.cc:3060] T 3debaf17eb4044ecafdc3413b097dc58 P c6543e77086c421abb9490705c46cf0e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:48.230875  3169 raft_consensus.cc:3060] T 3debaf17eb4044ecafdc3413b097dc58 P cf4400588c494ccb9ef353527f452783 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:48.235538  3169 raft_consensus.cc:2468] T 3debaf17eb4044ecafdc3413b097dc58 P cf4400588c494ccb9ef353527f452783 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5654540ec3cc45f3b17e63aba8f4321f in term 1.
I20260608 12:39:48.236608  3208 leader_election.cc:304] T 3debaf17eb4044ecafdc3413b097dc58 P 5654540ec3cc45f3b17e63aba8f4321f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5654540ec3cc45f3b17e63aba8f4321f, cf4400588c494ccb9ef353527f452783; no voters: 
I20260608 12:39:48.237317  3315 raft_consensus.cc:2804] T 3debaf17eb4044ecafdc3413b097dc58 P 5654540ec3cc45f3b17e63aba8f4321f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:48.237789  3315 raft_consensus.cc:697] T 3debaf17eb4044ecafdc3413b097dc58 P 5654540ec3cc45f3b17e63aba8f4321f [term 1 LEADER]: Becoming Leader. State: Replica: 5654540ec3cc45f3b17e63aba8f4321f, State: Running, Role: LEADER
I20260608 12:39:48.238530  3315 consensus_queue.cc:237] T 3debaf17eb4044ecafdc3413b097dc58 P 5654540ec3cc45f3b17e63aba8f4321f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } }
I20260608 12:39:48.239131  3094 raft_consensus.cc:2468] T 3debaf17eb4044ecafdc3413b097dc58 P c6543e77086c421abb9490705c46cf0e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5654540ec3cc45f3b17e63aba8f4321f in term 1.
I20260608 12:39:48.247084  2989 catalog_manager.cc:5696] T 3debaf17eb4044ecafdc3413b097dc58 P 5654540ec3cc45f3b17e63aba8f4321f reported cstate change: term changed from 0 to 1, leader changed from <none> to 5654540ec3cc45f3b17e63aba8f4321f (127.0.107.195). New cstate: current_term: 1 leader_uuid: "5654540ec3cc45f3b17e63aba8f4321f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6543e77086c421abb9490705c46cf0e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37891 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cf4400588c494ccb9ef353527f452783" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5654540ec3cc45f3b17e63aba8f4321f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44271 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:48.354609   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:39:48.381119   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:48.381887   431 tablet_replica.cc:333] T 28a3157c18104a3d84e72ab111b7579e P c6543e77086c421abb9490705c46cf0e: stopping tablet replica
I20260608 12:39:48.382616   431 raft_consensus.cc:2243] T 28a3157c18104a3d84e72ab111b7579e P c6543e77086c421abb9490705c46cf0e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:48.383028   431 raft_consensus.cc:2272] T 28a3157c18104a3d84e72ab111b7579e P c6543e77086c421abb9490705c46cf0e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:48.385200   431 tablet_replica.cc:333] T 3debaf17eb4044ecafdc3413b097dc58 P c6543e77086c421abb9490705c46cf0e: stopping tablet replica
I20260608 12:39:48.385740   431 raft_consensus.cc:2243] T 3debaf17eb4044ecafdc3413b097dc58 P c6543e77086c421abb9490705c46cf0e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:48.386183   431 raft_consensus.cc:2272] T 3debaf17eb4044ecafdc3413b097dc58 P c6543e77086c421abb9490705c46cf0e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:48.388150   431 tablet_replica.cc:333] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P c6543e77086c421abb9490705c46cf0e: stopping tablet replica
I20260608 12:39:48.388701   431 raft_consensus.cc:2243] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P c6543e77086c421abb9490705c46cf0e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:48.389066   431 raft_consensus.cc:2272] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P c6543e77086c421abb9490705c46cf0e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:48.390677   431 tablet_replica.cc:333] T 87ed224029134a0ba9023f2433f36712 P c6543e77086c421abb9490705c46cf0e: stopping tablet replica
I20260608 12:39:48.391156   431 raft_consensus.cc:2243] T 87ed224029134a0ba9023f2433f36712 P c6543e77086c421abb9490705c46cf0e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:48.391575   431 raft_consensus.cc:2272] T 87ed224029134a0ba9023f2433f36712 P c6543e77086c421abb9490705c46cf0e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:48.413952   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:39:48.426632   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:39:48.450776   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:48.451623   431 tablet_replica.cc:333] T 28a3157c18104a3d84e72ab111b7579e P cf4400588c494ccb9ef353527f452783: stopping tablet replica
I20260608 12:39:48.452395   431 raft_consensus.cc:2243] T 28a3157c18104a3d84e72ab111b7579e P cf4400588c494ccb9ef353527f452783 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:48.452822   431 raft_consensus.cc:2272] T 28a3157c18104a3d84e72ab111b7579e P cf4400588c494ccb9ef353527f452783 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:48.454699   431 tablet_replica.cc:333] T 3debaf17eb4044ecafdc3413b097dc58 P cf4400588c494ccb9ef353527f452783: stopping tablet replica
I20260608 12:39:48.455212   431 raft_consensus.cc:2243] T 3debaf17eb4044ecafdc3413b097dc58 P cf4400588c494ccb9ef353527f452783 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:48.455633   431 raft_consensus.cc:2272] T 3debaf17eb4044ecafdc3413b097dc58 P cf4400588c494ccb9ef353527f452783 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:48.457453   431 tablet_replica.cc:333] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P cf4400588c494ccb9ef353527f452783: stopping tablet replica
I20260608 12:39:48.457966   431 raft_consensus.cc:2243] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P cf4400588c494ccb9ef353527f452783 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:48.458329   431 raft_consensus.cc:2272] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P cf4400588c494ccb9ef353527f452783 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:48.459980   431 tablet_replica.cc:333] T 87ed224029134a0ba9023f2433f36712 P cf4400588c494ccb9ef353527f452783: stopping tablet replica
I20260608 12:39:48.460481   431 raft_consensus.cc:2243] T 87ed224029134a0ba9023f2433f36712 P cf4400588c494ccb9ef353527f452783 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:48.461036   431 pending_rounds.cc:70] T 87ed224029134a0ba9023f2433f36712 P cf4400588c494ccb9ef353527f452783: Trying to abort 1 pending ops.
I20260608 12:39:48.461282   431 pending_rounds.cc:77] T 87ed224029134a0ba9023f2433f36712 P cf4400588c494ccb9ef353527f452783: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658101752954880 op_type: NO_OP noop_request { }
I20260608 12:39:48.461616   431 raft_consensus.cc:2889] T 87ed224029134a0ba9023f2433f36712 P cf4400588c494ccb9ef353527f452783 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:39:48.461898   431 raft_consensus.cc:2272] T 87ed224029134a0ba9023f2433f36712 P cf4400588c494ccb9ef353527f452783 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:48.487013   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:39:48.503882   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:39:48.533175   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:48.534008   431 tablet_replica.cc:333] T 3debaf17eb4044ecafdc3413b097dc58 P 5654540ec3cc45f3b17e63aba8f4321f: stopping tablet replica
I20260608 12:39:48.534837   431 raft_consensus.cc:2243] T 3debaf17eb4044ecafdc3413b097dc58 P 5654540ec3cc45f3b17e63aba8f4321f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:48.535687   431 pending_rounds.cc:70] T 3debaf17eb4044ecafdc3413b097dc58 P 5654540ec3cc45f3b17e63aba8f4321f: Trying to abort 1 pending ops.
I20260608 12:39:48.535945   431 pending_rounds.cc:77] T 3debaf17eb4044ecafdc3413b097dc58 P 5654540ec3cc45f3b17e63aba8f4321f: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658102233563136 op_type: NO_OP noop_request { }
I20260608 12:39:48.536295   431 raft_consensus.cc:2889] T 3debaf17eb4044ecafdc3413b097dc58 P 5654540ec3cc45f3b17e63aba8f4321f [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:39:48.536666   431 raft_consensus.cc:2272] T 3debaf17eb4044ecafdc3413b097dc58 P 5654540ec3cc45f3b17e63aba8f4321f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:48.539615   431 tablet_replica.cc:333] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P 5654540ec3cc45f3b17e63aba8f4321f: stopping tablet replica
I20260608 12:39:48.540403   431 raft_consensus.cc:2243] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P 5654540ec3cc45f3b17e63aba8f4321f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:48.541201   431 pending_rounds.cc:70] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P 5654540ec3cc45f3b17e63aba8f4321f: Trying to abort 1 pending ops.
I20260608 12:39:48.541455   431 pending_rounds.cc:77] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P 5654540ec3cc45f3b17e63aba8f4321f: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658101900484608 op_type: NO_OP noop_request { }
I20260608 12:39:48.541810   431 raft_consensus.cc:2889] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P 5654540ec3cc45f3b17e63aba8f4321f [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:39:48.542166   431 raft_consensus.cc:2272] T 68ea3e0cc8f34b288c48f0ea51fd9d57 P 5654540ec3cc45f3b17e63aba8f4321f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:48.545105   431 tablet_replica.cc:333] T 28a3157c18104a3d84e72ab111b7579e P 5654540ec3cc45f3b17e63aba8f4321f: stopping tablet replica
I20260608 12:39:48.545928   431 raft_consensus.cc:2243] T 28a3157c18104a3d84e72ab111b7579e P 5654540ec3cc45f3b17e63aba8f4321f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:48.546790   431 pending_rounds.cc:70] T 28a3157c18104a3d84e72ab111b7579e P 5654540ec3cc45f3b17e63aba8f4321f: Trying to abort 1 pending ops.
I20260608 12:39:48.547047   431 pending_rounds.cc:77] T 28a3157c18104a3d84e72ab111b7579e P 5654540ec3cc45f3b17e63aba8f4321f: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658101982789632 op_type: NO_OP noop_request { }
I20260608 12:39:48.547462   431 raft_consensus.cc:2889] T 28a3157c18104a3d84e72ab111b7579e P 5654540ec3cc45f3b17e63aba8f4321f [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:39:48.547825   431 raft_consensus.cc:2272] T 28a3157c18104a3d84e72ab111b7579e P 5654540ec3cc45f3b17e63aba8f4321f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:48.550598   431 tablet_replica.cc:333] T 87ed224029134a0ba9023f2433f36712 P 5654540ec3cc45f3b17e63aba8f4321f: stopping tablet replica
I20260608 12:39:48.551307   431 raft_consensus.cc:2243] T 87ed224029134a0ba9023f2433f36712 P 5654540ec3cc45f3b17e63aba8f4321f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:48.551846   431 raft_consensus.cc:2272] T 87ed224029134a0ba9023f2433f36712 P 5654540ec3cc45f3b17e63aba8f4321f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:48.577064   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:39:48.588578   431 master.cc:562] Master@127.0.107.254:38283 shutting down...
I20260608 12:39:48.610684   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 3d16f90bc99b4404b4cc4469e6dd838d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:48.611480   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 3d16f90bc99b4404b4cc4469e6dd838d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:48.611975   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 3d16f90bc99b4404b4cc4469e6dd838d: stopping tablet replica
W20260608 12:39:49.620903   431 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 3023)
W20260608 12:39:50.621464   431 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 3023)
I20260608 12:39:50.952955   431 master.cc:584] Master@127.0.107.254:38283 shutdown complete.
[       OK ] AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange (5006 ms)
[ RUN      ] AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas
I20260608 12:39:50.987758   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:35263
I20260608 12:39:50.988835   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:50.993670  3324 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:50.994776  3325 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:50.996454  3327 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:50.997116   431 server_base.cc:1061] running on GCE node
I20260608 12:39:50.999253   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:50.999514   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.
I20260608 12:39:50.999714   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922390999670 us; error 0 us; skew 500 ppm
I20260608 12:39:51.000375   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:51.002830   431 webserver.cc:533] Webserver started at http://127.0.107.254:33803/ using document root <none> and password file <none>
I20260608 12:39:51.003381   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:51.003643   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:51.003938   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:51.005081   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-431-0/minicluster-data/master-0-root/instance:
uuid: "842a6f1197cd49ee8547f8f7243c6613"
format_stamp: "Formatted at 2026-06-08 12:39:51 on dist-test-slave-g6ln"
I20260608 12:39:51.009783   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:39:51.013474  3332 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:51.014267   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:39:51.014575   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-431-0/minicluster-data/master-0-root
uuid: "842a6f1197cd49ee8547f8f7243c6613"
format_stamp: "Formatted at 2026-06-08 12:39:51 on dist-test-slave-g6ln"
I20260608 12:39:51.014870   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-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)
I20260608 12:39:51.029358   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:51.030519   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:51.069355   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:35263
I20260608 12:39:51.069501  3383 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:35263 every 8 connection(s)
I20260608 12:39:51.073827  3384 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:51.084969  3384 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 842a6f1197cd49ee8547f8f7243c6613: Bootstrap starting.
I20260608 12:39:51.089890  3384 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 842a6f1197cd49ee8547f8f7243c6613: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:51.094228  3384 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 842a6f1197cd49ee8547f8f7243c6613: No bootstrap required, opened a new log
I20260608 12:39:51.096627  3384 raft_consensus.cc:359] T 00000000000000000000000000000000 P 842a6f1197cd49ee8547f8f7243c6613 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "842a6f1197cd49ee8547f8f7243c6613" member_type: VOTER }
I20260608 12:39:51.097080  3384 raft_consensus.cc:385] T 00000000000000000000000000000000 P 842a6f1197cd49ee8547f8f7243c6613 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:51.097326  3384 raft_consensus.cc:740] T 00000000000000000000000000000000 P 842a6f1197cd49ee8547f8f7243c6613 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 842a6f1197cd49ee8547f8f7243c6613, State: Initialized, Role: FOLLOWER
I20260608 12:39:51.098088  3384 consensus_queue.cc:260] T 00000000000000000000000000000000 P 842a6f1197cd49ee8547f8f7243c6613 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "842a6f1197cd49ee8547f8f7243c6613" member_type: VOTER }
I20260608 12:39:51.098590  3384 raft_consensus.cc:399] T 00000000000000000000000000000000 P 842a6f1197cd49ee8547f8f7243c6613 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:39:51.098822  3384 raft_consensus.cc:493] T 00000000000000000000000000000000 P 842a6f1197cd49ee8547f8f7243c6613 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:39:51.099148  3384 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 842a6f1197cd49ee8547f8f7243c6613 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.104540  3384 raft_consensus.cc:515] T 00000000000000000000000000000000 P 842a6f1197cd49ee8547f8f7243c6613 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "842a6f1197cd49ee8547f8f7243c6613" member_type: VOTER }
I20260608 12:39:51.105131  3384 leader_election.cc:304] T 00000000000000000000000000000000 P 842a6f1197cd49ee8547f8f7243c6613 [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: 842a6f1197cd49ee8547f8f7243c6613; no voters: 
I20260608 12:39:51.106371  3384 leader_election.cc:290] T 00000000000000000000000000000000 P 842a6f1197cd49ee8547f8f7243c6613 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:39:51.106873  3387 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 842a6f1197cd49ee8547f8f7243c6613 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:51.108441  3387 raft_consensus.cc:697] T 00000000000000000000000000000000 P 842a6f1197cd49ee8547f8f7243c6613 [term 1 LEADER]: Becoming Leader. State: Replica: 842a6f1197cd49ee8547f8f7243c6613, State: Running, Role: LEADER
I20260608 12:39:51.109442  3384 sys_catalog.cc:565] T 00000000000000000000000000000000 P 842a6f1197cd49ee8547f8f7243c6613 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:39:51.109259  3387 consensus_queue.cc:237] T 00000000000000000000000000000000 P 842a6f1197cd49ee8547f8f7243c6613 [LEADER]: Queue going to LEADER mode. State: All 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: "842a6f1197cd49ee8547f8f7243c6613" member_type: VOTER }
I20260608 12:39:51.114310  3388 sys_catalog.cc:455] T 00000000000000000000000000000000 P 842a6f1197cd49ee8547f8f7243c6613 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "842a6f1197cd49ee8547f8f7243c6613" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "842a6f1197cd49ee8547f8f7243c6613" member_type: VOTER } }
I20260608 12:39:51.114439  3389 sys_catalog.cc:455] T 00000000000000000000000000000000 P 842a6f1197cd49ee8547f8f7243c6613 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 842a6f1197cd49ee8547f8f7243c6613. Latest consensus state: current_term: 1 leader_uuid: "842a6f1197cd49ee8547f8f7243c6613" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "842a6f1197cd49ee8547f8f7243c6613" member_type: VOTER } }
I20260608 12:39:51.114995  3388 sys_catalog.cc:458] T 00000000000000000000000000000000 P 842a6f1197cd49ee8547f8f7243c6613 [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:51.115193  3389 sys_catalog.cc:458] T 00000000000000000000000000000000 P 842a6f1197cd49ee8547f8f7243c6613 [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:51.119359  3395 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:39:51.126025  3395 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:39:51.127106   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:39:51.135879  3395 catalog_manager.cc:1382] Generated new cluster ID: e36cac9566e94d28a7a5f45d8658b9c8
I20260608 12:39:51.136143  3395 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:39:51.153429  3395 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:39:51.154774  3395 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:39:51.170974  3395 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 842a6f1197cd49ee8547f8f7243c6613: Generated new TSK 0
I20260608 12:39:51.171622  3395 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:39:51.193903   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:51.200337  3405 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:51.201396  3406 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:51.203169   431 server_base.cc:1061] running on GCE node
W20260608 12:39:51.203385  3408 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:51.204499   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:51.204684   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.
I20260608 12:39:51.204814   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922391204803 us; error 0 us; skew 500 ppm
I20260608 12:39:51.205353   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:51.207769   431 webserver.cc:533] Webserver started at http://127.0.107.193:42965/ using document root <none> and password file <none>
I20260608 12:39:51.208258   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:51.208417   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:51.208635   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:51.209693   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-431-0/minicluster-data/ts-0-root/instance:
uuid: "033c56a049b44850b99cd37ad0ef95f0"
format_stamp: "Formatted at 2026-06-08 12:39:51 on dist-test-slave-g6ln"
I20260608 12:39:51.214556   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:39:51.218901  3413 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:51.219894   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:39:51.220202   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-431-0/minicluster-data/ts-0-root
uuid: "033c56a049b44850b99cd37ad0ef95f0"
format_stamp: "Formatted at 2026-06-08 12:39:51 on dist-test-slave-g6ln"
I20260608 12:39:51.220495   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-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)
I20260608 12:39:51.235356   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:51.236528   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:51.238065   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:51.240573   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:51.240762   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:51.241047   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:51.241209   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:51.280325   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:43277
I20260608 12:39:51.280452  3475 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:43277 every 8 connection(s)
I20260608 12:39:51.285673   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:51.292992  3480 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:51.294139  3481 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:51.297067  3483 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:51.297212   431 server_base.cc:1061] running on GCE node
I20260608 12:39:51.298370   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:51.298632   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.
I20260608 12:39:51.298846   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922391298820 us; error 0 us; skew 500 ppm
I20260608 12:39:51.299507   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:51.299964  3476 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35263
I20260608 12:39:51.300364  3476 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:51.301295  3476 heartbeater.cc:507] Master 127.0.107.254:35263 requested a full tablet report, sending...
I20260608 12:39:51.302237   431 webserver.cc:533] Webserver started at http://127.0.107.194:40513/ using document root <none> and password file <none>
I20260608 12:39:51.302875   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:51.303090   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:51.303370   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:51.303800  3349 ts_manager.cc:194] Registered new tserver with Master: 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277)
I20260608 12:39:51.305032   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-431-0/minicluster-data/ts-1-root/instance:
uuid: "a8be0ba45d15436e8cfda38fd768d2d3"
format_stamp: "Formatted at 2026-06-08 12:39:51 on dist-test-slave-g6ln"
I20260608 12:39:51.306041  3349 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49358
I20260608 12:39:51.309918   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:39:51.313568  3488 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:51.314381   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:39:51.314675   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-431-0/minicluster-data/ts-1-root
uuid: "a8be0ba45d15436e8cfda38fd768d2d3"
format_stamp: "Formatted at 2026-06-08 12:39:51 on dist-test-slave-g6ln"
I20260608 12:39:51.314956   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-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)
I20260608 12:39:51.327050   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:51.328248   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:51.329679   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:51.332019   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:51.332195   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:51.332485   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:51.332628   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:51.371202   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:37977
I20260608 12:39:51.371331  3550 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:37977 every 8 connection(s)
I20260608 12:39:51.376489   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:51.382957  3554 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:51.385289  3555 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:51.387117   431 server_base.cc:1061] running on GCE node
W20260608 12:39:51.387171  3557 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:51.388649   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:51.388906   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.
I20260608 12:39:51.389096   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922391389078 us; error 0 us; skew 500 ppm
I20260608 12:39:51.389945   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:51.392251  3551 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35263
I20260608 12:39:51.392632  3551 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:51.393543   431 webserver.cc:533] Webserver started at http://127.0.107.195:40687/ using document root <none> and password file <none>
I20260608 12:39:51.393596  3551 heartbeater.cc:507] Master 127.0.107.254:35263 requested a full tablet report, sending...
I20260608 12:39:51.394210   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:51.394450   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:51.394733   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:51.395874  3349 ts_manager.cc:194] Registered new tserver with Master: a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977)
I20260608 12:39:51.395884   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-431-0/minicluster-data/ts-2-root/instance:
uuid: "a4e041d14d69489eb44f51c96bbbb9d8"
format_stamp: "Formatted at 2026-06-08 12:39:51 on dist-test-slave-g6ln"
I20260608 12:39:51.397375  3349 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49370
I20260608 12:39:51.400780   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:39:51.404176  3562 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:51.404889   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:39:51.405187   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-431-0/minicluster-data/ts-2-root
uuid: "a4e041d14d69489eb44f51c96bbbb9d8"
format_stamp: "Formatted at 2026-06-08 12:39:51 on dist-test-slave-g6ln"
I20260608 12:39:51.405479   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-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)
I20260608 12:39:51.425647   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:51.426793   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:51.428372   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:51.430706   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:51.430951   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:51.431192   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:51.431367   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:51.470201   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:36067
I20260608 12:39:51.470366  3624 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:36067 every 8 connection(s)
I20260608 12:39:51.484715  3625 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35263
I20260608 12:39:51.485143  3625 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:51.485968  3625 heartbeater.cc:507] Master 127.0.107.254:35263 requested a full tablet report, sending...
I20260608 12:39:51.488019  3349 ts_manager.cc:194] Registered new tserver with Master: a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195:36067)
I20260608 12:39:51.488348   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014686896s
I20260608 12:39:51.489907  3349 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49374
I20260608 12:39:52.308852  3476 heartbeater.cc:499] Master 127.0.107.254:35263 was elected leader, sending a full tablet report...
I20260608 12:39:52.399947  3551 heartbeater.cc:499] Master 127.0.107.254:35263 was elected leader, sending a full tablet report...
I20260608 12:39:52.492774  3625 heartbeater.cc:499] Master 127.0.107.254:35263 was elected leader, sending a full tablet report...
I20260608 12:39:52.543807  3349 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:49378:
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"
    }
  }
}
W20260608 12:39:52.545984  3349 catalog_manager.cc:7076] 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.
I20260608 12:39:52.613286  3441 tablet_service.cc:1511] Processing CreateTablet for tablet 5d148183ce174a469f9101727c63c3fb (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:52.615906  3441 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5d148183ce174a469f9101727c63c3fb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:52.621646  3440 tablet_service.cc:1511] Processing CreateTablet for tablet 1126a095e99e4a2bb1e7412b6b866f18 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:52.624464  3439 tablet_service.cc:1511] Processing CreateTablet for tablet 6582400cd8ec477abc2fd13de1d9ee67 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:52.626152  3434 tablet_service.cc:1511] Processing CreateTablet for tablet f0fc7530061345beaada797715868e07 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:52.626824  3438 tablet_service.cc:1511] Processing CreateTablet for tablet 6236ed4075fc48519c126e8655f1a714 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:52.629158  3437 tablet_service.cc:1511] Processing CreateTablet for tablet 85f747d3bfbe40fe9838fdc2acf7d454 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:52.629266  3516 tablet_service.cc:1511] Processing CreateTablet for tablet 5d148183ce174a469f9101727c63c3fb (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:52.630828  3516 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5d148183ce174a469f9101727c63c3fb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:52.630710  3590 tablet_service.cc:1511] Processing CreateTablet for tablet 5d148183ce174a469f9101727c63c3fb (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:52.631657  3436 tablet_service.cc:1511] Processing CreateTablet for tablet eaff3acde32c4a47803341af028b0bab (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:52.632280  3590 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5d148183ce174a469f9101727c63c3fb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:52.633958  3435 tablet_service.cc:1511] Processing CreateTablet for tablet ae0c72c2200b44c1a6d3962e65c5ab24 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:52.623250  3440 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1126a095e99e4a2bb1e7412b6b866f18. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:52.636108  3515 tablet_service.cc:1511] Processing CreateTablet for tablet 1126a095e99e4a2bb1e7412b6b866f18 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:52.636698  3589 tablet_service.cc:1511] Processing CreateTablet for tablet 1126a095e99e4a2bb1e7412b6b866f18 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:52.637287  3434 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f0fc7530061345beaada797715868e07. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:52.637708  3515 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1126a095e99e4a2bb1e7412b6b866f18. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:52.638103  3438 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6236ed4075fc48519c126e8655f1a714. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:52.638969  3437 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 85f747d3bfbe40fe9838fdc2acf7d454. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:52.639842  3439 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6582400cd8ec477abc2fd13de1d9ee67. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:52.640117  3588 tablet_service.cc:1511] Processing CreateTablet for tablet 6582400cd8ec477abc2fd13de1d9ee67 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:52.638154  3589 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1126a095e99e4a2bb1e7412b6b866f18. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:52.642944  3587 tablet_service.cc:1511] Processing CreateTablet for tablet 6236ed4075fc48519c126e8655f1a714 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:52.644394  3587 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6236ed4075fc48519c126e8655f1a714. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:52.647797  3588 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6582400cd8ec477abc2fd13de1d9ee67. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:52.647970  3435 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ae0c72c2200b44c1a6d3962e65c5ab24. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:52.650336  3436 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet eaff3acde32c4a47803341af028b0bab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:52.653090  3586 tablet_service.cc:1511] Processing CreateTablet for tablet 85f747d3bfbe40fe9838fdc2acf7d454 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:52.655017  3586 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 85f747d3bfbe40fe9838fdc2acf7d454. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:52.657677  3585 tablet_service.cc:1511] Processing CreateTablet for tablet eaff3acde32c4a47803341af028b0bab (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:52.661586  3584 tablet_service.cc:1511] Processing CreateTablet for tablet ae0c72c2200b44c1a6d3962e65c5ab24 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:52.667953  3585 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet eaff3acde32c4a47803341af028b0bab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:52.671902  3584 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ae0c72c2200b44c1a6d3962e65c5ab24. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:52.677049  3583 tablet_service.cc:1511] Processing CreateTablet for tablet f0fc7530061345beaada797715868e07 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:52.679136  3583 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f0fc7530061345beaada797715868e07. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:52.689141  3645 tablet_bootstrap.cc:492] T 1126a095e99e4a2bb1e7412b6b866f18 P a8be0ba45d15436e8cfda38fd768d2d3: Bootstrap starting.
I20260608 12:39:52.688961  3514 tablet_service.cc:1511] Processing CreateTablet for tablet 6582400cd8ec477abc2fd13de1d9ee67 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:52.690639  3514 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6582400cd8ec477abc2fd13de1d9ee67. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:52.705168  3513 tablet_service.cc:1511] Processing CreateTablet for tablet 6236ed4075fc48519c126e8655f1a714 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:52.706807  3513 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6236ed4075fc48519c126e8655f1a714. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:52.710053  3645 tablet_bootstrap.cc:654] T 1126a095e99e4a2bb1e7412b6b866f18 P a8be0ba45d15436e8cfda38fd768d2d3: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:52.718223  3515 tablet_service.cc:1511] Processing CreateTablet for tablet 85f747d3bfbe40fe9838fdc2acf7d454 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:52.719686  3515 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 85f747d3bfbe40fe9838fdc2acf7d454. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:52.727924  3512 tablet_service.cc:1511] Processing CreateTablet for tablet eaff3acde32c4a47803341af028b0bab (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:52.729424  3512 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet eaff3acde32c4a47803341af028b0bab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:52.741246  3511 tablet_service.cc:1511] Processing CreateTablet for tablet ae0c72c2200b44c1a6d3962e65c5ab24 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:52.742753  3511 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ae0c72c2200b44c1a6d3962e65c5ab24. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:52.758899  3646 tablet_bootstrap.cc:492] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0: Bootstrap starting.
I20260608 12:39:52.762598  3647 tablet_bootstrap.cc:492] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8: Bootstrap starting.
I20260608 12:39:52.780575  3646 tablet_bootstrap.cc:654] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:52.785532  3512 tablet_service.cc:1511] Processing CreateTablet for tablet f0fc7530061345beaada797715868e07 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:52.786669  3647 tablet_bootstrap.cc:654] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:52.787814  3512 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f0fc7530061345beaada797715868e07. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:52.801337  3645 tablet_bootstrap.cc:492] T 1126a095e99e4a2bb1e7412b6b866f18 P a8be0ba45d15436e8cfda38fd768d2d3: No bootstrap required, opened a new log
I20260608 12:39:52.802386  3645 ts_tablet_manager.cc:1403] T 1126a095e99e4a2bb1e7412b6b866f18 P a8be0ba45d15436e8cfda38fd768d2d3: Time spent bootstrapping tablet: real 0.114s	user 0.019s	sys 0.013s
I20260608 12:39:52.806990  3647 tablet_bootstrap.cc:492] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8: No bootstrap required, opened a new log
I20260608 12:39:52.807562  3647 ts_tablet_manager.cc:1403] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8: Time spent bootstrapping tablet: real 0.045s	user 0.014s	sys 0.003s
I20260608 12:39:52.810842  3647 raft_consensus.cc:359] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:52.811605  3647 raft_consensus.cc:385] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:52.811919  3647 raft_consensus.cc:740] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a4e041d14d69489eb44f51c96bbbb9d8, State: Initialized, Role: FOLLOWER
I20260608 12:39:52.812628  3645 raft_consensus.cc:359] T 1126a095e99e4a2bb1e7412b6b866f18 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:52.812764  3647 consensus_queue.cc:260] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:52.813482  3645 raft_consensus.cc:385] T 1126a095e99e4a2bb1e7412b6b866f18 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:52.813807  3645 raft_consensus.cc:740] T 1126a095e99e4a2bb1e7412b6b866f18 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8be0ba45d15436e8cfda38fd768d2d3, State: Initialized, Role: FOLLOWER
I20260608 12:39:52.814795  3646 tablet_bootstrap.cc:492] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0: No bootstrap required, opened a new log
I20260608 12:39:52.814631  3645 consensus_queue.cc:260] T 1126a095e99e4a2bb1e7412b6b866f18 P a8be0ba45d15436e8cfda38fd768d2d3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:52.815368  3646 ts_tablet_manager.cc:1403] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0: Time spent bootstrapping tablet: real 0.057s	user 0.012s	sys 0.000s
I20260608 12:39:52.817903  3647 ts_tablet_manager.cc:1434] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260608 12:39:52.818671  3646 raft_consensus.cc:359] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:52.819337  3647 tablet_bootstrap.cc:492] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8: Bootstrap starting.
I20260608 12:39:52.819537  3646 raft_consensus.cc:385] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:52.819993  3646 raft_consensus.cc:740] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 033c56a049b44850b99cd37ad0ef95f0, State: Initialized, Role: FOLLOWER
I20260608 12:39:52.821061  3646 consensus_queue.cc:260] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:52.831130  3646 ts_tablet_manager.cc:1434] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0: Time spent starting tablet: real 0.015s	user 0.013s	sys 0.000s
I20260608 12:39:52.831467  3645 ts_tablet_manager.cc:1434] T 1126a095e99e4a2bb1e7412b6b866f18 P a8be0ba45d15436e8cfda38fd768d2d3: Time spent starting tablet: real 0.028s	user 0.011s	sys 0.011s
I20260608 12:39:52.832581  3645 tablet_bootstrap.cc:492] T 5d148183ce174a469f9101727c63c3fb P a8be0ba45d15436e8cfda38fd768d2d3: Bootstrap starting.
I20260608 12:39:52.835559  3646 tablet_bootstrap.cc:492] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0: Bootstrap starting.
I20260608 12:39:52.836597  3647 tablet_bootstrap.cc:654] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:52.839172  3645 tablet_bootstrap.cc:654] T 5d148183ce174a469f9101727c63c3fb P a8be0ba45d15436e8cfda38fd768d2d3: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:52.842955  3646 tablet_bootstrap.cc:654] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:52.853190  3647 tablet_bootstrap.cc:492] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8: No bootstrap required, opened a new log
I20260608 12:39:52.853895  3647 ts_tablet_manager.cc:1403] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8: Time spent bootstrapping tablet: real 0.035s	user 0.008s	sys 0.012s
I20260608 12:39:52.859966  3646 tablet_bootstrap.cc:492] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0: No bootstrap required, opened a new log
I20260608 12:39:52.859966  3647 raft_consensus.cc:359] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:52.860719  3646 ts_tablet_manager.cc:1403] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0: Time spent bootstrapping tablet: real 0.025s	user 0.012s	sys 0.011s
I20260608 12:39:52.860800  3647 raft_consensus.cc:385] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:52.861191  3647 raft_consensus.cc:740] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a4e041d14d69489eb44f51c96bbbb9d8, State: Initialized, Role: FOLLOWER
I20260608 12:39:52.862099  3645 tablet_bootstrap.cc:492] T 5d148183ce174a469f9101727c63c3fb P a8be0ba45d15436e8cfda38fd768d2d3: No bootstrap required, opened a new log
I20260608 12:39:52.861999  3647 consensus_queue.cc:260] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:52.862634  3645 ts_tablet_manager.cc:1403] T 5d148183ce174a469f9101727c63c3fb P a8be0ba45d15436e8cfda38fd768d2d3: Time spent bootstrapping tablet: real 0.030s	user 0.016s	sys 0.011s
I20260608 12:39:52.863508  3646 raft_consensus.cc:359] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:52.864205  3646 raft_consensus.cc:385] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:52.864346  3647 ts_tablet_manager.cc:1434] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.002s
I20260608 12:39:52.864598  3646 raft_consensus.cc:740] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 033c56a049b44850b99cd37ad0ef95f0, State: Initialized, Role: FOLLOWER
I20260608 12:39:52.865427  3647 tablet_bootstrap.cc:492] T ae0c72c2200b44c1a6d3962e65c5ab24 P a4e041d14d69489eb44f51c96bbbb9d8: Bootstrap starting.
I20260608 12:39:52.865605  3645 raft_consensus.cc:359] T 5d148183ce174a469f9101727c63c3fb P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:52.865547  3646 consensus_queue.cc:260] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:52.868268  3645 raft_consensus.cc:385] T 5d148183ce174a469f9101727c63c3fb P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:52.868634  3645 raft_consensus.cc:740] T 5d148183ce174a469f9101727c63c3fb P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8be0ba45d15436e8cfda38fd768d2d3, State: Initialized, Role: FOLLOWER
I20260608 12:39:52.870007  3646 ts_tablet_manager.cc:1434] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 12:39:52.869573  3645 consensus_queue.cc:260] T 5d148183ce174a469f9101727c63c3fb P a8be0ba45d15436e8cfda38fd768d2d3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:52.872802  3647 tablet_bootstrap.cc:654] T ae0c72c2200b44c1a6d3962e65c5ab24 P a4e041d14d69489eb44f51c96bbbb9d8: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:52.874316  3646 tablet_bootstrap.cc:492] T f0fc7530061345beaada797715868e07 P 033c56a049b44850b99cd37ad0ef95f0: Bootstrap starting.
I20260608 12:39:52.880163  3645 ts_tablet_manager.cc:1434] T 5d148183ce174a469f9101727c63c3fb P a8be0ba45d15436e8cfda38fd768d2d3: Time spent starting tablet: real 0.017s	user 0.003s	sys 0.008s
I20260608 12:39:52.881558  3646 tablet_bootstrap.cc:654] T f0fc7530061345beaada797715868e07 P 033c56a049b44850b99cd37ad0ef95f0: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:52.885123  3647 tablet_bootstrap.cc:492] T ae0c72c2200b44c1a6d3962e65c5ab24 P a4e041d14d69489eb44f51c96bbbb9d8: No bootstrap required, opened a new log
I20260608 12:39:52.885634  3647 ts_tablet_manager.cc:1403] T ae0c72c2200b44c1a6d3962e65c5ab24 P a4e041d14d69489eb44f51c96bbbb9d8: Time spent bootstrapping tablet: real 0.020s	user 0.013s	sys 0.004s
I20260608 12:39:52.888402  3645 tablet_bootstrap.cc:492] T 85f747d3bfbe40fe9838fdc2acf7d454 P a8be0ba45d15436e8cfda38fd768d2d3: Bootstrap starting.
I20260608 12:39:52.888665  3647 raft_consensus.cc:359] T ae0c72c2200b44c1a6d3962e65c5ab24 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:52.889376  3647 raft_consensus.cc:385] T ae0c72c2200b44c1a6d3962e65c5ab24 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:52.889662  3647 raft_consensus.cc:740] T ae0c72c2200b44c1a6d3962e65c5ab24 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a4e041d14d69489eb44f51c96bbbb9d8, State: Initialized, Role: FOLLOWER
I20260608 12:39:52.890651  3647 consensus_queue.cc:260] T ae0c72c2200b44c1a6d3962e65c5ab24 P a4e041d14d69489eb44f51c96bbbb9d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:52.892927  3647 ts_tablet_manager.cc:1434] T ae0c72c2200b44c1a6d3962e65c5ab24 P a4e041d14d69489eb44f51c96bbbb9d8: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:39:52.894169  3647 tablet_bootstrap.cc:492] T 6236ed4075fc48519c126e8655f1a714 P a4e041d14d69489eb44f51c96bbbb9d8: Bootstrap starting.
I20260608 12:39:52.897209  3645 tablet_bootstrap.cc:654] T 85f747d3bfbe40fe9838fdc2acf7d454 P a8be0ba45d15436e8cfda38fd768d2d3: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:52.900629  3647 tablet_bootstrap.cc:654] T 6236ed4075fc48519c126e8655f1a714 P a4e041d14d69489eb44f51c96bbbb9d8: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:52.907487  3646 tablet_bootstrap.cc:492] T f0fc7530061345beaada797715868e07 P 033c56a049b44850b99cd37ad0ef95f0: No bootstrap required, opened a new log
I20260608 12:39:52.907987  3646 ts_tablet_manager.cc:1403] T f0fc7530061345beaada797715868e07 P 033c56a049b44850b99cd37ad0ef95f0: Time spent bootstrapping tablet: real 0.034s	user 0.015s	sys 0.015s
I20260608 12:39:52.908448  3645 tablet_bootstrap.cc:492] T 85f747d3bfbe40fe9838fdc2acf7d454 P a8be0ba45d15436e8cfda38fd768d2d3: No bootstrap required, opened a new log
I20260608 12:39:52.908563  3647 tablet_bootstrap.cc:492] T 6236ed4075fc48519c126e8655f1a714 P a4e041d14d69489eb44f51c96bbbb9d8: No bootstrap required, opened a new log
I20260608 12:39:52.908988  3645 ts_tablet_manager.cc:1403] T 85f747d3bfbe40fe9838fdc2acf7d454 P a8be0ba45d15436e8cfda38fd768d2d3: Time spent bootstrapping tablet: real 0.021s	user 0.015s	sys 0.002s
I20260608 12:39:52.909037  3647 ts_tablet_manager.cc:1403] T 6236ed4075fc48519c126e8655f1a714 P a4e041d14d69489eb44f51c96bbbb9d8: Time spent bootstrapping tablet: real 0.015s	user 0.011s	sys 0.000s
I20260608 12:39:52.910274  3646 raft_consensus.cc:359] T f0fc7530061345beaada797715868e07 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:52.910851  3646 raft_consensus.cc:385] T f0fc7530061345beaada797715868e07 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:52.911190  3646 raft_consensus.cc:740] T f0fc7530061345beaada797715868e07 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 033c56a049b44850b99cd37ad0ef95f0, State: Initialized, Role: FOLLOWER
I20260608 12:39:52.912046  3646 consensus_queue.cc:260] T f0fc7530061345beaada797715868e07 P 033c56a049b44850b99cd37ad0ef95f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:52.912106  3647 raft_consensus.cc:359] T 6236ed4075fc48519c126e8655f1a714 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:52.913009  3647 raft_consensus.cc:385] T 6236ed4075fc48519c126e8655f1a714 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:52.913322  3647 raft_consensus.cc:740] T 6236ed4075fc48519c126e8655f1a714 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a4e041d14d69489eb44f51c96bbbb9d8, State: Initialized, Role: FOLLOWER
I20260608 12:39:52.913620  3645 raft_consensus.cc:359] T 85f747d3bfbe40fe9838fdc2acf7d454 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:52.914337  3645 raft_consensus.cc:385] T 85f747d3bfbe40fe9838fdc2acf7d454 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:52.914124  3647 consensus_queue.cc:260] T 6236ed4075fc48519c126e8655f1a714 P a4e041d14d69489eb44f51c96bbbb9d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:52.914641  3645 raft_consensus.cc:740] T 85f747d3bfbe40fe9838fdc2acf7d454 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8be0ba45d15436e8cfda38fd768d2d3, State: Initialized, Role: FOLLOWER
I20260608 12:39:52.916236  3646 ts_tablet_manager.cc:1434] T f0fc7530061345beaada797715868e07 P 033c56a049b44850b99cd37ad0ef95f0: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:39:52.915663  3645 consensus_queue.cc:260] T 85f747d3bfbe40fe9838fdc2acf7d454 P a8be0ba45d15436e8cfda38fd768d2d3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:52.917383  3646 tablet_bootstrap.cc:492] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0: Bootstrap starting.
I20260608 12:39:52.918265  3647 ts_tablet_manager.cc:1434] T 6236ed4075fc48519c126e8655f1a714 P a4e041d14d69489eb44f51c96bbbb9d8: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260608 12:39:52.919307  3647 tablet_bootstrap.cc:492] T 6582400cd8ec477abc2fd13de1d9ee67 P a4e041d14d69489eb44f51c96bbbb9d8: Bootstrap starting.
I20260608 12:39:52.924360  3646 tablet_bootstrap.cc:654] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:52.925117  3645 ts_tablet_manager.cc:1434] T 85f747d3bfbe40fe9838fdc2acf7d454 P a8be0ba45d15436e8cfda38fd768d2d3: Time spent starting tablet: real 0.016s	user 0.007s	sys 0.000s
I20260608 12:39:52.925349  3647 tablet_bootstrap.cc:654] T 6582400cd8ec477abc2fd13de1d9ee67 P a4e041d14d69489eb44f51c96bbbb9d8: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:52.935226  3646 tablet_bootstrap.cc:492] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0: No bootstrap required, opened a new log
I20260608 12:39:52.935714  3646 ts_tablet_manager.cc:1403] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0: Time spent bootstrapping tablet: real 0.019s	user 0.009s	sys 0.009s
I20260608 12:39:52.937291  3645 tablet_bootstrap.cc:492] T eaff3acde32c4a47803341af028b0bab P a8be0ba45d15436e8cfda38fd768d2d3: Bootstrap starting.
I20260608 12:39:52.938791  3646 raft_consensus.cc:359] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:52.939560  3646 raft_consensus.cc:385] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:52.939869  3646 raft_consensus.cc:740] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 033c56a049b44850b99cd37ad0ef95f0, State: Initialized, Role: FOLLOWER
I20260608 12:39:52.940927  3646 consensus_queue.cc:260] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:52.943827  3646 ts_tablet_manager.cc:1434] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.002s
I20260608 12:39:52.945024  3646 tablet_bootstrap.cc:492] T 5d148183ce174a469f9101727c63c3fb P 033c56a049b44850b99cd37ad0ef95f0: Bootstrap starting.
I20260608 12:39:52.948954  3645 tablet_bootstrap.cc:654] T eaff3acde32c4a47803341af028b0bab P a8be0ba45d15436e8cfda38fd768d2d3: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:52.952073  3646 tablet_bootstrap.cc:654] T 5d148183ce174a469f9101727c63c3fb P 033c56a049b44850b99cd37ad0ef95f0: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:52.953346  3647 tablet_bootstrap.cc:492] T 6582400cd8ec477abc2fd13de1d9ee67 P a4e041d14d69489eb44f51c96bbbb9d8: No bootstrap required, opened a new log
I20260608 12:39:52.954012  3647 ts_tablet_manager.cc:1403] T 6582400cd8ec477abc2fd13de1d9ee67 P a4e041d14d69489eb44f51c96bbbb9d8: Time spent bootstrapping tablet: real 0.035s	user 0.019s	sys 0.012s
I20260608 12:39:52.956050  3653 raft_consensus.cc:493] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:52.956418  3645 tablet_bootstrap.cc:492] T eaff3acde32c4a47803341af028b0bab P a8be0ba45d15436e8cfda38fd768d2d3: No bootstrap required, opened a new log
I20260608 12:39:52.956976  3645 ts_tablet_manager.cc:1403] T eaff3acde32c4a47803341af028b0bab P a8be0ba45d15436e8cfda38fd768d2d3: Time spent bootstrapping tablet: real 0.020s	user 0.013s	sys 0.004s
I20260608 12:39:52.956672  3653 raft_consensus.cc:515] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:52.957755  3647 raft_consensus.cc:359] T 6582400cd8ec477abc2fd13de1d9ee67 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:52.958598  3647 raft_consensus.cc:385] T 6582400cd8ec477abc2fd13de1d9ee67 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:52.958927  3647 raft_consensus.cc:740] T 6582400cd8ec477abc2fd13de1d9ee67 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a4e041d14d69489eb44f51c96bbbb9d8, State: Initialized, Role: FOLLOWER
I20260608 12:39:52.959877  3647 consensus_queue.cc:260] T 6582400cd8ec477abc2fd13de1d9ee67 P a4e041d14d69489eb44f51c96bbbb9d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:52.959965  3645 raft_consensus.cc:359] T eaff3acde32c4a47803341af028b0bab P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:52.961126  3645 raft_consensus.cc:385] T eaff3acde32c4a47803341af028b0bab P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:52.961478  3645 raft_consensus.cc:740] T eaff3acde32c4a47803341af028b0bab P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8be0ba45d15436e8cfda38fd768d2d3, State: Initialized, Role: FOLLOWER
I20260608 12:39:52.962774  3647 ts_tablet_manager.cc:1434] T 6582400cd8ec477abc2fd13de1d9ee67 P a4e041d14d69489eb44f51c96bbbb9d8: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.003s
I20260608 12:39:52.962463  3645 consensus_queue.cc:260] T eaff3acde32c4a47803341af028b0bab P a8be0ba45d15436e8cfda38fd768d2d3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:52.963996  3647 tablet_bootstrap.cc:492] T eaff3acde32c4a47803341af028b0bab P a4e041d14d69489eb44f51c96bbbb9d8: Bootstrap starting.
I20260608 12:39:52.971951  3653 leader_election.cc:290] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977), a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195:36067)
I20260608 12:39:52.973349  3646 tablet_bootstrap.cc:492] T 5d148183ce174a469f9101727c63c3fb P 033c56a049b44850b99cd37ad0ef95f0: No bootstrap required, opened a new log
I20260608 12:39:52.974010  3646 ts_tablet_manager.cc:1403] T 5d148183ce174a469f9101727c63c3fb P 033c56a049b44850b99cd37ad0ef95f0: Time spent bootstrapping tablet: real 0.029s	user 0.013s	sys 0.000s
I20260608 12:39:52.974221  3645 ts_tablet_manager.cc:1434] T eaff3acde32c4a47803341af028b0bab P a8be0ba45d15436e8cfda38fd768d2d3: Time spent starting tablet: real 0.017s	user 0.004s	sys 0.005s
I20260608 12:39:52.977662  3646 raft_consensus.cc:359] T 5d148183ce174a469f9101727c63c3fb P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:52.978524  3646 raft_consensus.cc:385] T 5d148183ce174a469f9101727c63c3fb P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:52.978895  3646 raft_consensus.cc:740] T 5d148183ce174a469f9101727c63c3fb P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 033c56a049b44850b99cd37ad0ef95f0, State: Initialized, Role: FOLLOWER
I20260608 12:39:52.979753  3645 tablet_bootstrap.cc:492] T 6236ed4075fc48519c126e8655f1a714 P a8be0ba45d15436e8cfda38fd768d2d3: Bootstrap starting.
I20260608 12:39:52.979816  3646 consensus_queue.cc:260] T 5d148183ce174a469f9101727c63c3fb P 033c56a049b44850b99cd37ad0ef95f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:52.982762  3646 ts_tablet_manager.cc:1434] T 5d148183ce174a469f9101727c63c3fb P 033c56a049b44850b99cd37ad0ef95f0: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:39:52.983898  3646 tablet_bootstrap.cc:492] T 6582400cd8ec477abc2fd13de1d9ee67 P 033c56a049b44850b99cd37ad0ef95f0: Bootstrap starting.
I20260608 12:39:52.985488  3647 tablet_bootstrap.cc:654] T eaff3acde32c4a47803341af028b0bab P a4e041d14d69489eb44f51c96bbbb9d8: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:52.991631  3646 tablet_bootstrap.cc:654] T 6582400cd8ec477abc2fd13de1d9ee67 P 033c56a049b44850b99cd37ad0ef95f0: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:52.992007  3645 tablet_bootstrap.cc:654] T 6236ed4075fc48519c126e8655f1a714 P a8be0ba45d15436e8cfda38fd768d2d3: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:52.998796  3647 tablet_bootstrap.cc:492] T eaff3acde32c4a47803341af028b0bab P a4e041d14d69489eb44f51c96bbbb9d8: No bootstrap required, opened a new log
I20260608 12:39:52.999562  3647 ts_tablet_manager.cc:1403] T eaff3acde32c4a47803341af028b0bab P a4e041d14d69489eb44f51c96bbbb9d8: Time spent bootstrapping tablet: real 0.036s	user 0.022s	sys 0.001s
I20260608 12:39:53.003607  3647 raft_consensus.cc:359] T eaff3acde32c4a47803341af028b0bab P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.004470  3647 raft_consensus.cc:385] T eaff3acde32c4a47803341af028b0bab P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:53.004848  3647 raft_consensus.cc:740] T eaff3acde32c4a47803341af028b0bab P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a4e041d14d69489eb44f51c96bbbb9d8, State: Initialized, Role: FOLLOWER
I20260608 12:39:53.006039  3647 consensus_queue.cc:260] T eaff3acde32c4a47803341af028b0bab P a4e041d14d69489eb44f51c96bbbb9d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.007477  3651 raft_consensus.cc:493] T eaff3acde32c4a47803341af028b0bab P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:53.008018  3645 tablet_bootstrap.cc:492] T 6236ed4075fc48519c126e8655f1a714 P a8be0ba45d15436e8cfda38fd768d2d3: No bootstrap required, opened a new log
I20260608 12:39:53.007988  3651 raft_consensus.cc:515] T eaff3acde32c4a47803341af028b0bab P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.008622  3645 ts_tablet_manager.cc:1403] T 6236ed4075fc48519c126e8655f1a714 P a8be0ba45d15436e8cfda38fd768d2d3: Time spent bootstrapping tablet: real 0.029s	user 0.002s	sys 0.015s
I20260608 12:39:53.012061  3645 raft_consensus.cc:359] T 6236ed4075fc48519c126e8655f1a714 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.012749  3645 raft_consensus.cc:385] T 6236ed4075fc48519c126e8655f1a714 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:53.013046  3645 raft_consensus.cc:740] T 6236ed4075fc48519c126e8655f1a714 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8be0ba45d15436e8cfda38fd768d2d3, State: Initialized, Role: FOLLOWER
I20260608 12:39:53.013530  3653 raft_consensus.cc:493] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:53.014004  3651 leader_election.cc:290] T eaff3acde32c4a47803341af028b0bab P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277), a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977)
I20260608 12:39:53.013911  3645 consensus_queue.cc:260] T 6236ed4075fc48519c126e8655f1a714 P a8be0ba45d15436e8cfda38fd768d2d3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.014314  3653 raft_consensus.cc:515] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.021471  3645 ts_tablet_manager.cc:1434] T 6236ed4075fc48519c126e8655f1a714 P a8be0ba45d15436e8cfda38fd768d2d3: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.000s
I20260608 12:39:53.024276  3646 tablet_bootstrap.cc:492] T 6582400cd8ec477abc2fd13de1d9ee67 P 033c56a049b44850b99cd37ad0ef95f0: No bootstrap required, opened a new log
I20260608 12:39:53.025910  3646 ts_tablet_manager.cc:1403] T 6582400cd8ec477abc2fd13de1d9ee67 P 033c56a049b44850b99cd37ad0ef95f0: Time spent bootstrapping tablet: real 0.042s	user 0.019s	sys 0.004s
I20260608 12:39:53.026646  3653 leader_election.cc:290] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977), a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195:36067)
I20260608 12:39:53.030272  3646 raft_consensus.cc:359] T 6582400cd8ec477abc2fd13de1d9ee67 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.030792  3645 tablet_bootstrap.cc:492] T 6582400cd8ec477abc2fd13de1d9ee67 P a8be0ba45d15436e8cfda38fd768d2d3: Bootstrap starting.
I20260608 12:39:53.045097  3653 raft_consensus.cc:493] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:53.049173  3653 raft_consensus.cc:515] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.051766  3653 leader_election.cc:290] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977), a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195:36067)
I20260608 12:39:53.052716  3451 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eaff3acde32c4a47803341af028b0bab" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "033c56a049b44850b99cd37ad0ef95f0" is_pre_election: true
I20260608 12:39:53.053500  3451 raft_consensus.cc:2468] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 0.
I20260608 12:39:53.055684  3645 tablet_bootstrap.cc:654] T 6582400cd8ec477abc2fd13de1d9ee67 P a8be0ba45d15436e8cfda38fd768d2d3: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:53.056896  3600 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6236ed4075fc48519c126e8655f1a714" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" is_pre_election: true
I20260608 12:39:53.057669  3600 raft_consensus.cc:2468] T 6236ed4075fc48519c126e8655f1a714 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 033c56a049b44850b99cd37ad0ef95f0 in term 0.
I20260608 12:39:53.057883  3647 ts_tablet_manager.cc:1434] T eaff3acde32c4a47803341af028b0bab P a4e041d14d69489eb44f51c96bbbb9d8: Time spent starting tablet: real 0.058s	user 0.025s	sys 0.019s
I20260608 12:39:53.058533  3646 raft_consensus.cc:385] T 6582400cd8ec477abc2fd13de1d9ee67 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:53.058888  3646 raft_consensus.cc:740] T 6582400cd8ec477abc2fd13de1d9ee67 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 033c56a049b44850b99cd37ad0ef95f0, State: Initialized, Role: FOLLOWER
I20260608 12:39:53.059154  3647 tablet_bootstrap.cc:492] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8: Bootstrap starting.
I20260608 12:39:53.059563  3526 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6236ed4075fc48519c126e8655f1a714" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" is_pre_election: true
I20260608 12:39:53.059832  3646 consensus_queue.cc:260] T 6582400cd8ec477abc2fd13de1d9ee67 P 033c56a049b44850b99cd37ad0ef95f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.060269  3526 raft_consensus.cc:2468] T 6236ed4075fc48519c126e8655f1a714 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 033c56a049b44850b99cd37ad0ef95f0 in term 0.
I20260608 12:39:53.060464  3599 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae0c72c2200b44c1a6d3962e65c5ab24" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" is_pre_election: true
I20260608 12:39:53.061285  3599 raft_consensus.cc:2468] T ae0c72c2200b44c1a6d3962e65c5ab24 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 033c56a049b44850b99cd37ad0ef95f0 in term 0.
I20260608 12:39:53.061869  3417 leader_election.cc:304] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 033c56a049b44850b99cd37ad0ef95f0, a8be0ba45d15436e8cfda38fd768d2d3; no voters: 
I20260608 12:39:53.062369  3646 ts_tablet_manager.cc:1434] T 6582400cd8ec477abc2fd13de1d9ee67 P 033c56a049b44850b99cd37ad0ef95f0: Time spent starting tablet: real 0.036s	user 0.005s	sys 0.000s
I20260608 12:39:53.062477  3598 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eaff3acde32c4a47803341af028b0bab" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" is_pre_election: true
I20260608 12:39:53.062798  3653 raft_consensus.cc:2804] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:53.063184  3653 raft_consensus.cc:493] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:53.063294  3598 raft_consensus.cc:2468] T eaff3acde32c4a47803341af028b0bab P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 033c56a049b44850b99cd37ad0ef95f0 in term 0.
I20260608 12:39:53.063578  3653 raft_consensus.cc:3060] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:53.066696  3525 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae0c72c2200b44c1a6d3962e65c5ab24" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" is_pre_election: true
I20260608 12:39:53.068439  3524 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eaff3acde32c4a47803341af028b0bab" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" is_pre_election: true
W20260608 12:39:53.068719  3417 leader_election.cc:343] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:53.069176  3524 raft_consensus.cc:2468] T eaff3acde32c4a47803341af028b0bab P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 033c56a049b44850b99cd37ad0ef95f0 in term 0.
I20260608 12:39:53.069818  3647 tablet_bootstrap.cc:654] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:53.070829  3417 leader_election.cc:304] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 033c56a049b44850b99cd37ad0ef95f0, a8be0ba45d15436e8cfda38fd768d2d3; no voters: 
I20260608 12:39:53.075248  3670 raft_consensus.cc:493] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:53.075940  3414 leader_election.cc:304] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [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: 033c56a049b44850b99cd37ad0ef95f0, a4e041d14d69489eb44f51c96bbbb9d8; no voters: a8be0ba45d15436e8cfda38fd768d2d3
I20260608 12:39:53.075883  3670 raft_consensus.cc:515] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.063520  3646 tablet_bootstrap.cc:492] T 1126a095e99e4a2bb1e7412b6b866f18 P 033c56a049b44850b99cd37ad0ef95f0: Bootstrap starting.
I20260608 12:39:53.084972  3677 raft_consensus.cc:2804] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:53.085492  3677 raft_consensus.cc:493] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:53.085377  3653 raft_consensus.cc:515] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.085980  3677 raft_consensus.cc:3060] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:53.088011  3653 leader_election.cc:290] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [CANDIDATE]: Term 1 election: Requested vote from peers a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977), a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195:36067)
I20260608 12:39:53.088656  3653 raft_consensus.cc:2804] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:53.089349  3651 raft_consensus.cc:493] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:53.090096  3651 raft_consensus.cc:515] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.091343  3598 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6236ed4075fc48519c126e8655f1a714" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a4e041d14d69489eb44f51c96bbbb9d8"
I20260608 12:39:53.077728  3566 leader_election.cc:304] T eaff3acde32c4a47803341af028b0bab P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 033c56a049b44850b99cd37ad0ef95f0, a4e041d14d69489eb44f51c96bbbb9d8; no voters: 
I20260608 12:39:53.091725  3653 raft_consensus.cc:493] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:53.099376  3653 raft_consensus.cc:3060] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:53.100508  3670 leader_election.cc:290] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277), a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977)
I20260608 12:39:53.096597  3598 raft_consensus.cc:3060] T 6236ed4075fc48519c126e8655f1a714 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:39:53.102782  3566 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.193:43277, user_credentials={real_user=slave}} blocked reactor thread for 47925.4us
I20260608 12:39:53.103128  3651 leader_election.cc:290] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277), a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977)
I20260608 12:39:53.103755  3670 raft_consensus.cc:2804] T eaff3acde32c4a47803341af028b0bab P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:53.104120  3670 raft_consensus.cc:493] T eaff3acde32c4a47803341af028b0bab P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:53.104492  3670 raft_consensus.cc:3060] T eaff3acde32c4a47803341af028b0bab P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:53.106978  3525 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eaff3acde32c4a47803341af028b0bab" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" is_pre_election: true
I20260608 12:39:53.107657  3525 raft_consensus.cc:2468] T eaff3acde32c4a47803341af028b0bab P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 0.
I20260608 12:39:53.108795  3526 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1126a095e99e4a2bb1e7412b6b866f18" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" is_pre_election: true
I20260608 12:39:53.109444  3526 raft_consensus.cc:2468] T 1126a095e99e4a2bb1e7412b6b866f18 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 0.
I20260608 12:39:53.111368  3523 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "85f747d3bfbe40fe9838fdc2acf7d454" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" is_pre_election: true
I20260608 12:39:53.104458  3451 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1126a095e99e4a2bb1e7412b6b866f18" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "033c56a049b44850b99cd37ad0ef95f0" is_pre_election: true
I20260608 12:39:53.111929  3566 leader_election.cc:304] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a4e041d14d69489eb44f51c96bbbb9d8, a8be0ba45d15436e8cfda38fd768d2d3; no voters: 
I20260608 12:39:53.112108  3523 raft_consensus.cc:2468] T 85f747d3bfbe40fe9838fdc2acf7d454 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 0.
I20260608 12:39:53.105046  3524 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6236ed4075fc48519c126e8655f1a714" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3"
I20260608 12:39:53.113059  3524 raft_consensus.cc:3060] T 6236ed4075fc48519c126e8655f1a714 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:53.113160  3450 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "85f747d3bfbe40fe9838fdc2acf7d454" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "033c56a049b44850b99cd37ad0ef95f0" is_pre_election: true
I20260608 12:39:53.114368  3651 raft_consensus.cc:2804] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:53.114745  3651 raft_consensus.cc:493] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:53.115069  3651 raft_consensus.cc:3060] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:53.115553  3677 raft_consensus.cc:515] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.119689  3523 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eaff3acde32c4a47803341af028b0bab" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3"
I20260608 12:39:53.119882  3599 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eaff3acde32c4a47803341af028b0bab" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a4e041d14d69489eb44f51c96bbbb9d8"
I20260608 12:39:53.120345  3523 raft_consensus.cc:3060] T eaff3acde32c4a47803341af028b0bab P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:39:53.119844  3566 leader_election.cc:343] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:53.121678  3524 raft_consensus.cc:2468] T 6236ed4075fc48519c126e8655f1a714 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 033c56a049b44850b99cd37ad0ef95f0 in term 1.
W20260608 12:39:53.121768  3566 leader_election.cc:343] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:53.122946  3653 raft_consensus.cc:515] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.123854  3677 leader_election.cc:290] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [CANDIDATE]: Term 1 election: Requested vote from peers a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977), a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195:36067)
W20260608 12:39:53.125451  3397 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:39:53.126202  3645 tablet_bootstrap.cc:492] T 6582400cd8ec477abc2fd13de1d9ee67 P a8be0ba45d15436e8cfda38fd768d2d3: No bootstrap required, opened a new log
I20260608 12:39:53.126628  3645 ts_tablet_manager.cc:1403] T 6582400cd8ec477abc2fd13de1d9ee67 P a8be0ba45d15436e8cfda38fd768d2d3: Time spent bootstrapping tablet: real 0.096s	user 0.007s	sys 0.030s
I20260608 12:39:53.126570  3402 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
W20260608 12:39:53.127928  3402 auto_leader_rebalancer.cc:460] the master instance isn't leader: Service unavailable: Tablet not running
I20260608 12:39:53.131310  3645 raft_consensus.cc:359] T 6582400cd8ec477abc2fd13de1d9ee67 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.131556  3670 raft_consensus.cc:515] T eaff3acde32c4a47803341af028b0bab P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.132040  3600 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae0c72c2200b44c1a6d3962e65c5ab24" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a4e041d14d69489eb44f51c96bbbb9d8"
I20260608 12:39:53.132277  3645 raft_consensus.cc:385] T 6582400cd8ec477abc2fd13de1d9ee67 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:53.132740  3645 raft_consensus.cc:740] T 6582400cd8ec477abc2fd13de1d9ee67 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8be0ba45d15436e8cfda38fd768d2d3, State: Initialized, Role: FOLLOWER
I20260608 12:39:53.133162  3599 raft_consensus.cc:2393] T eaff3acde32c4a47803341af028b0bab P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 033c56a049b44850b99cd37ad0ef95f0 in current term 1: Already voted for candidate a4e041d14d69489eb44f51c96bbbb9d8 in this term.
I20260608 12:39:53.133988  3670 leader_election.cc:290] T eaff3acde32c4a47803341af028b0bab P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 election: Requested vote from peers 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277), a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977)
I20260608 12:39:53.134253  3647 tablet_bootstrap.cc:492] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8: No bootstrap required, opened a new log
I20260608 12:39:53.133903  3645 consensus_queue.cc:260] T 6582400cd8ec477abc2fd13de1d9ee67 P a8be0ba45d15436e8cfda38fd768d2d3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.135043  3647 ts_tablet_manager.cc:1403] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8: Time spent bootstrapping tablet: real 0.076s	user 0.014s	sys 0.013s
I20260608 12:39:53.132702  3600 raft_consensus.cc:3060] T ae0c72c2200b44c1a6d3962e65c5ab24 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:53.137612  3417 leader_election.cc:304] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 033c56a049b44850b99cd37ad0ef95f0, a8be0ba45d15436e8cfda38fd768d2d3; no voters: 
I20260608 12:39:53.138960  3647 raft_consensus.cc:359] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.139811  3647 raft_consensus.cc:385] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:53.140244  3645 ts_tablet_manager.cc:1434] T 6582400cd8ec477abc2fd13de1d9ee67 P a8be0ba45d15436e8cfda38fd768d2d3: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.005s
I20260608 12:39:53.140167  3647 raft_consensus.cc:740] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a4e041d14d69489eb44f51c96bbbb9d8, State: Initialized, Role: FOLLOWER
I20260608 12:39:53.141579  3645 tablet_bootstrap.cc:492] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3: Bootstrap starting.
I20260608 12:39:53.141390  3647 consensus_queue.cc:260] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.129835  3566 leader_election.cc:304] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8 [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: a4e041d14d69489eb44f51c96bbbb9d8, a8be0ba45d15436e8cfda38fd768d2d3; no voters: 033c56a049b44850b99cd37ad0ef95f0
I20260608 12:39:53.144254  3670 raft_consensus.cc:2804] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:53.144683  3670 raft_consensus.cc:493] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:53.145495  3450 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eaff3acde32c4a47803341af028b0bab" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "033c56a049b44850b99cd37ad0ef95f0"
I20260608 12:39:53.146416  3450 raft_consensus.cc:2393] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate a4e041d14d69489eb44f51c96bbbb9d8 in current term 1: Already voted for candidate 033c56a049b44850b99cd37ad0ef95f0 in this term.
I20260608 12:39:53.146457  3523 raft_consensus.cc:2468] T eaff3acde32c4a47803341af028b0bab P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 033c56a049b44850b99cd37ad0ef95f0 in term 1.
I20260608 12:39:53.147989  3598 raft_consensus.cc:2468] T 6236ed4075fc48519c126e8655f1a714 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 033c56a049b44850b99cd37ad0ef95f0 in term 1.
I20260608 12:39:53.150030  3645 tablet_bootstrap.cc:654] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:53.150569  3600 raft_consensus.cc:2468] T ae0c72c2200b44c1a6d3962e65c5ab24 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 033c56a049b44850b99cd37ad0ef95f0 in term 1.
I20260608 12:39:53.151901  3414 leader_election.cc:304] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 033c56a049b44850b99cd37ad0ef95f0, a4e041d14d69489eb44f51c96bbbb9d8; no voters: 
I20260608 12:39:53.153688  3653 leader_election.cc:290] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [CANDIDATE]: Term 1 election: Requested vote from peers a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977), a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195:36067)
I20260608 12:39:53.154513  3523 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eaff3acde32c4a47803341af028b0bab" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3"
I20260608 12:39:53.154716  3651 raft_consensus.cc:515] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.155330  3523 raft_consensus.cc:2393] T eaff3acde32c4a47803341af028b0bab P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate a4e041d14d69489eb44f51c96bbbb9d8 in current term 1: Already voted for candidate 033c56a049b44850b99cd37ad0ef95f0 in this term.
I20260608 12:39:53.156461  3566 leader_election.cc:304] T eaff3acde32c4a47803341af028b0bab P a4e041d14d69489eb44f51c96bbbb9d8 [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: a4e041d14d69489eb44f51c96bbbb9d8; no voters: 033c56a049b44850b99cd37ad0ef95f0, a8be0ba45d15436e8cfda38fd768d2d3
I20260608 12:39:53.156937  3651 leader_election.cc:290] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 election: Requested vote from peers 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277), a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977)
I20260608 12:39:53.145071  3670 raft_consensus.cc:3060] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:53.158183  3677 raft_consensus.cc:2804] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:53.158357  3675 raft_consensus.cc:2804] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:53.160964  3417 leader_election.cc:304] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [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: 033c56a049b44850b99cd37ad0ef95f0, a8be0ba45d15436e8cfda38fd768d2d3; no voters: a4e041d14d69489eb44f51c96bbbb9d8
I20260608 12:39:53.165036  3646 tablet_bootstrap.cc:654] T 1126a095e99e4a2bb1e7412b6b866f18 P 033c56a049b44850b99cd37ad0ef95f0: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:53.166867  3523 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae0c72c2200b44c1a6d3962e65c5ab24" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3"
I20260608 12:39:53.168362  3651 raft_consensus.cc:2749] T eaff3acde32c4a47803341af028b0bab P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:39:53.169307  3647 ts_tablet_manager.cc:1434] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8: Time spent starting tablet: real 0.034s	user 0.008s	sys 0.000s
I20260608 12:39:53.169679  3653 raft_consensus.cc:2804] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:53.170362  3653 raft_consensus.cc:697] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [term 1 LEADER]: Becoming Leader. State: Replica: 033c56a049b44850b99cd37ad0ef95f0, State: Running, Role: LEADER
I20260608 12:39:53.171571  3653 consensus_queue.cc:237] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.173550  3675 raft_consensus.cc:697] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 LEADER]: Becoming Leader. State: Replica: 033c56a049b44850b99cd37ad0ef95f0, State: Running, Role: LEADER
I20260608 12:39:53.174018  3677 raft_consensus.cc:697] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 LEADER]: Becoming Leader. State: Replica: 033c56a049b44850b99cd37ad0ef95f0, State: Running, Role: LEADER
I20260608 12:39:53.174675  3675 consensus_queue.cc:237] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.175220  3677 consensus_queue.cc:237] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.179246  3647 tablet_bootstrap.cc:492] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8: Bootstrap starting.
W20260608 12:39:53.183563  3417 leader_election.cc:343] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:53.188910  3670 raft_consensus.cc:515] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.192145  3670 leader_election.cc:290] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 election: Requested vote from peers 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277), a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977)
I20260608 12:39:53.195237  3450 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1126a095e99e4a2bb1e7412b6b866f18" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "033c56a049b44850b99cd37ad0ef95f0"
I20260608 12:39:53.196332  3647 tablet_bootstrap.cc:654] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:53.198050  3523 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1126a095e99e4a2bb1e7412b6b866f18" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3"
I20260608 12:39:53.198734  3523 raft_consensus.cc:3060] T 1126a095e99e4a2bb1e7412b6b866f18 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:53.203049  3645 tablet_bootstrap.cc:492] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3: No bootstrap required, opened a new log
I20260608 12:39:53.203953  3645 ts_tablet_manager.cc:1403] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3: Time spent bootstrapping tablet: real 0.063s	user 0.013s	sys 0.016s
I20260608 12:39:53.206436  3523 raft_consensus.cc:2468] T 1126a095e99e4a2bb1e7412b6b866f18 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 1.
I20260608 12:39:53.208793  3450 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "85f747d3bfbe40fe9838fdc2acf7d454" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "033c56a049b44850b99cd37ad0ef95f0"
I20260608 12:39:53.209370  3646 tablet_bootstrap.cc:492] T 1126a095e99e4a2bb1e7412b6b866f18 P 033c56a049b44850b99cd37ad0ef95f0: No bootstrap required, opened a new log
I20260608 12:39:53.209856  3646 ts_tablet_manager.cc:1403] T 1126a095e99e4a2bb1e7412b6b866f18 P 033c56a049b44850b99cd37ad0ef95f0: Time spent bootstrapping tablet: real 0.147s	user 0.014s	sys 0.000s
I20260608 12:39:53.211221  3524 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "85f747d3bfbe40fe9838fdc2acf7d454" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3"
I20260608 12:39:53.211854  3524 raft_consensus.cc:3060] T 85f747d3bfbe40fe9838fdc2acf7d454 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:53.213088  3646 raft_consensus.cc:359] T 1126a095e99e4a2bb1e7412b6b866f18 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.213814  3646 raft_consensus.cc:385] T 1126a095e99e4a2bb1e7412b6b866f18 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:53.214092  3646 raft_consensus.cc:740] T 1126a095e99e4a2bb1e7412b6b866f18 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 033c56a049b44850b99cd37ad0ef95f0, State: Initialized, Role: FOLLOWER
I20260608 12:39:53.214969  3646 consensus_queue.cc:260] T 1126a095e99e4a2bb1e7412b6b866f18 P 033c56a049b44850b99cd37ad0ef95f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.218995  3646 ts_tablet_manager.cc:1434] T 1126a095e99e4a2bb1e7412b6b866f18 P 033c56a049b44850b99cd37ad0ef95f0: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.002s
I20260608 12:39:53.219072  3524 raft_consensus.cc:2468] T 85f747d3bfbe40fe9838fdc2acf7d454 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 1.
I20260608 12:39:53.218364  3349 catalog_manager.cc:5696] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "033c56a049b44850b99cd37ad0ef95f0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:53.219879  3647 tablet_bootstrap.cc:492] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8: No bootstrap required, opened a new log
I20260608 12:39:53.220207  3646 tablet_bootstrap.cc:492] T 85f747d3bfbe40fe9838fdc2acf7d454 P 033c56a049b44850b99cd37ad0ef95f0: Bootstrap starting.
I20260608 12:39:53.220448  3647 ts_tablet_manager.cc:1403] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8: Time spent bootstrapping tablet: real 0.042s	user 0.022s	sys 0.007s
I20260608 12:39:53.221045  3653 raft_consensus.cc:493] T 5d148183ce174a469f9101727c63c3fb P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:53.220961  3566 leader_election.cc:304] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a4e041d14d69489eb44f51c96bbbb9d8, a8be0ba45d15436e8cfda38fd768d2d3; no voters: 
I20260608 12:39:53.222077  3679 raft_consensus.cc:2804] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:53.221616  3653 raft_consensus.cc:515] T 5d148183ce174a469f9101727c63c3fb P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:53.222651  3679 raft_consensus.cc:697] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Becoming Leader. State: Replica: a4e041d14d69489eb44f51c96bbbb9d8, State: Running, Role: LEADER
I20260608 12:39:53.221491  3349 catalog_manager.cc:5696] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "033c56a049b44850b99cd37ad0ef95f0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:53.224690  3647 raft_consensus.cc:359] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:53.223830  3679 consensus_queue.cc:237] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.225423  3647 raft_consensus.cc:385] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:53.225781  3647 raft_consensus.cc:740] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a4e041d14d69489eb44f51c96bbbb9d8, State: Initialized, Role: FOLLOWER
I20260608 12:39:53.226843  3647 consensus_queue.cc:260] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:53.208899  3645 raft_consensus.cc:359] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.228526  3645 raft_consensus.cc:385] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:53.229362  3645 raft_consensus.cc:740] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8be0ba45d15436e8cfda38fd768d2d3, State: Initialized, Role: FOLLOWER
I20260608 12:39:53.229561  3566 leader_election.cc:304] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a4e041d14d69489eb44f51c96bbbb9d8, a8be0ba45d15436e8cfda38fd768d2d3; no voters: 
W20260608 12:39:53.231303  3566 leader_election.cc:343] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:53.231516  3653 leader_election.cc:290] T 5d148183ce174a469f9101727c63c3fb P 033c56a049b44850b99cd37ad0ef95f0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195:36067), a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977)
W20260608 12:39:53.232254  3566 leader_election.cc:343] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:53.231480  3645 consensus_queue.cc:260] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.233351  3670 raft_consensus.cc:2804] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:53.234118  3600 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d148183ce174a469f9101727c63c3fb" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" is_pre_election: true
I20260608 12:39:53.233515  3651 raft_consensus.cc:493] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:53.236322  3651 raft_consensus.cc:515] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:53.238850  3645 ts_tablet_manager.cc:1434] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3: Time spent starting tablet: real 0.034s	user 0.006s	sys 0.002s
I20260608 12:39:53.233355  3523 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d148183ce174a469f9101727c63c3fb" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" is_pre_election: true
I20260608 12:39:53.241366  3523 raft_consensus.cc:2468] T 5d148183ce174a469f9101727c63c3fb P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 033c56a049b44850b99cd37ad0ef95f0 in term 0.
I20260608 12:39:53.242107  3670 raft_consensus.cc:697] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Becoming Leader. State: Replica: a4e041d14d69489eb44f51c96bbbb9d8, State: Running, Role: LEADER
I20260608 12:39:53.245743  3348 catalog_manager.cc:5696] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 reported cstate change: term changed from 0 to 1, leader changed from <none> to a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:53.246349  3670 consensus_queue.cc:237] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.242938  3645 tablet_bootstrap.cc:492] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3: Bootstrap starting.
I20260608 12:39:53.243368  3417 leader_election.cc:304] T 5d148183ce174a469f9101727c63c3fb P 033c56a049b44850b99cd37ad0ef95f0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 033c56a049b44850b99cd37ad0ef95f0, a8be0ba45d15436e8cfda38fd768d2d3; no voters: 
I20260608 12:39:53.250262  3653 raft_consensus.cc:2804] T 5d148183ce174a469f9101727c63c3fb P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:53.250663  3653 raft_consensus.cc:493] T 5d148183ce174a469f9101727c63c3fb P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:53.251006  3653 raft_consensus.cc:3060] T 5d148183ce174a469f9101727c63c3fb P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:53.251716  3450 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d148183ce174a469f9101727c63c3fb" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "033c56a049b44850b99cd37ad0ef95f0" is_pre_election: true
I20260608 12:39:53.252183  3647 ts_tablet_manager.cc:1434] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8: Time spent starting tablet: real 0.031s	user 0.008s	sys 0.001s
I20260608 12:39:53.255833  3523 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d148183ce174a469f9101727c63c3fb" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" is_pre_election: true
I20260608 12:39:53.258574  3653 raft_consensus.cc:515] T 5d148183ce174a469f9101727c63c3fb P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:53.244266  3600 raft_consensus.cc:2468] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 033c56a049b44850b99cd37ad0ef95f0 in term 0.
I20260608 12:39:53.260324  3523 raft_consensus.cc:2468] T 5d148183ce174a469f9101727c63c3fb P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 0.
I20260608 12:39:53.245048  3646 tablet_bootstrap.cc:654] T 85f747d3bfbe40fe9838fdc2acf7d454 P 033c56a049b44850b99cd37ad0ef95f0: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:53.239006  3651 leader_election.cc:290] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277), a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977)
I20260608 12:39:53.262367  3450 raft_consensus.cc:2393] T 5d148183ce174a469f9101727c63c3fb P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate a4e041d14d69489eb44f51c96bbbb9d8 in current term 1: Already voted for candidate 033c56a049b44850b99cd37ad0ef95f0 in this term.
I20260608 12:39:53.262490  3566 leader_election.cc:304] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a4e041d14d69489eb44f51c96bbbb9d8, a8be0ba45d15436e8cfda38fd768d2d3; no voters: 
I20260608 12:39:53.263731  3645 tablet_bootstrap.cc:654] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:53.263970  3651 raft_consensus.cc:2804] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:53.265102  3651 raft_consensus.cc:493] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:53.265616  3651 raft_consensus.cc:3060] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:53.276871  3651 raft_consensus.cc:515] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:53.278056  3646 tablet_bootstrap.cc:492] T 85f747d3bfbe40fe9838fdc2acf7d454 P 033c56a049b44850b99cd37ad0ef95f0: No bootstrap required, opened a new log
I20260608 12:39:53.278545  3646 ts_tablet_manager.cc:1403] T 85f747d3bfbe40fe9838fdc2acf7d454 P 033c56a049b44850b99cd37ad0ef95f0: Time spent bootstrapping tablet: real 0.059s	user 0.011s	sys 0.002s
I20260608 12:39:53.278986  3651 leader_election.cc:290] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 election: Requested vote from peers 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277), a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977)
I20260608 12:39:53.280436  3600 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d148183ce174a469f9101727c63c3fb" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a4e041d14d69489eb44f51c96bbbb9d8"
I20260608 12:39:53.281258  3600 raft_consensus.cc:2393] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 033c56a049b44850b99cd37ad0ef95f0 in current term 1: Already voted for candidate a4e041d14d69489eb44f51c96bbbb9d8 in this term.
I20260608 12:39:53.281827  3450 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d148183ce174a469f9101727c63c3fb" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "033c56a049b44850b99cd37ad0ef95f0"
I20260608 12:39:53.282038  3646 raft_consensus.cc:359] T 85f747d3bfbe40fe9838fdc2acf7d454 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.282735  3646 raft_consensus.cc:385] T 85f747d3bfbe40fe9838fdc2acf7d454 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:53.282894  3450 raft_consensus.cc:2393] T 5d148183ce174a469f9101727c63c3fb P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate a4e041d14d69489eb44f51c96bbbb9d8 in current term 1: Already voted for candidate 033c56a049b44850b99cd37ad0ef95f0 in this term.
I20260608 12:39:53.283134  3653 leader_election.cc:290] T 5d148183ce174a469f9101727c63c3fb P 033c56a049b44850b99cd37ad0ef95f0 [CANDIDATE]: Term 1 election: Requested vote from peers a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195:36067), a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977)
I20260608 12:39:53.283636  3523 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d148183ce174a469f9101727c63c3fb" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3"
I20260608 12:39:53.283049  3646 raft_consensus.cc:740] T 85f747d3bfbe40fe9838fdc2acf7d454 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 033c56a049b44850b99cd37ad0ef95f0, State: Initialized, Role: FOLLOWER
I20260608 12:39:53.286156  3523 raft_consensus.cc:3060] T 5d148183ce174a469f9101727c63c3fb P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:53.287542  3646 consensus_queue.cc:260] T 85f747d3bfbe40fe9838fdc2acf7d454 P 033c56a049b44850b99cd37ad0ef95f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.289433  3646 ts_tablet_manager.cc:1434] T 85f747d3bfbe40fe9838fdc2acf7d454 P 033c56a049b44850b99cd37ad0ef95f0: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.000s
I20260608 12:39:53.287667  3524 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d148183ce174a469f9101727c63c3fb" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3"
I20260608 12:39:53.293442  3645 tablet_bootstrap.cc:492] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3: No bootstrap required, opened a new log
I20260608 12:39:53.293980  3645 ts_tablet_manager.cc:1403] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3: Time spent bootstrapping tablet: real 0.052s	user 0.014s	sys 0.000s
I20260608 12:39:53.324899  3417 leader_election.cc:304] T 5d148183ce174a469f9101727c63c3fb P 033c56a049b44850b99cd37ad0ef95f0 [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: 033c56a049b44850b99cd37ad0ef95f0; no voters: a4e041d14d69489eb44f51c96bbbb9d8, a8be0ba45d15436e8cfda38fd768d2d3
I20260608 12:39:53.336956  3645 raft_consensus.cc:359] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.338405  3645 raft_consensus.cc:385] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:53.338771  3645 raft_consensus.cc:740] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8be0ba45d15436e8cfda38fd768d2d3, State: Initialized, Role: FOLLOWER
I20260608 12:39:53.339861  3523 raft_consensus.cc:2468] T 5d148183ce174a469f9101727c63c3fb P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 1.
I20260608 12:39:53.339747  3645 consensus_queue.cc:260] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.342867  3653 raft_consensus.cc:2749] T 5d148183ce174a469f9101727c63c3fb P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:39:53.342800  3566 leader_election.cc:304] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [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: a4e041d14d69489eb44f51c96bbbb9d8, a8be0ba45d15436e8cfda38fd768d2d3; no voters: 033c56a049b44850b99cd37ad0ef95f0
I20260608 12:39:53.345743  3670 raft_consensus.cc:2804] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:53.346617  3670 raft_consensus.cc:697] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Becoming Leader. State: Replica: a4e041d14d69489eb44f51c96bbbb9d8, State: Running, Role: LEADER
I20260608 12:39:53.348420  3670 consensus_queue.cc:237] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:53.357491  3645 ts_tablet_manager.cc:1434] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3: Time spent starting tablet: real 0.063s	user 0.012s	sys 0.000s
I20260608 12:39:53.359611  3651 raft_consensus.cc:493] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:53.360307  3651 raft_consensus.cc:515] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.361892  3348 catalog_manager.cc:5696] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "033c56a049b44850b99cd37ad0ef95f0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:53.366068  3450 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f0fc7530061345beaada797715868e07" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "033c56a049b44850b99cd37ad0ef95f0" is_pre_election: true
I20260608 12:39:53.363102  3651 leader_election.cc:290] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277), a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977)
I20260608 12:39:53.367223  3450 raft_consensus.cc:2468] T f0fc7530061345beaada797715868e07 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 0.
I20260608 12:39:53.368613  3566 leader_election.cc:304] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 033c56a049b44850b99cd37ad0ef95f0, a4e041d14d69489eb44f51c96bbbb9d8; no voters: 
I20260608 12:39:53.368669  3523 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f0fc7530061345beaada797715868e07" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" is_pre_election: true
I20260608 12:39:53.369601  3523 raft_consensus.cc:2468] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 0.
I20260608 12:39:53.369704  3651 raft_consensus.cc:2804] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:53.370340  3651 raft_consensus.cc:493] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:53.370884  3651 raft_consensus.cc:3060] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:53.377215  3349 catalog_manager.cc:5696] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8 reported cstate change: term changed from 0 to 1, leader changed from <none> to a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:53.379037  3651 raft_consensus.cc:515] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.378973  3349 catalog_manager.cc:5696] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 reported cstate change: term changed from 0 to 1, leader changed from <none> to a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:53.381027  3651 leader_election.cc:290] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 election: Requested vote from peers 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277), a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977)
I20260608 12:39:53.381834  3450 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f0fc7530061345beaada797715868e07" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "033c56a049b44850b99cd37ad0ef95f0"
I20260608 12:39:53.382234  3523 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f0fc7530061345beaada797715868e07" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3"
I20260608 12:39:53.382483  3450 raft_consensus.cc:3060] T f0fc7530061345beaada797715868e07 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:53.382937  3523 raft_consensus.cc:3060] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:53.387816  3651 raft_consensus.cc:493] T 6582400cd8ec477abc2fd13de1d9ee67 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:53.388427  3651 raft_consensus.cc:515] T 6582400cd8ec477abc2fd13de1d9ee67 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.390466  3651 leader_election.cc:290] T 6582400cd8ec477abc2fd13de1d9ee67 P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277), a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977)
I20260608 12:39:53.393289  3524 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6582400cd8ec477abc2fd13de1d9ee67" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" is_pre_election: true
I20260608 12:39:53.390851  3523 raft_consensus.cc:2468] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 1.
I20260608 12:39:53.391573  3451 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6582400cd8ec477abc2fd13de1d9ee67" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "033c56a049b44850b99cd37ad0ef95f0" is_pre_election: true
I20260608 12:39:53.396698  3450 raft_consensus.cc:2468] T f0fc7530061345beaada797715868e07 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 1.
I20260608 12:39:53.397010  3524 raft_consensus.cc:2468] T 6582400cd8ec477abc2fd13de1d9ee67 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 0.
I20260608 12:39:53.397270  3451 raft_consensus.cc:2468] T 6582400cd8ec477abc2fd13de1d9ee67 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 0.
I20260608 12:39:53.397676  3566 leader_election.cc:304] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a4e041d14d69489eb44f51c96bbbb9d8, a8be0ba45d15436e8cfda38fd768d2d3; no voters: 
I20260608 12:39:53.399257  3651 raft_consensus.cc:2804] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:53.399804  3651 raft_consensus.cc:697] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Becoming Leader. State: Replica: a4e041d14d69489eb44f51c96bbbb9d8, State: Running, Role: LEADER
I20260608 12:39:53.400005  3566 leader_election.cc:304] T 6582400cd8ec477abc2fd13de1d9ee67 P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 033c56a049b44850b99cd37ad0ef95f0, a4e041d14d69489eb44f51c96bbbb9d8; no voters: 
I20260608 12:39:53.400871  3670 raft_consensus.cc:2804] T 6582400cd8ec477abc2fd13de1d9ee67 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:53.400786  3651 consensus_queue.cc:237] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.401376  3670 raft_consensus.cc:493] T 6582400cd8ec477abc2fd13de1d9ee67 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:53.401832  3670 raft_consensus.cc:3060] T 6582400cd8ec477abc2fd13de1d9ee67 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:53.409885  3670 raft_consensus.cc:515] T 6582400cd8ec477abc2fd13de1d9ee67 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.410027  3349 catalog_manager.cc:5696] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 reported cstate change: term changed from 0 to 1, leader changed from <none> to a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:53.411855  3670 leader_election.cc:290] T 6582400cd8ec477abc2fd13de1d9ee67 P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 election: Requested vote from peers 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277), a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977)
I20260608 12:39:53.412572  3451 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6582400cd8ec477abc2fd13de1d9ee67" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "033c56a049b44850b99cd37ad0ef95f0"
I20260608 12:39:53.412982  3524 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6582400cd8ec477abc2fd13de1d9ee67" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3"
I20260608 12:39:53.413152  3451 raft_consensus.cc:3060] T 6582400cd8ec477abc2fd13de1d9ee67 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:53.413578  3524 raft_consensus.cc:3060] T 6582400cd8ec477abc2fd13de1d9ee67 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:53.420279  3451 raft_consensus.cc:2468] T 6582400cd8ec477abc2fd13de1d9ee67 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 1.
I20260608 12:39:53.420773  3524 raft_consensus.cc:2468] T 6582400cd8ec477abc2fd13de1d9ee67 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 1.
I20260608 12:39:53.421607  3566 leader_election.cc:304] T 6582400cd8ec477abc2fd13de1d9ee67 P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 033c56a049b44850b99cd37ad0ef95f0, a4e041d14d69489eb44f51c96bbbb9d8; no voters: 
I20260608 12:39:53.422405  3670 raft_consensus.cc:2804] T 6582400cd8ec477abc2fd13de1d9ee67 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:53.422978  3670 raft_consensus.cc:697] T 6582400cd8ec477abc2fd13de1d9ee67 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Becoming Leader. State: Replica: a4e041d14d69489eb44f51c96bbbb9d8, State: Running, Role: LEADER
I20260608 12:39:53.424073  3670 consensus_queue.cc:237] T 6582400cd8ec477abc2fd13de1d9ee67 P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.431231  3349 catalog_manager.cc:5696] T 6582400cd8ec477abc2fd13de1d9ee67 P a4e041d14d69489eb44f51c96bbbb9d8 reported cstate change: term changed from 0 to 1, leader changed from <none> to a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:53.462348   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:39:53.468513  3653 raft_consensus.cc:493] T 85f747d3bfbe40fe9838fdc2acf7d454 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:53.469285  3653 raft_consensus.cc:515] T 85f747d3bfbe40fe9838fdc2acf7d454 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
W20260608 12:39:53.470472  3701 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:53.471556  3700 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:53.473129  3524 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "85f747d3bfbe40fe9838fdc2acf7d454" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" is_pre_election: true
I20260608 12:39:53.474180  3524 raft_consensus.cc:2393] T 85f747d3bfbe40fe9838fdc2acf7d454 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 033c56a049b44850b99cd37ad0ef95f0 in current term 1: Already voted for candidate a4e041d14d69489eb44f51c96bbbb9d8 in this term.
I20260608 12:39:53.474644  3600 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "85f747d3bfbe40fe9838fdc2acf7d454" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" is_pre_election: true
I20260608 12:39:53.475745  3653 leader_election.cc:290] T 85f747d3bfbe40fe9838fdc2acf7d454 P 033c56a049b44850b99cd37ad0ef95f0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977), a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195:36067)
I20260608 12:39:53.476807  3414 leader_election.cc:304] T 85f747d3bfbe40fe9838fdc2acf7d454 P 033c56a049b44850b99cd37ad0ef95f0 [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: 033c56a049b44850b99cd37ad0ef95f0; no voters: a4e041d14d69489eb44f51c96bbbb9d8, a8be0ba45d15436e8cfda38fd768d2d3
I20260608 12:39:53.477783  3653 raft_consensus.cc:3060] T 85f747d3bfbe40fe9838fdc2acf7d454 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:39:53.478443  3703 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:53.478693   431 server_base.cc:1061] running on GCE node
I20260608 12:39:53.480239   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:53.480545   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.
I20260608 12:39:53.480795   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922393480774 us; error 0 us; skew 500 ppm
I20260608 12:39:53.481642   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:53.485525   431 webserver.cc:533] Webserver started at http://127.0.107.196:44391/ using document root <none> and password file <none>
I20260608 12:39:53.486101  3653 raft_consensus.cc:2749] T 85f747d3bfbe40fe9838fdc2acf7d454 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:53.486353   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:53.486822   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:53.487322   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:53.488967   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-431-0/minicluster-data/ts-3-root/instance:
uuid: "5edac015ebd64275a9e1e2beed8ac8d2"
format_stamp: "Formatted at 2026-06-08 12:39:53 on dist-test-slave-g6ln"
I20260608 12:39:53.494381   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:39:53.498049  3708 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:53.498919   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:39:53.499230   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-431-0/minicluster-data/ts-3-root
uuid: "5edac015ebd64275a9e1e2beed8ac8d2"
format_stamp: "Formatted at 2026-06-08 12:39:53 on dist-test-slave-g6ln"
I20260608 12:39:53.499568   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-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)
I20260608 12:39:53.518059   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:53.519563   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:53.521059   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:53.523844   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:53.524048   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:53.524322   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:53.524510   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:53.562116  3524 raft_consensus.cc:3060] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:53.576817  3653 consensus_queue.cc:1048] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:53.578184  3675 consensus_queue.cc:1048] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:53.606815  3677 consensus_queue.cc:1048] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:53.612778  3680 consensus_queue.cc:1048] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:53.666138   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:46175
I20260608 12:39:53.666368  3779 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:46175 every 8 connection(s)
I20260608 12:39:53.673923  3349 catalog_manager.cc:3569] Servicing AlterTable request from {username='slave'} at 127.0.0.1:49378:
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
I20260608 12:39:53.685623  3780 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35263
I20260608 12:39:53.686100  3780 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:53.686971  3780 heartbeater.cc:507] Master 127.0.107.254:35263 requested a full tablet report, sending...
I20260608 12:39:53.689438  3348 ts_manager.cc:194] Registered new tserver with Master: 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175)
I20260608 12:39:53.691871  3348 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49384
I20260608 12:39:53.692929  3680 raft_consensus.cc:493] T 1126a095e99e4a2bb1e7412b6b866f18 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:53.693521  3680 raft_consensus.cc:515] T 1126a095e99e4a2bb1e7412b6b866f18 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:53.693989  3670 consensus_queue.cc:1048] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:53.695896  3680 leader_election.cc:290] T 1126a095e99e4a2bb1e7412b6b866f18 P 033c56a049b44850b99cd37ad0ef95f0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977), a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195:36067)
I20260608 12:39:53.697156  3523 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1126a095e99e4a2bb1e7412b6b866f18" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" is_pre_election: true
I20260608 12:39:53.698031  3523 raft_consensus.cc:2393] T 1126a095e99e4a2bb1e7412b6b866f18 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 033c56a049b44850b99cd37ad0ef95f0 in current term 1: Already voted for candidate a4e041d14d69489eb44f51c96bbbb9d8 in this term.
I20260608 12:39:53.698247  3599 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1126a095e99e4a2bb1e7412b6b866f18" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" is_pre_election: true
I20260608 12:39:53.700448  3417 leader_election.cc:304] T 1126a095e99e4a2bb1e7412b6b866f18 P 033c56a049b44850b99cd37ad0ef95f0 [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: 033c56a049b44850b99cd37ad0ef95f0; no voters: a4e041d14d69489eb44f51c96bbbb9d8, a8be0ba45d15436e8cfda38fd768d2d3
I20260608 12:39:53.701922  3675 raft_consensus.cc:3060] T 1126a095e99e4a2bb1e7412b6b866f18 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:39:53.705401  3349 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 18c68a9f8fb54417a2d80a6429c78e43 has no consensus state
W20260608 12:39:53.707027  3349 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 331a1c6f301840f38228d967a1c2da91 has no consensus state
W20260608 12:39:53.709769  3349 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 8ae6a22a5968471b98877dd19ef8e9f3 has no consensus state
I20260608 12:39:53.710359  3675 raft_consensus.cc:2749] T 1126a095e99e4a2bb1e7412b6b866f18 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
W20260608 12:39:53.711956  3349 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 560a5bfdadb74b919419d7325f69615a has no consensus state
I20260608 12:39:53.714838  3675 consensus_queue.cc:1048] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:53.721486  3679 consensus_queue.cc:1048] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260608 12:39:53.721906  3349 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 767e1f9edcea4e9aa33fa67c6f7e529f has no consensus state
W20260608 12:39:53.723533  3349 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 2359bbf0ef064dc1abc7cb2ace06139c has no consensus state
I20260608 12:39:53.725180  3679 consensus_queue.cc:1048] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:53.729789  3675 consensus_queue.cc:1048] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:39:53.730264  3336 catalog_manager.cc:4809] Async tablet task AlterTable RPC for tablet 8ae6a22a5968471b98877dd19ef8e9f3 (table range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet 8ae6a22a5968471b98877dd19ef8e9f3 has no consensus state
W20260608 12:39:53.730718  3349 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet ffb5dc201e8c471497d2d18ff5595b7f has no consensus state
W20260608 12:39:53.732321  3349 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet d3a353da28604c1f99cad2e209cee3d2 has no consensus state
I20260608 12:39:53.750924  3679 consensus_queue.cc:1048] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:53.757719  3651 consensus_queue.cc:1048] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:53.815152  3791 consensus_queue.cc:1048] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:53.841866  3435 tablet_service.cc:1511] Processing CreateTablet for tablet 18c68a9f8fb54417a2d80a6429c78e43 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:53.843972  3435 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 18c68a9f8fb54417a2d80a6429c78e43. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.845381  3512 tablet_service.cc:1511] Processing CreateTablet for tablet 18c68a9f8fb54417a2d80a6429c78e43 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:53.847312  3512 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 18c68a9f8fb54417a2d80a6429c78e43. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.847186  3590 tablet_service.cc:1511] Processing CreateTablet for tablet 331a1c6f301840f38228d967a1c2da91 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:53.849104  3590 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 331a1c6f301840f38228d967a1c2da91. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.853096  3736 tablet_service.cc:1511] Processing CreateTablet for tablet 18c68a9f8fb54417a2d80a6429c78e43 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:53.854919  3736 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 18c68a9f8fb54417a2d80a6429c78e43. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.863597  3437 tablet_service.cc:1511] Processing CreateTablet for tablet 331a1c6f301840f38228d967a1c2da91 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:53.864216  3735 tablet_service.cc:1511] Processing CreateTablet for tablet 331a1c6f301840f38228d967a1c2da91 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:53.865305  3437 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 331a1c6f301840f38228d967a1c2da91. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.866000  3735 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 331a1c6f301840f38228d967a1c2da91. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.875274  3583 tablet_service.cc:1511] Processing CreateTablet for tablet 8ae6a22a5968471b98877dd19ef8e9f3 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:53.876844  3583 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8ae6a22a5968471b98877dd19ef8e9f3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.879017  3734 tablet_service.cc:1511] Processing CreateTablet for tablet 8ae6a22a5968471b98877dd19ef8e9f3 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:53.882519  3733 tablet_service.cc:1511] Processing CreateTablet for tablet 560a5bfdadb74b919419d7325f69615a (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:53.881734  3734 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8ae6a22a5968471b98877dd19ef8e9f3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.886444  3511 tablet_service.cc:1511] Processing CreateTablet for tablet 8ae6a22a5968471b98877dd19ef8e9f3 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:53.887936  3511 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8ae6a22a5968471b98877dd19ef8e9f3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.889134  3440 tablet_service.cc:1511] Processing CreateTablet for tablet 560a5bfdadb74b919419d7325f69615a (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:53.890656  3440 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 560a5bfdadb74b919419d7325f69615a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.892113  3733 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 560a5bfdadb74b919419d7325f69615a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.890216  3514 tablet_service.cc:1511] Processing CreateTablet for tablet 560a5bfdadb74b919419d7325f69615a (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:53.894456  3732 tablet_service.cc:1511] Processing CreateTablet for tablet 767e1f9edcea4e9aa33fa67c6f7e529f (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:53.895913  3689 consensus_queue.cc:1048] T 6582400cd8ec477abc2fd13de1d9ee67 P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
I20260608 12:39:53.871454  3679 consensus_queue.cc:1048] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.023s
I20260608 12:39:53.897882  3732 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 767e1f9edcea4e9aa33fa67c6f7e529f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.898787  3585 tablet_service.cc:1511] Processing CreateTablet for tablet 767e1f9edcea4e9aa33fa67c6f7e529f (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:53.905212  3439 tablet_service.cc:1511] Processing CreateTablet for tablet 767e1f9edcea4e9aa33fa67c6f7e529f (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:53.908339  3439 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 767e1f9edcea4e9aa33fa67c6f7e529f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.906725  3514 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 560a5bfdadb74b919419d7325f69615a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.912532  3585 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 767e1f9edcea4e9aa33fa67c6f7e529f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.920024  3588 tablet_service.cc:1511] Processing CreateTablet for tablet 2359bbf0ef064dc1abc7cb2ace06139c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:53.921635  3588 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2359bbf0ef064dc1abc7cb2ace06139c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.959817  3731 tablet_service.cc:1511] Processing CreateTablet for tablet 2359bbf0ef064dc1abc7cb2ace06139c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:53.960098  3513 tablet_service.cc:1511] Processing CreateTablet for tablet 2359bbf0ef064dc1abc7cb2ace06139c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:53.963070  3731 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2359bbf0ef064dc1abc7cb2ace06139c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.985011  3515 tablet_service.cc:1511] Processing CreateTablet for tablet ffb5dc201e8c471497d2d18ff5595b7f (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:53.987787  3513 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2359bbf0ef064dc1abc7cb2ace06139c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:54.008088  3515 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ffb5dc201e8c471497d2d18ff5595b7f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:54.009320  3736 tablet_service.cc:1511] Processing CreateTablet for tablet ffb5dc201e8c471497d2d18ff5595b7f (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:54.003551  3440 tablet_service.cc:1511] Processing CreateTablet for tablet ffb5dc201e8c471497d2d18ff5595b7f (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:54.014096  3440 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ffb5dc201e8c471497d2d18ff5595b7f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:54.027879  3796 tablet_bootstrap.cc:492] T 18c68a9f8fb54417a2d80a6429c78e43 P 5edac015ebd64275a9e1e2beed8ac8d2: Bootstrap starting.
I20260608 12:39:54.030884  3689 consensus_queue.cc:1048] T 6582400cd8ec477abc2fd13de1d9ee67 P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:54.032402  3689 consensus_queue.cc:1048] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:54.040419  3736 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ffb5dc201e8c471497d2d18ff5595b7f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:54.043583  3798 tablet_bootstrap.cc:492] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8: Bootstrap starting.
I20260608 12:39:54.057628  3733 tablet_service.cc:1511] Processing CreateTablet for tablet d3a353da28604c1f99cad2e209cee3d2 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:54.059144  3733 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d3a353da28604c1f99cad2e209cee3d2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:54.088482  3800 tablet_bootstrap.cc:492] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0: Bootstrap starting.
I20260608 12:39:54.103036  3583 tablet_service.cc:1511] Processing CreateTablet for tablet d3a353da28604c1f99cad2e209cee3d2 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:54.104573  3583 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d3a353da28604c1f99cad2e209cee3d2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:54.108677  3803 tablet_bootstrap.cc:492] T 18c68a9f8fb54417a2d80a6429c78e43 P a8be0ba45d15436e8cfda38fd768d2d3: Bootstrap starting.
W20260608 12:39:54.129838  3397 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:39:54.124603  3440 tablet_service.cc:1511] Processing CreateTablet for tablet d3a353da28604c1f99cad2e209cee3d2 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:54.138161  3798 tablet_bootstrap.cc:654] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:54.138959  3440 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d3a353da28604c1f99cad2e209cee3d2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:54.149578  3796 tablet_bootstrap.cc:654] T 18c68a9f8fb54417a2d80a6429c78e43 P 5edac015ebd64275a9e1e2beed8ac8d2: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:54.164264  3800 tablet_bootstrap.cc:654] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:54.171546  3803 tablet_bootstrap.cc:654] T 18c68a9f8fb54417a2d80a6429c78e43 P a8be0ba45d15436e8cfda38fd768d2d3: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:54.182821  3803 tablet_bootstrap.cc:492] T 18c68a9f8fb54417a2d80a6429c78e43 P a8be0ba45d15436e8cfda38fd768d2d3: No bootstrap required, opened a new log
I20260608 12:39:54.183303  3803 ts_tablet_manager.cc:1403] T 18c68a9f8fb54417a2d80a6429c78e43 P a8be0ba45d15436e8cfda38fd768d2d3: Time spent bootstrapping tablet: real 0.091s	user 0.014s	sys 0.005s
I20260608 12:39:54.188827  3798 tablet_bootstrap.cc:492] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8: No bootstrap required, opened a new log
I20260608 12:39:54.189074  3800 tablet_bootstrap.cc:492] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0: No bootstrap required, opened a new log
I20260608 12:39:54.190598  3803 raft_consensus.cc:359] T 18c68a9f8fb54417a2d80a6429c78e43 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.191447  3803 raft_consensus.cc:385] T 18c68a9f8fb54417a2d80a6429c78e43 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.191795  3803 raft_consensus.cc:740] T 18c68a9f8fb54417a2d80a6429c78e43 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8be0ba45d15436e8cfda38fd768d2d3, State: Initialized, Role: FOLLOWER
I20260608 12:39:54.189587  3800 ts_tablet_manager.cc:1403] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0: Time spent bootstrapping tablet: real 0.103s	user 0.011s	sys 0.013s
I20260608 12:39:54.189451  3798 ts_tablet_manager.cc:1403] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8: Time spent bootstrapping tablet: real 0.168s	user 0.010s	sys 0.015s
I20260608 12:39:54.199169  3796 tablet_bootstrap.cc:492] T 18c68a9f8fb54417a2d80a6429c78e43 P 5edac015ebd64275a9e1e2beed8ac8d2: No bootstrap required, opened a new log
I20260608 12:39:54.199120  3798 raft_consensus.cc:359] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } }
I20260608 12:39:54.199872  3796 ts_tablet_manager.cc:1403] T 18c68a9f8fb54417a2d80a6429c78e43 P 5edac015ebd64275a9e1e2beed8ac8d2: Time spent bootstrapping tablet: real 0.204s	user 0.015s	sys 0.006s
I20260608 12:39:54.200152  3798 raft_consensus.cc:385] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.201290  3798 raft_consensus.cc:740] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a4e041d14d69489eb44f51c96bbbb9d8, State: Initialized, Role: FOLLOWER
I20260608 12:39:54.202287  3798 consensus_queue.cc:260] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } }
I20260608 12:39:54.203630  3796 raft_consensus.cc:359] T 18c68a9f8fb54417a2d80a6429c78e43 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.204413  3796 raft_consensus.cc:385] T 18c68a9f8fb54417a2d80a6429c78e43 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.204754  3796 raft_consensus.cc:740] T 18c68a9f8fb54417a2d80a6429c78e43 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5edac015ebd64275a9e1e2beed8ac8d2, State: Initialized, Role: FOLLOWER
I20260608 12:39:54.205230  3798 ts_tablet_manager.cc:1434] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8: Time spent starting tablet: real 0.012s	user 0.007s	sys 0.000s
I20260608 12:39:54.205102  3800 raft_consensus.cc:359] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.205989  3800 raft_consensus.cc:385] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.205683  3796 consensus_queue.cc:260] T 18c68a9f8fb54417a2d80a6429c78e43 P 5edac015ebd64275a9e1e2beed8ac8d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.206435  3798 tablet_bootstrap.cc:492] T 2359bbf0ef064dc1abc7cb2ace06139c P a4e041d14d69489eb44f51c96bbbb9d8: Bootstrap starting.
I20260608 12:39:54.206882  3803 consensus_queue.cc:260] T 18c68a9f8fb54417a2d80a6429c78e43 P a8be0ba45d15436e8cfda38fd768d2d3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.215229  3796 ts_tablet_manager.cc:1434] T 18c68a9f8fb54417a2d80a6429c78e43 P 5edac015ebd64275a9e1e2beed8ac8d2: Time spent starting tablet: real 0.015s	user 0.009s	sys 0.005s
I20260608 12:39:54.216945  3796 tablet_bootstrap.cc:492] T 560a5bfdadb74b919419d7325f69615a P 5edac015ebd64275a9e1e2beed8ac8d2: Bootstrap starting.
I20260608 12:39:54.217530  3803 ts_tablet_manager.cc:1434] T 18c68a9f8fb54417a2d80a6429c78e43 P a8be0ba45d15436e8cfda38fd768d2d3: Time spent starting tablet: real 0.034s	user 0.007s	sys 0.000s
I20260608 12:39:54.214952  3780 heartbeater.cc:499] Master 127.0.107.254:35263 was elected leader, sending a full tablet report...
I20260608 12:39:54.218681  3803 tablet_bootstrap.cc:492] T 2359bbf0ef064dc1abc7cb2ace06139c P a8be0ba45d15436e8cfda38fd768d2d3: Bootstrap starting.
I20260608 12:39:54.206359  3800 raft_consensus.cc:740] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 033c56a049b44850b99cd37ad0ef95f0, State: Initialized, Role: FOLLOWER
I20260608 12:39:54.222596  3800 consensus_queue.cc:260] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.225136  3796 tablet_bootstrap.cc:654] T 560a5bfdadb74b919419d7325f69615a P 5edac015ebd64275a9e1e2beed8ac8d2: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:54.225559  3800 ts_tablet_manager.cc:1434] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0: Time spent starting tablet: real 0.033s	user 0.003s	sys 0.003s
I20260608 12:39:54.226867  3800 tablet_bootstrap.cc:492] T 560a5bfdadb74b919419d7325f69615a P 033c56a049b44850b99cd37ad0ef95f0: Bootstrap starting.
I20260608 12:39:54.236052  3798 tablet_bootstrap.cc:654] T 2359bbf0ef064dc1abc7cb2ace06139c P a4e041d14d69489eb44f51c96bbbb9d8: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:54.237128  3803 tablet_bootstrap.cc:654] T 2359bbf0ef064dc1abc7cb2ace06139c P a8be0ba45d15436e8cfda38fd768d2d3: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:54.242707  3798 tablet_bootstrap.cc:492] T 2359bbf0ef064dc1abc7cb2ace06139c P a4e041d14d69489eb44f51c96bbbb9d8: No bootstrap required, opened a new log
I20260608 12:39:54.243141  3798 ts_tablet_manager.cc:1403] T 2359bbf0ef064dc1abc7cb2ace06139c P a4e041d14d69489eb44f51c96bbbb9d8: Time spent bootstrapping tablet: real 0.037s	user 0.010s	sys 0.002s
I20260608 12:39:54.243463  3800 tablet_bootstrap.cc:654] T 560a5bfdadb74b919419d7325f69615a P 033c56a049b44850b99cd37ad0ef95f0: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:54.246868  3798 raft_consensus.cc:359] T 2359bbf0ef064dc1abc7cb2ace06139c P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.247846  3798 raft_consensus.cc:385] T 2359bbf0ef064dc1abc7cb2ace06139c P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.248234  3798 raft_consensus.cc:740] T 2359bbf0ef064dc1abc7cb2ace06139c P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a4e041d14d69489eb44f51c96bbbb9d8, State: Initialized, Role: FOLLOWER
I20260608 12:39:54.249186  3798 consensus_queue.cc:260] T 2359bbf0ef064dc1abc7cb2ace06139c P a4e041d14d69489eb44f51c96bbbb9d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.243806  3796 tablet_bootstrap.cc:492] T 560a5bfdadb74b919419d7325f69615a P 5edac015ebd64275a9e1e2beed8ac8d2: No bootstrap required, opened a new log
I20260608 12:39:54.252585  3796 ts_tablet_manager.cc:1403] T 560a5bfdadb74b919419d7325f69615a P 5edac015ebd64275a9e1e2beed8ac8d2: Time spent bootstrapping tablet: real 0.036s	user 0.019s	sys 0.005s
I20260608 12:39:54.256031  3796 raft_consensus.cc:359] T 560a5bfdadb74b919419d7325f69615a P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.256536  3798 ts_tablet_manager.cc:1434] T 2359bbf0ef064dc1abc7cb2ace06139c P a4e041d14d69489eb44f51c96bbbb9d8: Time spent starting tablet: real 0.013s	user 0.010s	sys 0.000s
I20260608 12:39:54.256883  3796 raft_consensus.cc:385] T 560a5bfdadb74b919419d7325f69615a P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.257241  3796 raft_consensus.cc:740] T 560a5bfdadb74b919419d7325f69615a P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5edac015ebd64275a9e1e2beed8ac8d2, State: Initialized, Role: FOLLOWER
I20260608 12:39:54.257776  3798 tablet_bootstrap.cc:492] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8: Bootstrap starting.
I20260608 12:39:54.258102  3796 consensus_queue.cc:260] T 560a5bfdadb74b919419d7325f69615a P 5edac015ebd64275a9e1e2beed8ac8d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.260612  3796 ts_tablet_manager.cc:1434] T 560a5bfdadb74b919419d7325f69615a P 5edac015ebd64275a9e1e2beed8ac8d2: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:39:54.261785  3796 tablet_bootstrap.cc:492] T 331a1c6f301840f38228d967a1c2da91 P 5edac015ebd64275a9e1e2beed8ac8d2: Bootstrap starting.
I20260608 12:39:54.270584  3796 tablet_bootstrap.cc:654] T 331a1c6f301840f38228d967a1c2da91 P 5edac015ebd64275a9e1e2beed8ac8d2: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:54.271661  3798 tablet_bootstrap.cc:654] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:54.278880  3346 catalog_manager.cc:6241] T 00000000000000000000000000000000 P 842a6f1197cd49ee8547f8f7243c6613: range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f] alter complete (version 0)
I20260608 12:39:54.279863  3803 tablet_bootstrap.cc:492] T 2359bbf0ef064dc1abc7cb2ace06139c P a8be0ba45d15436e8cfda38fd768d2d3: No bootstrap required, opened a new log
I20260608 12:39:54.280458  3803 ts_tablet_manager.cc:1403] T 2359bbf0ef064dc1abc7cb2ace06139c P a8be0ba45d15436e8cfda38fd768d2d3: Time spent bootstrapping tablet: real 0.062s	user 0.011s	sys 0.006s
I20260608 12:39:54.281162  3796 tablet_bootstrap.cc:492] T 331a1c6f301840f38228d967a1c2da91 P 5edac015ebd64275a9e1e2beed8ac8d2: No bootstrap required, opened a new log
I20260608 12:39:54.281710  3796 ts_tablet_manager.cc:1403] T 331a1c6f301840f38228d967a1c2da91 P 5edac015ebd64275a9e1e2beed8ac8d2: Time spent bootstrapping tablet: real 0.020s	user 0.006s	sys 0.008s
I20260608 12:39:54.284829  3803 raft_consensus.cc:359] T 2359bbf0ef064dc1abc7cb2ace06139c P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.285724  3803 raft_consensus.cc:385] T 2359bbf0ef064dc1abc7cb2ace06139c P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.285864  3798 tablet_bootstrap.cc:492] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8: No bootstrap required, opened a new log
I20260608 12:39:54.285478  3796 raft_consensus.cc:359] T 331a1c6f301840f38228d967a1c2da91 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } }
I20260608 12:39:54.286173  3803 raft_consensus.cc:740] T 2359bbf0ef064dc1abc7cb2ace06139c P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8be0ba45d15436e8cfda38fd768d2d3, State: Initialized, Role: FOLLOWER
I20260608 12:39:54.286469  3798 ts_tablet_manager.cc:1403] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8: Time spent bootstrapping tablet: real 0.029s	user 0.008s	sys 0.008s
I20260608 12:39:54.287312  3803 consensus_queue.cc:260] T 2359bbf0ef064dc1abc7cb2ace06139c P a8be0ba45d15436e8cfda38fd768d2d3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.288522  3800 tablet_bootstrap.cc:492] T 560a5bfdadb74b919419d7325f69615a P 033c56a049b44850b99cd37ad0ef95f0: No bootstrap required, opened a new log
I20260608 12:39:54.289058  3800 ts_tablet_manager.cc:1403] T 560a5bfdadb74b919419d7325f69615a P 033c56a049b44850b99cd37ad0ef95f0: Time spent bootstrapping tablet: real 0.062s	user 0.013s	sys 0.017s
I20260608 12:39:54.290644  3798 raft_consensus.cc:359] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } }
I20260608 12:39:54.291456  3798 raft_consensus.cc:385] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.291757  3798 raft_consensus.cc:740] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a4e041d14d69489eb44f51c96bbbb9d8, State: Initialized, Role: FOLLOWER
I20260608 12:39:54.292521  3798 consensus_queue.cc:260] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } }
I20260608 12:39:54.292917  3800 raft_consensus.cc:359] T 560a5bfdadb74b919419d7325f69615a P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.293776  3800 raft_consensus.cc:385] T 560a5bfdadb74b919419d7325f69615a P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.294101  3800 raft_consensus.cc:740] T 560a5bfdadb74b919419d7325f69615a P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 033c56a049b44850b99cd37ad0ef95f0, State: Initialized, Role: FOLLOWER
I20260608 12:39:54.295140  3798 ts_tablet_manager.cc:1434] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260608 12:39:54.295073  3800 consensus_queue.cc:260] T 560a5bfdadb74b919419d7325f69615a P 033c56a049b44850b99cd37ad0ef95f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.296335  3798 tablet_bootstrap.cc:492] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8: Bootstrap starting.
I20260608 12:39:54.301105  3800 ts_tablet_manager.cc:1434] T 560a5bfdadb74b919419d7325f69615a P 033c56a049b44850b99cd37ad0ef95f0: Time spent starting tablet: real 0.012s	user 0.009s	sys 0.000s
I20260608 12:39:54.301663  3796 raft_consensus.cc:385] T 331a1c6f301840f38228d967a1c2da91 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.302085  3796 raft_consensus.cc:740] T 331a1c6f301840f38228d967a1c2da91 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5edac015ebd64275a9e1e2beed8ac8d2, State: Initialized, Role: FOLLOWER
I20260608 12:39:54.302997  3796 consensus_queue.cc:260] T 331a1c6f301840f38228d967a1c2da91 P 5edac015ebd64275a9e1e2beed8ac8d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } }
I20260608 12:39:54.305514  3796 ts_tablet_manager.cc:1434] T 331a1c6f301840f38228d967a1c2da91 P 5edac015ebd64275a9e1e2beed8ac8d2: Time spent starting tablet: real 0.023s	user 0.009s	sys 0.000s
I20260608 12:39:54.305927  3798 tablet_bootstrap.cc:654] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:54.306697  3796 tablet_bootstrap.cc:492] T 767e1f9edcea4e9aa33fa67c6f7e529f P 5edac015ebd64275a9e1e2beed8ac8d2: Bootstrap starting.
I20260608 12:39:54.312196  3800 tablet_bootstrap.cc:492] T 331a1c6f301840f38228d967a1c2da91 P 033c56a049b44850b99cd37ad0ef95f0: Bootstrap starting.
I20260608 12:39:54.299598  3803 ts_tablet_manager.cc:1434] T 2359bbf0ef064dc1abc7cb2ace06139c P a8be0ba45d15436e8cfda38fd768d2d3: Time spent starting tablet: real 0.019s	user 0.010s	sys 0.000s
I20260608 12:39:54.319533  3798 tablet_bootstrap.cc:492] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8: No bootstrap required, opened a new log
I20260608 12:39:54.320215  3798 ts_tablet_manager.cc:1403] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8: Time spent bootstrapping tablet: real 0.024s	user 0.007s	sys 0.013s
I20260608 12:39:54.320724  3803 tablet_bootstrap.cc:492] T 8ae6a22a5968471b98877dd19ef8e9f3 P a8be0ba45d15436e8cfda38fd768d2d3: Bootstrap starting.
I20260608 12:39:54.322108  3800 tablet_bootstrap.cc:654] T 331a1c6f301840f38228d967a1c2da91 P 033c56a049b44850b99cd37ad0ef95f0: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:54.324009  3798 raft_consensus.cc:359] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:54.324806  3798 raft_consensus.cc:385] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.325131  3798 raft_consensus.cc:740] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a4e041d14d69489eb44f51c96bbbb9d8, State: Initialized, Role: FOLLOWER
I20260608 12:39:54.326880  3798 consensus_queue.cc:260] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:54.330847  3808 raft_consensus.cc:493] T 560a5bfdadb74b919419d7325f69615a P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:54.331455  3798 ts_tablet_manager.cc:1434] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.000s
I20260608 12:39:54.332052  3808 raft_consensus.cc:515] T 560a5bfdadb74b919419d7325f69615a P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.332500  3798 tablet_bootstrap.cc:492] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8: Bootstrap starting.
I20260608 12:39:54.335297  3808 leader_election.cc:290] T 560a5bfdadb74b919419d7325f69615a P 5edac015ebd64275a9e1e2beed8ac8d2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277), a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977)
I20260608 12:39:54.338219  3796 tablet_bootstrap.cc:654] T 767e1f9edcea4e9aa33fa67c6f7e529f P 5edac015ebd64275a9e1e2beed8ac8d2: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:54.366168  3803 tablet_bootstrap.cc:654] T 8ae6a22a5968471b98877dd19ef8e9f3 P a8be0ba45d15436e8cfda38fd768d2d3: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:54.371529  3796 tablet_bootstrap.cc:492] T 767e1f9edcea4e9aa33fa67c6f7e529f P 5edac015ebd64275a9e1e2beed8ac8d2: No bootstrap required, opened a new log
I20260608 12:39:54.372426  3796 ts_tablet_manager.cc:1403] T 767e1f9edcea4e9aa33fa67c6f7e529f P 5edac015ebd64275a9e1e2beed8ac8d2: Time spent bootstrapping tablet: real 0.066s	user 0.016s	sys 0.012s
I20260608 12:39:54.375751  3670 raft_consensus.cc:493] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:54.376271  3670 raft_consensus.cc:515] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } }
I20260608 12:39:54.379642  3800 tablet_bootstrap.cc:492] T 331a1c6f301840f38228d967a1c2da91 P 033c56a049b44850b99cd37ad0ef95f0: No bootstrap required, opened a new log
I20260608 12:39:54.380205  3800 ts_tablet_manager.cc:1403] T 331a1c6f301840f38228d967a1c2da91 P 033c56a049b44850b99cd37ad0ef95f0: Time spent bootstrapping tablet: real 0.068s	user 0.047s	sys 0.008s
I20260608 12:39:54.380911  3670 leader_election.cc:290] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277), 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175)
I20260608 12:39:54.380790  3450 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "331a1c6f301840f38228d967a1c2da91" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "033c56a049b44850b99cd37ad0ef95f0" is_pre_election: true
I20260608 12:39:54.381326  3796 raft_consensus.cc:359] T 767e1f9edcea4e9aa33fa67c6f7e529f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:54.382941  3796 raft_consensus.cc:385] T 767e1f9edcea4e9aa33fa67c6f7e529f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.384832  3800 raft_consensus.cc:359] T 331a1c6f301840f38228d967a1c2da91 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } }
I20260608 12:39:54.385829  3800 raft_consensus.cc:385] T 331a1c6f301840f38228d967a1c2da91 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.385900  3796 raft_consensus.cc:740] T 767e1f9edcea4e9aa33fa67c6f7e529f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5edac015ebd64275a9e1e2beed8ac8d2, State: Initialized, Role: FOLLOWER
I20260608 12:39:54.388589  3798 tablet_bootstrap.cc:654] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:54.389902  3796 consensus_queue.cc:260] T 767e1f9edcea4e9aa33fa67c6f7e529f P 5edac015ebd64275a9e1e2beed8ac8d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:54.401578  3803 tablet_bootstrap.cc:492] T 8ae6a22a5968471b98877dd19ef8e9f3 P a8be0ba45d15436e8cfda38fd768d2d3: No bootstrap required, opened a new log
I20260608 12:39:54.403648  3803 ts_tablet_manager.cc:1403] T 8ae6a22a5968471b98877dd19ef8e9f3 P a8be0ba45d15436e8cfda38fd768d2d3: Time spent bootstrapping tablet: real 0.083s	user 0.022s	sys 0.013s
I20260608 12:39:54.404754  3798 tablet_bootstrap.cc:492] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8: No bootstrap required, opened a new log
I20260608 12:39:54.405789  3798 ts_tablet_manager.cc:1403] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8: Time spent bootstrapping tablet: real 0.074s	user 0.009s	sys 0.007s
I20260608 12:39:54.386409  3800 raft_consensus.cc:740] T 331a1c6f301840f38228d967a1c2da91 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 033c56a049b44850b99cd37ad0ef95f0, State: Initialized, Role: FOLLOWER
I20260608 12:39:54.409289  3800 consensus_queue.cc:260] T 331a1c6f301840f38228d967a1c2da91 P 033c56a049b44850b99cd37ad0ef95f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } }
I20260608 12:39:54.410339  3450 raft_consensus.cc:2468] T 331a1c6f301840f38228d967a1c2da91 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 0.
I20260608 12:39:54.411816  3800 ts_tablet_manager.cc:1434] T 331a1c6f301840f38228d967a1c2da91 P 033c56a049b44850b99cd37ad0ef95f0: Time spent starting tablet: real 0.031s	user 0.010s	sys 0.000s
I20260608 12:39:54.413144  3800 tablet_bootstrap.cc:492] T 767e1f9edcea4e9aa33fa67c6f7e529f P 033c56a049b44850b99cd37ad0ef95f0: Bootstrap starting.
I20260608 12:39:54.414885  3566 leader_election.cc:304] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 033c56a049b44850b99cd37ad0ef95f0, a4e041d14d69489eb44f51c96bbbb9d8; no voters: 
I20260608 12:39:54.417176  3670 raft_consensus.cc:2804] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:54.417553  3670 raft_consensus.cc:493] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:54.417905  3670 raft_consensus.cc:3060] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.418767  3450 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "560a5bfdadb74b919419d7325f69615a" candidate_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "033c56a049b44850b99cd37ad0ef95f0" is_pre_election: true
I20260608 12:39:54.419504  3450 raft_consensus.cc:2468] T 560a5bfdadb74b919419d7325f69615a P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5edac015ebd64275a9e1e2beed8ac8d2 in term 0.
I20260608 12:39:54.421577  3712 leader_election.cc:304] T 560a5bfdadb74b919419d7325f69615a P 5edac015ebd64275a9e1e2beed8ac8d2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 033c56a049b44850b99cd37ad0ef95f0, 5edac015ebd64275a9e1e2beed8ac8d2; no voters: 
I20260608 12:39:54.423877  3808 raft_consensus.cc:2804] T 560a5bfdadb74b919419d7325f69615a P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:54.423954  3796 ts_tablet_manager.cc:1434] T 767e1f9edcea4e9aa33fa67c6f7e529f P 5edac015ebd64275a9e1e2beed8ac8d2: Time spent starting tablet: real 0.051s	user 0.008s	sys 0.001s
I20260608 12:39:54.424343  3808 raft_consensus.cc:493] T 560a5bfdadb74b919419d7325f69615a P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:54.424723  3808 raft_consensus.cc:3060] T 560a5bfdadb74b919419d7325f69615a P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.425231  3796 tablet_bootstrap.cc:492] T 8ae6a22a5968471b98877dd19ef8e9f3 P 5edac015ebd64275a9e1e2beed8ac8d2: Bootstrap starting.
I20260608 12:39:54.432271  3808 raft_consensus.cc:515] T 560a5bfdadb74b919419d7325f69615a P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.434414  3808 leader_election.cc:290] T 560a5bfdadb74b919419d7325f69615a P 5edac015ebd64275a9e1e2beed8ac8d2 [CANDIDATE]: Term 1 election: Requested vote from peers 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277), a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977)
I20260608 12:39:54.434916  3808 raft_consensus.cc:493] T 18c68a9f8fb54417a2d80a6429c78e43 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:54.435355  3808 raft_consensus.cc:515] T 18c68a9f8fb54417a2d80a6429c78e43 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.441471  3670 raft_consensus.cc:515] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } }
I20260608 12:39:54.444495  3803 raft_consensus.cc:359] T 8ae6a22a5968471b98877dd19ef8e9f3 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } }
I20260608 12:39:54.445411  3803 raft_consensus.cc:385] T 8ae6a22a5968471b98877dd19ef8e9f3 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.445744  3803 raft_consensus.cc:740] T 8ae6a22a5968471b98877dd19ef8e9f3 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8be0ba45d15436e8cfda38fd768d2d3, State: Initialized, Role: FOLLOWER
I20260608 12:39:54.446569  3803 consensus_queue.cc:260] T 8ae6a22a5968471b98877dd19ef8e9f3 P a8be0ba45d15436e8cfda38fd768d2d3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } }
I20260608 12:39:54.447742  3450 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "331a1c6f301840f38228d967a1c2da91" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "033c56a049b44850b99cd37ad0ef95f0"
I20260608 12:39:54.448315  3450 raft_consensus.cc:3060] T 331a1c6f301840f38228d967a1c2da91 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.449420  3803 ts_tablet_manager.cc:1434] T 8ae6a22a5968471b98877dd19ef8e9f3 P a8be0ba45d15436e8cfda38fd768d2d3: Time spent starting tablet: real 0.045s	user 0.007s	sys 0.000s
I20260608 12:39:54.440172  3800 tablet_bootstrap.cc:654] T 767e1f9edcea4e9aa33fa67c6f7e529f P 033c56a049b44850b99cd37ad0ef95f0: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:54.451753  3796 tablet_bootstrap.cc:654] T 8ae6a22a5968471b98877dd19ef8e9f3 P 5edac015ebd64275a9e1e2beed8ac8d2: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:54.445724  3808 leader_election.cc:290] T 18c68a9f8fb54417a2d80a6429c78e43 P 5edac015ebd64275a9e1e2beed8ac8d2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277), a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977)
I20260608 12:39:54.457080  3450 raft_consensus.cc:2468] T 331a1c6f301840f38228d967a1c2da91 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 1.
I20260608 12:39:54.460014  3566 leader_election.cc:304] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 033c56a049b44850b99cd37ad0ef95f0, a4e041d14d69489eb44f51c96bbbb9d8; no voters: 
I20260608 12:39:54.461277  3651 raft_consensus.cc:2804] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:54.461458  3803 tablet_bootstrap.cc:492] T 560a5bfdadb74b919419d7325f69615a P a8be0ba45d15436e8cfda38fd768d2d3: Bootstrap starting.
I20260608 12:39:54.461997  3651 raft_consensus.cc:697] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Becoming Leader. State: Replica: a4e041d14d69489eb44f51c96bbbb9d8, State: Running, Role: LEADER
I20260608 12:39:54.462355  3679 raft_consensus.cc:493] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:54.462915  3679 raft_consensus.cc:515] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:54.465799  3679 leader_election.cc:290] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175), 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277)
I20260608 12:39:54.470302  3746 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "331a1c6f301840f38228d967a1c2da91" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" is_pre_election: true
I20260608 12:39:54.471318  3746 raft_consensus.cc:2468] T 331a1c6f301840f38228d967a1c2da91 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 0.
I20260608 12:39:54.473253  3745 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "331a1c6f301840f38228d967a1c2da91" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5edac015ebd64275a9e1e2beed8ac8d2"
I20260608 12:39:54.474295  3745 raft_consensus.cc:3060] T 331a1c6f301840f38228d967a1c2da91 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.474817  3803 tablet_bootstrap.cc:654] T 560a5bfdadb74b919419d7325f69615a P a8be0ba45d15436e8cfda38fd768d2d3: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:54.443252  3798 raft_consensus.cc:359] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } }
I20260608 12:39:54.463090  3651 consensus_queue.cc:237] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } }
I20260608 12:39:54.468287  3451 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "767e1f9edcea4e9aa33fa67c6f7e529f" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "033c56a049b44850b99cd37ad0ef95f0" is_pre_election: true
I20260608 12:39:54.458392  3670 leader_election.cc:290] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 election: Requested vote from peers 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277), 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175)
I20260608 12:39:54.477125  3796 tablet_bootstrap.cc:492] T 8ae6a22a5968471b98877dd19ef8e9f3 P 5edac015ebd64275a9e1e2beed8ac8d2: No bootstrap required, opened a new log
I20260608 12:39:54.476760  3744 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "767e1f9edcea4e9aa33fa67c6f7e529f" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" is_pre_election: true
I20260608 12:39:54.481609  3796 ts_tablet_manager.cc:1403] T 8ae6a22a5968471b98877dd19ef8e9f3 P 5edac015ebd64275a9e1e2beed8ac8d2: Time spent bootstrapping tablet: real 0.057s	user 0.012s	sys 0.002s
I20260608 12:39:54.477483  3798 raft_consensus.cc:385] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.481609  3744 raft_consensus.cc:2468] T 767e1f9edcea4e9aa33fa67c6f7e529f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 0.
I20260608 12:39:54.483124  3798 raft_consensus.cc:740] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a4e041d14d69489eb44f51c96bbbb9d8, State: Initialized, Role: FOLLOWER
W20260608 12:39:54.483283  3566 leader_election.cc:343] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:54.486660  3798 consensus_queue.cc:260] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } }
I20260608 12:39:54.489953  3798 ts_tablet_manager.cc:1434] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8: Time spent starting tablet: real 0.084s	user 0.009s	sys 0.001s
I20260608 12:39:54.489863  3564 leader_election.cc:304] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8 [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: 5edac015ebd64275a9e1e2beed8ac8d2, a4e041d14d69489eb44f51c96bbbb9d8; no voters: 033c56a049b44850b99cd37ad0ef95f0
I20260608 12:39:54.489907  3796 raft_consensus.cc:359] T 8ae6a22a5968471b98877dd19ef8e9f3 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } }
I20260608 12:39:54.491348  3451 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "560a5bfdadb74b919419d7325f69615a" candidate_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "033c56a049b44850b99cd37ad0ef95f0"
I20260608 12:39:54.492022  3800 tablet_bootstrap.cc:492] T 767e1f9edcea4e9aa33fa67c6f7e529f P 033c56a049b44850b99cd37ad0ef95f0: No bootstrap required, opened a new log
I20260608 12:39:54.526517  3451 raft_consensus.cc:3060] T 560a5bfdadb74b919419d7325f69615a P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.526896  3800 ts_tablet_manager.cc:1403] T 767e1f9edcea4e9aa33fa67c6f7e529f P 033c56a049b44850b99cd37ad0ef95f0: Time spent bootstrapping tablet: real 0.114s	user 0.019s	sys 0.043s
I20260608 12:39:54.518334  3677 raft_consensus.cc:493] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:54.517856  3796 raft_consensus.cc:385] T 8ae6a22a5968471b98877dd19ef8e9f3 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.499017  3670 raft_consensus.cc:2804] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:54.519241  3450 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "18c68a9f8fb54417a2d80a6429c78e43" candidate_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "033c56a049b44850b99cd37ad0ef95f0" is_pre_election: true
I20260608 12:39:54.530164  3796 raft_consensus.cc:740] T 8ae6a22a5968471b98877dd19ef8e9f3 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5edac015ebd64275a9e1e2beed8ac8d2, State: Initialized, Role: FOLLOWER
I20260608 12:39:54.519783  3523 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "560a5bfdadb74b919419d7325f69615a" candidate_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" is_pre_election: true
I20260608 12:39:54.520161  3524 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "560a5bfdadb74b919419d7325f69615a" candidate_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3"
I20260608 12:39:54.521095  3526 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "18c68a9f8fb54417a2d80a6429c78e43" candidate_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" is_pre_election: true
I20260608 12:39:54.531491  3796 consensus_queue.cc:260] T 8ae6a22a5968471b98877dd19ef8e9f3 P 5edac015ebd64275a9e1e2beed8ac8d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } }
I20260608 12:39:54.528164  3677 raft_consensus.cc:515] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.532500  3526 raft_consensus.cc:2468] T 18c68a9f8fb54417a2d80a6429c78e43 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5edac015ebd64275a9e1e2beed8ac8d2 in term 0.
I20260608 12:39:54.533277  3800 raft_consensus.cc:359] T 767e1f9edcea4e9aa33fa67c6f7e529f P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:54.534086  3800 raft_consensus.cc:385] T 767e1f9edcea4e9aa33fa67c6f7e529f P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.534463  3800 raft_consensus.cc:740] T 767e1f9edcea4e9aa33fa67c6f7e529f P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 033c56a049b44850b99cd37ad0ef95f0, State: Initialized, Role: FOLLOWER
I20260608 12:39:54.498685  3745 raft_consensus.cc:2468] T 331a1c6f301840f38228d967a1c2da91 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 1.
I20260608 12:39:54.530022  3670 raft_consensus.cc:493] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:54.537340  3450 raft_consensus.cc:2468] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5edac015ebd64275a9e1e2beed8ac8d2 in term 0.
I20260608 12:39:54.538201  3670 raft_consensus.cc:3060] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.534576  3677 leader_election.cc:290] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175), a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977)
W20260608 12:39:54.535503  3712 leader_election.cc:343] T 560a5bfdadb74b919419d7325f69615a P 5edac015ebd64275a9e1e2beed8ac8d2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:54.529585  3803 tablet_bootstrap.cc:492] T 560a5bfdadb74b919419d7325f69615a P a8be0ba45d15436e8cfda38fd768d2d3: No bootstrap required, opened a new log
I20260608 12:39:54.541800  3796 ts_tablet_manager.cc:1434] T 8ae6a22a5968471b98877dd19ef8e9f3 P 5edac015ebd64275a9e1e2beed8ac8d2: Time spent starting tablet: real 0.059s	user 0.019s	sys 0.014s
I20260608 12:39:54.539352  3800 consensus_queue.cc:260] T 767e1f9edcea4e9aa33fa67c6f7e529f P 033c56a049b44850b99cd37ad0ef95f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:54.546701  3803 ts_tablet_manager.cc:1403] T 560a5bfdadb74b919419d7325f69615a P a8be0ba45d15436e8cfda38fd768d2d3: Time spent bootstrapping tablet: real 0.086s	user 0.016s	sys 0.000s
I20260608 12:39:54.547470  3796 tablet_bootstrap.cc:492] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2: Bootstrap starting.
I20260608 12:39:54.550275  3800 ts_tablet_manager.cc:1434] T 767e1f9edcea4e9aa33fa67c6f7e529f P 033c56a049b44850b99cd37ad0ef95f0: Time spent starting tablet: real 0.023s	user 0.011s	sys 0.000s
I20260608 12:39:54.551115  3526 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "18c68a9f8fb54417a2d80a6429c78e43" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" is_pre_election: true
I20260608 12:39:54.551560  3800 tablet_bootstrap.cc:492] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0: Bootstrap starting.
I20260608 12:39:54.551855  3526 raft_consensus.cc:2468] T 18c68a9f8fb54417a2d80a6429c78e43 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 033c56a049b44850b99cd37ad0ef95f0 in term 0.
I20260608 12:39:54.556126  3417 leader_election.cc:304] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 033c56a049b44850b99cd37ad0ef95f0, a8be0ba45d15436e8cfda38fd768d2d3; no voters: 
I20260608 12:39:54.557372  3451 raft_consensus.cc:2468] T 560a5bfdadb74b919419d7325f69615a P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5edac015ebd64275a9e1e2beed8ac8d2 in term 1.
I20260608 12:39:54.557309  3677 raft_consensus.cc:2804] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:54.558022  3677 raft_consensus.cc:493] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:54.560030  3677 raft_consensus.cc:3060] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.547387  3347 catalog_manager.cc:5696] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8 reported cstate change: term changed from 0 to 1, leader changed from <none> to a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } health_report { overall_health: UNKNOWN } } }
W20260608 12:39:54.567039  3712 leader_election.cc:343] T 560a5bfdadb74b919419d7325f69615a P 5edac015ebd64275a9e1e2beed8ac8d2 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:54.568063  3800 tablet_bootstrap.cc:654] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:54.573781  3677 raft_consensus.cc:515] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.574726  3803 raft_consensus.cc:359] T 560a5bfdadb74b919419d7325f69615a P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.575480  3803 raft_consensus.cc:385] T 560a5bfdadb74b919419d7325f69615a P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.575794  3803 raft_consensus.cc:740] T 560a5bfdadb74b919419d7325f69615a P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8be0ba45d15436e8cfda38fd768d2d3, State: Initialized, Role: FOLLOWER
I20260608 12:39:54.576579  3803 consensus_queue.cc:260] T 560a5bfdadb74b919419d7325f69615a P a8be0ba45d15436e8cfda38fd768d2d3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.578266  3526 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "18c68a9f8fb54417a2d80a6429c78e43" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3"
I20260608 12:39:54.578855  3526 raft_consensus.cc:3060] T 18c68a9f8fb54417a2d80a6429c78e43 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.583968  3796 tablet_bootstrap.cc:654] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:54.571771  3712 leader_election.cc:304] T 18c68a9f8fb54417a2d80a6429c78e43 P 5edac015ebd64275a9e1e2beed8ac8d2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5edac015ebd64275a9e1e2beed8ac8d2, a8be0ba45d15436e8cfda38fd768d2d3; no voters: 
I20260608 12:39:54.589871  3803 ts_tablet_manager.cc:1434] T 560a5bfdadb74b919419d7325f69615a P a8be0ba45d15436e8cfda38fd768d2d3: Time spent starting tablet: real 0.038s	user 0.007s	sys 0.000s
I20260608 12:39:54.589233  3670 raft_consensus.cc:515] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:54.590637  3825 raft_consensus.cc:2804] T 18c68a9f8fb54417a2d80a6429c78e43 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:54.591122  3825 raft_consensus.cc:493] T 18c68a9f8fb54417a2d80a6429c78e43 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:54.584930  3677 leader_election.cc:290] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [CANDIDATE]: Term 1 election: Requested vote from peers 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175), a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977)
I20260608 12:39:54.591576  3825 raft_consensus.cc:3060] T 18c68a9f8fb54417a2d80a6429c78e43 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.595753  3745 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "767e1f9edcea4e9aa33fa67c6f7e529f" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5edac015ebd64275a9e1e2beed8ac8d2"
I20260608 12:39:54.596458  3745 raft_consensus.cc:3060] T 767e1f9edcea4e9aa33fa67c6f7e529f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.602751  3825 raft_consensus.cc:515] T 18c68a9f8fb54417a2d80a6429c78e43 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.605357  3677 raft_consensus.cc:493] T 767e1f9edcea4e9aa33fa67c6f7e529f P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:54.608533  3670 leader_election.cc:290] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 election: Requested vote from peers 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175), 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277)
I20260608 12:39:54.609074  3677 raft_consensus.cc:515] T 767e1f9edcea4e9aa33fa67c6f7e529f P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:54.611663  3677 leader_election.cc:290] T 767e1f9edcea4e9aa33fa67c6f7e529f P 033c56a049b44850b99cd37ad0ef95f0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175), a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195:36067)
I20260608 12:39:54.607363  3451 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "767e1f9edcea4e9aa33fa67c6f7e529f" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "033c56a049b44850b99cd37ad0ef95f0"
I20260608 12:39:54.612404  3825 leader_election.cc:290] T 18c68a9f8fb54417a2d80a6429c78e43 P 5edac015ebd64275a9e1e2beed8ac8d2 [CANDIDATE]: Term 1 election: Requested vote from peers 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277), a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977)
I20260608 12:39:54.612767  3451 raft_consensus.cc:3060] T 767e1f9edcea4e9aa33fa67c6f7e529f P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.612840  3599 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "767e1f9edcea4e9aa33fa67c6f7e529f" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" is_pre_election: true
I20260608 12:39:54.613075  3712 leader_election.cc:304] T 560a5bfdadb74b919419d7325f69615a P 5edac015ebd64275a9e1e2beed8ac8d2 [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: 033c56a049b44850b99cd37ad0ef95f0, 5edac015ebd64275a9e1e2beed8ac8d2; no voters: a8be0ba45d15436e8cfda38fd768d2d3
I20260608 12:39:54.623775  3825 raft_consensus.cc:2804] T 560a5bfdadb74b919419d7325f69615a P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:54.618525  3745 raft_consensus.cc:2468] T 767e1f9edcea4e9aa33fa67c6f7e529f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 1.
I20260608 12:39:54.619344  3803 tablet_bootstrap.cc:492] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3: Bootstrap starting.
I20260608 12:39:54.614526  3526 raft_consensus.cc:2468] T 18c68a9f8fb54417a2d80a6429c78e43 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 033c56a049b44850b99cd37ad0ef95f0 in term 1.
I20260608 12:39:54.625029  3599 raft_consensus.cc:2393] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 033c56a049b44850b99cd37ad0ef95f0 in current term 1: Already voted for candidate a4e041d14d69489eb44f51c96bbbb9d8 in this term.
I20260608 12:39:54.624575  3800 tablet_bootstrap.cc:492] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0: No bootstrap required, opened a new log
I20260608 12:39:54.626508  3825 raft_consensus.cc:697] T 560a5bfdadb74b919419d7325f69615a P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 LEADER]: Becoming Leader. State: Replica: 5edac015ebd64275a9e1e2beed8ac8d2, State: Running, Role: LEADER
I20260608 12:39:54.626881  3796 tablet_bootstrap.cc:492] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2: No bootstrap required, opened a new log
I20260608 12:39:54.627954  3417 leader_election.cc:304] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 033c56a049b44850b99cd37ad0ef95f0, a8be0ba45d15436e8cfda38fd768d2d3; no voters: 
I20260608 12:39:54.628364  3796 ts_tablet_manager.cc:1403] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2: Time spent bootstrapping tablet: real 0.082s	user 0.014s	sys 0.021s
I20260608 12:39:54.628974  3677 raft_consensus.cc:2804] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:54.630374  3800 ts_tablet_manager.cc:1403] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0: Time spent bootstrapping tablet: real 0.079s	user 0.016s	sys 0.007s
I20260608 12:39:54.630723  3564 leader_election.cc:304] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5edac015ebd64275a9e1e2beed8ac8d2, a4e041d14d69489eb44f51c96bbbb9d8; no voters: 
I20260608 12:39:54.629484  3677 raft_consensus.cc:697] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 LEADER]: Becoming Leader. State: Replica: 033c56a049b44850b99cd37ad0ef95f0, State: Running, Role: LEADER
I20260608 12:39:54.631717  3670 raft_consensus.cc:2804] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:54.632391  3670 raft_consensus.cc:697] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Becoming Leader. State: Replica: a4e041d14d69489eb44f51c96bbbb9d8, State: Running, Role: LEADER
I20260608 12:39:54.632320  3677 consensus_queue.cc:237] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.641054  3450 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "18c68a9f8fb54417a2d80a6429c78e43" candidate_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "033c56a049b44850b99cd37ad0ef95f0"
I20260608 12:39:54.642901  3451 raft_consensus.cc:2468] T 767e1f9edcea4e9aa33fa67c6f7e529f P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 1.
I20260608 12:39:54.646631  3526 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "18c68a9f8fb54417a2d80a6429c78e43" candidate_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3"
I20260608 12:39:54.647691  3526 raft_consensus.cc:2393] T 18c68a9f8fb54417a2d80a6429c78e43 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 5edac015ebd64275a9e1e2beed8ac8d2 in current term 1: Already voted for candidate 033c56a049b44850b99cd37ad0ef95f0 in this term.
I20260608 12:39:54.648749  3712 leader_election.cc:304] T 18c68a9f8fb54417a2d80a6429c78e43 P 5edac015ebd64275a9e1e2beed8ac8d2 [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: 5edac015ebd64275a9e1e2beed8ac8d2; no voters: 033c56a049b44850b99cd37ad0ef95f0, a8be0ba45d15436e8cfda38fd768d2d3
I20260608 12:39:54.649322  3744 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "18c68a9f8fb54417a2d80a6429c78e43" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5edac015ebd64275a9e1e2beed8ac8d2"
I20260608 12:39:54.649791  3808 raft_consensus.cc:2749] T 18c68a9f8fb54417a2d80a6429c78e43 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:39:54.650264  3746 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "767e1f9edcea4e9aa33fa67c6f7e529f" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" is_pre_election: true
I20260608 12:39:54.650130  3800 raft_consensus.cc:359] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.651000  3800 raft_consensus.cc:385] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.651069  3746 raft_consensus.cc:2393] T 767e1f9edcea4e9aa33fa67c6f7e529f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 033c56a049b44850b99cd37ad0ef95f0 in current term 1: Already voted for candidate a4e041d14d69489eb44f51c96bbbb9d8 in this term.
I20260608 12:39:54.650141  3745 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "18c68a9f8fb54417a2d80a6429c78e43" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" is_pre_election: true
I20260608 12:39:54.651445  3800 raft_consensus.cc:740] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 033c56a049b44850b99cd37ad0ef95f0, State: Initialized, Role: FOLLOWER
I20260608 12:39:54.653398  3800 consensus_queue.cc:260] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.654439  3744 raft_consensus.cc:2393] T 18c68a9f8fb54417a2d80a6429c78e43 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 033c56a049b44850b99cd37ad0ef95f0 in current term 1: Already voted for candidate 5edac015ebd64275a9e1e2beed8ac8d2 in this term.
I20260608 12:39:54.655831  3415 leader_election.cc:304] T 767e1f9edcea4e9aa33fa67c6f7e529f P 033c56a049b44850b99cd37ad0ef95f0 [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: 033c56a049b44850b99cd37ad0ef95f0; no voters: 5edac015ebd64275a9e1e2beed8ac8d2, a4e041d14d69489eb44f51c96bbbb9d8
I20260608 12:39:54.656728  3680 raft_consensus.cc:2749] T 767e1f9edcea4e9aa33fa67c6f7e529f P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:54.636770  3825 consensus_queue.cc:237] T 560a5bfdadb74b919419d7325f69615a P 5edac015ebd64275a9e1e2beed8ac8d2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.657684  3800 ts_tablet_manager.cc:1434] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0: Time spent starting tablet: real 0.027s	user 0.011s	sys 0.004s
I20260608 12:39:54.655478  3796 raft_consensus.cc:359] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.633322  3670 consensus_queue.cc:237] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:54.660729  3800 tablet_bootstrap.cc:492] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0: Bootstrap starting.
I20260608 12:39:54.659229  3796 raft_consensus.cc:385] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.666121  3796 raft_consensus.cc:740] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5edac015ebd64275a9e1e2beed8ac8d2, State: Initialized, Role: FOLLOWER
I20260608 12:39:54.667976  3796 consensus_queue.cc:260] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.669262  3345 catalog_manager.cc:5696] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "033c56a049b44850b99cd37ad0ef95f0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:54.670564  3796 ts_tablet_manager.cc:1434] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2: Time spent starting tablet: real 0.042s	user 0.007s	sys 0.002s
I20260608 12:39:54.672326  3796 tablet_bootstrap.cc:492] T d3a353da28604c1f99cad2e209cee3d2 P 5edac015ebd64275a9e1e2beed8ac8d2: Bootstrap starting.
I20260608 12:39:54.673085  3347 catalog_manager.cc:5696] T 560a5bfdadb74b919419d7325f69615a P 5edac015ebd64275a9e1e2beed8ac8d2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196). New cstate: current_term: 1 leader_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:54.679257  3796 tablet_bootstrap.cc:654] T d3a353da28604c1f99cad2e209cee3d2 P 5edac015ebd64275a9e1e2beed8ac8d2: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:54.694965  3689 raft_consensus.cc:493] T 2359bbf0ef064dc1abc7cb2ace06139c P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:54.695789  3689 raft_consensus.cc:515] T 2359bbf0ef064dc1abc7cb2ace06139c P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.699272  3800 tablet_bootstrap.cc:654] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:54.700071  3744 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2359bbf0ef064dc1abc7cb2ace06139c" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" is_pre_election: true
I20260608 12:39:54.702450  3771 raft_consensus.cc:493] T 2359bbf0ef064dc1abc7cb2ace06139c P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
W20260608 12:39:54.702528  3564 leader_election.cc:343] T 2359bbf0ef064dc1abc7cb2ace06139c P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:54.703496  3771 raft_consensus.cc:515] T 2359bbf0ef064dc1abc7cb2ace06139c P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.706168  3524 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2359bbf0ef064dc1abc7cb2ace06139c" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" is_pre_election: true
I20260608 12:39:54.707132  3524 raft_consensus.cc:2468] T 2359bbf0ef064dc1abc7cb2ace06139c P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 0.
I20260608 12:39:54.709403  3566 leader_election.cc:304] T 2359bbf0ef064dc1abc7cb2ace06139c P a4e041d14d69489eb44f51c96bbbb9d8 [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: a4e041d14d69489eb44f51c96bbbb9d8, a8be0ba45d15436e8cfda38fd768d2d3; no voters: 5edac015ebd64275a9e1e2beed8ac8d2
I20260608 12:39:54.710685  3679 raft_consensus.cc:2804] T 2359bbf0ef064dc1abc7cb2ace06139c P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:54.711220  3679 raft_consensus.cc:493] T 2359bbf0ef064dc1abc7cb2ace06139c P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:54.711689  3679 raft_consensus.cc:3060] T 2359bbf0ef064dc1abc7cb2ace06139c P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.715124  3771 leader_election.cc:290] T 2359bbf0ef064dc1abc7cb2ace06139c P a8be0ba45d15436e8cfda38fd768d2d3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195:36067), 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175)
I20260608 12:39:54.719625  3677 raft_consensus.cc:493] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:54.720372  3677 raft_consensus.cc:515] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.696954  3803 tablet_bootstrap.cc:654] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:54.725131  3524 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ffb5dc201e8c471497d2d18ff5595b7f" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" is_pre_election: true
I20260608 12:39:54.725673  3677 leader_election.cc:290] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175), a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977)
I20260608 12:39:54.726824  3744 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ffb5dc201e8c471497d2d18ff5595b7f" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" is_pre_election: true
I20260608 12:39:54.727730  3744 raft_consensus.cc:2468] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 033c56a049b44850b99cd37ad0ef95f0 in term 0.
W20260608 12:39:54.726847  3417 leader_election.cc:343] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:54.730453  3415 leader_election.cc:304] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [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: 033c56a049b44850b99cd37ad0ef95f0, 5edac015ebd64275a9e1e2beed8ac8d2; no voters: a8be0ba45d15436e8cfda38fd768d2d3
I20260608 12:39:54.735643  3677 raft_consensus.cc:2804] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:54.736202  3677 raft_consensus.cc:493] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:54.736668  3677 raft_consensus.cc:3060] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.738719  3771 raft_consensus.cc:493] T 560a5bfdadb74b919419d7325f69615a P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:54.739315  3771 raft_consensus.cc:515] T 560a5bfdadb74b919419d7325f69615a P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.740851  3803 tablet_bootstrap.cc:492] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3: No bootstrap required, opened a new log
I20260608 12:39:54.742781  3803 ts_tablet_manager.cc:1403] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3: Time spent bootstrapping tablet: real 0.129s	user 0.013s	sys 0.004s
I20260608 12:39:54.742923  3689 leader_election.cc:290] T 2359bbf0ef064dc1abc7cb2ace06139c P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175), a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977)
I20260608 12:39:54.748504  3771 leader_election.cc:290] T 560a5bfdadb74b919419d7325f69615a P a8be0ba45d15436e8cfda38fd768d2d3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175), 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277)
I20260608 12:39:54.746529  3346 catalog_manager.cc:5696] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8 reported cstate change: term changed from 0 to 1, leader changed from <none> to a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:54.755518  3800 tablet_bootstrap.cc:492] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0: No bootstrap required, opened a new log
I20260608 12:39:54.759829  3800 ts_tablet_manager.cc:1403] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0: Time spent bootstrapping tablet: real 0.099s	user 0.009s	sys 0.010s
I20260608 12:39:54.760339  3689 raft_consensus.cc:493] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:54.761073  3689 raft_consensus.cc:515] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } }
I20260608 12:39:54.763258  3689 leader_election.cc:290] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977), 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175)
I20260608 12:39:54.758296  3803 raft_consensus.cc:359] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.767376  3800 raft_consensus.cc:359] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } }
I20260608 12:39:54.774456  3800 raft_consensus.cc:385] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.768240  3803 raft_consensus.cc:385] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.780485  3803 raft_consensus.cc:740] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8be0ba45d15436e8cfda38fd768d2d3, State: Initialized, Role: FOLLOWER
I20260608 12:39:54.780756  3451 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "560a5bfdadb74b919419d7325f69615a" candidate_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "033c56a049b44850b99cd37ad0ef95f0" is_pre_election: true
I20260608 12:39:54.781618  3451 raft_consensus.cc:2393] T 560a5bfdadb74b919419d7325f69615a P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate a8be0ba45d15436e8cfda38fd768d2d3 in current term 1: Already voted for candidate 5edac015ebd64275a9e1e2beed8ac8d2 in this term.
I20260608 12:39:54.781395  3803 consensus_queue.cc:260] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.783721  3803 ts_tablet_manager.cc:1434] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3: Time spent starting tablet: real 0.039s	user 0.008s	sys 0.000s
I20260608 12:39:54.784132  3800 raft_consensus.cc:740] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 033c56a049b44850b99cd37ad0ef95f0, State: Initialized, Role: FOLLOWER
I20260608 12:39:54.786533  3800 consensus_queue.cc:260] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } }
I20260608 12:39:54.790307  3800 ts_tablet_manager.cc:1434] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0: Time spent starting tablet: real 0.026s	user 0.000s	sys 0.006s
I20260608 12:39:54.805939  3744 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ae6a22a5968471b98877dd19ef8e9f3" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" is_pre_election: true
I20260608 12:39:54.808653  3744 raft_consensus.cc:2468] T 8ae6a22a5968471b98877dd19ef8e9f3 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 0.
I20260608 12:39:54.809474  3524 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ae6a22a5968471b98877dd19ef8e9f3" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" is_pre_election: true
I20260608 12:39:54.810387  3524 raft_consensus.cc:2468] T 8ae6a22a5968471b98877dd19ef8e9f3 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 0.
I20260608 12:39:54.811110  3564 leader_election.cc:304] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5edac015ebd64275a9e1e2beed8ac8d2, a4e041d14d69489eb44f51c96bbbb9d8; no voters: 
I20260608 12:39:54.812053  3689 raft_consensus.cc:2804] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:54.812418  3689 raft_consensus.cc:493] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:54.812757  3689 raft_consensus.cc:3060] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:39:54.814049  3336 catalog_manager.cc:4809] Async tablet task AlterTable RPC for tablet ffb5dc201e8c471497d2d18ff5595b7f (table range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet ffb5dc201e8c471497d2d18ff5595b7f consensus state has no leader
I20260608 12:39:54.816977  3771 raft_consensus.cc:493] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:54.817224  3744 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2359bbf0ef064dc1abc7cb2ace06139c" candidate_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" is_pre_election: true
I20260608 12:39:54.817494  3771 raft_consensus.cc:515] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.820433  3771 leader_election.cc:290] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175), 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277)
I20260608 12:39:54.819998  3744 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "560a5bfdadb74b919419d7325f69615a" candidate_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" is_pre_election: true
I20260608 12:39:54.821018  3451 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ffb5dc201e8c471497d2d18ff5595b7f" candidate_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "033c56a049b44850b99cd37ad0ef95f0" is_pre_election: true
I20260608 12:39:54.821336  3745 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ffb5dc201e8c471497d2d18ff5595b7f" candidate_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" is_pre_election: true
I20260608 12:39:54.819955  3689 raft_consensus.cc:515] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } }
I20260608 12:39:54.822124  3745 raft_consensus.cc:2468] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a8be0ba45d15436e8cfda38fd768d2d3 in term 0.
I20260608 12:39:54.823565  3689 leader_election.cc:290] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 election: Requested vote from peers a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977), 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175)
I20260608 12:39:54.825489  3744 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ae6a22a5968471b98877dd19ef8e9f3" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5edac015ebd64275a9e1e2beed8ac8d2"
I20260608 12:39:54.825948  3744 raft_consensus.cc:3060] T 8ae6a22a5968471b98877dd19ef8e9f3 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.826401  3677 raft_consensus.cc:515] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
W20260608 12:39:54.827970  3490 leader_election.cc:343] T 2359bbf0ef064dc1abc7cb2ace06139c P a8be0ba45d15436e8cfda38fd768d2d3 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:54.827911  3679 raft_consensus.cc:515] T 2359bbf0ef064dc1abc7cb2ace06139c P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.828881  3490 leader_election.cc:304] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5edac015ebd64275a9e1e2beed8ac8d2, a8be0ba45d15436e8cfda38fd768d2d3; no voters: 
I20260608 12:39:54.829718  3771 raft_consensus.cc:2804] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:54.830147  3771 raft_consensus.cc:493] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:54.834558  3771 raft_consensus.cc:3060] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.835368  3746 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ffb5dc201e8c471497d2d18ff5595b7f" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5edac015ebd64275a9e1e2beed8ac8d2"
I20260608 12:39:54.835850  3524 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ffb5dc201e8c471497d2d18ff5595b7f" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3"
I20260608 12:39:54.830703  3490 leader_election.cc:304] T 560a5bfdadb74b919419d7325f69615a P a8be0ba45d15436e8cfda38fd768d2d3 [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: a8be0ba45d15436e8cfda38fd768d2d3; no voters: 033c56a049b44850b99cd37ad0ef95f0, 5edac015ebd64275a9e1e2beed8ac8d2
I20260608 12:39:54.831315  3745 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2359bbf0ef064dc1abc7cb2ace06139c" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5edac015ebd64275a9e1e2beed8ac8d2"
I20260608 12:39:54.832283  3744 raft_consensus.cc:2468] T 8ae6a22a5968471b98877dd19ef8e9f3 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 1.
I20260608 12:39:54.833583  3451 raft_consensus.cc:2393] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate a8be0ba45d15436e8cfda38fd768d2d3 in current term 1: Already voted for candidate 033c56a049b44850b99cd37ad0ef95f0 in this term.
I20260608 12:39:54.837178  3746 raft_consensus.cc:3060] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.830713  3679 leader_election.cc:290] T 2359bbf0ef064dc1abc7cb2ace06139c P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 election: Requested vote from peers 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175), a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977)
W20260608 12:39:54.842204  3564 leader_election.cc:343] T 2359bbf0ef064dc1abc7cb2ace06139c P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:54.847002  3564 leader_election.cc:304] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5edac015ebd64275a9e1e2beed8ac8d2, a4e041d14d69489eb44f51c96bbbb9d8; no voters: 
I20260608 12:39:54.838435  3677 leader_election.cc:290] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [CANDIDATE]: Term 1 election: Requested vote from peers 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175), a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977)
I20260608 12:39:54.848148  3689 raft_consensus.cc:2804] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:54.850005  3526 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ae6a22a5968471b98877dd19ef8e9f3" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3"
I20260608 12:39:54.852599  3796 tablet_bootstrap.cc:492] T d3a353da28604c1f99cad2e209cee3d2 P 5edac015ebd64275a9e1e2beed8ac8d2: No bootstrap required, opened a new log
I20260608 12:39:54.852792  3526 raft_consensus.cc:3060] T 8ae6a22a5968471b98877dd19ef8e9f3 P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.853192  3796 ts_tablet_manager.cc:1403] T d3a353da28604c1f99cad2e209cee3d2 P 5edac015ebd64275a9e1e2beed8ac8d2: Time spent bootstrapping tablet: real 0.181s	user 0.047s	sys 0.098s
I20260608 12:39:54.850364  3523 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2359bbf0ef064dc1abc7cb2ace06139c" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3"
I20260608 12:39:54.851960  3689 raft_consensus.cc:697] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Becoming Leader. State: Replica: a4e041d14d69489eb44f51c96bbbb9d8, State: Running, Role: LEADER
I20260608 12:39:54.859987  3523 raft_consensus.cc:3060] T 2359bbf0ef064dc1abc7cb2ace06139c P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.860085  3843 raft_consensus.cc:3060] T 560a5bfdadb74b919419d7325f69615a P a8be0ba45d15436e8cfda38fd768d2d3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.860450  3689 consensus_queue.cc:237] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } }
I20260608 12:39:54.861393  3526 raft_consensus.cc:2468] T 8ae6a22a5968471b98877dd19ef8e9f3 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 1.
I20260608 12:39:54.856933  3746 raft_consensus.cc:2468] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 033c56a049b44850b99cd37ad0ef95f0 in term 1.
I20260608 12:39:54.868333  3415 leader_election.cc:304] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 033c56a049b44850b99cd37ad0ef95f0, 5edac015ebd64275a9e1e2beed8ac8d2; no voters: 
I20260608 12:39:54.857488  3796 raft_consensus.cc:359] T d3a353da28604c1f99cad2e209cee3d2 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } }
I20260608 12:39:54.858760  3599 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2359bbf0ef064dc1abc7cb2ace06139c" candidate_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" is_pre_election: true
I20260608 12:39:54.869241  3677 raft_consensus.cc:2804] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:54.869894  3677 raft_consensus.cc:697] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 1 LEADER]: Becoming Leader. State: Replica: 033c56a049b44850b99cd37ad0ef95f0, State: Running, Role: LEADER
I20260608 12:39:54.869930  3599 raft_consensus.cc:2393] T 2359bbf0ef064dc1abc7cb2ace06139c P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate a8be0ba45d15436e8cfda38fd768d2d3 in current term 1: Already voted for candidate a4e041d14d69489eb44f51c96bbbb9d8 in this term.
I20260608 12:39:54.858978  3771 raft_consensus.cc:515] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.872057  3524 raft_consensus.cc:2393] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 033c56a049b44850b99cd37ad0ef95f0 in current term 1: Already voted for candidate a8be0ba45d15436e8cfda38fd768d2d3 in this term.
I20260608 12:39:54.872553  3489 leader_election.cc:304] T 2359bbf0ef064dc1abc7cb2ace06139c P a8be0ba45d15436e8cfda38fd768d2d3 [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: a8be0ba45d15436e8cfda38fd768d2d3; no voters: 5edac015ebd64275a9e1e2beed8ac8d2, a4e041d14d69489eb44f51c96bbbb9d8
I20260608 12:39:54.874346  3679 raft_consensus.cc:493] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:54.875672  3679 raft_consensus.cc:515] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } }
I20260608 12:39:54.875716  3771 leader_election.cc:290] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [CANDIDATE]: Term 1 election: Requested vote from peers 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175), 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277)
I20260608 12:39:54.875923  3746 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ffb5dc201e8c471497d2d18ff5595b7f" candidate_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5edac015ebd64275a9e1e2beed8ac8d2"
I20260608 12:39:54.876829  3451 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ffb5dc201e8c471497d2d18ff5595b7f" candidate_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "033c56a049b44850b99cd37ad0ef95f0"
I20260608 12:39:54.877112  3796 raft_consensus.cc:385] T d3a353da28604c1f99cad2e209cee3d2 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.877243  3746 raft_consensus.cc:2393] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate a8be0ba45d15436e8cfda38fd768d2d3 in current term 1: Already voted for candidate 033c56a049b44850b99cd37ad0ef95f0 in this term.
I20260608 12:39:54.878341  3523 raft_consensus.cc:2468] T 2359bbf0ef064dc1abc7cb2ace06139c P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 1.
I20260608 12:39:54.878975  3746 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d3a353da28604c1f99cad2e209cee3d2" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" is_pre_election: true
I20260608 12:39:54.877552  3796 raft_consensus.cc:740] T d3a353da28604c1f99cad2e209cee3d2 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5edac015ebd64275a9e1e2beed8ac8d2, State: Initialized, Role: FOLLOWER
I20260608 12:39:54.874751  3677 consensus_queue.cc:237] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.879314  3490 leader_election.cc:304] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [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: a8be0ba45d15436e8cfda38fd768d2d3; no voters: 033c56a049b44850b99cd37ad0ef95f0, 5edac015ebd64275a9e1e2beed8ac8d2
I20260608 12:39:54.880153  3796 consensus_queue.cc:260] T d3a353da28604c1f99cad2e209cee3d2 P 5edac015ebd64275a9e1e2beed8ac8d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } }
I20260608 12:39:54.880714  3845 raft_consensus.cc:2749] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:39:54.881157  3566 leader_election.cc:304] T 2359bbf0ef064dc1abc7cb2ace06139c P a4e041d14d69489eb44f51c96bbbb9d8 [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: a4e041d14d69489eb44f51c96bbbb9d8, a8be0ba45d15436e8cfda38fd768d2d3; no voters: 5edac015ebd64275a9e1e2beed8ac8d2
I20260608 12:39:54.882406  3670 raft_consensus.cc:2804] T 2359bbf0ef064dc1abc7cb2ace06139c P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:54.883109  3670 raft_consensus.cc:697] T 2359bbf0ef064dc1abc7cb2ace06139c P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Becoming Leader. State: Replica: a4e041d14d69489eb44f51c96bbbb9d8, State: Running, Role: LEADER
I20260608 12:39:54.884541  3670 consensus_queue.cc:237] T 2359bbf0ef064dc1abc7cb2ace06139c P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.885473  3451 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d3a353da28604c1f99cad2e209cee3d2" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "033c56a049b44850b99cd37ad0ef95f0" is_pre_election: true
I20260608 12:39:54.886112  3451 raft_consensus.cc:2468] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 0.
I20260608 12:39:54.879295  3771 raft_consensus.cc:2749] T 2359bbf0ef064dc1abc7cb2ace06139c P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:54.887534  3566 leader_election.cc:304] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 033c56a049b44850b99cd37ad0ef95f0, a4e041d14d69489eb44f51c96bbbb9d8; no voters: 
I20260608 12:39:54.889014  3689 raft_consensus.cc:2804] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:54.886233  3796 ts_tablet_manager.cc:1434] T d3a353da28604c1f99cad2e209cee3d2 P 5edac015ebd64275a9e1e2beed8ac8d2: Time spent starting tablet: real 0.033s	user 0.005s	sys 0.003s
I20260608 12:39:54.890769  3689 raft_consensus.cc:493] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:54.890352  3679 leader_election.cc:290] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175), 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277)
I20260608 12:39:54.891216  3689 raft_consensus.cc:3060] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.891644  3796 tablet_bootstrap.cc:492] T 2359bbf0ef064dc1abc7cb2ace06139c P 5edac015ebd64275a9e1e2beed8ac8d2: Bootstrap starting.
I20260608 12:39:54.882297  3746 raft_consensus.cc:2468] T d3a353da28604c1f99cad2e209cee3d2 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 0.
I20260608 12:39:54.897226  3345 catalog_manager.cc:5696] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8 reported cstate change: term changed from 0 to 1, leader changed from <none> to a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:54.899024  3843 raft_consensus.cc:2749] T 560a5bfdadb74b919419d7325f69615a P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:54.906767  3346 catalog_manager.cc:5696] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "033c56a049b44850b99cd37ad0ef95f0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:54.910616  3689 raft_consensus.cc:515] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } }
I20260608 12:39:54.914166  3689 leader_election.cc:290] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 election: Requested vote from peers 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175), 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277)
I20260608 12:39:54.914851  3796 tablet_bootstrap.cc:654] T 2359bbf0ef064dc1abc7cb2ace06139c P 5edac015ebd64275a9e1e2beed8ac8d2: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:54.915102  3451 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d3a353da28604c1f99cad2e209cee3d2" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "033c56a049b44850b99cd37ad0ef95f0"
I20260608 12:39:54.915764  3451 raft_consensus.cc:3060] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.920147  3746 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d3a353da28604c1f99cad2e209cee3d2" candidate_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5edac015ebd64275a9e1e2beed8ac8d2"
I20260608 12:39:54.920822  3746 raft_consensus.cc:3060] T d3a353da28604c1f99cad2e209cee3d2 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.927342  3451 raft_consensus.cc:2468] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 1.
I20260608 12:39:54.928860  3566 leader_election.cc:304] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 033c56a049b44850b99cd37ad0ef95f0, a4e041d14d69489eb44f51c96bbbb9d8; no voters: 
I20260608 12:39:54.929920  3670 consensus_queue.cc:1048] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:54.930296  3746 raft_consensus.cc:2468] T d3a353da28604c1f99cad2e209cee3d2 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a4e041d14d69489eb44f51c96bbbb9d8 in term 1.
I20260608 12:39:54.931630  3670 raft_consensus.cc:2804] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:54.932446  3670 raft_consensus.cc:697] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Becoming Leader. State: Replica: a4e041d14d69489eb44f51c96bbbb9d8, State: Running, Role: LEADER
I20260608 12:39:54.933374  3670 consensus_queue.cc:237] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } }
I20260608 12:39:54.941949  3345 catalog_manager.cc:5696] T 2359bbf0ef064dc1abc7cb2ace06139c P a4e041d14d69489eb44f51c96bbbb9d8 reported cstate change: term changed from 0 to 1, leader changed from <none> to a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:54.980813  3796 tablet_bootstrap.cc:492] T 2359bbf0ef064dc1abc7cb2ace06139c P 5edac015ebd64275a9e1e2beed8ac8d2: No bootstrap required, opened a new log
I20260608 12:39:54.981570  3796 ts_tablet_manager.cc:1403] T 2359bbf0ef064dc1abc7cb2ace06139c P 5edac015ebd64275a9e1e2beed8ac8d2: Time spent bootstrapping tablet: real 0.090s	user 0.035s	sys 0.037s
I20260608 12:39:54.981628  3651 consensus_queue.cc:1048] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:54.983640  3346 catalog_manager.cc:5696] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 reported cstate change: term changed from 0 to 1, leader changed from <none> to a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:54.984685  3796 raft_consensus.cc:359] T 2359bbf0ef064dc1abc7cb2ace06139c P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.985553  3796 raft_consensus.cc:385] T 2359bbf0ef064dc1abc7cb2ace06139c P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.985884  3796 raft_consensus.cc:740] T 2359bbf0ef064dc1abc7cb2ace06139c P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5edac015ebd64275a9e1e2beed8ac8d2, State: Initialized, Role: FOLLOWER
I20260608 12:39:54.986692  3796 consensus_queue.cc:260] T 2359bbf0ef064dc1abc7cb2ace06139c P 5edac015ebd64275a9e1e2beed8ac8d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:54.988786  3796 ts_tablet_manager.cc:1434] T 2359bbf0ef064dc1abc7cb2ace06139c P 5edac015ebd64275a9e1e2beed8ac8d2: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260608 12:39:55.129159  3402 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
I20260608 12:39:55.137622  3825 consensus_queue.cc:1048] T 560a5bfdadb74b919419d7325f69615a P 5edac015ebd64275a9e1e2beed8ac8d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:55.143801  3825 raft_consensus.cc:493] T 2359bbf0ef064dc1abc7cb2ace06139c P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:55.144347  3825 raft_consensus.cc:515] T 2359bbf0ef064dc1abc7cb2ace06139c P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:55.147900  3825 leader_election.cc:290] T 2359bbf0ef064dc1abc7cb2ace06139c P 5edac015ebd64275a9e1e2beed8ac8d2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195:36067), a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977)
I20260608 12:39:55.149921  3524 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2359bbf0ef064dc1abc7cb2ace06139c" candidate_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" is_pre_election: true
I20260608 12:39:55.150766  3524 raft_consensus.cc:2393] T 2359bbf0ef064dc1abc7cb2ace06139c P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 5edac015ebd64275a9e1e2beed8ac8d2 in current term 1: Already voted for candidate a4e041d14d69489eb44f51c96bbbb9d8 in this term.
I20260608 12:39:55.155215  3680 consensus_queue.cc:1048] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:55.160660  3677 consensus_queue.cc:1048] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:55.200574  3599 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2359bbf0ef064dc1abc7cb2ace06139c" candidate_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" is_pre_election: true
I20260608 12:39:55.206854  3709 leader_election.cc:304] T 2359bbf0ef064dc1abc7cb2ace06139c P 5edac015ebd64275a9e1e2beed8ac8d2 [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: 5edac015ebd64275a9e1e2beed8ac8d2; no voters: a4e041d14d69489eb44f51c96bbbb9d8, a8be0ba45d15436e8cfda38fd768d2d3
I20260608 12:39:55.209481  3825 raft_consensus.cc:3060] T 2359bbf0ef064dc1abc7cb2ace06139c P 5edac015ebd64275a9e1e2beed8ac8d2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:55.235184  3863 consensus_queue.cc:1048] T 560a5bfdadb74b919419d7325f69615a P 5edac015ebd64275a9e1e2beed8ac8d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:55.257754  3825 raft_consensus.cc:2749] T 2359bbf0ef064dc1abc7cb2ace06139c P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:55.227270  3689 consensus_queue.cc:1048] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.027s
I20260608 12:39:55.285817  3651 consensus_queue.cc:1048] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:55.287536  3670 consensus_queue.cc:1048] T 2359bbf0ef064dc1abc7cb2ace06139c P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:55.296200  3599 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "331a1c6f301840f38228d967a1c2da91"
dest_uuid: "a4e041d14d69489eb44f51c96bbbb9d8"
mode: GRACEFUL
new_leader_uuid: "5edac015ebd64275a9e1e2beed8ac8d2"
 from {username='slave'} at 127.0.0.1:58514
I20260608 12:39:55.297248  3599 raft_consensus.cc:606] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Received request to transfer leadership to TS 5edac015ebd64275a9e1e2beed8ac8d2
I20260608 12:39:55.302925  3599 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "767e1f9edcea4e9aa33fa67c6f7e529f"
dest_uuid: "a4e041d14d69489eb44f51c96bbbb9d8"
mode: GRACEFUL
new_leader_uuid: "5edac015ebd64275a9e1e2beed8ac8d2"
 from {username='slave'} at 127.0.0.1:58514
I20260608 12:39:55.303915  3599 raft_consensus.cc:606] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Received request to transfer leadership to TS 5edac015ebd64275a9e1e2beed8ac8d2
I20260608 12:39:55.309258  3599 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "85f747d3bfbe40fe9838fdc2acf7d454"
dest_uuid: "a4e041d14d69489eb44f51c96bbbb9d8"
mode: GRACEFUL
new_leader_uuid: "a8be0ba45d15436e8cfda38fd768d2d3"
 from {username='slave'} at 127.0.0.1:58514
I20260608 12:39:55.310286  3599 raft_consensus.cc:606] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Received request to transfer leadership to TS a8be0ba45d15436e8cfda38fd768d2d3
I20260608 12:39:55.315711  3598 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "8ae6a22a5968471b98877dd19ef8e9f3"
dest_uuid: "a4e041d14d69489eb44f51c96bbbb9d8"
mode: GRACEFUL
new_leader_uuid: "a8be0ba45d15436e8cfda38fd768d2d3"
 from {username='slave'} at 127.0.0.1:58514
I20260608 12:39:55.316440  3598 raft_consensus.cc:606] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Received request to transfer leadership to TS a8be0ba45d15436e8cfda38fd768d2d3
I20260608 12:39:55.324205  3599 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "d3a353da28604c1f99cad2e209cee3d2"
dest_uuid: "a4e041d14d69489eb44f51c96bbbb9d8"
mode: GRACEFUL
new_leader_uuid: "033c56a049b44850b99cd37ad0ef95f0"
 from {username='slave'} at 127.0.0.1:58514
I20260608 12:39:55.324919  3599 raft_consensus.cc:606] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Received request to transfer leadership to TS 033c56a049b44850b99cd37ad0ef95f0
I20260608 12:39:55.324776  3689 consensus_queue.cc:1048] T 2359bbf0ef064dc1abc7cb2ace06139c P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:55.332710  3599 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "f0fc7530061345beaada797715868e07"
dest_uuid: "a4e041d14d69489eb44f51c96bbbb9d8"
mode: GRACEFUL
new_leader_uuid: "a8be0ba45d15436e8cfda38fd768d2d3"
 from {username='slave'} at 127.0.0.1:58514
I20260608 12:39:55.333436  3599 raft_consensus.cc:606] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Received request to transfer leadership to TS a8be0ba45d15436e8cfda38fd768d2d3
I20260608 12:39:55.342841  3651 consensus_queue.cc:1048] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:39:55.347347  3397 auto_rebalancer.cc:591] Failed to schedule move for tablet f0fc7530061345beaada797715868e07: Remote error: Service unavailable: leader transfer in progress
I20260608 12:39:55.358364  3651 raft_consensus.cc:993] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8: : Instructing follower 5edac015ebd64275a9e1e2beed8ac8d2 to start an election
I20260608 12:39:55.358883  3689 raft_consensus.cc:1081] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Signalling peer 5edac015ebd64275a9e1e2beed8ac8d2 to start an election
I20260608 12:39:55.360824  3746 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "767e1f9edcea4e9aa33fa67c6f7e529f"
dest_uuid: "5edac015ebd64275a9e1e2beed8ac8d2"
 from {username='slave'} at 127.0.0.1:52554
I20260608 12:39:55.361547  3746 raft_consensus.cc:493] T 767e1f9edcea4e9aa33fa67c6f7e529f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:39:55.361965  3746 raft_consensus.cc:3060] T 767e1f9edcea4e9aa33fa67c6f7e529f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:55.365058  3865 consensus_queue.cc:1048] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:55.368979  3865 consensus_queue.cc:1048] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:55.371981  3746 raft_consensus.cc:515] T 767e1f9edcea4e9aa33fa67c6f7e529f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:55.374166  3679 consensus_queue.cc:1048] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:55.380388  3451 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "767e1f9edcea4e9aa33fa67c6f7e529f" candidate_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "033c56a049b44850b99cd37ad0ef95f0"
I20260608 12:39:55.381042  3451 raft_consensus.cc:3060] T 767e1f9edcea4e9aa33fa67c6f7e529f P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:55.383482  3599 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "767e1f9edcea4e9aa33fa67c6f7e529f" candidate_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "a4e041d14d69489eb44f51c96bbbb9d8"
I20260608 12:39:55.384104  3599 raft_consensus.cc:3055] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:39:55.384442  3599 raft_consensus.cc:740] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: a4e041d14d69489eb44f51c96bbbb9d8, State: Running, Role: LEADER
I20260608 12:39:55.385406  3599 consensus_queue.cc:260] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8 [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: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:55.386642  3599 raft_consensus.cc:3060] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:55.394510  3746 leader_election.cc:290] T 767e1f9edcea4e9aa33fa67c6f7e529f P 5edac015ebd64275a9e1e2beed8ac8d2 [CANDIDATE]: Term 2 election: Requested vote from peers 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277), a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195:36067)
I20260608 12:39:55.397308  3451 raft_consensus.cc:2468] T 767e1f9edcea4e9aa33fa67c6f7e529f P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5edac015ebd64275a9e1e2beed8ac8d2 in term 2.
I20260608 12:39:55.399240  3670 raft_consensus.cc:993] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8: : Instructing follower 5edac015ebd64275a9e1e2beed8ac8d2 to start an election
I20260608 12:39:55.403612  3651 raft_consensus.cc:1081] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Signalling peer 5edac015ebd64275a9e1e2beed8ac8d2 to start an election
I20260608 12:39:55.403535  3599 raft_consensus.cc:2468] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5edac015ebd64275a9e1e2beed8ac8d2 in term 2.
I20260608 12:39:55.405895  3709 leader_election.cc:304] T 767e1f9edcea4e9aa33fa67c6f7e529f P 5edac015ebd64275a9e1e2beed8ac8d2 [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: 5edac015ebd64275a9e1e2beed8ac8d2, a4e041d14d69489eb44f51c96bbbb9d8; no voters: 
I20260608 12:39:55.407737  3868 raft_consensus.cc:2804] T 767e1f9edcea4e9aa33fa67c6f7e529f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:39:55.408463  3868 raft_consensus.cc:697] T 767e1f9edcea4e9aa33fa67c6f7e529f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 LEADER]: Becoming Leader. State: Replica: 5edac015ebd64275a9e1e2beed8ac8d2, State: Running, Role: LEADER
I20260608 12:39:55.409554  3868 consensus_queue.cc:237] T 767e1f9edcea4e9aa33fa67c6f7e529f P 5edac015ebd64275a9e1e2beed8ac8d2 [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: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:55.412937  3744 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "331a1c6f301840f38228d967a1c2da91"
dest_uuid: "5edac015ebd64275a9e1e2beed8ac8d2"
 from {username='slave'} at 127.0.0.1:52554
I20260608 12:39:55.413890  3744 raft_consensus.cc:493] T 331a1c6f301840f38228d967a1c2da91 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:39:55.415127  3744 raft_consensus.cc:3060] T 331a1c6f301840f38228d967a1c2da91 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:55.421881  3651 raft_consensus.cc:993] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8: : Instructing follower a8be0ba45d15436e8cfda38fd768d2d3 to start an election
I20260608 12:39:55.422513  3679 raft_consensus.cc:1081] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Signalling peer a8be0ba45d15436e8cfda38fd768d2d3 to start an election
I20260608 12:39:55.423396  3679 consensus_queue.cc:1048] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:55.425310  3526 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "8ae6a22a5968471b98877dd19ef8e9f3"
dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3"
 from {username='slave'} at 127.0.0.1:40658
I20260608 12:39:55.426286  3526 raft_consensus.cc:493] T 8ae6a22a5968471b98877dd19ef8e9f3 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:39:55.426703  3526 raft_consensus.cc:3060] T 8ae6a22a5968471b98877dd19ef8e9f3 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:55.455667  3526 raft_consensus.cc:515] T 8ae6a22a5968471b98877dd19ef8e9f3 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } }
I20260608 12:39:55.470559  3526 leader_election.cc:290] T 8ae6a22a5968471b98877dd19ef8e9f3 P a8be0ba45d15436e8cfda38fd768d2d3 [CANDIDATE]: Term 2 election: Requested vote from peers a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195:36067), 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175)
I20260608 12:39:55.471915  3743 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ae6a22a5968471b98877dd19ef8e9f3" candidate_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "5edac015ebd64275a9e1e2beed8ac8d2"
I20260608 12:39:55.472714  3743 raft_consensus.cc:3060] T 8ae6a22a5968471b98877dd19ef8e9f3 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:55.474920  3744 raft_consensus.cc:515] T 331a1c6f301840f38228d967a1c2da91 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } }
I20260608 12:39:55.475944  3598 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ae6a22a5968471b98877dd19ef8e9f3" candidate_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "a4e041d14d69489eb44f51c96bbbb9d8"
I20260608 12:39:55.477452  3598 raft_consensus.cc:3055] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:39:55.477815  3598 raft_consensus.cc:740] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: a4e041d14d69489eb44f51c96bbbb9d8, State: Running, Role: LEADER
I20260608 12:39:55.478842  3873 consensus_queue.cc:1048] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:55.479166  3598 consensus_queue.cc:260] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8 [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: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } }
I20260608 12:39:55.480618  3743 raft_consensus.cc:2468] T 8ae6a22a5968471b98877dd19ef8e9f3 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a8be0ba45d15436e8cfda38fd768d2d3 in term 2.
I20260608 12:39:55.487226  3490 leader_election.cc:304] T 8ae6a22a5968471b98877dd19ef8e9f3 P a8be0ba45d15436e8cfda38fd768d2d3 [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: 5edac015ebd64275a9e1e2beed8ac8d2, a8be0ba45d15436e8cfda38fd768d2d3; no voters: 
I20260608 12:39:55.488587  3843 raft_consensus.cc:2804] T 8ae6a22a5968471b98877dd19ef8e9f3 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:39:55.480631  3598 raft_consensus.cc:3060] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:55.513708  3598 raft_consensus.cc:2468] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a8be0ba45d15436e8cfda38fd768d2d3 in term 2.
I20260608 12:39:55.513888  3349 catalog_manager.cc:5696] T 767e1f9edcea4e9aa33fa67c6f7e529f P 5edac015ebd64275a9e1e2beed8ac8d2 reported cstate change: term changed from 1 to 2, leader changed from a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195) to 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196). New cstate: current_term: 2 leader_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:55.524922  3843 raft_consensus.cc:697] T 8ae6a22a5968471b98877dd19ef8e9f3 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 LEADER]: Becoming Leader. State: Replica: a8be0ba45d15436e8cfda38fd768d2d3, State: Running, Role: LEADER
I20260608 12:39:55.535334  3679 raft_consensus.cc:993] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8: : Instructing follower 033c56a049b44850b99cd37ad0ef95f0 to start an election
I20260608 12:39:55.535454  3843 consensus_queue.cc:237] T 8ae6a22a5968471b98877dd19ef8e9f3 P a8be0ba45d15436e8cfda38fd768d2d3 [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: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } }
I20260608 12:39:55.536206  3679 raft_consensus.cc:1081] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Signalling peer 033c56a049b44850b99cd37ad0ef95f0 to start an election
I20260608 12:39:55.538849  3450 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "d3a353da28604c1f99cad2e209cee3d2"
dest_uuid: "033c56a049b44850b99cd37ad0ef95f0"
 from {username='slave'} at 127.0.0.1:52504
I20260608 12:39:55.539647  3450 raft_consensus.cc:493] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:39:55.540153  3450 raft_consensus.cc:3060] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:55.543045  3449 consensus_queue.cc:237] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [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: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } }
I20260608 12:39:55.545083  3744 leader_election.cc:290] T 331a1c6f301840f38228d967a1c2da91 P 5edac015ebd64275a9e1e2beed8ac8d2 [CANDIDATE]: Term 2 election: Requested vote from peers a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195:36067), 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277)
I20260608 12:39:55.546798  3448 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "331a1c6f301840f38228d967a1c2da91" candidate_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "033c56a049b44850b99cd37ad0ef95f0"
I20260608 12:39:55.547226  3873 raft_consensus.cc:993] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8: : Instructing follower a8be0ba45d15436e8cfda38fd768d2d3 to start an election
I20260608 12:39:55.547457  3448 raft_consensus.cc:3060] T 331a1c6f301840f38228d967a1c2da91 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:55.547679  3873 raft_consensus.cc:1081] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Signalling peer a8be0ba45d15436e8cfda38fd768d2d3 to start an election
I20260608 12:39:55.550074  3526 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "f0fc7530061345beaada797715868e07"
dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3"
 from {username='slave'} at 127.0.0.1:40658
I20260608 12:39:55.550648  3526 raft_consensus.cc:493] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:39:55.556136  3526 raft_consensus.cc:3060] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:55.562757  3598 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "331a1c6f301840f38228d967a1c2da91" candidate_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "a4e041d14d69489eb44f51c96bbbb9d8"
I20260608 12:39:55.563772  3598 raft_consensus.cc:3055] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:39:55.564337  3598 raft_consensus.cc:740] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: a4e041d14d69489eb44f51c96bbbb9d8, State: Running, Role: LEADER
I20260608 12:39:55.567616  3598 consensus_queue.cc:260] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8 [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: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } }
I20260608 12:39:55.569005  3598 raft_consensus.cc:3060] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:55.571012  3526 raft_consensus.cc:515] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:55.573028  3448 raft_consensus.cc:2468] T 331a1c6f301840f38228d967a1c2da91 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5edac015ebd64275a9e1e2beed8ac8d2 in term 2.
I20260608 12:39:55.574776  3526 leader_election.cc:290] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 [CANDIDATE]: Term 2 election: Requested vote from peers 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277), a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195:36067)
I20260608 12:39:55.574826  3712 leader_election.cc:304] T 331a1c6f301840f38228d967a1c2da91 P 5edac015ebd64275a9e1e2beed8ac8d2 [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: 033c56a049b44850b99cd37ad0ef95f0, 5edac015ebd64275a9e1e2beed8ac8d2; no voters: 
I20260608 12:39:55.573066  3451 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "ffb5dc201e8c471497d2d18ff5595b7f"
dest_uuid: "033c56a049b44850b99cd37ad0ef95f0"
mode: GRACEFUL
new_leader_uuid: "a8be0ba45d15436e8cfda38fd768d2d3"
 from {username='slave'} at 127.0.0.1:52522
I20260608 12:39:55.575990  3599 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f0fc7530061345beaada797715868e07" candidate_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "a4e041d14d69489eb44f51c96bbbb9d8"
I20260608 12:39:55.576505  3868 raft_consensus.cc:2804] T 331a1c6f301840f38228d967a1c2da91 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:39:55.577278  3868 raft_consensus.cc:697] T 331a1c6f301840f38228d967a1c2da91 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 LEADER]: Becoming Leader. State: Replica: 5edac015ebd64275a9e1e2beed8ac8d2, State: Running, Role: LEADER
I20260608 12:39:55.576381  3451 raft_consensus.cc:606] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 1 LEADER]: Received request to transfer leadership to TS a8be0ba45d15436e8cfda38fd768d2d3
I20260608 12:39:55.579258  3402 auto_leader_rebalancer.cc:388] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 7
I20260608 12:39:55.576552  3599 raft_consensus.cc:3055] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:39:55.580192  3402 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:55.578246  3450 raft_consensus.cc:515] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } }
I20260608 12:39:55.580515  3599 raft_consensus.cc:740] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: a4e041d14d69489eb44f51c96bbbb9d8, State: Running, Role: LEADER
I20260608 12:39:55.581480  3599 consensus_queue.cc:260] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [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: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:55.583567  3745 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d3a353da28604c1f99cad2e209cee3d2" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "5edac015ebd64275a9e1e2beed8ac8d2"
I20260608 12:39:55.583967  3599 raft_consensus.cc:3060] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:55.584307  3745 raft_consensus.cc:3060] T d3a353da28604c1f99cad2e209cee3d2 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:55.587800  3448 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f0fc7530061345beaada797715868e07" candidate_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "033c56a049b44850b99cd37ad0ef95f0"
I20260608 12:39:55.588446  3448 raft_consensus.cc:3060] T f0fc7530061345beaada797715868e07 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:55.578215  3868 consensus_queue.cc:237] T 331a1c6f301840f38228d967a1c2da91 P 5edac015ebd64275a9e1e2beed8ac8d2 [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: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } }
I20260608 12:39:55.593766  3600 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d3a353da28604c1f99cad2e209cee3d2" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "a4e041d14d69489eb44f51c96bbbb9d8"
I20260608 12:39:55.594455  3600 raft_consensus.cc:3055] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:39:55.594789  3600 raft_consensus.cc:740] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: a4e041d14d69489eb44f51c96bbbb9d8, State: Running, Role: LEADER
I20260608 12:39:55.595530  3450 leader_election.cc:290] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 [CANDIDATE]: Term 2 election: Requested vote from peers 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175), a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195:36067)
I20260608 12:39:55.595755  3600 consensus_queue.cc:260] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [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: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } }
I20260608 12:39:55.597736  3600 raft_consensus.cc:3060] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:55.606079  3448 raft_consensus.cc:2468] T f0fc7530061345beaada797715868e07 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a8be0ba45d15436e8cfda38fd768d2d3 in term 2.
I20260608 12:39:55.606763  3597 raft_consensus.cc:1275] T 6236ed4075fc48519c126e8655f1a714 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Refusing update from remote peer 033c56a049b44850b99cd37ad0ef95f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260608 12:39:55.607342  3415 consensus_peers.cc:597] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 -> Peer 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175): Couldn't send request to peer 5edac015ebd64275a9e1e2beed8ac8d2. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6236ed4075fc48519c126e8655f1a714. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:55.595338  3745 raft_consensus.cc:2468] T d3a353da28604c1f99cad2e209cee3d2 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 033c56a049b44850b99cd37ad0ef95f0 in term 2.
I20260608 12:39:55.612246  3524 raft_consensus.cc:1275] T 6236ed4075fc48519c126e8655f1a714 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Refusing update from remote peer 033c56a049b44850b99cd37ad0ef95f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:39:55.612892  3599 raft_consensus.cc:2468] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a8be0ba45d15436e8cfda38fd768d2d3 in term 2.
I20260608 12:39:55.614164  3489 leader_election.cc:304] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 [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: a4e041d14d69489eb44f51c96bbbb9d8, a8be0ba45d15436e8cfda38fd768d2d3; no voters: 
I20260608 12:39:55.615762  3882 raft_consensus.cc:2804] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:39:55.614789  3677 consensus_queue.cc:1048] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:39:55.616412  3882 raft_consensus.cc:697] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 LEADER]: Becoming Leader. State: Replica: a8be0ba45d15436e8cfda38fd768d2d3, State: Running, Role: LEADER
I20260608 12:39:55.617970  3882 consensus_queue.cc:237] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 [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: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:55.617980  3680 consensus_queue.cc:1048] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.003s
I20260608 12:39:55.624276  3679 raft_consensus.cc:993] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8: : Instructing follower a8be0ba45d15436e8cfda38fd768d2d3 to start an election
I20260608 12:39:55.614739  3415 leader_election.cc:304] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 [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: 033c56a049b44850b99cd37ad0ef95f0, 5edac015ebd64275a9e1e2beed8ac8d2; no voters: 
I20260608 12:39:55.626351  3670 raft_consensus.cc:1081] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Signalling peer a8be0ba45d15436e8cfda38fd768d2d3 to start an election
I20260608 12:39:55.628244  3677 raft_consensus.cc:2804] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:39:55.628813  3526 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "85f747d3bfbe40fe9838fdc2acf7d454"
dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3"
 from {username='slave'} at 127.0.0.1:40658
I20260608 12:39:55.630020  3526 raft_consensus.cc:493] T 85f747d3bfbe40fe9838fdc2acf7d454 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:39:55.630409  3526 raft_consensus.cc:3060] T 85f747d3bfbe40fe9838fdc2acf7d454 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:55.632051  3600 raft_consensus.cc:2468] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 033c56a049b44850b99cd37ad0ef95f0 in term 2.
I20260608 12:39:55.628856  3677 raft_consensus.cc:697] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 LEADER]: Becoming Leader. State: Replica: 033c56a049b44850b99cd37ad0ef95f0, State: Running, Role: LEADER
I20260608 12:39:55.635773  3598 raft_consensus.cc:2468] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5edac015ebd64275a9e1e2beed8ac8d2 in term 2.
I20260608 12:39:55.636040  3677 consensus_queue.cc:237] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 [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: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } }
I20260608 12:39:55.638342  3526 raft_consensus.cc:515] T 85f747d3bfbe40fe9838fdc2acf7d454 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:55.645910  3448 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "85f747d3bfbe40fe9838fdc2acf7d454" candidate_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "033c56a049b44850b99cd37ad0ef95f0"
I20260608 12:39:55.649360  3598 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "85f747d3bfbe40fe9838fdc2acf7d454" candidate_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "a4e041d14d69489eb44f51c96bbbb9d8"
I20260608 12:39:55.647682  3526 leader_election.cc:290] T 85f747d3bfbe40fe9838fdc2acf7d454 P a8be0ba45d15436e8cfda38fd768d2d3 [CANDIDATE]: Term 2 election: Requested vote from peers 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277), a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195:36067)
I20260608 12:39:55.647956  3448 raft_consensus.cc:3060] T 85f747d3bfbe40fe9838fdc2acf7d454 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:55.650372  3598 raft_consensus.cc:3055] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:39:55.652420  3598 raft_consensus.cc:740] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: a4e041d14d69489eb44f51c96bbbb9d8, State: Running, Role: LEADER
I20260608 12:39:55.655545  3680 raft_consensus.cc:2955] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } } }
I20260608 12:39:55.658751  3598 consensus_queue.cc:260] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8 [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: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:55.658025  3524 raft_consensus.cc:2955] T 6236ed4075fc48519c126e8655f1a714 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } } }
I20260608 12:39:55.660627  3598 raft_consensus.cc:3060] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:55.671387  3599 raft_consensus.cc:2955] T 6236ed4075fc48519c126e8655f1a714 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } } }
I20260608 12:39:55.669256  3598 raft_consensus.cc:2468] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a8be0ba45d15436e8cfda38fd768d2d3 in term 2.
I20260608 12:39:55.674800  3489 leader_election.cc:304] T 85f747d3bfbe40fe9838fdc2acf7d454 P a8be0ba45d15436e8cfda38fd768d2d3 [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: a4e041d14d69489eb44f51c96bbbb9d8, a8be0ba45d15436e8cfda38fd768d2d3; no voters: 
I20260608 12:39:55.677889  3449 consensus_queue.cc:237] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [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: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } }
I20260608 12:39:55.678963  3882 raft_consensus.cc:2804] T 85f747d3bfbe40fe9838fdc2acf7d454 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:39:55.689196  3448 raft_consensus.cc:2468] T 85f747d3bfbe40fe9838fdc2acf7d454 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a8be0ba45d15436e8cfda38fd768d2d3 in term 2.
I20260608 12:39:55.689867  3882 raft_consensus.cc:697] T 85f747d3bfbe40fe9838fdc2acf7d454 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 LEADER]: Becoming Leader. State: Replica: a8be0ba45d15436e8cfda38fd768d2d3, State: Running, Role: LEADER
I20260608 12:39:55.690800  3882 consensus_queue.cc:237] T 85f747d3bfbe40fe9838fdc2acf7d454 P a8be0ba45d15436e8cfda38fd768d2d3 [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: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
W20260608 12:39:55.695508  3415 consensus_peers.cc:597] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 -> Peer 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175): Couldn't send request to peer 5edac015ebd64275a9e1e2beed8ac8d2. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: eaff3acde32c4a47803341af028b0bab. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:55.684733  3347 catalog_manager.cc:5696] T 8ae6a22a5968471b98877dd19ef8e9f3 P a8be0ba45d15436e8cfda38fd768d2d3 reported cstate change: term changed from 1 to 2, leader changed from a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195) to a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194). New cstate: current_term: 2 leader_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:55.697046  3599 raft_consensus.cc:1275] T eaff3acde32c4a47803341af028b0bab P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Refusing update from remote peer 033c56a049b44850b99cd37ad0ef95f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:39:55.697557  3524 raft_consensus.cc:1275] T eaff3acde32c4a47803341af028b0bab P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Refusing update from remote peer 033c56a049b44850b99cd37ad0ef95f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:39:55.698752  3865 consensus_queue.cc:1048] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:55.699633  3680 consensus_queue.cc:1048] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:55.710637  3680 raft_consensus.cc:2955] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } } }
I20260608 12:39:55.713760  3348 catalog_manager.cc:5696] T 331a1c6f301840f38228d967a1c2da91 P 5edac015ebd64275a9e1e2beed8ac8d2 reported cstate change: term changed from 1 to 2, leader changed from a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195) to 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196). New cstate: current_term: 2 leader_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:55.729869  3599 raft_consensus.cc:2955] T eaff3acde32c4a47803341af028b0bab P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } } }
W20260608 12:39:55.732913  3397 auto_rebalancer.cc:591] Failed to schedule move for tablet 85f747d3bfbe40fe9838fdc2acf7d454: Illegal state: Replica a4e041d14d69489eb44f51c96bbbb9d8 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 2 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } }
I20260608 12:39:55.753587  3524 raft_consensus.cc:2955] T eaff3acde32c4a47803341af028b0bab P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } } }
I20260608 12:39:55.756232  3345 catalog_manager.cc:5696] T 6236ed4075fc48519c126e8655f1a714 P a4e041d14d69489eb44f51c96bbbb9d8 reported cstate change: config changed from index -1 to 2, NON_VOTER 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "033c56a049b44850b99cd37ad0ef95f0" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } } }
I20260608 12:39:55.776712  3348 catalog_manager.cc:5696] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 reported cstate change: term changed from 1 to 2, leader changed from a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195) to 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193). New cstate: current_term: 2 leader_uuid: "033c56a049b44850b99cd37ad0ef95f0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:55.792971  3347 catalog_manager.cc:5696] T 85f747d3bfbe40fe9838fdc2acf7d454 P a8be0ba45d15436e8cfda38fd768d2d3 reported cstate change: term changed from 1 to 2, leader changed from a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195) to a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194). New cstate: current_term: 2 leader_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:55.793967  3345 catalog_manager.cc:5696] T eaff3acde32c4a47803341af028b0bab P a4e041d14d69489eb44f51c96bbbb9d8 reported cstate change: config changed from index -1 to 2, NON_VOTER 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "033c56a049b44850b99cd37ad0ef95f0" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } } }
I20260608 12:39:55.796277  3347 catalog_manager.cc:5696] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 reported cstate change: term changed from 1 to 2, leader changed from a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195) to a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194). New cstate: current_term: 2 leader_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:55.897523  3449 raft_consensus.cc:1275] T 767e1f9edcea4e9aa33fa67c6f7e529f P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Refusing update from remote peer 5edac015ebd64275a9e1e2beed8ac8d2: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:55.899137  3862 consensus_queue.cc:1048] T 767e1f9edcea4e9aa33fa67c6f7e529f P 5edac015ebd64275a9e1e2beed8ac8d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:55.906157  3599 raft_consensus.cc:1275] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Refusing update from remote peer 5edac015ebd64275a9e1e2beed8ac8d2: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:55.911015  3825 consensus_queue.cc:1048] T 767e1f9edcea4e9aa33fa67c6f7e529f P 5edac015ebd64275a9e1e2beed8ac8d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:56.017421  3599 raft_consensus.cc:1275] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Refusing update from remote peer 033c56a049b44850b99cd37ad0ef95f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:56.018877  3680 consensus_queue.cc:1048] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:56.027297  3745 raft_consensus.cc:1275] T d3a353da28604c1f99cad2e209cee3d2 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 FOLLOWER]: Refusing update from remote peer 033c56a049b44850b99cd37ad0ef95f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:56.029160  3865 consensus_queue.cc:1048] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:56.043097  3599 raft_consensus.cc:1275] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Refusing update from remote peer a8be0ba45d15436e8cfda38fd768d2d3: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:56.044628  3882 consensus_queue.cc:1048] T 8ae6a22a5968471b98877dd19ef8e9f3 P a8be0ba45d15436e8cfda38fd768d2d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:56.048668  3866 raft_consensus.cc:993] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0: : Instructing follower a8be0ba45d15436e8cfda38fd768d2d3 to start an election
I20260608 12:39:56.049172  3865 raft_consensus.cc:1081] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 1 LEADER]: Signalling peer a8be0ba45d15436e8cfda38fd768d2d3 to start an election
I20260608 12:39:56.051719  3524 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "ffb5dc201e8c471497d2d18ff5595b7f"
dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3"
 from {username='slave'} at 127.0.0.1:40652
I20260608 12:39:56.052317  3524 raft_consensus.cc:493] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:39:56.052652  3524 raft_consensus.cc:3060] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:56.057771  3598 raft_consensus.cc:1275] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Refusing update from remote peer 5edac015ebd64275a9e1e2beed8ac8d2: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:56.059322  3825 consensus_queue.cc:1048] T 331a1c6f301840f38228d967a1c2da91 P 5edac015ebd64275a9e1e2beed8ac8d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:56.068769  3524 raft_consensus.cc:515] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:56.071664  3524 leader_election.cc:290] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [CANDIDATE]: Term 2 election: Requested vote from peers 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175), 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277)
I20260608 12:39:56.072934  3449 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ffb5dc201e8c471497d2d18ff5595b7f" candidate_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "033c56a049b44850b99cd37ad0ef95f0"
I20260608 12:39:56.076377  3449 raft_consensus.cc:3055] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:39:56.076890  3449 raft_consensus.cc:740] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 033c56a049b44850b99cd37ad0ef95f0, State: Running, Role: LEADER
I20260608 12:39:56.078060  3449 consensus_queue.cc:260] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [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: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:56.073647  3745 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ffb5dc201e8c471497d2d18ff5595b7f" candidate_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "5edac015ebd64275a9e1e2beed8ac8d2"
I20260608 12:39:56.080960  3744 raft_consensus.cc:1275] T 8ae6a22a5968471b98877dd19ef8e9f3 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 FOLLOWER]: Refusing update from remote peer a8be0ba45d15436e8cfda38fd768d2d3: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:56.081102  3745 raft_consensus.cc:3060] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:56.082937  3449 raft_consensus.cc:3060] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:56.083083  3882 consensus_queue.cc:1048] T 8ae6a22a5968471b98877dd19ef8e9f3 P a8be0ba45d15436e8cfda38fd768d2d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.006s
I20260608 12:39:56.091768  3898 ts_tablet_manager.cc:933] T eaff3acde32c4a47803341af028b0bab P 5edac015ebd64275a9e1e2beed8ac8d2: Initiating tablet copy from peer 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277)
I20260608 12:39:56.099921  3448 raft_consensus.cc:1275] T 331a1c6f301840f38228d967a1c2da91 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Refusing update from remote peer 5edac015ebd64275a9e1e2beed8ac8d2: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:56.111084  3825 consensus_queue.cc:1048] T 331a1c6f301840f38228d967a1c2da91 P 5edac015ebd64275a9e1e2beed8ac8d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:39:56.118455  3898 tablet_copy_client.cc:323] T eaff3acde32c4a47803341af028b0bab P 5edac015ebd64275a9e1e2beed8ac8d2: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:43277
I20260608 12:39:56.135541  3598 raft_consensus.cc:1275] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Refusing update from remote peer a8be0ba45d15436e8cfda38fd768d2d3: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:56.136852  3461 tablet_copy_service.cc:140] P 033c56a049b44850b99cd37ad0ef95f0: Received BeginTabletCopySession request for tablet eaff3acde32c4a47803341af028b0bab from peer 5edac015ebd64275a9e1e2beed8ac8d2 ({username='slave'} at 127.0.0.1:52506)
I20260608 12:39:56.137467  3461 tablet_copy_service.cc:161] P 033c56a049b44850b99cd37ad0ef95f0: Beginning new tablet copy session on tablet eaff3acde32c4a47803341af028b0bab from peer 5edac015ebd64275a9e1e2beed8ac8d2 at {username='slave'} at 127.0.0.1:52506: session id = 5edac015ebd64275a9e1e2beed8ac8d2-eaff3acde32c4a47803341af028b0bab
I20260608 12:39:56.137669  3897 consensus_queue.cc:1048] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:39:56.174502  3461 tablet_copy_source_session.cc:215] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:56.193754  3898 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet eaff3acde32c4a47803341af028b0bab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:56.209421  3449 raft_consensus.cc:2468] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a8be0ba45d15436e8cfda38fd768d2d3 in term 2.
I20260608 12:39:56.209751  3450 raft_consensus.cc:1275] T 85f747d3bfbe40fe9838fdc2acf7d454 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Refusing update from remote peer a8be0ba45d15436e8cfda38fd768d2d3: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:56.210987  3904 ts_tablet_manager.cc:933] T 6236ed4075fc48519c126e8655f1a714 P 5edac015ebd64275a9e1e2beed8ac8d2: Initiating tablet copy from peer 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277)
I20260608 12:39:56.218307  3492 leader_election.cc:304] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [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: 033c56a049b44850b99cd37ad0ef95f0, a8be0ba45d15436e8cfda38fd768d2d3; no voters: 
I20260608 12:39:56.219523  3882 raft_consensus.cc:2804] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:39:56.219882  3843 consensus_queue.cc:1048] T 85f747d3bfbe40fe9838fdc2acf7d454 P a8be0ba45d15436e8cfda38fd768d2d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:56.229914  3451 raft_consensus.cc:1275] T f0fc7530061345beaada797715868e07 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Refusing update from remote peer a8be0ba45d15436e8cfda38fd768d2d3: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:56.244400  3897 consensus_queue.cc:1048] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:56.263964  3598 raft_consensus.cc:1275] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Refusing update from remote peer a8be0ba45d15436e8cfda38fd768d2d3: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:56.267896  3843 consensus_queue.cc:1048] T 85f747d3bfbe40fe9838fdc2acf7d454 P a8be0ba45d15436e8cfda38fd768d2d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:39:56.262730  3745 raft_consensus.cc:2468] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a8be0ba45d15436e8cfda38fd768d2d3 in term 2.
I20260608 12:39:56.270493  3882 raft_consensus.cc:697] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 LEADER]: Becoming Leader. State: Replica: a8be0ba45d15436e8cfda38fd768d2d3, State: Running, Role: LEADER
I20260608 12:39:56.273028  3882 consensus_queue.cc:237] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [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: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:56.275177  3898 tablet_copy_client.cc:806] T eaff3acde32c4a47803341af028b0bab P 5edac015ebd64275a9e1e2beed8ac8d2: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:56.275889  3898 tablet_copy_client.cc:670] T eaff3acde32c4a47803341af028b0bab P 5edac015ebd64275a9e1e2beed8ac8d2: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:56.271764  3904 tablet_copy_client.cc:323] T 6236ed4075fc48519c126e8655f1a714 P 5edac015ebd64275a9e1e2beed8ac8d2: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:43277
I20260608 12:39:56.293819  3460 tablet_copy_service.cc:140] P 033c56a049b44850b99cd37ad0ef95f0: Received BeginTabletCopySession request for tablet 6236ed4075fc48519c126e8655f1a714 from peer 5edac015ebd64275a9e1e2beed8ac8d2 ({username='slave'} at 127.0.0.1:52506)
I20260608 12:39:56.294543  3460 tablet_copy_service.cc:161] P 033c56a049b44850b99cd37ad0ef95f0: Beginning new tablet copy session on tablet 6236ed4075fc48519c126e8655f1a714 from peer 5edac015ebd64275a9e1e2beed8ac8d2 at {username='slave'} at 127.0.0.1:52506: session id = 5edac015ebd64275a9e1e2beed8ac8d2-6236ed4075fc48519c126e8655f1a714
I20260608 12:39:56.298169  3898 tablet_copy_client.cc:538] T eaff3acde32c4a47803341af028b0bab P 5edac015ebd64275a9e1e2beed8ac8d2: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:56.296711  3347 catalog_manager.cc:5696] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 reported cstate change: term changed from 1 to 2, leader changed from 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193) to a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194). New cstate: current_term: 2 leader_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:56.313035  3460 tablet_copy_source_session.cc:215] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:56.335511  3904 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6236ed4075fc48519c126e8655f1a714. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:56.358572  3898 tablet_bootstrap.cc:492] T eaff3acde32c4a47803341af028b0bab P 5edac015ebd64275a9e1e2beed8ac8d2: Bootstrap starting.
I20260608 12:39:56.374790  3904 tablet_copy_client.cc:806] T 6236ed4075fc48519c126e8655f1a714 P 5edac015ebd64275a9e1e2beed8ac8d2: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:56.375562  3904 tablet_copy_client.cc:670] T 6236ed4075fc48519c126e8655f1a714 P 5edac015ebd64275a9e1e2beed8ac8d2: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:56.379912  3904 tablet_copy_client.cc:538] T 6236ed4075fc48519c126e8655f1a714 P 5edac015ebd64275a9e1e2beed8ac8d2: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:56.389667  3898 tablet_bootstrap.cc:492] T eaff3acde32c4a47803341af028b0bab P 5edac015ebd64275a9e1e2beed8ac8d2: 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
I20260608 12:39:56.390689  3898 tablet_bootstrap.cc:492] T eaff3acde32c4a47803341af028b0bab P 5edac015ebd64275a9e1e2beed8ac8d2: Bootstrap complete.
I20260608 12:39:56.391324  3898 ts_tablet_manager.cc:1403] T eaff3acde32c4a47803341af028b0bab P 5edac015ebd64275a9e1e2beed8ac8d2: Time spent bootstrapping tablet: real 0.040s	user 0.020s	sys 0.003s
I20260608 12:39:56.391371  3904 tablet_bootstrap.cc:492] T 6236ed4075fc48519c126e8655f1a714 P 5edac015ebd64275a9e1e2beed8ac8d2: Bootstrap starting.
I20260608 12:39:56.394595  3898 raft_consensus.cc:359] T eaff3acde32c4a47803341af028b0bab P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } }
I20260608 12:39:56.395517  3898 raft_consensus.cc:740] T eaff3acde32c4a47803341af028b0bab P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 5edac015ebd64275a9e1e2beed8ac8d2, State: Initialized, Role: LEARNER
I20260608 12:39:56.396251  3898 consensus_queue.cc:260] T eaff3acde32c4a47803341af028b0bab P 5edac015ebd64275a9e1e2beed8ac8d2 [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: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } }
I20260608 12:39:56.398840  3898 ts_tablet_manager.cc:1434] T eaff3acde32c4a47803341af028b0bab P 5edac015ebd64275a9e1e2beed8ac8d2: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260608 12:39:56.400987  3460 tablet_copy_service.cc:342] P 033c56a049b44850b99cd37ad0ef95f0: Request end of tablet copy session 5edac015ebd64275a9e1e2beed8ac8d2-eaff3acde32c4a47803341af028b0bab received from {username='slave'} at 127.0.0.1:52506
I20260608 12:39:56.401572  3460 tablet_copy_service.cc:434] P 033c56a049b44850b99cd37ad0ef95f0: ending tablet copy session 5edac015ebd64275a9e1e2beed8ac8d2-eaff3acde32c4a47803341af028b0bab on tablet eaff3acde32c4a47803341af028b0bab with peer 5edac015ebd64275a9e1e2beed8ac8d2
I20260608 12:39:56.415305  3904 tablet_bootstrap.cc:492] T 6236ed4075fc48519c126e8655f1a714 P 5edac015ebd64275a9e1e2beed8ac8d2: 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
I20260608 12:39:56.416114  3904 tablet_bootstrap.cc:492] T 6236ed4075fc48519c126e8655f1a714 P 5edac015ebd64275a9e1e2beed8ac8d2: Bootstrap complete.
I20260608 12:39:56.416838  3904 ts_tablet_manager.cc:1403] T 6236ed4075fc48519c126e8655f1a714 P 5edac015ebd64275a9e1e2beed8ac8d2: Time spent bootstrapping tablet: real 0.026s	user 0.017s	sys 0.004s
I20260608 12:39:56.418977  3904 raft_consensus.cc:359] T 6236ed4075fc48519c126e8655f1a714 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } }
I20260608 12:39:56.419601  3904 raft_consensus.cc:740] T 6236ed4075fc48519c126e8655f1a714 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 5edac015ebd64275a9e1e2beed8ac8d2, State: Initialized, Role: LEARNER
I20260608 12:39:56.420176  3904 consensus_queue.cc:260] T 6236ed4075fc48519c126e8655f1a714 P 5edac015ebd64275a9e1e2beed8ac8d2 [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: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } }
I20260608 12:39:56.422392  3904 ts_tablet_manager.cc:1434] T 6236ed4075fc48519c126e8655f1a714 P 5edac015ebd64275a9e1e2beed8ac8d2: Time spent starting tablet: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:39:56.424762  3460 tablet_copy_service.cc:342] P 033c56a049b44850b99cd37ad0ef95f0: Request end of tablet copy session 5edac015ebd64275a9e1e2beed8ac8d2-6236ed4075fc48519c126e8655f1a714 received from {username='slave'} at 127.0.0.1:52506
I20260608 12:39:56.425189  3460 tablet_copy_service.cc:434] P 033c56a049b44850b99cd37ad0ef95f0: ending tablet copy session 5edac015ebd64275a9e1e2beed8ac8d2-6236ed4075fc48519c126e8655f1a714 on tablet 6236ed4075fc48519c126e8655f1a714 with peer 5edac015ebd64275a9e1e2beed8ac8d2
I20260608 12:39:56.566401  3745 raft_consensus.cc:1217] T 6236ed4075fc48519c126e8655f1a714 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:39:56.625514  3745 raft_consensus.cc:1217] T eaff3acde32c4a47803341af028b0bab P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:39:56.745350  3449 raft_consensus.cc:1275] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Refusing update from remote peer a8be0ba45d15436e8cfda38fd768d2d3: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:56.746748  3905 consensus_queue.cc:1048] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:56.761610  3745 raft_consensus.cc:1275] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 FOLLOWER]: Refusing update from remote peer a8be0ba45d15436e8cfda38fd768d2d3: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:56.763355  3906 consensus_queue.cc:1048] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:57.028153  3865 raft_consensus.cc:1064] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0: attempting to promote NON_VOTER 5edac015ebd64275a9e1e2beed8ac8d2 to VOTER
I20260608 12:39:57.031131  3865 consensus_queue.cc:237] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [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: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } }
I20260608 12:39:57.038834  3745 raft_consensus.cc:1275] T 6236ed4075fc48519c126e8655f1a714 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 LEARNER]: Refusing update from remote peer 033c56a049b44850b99cd37ad0ef95f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:39:57.039048  3598 raft_consensus.cc:1275] T 6236ed4075fc48519c126e8655f1a714 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Refusing update from remote peer 033c56a049b44850b99cd37ad0ef95f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:39:57.040884  3524 raft_consensus.cc:1275] T 6236ed4075fc48519c126e8655f1a714 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Refusing update from remote peer 033c56a049b44850b99cd37ad0ef95f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:39:57.040915  3866 consensus_queue.cc:1048] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:39:57.041940  3865 consensus_queue.cc:1048] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:57.042656  3916 consensus_queue.cc:1048] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:57.065462  3916 raft_consensus.cc:2955] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:39:57.067544  3745 raft_consensus.cc:2955] T 6236ed4075fc48519c126e8655f1a714 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:39:57.071046  3598 raft_consensus.cc:2955] T 6236ed4075fc48519c126e8655f1a714 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:39:57.079808  3524 raft_consensus.cc:2955] T 6236ed4075fc48519c126e8655f1a714 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:39:57.082351  3347 catalog_manager.cc:5696] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 reported cstate change: config changed from index 2 to 3, 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "033c56a049b44850b99cd37ad0ef95f0" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:39:57.117977  3449 consensus_queue.cc:237] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [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: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } }
I20260608 12:39:57.125591  3524 raft_consensus.cc:1275] T 6236ed4075fc48519c126e8655f1a714 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Refusing update from remote peer 033c56a049b44850b99cd37ad0ef95f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:39:57.125670  3745 raft_consensus.cc:1275] T 6236ed4075fc48519c126e8655f1a714 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Refusing update from remote peer 033c56a049b44850b99cd37ad0ef95f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:39:57.127161  3916 consensus_queue.cc:1048] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:57.128010  3865 consensus_queue.cc:1048] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:57.138082  3916 raft_consensus.cc:2955] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:39:57.138578  3524 raft_consensus.cc:2955] T 6236ed4075fc48519c126e8655f1a714 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:39:57.139906  3744 raft_consensus.cc:2955] T 6236ed4075fc48519c126e8655f1a714 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:39:57.148053  3336 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 6236ed4075fc48519c126e8655f1a714 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:39:57.151630  3348 catalog_manager.cc:5696] T 6236ed4075fc48519c126e8655f1a714 P a8be0ba45d15436e8cfda38fd768d2d3 reported cstate change: config changed from index 3 to 4, VOTER a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "033c56a049b44850b99cd37ad0ef95f0" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:39:57.162413  3583 tablet_service.cc:1558] Processing DeleteTablet for tablet 6236ed4075fc48519c126e8655f1a714 with delete_type TABLET_DATA_TOMBSTONED (TS a4e041d14d69489eb44f51c96bbbb9d8 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:58474
I20260608 12:39:57.165068  3928 tablet_replica.cc:333] T 6236ed4075fc48519c126e8655f1a714 P a4e041d14d69489eb44f51c96bbbb9d8: stopping tablet replica
I20260608 12:39:57.166088  3928 raft_consensus.cc:2243] T 6236ed4075fc48519c126e8655f1a714 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:57.166916  3928 raft_consensus.cc:2272] T 6236ed4075fc48519c126e8655f1a714 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:57.170115  3928 ts_tablet_manager.cc:1916] T 6236ed4075fc48519c126e8655f1a714 P a4e041d14d69489eb44f51c96bbbb9d8: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:39:57.182134  3928 ts_tablet_manager.cc:1929] T 6236ed4075fc48519c126e8655f1a714 P a4e041d14d69489eb44f51c96bbbb9d8: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:39:57.182503  3928 log.cc:1199] T 6236ed4075fc48519c126e8655f1a714 P a4e041d14d69489eb44f51c96bbbb9d8: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-431-0/minicluster-data/ts-2-root/wals/6236ed4075fc48519c126e8655f1a714
I20260608 12:39:57.183977  3333 catalog_manager.cc:5027] TS a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195:36067): tablet 6236ed4075fc48519c126e8655f1a714 (table range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]) successfully deleted
I20260608 12:39:57.221244  3916 raft_consensus.cc:1064] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0: attempting to promote NON_VOTER 5edac015ebd64275a9e1e2beed8ac8d2 to VOTER
I20260608 12:39:57.223718  3916 consensus_queue.cc:237] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [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: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } }
I20260608 12:39:57.230666  3744 raft_consensus.cc:1275] T eaff3acde32c4a47803341af028b0bab P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 LEARNER]: Refusing update from remote peer 033c56a049b44850b99cd37ad0ef95f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:39:57.231402  3598 raft_consensus.cc:1275] T eaff3acde32c4a47803341af028b0bab P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Refusing update from remote peer 033c56a049b44850b99cd37ad0ef95f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:39:57.231531  3524 raft_consensus.cc:1275] T eaff3acde32c4a47803341af028b0bab P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Refusing update from remote peer 033c56a049b44850b99cd37ad0ef95f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:39:57.232532  3916 consensus_queue.cc:1048] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:57.233467  3865 consensus_queue.cc:1048] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:57.234475  3866 consensus_queue.cc:1048] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:57.269853  3866 raft_consensus.cc:2955] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:39:57.272349  3744 raft_consensus.cc:2955] T eaff3acde32c4a47803341af028b0bab P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:39:57.273160  3598 raft_consensus.cc:2955] T eaff3acde32c4a47803341af028b0bab P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:39:57.291018  3345 catalog_manager.cc:5696] T eaff3acde32c4a47803341af028b0bab P 5edac015ebd64275a9e1e2beed8ac8d2 reported cstate change: config changed from index 2 to 3, 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "033c56a049b44850b99cd37ad0ef95f0" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:39:57.298861  3524 raft_consensus.cc:2955] T eaff3acde32c4a47803341af028b0bab P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:39:57.322969  3449 consensus_queue.cc:237] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [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: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } }
I20260608 12:39:57.338624  3744 raft_consensus.cc:1275] T eaff3acde32c4a47803341af028b0bab P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Refusing update from remote peer 033c56a049b44850b99cd37ad0ef95f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:39:57.338984  3598 raft_consensus.cc:1275] T eaff3acde32c4a47803341af028b0bab P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Refusing update from remote peer 033c56a049b44850b99cd37ad0ef95f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:39:57.340785  3865 consensus_queue.cc:1048] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:57.341789  3866 consensus_queue.cc:1048] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:57.350849  3916 raft_consensus.cc:2955] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:39:57.353384  3598 raft_consensus.cc:2955] T eaff3acde32c4a47803341af028b0bab P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:39:57.353430  3744 raft_consensus.cc:2955] T eaff3acde32c4a47803341af028b0bab P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:39:57.361075  3336 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet eaff3acde32c4a47803341af028b0bab with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:39:57.364957  3346 catalog_manager.cc:5696] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 reported cstate change: config changed from index 3 to 4, VOTER a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "033c56a049b44850b99cd37ad0ef95f0" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:39:57.377099  3515 tablet_service.cc:1558] Processing DeleteTablet for tablet eaff3acde32c4a47803341af028b0bab with delete_type TABLET_DATA_TOMBSTONED (TS a8be0ba45d15436e8cfda38fd768d2d3 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:40636
I20260608 12:39:57.380003  3936 tablet_replica.cc:333] T eaff3acde32c4a47803341af028b0bab P a8be0ba45d15436e8cfda38fd768d2d3: stopping tablet replica
I20260608 12:39:57.381033  3936 raft_consensus.cc:2243] T eaff3acde32c4a47803341af028b0bab P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:57.381807  3936 raft_consensus.cc:2272] T eaff3acde32c4a47803341af028b0bab P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:57.385146  3936 ts_tablet_manager.cc:1916] T eaff3acde32c4a47803341af028b0bab P a8be0ba45d15436e8cfda38fd768d2d3: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:39:57.396626  3936 ts_tablet_manager.cc:1929] T eaff3acde32c4a47803341af028b0bab P a8be0ba45d15436e8cfda38fd768d2d3: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:39:57.396945  3936 log.cc:1199] T eaff3acde32c4a47803341af028b0bab P a8be0ba45d15436e8cfda38fd768d2d3: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-431-0/minicluster-data/ts-1-root/wals/eaff3acde32c4a47803341af028b0bab
I20260608 12:39:57.398437  3336 catalog_manager.cc:5027] TS a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977): tablet eaff3acde32c4a47803341af028b0bab (table range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]) successfully deleted
I20260608 12:39:57.581367  3402 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
I20260608 12:39:57.595906  3449 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "ae0c72c2200b44c1a6d3962e65c5ab24"
dest_uuid: "033c56a049b44850b99cd37ad0ef95f0"
mode: GRACEFUL
new_leader_uuid: "a8be0ba45d15436e8cfda38fd768d2d3"
 from {username='slave'} at 127.0.0.1:52522
I20260608 12:39:57.596473  3449 raft_consensus.cc:606] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 LEADER]: Received request to transfer leadership to TS a8be0ba45d15436e8cfda38fd768d2d3
I20260608 12:39:57.597678  3402 auto_leader_rebalancer.cc:388] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 1
I20260608 12:39:57.598264  3402 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:58.105115  3937 raft_consensus.cc:993] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0: : Instructing follower a8be0ba45d15436e8cfda38fd768d2d3 to start an election
I20260608 12:39:58.105607  3866 raft_consensus.cc:1081] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 LEADER]: Signalling peer a8be0ba45d15436e8cfda38fd768d2d3 to start an election
I20260608 12:39:58.107297  3526 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "ae0c72c2200b44c1a6d3962e65c5ab24"
dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3"
 from {username='slave'} at 127.0.0.1:40652
I20260608 12:39:58.107831  3526 raft_consensus.cc:493] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:39:58.108150  3526 raft_consensus.cc:3060] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:58.112721  3526 raft_consensus.cc:515] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:58.114363  3526 leader_election.cc:290] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 [CANDIDATE]: Term 2 election: Requested vote from peers 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277), a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195:36067)
I20260608 12:39:58.115456  3449 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae0c72c2200b44c1a6d3962e65c5ab24" candidate_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "033c56a049b44850b99cd37ad0ef95f0"
I20260608 12:39:58.115610  3598 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae0c72c2200b44c1a6d3962e65c5ab24" candidate_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "a4e041d14d69489eb44f51c96bbbb9d8"
I20260608 12:39:58.115978  3449 raft_consensus.cc:3055] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:39:58.116245  3598 raft_consensus.cc:3060] T ae0c72c2200b44c1a6d3962e65c5ab24 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:58.116365  3449 raft_consensus.cc:740] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 033c56a049b44850b99cd37ad0ef95f0, State: Running, Role: LEADER
I20260608 12:39:58.117652  3449 consensus_queue.cc:260] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [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: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:58.118561  3449 raft_consensus.cc:3060] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:58.121832  3598 raft_consensus.cc:2468] T ae0c72c2200b44c1a6d3962e65c5ab24 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a8be0ba45d15436e8cfda38fd768d2d3 in term 2.
I20260608 12:39:58.123309  3489 leader_election.cc:304] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 [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: a4e041d14d69489eb44f51c96bbbb9d8, a8be0ba45d15436e8cfda38fd768d2d3; no voters: 
I20260608 12:39:58.124776  3934 raft_consensus.cc:2804] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:39:58.124943  3449 raft_consensus.cc:2468] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a8be0ba45d15436e8cfda38fd768d2d3 in term 2.
I20260608 12:39:58.125895  3934 raft_consensus.cc:697] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 LEADER]: Becoming Leader. State: Replica: a8be0ba45d15436e8cfda38fd768d2d3, State: Running, Role: LEADER
I20260608 12:39:58.126899  3934 consensus_queue.cc:237] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 [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: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } }
I20260608 12:39:58.133565  3345 catalog_manager.cc:5696] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 reported cstate change: term changed from 1 to 2, leader changed from 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193) to a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194). New cstate: current_term: 2 leader_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:58.406498  3598 consensus_queue.cc:237] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [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: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } attrs { replace: true } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } }
I20260608 12:39:58.412802  3526 raft_consensus.cc:1275] T 1126a095e99e4a2bb1e7412b6b866f18 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Refusing update from remote peer a4e041d14d69489eb44f51c96bbbb9d8: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:39:58.413650  3449 raft_consensus.cc:1275] T 1126a095e99e4a2bb1e7412b6b866f18 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Refusing update from remote peer a4e041d14d69489eb44f51c96bbbb9d8: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260608 12:39:58.414693  3564 consensus_peers.cc:597] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 -> Peer 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175): Couldn't send request to peer 5edac015ebd64275a9e1e2beed8ac8d2. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1126a095e99e4a2bb1e7412b6b866f18. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:58.414934  3945 consensus_queue.cc:1048] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:58.415887  3944 consensus_queue.cc:1048] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:58.424525  3679 raft_consensus.cc:2955] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } attrs { replace: true } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } } }
I20260608 12:39:58.426440  3526 raft_consensus.cc:2955] T 1126a095e99e4a2bb1e7412b6b866f18 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } attrs { replace: true } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } } }
I20260608 12:39:58.427138  3449 raft_consensus.cc:2955] T 1126a095e99e4a2bb1e7412b6b866f18 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } attrs { replace: true } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } } }
I20260608 12:39:58.439845  3346 catalog_manager.cc:5696] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 reported cstate change: config changed from index -1 to 2, NON_VOTER 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260608 12:39:58.467454  3397 auto_rebalancer.cc:591] Failed to schedule move for tablet ae0c72c2200b44c1a6d3962e65c5ab24: Illegal state: Leader has not yet committed an operation in its own term
I20260608 12:39:58.472223  3449 consensus_queue.cc:237] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [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: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { replace: true } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { promote: true } }
I20260608 12:39:58.480093  3526 raft_consensus.cc:1275] T 18c68a9f8fb54417a2d80a6429c78e43 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Refusing update from remote peer 033c56a049b44850b99cd37ad0ef95f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:39:58.480538  3744 raft_consensus.cc:1275] T 18c68a9f8fb54417a2d80a6429c78e43 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Refusing update from remote peer 033c56a049b44850b99cd37ad0ef95f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260608 12:39:58.480883  3414 consensus_peers.cc:597] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 -> Peer a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195:36067): Couldn't send request to peer a4e041d14d69489eb44f51c96bbbb9d8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 18c68a9f8fb54417a2d80a6429c78e43. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:58.481665  3951 consensus_queue.cc:1048] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:58.482472  3937 consensus_queue.cc:1048] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:58.491197  3937 raft_consensus.cc:2955] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { replace: true } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { promote: true } } }
I20260608 12:39:58.493433  3744 raft_consensus.cc:2955] T 18c68a9f8fb54417a2d80a6429c78e43 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { replace: true } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { promote: true } } }
I20260608 12:39:58.493588  3526 raft_consensus.cc:2955] T 18c68a9f8fb54417a2d80a6429c78e43 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { replace: true } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { promote: true } } }
I20260608 12:39:58.506127  3348 catalog_manager.cc:5696] T 18c68a9f8fb54417a2d80a6429c78e43 P 5edac015ebd64275a9e1e2beed8ac8d2 reported cstate change: config changed from index -1 to 2, NON_VOTER a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195) added. New cstate: current_term: 1 leader_uuid: "033c56a049b44850b99cd37ad0ef95f0" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { replace: true } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { promote: true } } }
I20260608 12:39:58.506968  3526 consensus_queue.cc:237] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 [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: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } }
I20260608 12:39:58.516894  3449 raft_consensus.cc:1275] T f0fc7530061345beaada797715868e07 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Refusing update from remote peer a8be0ba45d15436e8cfda38fd768d2d3: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:39:58.518801  3955 consensus_queue.cc:1048] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:58.519660  3598 raft_consensus.cc:1275] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Refusing update from remote peer a8be0ba45d15436e8cfda38fd768d2d3: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:39:58.521800  3955 consensus_queue.cc:1048] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 12:39:58.523751  3490 consensus_peers.cc:597] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 -> Peer 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175): Couldn't send request to peer 5edac015ebd64275a9e1e2beed8ac8d2. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: f0fc7530061345beaada797715868e07. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:58.529640  3938 raft_consensus.cc:2955] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } } }
I20260608 12:39:58.537932  3449 raft_consensus.cc:2955] T f0fc7530061345beaada797715868e07 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } } }
I20260608 12:39:58.542066  3598 raft_consensus.cc:1275] T ae0c72c2200b44c1a6d3962e65c5ab24 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Refusing update from remote peer a8be0ba45d15436e8cfda38fd768d2d3: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:58.543776  3938 consensus_queue.cc:1048] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:58.545586  3599 raft_consensus.cc:2955] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } } }
I20260608 12:39:58.558825  3345 catalog_manager.cc:5696] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 reported cstate change: config changed from index -1 to 3, NON_VOTER 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:58.577459  3450 raft_consensus.cc:1275] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Refusing update from remote peer a8be0ba45d15436e8cfda38fd768d2d3: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:58.579150  3934 consensus_queue.cc:1048] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:58.803172  3963 ts_tablet_manager.cc:933] T 1126a095e99e4a2bb1e7412b6b866f18 P 5edac015ebd64275a9e1e2beed8ac8d2: Initiating tablet copy from peer a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195:36067)
I20260608 12:39:58.805436  3963 tablet_copy_client.cc:323] T 1126a095e99e4a2bb1e7412b6b866f18 P 5edac015ebd64275a9e1e2beed8ac8d2: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:36067
I20260608 12:39:58.807699  3610 tablet_copy_service.cc:140] P a4e041d14d69489eb44f51c96bbbb9d8: Received BeginTabletCopySession request for tablet 1126a095e99e4a2bb1e7412b6b866f18 from peer 5edac015ebd64275a9e1e2beed8ac8d2 ({username='slave'} at 127.0.0.1:58508)
I20260608 12:39:58.808465  3610 tablet_copy_service.cc:161] P a4e041d14d69489eb44f51c96bbbb9d8: Beginning new tablet copy session on tablet 1126a095e99e4a2bb1e7412b6b866f18 from peer 5edac015ebd64275a9e1e2beed8ac8d2 at {username='slave'} at 127.0.0.1:58508: session id = 5edac015ebd64275a9e1e2beed8ac8d2-1126a095e99e4a2bb1e7412b6b866f18
I20260608 12:39:58.817461  3610 tablet_copy_source_session.cc:215] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:58.820592  3963 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1126a095e99e4a2bb1e7412b6b866f18. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:58.833168  3963 tablet_copy_client.cc:806] T 1126a095e99e4a2bb1e7412b6b866f18 P 5edac015ebd64275a9e1e2beed8ac8d2: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:58.834167  3963 tablet_copy_client.cc:670] T 1126a095e99e4a2bb1e7412b6b866f18 P 5edac015ebd64275a9e1e2beed8ac8d2: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:58.838475  3963 tablet_copy_client.cc:538] T 1126a095e99e4a2bb1e7412b6b866f18 P 5edac015ebd64275a9e1e2beed8ac8d2: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:58.845588  3963 tablet_bootstrap.cc:492] T 1126a095e99e4a2bb1e7412b6b866f18 P 5edac015ebd64275a9e1e2beed8ac8d2: Bootstrap starting.
I20260608 12:39:58.867033  3963 tablet_bootstrap.cc:492] T 1126a095e99e4a2bb1e7412b6b866f18 P 5edac015ebd64275a9e1e2beed8ac8d2: 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
I20260608 12:39:58.868041  3963 tablet_bootstrap.cc:492] T 1126a095e99e4a2bb1e7412b6b866f18 P 5edac015ebd64275a9e1e2beed8ac8d2: Bootstrap complete.
I20260608 12:39:58.868849  3963 ts_tablet_manager.cc:1403] T 1126a095e99e4a2bb1e7412b6b866f18 P 5edac015ebd64275a9e1e2beed8ac8d2: Time spent bootstrapping tablet: real 0.023s	user 0.019s	sys 0.005s
I20260608 12:39:58.872225  3963 raft_consensus.cc:359] T 1126a095e99e4a2bb1e7412b6b866f18 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } attrs { replace: true } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } }
I20260608 12:39:58.873134  3963 raft_consensus.cc:740] T 1126a095e99e4a2bb1e7412b6b866f18 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 5edac015ebd64275a9e1e2beed8ac8d2, State: Initialized, Role: LEARNER
I20260608 12:39:58.873847  3963 consensus_queue.cc:260] T 1126a095e99e4a2bb1e7412b6b866f18 P 5edac015ebd64275a9e1e2beed8ac8d2 [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: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } attrs { replace: true } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } }
I20260608 12:39:58.877476  3963 ts_tablet_manager.cc:1434] T 1126a095e99e4a2bb1e7412b6b866f18 P 5edac015ebd64275a9e1e2beed8ac8d2: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:39:58.879326  3610 tablet_copy_service.cc:342] P a4e041d14d69489eb44f51c96bbbb9d8: Request end of tablet copy session 5edac015ebd64275a9e1e2beed8ac8d2-1126a095e99e4a2bb1e7412b6b866f18 received from {username='slave'} at 127.0.0.1:58508
I20260608 12:39:58.879769  3610 tablet_copy_service.cc:434] P a4e041d14d69489eb44f51c96bbbb9d8: ending tablet copy session 5edac015ebd64275a9e1e2beed8ac8d2-1126a095e99e4a2bb1e7412b6b866f18 on tablet 1126a095e99e4a2bb1e7412b6b866f18 with peer 5edac015ebd64275a9e1e2beed8ac8d2
I20260608 12:39:58.922959  3963 ts_tablet_manager.cc:933] T f0fc7530061345beaada797715868e07 P 5edac015ebd64275a9e1e2beed8ac8d2: Initiating tablet copy from peer a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977)
I20260608 12:39:58.924655  3963 tablet_copy_client.cc:323] T f0fc7530061345beaada797715868e07 P 5edac015ebd64275a9e1e2beed8ac8d2: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:37977
I20260608 12:39:58.926288  3536 tablet_copy_service.cc:140] P a8be0ba45d15436e8cfda38fd768d2d3: Received BeginTabletCopySession request for tablet f0fc7530061345beaada797715868e07 from peer 5edac015ebd64275a9e1e2beed8ac8d2 ({username='slave'} at 127.0.0.1:40668)
I20260608 12:39:58.926798  3536 tablet_copy_service.cc:161] P a8be0ba45d15436e8cfda38fd768d2d3: Beginning new tablet copy session on tablet f0fc7530061345beaada797715868e07 from peer 5edac015ebd64275a9e1e2beed8ac8d2 at {username='slave'} at 127.0.0.1:40668: session id = 5edac015ebd64275a9e1e2beed8ac8d2-f0fc7530061345beaada797715868e07
I20260608 12:39:58.932297  3536 tablet_copy_source_session.cc:215] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:58.934955  3963 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f0fc7530061345beaada797715868e07. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:58.947597  3963 tablet_copy_client.cc:806] T f0fc7530061345beaada797715868e07 P 5edac015ebd64275a9e1e2beed8ac8d2: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:58.948268  3963 tablet_copy_client.cc:670] T f0fc7530061345beaada797715868e07 P 5edac015ebd64275a9e1e2beed8ac8d2: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:58.952042  3963 tablet_copy_client.cc:538] T f0fc7530061345beaada797715868e07 P 5edac015ebd64275a9e1e2beed8ac8d2: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:58.958709  3963 tablet_bootstrap.cc:492] T f0fc7530061345beaada797715868e07 P 5edac015ebd64275a9e1e2beed8ac8d2: Bootstrap starting.
I20260608 12:39:58.977309  3963 tablet_bootstrap.cc:492] T f0fc7530061345beaada797715868e07 P 5edac015ebd64275a9e1e2beed8ac8d2: 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
I20260608 12:39:58.978027  3963 tablet_bootstrap.cc:492] T f0fc7530061345beaada797715868e07 P 5edac015ebd64275a9e1e2beed8ac8d2: Bootstrap complete.
I20260608 12:39:58.978579  3963 ts_tablet_manager.cc:1403] T f0fc7530061345beaada797715868e07 P 5edac015ebd64275a9e1e2beed8ac8d2: Time spent bootstrapping tablet: real 0.020s	user 0.018s	sys 0.000s
I20260608 12:39:58.980870  3963 raft_consensus.cc:359] T f0fc7530061345beaada797715868e07 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } }
I20260608 12:39:58.981490  3963 raft_consensus.cc:740] T f0fc7530061345beaada797715868e07 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 5edac015ebd64275a9e1e2beed8ac8d2, State: Initialized, Role: LEARNER
I20260608 12:39:58.982092  3963 consensus_queue.cc:260] T f0fc7530061345beaada797715868e07 P 5edac015ebd64275a9e1e2beed8ac8d2 [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: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } }
I20260608 12:39:58.984033  3963 ts_tablet_manager.cc:1434] T f0fc7530061345beaada797715868e07 P 5edac015ebd64275a9e1e2beed8ac8d2: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.004s
I20260608 12:39:58.985916  3536 tablet_copy_service.cc:342] P a8be0ba45d15436e8cfda38fd768d2d3: Request end of tablet copy session 5edac015ebd64275a9e1e2beed8ac8d2-f0fc7530061345beaada797715868e07 received from {username='slave'} at 127.0.0.1:40668
I20260608 12:39:58.986327  3536 tablet_copy_service.cc:434] P a8be0ba45d15436e8cfda38fd768d2d3: ending tablet copy session 5edac015ebd64275a9e1e2beed8ac8d2-f0fc7530061345beaada797715868e07 on tablet f0fc7530061345beaada797715868e07 with peer 5edac015ebd64275a9e1e2beed8ac8d2
I20260608 12:39:59.005980  3968 ts_tablet_manager.cc:933] T 18c68a9f8fb54417a2d80a6429c78e43 P a4e041d14d69489eb44f51c96bbbb9d8: Initiating tablet copy from peer 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277)
I20260608 12:39:59.007759  3968 tablet_copy_client.cc:323] T 18c68a9f8fb54417a2d80a6429c78e43 P a4e041d14d69489eb44f51c96bbbb9d8: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:43277
I20260608 12:39:59.009217  3460 tablet_copy_service.cc:140] P 033c56a049b44850b99cd37ad0ef95f0: Received BeginTabletCopySession request for tablet 18c68a9f8fb54417a2d80a6429c78e43 from peer a4e041d14d69489eb44f51c96bbbb9d8 ({username='slave'} at 127.0.0.1:52504)
I20260608 12:39:59.009748  3460 tablet_copy_service.cc:161] P 033c56a049b44850b99cd37ad0ef95f0: Beginning new tablet copy session on tablet 18c68a9f8fb54417a2d80a6429c78e43 from peer a4e041d14d69489eb44f51c96bbbb9d8 at {username='slave'} at 127.0.0.1:52504: session id = a4e041d14d69489eb44f51c96bbbb9d8-18c68a9f8fb54417a2d80a6429c78e43
I20260608 12:39:59.017390  3460 tablet_copy_source_session.cc:215] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:59.021276  3968 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 18c68a9f8fb54417a2d80a6429c78e43. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:59.036348  3968 tablet_copy_client.cc:806] T 18c68a9f8fb54417a2d80a6429c78e43 P a4e041d14d69489eb44f51c96bbbb9d8: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:59.036962  3968 tablet_copy_client.cc:670] T 18c68a9f8fb54417a2d80a6429c78e43 P a4e041d14d69489eb44f51c96bbbb9d8: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:59.040757  3968 tablet_copy_client.cc:538] T 18c68a9f8fb54417a2d80a6429c78e43 P a4e041d14d69489eb44f51c96bbbb9d8: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:59.049612  3968 tablet_bootstrap.cc:492] T 18c68a9f8fb54417a2d80a6429c78e43 P a4e041d14d69489eb44f51c96bbbb9d8: Bootstrap starting.
I20260608 12:39:59.068396  3968 tablet_bootstrap.cc:492] T 18c68a9f8fb54417a2d80a6429c78e43 P a4e041d14d69489eb44f51c96bbbb9d8: 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
I20260608 12:39:59.069429  3968 tablet_bootstrap.cc:492] T 18c68a9f8fb54417a2d80a6429c78e43 P a4e041d14d69489eb44f51c96bbbb9d8: Bootstrap complete.
I20260608 12:39:59.070051  3968 ts_tablet_manager.cc:1403] T 18c68a9f8fb54417a2d80a6429c78e43 P a4e041d14d69489eb44f51c96bbbb9d8: Time spent bootstrapping tablet: real 0.021s	user 0.016s	sys 0.004s
I20260608 12:39:59.073048  3968 raft_consensus.cc:359] T 18c68a9f8fb54417a2d80a6429c78e43 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { replace: true } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { promote: true } }
I20260608 12:39:59.073733  3968 raft_consensus.cc:740] T 18c68a9f8fb54417a2d80a6429c78e43 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: a4e041d14d69489eb44f51c96bbbb9d8, State: Initialized, Role: LEARNER
I20260608 12:39:59.074345  3968 consensus_queue.cc:260] T 18c68a9f8fb54417a2d80a6429c78e43 P a4e041d14d69489eb44f51c96bbbb9d8 [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: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { replace: true } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { promote: true } }
I20260608 12:39:59.076282  3968 ts_tablet_manager.cc:1434] T 18c68a9f8fb54417a2d80a6429c78e43 P a4e041d14d69489eb44f51c96bbbb9d8: Time spent starting tablet: real 0.006s	user 0.002s	sys 0.003s
I20260608 12:39:59.078437  3460 tablet_copy_service.cc:342] P 033c56a049b44850b99cd37ad0ef95f0: Request end of tablet copy session a4e041d14d69489eb44f51c96bbbb9d8-18c68a9f8fb54417a2d80a6429c78e43 received from {username='slave'} at 127.0.0.1:52504
I20260608 12:39:59.078920  3460 tablet_copy_service.cc:434] P 033c56a049b44850b99cd37ad0ef95f0: ending tablet copy session a4e041d14d69489eb44f51c96bbbb9d8-18c68a9f8fb54417a2d80a6429c78e43 on tablet 18c68a9f8fb54417a2d80a6429c78e43 with peer a4e041d14d69489eb44f51c96bbbb9d8
I20260608 12:39:59.239620  3745 raft_consensus.cc:1217] T 1126a095e99e4a2bb1e7412b6b866f18 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:39:59.436008  3745 raft_consensus.cc:1217] T f0fc7530061345beaada797715868e07 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260608 12:39:59.519788  3599 raft_consensus.cc:1217] T 18c68a9f8fb54417a2d80a6429c78e43 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:39:59.599336  3402 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
I20260608 12:39:59.630510  3526 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "ffb5dc201e8c471497d2d18ff5595b7f"
dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3"
mode: GRACEFUL
new_leader_uuid: "033c56a049b44850b99cd37ad0ef95f0"
 from {username='slave'} at 127.0.0.1:54432
I20260608 12:39:59.631068  3526 raft_consensus.cc:606] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 LEADER]: Received request to transfer leadership to TS 033c56a049b44850b99cd37ad0ef95f0
I20260608 12:39:59.633198  3402 auto_leader_rebalancer.cc:388] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 1
I20260608 12:39:59.633973  3402 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:59.635682  3974 raft_consensus.cc:1064] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8: attempting to promote NON_VOTER 5edac015ebd64275a9e1e2beed8ac8d2 to VOTER
I20260608 12:39:59.637712  3974 consensus_queue.cc:237] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [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: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } attrs { replace: true } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } }
I20260608 12:39:59.644656  3526 raft_consensus.cc:1275] T 1126a095e99e4a2bb1e7412b6b866f18 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Refusing update from remote peer a4e041d14d69489eb44f51c96bbbb9d8: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:39:59.644984  3745 raft_consensus.cc:1275] T 1126a095e99e4a2bb1e7412b6b866f18 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 LEARNER]: Refusing update from remote peer a4e041d14d69489eb44f51c96bbbb9d8: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:39:59.646485  3449 raft_consensus.cc:1275] T 1126a095e99e4a2bb1e7412b6b866f18 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Refusing update from remote peer a4e041d14d69489eb44f51c96bbbb9d8: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:39:59.646499  3974 consensus_queue.cc:1048] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:39:59.648054  3945 consensus_queue.cc:1048] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:59.648922  3973 consensus_queue.cc:1048] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:59.668769  3945 raft_consensus.cc:2955] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } attrs { replace: true } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:39:59.672272  3526 raft_consensus.cc:2955] T 1126a095e99e4a2bb1e7412b6b866f18 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } attrs { replace: true } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:39:59.672979  3745 raft_consensus.cc:2955] T 1126a095e99e4a2bb1e7412b6b866f18 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } attrs { replace: true } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:39:59.684947  3449 raft_consensus.cc:2955] T 1126a095e99e4a2bb1e7412b6b866f18 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } attrs { replace: true } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:39:59.685201  3345 catalog_manager.cc:5696] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 reported cstate change: config changed from index 2 to 3, 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:39:59.712826  3599 consensus_queue.cc:237] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [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: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } }
I20260608 12:39:59.721587  3745 raft_consensus.cc:1275] T 1126a095e99e4a2bb1e7412b6b866f18 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Refusing update from remote peer a4e041d14d69489eb44f51c96bbbb9d8: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:39:59.721594  3526 raft_consensus.cc:1275] T 1126a095e99e4a2bb1e7412b6b866f18 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Refusing update from remote peer a4e041d14d69489eb44f51c96bbbb9d8: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:39:59.724028  3974 consensus_queue.cc:1048] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:39:59.725139  3945 consensus_queue.cc:1048] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:59.732571  3973 raft_consensus.cc:2955] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:39:59.734601  3745 raft_consensus.cc:2955] T 1126a095e99e4a2bb1e7412b6b866f18 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:39:59.741549  3333 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 1126a095e99e4a2bb1e7412b6b866f18 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:39:59.741770  3526 raft_consensus.cc:2955] T 1126a095e99e4a2bb1e7412b6b866f18 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:39:59.748096  3347 catalog_manager.cc:5696] T 1126a095e99e4a2bb1e7412b6b866f18 P 5edac015ebd64275a9e1e2beed8ac8d2 reported cstate change: config changed from index 3 to 4, VOTER 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:39:59.760758  3440 tablet_service.cc:1558] Processing DeleteTablet for tablet 1126a095e99e4a2bb1e7412b6b866f18 with delete_type TABLET_DATA_TOMBSTONED (TS 033c56a049b44850b99cd37ad0ef95f0 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:52500
I20260608 12:39:59.763307  3987 tablet_replica.cc:333] T 1126a095e99e4a2bb1e7412b6b866f18 P 033c56a049b44850b99cd37ad0ef95f0: stopping tablet replica
I20260608 12:39:59.764899  3987 raft_consensus.cc:2243] T 1126a095e99e4a2bb1e7412b6b866f18 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:59.765795  3987 raft_consensus.cc:2272] T 1126a095e99e4a2bb1e7412b6b866f18 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:59.769981  3987 ts_tablet_manager.cc:1916] T 1126a095e99e4a2bb1e7412b6b866f18 P 033c56a049b44850b99cd37ad0ef95f0: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:39:59.786015  3987 ts_tablet_manager.cc:1929] T 1126a095e99e4a2bb1e7412b6b866f18 P 033c56a049b44850b99cd37ad0ef95f0: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:39:59.786515  3987 log.cc:1199] T 1126a095e99e4a2bb1e7412b6b866f18 P 033c56a049b44850b99cd37ad0ef95f0: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-431-0/minicluster-data/ts-0-root/wals/1126a095e99e4a2bb1e7412b6b866f18
I20260608 12:39:59.788417  3336 catalog_manager.cc:5027] TS 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277): tablet 1126a095e99e4a2bb1e7412b6b866f18 (table range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]) successfully deleted
I20260608 12:39:59.820478  3934 raft_consensus.cc:1064] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3: attempting to promote NON_VOTER 5edac015ebd64275a9e1e2beed8ac8d2 to VOTER
I20260608 12:39:59.822881  3934 consensus_queue.cc:237] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 [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: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } }
I20260608 12:39:59.830030  3599 raft_consensus.cc:1275] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Refusing update from remote peer a8be0ba45d15436e8cfda38fd768d2d3: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:39:59.831866  3745 raft_consensus.cc:1275] T f0fc7530061345beaada797715868e07 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 LEARNER]: Refusing update from remote peer a8be0ba45d15436e8cfda38fd768d2d3: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:39:59.832058  3971 consensus_queue.cc:1048] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:59.834702  3971 consensus_queue.cc:1048] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:59.835700  3449 raft_consensus.cc:1275] T f0fc7530061345beaada797715868e07 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Refusing update from remote peer a8be0ba45d15436e8cfda38fd768d2d3: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:39:59.839635  3971 consensus_queue.cc:1048] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:59.845079  3972 raft_consensus.cc:2955] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:39:59.851696  3449 raft_consensus.cc:2955] T f0fc7530061345beaada797715868e07 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:39:59.859192  3745 raft_consensus.cc:2955] T f0fc7530061345beaada797715868e07 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:39:59.863884  3348 catalog_manager.cc:5696] T f0fc7530061345beaada797715868e07 P 033c56a049b44850b99cd37ad0ef95f0 reported cstate change: config changed from index 3 to 4, 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:39:59.866729  3599 raft_consensus.cc:2955] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:39:59.907737  3526 consensus_queue.cc:237] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 [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: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } }
I20260608 12:39:59.913407  3449 raft_consensus.cc:1275] T f0fc7530061345beaada797715868e07 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Refusing update from remote peer a8be0ba45d15436e8cfda38fd768d2d3: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:39:59.914927  3972 consensus_queue.cc:1048] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:39:59.915149  3745 raft_consensus.cc:1275] T f0fc7530061345beaada797715868e07 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 FOLLOWER]: Refusing update from remote peer a8be0ba45d15436e8cfda38fd768d2d3: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:39:59.917052  3993 consensus_queue.cc:1048] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:39:59.923828  3971 raft_consensus.cc:2955] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:39:59.925374  3449 raft_consensus.cc:2955] T f0fc7530061345beaada797715868e07 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:39:59.931463  3336 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet f0fc7530061345beaada797715868e07 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:39:59.935879  3745 raft_consensus.cc:2955] T f0fc7530061345beaada797715868e07 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:39:59.935909  3347 catalog_manager.cc:5696] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 reported cstate change: config changed from index 4 to 5, VOTER a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195) evicted. New cstate: current_term: 2 leader_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:39:59.951721  3583 tablet_service.cc:1558] Processing DeleteTablet for tablet f0fc7530061345beaada797715868e07 with delete_type TABLET_DATA_TOMBSTONED (TS a4e041d14d69489eb44f51c96bbbb9d8 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:58474
I20260608 12:39:59.953819  3994 tablet_replica.cc:333] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8: stopping tablet replica
I20260608 12:39:59.954816  3994 raft_consensus.cc:2243] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:59.955632  3994 raft_consensus.cc:2272] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:59.958814  3994 ts_tablet_manager.cc:1916] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:39:59.975200  3994 ts_tablet_manager.cc:1929] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260608 12:39:59.975666  3994 log.cc:1199] T f0fc7530061345beaada797715868e07 P a4e041d14d69489eb44f51c96bbbb9d8: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-431-0/minicluster-data/ts-2-root/wals/f0fc7530061345beaada797715868e07
I20260608 12:39:59.977525  3333 catalog_manager.cc:5027] TS a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195:36067): tablet f0fc7530061345beaada797715868e07 (table range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]) successfully deleted
I20260608 12:39:59.980618  3992 raft_consensus.cc:993] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3: : Instructing follower 033c56a049b44850b99cd37ad0ef95f0 to start an election
I20260608 12:39:59.981173  3992 raft_consensus.cc:1081] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 LEADER]: Signalling peer 033c56a049b44850b99cd37ad0ef95f0 to start an election
I20260608 12:39:59.983671  3449 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "ffb5dc201e8c471497d2d18ff5595b7f"
dest_uuid: "033c56a049b44850b99cd37ad0ef95f0"
 from {username='slave'} at 127.0.0.1:52520
I20260608 12:39:59.984221  3449 raft_consensus.cc:493] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:39:59.984576  3449 raft_consensus.cc:3060] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:39:59.990927  3449 raft_consensus.cc:515] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 3 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:59.992995  3449 leader_election.cc:290] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [CANDIDATE]: Term 3 election: Requested vote from peers 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175), a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977)
I20260608 12:39:59.993973  3745 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ffb5dc201e8c471497d2d18ff5595b7f" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: true dest_uuid: "5edac015ebd64275a9e1e2beed8ac8d2"
I20260608 12:39:59.994055  3526 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ffb5dc201e8c471497d2d18ff5595b7f" candidate_uuid: "033c56a049b44850b99cd37ad0ef95f0" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: true dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3"
I20260608 12:39:59.994781  3745 raft_consensus.cc:3060] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:39:59.994815  3526 raft_consensus.cc:3055] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 LEADER]: Stepping down as leader of term 2
I20260608 12:39:59.995373  3526 raft_consensus.cc:740] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 LEADER]: Becoming Follower/Learner. State: Replica: a8be0ba45d15436e8cfda38fd768d2d3, State: Running, Role: LEADER
I20260608 12:39:59.996184  3526 consensus_queue.cc:260] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 2.2, Last appended by leader: 2, Current term: 2, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:39:59.997319  3526 raft_consensus.cc:3060] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:40:00.002974  3526 raft_consensus.cc:2468] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 033c56a049b44850b99cd37ad0ef95f0 in term 3.
I20260608 12:40:00.004076  3417 leader_election.cc:304] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [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: 033c56a049b44850b99cd37ad0ef95f0, a8be0ba45d15436e8cfda38fd768d2d3; no voters: 
I20260608 12:40:00.004935  3976 raft_consensus.cc:2804] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 3 FOLLOWER]: Leader election won for term 3
I20260608 12:40:00.005388  3976 raft_consensus.cc:697] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 3 LEADER]: Becoming Leader. State: Replica: 033c56a049b44850b99cd37ad0ef95f0, State: Running, Role: LEADER
I20260608 12:40:00.006220  3976 consensus_queue.cc:237] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 2.2, Last appended by leader: 2, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:40:00.009086  3745 raft_consensus.cc:2468] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 033c56a049b44850b99cd37ad0ef95f0 in term 3.
I20260608 12:40:00.014394  3348 catalog_manager.cc:5696] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 reported cstate change: term changed from 2 to 3, leader changed from a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194) to 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193). New cstate: current_term: 3 leader_uuid: "033c56a049b44850b99cd37ad0ef95f0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:00.041100  3866 raft_consensus.cc:1064] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0: attempting to promote NON_VOTER a4e041d14d69489eb44f51c96bbbb9d8 to VOTER
I20260608 12:40:00.043726  3866 consensus_queue.cc:237] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [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: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { replace: true } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { promote: false } }
I20260608 12:40:00.055284  3599 raft_consensus.cc:1275] T 18c68a9f8fb54417a2d80a6429c78e43 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEARNER]: Refusing update from remote peer 033c56a049b44850b99cd37ad0ef95f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:40:00.057928  3526 raft_consensus.cc:1275] T 18c68a9f8fb54417a2d80a6429c78e43 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Refusing update from remote peer 033c56a049b44850b99cd37ad0ef95f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:40:00.058404  3745 raft_consensus.cc:1275] T 18c68a9f8fb54417a2d80a6429c78e43 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Refusing update from remote peer 033c56a049b44850b99cd37ad0ef95f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:40:00.058327  3866 consensus_queue.cc:1048] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:00.059875  3976 consensus_queue.cc:1048] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:00.064160  3998 consensus_queue.cc:1048] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:40:00.072021  3976 raft_consensus.cc:2955] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { replace: true } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { promote: false } } }
I20260608 12:40:00.075284  3599 raft_consensus.cc:2955] T 18c68a9f8fb54417a2d80a6429c78e43 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { replace: true } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { promote: false } } }
I20260608 12:40:00.076675  3745 raft_consensus.cc:2955] T 18c68a9f8fb54417a2d80a6429c78e43 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { replace: true } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { promote: false } } }
I20260608 12:40:00.085649  3526 raft_consensus.cc:2955] T 18c68a9f8fb54417a2d80a6429c78e43 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { replace: true } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { promote: false } } }
I20260608 12:40:00.089424  3348 catalog_manager.cc:5696] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 reported cstate change: config changed from index 2 to 3, a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "033c56a049b44850b99cd37ad0ef95f0" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:00.108807  3450 consensus_queue.cc:237] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [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: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { promote: false } }
I20260608 12:40:00.115396  3599 raft_consensus.cc:1275] T 18c68a9f8fb54417a2d80a6429c78e43 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Refusing update from remote peer 033c56a049b44850b99cd37ad0ef95f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:40:00.117056  3976 consensus_queue.cc:1048] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:00.118458  3526 raft_consensus.cc:1275] T 18c68a9f8fb54417a2d80a6429c78e43 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Refusing update from remote peer 033c56a049b44850b99cd37ad0ef95f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:40:00.119851  3998 consensus_queue.cc:1048] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:00.123742  3976 raft_consensus.cc:2955] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { promote: false } } }
I20260608 12:40:00.125579  3599 raft_consensus.cc:2955] T 18c68a9f8fb54417a2d80a6429c78e43 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { promote: false } } }
I20260608 12:40:00.129344  3526 raft_consensus.cc:2955] T 18c68a9f8fb54417a2d80a6429c78e43 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { promote: false } } }
I20260608 12:40:00.137854  3336 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 18c68a9f8fb54417a2d80a6429c78e43 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:00.138312  3345 catalog_manager.cc:5696] T 18c68a9f8fb54417a2d80a6429c78e43 P a4e041d14d69489eb44f51c96bbbb9d8 reported cstate change: config changed from index 3 to 4, VOTER 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "033c56a049b44850b99cd37ad0ef95f0" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } attrs { promote: false } } }
I20260608 12:40:00.149693  3731 tablet_service.cc:1558] Processing DeleteTablet for tablet 18c68a9f8fb54417a2d80a6429c78e43 with delete_type TABLET_DATA_TOMBSTONED (TS 5edac015ebd64275a9e1e2beed8ac8d2 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:52550
I20260608 12:40:00.152871  4002 tablet_replica.cc:333] T 18c68a9f8fb54417a2d80a6429c78e43 P 5edac015ebd64275a9e1e2beed8ac8d2: stopping tablet replica
I20260608 12:40:00.153909  4002 raft_consensus.cc:2243] T 18c68a9f8fb54417a2d80a6429c78e43 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:00.154755  4002 raft_consensus.cc:2272] T 18c68a9f8fb54417a2d80a6429c78e43 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:00.158067  4002 ts_tablet_manager.cc:1916] T 18c68a9f8fb54417a2d80a6429c78e43 P 5edac015ebd64275a9e1e2beed8ac8d2: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:00.168740  4002 ts_tablet_manager.cc:1929] T 18c68a9f8fb54417a2d80a6429c78e43 P 5edac015ebd64275a9e1e2beed8ac8d2: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:40:00.169140  4002 log.cc:1199] T 18c68a9f8fb54417a2d80a6429c78e43 P 5edac015ebd64275a9e1e2beed8ac8d2: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-431-0/minicluster-data/ts-3-root/wals/18c68a9f8fb54417a2d80a6429c78e43
I20260608 12:40:00.170751  3334 catalog_manager.cc:5027] TS 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175): tablet 18c68a9f8fb54417a2d80a6429c78e43 (table range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]) successfully deleted
I20260608 12:40:00.400696  3745 raft_consensus.cc:1275] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 3 FOLLOWER]: Refusing update from remote peer 033c56a049b44850b99cd37ad0ef95f0: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260608 12:40:00.401898  3976 consensus_queue.cc:1048] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:00.414422  3526 raft_consensus.cc:1275] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [term 3 FOLLOWER]: Refusing update from remote peer 033c56a049b44850b99cd37ad0ef95f0: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260608 12:40:00.416095  3998 consensus_queue.cc:1048] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:01.173986  3526 consensus_queue.cc:237] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 [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: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } }
W20260608 12:40:01.180908  3490 consensus_peers.cc:597] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 -> Peer 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175): Couldn't send request to peer 5edac015ebd64275a9e1e2beed8ac8d2. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ae0c72c2200b44c1a6d3962e65c5ab24. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:01.181639  3599 raft_consensus.cc:1275] T ae0c72c2200b44c1a6d3962e65c5ab24 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Refusing update from remote peer a8be0ba45d15436e8cfda38fd768d2d3: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:40:01.182196  3450 raft_consensus.cc:1275] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Refusing update from remote peer a8be0ba45d15436e8cfda38fd768d2d3: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:40:01.182950  4011 consensus_queue.cc:1048] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:01.183878  3993 consensus_queue.cc:1048] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:01.191555  3992 raft_consensus.cc:2955] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } } }
I20260608 12:40:01.193532  3599 raft_consensus.cc:2955] T ae0c72c2200b44c1a6d3962e65c5ab24 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } } }
I20260608 12:40:01.193478  3450 raft_consensus.cc:2955] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } } }
I20260608 12:40:01.205267  3347 catalog_manager.cc:5696] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 reported cstate change: config changed from index -1 to 3, NON_VOTER 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:01.208034  3450 consensus_queue.cc:237] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 [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: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { promote: true } }
I20260608 12:40:01.219254  3745 raft_consensus.cc:1275] T d3a353da28604c1f99cad2e209cee3d2 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 FOLLOWER]: Refusing update from remote peer 033c56a049b44850b99cd37ad0ef95f0: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
W20260608 12:40:01.219300  3417 consensus_peers.cc:597] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 -> Peer a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977): Couldn't send request to peer a8be0ba45d15436e8cfda38fd768d2d3. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: d3a353da28604c1f99cad2e209cee3d2. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:01.220991  3998 consensus_queue.cc:1048] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:01.224635  3599 raft_consensus.cc:1275] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Refusing update from remote peer 033c56a049b44850b99cd37ad0ef95f0: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:40:01.226154  4008 consensus_queue.cc:1048] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:01.234594  3998 raft_consensus.cc:2955] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { promote: true } } }
I20260608 12:40:01.237546  3599 raft_consensus.cc:2955] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { promote: true } } }
I20260608 12:40:01.238592  3745 raft_consensus.cc:2955] T d3a353da28604c1f99cad2e209cee3d2 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { promote: true } } }
I20260608 12:40:01.247234  3598 consensus_queue.cc:237] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [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: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } }
I20260608 12:40:01.249177  3348 catalog_manager.cc:5696] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 reported cstate change: config changed from index -1 to 3, NON_VOTER a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194) added. New cstate: current_term: 2 leader_uuid: "033c56a049b44850b99cd37ad0ef95f0" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:01.255769  3526 raft_consensus.cc:1275] T 5d148183ce174a469f9101727c63c3fb P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Refusing update from remote peer a4e041d14d69489eb44f51c96bbbb9d8: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260608 12:40:01.258474  3564 consensus_peers.cc:597] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 -> Peer 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175): Couldn't send request to peer 5edac015ebd64275a9e1e2beed8ac8d2. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 5d148183ce174a469f9101727c63c3fb. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:01.258481  4022 consensus_queue.cc:1048] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:40:01.259251  3450 raft_consensus.cc:1275] T 5d148183ce174a469f9101727c63c3fb P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Refusing update from remote peer a4e041d14d69489eb44f51c96bbbb9d8: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:40:01.261875  3974 consensus_queue.cc:1048] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:40:01.268486  4022 raft_consensus.cc:2955] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } } }
I20260608 12:40:01.270354  3526 raft_consensus.cc:2955] T 5d148183ce174a469f9101727c63c3fb P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } } }
I20260608 12:40:01.273736  3450 raft_consensus.cc:2955] T 5d148183ce174a469f9101727c63c3fb P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } } }
I20260608 12:40:01.281158  3347 catalog_manager.cc:5696] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 reported cstate change: config changed from index -1 to 2, NON_VOTER 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:01.635088  3402 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
I20260608 12:40:01.652596  3450 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "ffb5dc201e8c471497d2d18ff5595b7f"
dest_uuid: "033c56a049b44850b99cd37ad0ef95f0"
mode: GRACEFUL
new_leader_uuid: "5edac015ebd64275a9e1e2beed8ac8d2"
 from {username='slave'} at 127.0.0.1:52522
I20260608 12:40:01.653198  3450 raft_consensus.cc:606] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 3 LEADER]: Received request to transfer leadership to TS 5edac015ebd64275a9e1e2beed8ac8d2
I20260608 12:40:01.654480  3402 auto_leader_rebalancer.cc:388] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 1
I20260608 12:40:01.655068  3402 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:01.658900  4026 ts_tablet_manager.cc:933] T ae0c72c2200b44c1a6d3962e65c5ab24 P 5edac015ebd64275a9e1e2beed8ac8d2: Initiating tablet copy from peer a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977)
I20260608 12:40:01.660578  4026 tablet_copy_client.cc:323] T ae0c72c2200b44c1a6d3962e65c5ab24 P 5edac015ebd64275a9e1e2beed8ac8d2: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:37977
I20260608 12:40:01.662292  3536 tablet_copy_service.cc:140] P a8be0ba45d15436e8cfda38fd768d2d3: Received BeginTabletCopySession request for tablet ae0c72c2200b44c1a6d3962e65c5ab24 from peer 5edac015ebd64275a9e1e2beed8ac8d2 ({username='slave'} at 127.0.0.1:40668)
I20260608 12:40:01.662787  3536 tablet_copy_service.cc:161] P a8be0ba45d15436e8cfda38fd768d2d3: Beginning new tablet copy session on tablet ae0c72c2200b44c1a6d3962e65c5ab24 from peer 5edac015ebd64275a9e1e2beed8ac8d2 at {username='slave'} at 127.0.0.1:40668: session id = 5edac015ebd64275a9e1e2beed8ac8d2-ae0c72c2200b44c1a6d3962e65c5ab24
I20260608 12:40:01.669714  3536 tablet_copy_source_session.cc:215] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:01.672538  4026 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ae0c72c2200b44c1a6d3962e65c5ab24. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:01.684365  4026 tablet_copy_client.cc:806] T ae0c72c2200b44c1a6d3962e65c5ab24 P 5edac015ebd64275a9e1e2beed8ac8d2: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:01.685016  4026 tablet_copy_client.cc:670] T ae0c72c2200b44c1a6d3962e65c5ab24 P 5edac015ebd64275a9e1e2beed8ac8d2: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:01.689599  4026 tablet_copy_client.cc:538] T ae0c72c2200b44c1a6d3962e65c5ab24 P 5edac015ebd64275a9e1e2beed8ac8d2: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:01.698415  4026 tablet_bootstrap.cc:492] T ae0c72c2200b44c1a6d3962e65c5ab24 P 5edac015ebd64275a9e1e2beed8ac8d2: Bootstrap starting.
I20260608 12:40:01.724476  4026 tablet_bootstrap.cc:492] T ae0c72c2200b44c1a6d3962e65c5ab24 P 5edac015ebd64275a9e1e2beed8ac8d2: 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
I20260608 12:40:01.725520  4026 tablet_bootstrap.cc:492] T ae0c72c2200b44c1a6d3962e65c5ab24 P 5edac015ebd64275a9e1e2beed8ac8d2: Bootstrap complete.
I20260608 12:40:01.726274  4026 ts_tablet_manager.cc:1403] T ae0c72c2200b44c1a6d3962e65c5ab24 P 5edac015ebd64275a9e1e2beed8ac8d2: Time spent bootstrapping tablet: real 0.028s	user 0.022s	sys 0.005s
I20260608 12:40:01.729676  4026 raft_consensus.cc:359] T ae0c72c2200b44c1a6d3962e65c5ab24 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } }
I20260608 12:40:01.730611  4026 raft_consensus.cc:740] T ae0c72c2200b44c1a6d3962e65c5ab24 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 5edac015ebd64275a9e1e2beed8ac8d2, State: Initialized, Role: LEARNER
I20260608 12:40:01.731359  4026 consensus_queue.cc:260] T ae0c72c2200b44c1a6d3962e65c5ab24 P 5edac015ebd64275a9e1e2beed8ac8d2 [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: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } }
I20260608 12:40:01.734127  4026 ts_tablet_manager.cc:1434] T ae0c72c2200b44c1a6d3962e65c5ab24 P 5edac015ebd64275a9e1e2beed8ac8d2: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:40:01.736184  3536 tablet_copy_service.cc:342] P a8be0ba45d15436e8cfda38fd768d2d3: Request end of tablet copy session 5edac015ebd64275a9e1e2beed8ac8d2-ae0c72c2200b44c1a6d3962e65c5ab24 received from {username='slave'} at 127.0.0.1:40668
I20260608 12:40:01.736610  3536 tablet_copy_service.cc:434] P a8be0ba45d15436e8cfda38fd768d2d3: ending tablet copy session 5edac015ebd64275a9e1e2beed8ac8d2-ae0c72c2200b44c1a6d3962e65c5ab24 on tablet ae0c72c2200b44c1a6d3962e65c5ab24 with peer 5edac015ebd64275a9e1e2beed8ac8d2
I20260608 12:40:01.771468  4026 ts_tablet_manager.cc:933] T 5d148183ce174a469f9101727c63c3fb P 5edac015ebd64275a9e1e2beed8ac8d2: Initiating tablet copy from peer a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195:36067)
I20260608 12:40:01.773350  4026 tablet_copy_client.cc:323] T 5d148183ce174a469f9101727c63c3fb P 5edac015ebd64275a9e1e2beed8ac8d2: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:36067
I20260608 12:40:01.774761  3610 tablet_copy_service.cc:140] P a4e041d14d69489eb44f51c96bbbb9d8: Received BeginTabletCopySession request for tablet 5d148183ce174a469f9101727c63c3fb from peer 5edac015ebd64275a9e1e2beed8ac8d2 ({username='slave'} at 127.0.0.1:58508)
I20260608 12:40:01.775202  3610 tablet_copy_service.cc:161] P a4e041d14d69489eb44f51c96bbbb9d8: Beginning new tablet copy session on tablet 5d148183ce174a469f9101727c63c3fb from peer 5edac015ebd64275a9e1e2beed8ac8d2 at {username='slave'} at 127.0.0.1:58508: session id = 5edac015ebd64275a9e1e2beed8ac8d2-5d148183ce174a469f9101727c63c3fb
I20260608 12:40:01.780344  3610 tablet_copy_source_session.cc:215] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:01.782974  4026 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5d148183ce174a469f9101727c63c3fb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:01.794485  4026 tablet_copy_client.cc:806] T 5d148183ce174a469f9101727c63c3fb P 5edac015ebd64275a9e1e2beed8ac8d2: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:01.795029  4026 tablet_copy_client.cc:670] T 5d148183ce174a469f9101727c63c3fb P 5edac015ebd64275a9e1e2beed8ac8d2: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:01.798768  4026 tablet_copy_client.cc:538] T 5d148183ce174a469f9101727c63c3fb P 5edac015ebd64275a9e1e2beed8ac8d2: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:01.805192  4026 tablet_bootstrap.cc:492] T 5d148183ce174a469f9101727c63c3fb P 5edac015ebd64275a9e1e2beed8ac8d2: Bootstrap starting.
I20260608 12:40:01.823868  4026 tablet_bootstrap.cc:492] T 5d148183ce174a469f9101727c63c3fb P 5edac015ebd64275a9e1e2beed8ac8d2: 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
I20260608 12:40:01.824697  4026 tablet_bootstrap.cc:492] T 5d148183ce174a469f9101727c63c3fb P 5edac015ebd64275a9e1e2beed8ac8d2: Bootstrap complete.
I20260608 12:40:01.825314  4026 ts_tablet_manager.cc:1403] T 5d148183ce174a469f9101727c63c3fb P 5edac015ebd64275a9e1e2beed8ac8d2: Time spent bootstrapping tablet: real 0.020s	user 0.019s	sys 0.000s
I20260608 12:40:01.828078  4026 raft_consensus.cc:359] T 5d148183ce174a469f9101727c63c3fb P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } }
I20260608 12:40:01.828989  4026 raft_consensus.cc:740] T 5d148183ce174a469f9101727c63c3fb P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 5edac015ebd64275a9e1e2beed8ac8d2, State: Initialized, Role: LEARNER
I20260608 12:40:01.829733  4026 consensus_queue.cc:260] T 5d148183ce174a469f9101727c63c3fb P 5edac015ebd64275a9e1e2beed8ac8d2 [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: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: true } }
I20260608 12:40:01.831756  4026 ts_tablet_manager.cc:1434] T 5d148183ce174a469f9101727c63c3fb P 5edac015ebd64275a9e1e2beed8ac8d2: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260608 12:40:01.835172  3610 tablet_copy_service.cc:342] P a4e041d14d69489eb44f51c96bbbb9d8: Request end of tablet copy session 5edac015ebd64275a9e1e2beed8ac8d2-5d148183ce174a469f9101727c63c3fb received from {username='slave'} at 127.0.0.1:58508
I20260608 12:40:01.835700  3610 tablet_copy_service.cc:434] P a4e041d14d69489eb44f51c96bbbb9d8: ending tablet copy session 5edac015ebd64275a9e1e2beed8ac8d2-5d148183ce174a469f9101727c63c3fb on tablet 5d148183ce174a469f9101727c63c3fb with peer 5edac015ebd64275a9e1e2beed8ac8d2
I20260608 12:40:01.840683  4031 ts_tablet_manager.cc:933] T d3a353da28604c1f99cad2e209cee3d2 P a8be0ba45d15436e8cfda38fd768d2d3: Initiating tablet copy from peer 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277)
I20260608 12:40:01.845212  4031 tablet_copy_client.cc:323] T d3a353da28604c1f99cad2e209cee3d2 P a8be0ba45d15436e8cfda38fd768d2d3: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:43277
I20260608 12:40:01.847154  3460 tablet_copy_service.cc:140] P 033c56a049b44850b99cd37ad0ef95f0: Received BeginTabletCopySession request for tablet d3a353da28604c1f99cad2e209cee3d2 from peer a8be0ba45d15436e8cfda38fd768d2d3 ({username='slave'} at 127.0.0.1:52520)
I20260608 12:40:01.847695  3460 tablet_copy_service.cc:161] P 033c56a049b44850b99cd37ad0ef95f0: Beginning new tablet copy session on tablet d3a353da28604c1f99cad2e209cee3d2 from peer a8be0ba45d15436e8cfda38fd768d2d3 at {username='slave'} at 127.0.0.1:52520: session id = a8be0ba45d15436e8cfda38fd768d2d3-d3a353da28604c1f99cad2e209cee3d2
I20260608 12:40:01.853049  3460 tablet_copy_source_session.cc:215] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:01.855916  4031 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d3a353da28604c1f99cad2e209cee3d2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:01.867326  4031 tablet_copy_client.cc:806] T d3a353da28604c1f99cad2e209cee3d2 P a8be0ba45d15436e8cfda38fd768d2d3: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:01.867918  4031 tablet_copy_client.cc:670] T d3a353da28604c1f99cad2e209cee3d2 P a8be0ba45d15436e8cfda38fd768d2d3: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:01.871798  4031 tablet_copy_client.cc:538] T d3a353da28604c1f99cad2e209cee3d2 P a8be0ba45d15436e8cfda38fd768d2d3: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:01.879621  4031 tablet_bootstrap.cc:492] T d3a353da28604c1f99cad2e209cee3d2 P a8be0ba45d15436e8cfda38fd768d2d3: Bootstrap starting.
I20260608 12:40:01.900313  4031 tablet_bootstrap.cc:492] T d3a353da28604c1f99cad2e209cee3d2 P a8be0ba45d15436e8cfda38fd768d2d3: 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
I20260608 12:40:01.901341  4031 tablet_bootstrap.cc:492] T d3a353da28604c1f99cad2e209cee3d2 P a8be0ba45d15436e8cfda38fd768d2d3: Bootstrap complete.
I20260608 12:40:01.902001  4031 ts_tablet_manager.cc:1403] T d3a353da28604c1f99cad2e209cee3d2 P a8be0ba45d15436e8cfda38fd768d2d3: Time spent bootstrapping tablet: real 0.023s	user 0.015s	sys 0.008s
I20260608 12:40:01.905648  4031 raft_consensus.cc:359] T d3a353da28604c1f99cad2e209cee3d2 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { promote: true } }
I20260608 12:40:01.906497  4031 raft_consensus.cc:740] T d3a353da28604c1f99cad2e209cee3d2 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: a8be0ba45d15436e8cfda38fd768d2d3, State: Initialized, Role: LEARNER
I20260608 12:40:01.907812  4034 raft_consensus.cc:993] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0: : Instructing follower 5edac015ebd64275a9e1e2beed8ac8d2 to start an election
I20260608 12:40:01.907289  4031 consensus_queue.cc:260] T d3a353da28604c1f99cad2e209cee3d2 P a8be0ba45d15436e8cfda38fd768d2d3 [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: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { promote: true } }
I20260608 12:40:01.908320  3998 raft_consensus.cc:1081] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 3 LEADER]: Signalling peer 5edac015ebd64275a9e1e2beed8ac8d2 to start an election
I20260608 12:40:01.909894  4031 ts_tablet_manager.cc:1434] T d3a353da28604c1f99cad2e209cee3d2 P a8be0ba45d15436e8cfda38fd768d2d3: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.004s
I20260608 12:40:01.910261  3745 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "ffb5dc201e8c471497d2d18ff5595b7f"
dest_uuid: "5edac015ebd64275a9e1e2beed8ac8d2"
 from {username='slave'} at 127.0.0.1:52566
I20260608 12:40:01.910812  3745 raft_consensus.cc:493] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 3 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:40:01.911178  3745 raft_consensus.cc:3060] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 3 FOLLOWER]: Advancing to term 4
I20260608 12:40:01.911830  3460 tablet_copy_service.cc:342] P 033c56a049b44850b99cd37ad0ef95f0: Request end of tablet copy session a8be0ba45d15436e8cfda38fd768d2d3-d3a353da28604c1f99cad2e209cee3d2 received from {username='slave'} at 127.0.0.1:52520
I20260608 12:40:01.912245  3460 tablet_copy_service.cc:434] P 033c56a049b44850b99cd37ad0ef95f0: ending tablet copy session a8be0ba45d15436e8cfda38fd768d2d3-d3a353da28604c1f99cad2e209cee3d2 on tablet d3a353da28604c1f99cad2e209cee3d2 with peer a8be0ba45d15436e8cfda38fd768d2d3
I20260608 12:40:01.918102  3745 raft_consensus.cc:515] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 4 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:40:01.920192  3745 leader_election.cc:290] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2 [CANDIDATE]: Term 4 election: Requested vote from peers 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277), a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977)
I20260608 12:40:01.922266  3450 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ffb5dc201e8c471497d2d18ff5595b7f" candidate_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" candidate_term: 4 candidate_status { last_received { term: 3 index: 3 } } ignore_live_leader: true dest_uuid: "033c56a049b44850b99cd37ad0ef95f0"
I20260608 12:40:01.922879  3450 raft_consensus.cc:3055] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 3 LEADER]: Stepping down as leader of term 3
I20260608 12:40:01.924335  3526 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ffb5dc201e8c471497d2d18ff5595b7f" candidate_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" candidate_term: 4 candidate_status { last_received { term: 3 index: 3 } } ignore_live_leader: true dest_uuid: "a8be0ba45d15436e8cfda38fd768d2d3"
I20260608 12:40:01.925112  3526 raft_consensus.cc:3060] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [term 3 FOLLOWER]: Advancing to term 4
I20260608 12:40:01.924432  3450 raft_consensus.cc:740] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 3 LEADER]: Becoming Follower/Learner. State: Replica: 033c56a049b44850b99cd37ad0ef95f0, State: Running, Role: LEADER
I20260608 12:40:01.927356  3450 consensus_queue.cc:260] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 3.3, Last appended by leader: 3, Current term: 3, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:40:01.928550  3450 raft_consensus.cc:3060] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 3 FOLLOWER]: Advancing to term 4
I20260608 12:40:01.930109  3526 raft_consensus.cc:2468] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [term 4 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5edac015ebd64275a9e1e2beed8ac8d2 in term 4.
I20260608 12:40:01.931327  3712 leader_election.cc:304] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2 [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: 5edac015ebd64275a9e1e2beed8ac8d2, a8be0ba45d15436e8cfda38fd768d2d3; no voters: 
I20260608 12:40:01.932294  3921 raft_consensus.cc:2804] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 4 FOLLOWER]: Leader election won for term 4
I20260608 12:40:01.932762  3921 raft_consensus.cc:697] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 4 LEADER]: Becoming Leader. State: Replica: 5edac015ebd64275a9e1e2beed8ac8d2, State: Running, Role: LEADER
I20260608 12:40:01.933558  3921 consensus_queue.cc:237] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 3.3, Last appended by leader: 3, Current term: 4, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } }
I20260608 12:40:01.934607  3450 raft_consensus.cc:2468] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 4 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5edac015ebd64275a9e1e2beed8ac8d2 in term 4.
I20260608 12:40:01.942231  3348 catalog_manager.cc:5696] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2 reported cstate change: term changed from 3 to 4, leader changed from 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193) to 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196). New cstate: current_term: 4 leader_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:02.089109  3745 raft_consensus.cc:1217] T ae0c72c2200b44c1a6d3962e65c5ab24 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260608 12:40:02.200795  3745 raft_consensus.cc:1217] T 5d148183ce174a469f9101727c63c3fb P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:40:02.362023  3526 raft_consensus.cc:1275] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [term 4 FOLLOWER]: Refusing update from remote peer 5edac015ebd64275a9e1e2beed8ac8d2: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 4 index: 4. (index mismatch)
I20260608 12:40:02.363271  3921 consensus_queue.cc:1048] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:02.377784  3450 raft_consensus.cc:1275] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 4 FOLLOWER]: Refusing update from remote peer 5edac015ebd64275a9e1e2beed8ac8d2: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 4 index: 4. (index mismatch)
I20260608 12:40:02.380800  4025 consensus_queue.cc:1048] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:02.435716  3526 raft_consensus.cc:1217] T d3a353da28604c1f99cad2e209cee3d2 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260608 12:40:02.680977  4040 raft_consensus.cc:1064] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3: attempting to promote NON_VOTER 5edac015ebd64275a9e1e2beed8ac8d2 to VOTER
I20260608 12:40:02.682245  4022 raft_consensus.cc:1064] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8: attempting to promote NON_VOTER 5edac015ebd64275a9e1e2beed8ac8d2 to VOTER
I20260608 12:40:02.683630  4040 consensus_queue.cc:237] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 [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: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } }
I20260608 12:40:02.684139  4022 consensus_queue.cc:237] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [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: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } }
I20260608 12:40:02.692283  3744 raft_consensus.cc:1275] T 5d148183ce174a469f9101727c63c3fb P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 LEARNER]: Refusing update from remote peer a4e041d14d69489eb44f51c96bbbb9d8: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:40:02.693869  3598 raft_consensus.cc:1275] T ae0c72c2200b44c1a6d3962e65c5ab24 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Refusing update from remote peer a8be0ba45d15436e8cfda38fd768d2d3: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:40:02.694654  3526 raft_consensus.cc:1275] T 5d148183ce174a469f9101727c63c3fb P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Refusing update from remote peer a4e041d14d69489eb44f51c96bbbb9d8: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:40:02.695293  3450 raft_consensus.cc:1275] T 5d148183ce174a469f9101727c63c3fb P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Refusing update from remote peer a4e041d14d69489eb44f51c96bbbb9d8: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:40:02.696571  4041 consensus_queue.cc:1048] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:40:02.698372  4039 consensus_queue.cc:1048] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:02.698550  4022 consensus_queue.cc:1048] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:02.700958  3974 consensus_queue.cc:1048] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:02.702899  3745 raft_consensus.cc:1275] T ae0c72c2200b44c1a6d3962e65c5ab24 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 LEARNER]: Refusing update from remote peer a8be0ba45d15436e8cfda38fd768d2d3: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:40:02.707939  4051 consensus_queue.cc:1048] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:40:02.714978  3449 raft_consensus.cc:1275] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Refusing update from remote peer a8be0ba45d15436e8cfda38fd768d2d3: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:40:02.717195  4051 consensus_queue.cc:1048] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.004s
I20260608 12:40:02.730554  3974 raft_consensus.cc:2955] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:40:02.738641  3450 raft_consensus.cc:2955] T 5d148183ce174a469f9101727c63c3fb P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:40:02.752341  3745 raft_consensus.cc:2955] T 5d148183ce174a469f9101727c63c3fb P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:40:02.756745  3345 catalog_manager.cc:5696] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 reported cstate change: config changed from index 2 to 3, 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:02.773980  4040 raft_consensus.cc:2955] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:40:02.775976  3599 raft_consensus.cc:2955] T ae0c72c2200b44c1a6d3962e65c5ab24 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:40:02.800213  3450 raft_consensus.cc:2955] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:40:02.802178  3346 catalog_manager.cc:5696] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 reported cstate change: config changed from index 3 to 4, 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:02.810778  3744 raft_consensus.cc:2955] T ae0c72c2200b44c1a6d3962e65c5ab24 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:40:02.811753  3526 raft_consensus.cc:2955] T 5d148183ce174a469f9101727c63c3fb P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { replace: true } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:40:02.838831  3598 consensus_queue.cc:237] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [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: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } }
I20260608 12:40:02.844331  3744 raft_consensus.cc:1275] T 5d148183ce174a469f9101727c63c3fb P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Refusing update from remote peer a4e041d14d69489eb44f51c96bbbb9d8: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:40:02.848281  3450 raft_consensus.cc:1275] T 5d148183ce174a469f9101727c63c3fb P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Refusing update from remote peer a4e041d14d69489eb44f51c96bbbb9d8: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:40:02.849937  4041 consensus_queue.cc:1048] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:02.852927  4022 consensus_queue.cc:1048] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:02.860566  3524 consensus_queue.cc:237] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 [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: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } }
I20260608 12:40:02.860210  3974 raft_consensus.cc:2955] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:40:02.866925  3598 raft_consensus.cc:1275] T ae0c72c2200b44c1a6d3962e65c5ab24 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Refusing update from remote peer a8be0ba45d15436e8cfda38fd768d2d3: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:40:02.867599  3745 raft_consensus.cc:1275] T ae0c72c2200b44c1a6d3962e65c5ab24 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 FOLLOWER]: Refusing update from remote peer a8be0ba45d15436e8cfda38fd768d2d3: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:40:02.868427  4040 consensus_queue.cc:1048] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:40:02.869349  4051 consensus_queue.cc:1048] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:40:02.874568  3449 raft_consensus.cc:2955] T 5d148183ce174a469f9101727c63c3fb P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:40:02.884099  3333 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 5d148183ce174a469f9101727c63c3fb with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:02.886081  4051 raft_consensus.cc:2955] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:40:02.888501  3744 raft_consensus.cc:2955] T 5d148183ce174a469f9101727c63c3fb P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:40:02.894100  3745 raft_consensus.cc:2955] T ae0c72c2200b44c1a6d3962e65c5ab24 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:40:02.896893  3598 raft_consensus.cc:2955] T ae0c72c2200b44c1a6d3962e65c5ab24 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } } }
I20260608 12:40:02.908937  3347 catalog_manager.cc:5696] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 reported cstate change: config changed from index 3 to 4, VOTER a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:02.913684  3336 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet ae0c72c2200b44c1a6d3962e65c5ab24 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:02.926090  3515 tablet_service.cc:1558] Processing DeleteTablet for tablet 5d148183ce174a469f9101727c63c3fb with delete_type TABLET_DATA_TOMBSTONED (TS a8be0ba45d15436e8cfda38fd768d2d3 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:40636
I20260608 12:40:02.928555  3345 catalog_manager.cc:5696] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 reported cstate change: config changed from index 4 to 5, VOTER 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193) evicted. New cstate: current_term: 2 leader_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:02.932789  4064 tablet_replica.cc:333] T 5d148183ce174a469f9101727c63c3fb P a8be0ba45d15436e8cfda38fd768d2d3: stopping tablet replica
I20260608 12:40:02.933997  4064 raft_consensus.cc:2243] T 5d148183ce174a469f9101727c63c3fb P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:02.934866  4064 raft_consensus.cc:2272] T 5d148183ce174a469f9101727c63c3fb P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:02.938244  4064 ts_tablet_manager.cc:1916] T 5d148183ce174a469f9101727c63c3fb P a8be0ba45d15436e8cfda38fd768d2d3: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:02.943677  3440 tablet_service.cc:1558] Processing DeleteTablet for tablet ae0c72c2200b44c1a6d3962e65c5ab24 with delete_type TABLET_DATA_TOMBSTONED (TS 033c56a049b44850b99cd37ad0ef95f0 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:52500
I20260608 12:40:02.952529  4065 tablet_replica.cc:333] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0: stopping tablet replica
I20260608 12:40:02.953680  4065 raft_consensus.cc:2243] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:02.954468  4065 raft_consensus.cc:2272] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:02.955791  4064 ts_tablet_manager.cc:1929] T 5d148183ce174a469f9101727c63c3fb P a8be0ba45d15436e8cfda38fd768d2d3: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:40:02.956297  4064 log.cc:1199] T 5d148183ce174a469f9101727c63c3fb P a8be0ba45d15436e8cfda38fd768d2d3: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-431-0/minicluster-data/ts-1-root/wals/5d148183ce174a469f9101727c63c3fb
I20260608 12:40:02.958333  4065 ts_tablet_manager.cc:1916] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:02.959493  3336 catalog_manager.cc:5027] TS a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977): tablet 5d148183ce174a469f9101727c63c3fb (table range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]) successfully deleted
I20260608 12:40:02.972225  3998 raft_consensus.cc:1064] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0: attempting to promote NON_VOTER a8be0ba45d15436e8cfda38fd768d2d3 to VOTER
I20260608 12:40:02.974080  4065 ts_tablet_manager.cc:1929] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260608 12:40:02.974509  4065 log.cc:1199] T ae0c72c2200b44c1a6d3962e65c5ab24 P 033c56a049b44850b99cd37ad0ef95f0: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-431-0/minicluster-data/ts-0-root/wals/ae0c72c2200b44c1a6d3962e65c5ab24
I20260608 12:40:02.975189  3998 consensus_queue.cc:237] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 [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: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { promote: false } }
I20260608 12:40:02.976151  3336 catalog_manager.cc:5027] TS 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277): tablet ae0c72c2200b44c1a6d3962e65c5ab24 (table range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]) successfully deleted
I20260608 12:40:02.984352  3524 raft_consensus.cc:1275] T d3a353da28604c1f99cad2e209cee3d2 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 LEARNER]: Refusing update from remote peer 033c56a049b44850b99cd37ad0ef95f0: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:40:02.985956  3598 raft_consensus.cc:1275] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Refusing update from remote peer 033c56a049b44850b99cd37ad0ef95f0: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:40:02.986269  3998 consensus_queue.cc:1048] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:40:02.986688  3745 raft_consensus.cc:1275] T d3a353da28604c1f99cad2e209cee3d2 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 FOLLOWER]: Refusing update from remote peer 033c56a049b44850b99cd37ad0ef95f0: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:40:02.988157  4068 consensus_queue.cc:1048] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:02.989746  4066 consensus_queue.cc:1048] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:03.013500  4068 raft_consensus.cc:2955] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { promote: false } } }
I20260608 12:40:03.016134  3745 raft_consensus.cc:2955] T d3a353da28604c1f99cad2e209cee3d2 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { promote: false } } }
I20260608 12:40:03.016224  3524 raft_consensus.cc:2955] T d3a353da28604c1f99cad2e209cee3d2 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { promote: false } } }
I20260608 12:40:03.030253  3598 raft_consensus.cc:2955] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { promote: false } } }
I20260608 12:40:03.034731  3345 catalog_manager.cc:5696] T d3a353da28604c1f99cad2e209cee3d2 P 5edac015ebd64275a9e1e2beed8ac8d2 reported cstate change: config changed from index 3 to 4, a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "033c56a049b44850b99cd37ad0ef95f0" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5edac015ebd64275a9e1e2beed8ac8d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46175 } attrs { replace: true } } peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { promote: false } } }
I20260608 12:40:03.052150  3449 consensus_queue.cc:237] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 [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: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { promote: false } }
I20260608 12:40:03.057663  3524 raft_consensus.cc:1275] T d3a353da28604c1f99cad2e209cee3d2 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 FOLLOWER]: Refusing update from remote peer 033c56a049b44850b99cd37ad0ef95f0: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:40:03.059039  3598 raft_consensus.cc:1275] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Refusing update from remote peer 033c56a049b44850b99cd37ad0ef95f0: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:40:03.059437  4068 consensus_queue.cc:1048] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:40:03.060946  4066 consensus_queue.cc:1048] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:40:03.066553  4066 raft_consensus.cc:2955] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { promote: false } } }
I20260608 12:40:03.069969  3524 raft_consensus.cc:2955] T d3a353da28604c1f99cad2e209cee3d2 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { promote: false } } }
I20260608 12:40:03.075520  3598 raft_consensus.cc:2955] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { promote: false } } }
I20260608 12:40:03.077606  3336 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet d3a353da28604c1f99cad2e209cee3d2 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:03.083554  3347 catalog_manager.cc:5696] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 reported cstate change: config changed from index 4 to 5, VOTER 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196) evicted. New cstate: current_term: 2 leader_uuid: "033c56a049b44850b99cd37ad0ef95f0" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a4e041d14d69489eb44f51c96bbbb9d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36067 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "033c56a049b44850b99cd37ad0ef95f0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43277 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a8be0ba45d15436e8cfda38fd768d2d3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37977 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:03.095482  3731 tablet_service.cc:1558] Processing DeleteTablet for tablet d3a353da28604c1f99cad2e209cee3d2 with delete_type TABLET_DATA_TOMBSTONED (TS 5edac015ebd64275a9e1e2beed8ac8d2 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:52550
I20260608 12:40:03.098085  4073 tablet_replica.cc:333] T d3a353da28604c1f99cad2e209cee3d2 P 5edac015ebd64275a9e1e2beed8ac8d2: stopping tablet replica
I20260608 12:40:03.099167  4073 raft_consensus.cc:2243] T d3a353da28604c1f99cad2e209cee3d2 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.100093  4073 raft_consensus.cc:2272] T d3a353da28604c1f99cad2e209cee3d2 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.105837  4073 ts_tablet_manager.cc:1916] T d3a353da28604c1f99cad2e209cee3d2 P 5edac015ebd64275a9e1e2beed8ac8d2: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:03.121937   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:40:03.125267  4073 ts_tablet_manager.cc:1929] T d3a353da28604c1f99cad2e209cee3d2 P 5edac015ebd64275a9e1e2beed8ac8d2: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260608 12:40:03.125826  4073 log.cc:1199] T d3a353da28604c1f99cad2e209cee3d2 P 5edac015ebd64275a9e1e2beed8ac8d2: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922302632525-431-0/minicluster-data/ts-3-root/wals/d3a353da28604c1f99cad2e209cee3d2
I20260608 12:40:03.127902  3334 catalog_manager.cc:5027] TS 5edac015ebd64275a9e1e2beed8ac8d2 (127.0.107.196:46175): tablet d3a353da28604c1f99cad2e209cee3d2 (table range_aware_rebalance_new_range [id=d918ec09b87f4022a8c7a12a1414ba3f]) successfully deleted
I20260608 12:40:03.148685   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:03.149643   431 tablet_replica.cc:333] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0: stopping tablet replica
I20260608 12:40:03.150259   431 raft_consensus.cc:2243] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:40:03.151340   431 raft_consensus.cc:2272] T d3a353da28604c1f99cad2e209cee3d2 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.153642   431 tablet_replica.cc:333] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0: stopping tablet replica
I20260608 12:40:03.154152   431 raft_consensus.cc:2243] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 4 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.154502   431 raft_consensus.cc:2272] T ffb5dc201e8c471497d2d18ff5595b7f P 033c56a049b44850b99cd37ad0ef95f0 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.156536   431 tablet_replica.cc:333] T 767e1f9edcea4e9aa33fa67c6f7e529f P 033c56a049b44850b99cd37ad0ef95f0: stopping tablet replica
I20260608 12:40:03.157042   431 raft_consensus.cc:2243] T 767e1f9edcea4e9aa33fa67c6f7e529f P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.157395   431 raft_consensus.cc:2272] T 767e1f9edcea4e9aa33fa67c6f7e529f P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.159279   431 tablet_replica.cc:333] T 560a5bfdadb74b919419d7325f69615a P 033c56a049b44850b99cd37ad0ef95f0: stopping tablet replica
I20260608 12:40:03.159940   431 raft_consensus.cc:2243] T 560a5bfdadb74b919419d7325f69615a P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.160465   431 raft_consensus.cc:2272] T 560a5bfdadb74b919419d7325f69615a P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.162449   431 tablet_replica.cc:333] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0: stopping tablet replica
I20260608 12:40:03.162914   431 raft_consensus.cc:2243] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:03.163763   431 raft_consensus.cc:2272] T 18c68a9f8fb54417a2d80a6429c78e43 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:40:03.165354  3492 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 1 similar messages]
I20260608 12:40:03.165700   431 tablet_replica.cc:333] T 331a1c6f301840f38228d967a1c2da91 P 033c56a049b44850b99cd37ad0ef95f0: stopping tablet replica
I20260608 12:40:03.166272   431 raft_consensus.cc:2243] T 331a1c6f301840f38228d967a1c2da91 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.166738   431 raft_consensus.cc:2272] T 331a1c6f301840f38228d967a1c2da91 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.168632   431 tablet_replica.cc:333] T 85f747d3bfbe40fe9838fdc2acf7d454 P 033c56a049b44850b99cd37ad0ef95f0: stopping tablet replica
W20260608 12:40:03.168527  3492 consensus_peers.cc:597] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 -> Peer 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277): Couldn't send request to peer 033c56a049b44850b99cd37ad0ef95f0. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:03.169288   431 raft_consensus.cc:2243] T 85f747d3bfbe40fe9838fdc2acf7d454 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.169819   431 raft_consensus.cc:2272] T 85f747d3bfbe40fe9838fdc2acf7d454 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.172034   431 tablet_replica.cc:333] T 6582400cd8ec477abc2fd13de1d9ee67 P 033c56a049b44850b99cd37ad0ef95f0: stopping tablet replica
I20260608 12:40:03.172673   431 raft_consensus.cc:2243] T 6582400cd8ec477abc2fd13de1d9ee67 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.173174   431 raft_consensus.cc:2272] T 6582400cd8ec477abc2fd13de1d9ee67 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.174886   431 tablet_replica.cc:333] T 5d148183ce174a469f9101727c63c3fb P 033c56a049b44850b99cd37ad0ef95f0: stopping tablet replica
I20260608 12:40:03.175388   431 raft_consensus.cc:2243] T 5d148183ce174a469f9101727c63c3fb P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.175877   431 raft_consensus.cc:2272] T 5d148183ce174a469f9101727c63c3fb P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.177806   431 tablet_replica.cc:333] T f0fc7530061345beaada797715868e07 P 033c56a049b44850b99cd37ad0ef95f0: stopping tablet replica
I20260608 12:40:03.178370   431 raft_consensus.cc:2243] T f0fc7530061345beaada797715868e07 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.178839   431 raft_consensus.cc:2272] T f0fc7530061345beaada797715868e07 P 033c56a049b44850b99cd37ad0ef95f0 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.180485   431 tablet_replica.cc:333] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0: stopping tablet replica
I20260608 12:40:03.180914   431 raft_consensus.cc:2243] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:03.181563   431 raft_consensus.cc:2272] T eaff3acde32c4a47803341af028b0bab P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.183182   431 tablet_replica.cc:333] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0: stopping tablet replica
I20260608 12:40:03.183606   431 raft_consensus.cc:2243] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:03.184235   431 raft_consensus.cc:2272] T 6236ed4075fc48519c126e8655f1a714 P 033c56a049b44850b99cd37ad0ef95f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.210659   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:40:03.235994   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:40:03.265295   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:03.266229   431 tablet_replica.cc:333] T d3a353da28604c1f99cad2e209cee3d2 P a8be0ba45d15436e8cfda38fd768d2d3: stopping tablet replica
I20260608 12:40:03.267053   431 raft_consensus.cc:2243] T d3a353da28604c1f99cad2e209cee3d2 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.267932   431 raft_consensus.cc:2272] T d3a353da28604c1f99cad2e209cee3d2 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 FOLLOWER]: Raft consensus is shut down!
W20260608 12:40:03.268460  3712 consensus_peers.cc:597] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2 -> Peer 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277): Couldn't send request to peer 033c56a049b44850b99cd37ad0ef95f0. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43277: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:03.270263   431 tablet_replica.cc:333] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3: stopping tablet replica
I20260608 12:40:03.270888   431 raft_consensus.cc:2243] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [term 4 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.271339   431 raft_consensus.cc:2272] T ffb5dc201e8c471497d2d18ff5595b7f P a8be0ba45d15436e8cfda38fd768d2d3 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.274904   431 tablet_replica.cc:333] T 560a5bfdadb74b919419d7325f69615a P a8be0ba45d15436e8cfda38fd768d2d3: stopping tablet replica
I20260608 12:40:03.275630   431 raft_consensus.cc:2243] T 560a5bfdadb74b919419d7325f69615a P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.276130   431 raft_consensus.cc:2272] T 560a5bfdadb74b919419d7325f69615a P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.278373   431 tablet_replica.cc:333] T 6582400cd8ec477abc2fd13de1d9ee67 P a8be0ba45d15436e8cfda38fd768d2d3: stopping tablet replica
W20260608 12:40:03.278612  3712 consensus_peers.cc:597] T 560a5bfdadb74b919419d7325f69615a P 5edac015ebd64275a9e1e2beed8ac8d2 -> Peer 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277): Couldn't send request to peer 033c56a049b44850b99cd37ad0ef95f0. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43277: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:03.279003   431 raft_consensus.cc:2243] T 6582400cd8ec477abc2fd13de1d9ee67 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.279590   431 raft_consensus.cc:2272] T 6582400cd8ec477abc2fd13de1d9ee67 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.281332   431 tablet_replica.cc:333] T 8ae6a22a5968471b98877dd19ef8e9f3 P a8be0ba45d15436e8cfda38fd768d2d3: stopping tablet replica
I20260608 12:40:03.281869   431 raft_consensus.cc:2243] T 8ae6a22a5968471b98877dd19ef8e9f3 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:40:03.282572   431 raft_consensus.cc:2272] T 8ae6a22a5968471b98877dd19ef8e9f3 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.284196   431 tablet_replica.cc:333] T 85f747d3bfbe40fe9838fdc2acf7d454 P a8be0ba45d15436e8cfda38fd768d2d3: stopping tablet replica
I20260608 12:40:03.284723   431 raft_consensus.cc:2243] T 85f747d3bfbe40fe9838fdc2acf7d454 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:40:03.285403   431 raft_consensus.cc:2272] T 85f747d3bfbe40fe9838fdc2acf7d454 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.287087   431 tablet_replica.cc:333] T 18c68a9f8fb54417a2d80a6429c78e43 P a8be0ba45d15436e8cfda38fd768d2d3: stopping tablet replica
I20260608 12:40:03.287681   431 raft_consensus.cc:2243] T 18c68a9f8fb54417a2d80a6429c78e43 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.288110   431 raft_consensus.cc:2272] T 18c68a9f8fb54417a2d80a6429c78e43 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.289798   431 tablet_replica.cc:333] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3: stopping tablet replica
I20260608 12:40:03.290467   431 raft_consensus.cc:2243] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:40:03.291507   431 raft_consensus.cc:2272] T f0fc7530061345beaada797715868e07 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.293702   431 tablet_replica.cc:333] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3: stopping tablet replica
I20260608 12:40:03.294335   431 raft_consensus.cc:2243] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:40:03.295280   431 raft_consensus.cc:2272] T ae0c72c2200b44c1a6d3962e65c5ab24 P a8be0ba45d15436e8cfda38fd768d2d3 [term 2 FOLLOWER]: Raft consensus is shut down!
W20260608 12:40:03.295776  3566 consensus_peers.cc:597] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 -> Peer 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277): Couldn't send request to peer 033c56a049b44850b99cd37ad0ef95f0. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43277: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:03.297462   431 tablet_replica.cc:333] T 6236ed4075fc48519c126e8655f1a714 P a8be0ba45d15436e8cfda38fd768d2d3: stopping tablet replica
I20260608 12:40:03.298036   431 raft_consensus.cc:2243] T 6236ed4075fc48519c126e8655f1a714 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.298594   431 raft_consensus.cc:2272] T 6236ed4075fc48519c126e8655f1a714 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.300426   431 tablet_replica.cc:333] T 2359bbf0ef064dc1abc7cb2ace06139c P a8be0ba45d15436e8cfda38fd768d2d3: stopping tablet replica
I20260608 12:40:03.300973   431 raft_consensus.cc:2243] T 2359bbf0ef064dc1abc7cb2ace06139c P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.301357   431 raft_consensus.cc:2272] T 2359bbf0ef064dc1abc7cb2ace06139c P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.302989   431 tablet_replica.cc:333] T 1126a095e99e4a2bb1e7412b6b866f18 P a8be0ba45d15436e8cfda38fd768d2d3: stopping tablet replica
I20260608 12:40:03.303494   431 raft_consensus.cc:2243] T 1126a095e99e4a2bb1e7412b6b866f18 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.303994   431 raft_consensus.cc:2272] T 1126a095e99e4a2bb1e7412b6b866f18 P a8be0ba45d15436e8cfda38fd768d2d3 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:40:03.334489  3712 consensus_peers.cc:597] T 331a1c6f301840f38228d967a1c2da91 P 5edac015ebd64275a9e1e2beed8ac8d2 -> Peer 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277): Couldn't send request to peer 033c56a049b44850b99cd37ad0ef95f0. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43277: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:03.336680   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
W20260608 12:40:03.359617  3712 consensus_peers.cc:597] T 767e1f9edcea4e9aa33fa67c6f7e529f P 5edac015ebd64275a9e1e2beed8ac8d2 -> Peer 033c56a049b44850b99cd37ad0ef95f0 (127.0.107.193:43277): Couldn't send request to peer 033c56a049b44850b99cd37ad0ef95f0. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43277: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:03.393391   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
W20260608 12:40:03.406275  3709 consensus_peers.cc:597] T 767e1f9edcea4e9aa33fa67c6f7e529f P 5edac015ebd64275a9e1e2beed8ac8d2 -> Peer a4e041d14d69489eb44f51c96bbbb9d8 (127.0.107.195:36067): Couldn't send request to peer a4e041d14d69489eb44f51c96bbbb9d8. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:03.427346   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:03.428771   431 tablet_replica.cc:333] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8: stopping tablet replica
I20260608 12:40:03.430145   431 raft_consensus.cc:2243] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.431033   431 raft_consensus.cc:2272] T d3a353da28604c1f99cad2e209cee3d2 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.434214   431 tablet_replica.cc:333] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8: stopping tablet replica
I20260608 12:40:03.434919   431 raft_consensus.cc:2243] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.435593   431 raft_consensus.cc:2272] T 767e1f9edcea4e9aa33fa67c6f7e529f P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.437610   431 tablet_replica.cc:333] T 6582400cd8ec477abc2fd13de1d9ee67 P a4e041d14d69489eb44f51c96bbbb9d8: stopping tablet replica
I20260608 12:40:03.438342   431 raft_consensus.cc:2243] T 6582400cd8ec477abc2fd13de1d9ee67 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:03.439721   431 raft_consensus.cc:2272] T 6582400cd8ec477abc2fd13de1d9ee67 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.442087   431 tablet_replica.cc:333] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8: stopping tablet replica
I20260608 12:40:03.442654   431 raft_consensus.cc:2243] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.443200   431 raft_consensus.cc:2272] T 8ae6a22a5968471b98877dd19ef8e9f3 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.445143   431 tablet_replica.cc:333] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8: stopping tablet replica
I20260608 12:40:03.445739   431 raft_consensus.cc:2243] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:03.447012   431 raft_consensus.cc:2272] T 5d148183ce174a469f9101727c63c3fb P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.450001   431 tablet_replica.cc:333] T ae0c72c2200b44c1a6d3962e65c5ab24 P a4e041d14d69489eb44f51c96bbbb9d8: stopping tablet replica
I20260608 12:40:03.450620   431 raft_consensus.cc:2243] T ae0c72c2200b44c1a6d3962e65c5ab24 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.451866   431 raft_consensus.cc:2272] T ae0c72c2200b44c1a6d3962e65c5ab24 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.454712   431 tablet_replica.cc:333] T eaff3acde32c4a47803341af028b0bab P a4e041d14d69489eb44f51c96bbbb9d8: stopping tablet replica
I20260608 12:40:03.455292   431 raft_consensus.cc:2243] T eaff3acde32c4a47803341af028b0bab P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.456533   431 raft_consensus.cc:2272] T eaff3acde32c4a47803341af028b0bab P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.458590   431 tablet_replica.cc:333] T 2359bbf0ef064dc1abc7cb2ace06139c P a4e041d14d69489eb44f51c96bbbb9d8: stopping tablet replica
I20260608 12:40:03.459244   431 raft_consensus.cc:2243] T 2359bbf0ef064dc1abc7cb2ace06139c P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:03.460354   431 raft_consensus.cc:2272] T 2359bbf0ef064dc1abc7cb2ace06139c P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.462391   431 tablet_replica.cc:333] T 18c68a9f8fb54417a2d80a6429c78e43 P a4e041d14d69489eb44f51c96bbbb9d8: stopping tablet replica
I20260608 12:40:03.462937   431 raft_consensus.cc:2243] T 18c68a9f8fb54417a2d80a6429c78e43 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.463853   431 raft_consensus.cc:2272] T 18c68a9f8fb54417a2d80a6429c78e43 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.466037   431 tablet_replica.cc:333] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8: stopping tablet replica
I20260608 12:40:03.466547   431 raft_consensus.cc:2243] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.467078   431 raft_consensus.cc:2272] T 331a1c6f301840f38228d967a1c2da91 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.469116   431 tablet_replica.cc:333] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8: stopping tablet replica
I20260608 12:40:03.469625   431 raft_consensus.cc:2243] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.470260   431 raft_consensus.cc:2272] T 85f747d3bfbe40fe9838fdc2acf7d454 P a4e041d14d69489eb44f51c96bbbb9d8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.473433   431 tablet_replica.cc:333] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8: stopping tablet replica
I20260608 12:40:03.474053   431 raft_consensus.cc:2243] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:03.475983   431 raft_consensus.cc:2272] T 1126a095e99e4a2bb1e7412b6b866f18 P a4e041d14d69489eb44f51c96bbbb9d8 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:40:03.476786  3712 consensus_peers.cc:597] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2 -> Peer a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977): Couldn't send request to peer a8be0ba45d15436e8cfda38fd768d2d3. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:37977: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:03.514170   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
W20260608 12:40:03.545442  3712 consensus_peers.cc:597] T 560a5bfdadb74b919419d7325f69615a P 5edac015ebd64275a9e1e2beed8ac8d2 -> Peer a8be0ba45d15436e8cfda38fd768d2d3 (127.0.107.194:37977): Couldn't send request to peer a8be0ba45d15436e8cfda38fd768d2d3. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:37977: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:03.549021   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:40:03.580799   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:03.581879   431 tablet_replica.cc:333] T 5d148183ce174a469f9101727c63c3fb P 5edac015ebd64275a9e1e2beed8ac8d2: stopping tablet replica
I20260608 12:40:03.583041   431 raft_consensus.cc:2243] T 5d148183ce174a469f9101727c63c3fb P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.584291   431 raft_consensus.cc:2272] T 5d148183ce174a469f9101727c63c3fb P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.587296   431 tablet_replica.cc:333] T ae0c72c2200b44c1a6d3962e65c5ab24 P 5edac015ebd64275a9e1e2beed8ac8d2: stopping tablet replica
I20260608 12:40:03.588101   431 raft_consensus.cc:2243] T ae0c72c2200b44c1a6d3962e65c5ab24 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.588893   431 raft_consensus.cc:2272] T ae0c72c2200b44c1a6d3962e65c5ab24 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.592564   431 tablet_replica.cc:333] T f0fc7530061345beaada797715868e07 P 5edac015ebd64275a9e1e2beed8ac8d2: stopping tablet replica
I20260608 12:40:03.593226   431 raft_consensus.cc:2243] T f0fc7530061345beaada797715868e07 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.594085   431 raft_consensus.cc:2272] T f0fc7530061345beaada797715868e07 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.596474   431 tablet_replica.cc:333] T 1126a095e99e4a2bb1e7412b6b866f18 P 5edac015ebd64275a9e1e2beed8ac8d2: stopping tablet replica
I20260608 12:40:03.597101   431 raft_consensus.cc:2243] T 1126a095e99e4a2bb1e7412b6b866f18 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.597980   431 raft_consensus.cc:2272] T 1126a095e99e4a2bb1e7412b6b866f18 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.600224   431 tablet_replica.cc:333] T 6236ed4075fc48519c126e8655f1a714 P 5edac015ebd64275a9e1e2beed8ac8d2: stopping tablet replica
I20260608 12:40:03.600839   431 raft_consensus.cc:2243] T 6236ed4075fc48519c126e8655f1a714 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.601979   431 raft_consensus.cc:2272] T 6236ed4075fc48519c126e8655f1a714 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.604115   431 tablet_replica.cc:333] T eaff3acde32c4a47803341af028b0bab P 5edac015ebd64275a9e1e2beed8ac8d2: stopping tablet replica
I20260608 12:40:03.604630   431 raft_consensus.cc:2243] T eaff3acde32c4a47803341af028b0bab P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.605243   431 raft_consensus.cc:2272] T eaff3acde32c4a47803341af028b0bab P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.607303   431 tablet_replica.cc:333] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2: stopping tablet replica
I20260608 12:40:03.607888   431 raft_consensus.cc:2243] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 4 LEADER]: Raft consensus shutting down.
I20260608 12:40:03.608788   431 raft_consensus.cc:2272] T ffb5dc201e8c471497d2d18ff5595b7f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.610941   431 tablet_replica.cc:333] T 2359bbf0ef064dc1abc7cb2ace06139c P 5edac015ebd64275a9e1e2beed8ac8d2: stopping tablet replica
I20260608 12:40:03.611570   431 raft_consensus.cc:2243] T 2359bbf0ef064dc1abc7cb2ace06139c P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.612146   431 raft_consensus.cc:2272] T 2359bbf0ef064dc1abc7cb2ace06139c P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.614032   431 tablet_replica.cc:333] T 767e1f9edcea4e9aa33fa67c6f7e529f P 5edac015ebd64275a9e1e2beed8ac8d2: stopping tablet replica
I20260608 12:40:03.614530   431 raft_consensus.cc:2243] T 767e1f9edcea4e9aa33fa67c6f7e529f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:40:03.615466   431 raft_consensus.cc:2272] T 767e1f9edcea4e9aa33fa67c6f7e529f P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.617328   431 tablet_replica.cc:333] T 331a1c6f301840f38228d967a1c2da91 P 5edac015ebd64275a9e1e2beed8ac8d2: stopping tablet replica
I20260608 12:40:03.617822   431 raft_consensus.cc:2243] T 331a1c6f301840f38228d967a1c2da91 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:40:03.618695   431 raft_consensus.cc:2272] T 331a1c6f301840f38228d967a1c2da91 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.620549   431 tablet_replica.cc:333] T 8ae6a22a5968471b98877dd19ef8e9f3 P 5edac015ebd64275a9e1e2beed8ac8d2: stopping tablet replica
I20260608 12:40:03.621086   431 raft_consensus.cc:2243] T 8ae6a22a5968471b98877dd19ef8e9f3 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.621670   431 raft_consensus.cc:2272] T 8ae6a22a5968471b98877dd19ef8e9f3 P 5edac015ebd64275a9e1e2beed8ac8d2 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.623515   431 tablet_replica.cc:333] T 560a5bfdadb74b919419d7325f69615a P 5edac015ebd64275a9e1e2beed8ac8d2: stopping tablet replica
I20260608 12:40:03.623979   431 raft_consensus.cc:2243] T 560a5bfdadb74b919419d7325f69615a P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:03.624804   431 raft_consensus.cc:2272] T 560a5bfdadb74b919419d7325f69615a P 5edac015ebd64275a9e1e2beed8ac8d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.657019  3402 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
I20260608 12:40:03.661159   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:40:03.678968  3402 auto_leader_rebalancer.cc:388] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 0
I20260608 12:40:03.679862  3402 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:03.694588   431 master.cc:562] Master@127.0.107.254:35263 shutting down...
I20260608 12:40:03.719836   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 842a6f1197cd49ee8547f8f7243c6613 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:03.720414   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 842a6f1197cd49ee8547f8f7243c6613 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.720722   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 842a6f1197cd49ee8547f8f7243c6613: stopping tablet replica
I20260608 12:40:03.743813   431 master.cc:584] Master@127.0.107.254:35263 shutdown complete.
[       OK ] AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas (12817 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne
I20260608 12:40:03.804096   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:41449
I20260608 12:40:03.805420   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:03.811759  4081 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:03.811793  4080 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:03.812631  4083 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:03.813943   431 server_base.cc:1061] running on GCE node
I20260608 12:40:03.815801   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:03.815980   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.
I20260608 12:40:03.816098   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922403816087 us; error 0 us; skew 500 ppm
I20260608 12:40:03.816633   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:03.819499   431 webserver.cc:533] Webserver started at http://127.0.107.254:41723/ using document root <none> and password file <none>
I20260608 12:40:03.819998   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:03.820173   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:03.820393   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:03.821595   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922302632525-431-0/minicluster-data/master-0-root/instance:
uuid: "bdcc9ee6cbfd46c18601cdcba745f54f"
format_stamp: "Formatted at 2026-06-08 12:40:03 on dist-test-slave-g6ln"
I20260608 12:40:03.826349   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:40:03.830230  4088 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:03.831118   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:40:03.831358   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922302632525-431-0/minicluster-data/master-0-root
uuid: "bdcc9ee6cbfd46c18601cdcba745f54f"
format_stamp: "Formatted at 2026-06-08 12:40:03 on dist-test-slave-g6ln"
I20260608 12:40:03.831665   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922302632525-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922302632525-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922302632525-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)
I20260608 12:40:03.840158   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:03.841413   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:03.880864   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:41449
I20260608 12:40:03.880981  4139 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:41449 every 8 connection(s)
I20260608 12:40:03.885413  4140 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:03.896116  4140 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bdcc9ee6cbfd46c18601cdcba745f54f: Bootstrap starting.
I20260608 12:40:03.900924  4140 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P bdcc9ee6cbfd46c18601cdcba745f54f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:03.905298  4140 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bdcc9ee6cbfd46c18601cdcba745f54f: No bootstrap required, opened a new log
I20260608 12:40:03.907711  4140 raft_consensus.cc:359] T 00000000000000000000000000000000 P bdcc9ee6cbfd46c18601cdcba745f54f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdcc9ee6cbfd46c18601cdcba745f54f" member_type: VOTER }
I20260608 12:40:03.908149  4140 raft_consensus.cc:385] T 00000000000000000000000000000000 P bdcc9ee6cbfd46c18601cdcba745f54f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:03.908391  4140 raft_consensus.cc:740] T 00000000000000000000000000000000 P bdcc9ee6cbfd46c18601cdcba745f54f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdcc9ee6cbfd46c18601cdcba745f54f, State: Initialized, Role: FOLLOWER
I20260608 12:40:03.908990  4140 consensus_queue.cc:260] T 00000000000000000000000000000000 P bdcc9ee6cbfd46c18601cdcba745f54f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "bdcc9ee6cbfd46c18601cdcba745f54f" member_type: VOTER }
I20260608 12:40:03.909466  4140 raft_consensus.cc:399] T 00000000000000000000000000000000 P bdcc9ee6cbfd46c18601cdcba745f54f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:40:03.909689  4140 raft_consensus.cc:493] T 00000000000000000000000000000000 P bdcc9ee6cbfd46c18601cdcba745f54f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:40:03.909958  4140 raft_consensus.cc:3060] T 00000000000000000000000000000000 P bdcc9ee6cbfd46c18601cdcba745f54f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:03.914567  4140 raft_consensus.cc:515] T 00000000000000000000000000000000 P bdcc9ee6cbfd46c18601cdcba745f54f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdcc9ee6cbfd46c18601cdcba745f54f" member_type: VOTER }
I20260608 12:40:03.915088  4140 leader_election.cc:304] T 00000000000000000000000000000000 P bdcc9ee6cbfd46c18601cdcba745f54f [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: bdcc9ee6cbfd46c18601cdcba745f54f; no voters: 
I20260608 12:40:03.916333  4140 leader_election.cc:290] T 00000000000000000000000000000000 P bdcc9ee6cbfd46c18601cdcba745f54f [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:40:03.916886  4143 raft_consensus.cc:2804] T 00000000000000000000000000000000 P bdcc9ee6cbfd46c18601cdcba745f54f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:03.918520  4143 raft_consensus.cc:697] T 00000000000000000000000000000000 P bdcc9ee6cbfd46c18601cdcba745f54f [term 1 LEADER]: Becoming Leader. State: Replica: bdcc9ee6cbfd46c18601cdcba745f54f, State: Running, Role: LEADER
I20260608 12:40:03.919364  4140 sys_catalog.cc:565] T 00000000000000000000000000000000 P bdcc9ee6cbfd46c18601cdcba745f54f [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:40:03.919358  4143 consensus_queue.cc:237] T 00000000000000000000000000000000 P bdcc9ee6cbfd46c18601cdcba745f54f [LEADER]: Queue going to LEADER mode. State: All 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: "bdcc9ee6cbfd46c18601cdcba745f54f" member_type: VOTER }
I20260608 12:40:03.926882  4145 sys_catalog.cc:455] T 00000000000000000000000000000000 P bdcc9ee6cbfd46c18601cdcba745f54f [sys.catalog]: SysCatalogTable state changed. Reason: New leader bdcc9ee6cbfd46c18601cdcba745f54f. Latest consensus state: current_term: 1 leader_uuid: "bdcc9ee6cbfd46c18601cdcba745f54f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdcc9ee6cbfd46c18601cdcba745f54f" member_type: VOTER } }
I20260608 12:40:03.926934  4144 sys_catalog.cc:455] T 00000000000000000000000000000000 P bdcc9ee6cbfd46c18601cdcba745f54f [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "bdcc9ee6cbfd46c18601cdcba745f54f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdcc9ee6cbfd46c18601cdcba745f54f" member_type: VOTER } }
I20260608 12:40:03.927744  4145 sys_catalog.cc:458] T 00000000000000000000000000000000 P bdcc9ee6cbfd46c18601cdcba745f54f [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:03.927770  4144 sys_catalog.cc:458] T 00000000000000000000000000000000 P bdcc9ee6cbfd46c18601cdcba745f54f [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:03.930048  4153 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:40:03.936021  4153 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:40:03.937130   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:40:03.945585  4153 catalog_manager.cc:1382] Generated new cluster ID: ffc9335477764df48eb1123573def39a
I20260608 12:40:03.945895  4153 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:40:03.967921  4153 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:40:03.969357  4153 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:40:03.984659  4153 catalog_manager.cc:6069] T 00000000000000000000000000000000 P bdcc9ee6cbfd46c18601cdcba745f54f: Generated new TSK 0
I20260608 12:40:03.985312  4153 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:40:04.003863   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:04.011523  4161 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:04.011538  4162 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:04.013178  4164 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:04.013407   431 server_base.cc:1061] running on GCE node
I20260608 12:40:04.014686   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:04.014891   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.
I20260608 12:40:04.015021   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922404015010 us; error 0 us; skew 500 ppm
I20260608 12:40:04.015666   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:04.017983   431 webserver.cc:533] Webserver started at http://127.0.107.193:34165/ using document root <none> and password file <none>
I20260608 12:40:04.018463   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:04.018631   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:04.018857   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:04.020099   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922302632525-431-0/minicluster-data/ts-0-root/instance:
uuid: "954930f9b3a54702a15e7f72dbb1efc5"
format_stamp: "Formatted at 2026-06-08 12:40:04 on dist-test-slave-g6ln"
I20260608 12:40:04.025050   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:40:04.028486  4169 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:04.029277   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.001s
I20260608 12:40:04.029603   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922302632525-431-0/minicluster-data/ts-0-root
uuid: "954930f9b3a54702a15e7f72dbb1efc5"
format_stamp: "Formatted at 2026-06-08 12:40:04 on dist-test-slave-g6ln"
I20260608 12:40:04.029922   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922302632525-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922302632525-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922302632525-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)
I20260608 12:40:04.044661   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:04.045969   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:04.047528   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:04.049826   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:04.050055   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:04.050298   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:04.050469   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:04.090359   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:36557
I20260608 12:40:04.090548  4231 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:36557 every 8 connection(s)
I20260608 12:40:04.095904   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:04.103436  4236 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:04.103961  4237 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:04.107888   431 server_base.cc:1061] running on GCE node
W20260608 12:40:04.108073  4239 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:04.109030   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:04.109279   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.
I20260608 12:40:04.109455   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922404109439 us; error 0 us; skew 500 ppm
I20260608 12:40:04.110023   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:04.113106   431 webserver.cc:533] Webserver started at http://127.0.107.194:40447/ using document root <none> and password file <none>
I20260608 12:40:04.113814   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:04.114049   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:04.114290   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:04.114832  4232 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41449
I20260608 12:40:04.115228  4232 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:04.115608   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922302632525-431-0/minicluster-data/ts-1-root/instance:
uuid: "ed1916dbf72644d1816b33ed35367b59"
format_stamp: "Formatted at 2026-06-08 12:40:04 on dist-test-slave-g6ln"
I20260608 12:40:04.116032  4232 heartbeater.cc:507] Master 127.0.107.254:41449 requested a full tablet report, sending...
I20260608 12:40:04.118269  4105 ts_manager.cc:194] Registered new tserver with Master: 954930f9b3a54702a15e7f72dbb1efc5 (127.0.107.193:36557)
I20260608 12:40:04.120704  4105 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50360
I20260608 12:40:04.120883   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:40:04.124922  4244 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:04.125713   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.003s
I20260608 12:40:04.126004   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922302632525-431-0/minicluster-data/ts-1-root
uuid: "ed1916dbf72644d1816b33ed35367b59"
format_stamp: "Formatted at 2026-06-08 12:40:04 on dist-test-slave-g6ln"
I20260608 12:40:04.126295   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922302632525-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922302632525-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922302632525-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)
I20260608 12:40:04.147702   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:04.149106   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:04.150719   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:04.153314   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:04.153558   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:04.153828   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:04.154034   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:04.197407   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:34739
I20260608 12:40:04.197516  4306 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:34739 every 8 connection(s)
I20260608 12:40:04.202864   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:04.212352  4310 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:04.212587  4311 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:04.215803   431 server_base.cc:1061] running on GCE node
I20260608 12:40:04.216688  4307 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41449
I20260608 12:40:04.217211  4307 heartbeater.cc:461] Registering TS with master...
W20260608 12:40:04.217741  4314 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:04.218261  4307 heartbeater.cc:507] Master 127.0.107.254:41449 requested a full tablet report, sending...
I20260608 12:40:04.218866   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:04.219137   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.
I20260608 12:40:04.219344   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922404219322 us; error 0 us; skew 500 ppm
I20260608 12:40:04.220340   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:04.220772  4105 ts_manager.cc:194] Registered new tserver with Master: ed1916dbf72644d1816b33ed35367b59 (127.0.107.194:34739)
I20260608 12:40:04.222997  4105 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50362
I20260608 12:40:04.223803   431 webserver.cc:533] Webserver started at http://127.0.107.195:43667/ using document root <none> and password file <none>
I20260608 12:40:04.224537   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:04.224763   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:04.225119   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:04.226466   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922302632525-431-0/minicluster-data/ts-2-root/instance:
uuid: "b0fd834e40334fc39a71f9740b1e68f1"
format_stamp: "Formatted at 2026-06-08 12:40:04 on dist-test-slave-g6ln"
I20260608 12:40:04.232434   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260608 12:40:04.236335  4318 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:04.237129   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.004s	sys 0.000s
I20260608 12:40:04.237435   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922302632525-431-0/minicluster-data/ts-2-root
uuid: "b0fd834e40334fc39a71f9740b1e68f1"
format_stamp: "Formatted at 2026-06-08 12:40:04 on dist-test-slave-g6ln"
I20260608 12:40:04.237713   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922302632525-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922302632525-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922302632525-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)
I20260608 12:40:04.258539   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:04.259871   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:04.261416   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:04.263715   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:04.263895   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:04.264182   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:04.264325   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:04.306362   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:35001
I20260608 12:40:04.306502  4380 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:35001 every 8 connection(s)
I20260608 12:40:04.311318   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:04.318123  4384 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:04.319934  4385 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:04.325529  4381 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41449
I20260608 12:40:04.326058  4381 heartbeater.cc:461] Registering TS with master...
W20260608 12:40:04.326869  4387 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:04.327008   431 server_base.cc:1061] running on GCE node
I20260608 12:40:04.327224  4381 heartbeater.cc:507] Master 127.0.107.254:41449 requested a full tablet report, sending...
I20260608 12:40:04.328308   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:04.328557   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.
I20260608 12:40:04.328749   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922404328732 us; error 0 us; skew 500 ppm
I20260608 12:40:04.329622   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:04.329926  4105 ts_manager.cc:194] Registered new tserver with Master: b0fd834e40334fc39a71f9740b1e68f1 (127.0.107.195:35001)
I20260608 12:40:04.331918  4105 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50372
I20260608 12:40:04.332552   431 webserver.cc:533] Webserver started at http://127.0.107.196:43559/ using document root <none> and password file <none>
I20260608 12:40:04.333230   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:04.333468   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:04.333771   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:04.334926   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922302632525-431-0/minicluster-data/ts-3-root/instance:
uuid: "0899ba337d5e4359805b3d4796563a35"
format_stamp: "Formatted at 2026-06-08 12:40:04 on dist-test-slave-g6ln"
I20260608 12:40:04.339699   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260608 12:40:04.343007  4392 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:04.343839   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:40:04.344133   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922302632525-431-0/minicluster-data/ts-3-root
uuid: "0899ba337d5e4359805b3d4796563a35"
format_stamp: "Formatted at 2026-06-08 12:40:04 on dist-test-slave-g6ln"
I20260608 12:40:04.344373   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922302632525-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922302632525-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922302632525-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)
I20260608 12:40:04.361743   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:04.363008   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:04.364440   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:04.366737   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:04.366941   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:04.367249   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:04.367412   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:04.407363   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:42315
I20260608 12:40:04.407588  4454 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:42315 every 8 connection(s)
I20260608 12:40:04.421638  4455 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41449
I20260608 12:40:04.422042  4455 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:04.422781  4455 heartbeater.cc:507] Master 127.0.107.254:41449 requested a full tablet report, sending...
I20260608 12:40:04.424809  4105 ts_manager.cc:194] Registered new tserver with Master: 0899ba337d5e4359805b3d4796563a35 (127.0.107.196:42315)
I20260608 12:40:04.425607   431 internal_mini_cluster.cc:371] 4 TS(s) registered with all masters after 0.014790424s
I20260608 12:40:04.426276  4105 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50376
I20260608 12:40:04.982841  4105 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:50402:
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"
    }
  }
}
I20260608 12:40:05.038242  4272 tablet_service.cc:1511] Processing CreateTablet for tablet 90c534c9def24c73a84b32df0532d297 (DEFAULT_TABLE table=test-workload [id=35d08fe9645c4ced968a7ba4f5ccecc0]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:40:05.040138  4272 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 90c534c9def24c73a84b32df0532d297. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:05.041440  4197 tablet_service.cc:1511] Processing CreateTablet for tablet 90c534c9def24c73a84b32df0532d297 (DEFAULT_TABLE table=test-workload [id=35d08fe9645c4ced968a7ba4f5ccecc0]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:40:05.042426  4197 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 90c534c9def24c73a84b32df0532d297. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:05.039849  4420 tablet_service.cc:1511] Processing CreateTablet for tablet 90c534c9def24c73a84b32df0532d297 (DEFAULT_TABLE table=test-workload [id=35d08fe9645c4ced968a7ba4f5ccecc0]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:40:05.043952  4420 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 90c534c9def24c73a84b32df0532d297. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:05.055234  4476 tablet_bootstrap.cc:492] T 90c534c9def24c73a84b32df0532d297 P ed1916dbf72644d1816b33ed35367b59: Bootstrap starting.
I20260608 12:40:05.062664  4476 tablet_bootstrap.cc:654] T 90c534c9def24c73a84b32df0532d297 P ed1916dbf72644d1816b33ed35367b59: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:05.062747  4477 tablet_bootstrap.cc:492] T 90c534c9def24c73a84b32df0532d297 P 954930f9b3a54702a15e7f72dbb1efc5: Bootstrap starting.
I20260608 12:40:05.064258  4478 tablet_bootstrap.cc:492] T 90c534c9def24c73a84b32df0532d297 P 0899ba337d5e4359805b3d4796563a35: Bootstrap starting.
I20260608 12:40:05.069626  4476 tablet_bootstrap.cc:492] T 90c534c9def24c73a84b32df0532d297 P ed1916dbf72644d1816b33ed35367b59: No bootstrap required, opened a new log
I20260608 12:40:05.070273  4478 tablet_bootstrap.cc:654] T 90c534c9def24c73a84b32df0532d297 P 0899ba337d5e4359805b3d4796563a35: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:05.070320  4476 ts_tablet_manager.cc:1403] T 90c534c9def24c73a84b32df0532d297 P ed1916dbf72644d1816b33ed35367b59: Time spent bootstrapping tablet: real 0.015s	user 0.014s	sys 0.000s
I20260608 12:40:05.071094  4477 tablet_bootstrap.cc:654] T 90c534c9def24c73a84b32df0532d297 P 954930f9b3a54702a15e7f72dbb1efc5: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:05.074528  4476 raft_consensus.cc:359] T 90c534c9def24c73a84b32df0532d297 P ed1916dbf72644d1816b33ed35367b59 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed1916dbf72644d1816b33ed35367b59" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34739 } } peers { permanent_uuid: "0899ba337d5e4359805b3d4796563a35" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42315 } } peers { permanent_uuid: "954930f9b3a54702a15e7f72dbb1efc5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36557 } }
I20260608 12:40:05.075371  4476 raft_consensus.cc:385] T 90c534c9def24c73a84b32df0532d297 P ed1916dbf72644d1816b33ed35367b59 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:05.075948  4478 tablet_bootstrap.cc:492] T 90c534c9def24c73a84b32df0532d297 P 0899ba337d5e4359805b3d4796563a35: No bootstrap required, opened a new log
I20260608 12:40:05.075825  4476 raft_consensus.cc:740] T 90c534c9def24c73a84b32df0532d297 P ed1916dbf72644d1816b33ed35367b59 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed1916dbf72644d1816b33ed35367b59, State: Initialized, Role: FOLLOWER
I20260608 12:40:05.076457  4478 ts_tablet_manager.cc:1403] T 90c534c9def24c73a84b32df0532d297 P 0899ba337d5e4359805b3d4796563a35: Time spent bootstrapping tablet: real 0.013s	user 0.004s	sys 0.008s
I20260608 12:40:05.077178  4477 tablet_bootstrap.cc:492] T 90c534c9def24c73a84b32df0532d297 P 954930f9b3a54702a15e7f72dbb1efc5: No bootstrap required, opened a new log
I20260608 12:40:05.077013  4476 consensus_queue.cc:260] T 90c534c9def24c73a84b32df0532d297 P ed1916dbf72644d1816b33ed35367b59 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed1916dbf72644d1816b33ed35367b59" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34739 } } peers { permanent_uuid: "0899ba337d5e4359805b3d4796563a35" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42315 } } peers { permanent_uuid: "954930f9b3a54702a15e7f72dbb1efc5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36557 } }
I20260608 12:40:05.077812  4477 ts_tablet_manager.cc:1403] T 90c534c9def24c73a84b32df0532d297 P 954930f9b3a54702a15e7f72dbb1efc5: Time spent bootstrapping tablet: real 0.015s	user 0.009s	sys 0.005s
I20260608 12:40:05.078904  4478 raft_consensus.cc:359] T 90c534c9def24c73a84b32df0532d297 P 0899ba337d5e4359805b3d4796563a35 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed1916dbf72644d1816b33ed35367b59" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34739 } } peers { permanent_uuid: "0899ba337d5e4359805b3d4796563a35" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42315 } } peers { permanent_uuid: "954930f9b3a54702a15e7f72dbb1efc5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36557 } }
I20260608 12:40:05.079751  4478 raft_consensus.cc:385] T 90c534c9def24c73a84b32df0532d297 P 0899ba337d5e4359805b3d4796563a35 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:05.079790  4307 heartbeater.cc:499] Master 127.0.107.254:41449 was elected leader, sending a full tablet report...
I20260608 12:40:05.080441  4476 ts_tablet_manager.cc:1434] T 90c534c9def24c73a84b32df0532d297 P ed1916dbf72644d1816b33ed35367b59: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260608 12:40:05.081254  4478 raft_consensus.cc:740] T 90c534c9def24c73a84b32df0532d297 P 0899ba337d5e4359805b3d4796563a35 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0899ba337d5e4359805b3d4796563a35, State: Initialized, Role: FOLLOWER
I20260608 12:40:05.081355  4477 raft_consensus.cc:359] T 90c534c9def24c73a84b32df0532d297 P 954930f9b3a54702a15e7f72dbb1efc5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed1916dbf72644d1816b33ed35367b59" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34739 } } peers { permanent_uuid: "0899ba337d5e4359805b3d4796563a35" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42315 } } peers { permanent_uuid: "954930f9b3a54702a15e7f72dbb1efc5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36557 } }
I20260608 12:40:05.082248  4477 raft_consensus.cc:385] T 90c534c9def24c73a84b32df0532d297 P 954930f9b3a54702a15e7f72dbb1efc5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:05.082688  4477 raft_consensus.cc:740] T 90c534c9def24c73a84b32df0532d297 P 954930f9b3a54702a15e7f72dbb1efc5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 954930f9b3a54702a15e7f72dbb1efc5, State: Initialized, Role: FOLLOWER
I20260608 12:40:05.082383  4478 consensus_queue.cc:260] T 90c534c9def24c73a84b32df0532d297 P 0899ba337d5e4359805b3d4796563a35 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed1916dbf72644d1816b33ed35367b59" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34739 } } peers { permanent_uuid: "0899ba337d5e4359805b3d4796563a35" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42315 } } peers { permanent_uuid: "954930f9b3a54702a15e7f72dbb1efc5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36557 } }
I20260608 12:40:05.083923  4477 consensus_queue.cc:260] T 90c534c9def24c73a84b32df0532d297 P 954930f9b3a54702a15e7f72dbb1efc5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed1916dbf72644d1816b33ed35367b59" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34739 } } peers { permanent_uuid: "0899ba337d5e4359805b3d4796563a35" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42315 } } peers { permanent_uuid: "954930f9b3a54702a15e7f72dbb1efc5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36557 } }
I20260608 12:40:05.086447  4455 heartbeater.cc:499] Master 127.0.107.254:41449 was elected leader, sending a full tablet report...
I20260608 12:40:05.087472  4478 ts_tablet_manager.cc:1434] T 90c534c9def24c73a84b32df0532d297 P 0899ba337d5e4359805b3d4796563a35: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.002s
I20260608 12:40:05.090260  4232 heartbeater.cc:499] Master 127.0.107.254:41449 was elected leader, sending a full tablet report...
I20260608 12:40:05.090937  4477 ts_tablet_manager.cc:1434] T 90c534c9def24c73a84b32df0532d297 P 954930f9b3a54702a15e7f72dbb1efc5: Time spent starting tablet: real 0.013s	user 0.011s	sys 0.001s
I20260608 12:40:05.284159  4483 raft_consensus.cc:493] T 90c534c9def24c73a84b32df0532d297 P 0899ba337d5e4359805b3d4796563a35 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:05.284631  4483 raft_consensus.cc:515] T 90c534c9def24c73a84b32df0532d297 P 0899ba337d5e4359805b3d4796563a35 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed1916dbf72644d1816b33ed35367b59" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34739 } } peers { permanent_uuid: "0899ba337d5e4359805b3d4796563a35" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42315 } } peers { permanent_uuid: "954930f9b3a54702a15e7f72dbb1efc5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36557 } }
I20260608 12:40:05.286878  4483 leader_election.cc:290] T 90c534c9def24c73a84b32df0532d297 P 0899ba337d5e4359805b3d4796563a35 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ed1916dbf72644d1816b33ed35367b59 (127.0.107.194:34739), 954930f9b3a54702a15e7f72dbb1efc5 (127.0.107.193:36557)
I20260608 12:40:05.299376  4282 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "90c534c9def24c73a84b32df0532d297" candidate_uuid: "0899ba337d5e4359805b3d4796563a35" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ed1916dbf72644d1816b33ed35367b59" is_pre_election: true
I20260608 12:40:05.299805  4207 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "90c534c9def24c73a84b32df0532d297" candidate_uuid: "0899ba337d5e4359805b3d4796563a35" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "954930f9b3a54702a15e7f72dbb1efc5" is_pre_election: true
I20260608 12:40:05.300144  4282 raft_consensus.cc:2468] T 90c534c9def24c73a84b32df0532d297 P ed1916dbf72644d1816b33ed35367b59 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0899ba337d5e4359805b3d4796563a35 in term 0.
I20260608 12:40:05.300459  4207 raft_consensus.cc:2468] T 90c534c9def24c73a84b32df0532d297 P 954930f9b3a54702a15e7f72dbb1efc5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0899ba337d5e4359805b3d4796563a35 in term 0.
I20260608 12:40:05.301397  4393 leader_election.cc:304] T 90c534c9def24c73a84b32df0532d297 P 0899ba337d5e4359805b3d4796563a35 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0899ba337d5e4359805b3d4796563a35, ed1916dbf72644d1816b33ed35367b59; no voters: 
I20260608 12:40:05.302258  4483 raft_consensus.cc:2804] T 90c534c9def24c73a84b32df0532d297 P 0899ba337d5e4359805b3d4796563a35 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:05.302554  4483 raft_consensus.cc:493] T 90c534c9def24c73a84b32df0532d297 P 0899ba337d5e4359805b3d4796563a35 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:05.302883  4483 raft_consensus.cc:3060] T 90c534c9def24c73a84b32df0532d297 P 0899ba337d5e4359805b3d4796563a35 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:05.307616  4483 raft_consensus.cc:515] T 90c534c9def24c73a84b32df0532d297 P 0899ba337d5e4359805b3d4796563a35 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed1916dbf72644d1816b33ed35367b59" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34739 } } peers { permanent_uuid: "0899ba337d5e4359805b3d4796563a35" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42315 } } peers { permanent_uuid: "954930f9b3a54702a15e7f72dbb1efc5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36557 } }
I20260608 12:40:05.309194  4483 leader_election.cc:290] T 90c534c9def24c73a84b32df0532d297 P 0899ba337d5e4359805b3d4796563a35 [CANDIDATE]: Term 1 election: Requested vote from peers ed1916dbf72644d1816b33ed35367b59 (127.0.107.194:34739), 954930f9b3a54702a15e7f72dbb1efc5 (127.0.107.193:36557)
I20260608 12:40:05.310174  4282 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "90c534c9def24c73a84b32df0532d297" candidate_uuid: "0899ba337d5e4359805b3d4796563a35" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ed1916dbf72644d1816b33ed35367b59"
I20260608 12:40:05.310212  4207 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "90c534c9def24c73a84b32df0532d297" candidate_uuid: "0899ba337d5e4359805b3d4796563a35" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "954930f9b3a54702a15e7f72dbb1efc5"
I20260608 12:40:05.310796  4282 raft_consensus.cc:3060] T 90c534c9def24c73a84b32df0532d297 P ed1916dbf72644d1816b33ed35367b59 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:05.310881  4207 raft_consensus.cc:3060] T 90c534c9def24c73a84b32df0532d297 P 954930f9b3a54702a15e7f72dbb1efc5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:05.315696  4282 raft_consensus.cc:2468] T 90c534c9def24c73a84b32df0532d297 P ed1916dbf72644d1816b33ed35367b59 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0899ba337d5e4359805b3d4796563a35 in term 1.
I20260608 12:40:05.315871  4207 raft_consensus.cc:2468] T 90c534c9def24c73a84b32df0532d297 P 954930f9b3a54702a15e7f72dbb1efc5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0899ba337d5e4359805b3d4796563a35 in term 1.
I20260608 12:40:05.316836  4393 leader_election.cc:304] T 90c534c9def24c73a84b32df0532d297 P 0899ba337d5e4359805b3d4796563a35 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0899ba337d5e4359805b3d4796563a35, ed1916dbf72644d1816b33ed35367b59; no voters: 
I20260608 12:40:05.317576  4483 raft_consensus.cc:2804] T 90c534c9def24c73a84b32df0532d297 P 0899ba337d5e4359805b3d4796563a35 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:05.318629  4483 raft_consensus.cc:697] T 90c534c9def24c73a84b32df0532d297 P 0899ba337d5e4359805b3d4796563a35 [term 1 LEADER]: Becoming Leader. State: Replica: 0899ba337d5e4359805b3d4796563a35, State: Running, Role: LEADER
I20260608 12:40:05.319468  4483 consensus_queue.cc:237] T 90c534c9def24c73a84b32df0532d297 P 0899ba337d5e4359805b3d4796563a35 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed1916dbf72644d1816b33ed35367b59" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34739 } } peers { permanent_uuid: "0899ba337d5e4359805b3d4796563a35" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42315 } } peers { permanent_uuid: "954930f9b3a54702a15e7f72dbb1efc5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36557 } }
I20260608 12:40:05.328101  4103 catalog_manager.cc:5696] T 90c534c9def24c73a84b32df0532d297 P 0899ba337d5e4359805b3d4796563a35 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0899ba337d5e4359805b3d4796563a35 (127.0.107.196). New cstate: current_term: 1 leader_uuid: "0899ba337d5e4359805b3d4796563a35" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed1916dbf72644d1816b33ed35367b59" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34739 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0899ba337d5e4359805b3d4796563a35" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42315 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "954930f9b3a54702a15e7f72dbb1efc5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36557 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:05.334755  4381 heartbeater.cc:499] Master 127.0.107.254:41449 was elected leader, sending a full tablet report...
I20260608 12:40:05.863006  4489 consensus_queue.cc:1048] T 90c534c9def24c73a84b32df0532d297 P 0899ba337d5e4359805b3d4796563a35 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ed1916dbf72644d1816b33ed35367b59" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34739 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:05.877229  4492 consensus_queue.cc:1048] T 90c534c9def24c73a84b32df0532d297 P 0899ba337d5e4359805b3d4796563a35 [LEADER]: Connected to new peer: Peer: permanent_uuid: "954930f9b3a54702a15e7f72dbb1efc5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36557 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:05.936082  4158 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:05.938028  4158 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:05.938462  4158 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:07.939625  4158 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:07.940917  4158 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:07.941174  4158 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:40:09.324131  4136 debug-util.cc:398] Leaking SignalData structure 0x7b080021a040 after lost signal to thread 434
W20260608 12:40:09.325223  4136 debug-util.cc:398] Leaking SignalData structure 0x7b0800105180 after lost signal to thread 4139
W20260608 12:40:09.326277  4136 debug-util.cc:398] Leaking SignalData structure 0x7b08000af720 after lost signal to thread 4231
W20260608 12:40:09.327198  4136 debug-util.cc:398] Leaking SignalData structure 0x7b0800168140 after lost signal to thread 4306
W20260608 12:40:09.328140  4136 debug-util.cc:398] Leaking SignalData structure 0x7b08002521e0 after lost signal to thread 4380
W20260608 12:40:09.329102  4136 debug-util.cc:398] Leaking SignalData structure 0x7b08001551c0 after lost signal to thread 4454
I20260608 12:40:09.942028  4158 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:09.943392  4158 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:09.943755  4158 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:40:11.779716  4228 debug-util.cc:398] Leaking SignalData structure 0x7b0800114900 after lost signal to thread 434
W20260608 12:40:11.781162  4228 debug-util.cc:398] Leaking SignalData structure 0x7b080020c400 after lost signal to thread 4139
W20260608 12:40:11.782783  4228 debug-util.cc:398] Leaking SignalData structure 0x7b08000f1e80 after lost signal to thread 4231
W20260608 12:40:11.784190  4228 debug-util.cc:398] Leaking SignalData structure 0x7b08002411e0 after lost signal to thread 4306
W20260608 12:40:11.785696  4228 debug-util.cc:398] Leaking SignalData structure 0x7b080015ff20 after lost signal to thread 4380
W20260608 12:40:11.786993  4228 debug-util.cc:398] Leaking SignalData structure 0x7b08000bb8e0 after lost signal to thread 4454
I20260608 12:40:11.944854  4158 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:11.947045  4158 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:11.947571  4158 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:13.948987  4158 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:13.951524  4158 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:13.951949  4158 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:15.952971  4158 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:15.954246  4158 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:15.954509  4158 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:16.526840   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:40:16.555397   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:16.556193   431 tablet_replica.cc:333] T 90c534c9def24c73a84b32df0532d297 P 954930f9b3a54702a15e7f72dbb1efc5: stopping tablet replica
I20260608 12:40:16.556768   431 raft_consensus.cc:2243] T 90c534c9def24c73a84b32df0532d297 P 954930f9b3a54702a15e7f72dbb1efc5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:16.557338   431 raft_consensus.cc:2272] T 90c534c9def24c73a84b32df0532d297 P 954930f9b3a54702a15e7f72dbb1efc5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:16.595809   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:40:16.611073   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:40:16.634317   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:16.635113   431 tablet_replica.cc:333] T 90c534c9def24c73a84b32df0532d297 P ed1916dbf72644d1816b33ed35367b59: stopping tablet replica
I20260608 12:40:16.635757   431 raft_consensus.cc:2243] T 90c534c9def24c73a84b32df0532d297 P ed1916dbf72644d1816b33ed35367b59 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:16.636304   431 raft_consensus.cc:2272] T 90c534c9def24c73a84b32df0532d297 P ed1916dbf72644d1816b33ed35367b59 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:16.657487   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:40:16.668716   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:40:16.690765   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:16.707190   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:40:16.716657   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:40:16.740113   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:16.740826   431 tablet_replica.cc:333] T 90c534c9def24c73a84b32df0532d297 P 0899ba337d5e4359805b3d4796563a35: stopping tablet replica
I20260608 12:40:16.741357   431 raft_consensus.cc:2243] T 90c534c9def24c73a84b32df0532d297 P 0899ba337d5e4359805b3d4796563a35 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:16.742322   431 raft_consensus.cc:2272] T 90c534c9def24c73a84b32df0532d297 P 0899ba337d5e4359805b3d4796563a35 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:16.762315   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:40:16.773219   431 master.cc:562] Master@127.0.107.254:41449 shutting down...
I20260608 12:40:16.795244   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P bdcc9ee6cbfd46c18601cdcba745f54f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:16.795991   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P bdcc9ee6cbfd46c18601cdcba745f54f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:16.796344   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P bdcc9ee6cbfd46c18601cdcba745f54f: stopping tablet replica
I20260608 12:40:16.832791   431 master.cc:584] Master@127.0.107.254:41449 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne (13066 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy
I20260608 12:40:16.870599   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:40749
I20260608 12:40:16.871987   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:16.878824  4502 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:16.878815  4501 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:16.879354   431 server_base.cc:1061] running on GCE node
W20260608 12:40:16.879004  4504 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:16.880899   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:16.881089   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.
I20260608 12:40:16.881297   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922416881262 us; error 0 us; skew 500 ppm
I20260608 12:40:16.881910   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:16.884541   431 webserver.cc:533] Webserver started at http://127.0.107.254:32965/ using document root <none> and password file <none>
I20260608 12:40:16.885090   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:16.885288   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:16.885588   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:16.886790   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922302632525-431-0/minicluster-data/master-0-root/instance:
uuid: "6f4b3b44bd0940d2867018adebd29300"
format_stamp: "Formatted at 2026-06-08 12:40:16 on dist-test-slave-g6ln"
I20260608 12:40:16.891773   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260608 12:40:16.895524  4509 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:16.896342   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:40:16.896664   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922302632525-431-0/minicluster-data/master-0-root
uuid: "6f4b3b44bd0940d2867018adebd29300"
format_stamp: "Formatted at 2026-06-08 12:40:16 on dist-test-slave-g6ln"
I20260608 12:40:16.896987   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922302632525-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922302632525-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922302632525-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)
I20260608 12:40:16.914774   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:16.916162   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:16.955205   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:40749
I20260608 12:40:16.955328  4560 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:40749 every 8 connection(s)
I20260608 12:40:16.959731  4561 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:16.971655  4561 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6f4b3b44bd0940d2867018adebd29300: Bootstrap starting.
I20260608 12:40:16.976794  4561 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6f4b3b44bd0940d2867018adebd29300: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:16.981374  4561 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6f4b3b44bd0940d2867018adebd29300: No bootstrap required, opened a new log
I20260608 12:40:16.983826  4561 raft_consensus.cc:359] T 00000000000000000000000000000000 P 6f4b3b44bd0940d2867018adebd29300 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6f4b3b44bd0940d2867018adebd29300" member_type: VOTER }
I20260608 12:40:16.984256  4561 raft_consensus.cc:385] T 00000000000000000000000000000000 P 6f4b3b44bd0940d2867018adebd29300 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:16.984460  4561 raft_consensus.cc:740] T 00000000000000000000000000000000 P 6f4b3b44bd0940d2867018adebd29300 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6f4b3b44bd0940d2867018adebd29300, State: Initialized, Role: FOLLOWER
I20260608 12:40:16.985047  4561 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6f4b3b44bd0940d2867018adebd29300 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "6f4b3b44bd0940d2867018adebd29300" member_type: VOTER }
I20260608 12:40:16.985486  4561 raft_consensus.cc:399] T 00000000000000000000000000000000 P 6f4b3b44bd0940d2867018adebd29300 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:40:16.985680  4561 raft_consensus.cc:493] T 00000000000000000000000000000000 P 6f4b3b44bd0940d2867018adebd29300 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:40:16.985898  4561 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 6f4b3b44bd0940d2867018adebd29300 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:16.990752  4561 raft_consensus.cc:515] T 00000000000000000000000000000000 P 6f4b3b44bd0940d2867018adebd29300 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6f4b3b44bd0940d2867018adebd29300" member_type: VOTER }
I20260608 12:40:16.991269  4561 leader_election.cc:304] T 00000000000000000000000000000000 P 6f4b3b44bd0940d2867018adebd29300 [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: 6f4b3b44bd0940d2867018adebd29300; no voters: 
I20260608 12:40:16.992494  4561 leader_election.cc:290] T 00000000000000000000000000000000 P 6f4b3b44bd0940d2867018adebd29300 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:40:16.992969  4564 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 6f4b3b44bd0940d2867018adebd29300 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:16.994397  4564 raft_consensus.cc:697] T 00000000000000000000000000000000 P 6f4b3b44bd0940d2867018adebd29300 [term 1 LEADER]: Becoming Leader. State: Replica: 6f4b3b44bd0940d2867018adebd29300, State: Running, Role: LEADER
I20260608 12:40:16.995173  4564 consensus_queue.cc:237] T 00000000000000000000000000000000 P 6f4b3b44bd0940d2867018adebd29300 [LEADER]: Queue going to LEADER mode. State: All 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: "6f4b3b44bd0940d2867018adebd29300" member_type: VOTER }
I20260608 12:40:16.995676  4561 sys_catalog.cc:565] T 00000000000000000000000000000000 P 6f4b3b44bd0940d2867018adebd29300 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:40:17.000774  4566 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6f4b3b44bd0940d2867018adebd29300 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6f4b3b44bd0940d2867018adebd29300. Latest consensus state: current_term: 1 leader_uuid: "6f4b3b44bd0940d2867018adebd29300" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6f4b3b44bd0940d2867018adebd29300" member_type: VOTER } }
I20260608 12:40:17.001019  4565 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6f4b3b44bd0940d2867018adebd29300 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "6f4b3b44bd0940d2867018adebd29300" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6f4b3b44bd0940d2867018adebd29300" member_type: VOTER } }
I20260608 12:40:17.001541  4566 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6f4b3b44bd0940d2867018adebd29300 [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:17.001783  4565 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6f4b3b44bd0940d2867018adebd29300 [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:17.011139  4572 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:40:17.016185  4572 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:40:17.017261   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:40:17.026131  4572 catalog_manager.cc:1382] Generated new cluster ID: 8565591ce5cd4462b858dcfac974a6f3
I20260608 12:40:17.026458  4572 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:40:17.046835  4572 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:40:17.048169  4572 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:40:17.067445  4572 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 6f4b3b44bd0940d2867018adebd29300: Generated new TSK 0
I20260608 12:40:17.068109  4572 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:40:17.083745   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:17.090065  4582 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:17.091391  4583 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:17.092648  4585 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:17.092813   431 server_base.cc:1061] running on GCE node
I20260608 12:40:17.093721   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:17.093955   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.
I20260608 12:40:17.094086   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922417094075 us; error 0 us; skew 500 ppm
I20260608 12:40:17.094612   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:17.097152   431 webserver.cc:533] Webserver started at http://127.0.107.193:35599/ using document root <none> and password file <none>
I20260608 12:40:17.097682   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:17.097864   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:17.098148   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:17.099493   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922302632525-431-0/minicluster-data/ts-0-root/instance:
uuid: "fbdc7b4d1bb94c348b596bd7e93633e6"
format_stamp: "Formatted at 2026-06-08 12:40:17 on dist-test-slave-g6ln"
I20260608 12:40:17.104168   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260608 12:40:17.107908  4590 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:17.108826   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260608 12:40:17.109095   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922302632525-431-0/minicluster-data/ts-0-root
uuid: "fbdc7b4d1bb94c348b596bd7e93633e6"
format_stamp: "Formatted at 2026-06-08 12:40:17 on dist-test-slave-g6ln"
I20260608 12:40:17.109328   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922302632525-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922302632525-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922302632525-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)
I20260608 12:40:17.123840   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:17.125078   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:17.126535   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:17.129048   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:17.129272   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:17.129521   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:17.129693   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:17.172089   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:40265
I20260608 12:40:17.172227  4652 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:40265 every 8 connection(s)
I20260608 12:40:17.177407   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:17.185576  4657 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:17.188211  4658 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:17.190886   431 server_base.cc:1061] running on GCE node
W20260608 12:40:17.191256  4660 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:17.192211   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:17.192489   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.
I20260608 12:40:17.192688   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922417192673 us; error 0 us; skew 500 ppm
I20260608 12:40:17.193475   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:17.196689   431 webserver.cc:533] Webserver started at http://127.0.107.194:36165/ using document root <none> and password file <none>
I20260608 12:40:17.197445   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:17.197479  4653 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40749
I20260608 12:40:17.197773   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:17.198035  4653 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:17.198155   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:17.198871  4653 heartbeater.cc:507] Master 127.0.107.254:40749 requested a full tablet report, sending...
I20260608 12:40:17.199662   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922302632525-431-0/minicluster-data/ts-1-root/instance:
uuid: "fec6fcb0814141f9929de884703e7ee0"
format_stamp: "Formatted at 2026-06-08 12:40:17 on dist-test-slave-g6ln"
I20260608 12:40:17.201452  4526 ts_manager.cc:194] Registered new tserver with Master: fbdc7b4d1bb94c348b596bd7e93633e6 (127.0.107.193:40265)
I20260608 12:40:17.204129  4526 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48350
I20260608 12:40:17.206508   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.000s
I20260608 12:40:17.210285  4665 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:17.211222   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:40:17.211629   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922302632525-431-0/minicluster-data/ts-1-root
uuid: "fec6fcb0814141f9929de884703e7ee0"
format_stamp: "Formatted at 2026-06-08 12:40:17 on dist-test-slave-g6ln"
I20260608 12:40:17.211938   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922302632525-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922302632525-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922302632525-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)
I20260608 12:40:17.233843   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:17.235149   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:17.236780   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:17.239225   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:17.239475   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:40:17.239746   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:17.239933   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:17.281876   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:41249
I20260608 12:40:17.282028  4727 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:41249 every 8 connection(s)
I20260608 12:40:17.287014   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:17.295022  4731 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:17.296376  4732 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:17.300536  4734 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:17.301004   431 server_base.cc:1061] running on GCE node
I20260608 12:40:17.301782  4728 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40749
I20260608 12:40:17.302122   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:40:17.302176  4728 heartbeater.cc:461] Registering TS with master...
W20260608 12:40:17.302429   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.
I20260608 12:40:17.302683   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922417302669 us; error 0 us; skew 500 ppm
I20260608 12:40:17.303211  4728 heartbeater.cc:507] Master 127.0.107.254:40749 requested a full tablet report, sending...
I20260608 12:40:17.303344   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:17.305579  4526 ts_manager.cc:194] Registered new tserver with Master: fec6fcb0814141f9929de884703e7ee0 (127.0.107.194:41249)
I20260608 12:40:17.306341   431 webserver.cc:533] Webserver started at http://127.0.107.195:41489/ using document root <none> and password file <none>
I20260608 12:40:17.307035   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:17.307253   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:17.307155  4526 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48358
I20260608 12:40:17.307763   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:17.309135   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922302632525-431-0/minicluster-data/ts-2-root/instance:
uuid: "069094ee69244cf185443579196ac2d8"
format_stamp: "Formatted at 2026-06-08 12:40:17 on dist-test-slave-g6ln"
I20260608 12:40:17.314357   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.004s
I20260608 12:40:17.318006  4739 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:17.319020   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260608 12:40:17.319288   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922302632525-431-0/minicluster-data/ts-2-root
uuid: "069094ee69244cf185443579196ac2d8"
format_stamp: "Formatted at 2026-06-08 12:40:17 on dist-test-slave-g6ln"
I20260608 12:40:17.319603   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922302632525-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922302632525-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922302632525-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)
I20260608 12:40:17.330930   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:17.332278   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:17.334156   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:17.336843   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:17.337112   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:17.337402   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:17.337689   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:17.379247   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:46717
I20260608 12:40:17.379369  4801 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:46717 every 8 connection(s)
I20260608 12:40:17.394142  4802 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40749
I20260608 12:40:17.394613  4802 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:17.395479  4802 heartbeater.cc:507] Master 127.0.107.254:40749 requested a full tablet report, sending...
I20260608 12:40:17.397693  4526 ts_manager.cc:194] Registered new tserver with Master: 069094ee69244cf185443579196ac2d8 (127.0.107.195:46717)
I20260608 12:40:17.398511   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015871696s
I20260608 12:40:17.399294  4526 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57800
I20260608 12:40:18.207301  4653 heartbeater.cc:499] Master 127.0.107.254:40749 was elected leader, sending a full tablet report...
I20260608 12:40:18.310125  4728 heartbeater.cc:499] Master 127.0.107.254:40749 was elected leader, sending a full tablet report...
I20260608 12:40:18.402199  4802 heartbeater.cc:499] Master 127.0.107.254:40749 was elected leader, sending a full tablet report...
I20260608 12:40:18.467621  4526 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:57818:
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"
    }
  }
}
W20260608 12:40:18.469659  4526 catalog_manager.cc:7076] 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.
I20260608 12:40:18.529464  4618 tablet_service.cc:1511] Processing CreateTablet for tablet 9acce61d187840768ca81c2e9e60a121 (DEFAULT_TABLE table=test-workload [id=0d45ad31732e42c9a271380a5007b650]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:40:18.530298  4767 tablet_service.cc:1511] Processing CreateTablet for tablet 9acce61d187840768ca81c2e9e60a121 (DEFAULT_TABLE table=test-workload [id=0d45ad31732e42c9a271380a5007b650]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:40:18.530965  4618 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9acce61d187840768ca81c2e9e60a121. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:18.531751  4767 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9acce61d187840768ca81c2e9e60a121. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:18.535332  4693 tablet_service.cc:1511] Processing CreateTablet for tablet 9acce61d187840768ca81c2e9e60a121 (DEFAULT_TABLE table=test-workload [id=0d45ad31732e42c9a271380a5007b650]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:40:18.536659  4693 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9acce61d187840768ca81c2e9e60a121. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:18.548151  4823 tablet_bootstrap.cc:492] T 9acce61d187840768ca81c2e9e60a121 P 069094ee69244cf185443579196ac2d8: Bootstrap starting.
I20260608 12:40:18.550086  4824 tablet_bootstrap.cc:492] T 9acce61d187840768ca81c2e9e60a121 P fbdc7b4d1bb94c348b596bd7e93633e6: Bootstrap starting.
I20260608 12:40:18.554816  4825 tablet_bootstrap.cc:492] T 9acce61d187840768ca81c2e9e60a121 P fec6fcb0814141f9929de884703e7ee0: Bootstrap starting.
I20260608 12:40:18.557579  4823 tablet_bootstrap.cc:654] T 9acce61d187840768ca81c2e9e60a121 P 069094ee69244cf185443579196ac2d8: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:18.558552  4824 tablet_bootstrap.cc:654] T 9acce61d187840768ca81c2e9e60a121 P fbdc7b4d1bb94c348b596bd7e93633e6: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:18.563355  4823 tablet_bootstrap.cc:492] T 9acce61d187840768ca81c2e9e60a121 P 069094ee69244cf185443579196ac2d8: No bootstrap required, opened a new log
I20260608 12:40:18.565239  4823 ts_tablet_manager.cc:1403] T 9acce61d187840768ca81c2e9e60a121 P 069094ee69244cf185443579196ac2d8: Time spent bootstrapping tablet: real 0.017s	user 0.002s	sys 0.011s
I20260608 12:40:18.564150  4825 tablet_bootstrap.cc:654] T 9acce61d187840768ca81c2e9e60a121 P fec6fcb0814141f9929de884703e7ee0: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:18.566258  4824 tablet_bootstrap.cc:492] T 9acce61d187840768ca81c2e9e60a121 P fbdc7b4d1bb94c348b596bd7e93633e6: No bootstrap required, opened a new log
I20260608 12:40:18.566867  4824 ts_tablet_manager.cc:1403] T 9acce61d187840768ca81c2e9e60a121 P fbdc7b4d1bb94c348b596bd7e93633e6: Time spent bootstrapping tablet: real 0.017s	user 0.007s	sys 0.008s
I20260608 12:40:18.567850  4823 raft_consensus.cc:359] T 9acce61d187840768ca81c2e9e60a121 P 069094ee69244cf185443579196ac2d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fbdc7b4d1bb94c348b596bd7e93633e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40265 } } peers { permanent_uuid: "069094ee69244cf185443579196ac2d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46717 } } peers { permanent_uuid: "fec6fcb0814141f9929de884703e7ee0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41249 } }
I20260608 12:40:18.568440  4823 raft_consensus.cc:385] T 9acce61d187840768ca81c2e9e60a121 P 069094ee69244cf185443579196ac2d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:18.568701  4823 raft_consensus.cc:740] T 9acce61d187840768ca81c2e9e60a121 P 069094ee69244cf185443579196ac2d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 069094ee69244cf185443579196ac2d8, State: Initialized, Role: FOLLOWER
I20260608 12:40:18.569686  4823 consensus_queue.cc:260] T 9acce61d187840768ca81c2e9e60a121 P 069094ee69244cf185443579196ac2d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fbdc7b4d1bb94c348b596bd7e93633e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40265 } } peers { permanent_uuid: "069094ee69244cf185443579196ac2d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46717 } } peers { permanent_uuid: "fec6fcb0814141f9929de884703e7ee0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41249 } }
I20260608 12:40:18.570191  4824 raft_consensus.cc:359] T 9acce61d187840768ca81c2e9e60a121 P fbdc7b4d1bb94c348b596bd7e93633e6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fbdc7b4d1bb94c348b596bd7e93633e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40265 } } peers { permanent_uuid: "069094ee69244cf185443579196ac2d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46717 } } peers { permanent_uuid: "fec6fcb0814141f9929de884703e7ee0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41249 } }
I20260608 12:40:18.571099  4824 raft_consensus.cc:385] T 9acce61d187840768ca81c2e9e60a121 P fbdc7b4d1bb94c348b596bd7e93633e6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:18.571522  4824 raft_consensus.cc:740] T 9acce61d187840768ca81c2e9e60a121 P fbdc7b4d1bb94c348b596bd7e93633e6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fbdc7b4d1bb94c348b596bd7e93633e6, State: Initialized, Role: FOLLOWER
I20260608 12:40:18.571897  4825 tablet_bootstrap.cc:492] T 9acce61d187840768ca81c2e9e60a121 P fec6fcb0814141f9929de884703e7ee0: No bootstrap required, opened a new log
I20260608 12:40:18.572499  4825 ts_tablet_manager.cc:1403] T 9acce61d187840768ca81c2e9e60a121 P fec6fcb0814141f9929de884703e7ee0: Time spent bootstrapping tablet: real 0.018s	user 0.009s	sys 0.007s
I20260608 12:40:18.572602  4823 ts_tablet_manager.cc:1434] T 9acce61d187840768ca81c2e9e60a121 P 069094ee69244cf185443579196ac2d8: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:40:18.572686  4824 consensus_queue.cc:260] T 9acce61d187840768ca81c2e9e60a121 P fbdc7b4d1bb94c348b596bd7e93633e6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fbdc7b4d1bb94c348b596bd7e93633e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40265 } } peers { permanent_uuid: "069094ee69244cf185443579196ac2d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46717 } } peers { permanent_uuid: "fec6fcb0814141f9929de884703e7ee0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41249 } }
I20260608 12:40:18.576412  4825 raft_consensus.cc:359] T 9acce61d187840768ca81c2e9e60a121 P fec6fcb0814141f9929de884703e7ee0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fbdc7b4d1bb94c348b596bd7e93633e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40265 } } peers { permanent_uuid: "069094ee69244cf185443579196ac2d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46717 } } peers { permanent_uuid: "fec6fcb0814141f9929de884703e7ee0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41249 } }
I20260608 12:40:18.577310  4825 raft_consensus.cc:385] T 9acce61d187840768ca81c2e9e60a121 P fec6fcb0814141f9929de884703e7ee0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:18.577703  4825 raft_consensus.cc:740] T 9acce61d187840768ca81c2e9e60a121 P fec6fcb0814141f9929de884703e7ee0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fec6fcb0814141f9929de884703e7ee0, State: Initialized, Role: FOLLOWER
I20260608 12:40:18.578051  4824 ts_tablet_manager.cc:1434] T 9acce61d187840768ca81c2e9e60a121 P fbdc7b4d1bb94c348b596bd7e93633e6: Time spent starting tablet: real 0.011s	user 0.002s	sys 0.007s
I20260608 12:40:18.578912  4825 consensus_queue.cc:260] T 9acce61d187840768ca81c2e9e60a121 P fec6fcb0814141f9929de884703e7ee0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fbdc7b4d1bb94c348b596bd7e93633e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40265 } } peers { permanent_uuid: "069094ee69244cf185443579196ac2d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46717 } } peers { permanent_uuid: "fec6fcb0814141f9929de884703e7ee0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41249 } }
I20260608 12:40:18.584618  4825 ts_tablet_manager.cc:1434] T 9acce61d187840768ca81c2e9e60a121 P fec6fcb0814141f9929de884703e7ee0: Time spent starting tablet: real 0.012s	user 0.009s	sys 0.000s
W20260608 12:40:18.634939  4803 tablet.cc:2404] T 9acce61d187840768ca81c2e9e60a121 P 069094ee69244cf185443579196ac2d8: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:40:18.894609  4830 raft_consensus.cc:493] T 9acce61d187840768ca81c2e9e60a121 P fbdc7b4d1bb94c348b596bd7e93633e6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:18.895197  4830 raft_consensus.cc:515] T 9acce61d187840768ca81c2e9e60a121 P fbdc7b4d1bb94c348b596bd7e93633e6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fbdc7b4d1bb94c348b596bd7e93633e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40265 } } peers { permanent_uuid: "069094ee69244cf185443579196ac2d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46717 } } peers { permanent_uuid: "fec6fcb0814141f9929de884703e7ee0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41249 } }
I20260608 12:40:18.898545  4830 leader_election.cc:290] T 9acce61d187840768ca81c2e9e60a121 P fbdc7b4d1bb94c348b596bd7e93633e6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 069094ee69244cf185443579196ac2d8 (127.0.107.195:46717), fec6fcb0814141f9929de884703e7ee0 (127.0.107.194:41249)
I20260608 12:40:18.912731  4703 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9acce61d187840768ca81c2e9e60a121" candidate_uuid: "fbdc7b4d1bb94c348b596bd7e93633e6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fec6fcb0814141f9929de884703e7ee0" is_pre_election: true
I20260608 12:40:18.913071  4777 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9acce61d187840768ca81c2e9e60a121" candidate_uuid: "fbdc7b4d1bb94c348b596bd7e93633e6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "069094ee69244cf185443579196ac2d8" is_pre_election: true
I20260608 12:40:18.913661  4703 raft_consensus.cc:2468] T 9acce61d187840768ca81c2e9e60a121 P fec6fcb0814141f9929de884703e7ee0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fbdc7b4d1bb94c348b596bd7e93633e6 in term 0.
I20260608 12:40:18.913684  4777 raft_consensus.cc:2468] T 9acce61d187840768ca81c2e9e60a121 P 069094ee69244cf185443579196ac2d8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fbdc7b4d1bb94c348b596bd7e93633e6 in term 0.
I20260608 12:40:18.915032  4593 leader_election.cc:304] T 9acce61d187840768ca81c2e9e60a121 P fbdc7b4d1bb94c348b596bd7e93633e6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: fbdc7b4d1bb94c348b596bd7e93633e6, fec6fcb0814141f9929de884703e7ee0; no voters: 
I20260608 12:40:18.915799  4830 raft_consensus.cc:2804] T 9acce61d187840768ca81c2e9e60a121 P fbdc7b4d1bb94c348b596bd7e93633e6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:18.916172  4830 raft_consensus.cc:493] T 9acce61d187840768ca81c2e9e60a121 P fbdc7b4d1bb94c348b596bd7e93633e6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:18.916407  4830 raft_consensus.cc:3060] T 9acce61d187840768ca81c2e9e60a121 P fbdc7b4d1bb94c348b596bd7e93633e6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:18.921643  4830 raft_consensus.cc:515] T 9acce61d187840768ca81c2e9e60a121 P fbdc7b4d1bb94c348b596bd7e93633e6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fbdc7b4d1bb94c348b596bd7e93633e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40265 } } peers { permanent_uuid: "069094ee69244cf185443579196ac2d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46717 } } peers { permanent_uuid: "fec6fcb0814141f9929de884703e7ee0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41249 } }
I20260608 12:40:18.923734  4830 leader_election.cc:290] T 9acce61d187840768ca81c2e9e60a121 P fbdc7b4d1bb94c348b596bd7e93633e6 [CANDIDATE]: Term 1 election: Requested vote from peers 069094ee69244cf185443579196ac2d8 (127.0.107.195:46717), fec6fcb0814141f9929de884703e7ee0 (127.0.107.194:41249)
I20260608 12:40:18.924724  4703 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9acce61d187840768ca81c2e9e60a121" candidate_uuid: "fbdc7b4d1bb94c348b596bd7e93633e6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fec6fcb0814141f9929de884703e7ee0"
I20260608 12:40:18.924671  4777 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9acce61d187840768ca81c2e9e60a121" candidate_uuid: "fbdc7b4d1bb94c348b596bd7e93633e6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "069094ee69244cf185443579196ac2d8"
I20260608 12:40:18.925523  4703 raft_consensus.cc:3060] T 9acce61d187840768ca81c2e9e60a121 P fec6fcb0814141f9929de884703e7ee0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:18.925606  4777 raft_consensus.cc:3060] T 9acce61d187840768ca81c2e9e60a121 P 069094ee69244cf185443579196ac2d8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:18.930711  4777 raft_consensus.cc:2468] T 9acce61d187840768ca81c2e9e60a121 P 069094ee69244cf185443579196ac2d8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fbdc7b4d1bb94c348b596bd7e93633e6 in term 1.
I20260608 12:40:18.930919  4703 raft_consensus.cc:2468] T 9acce61d187840768ca81c2e9e60a121 P fec6fcb0814141f9929de884703e7ee0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fbdc7b4d1bb94c348b596bd7e93633e6 in term 1.
I20260608 12:40:18.932061  4593 leader_election.cc:304] T 9acce61d187840768ca81c2e9e60a121 P fbdc7b4d1bb94c348b596bd7e93633e6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: fbdc7b4d1bb94c348b596bd7e93633e6, fec6fcb0814141f9929de884703e7ee0; no voters: 
I20260608 12:40:18.932823  4830 raft_consensus.cc:2804] T 9acce61d187840768ca81c2e9e60a121 P fbdc7b4d1bb94c348b596bd7e93633e6 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:18.933894  4830 raft_consensus.cc:697] T 9acce61d187840768ca81c2e9e60a121 P fbdc7b4d1bb94c348b596bd7e93633e6 [term 1 LEADER]: Becoming Leader. State: Replica: fbdc7b4d1bb94c348b596bd7e93633e6, State: Running, Role: LEADER
I20260608 12:40:18.934693  4830 consensus_queue.cc:237] T 9acce61d187840768ca81c2e9e60a121 P fbdc7b4d1bb94c348b596bd7e93633e6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fbdc7b4d1bb94c348b596bd7e93633e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40265 } } peers { permanent_uuid: "069094ee69244cf185443579196ac2d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46717 } } peers { permanent_uuid: "fec6fcb0814141f9929de884703e7ee0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41249 } }
I20260608 12:40:18.942373  4524 catalog_manager.cc:5696] T 9acce61d187840768ca81c2e9e60a121 P fbdc7b4d1bb94c348b596bd7e93633e6 reported cstate change: term changed from 0 to 1, leader changed from <none> to fbdc7b4d1bb94c348b596bd7e93633e6 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "fbdc7b4d1bb94c348b596bd7e93633e6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fbdc7b4d1bb94c348b596bd7e93633e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40265 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "069094ee69244cf185443579196ac2d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46717 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "fec6fcb0814141f9929de884703e7ee0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41249 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:19.010540  4574 placement_policy_util.cc:407] tablet 9acce61d187840768ca81c2e9e60a121: detected majority of replicas (2 of 3) at location L0
I20260608 12:40:19.012609  4579 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:19.014153  4579 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:19.014627  4579 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:19.399258  4830 consensus_queue.cc:1048] T 9acce61d187840768ca81c2e9e60a121 P fbdc7b4d1bb94c348b596bd7e93633e6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fec6fcb0814141f9929de884703e7ee0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41249 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:19.413400  4830 consensus_queue.cc:1048] T 9acce61d187840768ca81c2e9e60a121 P fbdc7b4d1bb94c348b596bd7e93633e6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "069094ee69244cf185443579196ac2d8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46717 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:20.020120  4574 placement_policy_util.cc:407] tablet 9acce61d187840768ca81c2e9e60a121: detected majority of replicas (2 of 3) at location L0
I20260608 12:40:21.015614  4579 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:21.017148  4579 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:21.017527  4579 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:21.029623  4574 placement_policy_util.cc:407] tablet 9acce61d187840768ca81c2e9e60a121: detected majority of replicas (2 of 3) at location L0
I20260608 12:40:22.039005  4574 placement_policy_util.cc:407] tablet 9acce61d187840768ca81c2e9e60a121: detected majority of replicas (2 of 3) at location L0
I20260608 12:40:23.018453  4579 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:23.019881  4579 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:23.020233  4579 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:23.047940  4574 placement_policy_util.cc:407] tablet 9acce61d187840768ca81c2e9e60a121: detected majority of replicas (2 of 3) at location L0
I20260608 12:40:24.135640  4574 placement_policy_util.cc:407] tablet 9acce61d187840768ca81c2e9e60a121: detected majority of replicas (2 of 3) at location L0
I20260608 12:40:25.021277  4579 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:25.022725  4579 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:25.022987  4579 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:40:25.090667  4557 debug-util.cc:398] Leaking SignalData structure 0x7b0800115700 after lost signal to thread 434
W20260608 12:40:25.091733  4557 debug-util.cc:398] Leaking SignalData structure 0x7b080021c5c0 after lost signal to thread 4560
W20260608 12:40:25.092676  4557 debug-util.cc:398] Leaking SignalData structure 0x7b080004b800 after lost signal to thread 4652
W20260608 12:40:25.093634  4557 debug-util.cc:398] Leaking SignalData structure 0x7b08001a8be0 after lost signal to thread 4727
W20260608 12:40:25.094470  4557 debug-util.cc:398] Leaking SignalData structure 0x7b080017f6c0 after lost signal to thread 4801
I20260608 12:40:25.150072  4574 placement_policy_util.cc:407] tablet 9acce61d187840768ca81c2e9e60a121: detected majority of replicas (2 of 3) at location L0
I20260608 12:40:26.159759  4574 placement_policy_util.cc:407] tablet 9acce61d187840768ca81c2e9e60a121: detected majority of replicas (2 of 3) at location L0
I20260608 12:40:27.023911  4579 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:27.025213  4579 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:27.025564  4579 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:27.168169  4574 placement_policy_util.cc:407] tablet 9acce61d187840768ca81c2e9e60a121: detected majority of replicas (2 of 3) at location L0
W20260608 12:40:27.483899  4798 debug-util.cc:398] Leaking SignalData structure 0x7b080005c0c0 after lost signal to thread 434
W20260608 12:40:27.485209  4798 debug-util.cc:398] Leaking SignalData structure 0x7b0800170320 after lost signal to thread 4560
W20260608 12:40:27.486694  4798 debug-util.cc:398] Leaking SignalData structure 0x7b0800252520 after lost signal to thread 4652
W20260608 12:40:27.488055  4798 debug-util.cc:398] Leaking SignalData structure 0x7b0800130700 after lost signal to thread 4727
W20260608 12:40:27.489392  4798 debug-util.cc:398] Leaking SignalData structure 0x7b080014a880 after lost signal to thread 4801
I20260608 12:40:28.176421  4574 placement_policy_util.cc:407] tablet 9acce61d187840768ca81c2e9e60a121: detected majority of replicas (2 of 3) at location L0
I20260608 12:40:29.026465  4579 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:29.027881  4579 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:29.028213  4579 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:29.137755   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:40:29.175833   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:29.176810   431 tablet_replica.cc:333] T 9acce61d187840768ca81c2e9e60a121 P fbdc7b4d1bb94c348b596bd7e93633e6: stopping tablet replica
I20260608 12:40:29.177433   431 raft_consensus.cc:2243] T 9acce61d187840768ca81c2e9e60a121 P fbdc7b4d1bb94c348b596bd7e93633e6 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:29.178691   431 raft_consensus.cc:2272] T 9acce61d187840768ca81c2e9e60a121 P fbdc7b4d1bb94c348b596bd7e93633e6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:29.188021  4574 placement_policy_util.cc:407] tablet 9acce61d187840768ca81c2e9e60a121: detected majority of replicas (2 of 3) at location L0
I20260608 12:40:29.193961   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:40:29.213871   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:40:29.247577   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:29.248567   431 tablet_replica.cc:333] T 9acce61d187840768ca81c2e9e60a121 P fec6fcb0814141f9929de884703e7ee0: stopping tablet replica
I20260608 12:40:29.249405   431 raft_consensus.cc:2243] T 9acce61d187840768ca81c2e9e60a121 P fec6fcb0814141f9929de884703e7ee0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:29.250155   431 raft_consensus.cc:2272] T 9acce61d187840768ca81c2e9e60a121 P fec6fcb0814141f9929de884703e7ee0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:29.274145   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:40:29.292443   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:40:29.321910   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:29.322927   431 tablet_replica.cc:333] T 9acce61d187840768ca81c2e9e60a121 P 069094ee69244cf185443579196ac2d8: stopping tablet replica
I20260608 12:40:29.323742   431 raft_consensus.cc:2243] T 9acce61d187840768ca81c2e9e60a121 P 069094ee69244cf185443579196ac2d8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:29.324435   431 raft_consensus.cc:2272] T 9acce61d187840768ca81c2e9e60a121 P 069094ee69244cf185443579196ac2d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:30.197852  4574 placement_policy_util.cc:407] tablet 9acce61d187840768ca81c2e9e60a121: detected majority of replicas (2 of 3) at location L0
I20260608 12:40:30.361713   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:40:30.373692   431 master.cc:562] Master@127.0.107.254:40749 shutting down...
I20260608 12:40:30.393807   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 6f4b3b44bd0940d2867018adebd29300 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:30.394500   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 6f4b3b44bd0940d2867018adebd29300 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:30.394877   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 6f4b3b44bd0940d2867018adebd29300: stopping tablet replica
I20260608 12:40:30.428772   431 master.cc:584] Master@127.0.107.254:40749 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy (13596 ms)
[ RUN      ] AutoRebalancerTest.TestMaxMovesPerServer
I20260608 12:40:30.467499   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:36015
I20260608 12:40:30.468693   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:30.474620  4852 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:30.474797  4851 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:30.476382  4854 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:30.477262   431 server_base.cc:1061] running on GCE node
I20260608 12:40:30.478248   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:30.478546   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.
I20260608 12:40:30.478706   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922430478670 us; error 0 us; skew 500 ppm
I20260608 12:40:30.479350   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:30.482034   431 webserver.cc:533] Webserver started at http://127.0.107.254:36175/ using document root <none> and password file <none>
I20260608 12:40:30.482678   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:30.482900   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:30.483261   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:30.484608   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/master-0-root/instance:
uuid: "ff34d82e43844f2eaedaebc3d45bdbbf"
format_stamp: "Formatted at 2026-06-08 12:40:30 on dist-test-slave-g6ln"
I20260608 12:40:30.489673   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:40:30.493642  4859 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:30.494609   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:40:30.494871   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/master-0-root
uuid: "ff34d82e43844f2eaedaebc3d45bdbbf"
format_stamp: "Formatted at 2026-06-08 12:40:30 on dist-test-slave-g6ln"
I20260608 12:40:30.495113   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-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)
I20260608 12:40:30.507301   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:30.508605   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:30.548717   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:36015
I20260608 12:40:30.548854  4910 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:36015 every 8 connection(s)
I20260608 12:40:30.552994  4911 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:30.564625  4911 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ff34d82e43844f2eaedaebc3d45bdbbf: Bootstrap starting.
I20260608 12:40:30.569957  4911 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ff34d82e43844f2eaedaebc3d45bdbbf: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:30.574565  4911 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ff34d82e43844f2eaedaebc3d45bdbbf: No bootstrap required, opened a new log
I20260608 12:40:30.576965  4911 raft_consensus.cc:359] T 00000000000000000000000000000000 P ff34d82e43844f2eaedaebc3d45bdbbf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ff34d82e43844f2eaedaebc3d45bdbbf" member_type: VOTER }
I20260608 12:40:30.577414  4911 raft_consensus.cc:385] T 00000000000000000000000000000000 P ff34d82e43844f2eaedaebc3d45bdbbf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:30.577667  4911 raft_consensus.cc:740] T 00000000000000000000000000000000 P ff34d82e43844f2eaedaebc3d45bdbbf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ff34d82e43844f2eaedaebc3d45bdbbf, State: Initialized, Role: FOLLOWER
I20260608 12:40:30.578358  4911 consensus_queue.cc:260] T 00000000000000000000000000000000 P ff34d82e43844f2eaedaebc3d45bdbbf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "ff34d82e43844f2eaedaebc3d45bdbbf" member_type: VOTER }
I20260608 12:40:30.578850  4911 raft_consensus.cc:399] T 00000000000000000000000000000000 P ff34d82e43844f2eaedaebc3d45bdbbf [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:40:30.579079  4911 raft_consensus.cc:493] T 00000000000000000000000000000000 P ff34d82e43844f2eaedaebc3d45bdbbf [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:40:30.579372  4911 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ff34d82e43844f2eaedaebc3d45bdbbf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:30.584012  4911 raft_consensus.cc:515] T 00000000000000000000000000000000 P ff34d82e43844f2eaedaebc3d45bdbbf [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ff34d82e43844f2eaedaebc3d45bdbbf" member_type: VOTER }
I20260608 12:40:30.584594  4911 leader_election.cc:304] T 00000000000000000000000000000000 P ff34d82e43844f2eaedaebc3d45bdbbf [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: ff34d82e43844f2eaedaebc3d45bdbbf; no voters: 
I20260608 12:40:30.586154  4911 leader_election.cc:290] T 00000000000000000000000000000000 P ff34d82e43844f2eaedaebc3d45bdbbf [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:40:30.586794  4914 raft_consensus.cc:2804] T 00000000000000000000000000000000 P ff34d82e43844f2eaedaebc3d45bdbbf [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:30.588258  4914 raft_consensus.cc:697] T 00000000000000000000000000000000 P ff34d82e43844f2eaedaebc3d45bdbbf [term 1 LEADER]: Becoming Leader. State: Replica: ff34d82e43844f2eaedaebc3d45bdbbf, State: Running, Role: LEADER
I20260608 12:40:30.589039  4914 consensus_queue.cc:237] T 00000000000000000000000000000000 P ff34d82e43844f2eaedaebc3d45bdbbf [LEADER]: Queue going to LEADER mode. State: All 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: "ff34d82e43844f2eaedaebc3d45bdbbf" member_type: VOTER }
I20260608 12:40:30.589622  4911 sys_catalog.cc:565] T 00000000000000000000000000000000 P ff34d82e43844f2eaedaebc3d45bdbbf [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:40:30.593870  4916 sys_catalog.cc:455] T 00000000000000000000000000000000 P ff34d82e43844f2eaedaebc3d45bdbbf [sys.catalog]: SysCatalogTable state changed. Reason: New leader ff34d82e43844f2eaedaebc3d45bdbbf. Latest consensus state: current_term: 1 leader_uuid: "ff34d82e43844f2eaedaebc3d45bdbbf" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ff34d82e43844f2eaedaebc3d45bdbbf" member_type: VOTER } }
I20260608 12:40:30.594178  4915 sys_catalog.cc:455] T 00000000000000000000000000000000 P ff34d82e43844f2eaedaebc3d45bdbbf [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "ff34d82e43844f2eaedaebc3d45bdbbf" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ff34d82e43844f2eaedaebc3d45bdbbf" member_type: VOTER } }
I20260608 12:40:30.594820  4915 sys_catalog.cc:458] T 00000000000000000000000000000000 P ff34d82e43844f2eaedaebc3d45bdbbf [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:30.596195  4916 sys_catalog.cc:458] T 00000000000000000000000000000000 P ff34d82e43844f2eaedaebc3d45bdbbf [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:30.598097  4921 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:40:30.604737  4921 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:40:30.607271   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:40:30.615090  4921 catalog_manager.cc:1382] Generated new cluster ID: 92e1d1da4cbc4e4b8af497614ecdaf6b
I20260608 12:40:30.615425  4921 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:40:30.640487  4921 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:40:30.641861  4921 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:40:30.654645  4921 catalog_manager.cc:6069] T 00000000000000000000000000000000 P ff34d82e43844f2eaedaebc3d45bdbbf: Generated new TSK 0
I20260608 12:40:30.655267  4921 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:40:30.673967   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:30.680763  4932 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:30.681668  4933 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:30.683552  4935 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:30.683965   431 server_base.cc:1061] running on GCE node
I20260608 12:40:30.684892   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:30.685117   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.
I20260608 12:40:30.685293   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922430685270 us; error 0 us; skew 500 ppm
I20260608 12:40:30.685878   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:30.688422   431 webserver.cc:533] Webserver started at http://127.0.107.193:44091/ using document root <none> and password file <none>
I20260608 12:40:30.688956   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:30.689167   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:30.689437   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:30.690585   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/ts-0-root/instance:
uuid: "cedcf0d4d3994475ba7a16adcd2a216b"
format_stamp: "Formatted at 2026-06-08 12:40:30 on dist-test-slave-g6ln"
I20260608 12:40:30.695689   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.004s
I20260608 12:40:30.699720  4940 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:30.700814   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:40:30.701157   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/ts-0-root
uuid: "cedcf0d4d3994475ba7a16adcd2a216b"
format_stamp: "Formatted at 2026-06-08 12:40:30 on dist-test-slave-g6ln"
I20260608 12:40:30.701478   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-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)
I20260608 12:40:30.724386   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:30.725638   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:30.727238   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:30.729630   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:30.729864   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:30.730145   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:30.730322   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:30.772022   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:43481
I20260608 12:40:30.772184  5002 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:43481 every 8 connection(s)
I20260608 12:40:30.777653   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:30.785907  5007 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:30.788813  5008 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:30.789917   431 server_base.cc:1061] running on GCE node
W20260608 12:40:30.791294  5010 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:30.792236  5003 heartbeater.cc:344] Connected to a master server at 127.0.107.254:36015
I20260608 12:40:30.792389   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:30.792686   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.
I20260608 12:40:30.792743  5003 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:30.792872   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922430792853 us; error 0 us; skew 500 ppm
I20260608 12:40:30.793648   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:30.793699  5003 heartbeater.cc:507] Master 127.0.107.254:36015 requested a full tablet report, sending...
I20260608 12:40:30.797055  4876 ts_manager.cc:194] Registered new tserver with Master: cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481)
I20260608 12:40:30.797135   431 webserver.cc:533] Webserver started at http://127.0.107.194:38729/ using document root <none> and password file <none>
I20260608 12:40:30.798158   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:30.798455   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:30.798843   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:30.800201  4876 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51250
I20260608 12:40:30.800534   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/ts-1-root/instance:
uuid: "b620ca5e20134b28a02a9a658cdcb4b6"
format_stamp: "Formatted at 2026-06-08 12:40:30 on dist-test-slave-g6ln"
I20260608 12:40:30.806416   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.001s
I20260608 12:40:30.810415  5015 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:30.811235   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:40:30.811650   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/ts-1-root
uuid: "b620ca5e20134b28a02a9a658cdcb4b6"
format_stamp: "Formatted at 2026-06-08 12:40:30 on dist-test-slave-g6ln"
I20260608 12:40:30.811988   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-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)
I20260608 12:40:30.826005   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:30.827343   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:30.829017   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:30.831593   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:30.831841   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:30.832113   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:30.832319   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:30.876366   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:37843
I20260608 12:40:30.876497  5077 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:37843 every 8 connection(s)
I20260608 12:40:30.882351   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:30.891605  5081 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:30.891624  5082 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:30.895890  5078 heartbeater.cc:344] Connected to a master server at 127.0.107.254:36015
W20260608 12:40:30.895933  5084 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:30.896548  5078 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:30.897429   431 server_base.cc:1061] running on GCE node
I20260608 12:40:30.897697  5078 heartbeater.cc:507] Master 127.0.107.254:36015 requested a full tablet report, sending...
I20260608 12:40:30.898538   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:30.898854   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.
I20260608 12:40:30.899060   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922430899039 us; error 0 us; skew 500 ppm
I20260608 12:40:30.899926   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:30.900377  4876 ts_manager.cc:194] Registered new tserver with Master: b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843)
I20260608 12:40:30.902089  4876 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51260
I20260608 12:40:30.903051   431 webserver.cc:533] Webserver started at http://127.0.107.195:46775/ using document root <none> and password file <none>
I20260608 12:40:30.903990   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:30.904274   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:30.904640   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:30.906008   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/ts-2-root/instance:
uuid: "47286173900945eab79eaeea29f2ac7d"
format_stamp: "Formatted at 2026-06-08 12:40:30 on dist-test-slave-g6ln"
I20260608 12:40:30.910988   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.003s
I20260608 12:40:30.914891  5089 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:30.915853   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:40:30.916131   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/ts-2-root
uuid: "47286173900945eab79eaeea29f2ac7d"
format_stamp: "Formatted at 2026-06-08 12:40:30 on dist-test-slave-g6ln"
I20260608 12:40:30.916365   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-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)
I20260608 12:40:30.934880   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:30.936077   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:30.937628   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:30.940161   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:30.940407   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:30.940663   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:30.940853   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:30.983585   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:39555
I20260608 12:40:30.983733  5151 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:39555 every 8 connection(s)
I20260608 12:40:30.999135  5152 heartbeater.cc:344] Connected to a master server at 127.0.107.254:36015
I20260608 12:40:30.999655  5152 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:31.000420  5152 heartbeater.cc:507] Master 127.0.107.254:36015 requested a full tablet report, sending...
I20260608 12:40:31.002573  4876 ts_manager.cc:194] Registered new tserver with Master: 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555)
I20260608 12:40:31.003240   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016160032s
I20260608 12:40:31.004245  4876 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51264
I20260608 12:40:31.803459  5003 heartbeater.cc:499] Master 127.0.107.254:36015 was elected leader, sending a full tablet report...
I20260608 12:40:31.905216  5078 heartbeater.cc:499] Master 127.0.107.254:36015 was elected leader, sending a full tablet report...
I20260608 12:40:32.006963  5152 heartbeater.cc:499] Master 127.0.107.254:36015 was elected leader, sending a full tablet report...
I20260608 12:40:32.060425  4876 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:51266:
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"
    }
  }
}
W20260608 12:40:32.063625  4876 catalog_manager.cc:7076] 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.
I20260608 12:40:32.152371  5117 tablet_service.cc:1511] Processing CreateTablet for tablet 105fb48355214bff9c6585aee6091d1c (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260608 12:40:32.153967  5117 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 105fb48355214bff9c6585aee6091d1c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.156690  5116 tablet_service.cc:1511] Processing CreateTablet for tablet 0fca293cbc8841fd9e9e67513c789b95 (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260608 12:40:32.158182  5116 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0fca293cbc8841fd9e9e67513c789b95. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.160692  5115 tablet_service.cc:1511] Processing CreateTablet for tablet 15aaa8faf41745208046036311dbab0c (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260608 12:40:32.163144  5043 tablet_service.cc:1511] Processing CreateTablet for tablet 105fb48355214bff9c6585aee6091d1c (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260608 12:40:32.164872  5043 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 105fb48355214bff9c6585aee6091d1c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.163108  5114 tablet_service.cc:1511] Processing CreateTablet for tablet 2880ec66fd164ecfa024292a51139e90 (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260608 12:40:32.168776  5114 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2880ec66fd164ecfa024292a51139e90. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.168370  5039 tablet_service.cc:1511] Processing CreateTablet for tablet dbed21957bee44219edb2478a2593161 (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260608 12:40:32.168912  5041 tablet_service.cc:1511] Processing CreateTablet for tablet 15aaa8faf41745208046036311dbab0c (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260608 12:40:32.169672  5113 tablet_service.cc:1511] Processing CreateTablet for tablet dbed21957bee44219edb2478a2593161 (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260608 12:40:32.170730  5115 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 15aaa8faf41745208046036311dbab0c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.170913  5040 tablet_service.cc:1511] Processing CreateTablet for tablet 2880ec66fd164ecfa024292a51139e90 (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260608 12:40:32.171301  5042 tablet_service.cc:1511] Processing CreateTablet for tablet 0fca293cbc8841fd9e9e67513c789b95 (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260608 12:40:32.172232  5112 tablet_service.cc:1511] Processing CreateTablet for tablet 33fdeec5c5344b4cb99bd97045c98526 (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260608 12:40:32.172598  5038 tablet_service.cc:1511] Processing CreateTablet for tablet 33fdeec5c5344b4cb99bd97045c98526 (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260608 12:40:32.173570  5113 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dbed21957bee44219edb2478a2593161. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.169909  5039 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dbed21957bee44219edb2478a2593161. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.174232  5112 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 33fdeec5c5344b4cb99bd97045c98526. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.177951  5038 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 33fdeec5c5344b4cb99bd97045c98526. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.183799  5041 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 15aaa8faf41745208046036311dbab0c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.187817  5042 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0fca293cbc8841fd9e9e67513c789b95. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.191534  5040 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2880ec66fd164ecfa024292a51139e90. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.192930  5037 tablet_service.cc:1511] Processing CreateTablet for tablet ba61449e418d4e17aa276e19401074bc (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260608 12:40:32.194439  5037 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ba61449e418d4e17aa276e19401074bc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.216434  4968 tablet_service.cc:1511] Processing CreateTablet for tablet 105fb48355214bff9c6585aee6091d1c (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260608 12:40:32.217923  4968 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 105fb48355214bff9c6585aee6091d1c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.220822  4967 tablet_service.cc:1511] Processing CreateTablet for tablet 0fca293cbc8841fd9e9e67513c789b95 (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260608 12:40:32.221408  5117 tablet_service.cc:1511] Processing CreateTablet for tablet ba61449e418d4e17aa276e19401074bc (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260608 12:40:32.222273  4967 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0fca293cbc8841fd9e9e67513c789b95. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.222769  5117 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ba61449e418d4e17aa276e19401074bc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.224763  4966 tablet_service.cc:1511] Processing CreateTablet for tablet 15aaa8faf41745208046036311dbab0c (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260608 12:40:32.226145  4966 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 15aaa8faf41745208046036311dbab0c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.228881  4965 tablet_service.cc:1511] Processing CreateTablet for tablet 2880ec66fd164ecfa024292a51139e90 (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260608 12:40:32.230398  4965 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2880ec66fd164ecfa024292a51139e90. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.230233  4964 tablet_service.cc:1511] Processing CreateTablet for tablet dbed21957bee44219edb2478a2593161 (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260608 12:40:32.232851  4963 tablet_service.cc:1511] Processing CreateTablet for tablet 33fdeec5c5344b4cb99bd97045c98526 (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260608 12:40:32.235399  4962 tablet_service.cc:1511] Processing CreateTablet for tablet ba61449e418d4e17aa276e19401074bc (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260608 12:40:32.237066  4964 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dbed21957bee44219edb2478a2593161. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.239847  4963 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 33fdeec5c5344b4cb99bd97045c98526. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.242900  5036 tablet_service.cc:1511] Processing CreateTablet for tablet b2578059db524e82b07383523d42018e (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260608 12:40:32.244374  5036 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b2578059db524e82b07383523d42018e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.228863  5172 tablet_bootstrap.cc:492] T 0fca293cbc8841fd9e9e67513c789b95 P 47286173900945eab79eaeea29f2ac7d: Bootstrap starting.
I20260608 12:40:32.251762  4962 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ba61449e418d4e17aa276e19401074bc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.257428  4961 tablet_service.cc:1511] Processing CreateTablet for tablet b2578059db524e82b07383523d42018e (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260608 12:40:32.258945  4961 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b2578059db524e82b07383523d42018e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.259379  5172 tablet_bootstrap.cc:654] T 0fca293cbc8841fd9e9e67513c789b95 P 47286173900945eab79eaeea29f2ac7d: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.260200  4960 tablet_service.cc:1511] Processing CreateTablet for tablet 9ca0a2753a8a41128dde75a7e184cccc (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260608 12:40:32.261652  4960 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9ca0a2753a8a41128dde75a7e184cccc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.276965  5115 tablet_service.cc:1511] Processing CreateTablet for tablet b2578059db524e82b07383523d42018e (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260608 12:40:32.279016  5115 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b2578059db524e82b07383523d42018e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.287138  5043 tablet_service.cc:1511] Processing CreateTablet for tablet 9ca0a2753a8a41128dde75a7e184cccc (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260608 12:40:32.288592  5043 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9ca0a2753a8a41128dde75a7e184cccc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.295627  5112 tablet_service.cc:1511] Processing CreateTablet for tablet 9ca0a2753a8a41128dde75a7e184cccc (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260608 12:40:32.307209  5112 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9ca0a2753a8a41128dde75a7e184cccc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.308429  4959 tablet_service.cc:1511] Processing CreateTablet for tablet 7146bd7c460c448f9623cf9421db76bf (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260608 12:40:32.310377  4959 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7146bd7c460c448f9623cf9421db76bf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.306761  5174 tablet_bootstrap.cc:492] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b: Bootstrap starting.
I20260608 12:40:32.324415  5173 tablet_bootstrap.cc:492] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6: Bootstrap starting.
I20260608 12:40:32.331616  5173 tablet_bootstrap.cc:654] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.336041  5113 tablet_service.cc:1511] Processing CreateTablet for tablet 7146bd7c460c448f9623cf9421db76bf (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260608 12:40:32.340245  4965 tablet_service.cc:1511] Processing CreateTablet for tablet 68d7d93b946e4185aad788c873ff6d66 (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260608 12:40:32.357220  5113 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7146bd7c460c448f9623cf9421db76bf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.358816  4965 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 68d7d93b946e4185aad788c873ff6d66. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.361913  5172 tablet_bootstrap.cc:492] T 0fca293cbc8841fd9e9e67513c789b95 P 47286173900945eab79eaeea29f2ac7d: No bootstrap required, opened a new log
I20260608 12:40:32.362399  5172 ts_tablet_manager.cc:1403] T 0fca293cbc8841fd9e9e67513c789b95 P 47286173900945eab79eaeea29f2ac7d: Time spent bootstrapping tablet: real 0.134s	user 0.020s	sys 0.008s
I20260608 12:40:32.365707  5172 raft_consensus.cc:359] T 0fca293cbc8841fd9e9e67513c789b95 P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.367388  5172 raft_consensus.cc:385] T 0fca293cbc8841fd9e9e67513c789b95 P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.367743  5172 raft_consensus.cc:740] T 0fca293cbc8841fd9e9e67513c789b95 P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 47286173900945eab79eaeea29f2ac7d, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.368645  5172 consensus_queue.cc:260] T 0fca293cbc8841fd9e9e67513c789b95 P 47286173900945eab79eaeea29f2ac7d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.344583  5174 tablet_bootstrap.cc:654] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.345615  5036 tablet_service.cc:1511] Processing CreateTablet for tablet 7146bd7c460c448f9623cf9421db76bf (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260608 12:40:32.371054  5036 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7146bd7c460c448f9623cf9421db76bf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.352531  5037 tablet_service.cc:1511] Processing CreateTablet for tablet 68d7d93b946e4185aad788c873ff6d66 (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260608 12:40:32.355055  5112 tablet_service.cc:1511] Processing CreateTablet for tablet 68d7d93b946e4185aad788c873ff6d66 (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260608 12:40:32.372573  5112 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 68d7d93b946e4185aad788c873ff6d66. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.380411  5037 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 68d7d93b946e4185aad788c873ff6d66. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.386261  5042 tablet_service.cc:1511] Processing CreateTablet for tablet 0bc0672a6ad146209d40a9391a07158e (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260608 12:40:32.390108  4968 tablet_service.cc:1511] Processing CreateTablet for tablet 0bc0672a6ad146209d40a9391a07158e (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260608 12:40:32.398139  5115 tablet_service.cc:1511] Processing CreateTablet for tablet 0bc0672a6ad146209d40a9391a07158e (DEFAULT_TABLE table=test-workload [id=bab44790c31042a0a50c61263e4126c4]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260608 12:40:32.400056  5115 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0bc0672a6ad146209d40a9391a07158e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.407653  4968 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0bc0672a6ad146209d40a9391a07158e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.430599  5172 ts_tablet_manager.cc:1434] T 0fca293cbc8841fd9e9e67513c789b95 P 47286173900945eab79eaeea29f2ac7d: Time spent starting tablet: real 0.068s	user 0.018s	sys 0.030s
I20260608 12:40:32.431881  5172 tablet_bootstrap.cc:492] T 105fb48355214bff9c6585aee6091d1c P 47286173900945eab79eaeea29f2ac7d: Bootstrap starting.
I20260608 12:40:32.432147  5174 tablet_bootstrap.cc:492] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b: No bootstrap required, opened a new log
I20260608 12:40:32.432647  5174 ts_tablet_manager.cc:1403] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b: Time spent bootstrapping tablet: real 0.127s	user 0.015s	sys 0.021s
I20260608 12:40:32.412699  5042 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0bc0672a6ad146209d40a9391a07158e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.442227  5173 tablet_bootstrap.cc:492] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6: No bootstrap required, opened a new log
I20260608 12:40:32.442759  5173 ts_tablet_manager.cc:1403] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6: Time spent bootstrapping tablet: real 0.119s	user 0.011s	sys 0.033s
I20260608 12:40:32.446103  5172 tablet_bootstrap.cc:654] T 105fb48355214bff9c6585aee6091d1c P 47286173900945eab79eaeea29f2ac7d: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.445950  5173 raft_consensus.cc:359] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.446688  5173 raft_consensus.cc:385] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.447000  5173 raft_consensus.cc:740] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b620ca5e20134b28a02a9a658cdcb4b6, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.452668  5174 raft_consensus.cc:359] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.453431  5174 raft_consensus.cc:385] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.453722  5174 raft_consensus.cc:740] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cedcf0d4d3994475ba7a16adcd2a216b, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.454514  5174 consensus_queue.cc:260] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.457042  5173 consensus_queue.cc:260] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.466559  5172 tablet_bootstrap.cc:492] T 105fb48355214bff9c6585aee6091d1c P 47286173900945eab79eaeea29f2ac7d: No bootstrap required, opened a new log
I20260608 12:40:32.466877  5174 ts_tablet_manager.cc:1434] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b: Time spent starting tablet: real 0.034s	user 0.004s	sys 0.010s
I20260608 12:40:32.467115  5172 ts_tablet_manager.cc:1403] T 105fb48355214bff9c6585aee6091d1c P 47286173900945eab79eaeea29f2ac7d: Time spent bootstrapping tablet: real 0.035s	user 0.006s	sys 0.008s
I20260608 12:40:32.467967  5174 tablet_bootstrap.cc:492] T 33fdeec5c5344b4cb99bd97045c98526 P cedcf0d4d3994475ba7a16adcd2a216b: Bootstrap starting.
I20260608 12:40:32.470335  5172 raft_consensus.cc:359] T 105fb48355214bff9c6585aee6091d1c P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } }
I20260608 12:40:32.471048  5172 raft_consensus.cc:385] T 105fb48355214bff9c6585aee6091d1c P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.471345  5172 raft_consensus.cc:740] T 105fb48355214bff9c6585aee6091d1c P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 47286173900945eab79eaeea29f2ac7d, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.475888  5173 ts_tablet_manager.cc:1434] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6: Time spent starting tablet: real 0.033s	user 0.011s	sys 0.002s
I20260608 12:40:32.476986  5173 tablet_bootstrap.cc:492] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6: Bootstrap starting.
I20260608 12:40:32.478658  5174 tablet_bootstrap.cc:654] T 33fdeec5c5344b4cb99bd97045c98526 P cedcf0d4d3994475ba7a16adcd2a216b: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.478864  5172 consensus_queue.cc:260] T 105fb48355214bff9c6585aee6091d1c P 47286173900945eab79eaeea29f2ac7d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } }
I20260608 12:40:32.486047  5173 tablet_bootstrap.cc:654] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.490795  5174 tablet_bootstrap.cc:492] T 33fdeec5c5344b4cb99bd97045c98526 P cedcf0d4d3994475ba7a16adcd2a216b: No bootstrap required, opened a new log
I20260608 12:40:32.491320  5174 ts_tablet_manager.cc:1403] T 33fdeec5c5344b4cb99bd97045c98526 P cedcf0d4d3994475ba7a16adcd2a216b: Time spent bootstrapping tablet: real 0.024s	user 0.016s	sys 0.003s
I20260608 12:40:32.494611  5174 raft_consensus.cc:359] T 33fdeec5c5344b4cb99bd97045c98526 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.495330  5174 raft_consensus.cc:385] T 33fdeec5c5344b4cb99bd97045c98526 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.492190  5172 ts_tablet_manager.cc:1434] T 105fb48355214bff9c6585aee6091d1c P 47286173900945eab79eaeea29f2ac7d: Time spent starting tablet: real 0.025s	user 0.007s	sys 0.000s
I20260608 12:40:32.495682  5174 raft_consensus.cc:740] T 33fdeec5c5344b4cb99bd97045c98526 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cedcf0d4d3994475ba7a16adcd2a216b, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.496644  5174 consensus_queue.cc:260] T 33fdeec5c5344b4cb99bd97045c98526 P cedcf0d4d3994475ba7a16adcd2a216b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.501278  5174 ts_tablet_manager.cc:1434] T 33fdeec5c5344b4cb99bd97045c98526 P cedcf0d4d3994475ba7a16adcd2a216b: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260608 12:40:32.502305  5174 tablet_bootstrap.cc:492] T 15aaa8faf41745208046036311dbab0c P cedcf0d4d3994475ba7a16adcd2a216b: Bootstrap starting.
I20260608 12:40:32.508147  5172 tablet_bootstrap.cc:492] T ba61449e418d4e17aa276e19401074bc P 47286173900945eab79eaeea29f2ac7d: Bootstrap starting.
I20260608 12:40:32.514215  5174 tablet_bootstrap.cc:654] T 15aaa8faf41745208046036311dbab0c P cedcf0d4d3994475ba7a16adcd2a216b: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.514367  5173 tablet_bootstrap.cc:492] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6: No bootstrap required, opened a new log
I20260608 12:40:32.515064  5173 ts_tablet_manager.cc:1403] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6: Time spent bootstrapping tablet: real 0.038s	user 0.010s	sys 0.021s
I20260608 12:40:32.516131  5172 tablet_bootstrap.cc:654] T ba61449e418d4e17aa276e19401074bc P 47286173900945eab79eaeea29f2ac7d: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.519536  5173 raft_consensus.cc:359] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } }
I20260608 12:40:32.520382  5173 raft_consensus.cc:385] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.520721  5173 raft_consensus.cc:740] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b620ca5e20134b28a02a9a658cdcb4b6, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.520830  5174 tablet_bootstrap.cc:492] T 15aaa8faf41745208046036311dbab0c P cedcf0d4d3994475ba7a16adcd2a216b: No bootstrap required, opened a new log
I20260608 12:40:32.521580  5174 ts_tablet_manager.cc:1403] T 15aaa8faf41745208046036311dbab0c P cedcf0d4d3994475ba7a16adcd2a216b: Time spent bootstrapping tablet: real 0.020s	user 0.008s	sys 0.004s
I20260608 12:40:32.523113  5173 consensus_queue.cc:260] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } }
I20260608 12:40:32.525286  5173 ts_tablet_manager.cc:1434] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260608 12:40:32.524927  5174 raft_consensus.cc:359] T 15aaa8faf41745208046036311dbab0c P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.526798  5174 raft_consensus.cc:385] T 15aaa8faf41745208046036311dbab0c P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.527113  5174 raft_consensus.cc:740] T 15aaa8faf41745208046036311dbab0c P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cedcf0d4d3994475ba7a16adcd2a216b, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.527400  5173 tablet_bootstrap.cc:492] T dbed21957bee44219edb2478a2593161 P b620ca5e20134b28a02a9a658cdcb4b6: Bootstrap starting.
I20260608 12:40:32.528019  5174 consensus_queue.cc:260] T 15aaa8faf41745208046036311dbab0c P cedcf0d4d3994475ba7a16adcd2a216b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.532194  5174 ts_tablet_manager.cc:1434] T 15aaa8faf41745208046036311dbab0c P cedcf0d4d3994475ba7a16adcd2a216b: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.001s
I20260608 12:40:32.533253  5174 tablet_bootstrap.cc:492] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b: Bootstrap starting.
I20260608 12:40:32.537596  5173 tablet_bootstrap.cc:654] T dbed21957bee44219edb2478a2593161 P b620ca5e20134b28a02a9a658cdcb4b6: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.542999  5174 tablet_bootstrap.cc:654] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.543442  5173 tablet_bootstrap.cc:492] T dbed21957bee44219edb2478a2593161 P b620ca5e20134b28a02a9a658cdcb4b6: No bootstrap required, opened a new log
I20260608 12:40:32.543954  5173 ts_tablet_manager.cc:1403] T dbed21957bee44219edb2478a2593161 P b620ca5e20134b28a02a9a658cdcb4b6: Time spent bootstrapping tablet: real 0.017s	user 0.009s	sys 0.004s
I20260608 12:40:32.545694  5172 tablet_bootstrap.cc:492] T ba61449e418d4e17aa276e19401074bc P 47286173900945eab79eaeea29f2ac7d: No bootstrap required, opened a new log
I20260608 12:40:32.546259  5172 ts_tablet_manager.cc:1403] T ba61449e418d4e17aa276e19401074bc P 47286173900945eab79eaeea29f2ac7d: Time spent bootstrapping tablet: real 0.042s	user 0.012s	sys 0.003s
I20260608 12:40:32.546963  5173 raft_consensus.cc:359] T dbed21957bee44219edb2478a2593161 P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.547797  5173 raft_consensus.cc:385] T dbed21957bee44219edb2478a2593161 P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.548120  5173 raft_consensus.cc:740] T dbed21957bee44219edb2478a2593161 P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b620ca5e20134b28a02a9a658cdcb4b6, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.549031  5173 consensus_queue.cc:260] T dbed21957bee44219edb2478a2593161 P b620ca5e20134b28a02a9a658cdcb4b6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.549829  5174 tablet_bootstrap.cc:492] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b: No bootstrap required, opened a new log
I20260608 12:40:32.549515  5172 raft_consensus.cc:359] T ba61449e418d4e17aa276e19401074bc P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.550328  5172 raft_consensus.cc:385] T ba61449e418d4e17aa276e19401074bc P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.550408  5174 ts_tablet_manager.cc:1403] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b: Time spent bootstrapping tablet: real 0.017s	user 0.011s	sys 0.002s
I20260608 12:40:32.550706  5172 raft_consensus.cc:740] T ba61449e418d4e17aa276e19401074bc P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 47286173900945eab79eaeea29f2ac7d, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.551791  5172 consensus_queue.cc:260] T ba61449e418d4e17aa276e19401074bc P 47286173900945eab79eaeea29f2ac7d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.553038  5180 raft_consensus.cc:493] T 15aaa8faf41745208046036311dbab0c P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:32.553535  5180 raft_consensus.cc:515] T 15aaa8faf41745208046036311dbab0c P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.556411  5180 leader_election.cc:290] T 15aaa8faf41745208046036311dbab0c P cedcf0d4d3994475ba7a16adcd2a216b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843), 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555)
I20260608 12:40:32.559140  5174 raft_consensus.cc:359] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.559523  5173 ts_tablet_manager.cc:1434] T dbed21957bee44219edb2478a2593161 P b620ca5e20134b28a02a9a658cdcb4b6: Time spent starting tablet: real 0.015s	user 0.008s	sys 0.000s
I20260608 12:40:32.560027  5174 raft_consensus.cc:385] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.560437  5174 raft_consensus.cc:740] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cedcf0d4d3994475ba7a16adcd2a216b, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.561381  5174 consensus_queue.cc:260] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.564190  5173 tablet_bootstrap.cc:492] T 33fdeec5c5344b4cb99bd97045c98526 P b620ca5e20134b28a02a9a658cdcb4b6: Bootstrap starting.
I20260608 12:40:32.568017  5174 ts_tablet_manager.cc:1434] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b: Time spent starting tablet: real 0.017s	user 0.007s	sys 0.000s
I20260608 12:40:32.569507  5174 tablet_bootstrap.cc:492] T 105fb48355214bff9c6585aee6091d1c P cedcf0d4d3994475ba7a16adcd2a216b: Bootstrap starting.
I20260608 12:40:32.572541  5181 raft_consensus.cc:493] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:32.572817  5173 tablet_bootstrap.cc:654] T 33fdeec5c5344b4cb99bd97045c98526 P b620ca5e20134b28a02a9a658cdcb4b6: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.573120  5181 raft_consensus.cc:515] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.577977  5172 ts_tablet_manager.cc:1434] T ba61449e418d4e17aa276e19401074bc P 47286173900945eab79eaeea29f2ac7d: Time spent starting tablet: real 0.031s	user 0.006s	sys 0.002s
I20260608 12:40:32.583158  5174 tablet_bootstrap.cc:654] T 105fb48355214bff9c6585aee6091d1c P cedcf0d4d3994475ba7a16adcd2a216b: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.591300  5181 leader_election.cc:290] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481), 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555)
I20260608 12:40:32.608155  5172 tablet_bootstrap.cc:492] T 2880ec66fd164ecfa024292a51139e90 P 47286173900945eab79eaeea29f2ac7d: Bootstrap starting.
W20260608 12:40:32.609915  4924 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:40:32.613729  5174 tablet_bootstrap.cc:492] T 105fb48355214bff9c6585aee6091d1c P cedcf0d4d3994475ba7a16adcd2a216b: No bootstrap required, opened a new log
I20260608 12:40:32.614773  5174 ts_tablet_manager.cc:1403] T 105fb48355214bff9c6585aee6091d1c P cedcf0d4d3994475ba7a16adcd2a216b: Time spent bootstrapping tablet: real 0.046s	user 0.009s	sys 0.003s
I20260608 12:40:32.618837  5174 raft_consensus.cc:359] T 105fb48355214bff9c6585aee6091d1c P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } }
I20260608 12:40:32.619664  5174 raft_consensus.cc:385] T 105fb48355214bff9c6585aee6091d1c P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.619976  5174 raft_consensus.cc:740] T 105fb48355214bff9c6585aee6091d1c P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cedcf0d4d3994475ba7a16adcd2a216b, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.620255  5172 tablet_bootstrap.cc:654] T 2880ec66fd164ecfa024292a51139e90 P 47286173900945eab79eaeea29f2ac7d: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.621007  5174 consensus_queue.cc:260] T 105fb48355214bff9c6585aee6091d1c P cedcf0d4d3994475ba7a16adcd2a216b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } }
I20260608 12:40:32.624092  5173 tablet_bootstrap.cc:492] T 33fdeec5c5344b4cb99bd97045c98526 P b620ca5e20134b28a02a9a658cdcb4b6: No bootstrap required, opened a new log
I20260608 12:40:32.624665  5173 ts_tablet_manager.cc:1403] T 33fdeec5c5344b4cb99bd97045c98526 P b620ca5e20134b28a02a9a658cdcb4b6: Time spent bootstrapping tablet: real 0.061s	user 0.025s	sys 0.006s
I20260608 12:40:32.628094  5174 ts_tablet_manager.cc:1434] T 105fb48355214bff9c6585aee6091d1c P cedcf0d4d3994475ba7a16adcd2a216b: Time spent starting tablet: real 0.013s	user 0.004s	sys 0.004s
I20260608 12:40:32.629223  5174 tablet_bootstrap.cc:492] T 9ca0a2753a8a41128dde75a7e184cccc P cedcf0d4d3994475ba7a16adcd2a216b: Bootstrap starting.
I20260608 12:40:32.632164  4978 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba61449e418d4e17aa276e19401074bc" candidate_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" is_pre_election: true
I20260608 12:40:32.635632  5173 raft_consensus.cc:359] T 33fdeec5c5344b4cb99bd97045c98526 P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.636438  5173 raft_consensus.cc:385] T 33fdeec5c5344b4cb99bd97045c98526 P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.636759  5173 raft_consensus.cc:740] T 33fdeec5c5344b4cb99bd97045c98526 P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b620ca5e20134b28a02a9a658cdcb4b6, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.638687  5176 raft_consensus.cc:493] T ba61449e418d4e17aa276e19401074bc P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:32.639230  5176 raft_consensus.cc:515] T ba61449e418d4e17aa276e19401074bc P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.639923  5127 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba61449e418d4e17aa276e19401074bc" candidate_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47286173900945eab79eaeea29f2ac7d" is_pre_election: true
I20260608 12:40:32.640667  5127 raft_consensus.cc:2468] T ba61449e418d4e17aa276e19401074bc P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b620ca5e20134b28a02a9a658cdcb4b6 in term 0.
W20260608 12:40:32.641979  5018 leader_election.cc:343] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:32.642170  5176 leader_election.cc:290] T ba61449e418d4e17aa276e19401074bc P 47286173900945eab79eaeea29f2ac7d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481), b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843)
I20260608 12:40:32.644188  5017 leader_election.cc:304] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [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: 47286173900945eab79eaeea29f2ac7d, b620ca5e20134b28a02a9a658cdcb4b6; no voters: cedcf0d4d3994475ba7a16adcd2a216b
I20260608 12:40:32.645669  5181 raft_consensus.cc:2804] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:32.646183  5181 raft_consensus.cc:493] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:32.646620  5181 raft_consensus.cc:3060] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.647539  5174 tablet_bootstrap.cc:654] T 9ca0a2753a8a41128dde75a7e184cccc P cedcf0d4d3994475ba7a16adcd2a216b: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.653669  5172 tablet_bootstrap.cc:492] T 2880ec66fd164ecfa024292a51139e90 P 47286173900945eab79eaeea29f2ac7d: No bootstrap required, opened a new log
I20260608 12:40:32.654313  5172 ts_tablet_manager.cc:1403] T 2880ec66fd164ecfa024292a51139e90 P 47286173900945eab79eaeea29f2ac7d: Time spent bootstrapping tablet: real 0.053s	user 0.019s	sys 0.006s
I20260608 12:40:32.654747  5173 consensus_queue.cc:260] T 33fdeec5c5344b4cb99bd97045c98526 P b620ca5e20134b28a02a9a658cdcb4b6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.657370  5127 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15aaa8faf41745208046036311dbab0c" candidate_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47286173900945eab79eaeea29f2ac7d" is_pre_election: true
I20260608 12:40:32.657863  5172 raft_consensus.cc:359] T 2880ec66fd164ecfa024292a51139e90 P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.658674  5172 raft_consensus.cc:385] T 2880ec66fd164ecfa024292a51139e90 P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.659044  5172 raft_consensus.cc:740] T 2880ec66fd164ecfa024292a51139e90 P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 47286173900945eab79eaeea29f2ac7d, State: Initialized, Role: FOLLOWER
W20260608 12:40:32.659312  4942 leader_election.cc:343] T 15aaa8faf41745208046036311dbab0c P cedcf0d4d3994475ba7a16adcd2a216b [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:32.655135  5181 raft_consensus.cc:515] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.661638  5053 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15aaa8faf41745208046036311dbab0c" candidate_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" is_pre_election: true
W20260608 12:40:32.663368  4943 leader_election.cc:343] T 15aaa8faf41745208046036311dbab0c P cedcf0d4d3994475ba7a16adcd2a216b [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:32.663895  4943 leader_election.cc:304] T 15aaa8faf41745208046036311dbab0c P cedcf0d4d3994475ba7a16adcd2a216b [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: cedcf0d4d3994475ba7a16adcd2a216b; no voters: 47286173900945eab79eaeea29f2ac7d, b620ca5e20134b28a02a9a658cdcb4b6
I20260608 12:40:32.664216  5181 leader_election.cc:290] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [CANDIDATE]: Term 1 election: Requested vote from peers cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481), 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555)
I20260608 12:40:32.664937  5180 raft_consensus.cc:493] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:32.664968  4978 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba61449e418d4e17aa276e19401074bc" candidate_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cedcf0d4d3994475ba7a16adcd2a216b"
I20260608 12:40:32.665628  5180 raft_consensus.cc:515] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.665521  5172 consensus_queue.cc:260] T 2880ec66fd164ecfa024292a51139e90 P 47286173900945eab79eaeea29f2ac7d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
W20260608 12:40:32.666771  5018 leader_election.cc:343] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:32.668637  5180 leader_election.cc:290] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843), 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555)
I20260608 12:40:32.669153  5180 raft_consensus.cc:2749] T 15aaa8faf41745208046036311dbab0c P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:40:32.670004  5126 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dbed21957bee44219edb2478a2593161" candidate_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47286173900945eab79eaeea29f2ac7d" is_pre_election: true
W20260608 12:40:32.671695  4942 leader_election.cc:343] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:32.671872  5127 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba61449e418d4e17aa276e19401074bc" candidate_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47286173900945eab79eaeea29f2ac7d"
I20260608 12:40:32.672410  5127 raft_consensus.cc:3060] T ba61449e418d4e17aa276e19401074bc P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.673010  4978 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba61449e418d4e17aa276e19401074bc" candidate_uuid: "47286173900945eab79eaeea29f2ac7d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" is_pre_election: true
I20260608 12:40:32.674163  5172 ts_tablet_manager.cc:1434] T 2880ec66fd164ecfa024292a51139e90 P 47286173900945eab79eaeea29f2ac7d: Time spent starting tablet: real 0.020s	user 0.008s	sys 0.000s
W20260608 12:40:32.674700  5092 leader_election.cc:343] T ba61449e418d4e17aa276e19401074bc P 47286173900945eab79eaeea29f2ac7d [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:32.675294  5172 tablet_bootstrap.cc:492] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d: Bootstrap starting.
I20260608 12:40:32.676484  5174 tablet_bootstrap.cc:492] T 9ca0a2753a8a41128dde75a7e184cccc P cedcf0d4d3994475ba7a16adcd2a216b: No bootstrap required, opened a new log
I20260608 12:40:32.676977  5174 ts_tablet_manager.cc:1403] T 9ca0a2753a8a41128dde75a7e184cccc P cedcf0d4d3994475ba7a16adcd2a216b: Time spent bootstrapping tablet: real 0.048s	user 0.010s	sys 0.004s
I20260608 12:40:32.682396  5172 tablet_bootstrap.cc:654] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.684116  5173 ts_tablet_manager.cc:1434] T 33fdeec5c5344b4cb99bd97045c98526 P b620ca5e20134b28a02a9a658cdcb4b6: Time spent starting tablet: real 0.059s	user 0.020s	sys 0.000s
I20260608 12:40:32.685196  5173 tablet_bootstrap.cc:492] T 2880ec66fd164ecfa024292a51139e90 P b620ca5e20134b28a02a9a658cdcb4b6: Bootstrap starting.
I20260608 12:40:32.685910  5174 raft_consensus.cc:359] T 9ca0a2753a8a41128dde75a7e184cccc P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.686926  5174 raft_consensus.cc:385] T 9ca0a2753a8a41128dde75a7e184cccc P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.691684  5053 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dbed21957bee44219edb2478a2593161" candidate_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" is_pre_election: true
I20260608 12:40:32.692396  5053 raft_consensus.cc:2468] T dbed21957bee44219edb2478a2593161 P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cedcf0d4d3994475ba7a16adcd2a216b in term 0.
I20260608 12:40:32.692778  5173 tablet_bootstrap.cc:654] T 2880ec66fd164ecfa024292a51139e90 P b620ca5e20134b28a02a9a658cdcb4b6: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.693799  4943 leader_election.cc:304] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b [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: b620ca5e20134b28a02a9a658cdcb4b6, cedcf0d4d3994475ba7a16adcd2a216b; no voters: 47286173900945eab79eaeea29f2ac7d
I20260608 12:40:32.694269  5172 tablet_bootstrap.cc:492] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d: No bootstrap required, opened a new log
I20260608 12:40:32.694796  5172 ts_tablet_manager.cc:1403] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d: Time spent bootstrapping tablet: real 0.020s	user 0.006s	sys 0.011s
I20260608 12:40:32.696053  5201 raft_consensus.cc:2804] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:32.696491  5201 raft_consensus.cc:493] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:32.696869  5201 raft_consensus.cc:3060] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.698194  5172 raft_consensus.cc:359] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.698971  5172 raft_consensus.cc:385] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.699285  5172 raft_consensus.cc:740] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 47286173900945eab79eaeea29f2ac7d, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.700129  5172 consensus_queue.cc:260] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.703459  5127 raft_consensus.cc:2468] T ba61449e418d4e17aa276e19401074bc P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b620ca5e20134b28a02a9a658cdcb4b6 in term 1.
I20260608 12:40:32.705746  5172 ts_tablet_manager.cc:1434] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d: Time spent starting tablet: real 0.011s	user 0.004s	sys 0.004s
I20260608 12:40:32.706808  5053 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba61449e418d4e17aa276e19401074bc" candidate_uuid: "47286173900945eab79eaeea29f2ac7d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" is_pre_election: true
I20260608 12:40:32.707468  5172 tablet_bootstrap.cc:492] T dbed21957bee44219edb2478a2593161 P 47286173900945eab79eaeea29f2ac7d: Bootstrap starting.
I20260608 12:40:32.707664  5053 raft_consensus.cc:2393] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 47286173900945eab79eaeea29f2ac7d in current term 1: Already voted for candidate b620ca5e20134b28a02a9a658cdcb4b6 in this term.
I20260608 12:40:32.708992  5092 leader_election.cc:304] T ba61449e418d4e17aa276e19401074bc P 47286173900945eab79eaeea29f2ac7d [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: 47286173900945eab79eaeea29f2ac7d; no voters: b620ca5e20134b28a02a9a658cdcb4b6, cedcf0d4d3994475ba7a16adcd2a216b
I20260608 12:40:32.710188  5176 raft_consensus.cc:2749] T ba61449e418d4e17aa276e19401074bc P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:40:32.711511  5180 raft_consensus.cc:493] T 33fdeec5c5344b4cb99bd97045c98526 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:32.711993  5180 raft_consensus.cc:515] T 33fdeec5c5344b4cb99bd97045c98526 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.714193  5180 leader_election.cc:290] T 33fdeec5c5344b4cb99bd97045c98526 P cedcf0d4d3994475ba7a16adcd2a216b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843), 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555)
I20260608 12:40:32.714915  5053 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "33fdeec5c5344b4cb99bd97045c98526" candidate_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" is_pre_election: true
I20260608 12:40:32.715360  5126 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "33fdeec5c5344b4cb99bd97045c98526" candidate_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47286173900945eab79eaeea29f2ac7d" is_pre_election: true
I20260608 12:40:32.715600  5053 raft_consensus.cc:2468] T 33fdeec5c5344b4cb99bd97045c98526 P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cedcf0d4d3994475ba7a16adcd2a216b in term 0.
I20260608 12:40:32.716670  5172 tablet_bootstrap.cc:654] T dbed21957bee44219edb2478a2593161 P 47286173900945eab79eaeea29f2ac7d: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.716910  4943 leader_election.cc:304] T 33fdeec5c5344b4cb99bd97045c98526 P cedcf0d4d3994475ba7a16adcd2a216b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b620ca5e20134b28a02a9a658cdcb4b6, cedcf0d4d3994475ba7a16adcd2a216b; no voters: 
I20260608 12:40:32.687309  5174 raft_consensus.cc:740] T 9ca0a2753a8a41128dde75a7e184cccc P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cedcf0d4d3994475ba7a16adcd2a216b, State: Initialized, Role: FOLLOWER
W20260608 12:40:32.717840  4942 leader_election.cc:343] T 33fdeec5c5344b4cb99bd97045c98526 P cedcf0d4d3994475ba7a16adcd2a216b [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:32.718138  5174 consensus_queue.cc:260] T 9ca0a2753a8a41128dde75a7e184cccc P cedcf0d4d3994475ba7a16adcd2a216b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.721474  5017 leader_election.cc:304] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [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: 47286173900945eab79eaeea29f2ac7d, b620ca5e20134b28a02a9a658cdcb4b6; no voters: cedcf0d4d3994475ba7a16adcd2a216b
I20260608 12:40:32.723146  5181 raft_consensus.cc:2804] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:32.723853  5181 raft_consensus.cc:697] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 LEADER]: Becoming Leader. State: Replica: b620ca5e20134b28a02a9a658cdcb4b6, State: Running, Role: LEADER
I20260608 12:40:32.725435  5180 raft_consensus.cc:2804] T 33fdeec5c5344b4cb99bd97045c98526 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:32.725009  5181 consensus_queue.cc:237] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.725839  5180 raft_consensus.cc:493] T 33fdeec5c5344b4cb99bd97045c98526 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:32.726233  5180 raft_consensus.cc:3060] T 33fdeec5c5344b4cb99bd97045c98526 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.727918  5200 raft_consensus.cc:493] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:32.728578  5200 raft_consensus.cc:515] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } }
I20260608 12:40:32.741242  5173 tablet_bootstrap.cc:492] T 2880ec66fd164ecfa024292a51139e90 P b620ca5e20134b28a02a9a658cdcb4b6: No bootstrap required, opened a new log
I20260608 12:40:32.742000  5173 ts_tablet_manager.cc:1403] T 2880ec66fd164ecfa024292a51139e90 P b620ca5e20134b28a02a9a658cdcb4b6: Time spent bootstrapping tablet: real 0.057s	user 0.026s	sys 0.011s
I20260608 12:40:32.752537  5173 raft_consensus.cc:359] T 2880ec66fd164ecfa024292a51139e90 P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.752915  5127 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "105fb48355214bff9c6585aee6091d1c" candidate_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47286173900945eab79eaeea29f2ac7d" is_pre_election: true
I20260608 12:40:32.753337  5173 raft_consensus.cc:385] T 2880ec66fd164ecfa024292a51139e90 P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.753582  5127 raft_consensus.cc:2468] T 105fb48355214bff9c6585aee6091d1c P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b620ca5e20134b28a02a9a658cdcb4b6 in term 0.
I20260608 12:40:32.753667  5173 raft_consensus.cc:740] T 2880ec66fd164ecfa024292a51139e90 P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b620ca5e20134b28a02a9a658cdcb4b6, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.753799  4876 catalog_manager.cc:5696] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 reported cstate change: term changed from 0 to 1, leader changed from <none> to b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:32.755302  5017 leader_election.cc:304] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 47286173900945eab79eaeea29f2ac7d, b620ca5e20134b28a02a9a658cdcb4b6; no voters: 
I20260608 12:40:32.753613  5200 leader_election.cc:290] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555), cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481)
I20260608 12:40:32.756220  5181 raft_consensus.cc:2804] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:32.756934  5181 raft_consensus.cc:493] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:32.757354  5181 raft_consensus.cc:3060] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.761790  5201 raft_consensus.cc:515] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.755606  5173 consensus_queue.cc:260] T 2880ec66fd164ecfa024292a51139e90 P b620ca5e20134b28a02a9a658cdcb4b6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.765892  5173 ts_tablet_manager.cc:1434] T 2880ec66fd164ecfa024292a51139e90 P b620ca5e20134b28a02a9a658cdcb4b6: Time spent starting tablet: real 0.023s	user 0.006s	sys 0.003s
I20260608 12:40:32.766705  5172 tablet_bootstrap.cc:492] T dbed21957bee44219edb2478a2593161 P 47286173900945eab79eaeea29f2ac7d: No bootstrap required, opened a new log
I20260608 12:40:32.767143  5173 tablet_bootstrap.cc:492] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6: Bootstrap starting.
I20260608 12:40:32.767247  5172 ts_tablet_manager.cc:1403] T dbed21957bee44219edb2478a2593161 P 47286173900945eab79eaeea29f2ac7d: Time spent bootstrapping tablet: real 0.060s	user 0.022s	sys 0.023s
I20260608 12:40:32.770870  5172 raft_consensus.cc:359] T dbed21957bee44219edb2478a2593161 P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.771895  5172 raft_consensus.cc:385] T dbed21957bee44219edb2478a2593161 P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.772123  5207 raft_consensus.cc:493] T 9ca0a2753a8a41128dde75a7e184cccc P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:32.772251  5172 raft_consensus.cc:740] T dbed21957bee44219edb2478a2593161 P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 47286173900945eab79eaeea29f2ac7d, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.773294  5172 consensus_queue.cc:260] T dbed21957bee44219edb2478a2593161 P 47286173900945eab79eaeea29f2ac7d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.773976  4978 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "105fb48355214bff9c6585aee6091d1c" candidate_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" is_pre_election: true
I20260608 12:40:32.774680  4978 raft_consensus.cc:2468] T 105fb48355214bff9c6585aee6091d1c P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b620ca5e20134b28a02a9a658cdcb4b6 in term 0.
I20260608 12:40:32.776727  5173 tablet_bootstrap.cc:654] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.776623  5181 raft_consensus.cc:515] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } }
I20260608 12:40:32.779865  5127 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "105fb48355214bff9c6585aee6091d1c" candidate_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47286173900945eab79eaeea29f2ac7d"
I20260608 12:40:32.780313  5053 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dbed21957bee44219edb2478a2593161" candidate_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b620ca5e20134b28a02a9a658cdcb4b6"
I20260608 12:40:32.780644  5127 raft_consensus.cc:3060] T 105fb48355214bff9c6585aee6091d1c P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.780975  5053 raft_consensus.cc:3060] T dbed21957bee44219edb2478a2593161 P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.785964  5176 raft_consensus.cc:493] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:32.786487  5176 raft_consensus.cc:515] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.788050  5201 leader_election.cc:290] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b [CANDIDATE]: Term 1 election: Requested vote from peers b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843), 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555)
I20260608 12:40:32.788628  5201 raft_consensus.cc:493] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:32.788700  5176 leader_election.cc:290] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481), b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843)
I20260608 12:40:32.789119  5201 raft_consensus.cc:515] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.790951  5052 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15aaa8faf41745208046036311dbab0c" candidate_uuid: "47286173900945eab79eaeea29f2ac7d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" is_pre_election: true
I20260608 12:40:32.792510  5053 raft_consensus.cc:2468] T dbed21957bee44219edb2478a2593161 P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cedcf0d4d3994475ba7a16adcd2a216b in term 1.
I20260608 12:40:32.792941  5172 ts_tablet_manager.cc:1434] T dbed21957bee44219edb2478a2593161 P 47286173900945eab79eaeea29f2ac7d: Time spent starting tablet: real 0.025s	user 0.008s	sys 0.000s
I20260608 12:40:32.793273  5052 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2880ec66fd164ecfa024292a51139e90" candidate_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" is_pre_election: true
I20260608 12:40:32.793999  5052 raft_consensus.cc:2468] T 2880ec66fd164ecfa024292a51139e90 P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cedcf0d4d3994475ba7a16adcd2a216b in term 0.
I20260608 12:40:32.794447  5172 tablet_bootstrap.cc:492] T 33fdeec5c5344b4cb99bd97045c98526 P 47286173900945eab79eaeea29f2ac7d: Bootstrap starting.
W20260608 12:40:32.792932  5092 leader_election.cc:343] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:32.795594  5181 leader_election.cc:290] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6 [CANDIDATE]: Term 1 election: Requested vote from peers 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555), cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481)
I20260608 12:40:32.790683  5127 raft_consensus.cc:2468] T 105fb48355214bff9c6585aee6091d1c P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b620ca5e20134b28a02a9a658cdcb4b6 in term 1.
I20260608 12:40:32.796074  5126 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dbed21957bee44219edb2478a2593161" candidate_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47286173900945eab79eaeea29f2ac7d"
I20260608 12:40:32.796674  5126 raft_consensus.cc:3060] T dbed21957bee44219edb2478a2593161 P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.798286  5017 leader_election.cc:304] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 47286173900945eab79eaeea29f2ac7d, b620ca5e20134b28a02a9a658cdcb4b6; no voters: 
I20260608 12:40:32.799451  4943 leader_election.cc:304] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b620ca5e20134b28a02a9a658cdcb4b6, cedcf0d4d3994475ba7a16adcd2a216b; no voters: 
I20260608 12:40:32.800460  4943 leader_election.cc:304] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b620ca5e20134b28a02a9a658cdcb4b6, cedcf0d4d3994475ba7a16adcd2a216b; no voters: 
I20260608 12:40:32.804384  5126 raft_consensus.cc:2468] T dbed21957bee44219edb2478a2593161 P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cedcf0d4d3994475ba7a16adcd2a216b in term 1.
I20260608 12:40:32.806149  5206 raft_consensus.cc:2804] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:32.806571  5172 tablet_bootstrap.cc:654] T 33fdeec5c5344b4cb99bd97045c98526 P 47286173900945eab79eaeea29f2ac7d: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.807941  5181 raft_consensus.cc:2804] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:32.808625  4978 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "105fb48355214bff9c6585aee6091d1c" candidate_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cedcf0d4d3994475ba7a16adcd2a216b"
I20260608 12:40:32.808776  5181 raft_consensus.cc:697] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 LEADER]: Becoming Leader. State: Replica: b620ca5e20134b28a02a9a658cdcb4b6, State: Running, Role: LEADER
I20260608 12:40:32.809254  4978 raft_consensus.cc:3060] T 105fb48355214bff9c6585aee6091d1c P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.809711  5181 consensus_queue.cc:237] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } }
I20260608 12:40:32.817709  4978 raft_consensus.cc:2468] T 105fb48355214bff9c6585aee6091d1c P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b620ca5e20134b28a02a9a658cdcb4b6 in term 1.
I20260608 12:40:32.819667  5172 tablet_bootstrap.cc:492] T 33fdeec5c5344b4cb99bd97045c98526 P 47286173900945eab79eaeea29f2ac7d: No bootstrap required, opened a new log
I20260608 12:40:32.819757  5180 raft_consensus.cc:515] T 33fdeec5c5344b4cb99bd97045c98526 P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.820860  5173 tablet_bootstrap.cc:492] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6: No bootstrap required, opened a new log
I20260608 12:40:32.821029  5172 ts_tablet_manager.cc:1403] T 33fdeec5c5344b4cb99bd97045c98526 P 47286173900945eab79eaeea29f2ac7d: Time spent bootstrapping tablet: real 0.027s	user 0.017s	sys 0.005s
I20260608 12:40:32.821494  5173 ts_tablet_manager.cc:1403] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6: Time spent bootstrapping tablet: real 0.055s	user 0.041s	sys 0.008s
I20260608 12:40:32.821754  5204 raft_consensus.cc:2804] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:32.822230  5204 raft_consensus.cc:493] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:32.822613  5204 raft_consensus.cc:3060] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.823091  5052 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "33fdeec5c5344b4cb99bd97045c98526" candidate_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b620ca5e20134b28a02a9a658cdcb4b6"
I20260608 12:40:32.823788  5052 raft_consensus.cc:3060] T 33fdeec5c5344b4cb99bd97045c98526 P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.824457  5172 raft_consensus.cc:359] T 33fdeec5c5344b4cb99bd97045c98526 P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.825273  5172 raft_consensus.cc:385] T 33fdeec5c5344b4cb99bd97045c98526 P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.825582  5172 raft_consensus.cc:740] T 33fdeec5c5344b4cb99bd97045c98526 P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 47286173900945eab79eaeea29f2ac7d, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.826313  5173 raft_consensus.cc:359] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.826530  5172 consensus_queue.cc:260] T 33fdeec5c5344b4cb99bd97045c98526 P 47286173900945eab79eaeea29f2ac7d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.772763  5207 raft_consensus.cc:515] T 9ca0a2753a8a41128dde75a7e184cccc P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.828173  5173 raft_consensus.cc:385] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.828686  5173 raft_consensus.cc:740] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b620ca5e20134b28a02a9a658cdcb4b6, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.829694  5173 consensus_queue.cc:260] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.830875  5207 leader_election.cc:290] T 9ca0a2753a8a41128dde75a7e184cccc P cedcf0d4d3994475ba7a16adcd2a216b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843), 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555)
I20260608 12:40:32.831526  5206 raft_consensus.cc:697] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b [term 1 LEADER]: Becoming Leader. State: Replica: cedcf0d4d3994475ba7a16adcd2a216b, State: Running, Role: LEADER
I20260608 12:40:32.831768  5052 raft_consensus.cc:2468] T 33fdeec5c5344b4cb99bd97045c98526 P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cedcf0d4d3994475ba7a16adcd2a216b in term 1.
I20260608 12:40:32.832155  5176 raft_consensus.cc:493] T 2880ec66fd164ecfa024292a51139e90 P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:32.832756  5173 ts_tablet_manager.cc:1434] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.000s
I20260608 12:40:32.832465  5206 consensus_queue.cc:237] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.832616  5176 raft_consensus.cc:515] T 2880ec66fd164ecfa024292a51139e90 P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.833021  4943 leader_election.cc:304] T 33fdeec5c5344b4cb99bd97045c98526 P cedcf0d4d3994475ba7a16adcd2a216b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b620ca5e20134b28a02a9a658cdcb4b6, cedcf0d4d3994475ba7a16adcd2a216b; no voters: 
I20260608 12:40:32.833981  5207 raft_consensus.cc:2804] T 33fdeec5c5344b4cb99bd97045c98526 P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:32.834143  5173 tablet_bootstrap.cc:492] T 9ca0a2753a8a41128dde75a7e184cccc P b620ca5e20134b28a02a9a658cdcb4b6: Bootstrap starting.
I20260608 12:40:32.835012  5176 leader_election.cc:290] T 2880ec66fd164ecfa024292a51139e90 P 47286173900945eab79eaeea29f2ac7d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481), b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843)
I20260608 12:40:32.835506  5053 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ca0a2753a8a41128dde75a7e184cccc" candidate_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" is_pre_election: true
I20260608 12:40:32.836742  5126 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ca0a2753a8a41128dde75a7e184cccc" candidate_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47286173900945eab79eaeea29f2ac7d" is_pre_election: true
I20260608 12:40:32.837028  5172 ts_tablet_manager.cc:1434] T 33fdeec5c5344b4cb99bd97045c98526 P 47286173900945eab79eaeea29f2ac7d: Time spent starting tablet: real 0.016s	user 0.004s	sys 0.003s
I20260608 12:40:32.837153  4977 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2880ec66fd164ecfa024292a51139e90" candidate_uuid: "47286173900945eab79eaeea29f2ac7d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" is_pre_election: true
W20260608 12:40:32.838608  4943 leader_election.cc:343] T 9ca0a2753a8a41128dde75a7e184cccc P cedcf0d4d3994475ba7a16adcd2a216b [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:32.840206  5053 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2880ec66fd164ecfa024292a51139e90" candidate_uuid: "47286173900945eab79eaeea29f2ac7d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" is_pre_election: true
I20260608 12:40:32.840709  5172 tablet_bootstrap.cc:492] T 9ca0a2753a8a41128dde75a7e184cccc P 47286173900945eab79eaeea29f2ac7d: Bootstrap starting.
I20260608 12:40:32.840924  5053 raft_consensus.cc:2468] T 2880ec66fd164ecfa024292a51139e90 P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 47286173900945eab79eaeea29f2ac7d in term 0.
I20260608 12:40:32.842191  5201 leader_election.cc:290] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843), 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555)
I20260608 12:40:32.842293  5092 leader_election.cc:304] T 2880ec66fd164ecfa024292a51139e90 P 47286173900945eab79eaeea29f2ac7d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 47286173900945eab79eaeea29f2ac7d, b620ca5e20134b28a02a9a658cdcb4b6; no voters: 
I20260608 12:40:32.843536  5176 raft_consensus.cc:2804] T 2880ec66fd164ecfa024292a51139e90 P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:32.844010  5176 raft_consensus.cc:493] T 2880ec66fd164ecfa024292a51139e90 P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:32.844367  5176 raft_consensus.cc:3060] T 2880ec66fd164ecfa024292a51139e90 P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.845068  5127 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2880ec66fd164ecfa024292a51139e90" candidate_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47286173900945eab79eaeea29f2ac7d" is_pre_election: true
I20260608 12:40:32.839308  5204 raft_consensus.cc:515] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.845711  5173 tablet_bootstrap.cc:654] T 9ca0a2753a8a41128dde75a7e184cccc P b620ca5e20134b28a02a9a658cdcb4b6: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.846522  4977 raft_consensus.cc:2393] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 47286173900945eab79eaeea29f2ac7d in current term 1: Already voted for candidate cedcf0d4d3994475ba7a16adcd2a216b in this term.
I20260608 12:40:32.866533  4978 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15aaa8faf41745208046036311dbab0c" candidate_uuid: "47286173900945eab79eaeea29f2ac7d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" is_pre_election: true
W20260608 12:40:32.866679  4942 leader_election.cc:343] T 9ca0a2753a8a41128dde75a7e184cccc P cedcf0d4d3994475ba7a16adcd2a216b [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:32.867235  4942 leader_election.cc:304] T 9ca0a2753a8a41128dde75a7e184cccc P cedcf0d4d3994475ba7a16adcd2a216b [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: cedcf0d4d3994475ba7a16adcd2a216b; no voters: 47286173900945eab79eaeea29f2ac7d, b620ca5e20134b28a02a9a658cdcb4b6
I20260608 12:40:32.868564  4978 raft_consensus.cc:2468] T 15aaa8faf41745208046036311dbab0c P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 47286173900945eab79eaeea29f2ac7d in term 0.
I20260608 12:40:32.870327  5053 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2880ec66fd164ecfa024292a51139e90" candidate_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b620ca5e20134b28a02a9a658cdcb4b6"
I20260608 12:40:32.870983  5053 raft_consensus.cc:3060] T 2880ec66fd164ecfa024292a51139e90 P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.870479  5176 raft_consensus.cc:515] T 2880ec66fd164ecfa024292a51139e90 P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.871265  5206 raft_consensus.cc:2749] T 9ca0a2753a8a41128dde75a7e184cccc P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:40:32.873518  5176 leader_election.cc:290] T 2880ec66fd164ecfa024292a51139e90 P 47286173900945eab79eaeea29f2ac7d [CANDIDATE]: Term 1 election: Requested vote from peers cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481), b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843)
I20260608 12:40:32.874230  4977 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2880ec66fd164ecfa024292a51139e90" candidate_uuid: "47286173900945eab79eaeea29f2ac7d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cedcf0d4d3994475ba7a16adcd2a216b"
I20260608 12:40:32.864436  5207 raft_consensus.cc:697] T 33fdeec5c5344b4cb99bd97045c98526 P cedcf0d4d3994475ba7a16adcd2a216b [term 1 LEADER]: Becoming Leader. State: Replica: cedcf0d4d3994475ba7a16adcd2a216b, State: Running, Role: LEADER
I20260608 12:40:32.875259  5127 raft_consensus.cc:2393] T 2880ec66fd164ecfa024292a51139e90 P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate cedcf0d4d3994475ba7a16adcd2a216b in current term 1: Already voted for candidate 47286173900945eab79eaeea29f2ac7d in this term.
I20260608 12:40:32.875200  4977 raft_consensus.cc:2393] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 47286173900945eab79eaeea29f2ac7d in current term 1: Already voted for candidate cedcf0d4d3994475ba7a16adcd2a216b in this term.
I20260608 12:40:32.874296  5176 raft_consensus.cc:493] T 0fca293cbc8841fd9e9e67513c789b95 P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:32.876478  5052 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2880ec66fd164ecfa024292a51139e90" candidate_uuid: "47286173900945eab79eaeea29f2ac7d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b620ca5e20134b28a02a9a658cdcb4b6"
I20260608 12:40:32.876541  5176 raft_consensus.cc:515] T 0fca293cbc8841fd9e9e67513c789b95 P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.879977  5174 ts_tablet_manager.cc:1434] T 9ca0a2753a8a41128dde75a7e184cccc P cedcf0d4d3994475ba7a16adcd2a216b: Time spent starting tablet: real 0.203s	user 0.012s	sys 0.025s
I20260608 12:40:32.880856  5176 leader_election.cc:290] T 0fca293cbc8841fd9e9e67513c789b95 P 47286173900945eab79eaeea29f2ac7d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481), b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843)
I20260608 12:40:32.881546  5174 tablet_bootstrap.cc:492] T b2578059db524e82b07383523d42018e P cedcf0d4d3994475ba7a16adcd2a216b: Bootstrap starting.
I20260608 12:40:32.882351  5052 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0fca293cbc8841fd9e9e67513c789b95" candidate_uuid: "47286173900945eab79eaeea29f2ac7d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" is_pre_election: true
W20260608 12:40:32.883757  5092 leader_election.cc:343] T 0fca293cbc8841fd9e9e67513c789b95 P 47286173900945eab79eaeea29f2ac7d [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:32.883769  4976 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0fca293cbc8841fd9e9e67513c789b95" candidate_uuid: "47286173900945eab79eaeea29f2ac7d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" is_pre_election: true
I20260608 12:40:32.885123  5207 consensus_queue.cc:237] T 33fdeec5c5344b4cb99bd97045c98526 P cedcf0d4d3994475ba7a16adcd2a216b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.887933  5204 leader_election.cc:290] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b [CANDIDATE]: Term 1 election: Requested vote from peers b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843), 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555)
I20260608 12:40:32.889137  5127 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2880ec66fd164ecfa024292a51139e90" candidate_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47286173900945eab79eaeea29f2ac7d"
I20260608 12:40:32.889065  5172 tablet_bootstrap.cc:654] T 9ca0a2753a8a41128dde75a7e184cccc P 47286173900945eab79eaeea29f2ac7d: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.892840  5092 leader_election.cc:304] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [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: 47286173900945eab79eaeea29f2ac7d, cedcf0d4d3994475ba7a16adcd2a216b; no voters: b620ca5e20134b28a02a9a658cdcb4b6
W20260608 12:40:32.894163  5092 leader_election.cc:343] T 0fca293cbc8841fd9e9e67513c789b95 P 47286173900945eab79eaeea29f2ac7d [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:32.890336  5127 raft_consensus.cc:2393] T 2880ec66fd164ecfa024292a51139e90 P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate cedcf0d4d3994475ba7a16adcd2a216b in current term 1: Already voted for candidate 47286173900945eab79eaeea29f2ac7d in this term.
I20260608 12:40:32.894675  5092 leader_election.cc:304] T 0fca293cbc8841fd9e9e67513c789b95 P 47286173900945eab79eaeea29f2ac7d [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: 47286173900945eab79eaeea29f2ac7d; no voters: b620ca5e20134b28a02a9a658cdcb4b6, cedcf0d4d3994475ba7a16adcd2a216b
I20260608 12:40:32.896288  5126 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "33fdeec5c5344b4cb99bd97045c98526" candidate_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47286173900945eab79eaeea29f2ac7d"
I20260608 12:40:32.897078  5176 raft_consensus.cc:2804] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:32.896915  5092 leader_election.cc:304] T 2880ec66fd164ecfa024292a51139e90 P 47286173900945eab79eaeea29f2ac7d [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: 47286173900945eab79eaeea29f2ac7d; no voters: b620ca5e20134b28a02a9a658cdcb4b6, cedcf0d4d3994475ba7a16adcd2a216b
I20260608 12:40:32.896883  5126 raft_consensus.cc:3060] T 33fdeec5c5344b4cb99bd97045c98526 P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.900599  5218 raft_consensus.cc:2749] T 0fca293cbc8841fd9e9e67513c789b95 P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:40:32.895344  5180 leader_election.cc:290] T 33fdeec5c5344b4cb99bd97045c98526 P cedcf0d4d3994475ba7a16adcd2a216b [CANDIDATE]: Term 1 election: Requested vote from peers b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843), 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555)
I20260608 12:40:32.897816  5176 raft_consensus.cc:493] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:32.901402  5218 raft_consensus.cc:2749] T 2880ec66fd164ecfa024292a51139e90 P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:40:32.903890  5176 raft_consensus.cc:3060] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.901510  5053 raft_consensus.cc:2468] T 2880ec66fd164ecfa024292a51139e90 P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cedcf0d4d3994475ba7a16adcd2a216b in term 1.
I20260608 12:40:32.910717  4943 leader_election.cc:304] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b [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: b620ca5e20134b28a02a9a658cdcb4b6, cedcf0d4d3994475ba7a16adcd2a216b; no voters: 47286173900945eab79eaeea29f2ac7d
I20260608 12:40:32.912035  5180 raft_consensus.cc:2804] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:32.912551  5180 raft_consensus.cc:697] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b [term 1 LEADER]: Becoming Leader. State: Replica: cedcf0d4d3994475ba7a16adcd2a216b, State: Running, Role: LEADER
I20260608 12:40:32.913414  5180 consensus_queue.cc:237] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.916441  5176 raft_consensus.cc:515] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.920424  5176 leader_election.cc:290] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [CANDIDATE]: Term 1 election: Requested vote from peers cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481), b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843)
I20260608 12:40:32.921119  4977 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15aaa8faf41745208046036311dbab0c" candidate_uuid: "47286173900945eab79eaeea29f2ac7d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cedcf0d4d3994475ba7a16adcd2a216b"
I20260608 12:40:32.921777  4977 raft_consensus.cc:3060] T 15aaa8faf41745208046036311dbab0c P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.915786  4875 catalog_manager.cc:5696] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b reported cstate change: term changed from 0 to 1, leader changed from <none> to cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193). New cstate: current_term: 1 leader_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:32.930204  5053 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15aaa8faf41745208046036311dbab0c" candidate_uuid: "47286173900945eab79eaeea29f2ac7d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b620ca5e20134b28a02a9a658cdcb4b6"
W20260608 12:40:32.932454  5092 leader_election.cc:343] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:32.933488  5173 tablet_bootstrap.cc:492] T 9ca0a2753a8a41128dde75a7e184cccc P b620ca5e20134b28a02a9a658cdcb4b6: No bootstrap required, opened a new log
I20260608 12:40:32.934185  5173 ts_tablet_manager.cc:1403] T 9ca0a2753a8a41128dde75a7e184cccc P b620ca5e20134b28a02a9a658cdcb4b6: Time spent bootstrapping tablet: real 0.100s	user 0.011s	sys 0.007s
I20260608 12:40:32.935315  5174 tablet_bootstrap.cc:654] T b2578059db524e82b07383523d42018e P cedcf0d4d3994475ba7a16adcd2a216b: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.939872  5173 raft_consensus.cc:359] T 9ca0a2753a8a41128dde75a7e184cccc P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.934122  4977 raft_consensus.cc:2468] T 15aaa8faf41745208046036311dbab0c P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 47286173900945eab79eaeea29f2ac7d in term 1.
I20260608 12:40:32.940513  5173 raft_consensus.cc:385] T 9ca0a2753a8a41128dde75a7e184cccc P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.940816  5173 raft_consensus.cc:740] T 9ca0a2753a8a41128dde75a7e184cccc P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b620ca5e20134b28a02a9a658cdcb4b6, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.941793  5092 leader_election.cc:304] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [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: 47286173900945eab79eaeea29f2ac7d, cedcf0d4d3994475ba7a16adcd2a216b; no voters: b620ca5e20134b28a02a9a658cdcb4b6
I20260608 12:40:32.942071  5173 consensus_queue.cc:260] T 9ca0a2753a8a41128dde75a7e184cccc P b620ca5e20134b28a02a9a658cdcb4b6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.945883  5173 ts_tablet_manager.cc:1434] T 9ca0a2753a8a41128dde75a7e184cccc P b620ca5e20134b28a02a9a658cdcb4b6: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.000s
I20260608 12:40:32.947137  5173 tablet_bootstrap.cc:492] T 15aaa8faf41745208046036311dbab0c P b620ca5e20134b28a02a9a658cdcb4b6: Bootstrap starting.
I20260608 12:40:32.953035  5219 raft_consensus.cc:2804] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:32.955583  5219 raft_consensus.cc:697] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [term 1 LEADER]: Becoming Leader. State: Replica: 47286173900945eab79eaeea29f2ac7d, State: Running, Role: LEADER
I20260608 12:40:32.956923  5126 raft_consensus.cc:2468] T 33fdeec5c5344b4cb99bd97045c98526 P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cedcf0d4d3994475ba7a16adcd2a216b in term 1.
I20260608 12:40:32.956790  5219 consensus_queue.cc:237] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.957325  5173 tablet_bootstrap.cc:654] T 15aaa8faf41745208046036311dbab0c P b620ca5e20134b28a02a9a658cdcb4b6: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.962707  5174 tablet_bootstrap.cc:492] T b2578059db524e82b07383523d42018e P cedcf0d4d3994475ba7a16adcd2a216b: No bootstrap required, opened a new log
I20260608 12:40:32.963364  5174 ts_tablet_manager.cc:1403] T b2578059db524e82b07383523d42018e P cedcf0d4d3994475ba7a16adcd2a216b: Time spent bootstrapping tablet: real 0.082s	user 0.011s	sys 0.009s
I20260608 12:40:32.969488  5172 tablet_bootstrap.cc:492] T 9ca0a2753a8a41128dde75a7e184cccc P 47286173900945eab79eaeea29f2ac7d: No bootstrap required, opened a new log
I20260608 12:40:32.970059  5172 ts_tablet_manager.cc:1403] T 9ca0a2753a8a41128dde75a7e184cccc P 47286173900945eab79eaeea29f2ac7d: Time spent bootstrapping tablet: real 0.130s	user 0.013s	sys 0.013s
I20260608 12:40:32.973069  5172 raft_consensus.cc:359] T 9ca0a2753a8a41128dde75a7e184cccc P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.973711  5172 raft_consensus.cc:385] T 9ca0a2753a8a41128dde75a7e184cccc P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.973986  5172 raft_consensus.cc:740] T 9ca0a2753a8a41128dde75a7e184cccc P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 47286173900945eab79eaeea29f2ac7d, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.974735  5172 consensus_queue.cc:260] T 9ca0a2753a8a41128dde75a7e184cccc P 47286173900945eab79eaeea29f2ac7d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.976912  5172 ts_tablet_manager.cc:1434] T 9ca0a2753a8a41128dde75a7e184cccc P 47286173900945eab79eaeea29f2ac7d: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:40:32.976807  4874 catalog_manager.cc:5696] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d reported cstate change: term changed from 0 to 1, leader changed from <none> to 47286173900945eab79eaeea29f2ac7d (127.0.107.195). New cstate: current_term: 1 leader_uuid: "47286173900945eab79eaeea29f2ac7d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:32.978341  5172 tablet_bootstrap.cc:492] T b2578059db524e82b07383523d42018e P 47286173900945eab79eaeea29f2ac7d: Bootstrap starting.
I20260608 12:40:32.979019  5173 tablet_bootstrap.cc:492] T 15aaa8faf41745208046036311dbab0c P b620ca5e20134b28a02a9a658cdcb4b6: No bootstrap required, opened a new log
I20260608 12:40:32.979496  5173 ts_tablet_manager.cc:1403] T 15aaa8faf41745208046036311dbab0c P b620ca5e20134b28a02a9a658cdcb4b6: Time spent bootstrapping tablet: real 0.033s	user 0.022s	sys 0.008s
I20260608 12:40:32.967397  5174 raft_consensus.cc:359] T b2578059db524e82b07383523d42018e P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.980501  5174 raft_consensus.cc:385] T b2578059db524e82b07383523d42018e P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.980863  5174 raft_consensus.cc:740] T b2578059db524e82b07383523d42018e P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cedcf0d4d3994475ba7a16adcd2a216b, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.976846  4875 catalog_manager.cc:5696] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6 reported cstate change: term changed from 0 to 1, leader changed from <none> to b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:32.981840  5174 consensus_queue.cc:260] T b2578059db524e82b07383523d42018e P cedcf0d4d3994475ba7a16adcd2a216b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.982504  5173 raft_consensus.cc:359] T 15aaa8faf41745208046036311dbab0c P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.983481  5173 raft_consensus.cc:385] T 15aaa8faf41745208046036311dbab0c P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.983758  5173 raft_consensus.cc:740] T 15aaa8faf41745208046036311dbab0c P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b620ca5e20134b28a02a9a658cdcb4b6, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.984642  5174 ts_tablet_manager.cc:1434] T b2578059db524e82b07383523d42018e P cedcf0d4d3994475ba7a16adcd2a216b: Time spent starting tablet: real 0.021s	user 0.006s	sys 0.002s
I20260608 12:40:32.984941  5172 tablet_bootstrap.cc:654] T b2578059db524e82b07383523d42018e P 47286173900945eab79eaeea29f2ac7d: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.984544  5173 consensus_queue.cc:260] T 15aaa8faf41745208046036311dbab0c P b620ca5e20134b28a02a9a658cdcb4b6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:32.985821  5174 tablet_bootstrap.cc:492] T ba61449e418d4e17aa276e19401074bc P cedcf0d4d3994475ba7a16adcd2a216b: Bootstrap starting.
I20260608 12:40:32.986655  5173 ts_tablet_manager.cc:1434] T 15aaa8faf41745208046036311dbab0c P b620ca5e20134b28a02a9a658cdcb4b6: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260608 12:40:32.987756  5173 tablet_bootstrap.cc:492] T 0fca293cbc8841fd9e9e67513c789b95 P b620ca5e20134b28a02a9a658cdcb4b6: Bootstrap starting.
I20260608 12:40:32.993762  5173 tablet_bootstrap.cc:654] T 0fca293cbc8841fd9e9e67513c789b95 P b620ca5e20134b28a02a9a658cdcb4b6: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.997988  5172 tablet_bootstrap.cc:492] T b2578059db524e82b07383523d42018e P 47286173900945eab79eaeea29f2ac7d: No bootstrap required, opened a new log
I20260608 12:40:32.998466  5172 ts_tablet_manager.cc:1403] T b2578059db524e82b07383523d42018e P 47286173900945eab79eaeea29f2ac7d: Time spent bootstrapping tablet: real 0.020s	user 0.011s	sys 0.007s
I20260608 12:40:32.999258  5173 tablet_bootstrap.cc:492] T 0fca293cbc8841fd9e9e67513c789b95 P b620ca5e20134b28a02a9a658cdcb4b6: No bootstrap required, opened a new log
I20260608 12:40:32.999836  5173 ts_tablet_manager.cc:1403] T 0fca293cbc8841fd9e9e67513c789b95 P b620ca5e20134b28a02a9a658cdcb4b6: Time spent bootstrapping tablet: real 0.012s	user 0.009s	sys 0.001s
I20260608 12:40:33.001240  5172 raft_consensus.cc:359] T b2578059db524e82b07383523d42018e P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.001950  5172 raft_consensus.cc:385] T b2578059db524e82b07383523d42018e P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:33.002226  5172 raft_consensus.cc:740] T b2578059db524e82b07383523d42018e P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 47286173900945eab79eaeea29f2ac7d, State: Initialized, Role: FOLLOWER
I20260608 12:40:33.002789  5173 raft_consensus.cc:359] T 0fca293cbc8841fd9e9e67513c789b95 P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.003162  5174 tablet_bootstrap.cc:654] T ba61449e418d4e17aa276e19401074bc P cedcf0d4d3994475ba7a16adcd2a216b: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:33.003610  5173 raft_consensus.cc:385] T 0fca293cbc8841fd9e9e67513c789b95 P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:33.003150  5172 consensus_queue.cc:260] T b2578059db524e82b07383523d42018e P 47286173900945eab79eaeea29f2ac7d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.003960  5173 raft_consensus.cc:740] T 0fca293cbc8841fd9e9e67513c789b95 P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b620ca5e20134b28a02a9a658cdcb4b6, State: Initialized, Role: FOLLOWER
I20260608 12:40:33.004972  5173 consensus_queue.cc:260] T 0fca293cbc8841fd9e9e67513c789b95 P b620ca5e20134b28a02a9a658cdcb4b6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.005863  5172 ts_tablet_manager.cc:1434] T b2578059db524e82b07383523d42018e P 47286173900945eab79eaeea29f2ac7d: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:40:33.006829  5172 tablet_bootstrap.cc:492] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d: Bootstrap starting.
I20260608 12:40:33.007495  5173 ts_tablet_manager.cc:1434] T 0fca293cbc8841fd9e9e67513c789b95 P b620ca5e20134b28a02a9a658cdcb4b6: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.001s
I20260608 12:40:33.008714  5173 tablet_bootstrap.cc:492] T 7146bd7c460c448f9623cf9421db76bf P b620ca5e20134b28a02a9a658cdcb4b6: Bootstrap starting.
I20260608 12:40:33.014153  5172 tablet_bootstrap.cc:654] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:33.016083  5173 tablet_bootstrap.cc:654] T 7146bd7c460c448f9623cf9421db76bf P b620ca5e20134b28a02a9a658cdcb4b6: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:33.016343  4876 catalog_manager.cc:5696] T 33fdeec5c5344b4cb99bd97045c98526 P cedcf0d4d3994475ba7a16adcd2a216b reported cstate change: term changed from 0 to 1, leader changed from <none> to cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193). New cstate: current_term: 1 leader_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:33.017736  5174 tablet_bootstrap.cc:492] T ba61449e418d4e17aa276e19401074bc P cedcf0d4d3994475ba7a16adcd2a216b: No bootstrap required, opened a new log
I20260608 12:40:33.018394  5174 ts_tablet_manager.cc:1403] T ba61449e418d4e17aa276e19401074bc P cedcf0d4d3994475ba7a16adcd2a216b: Time spent bootstrapping tablet: real 0.033s	user 0.017s	sys 0.001s
I20260608 12:40:33.022234  5174 raft_consensus.cc:359] T ba61449e418d4e17aa276e19401074bc P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.023353  5174 raft_consensus.cc:385] T ba61449e418d4e17aa276e19401074bc P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:33.023767  5174 raft_consensus.cc:740] T ba61449e418d4e17aa276e19401074bc P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cedcf0d4d3994475ba7a16adcd2a216b, State: Initialized, Role: FOLLOWER
I20260608 12:40:33.018743  4876 catalog_manager.cc:5696] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b reported cstate change: term changed from 0 to 1, leader changed from <none> to cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193). New cstate: current_term: 1 leader_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:33.024581  5174 consensus_queue.cc:260] T ba61449e418d4e17aa276e19401074bc P cedcf0d4d3994475ba7a16adcd2a216b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.026747  5174 ts_tablet_manager.cc:1434] T ba61449e418d4e17aa276e19401074bc P cedcf0d4d3994475ba7a16adcd2a216b: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260608 12:40:33.027832  5174 tablet_bootstrap.cc:492] T 7146bd7c460c448f9623cf9421db76bf P cedcf0d4d3994475ba7a16adcd2a216b: Bootstrap starting.
I20260608 12:40:33.029223  5172 tablet_bootstrap.cc:492] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d: No bootstrap required, opened a new log
I20260608 12:40:33.029691  5172 ts_tablet_manager.cc:1403] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d: Time spent bootstrapping tablet: real 0.023s	user 0.004s	sys 0.011s
I20260608 12:40:33.031069  5173 tablet_bootstrap.cc:492] T 7146bd7c460c448f9623cf9421db76bf P b620ca5e20134b28a02a9a658cdcb4b6: No bootstrap required, opened a new log
I20260608 12:40:33.031617  5173 ts_tablet_manager.cc:1403] T 7146bd7c460c448f9623cf9421db76bf P b620ca5e20134b28a02a9a658cdcb4b6: Time spent bootstrapping tablet: real 0.023s	user 0.014s	sys 0.003s
I20260608 12:40:33.032548  5172 raft_consensus.cc:359] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.033259  5172 raft_consensus.cc:385] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:33.033532  5172 raft_consensus.cc:740] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 47286173900945eab79eaeea29f2ac7d, State: Initialized, Role: FOLLOWER
I20260608 12:40:33.033927  5174 tablet_bootstrap.cc:654] T 7146bd7c460c448f9623cf9421db76bf P cedcf0d4d3994475ba7a16adcd2a216b: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:33.034204  5173 raft_consensus.cc:359] T 7146bd7c460c448f9623cf9421db76bf P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.034484  5172 consensus_queue.cc:260] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.034912  5173 raft_consensus.cc:385] T 7146bd7c460c448f9623cf9421db76bf P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:33.035352  5173 raft_consensus.cc:740] T 7146bd7c460c448f9623cf9421db76bf P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b620ca5e20134b28a02a9a658cdcb4b6, State: Initialized, Role: FOLLOWER
I20260608 12:40:33.036201  5173 consensus_queue.cc:260] T 7146bd7c460c448f9623cf9421db76bf P b620ca5e20134b28a02a9a658cdcb4b6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.038563  5173 ts_tablet_manager.cc:1434] T 7146bd7c460c448f9623cf9421db76bf P b620ca5e20134b28a02a9a658cdcb4b6: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260608 12:40:33.039526  5173 tablet_bootstrap.cc:492] T 68d7d93b946e4185aad788c873ff6d66 P b620ca5e20134b28a02a9a658cdcb4b6: Bootstrap starting.
I20260608 12:40:33.045024  5172 ts_tablet_manager.cc:1434] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d: Time spent starting tablet: real 0.015s	user 0.006s	sys 0.002s
I20260608 12:40:33.048360  5174 tablet_bootstrap.cc:492] T 7146bd7c460c448f9623cf9421db76bf P cedcf0d4d3994475ba7a16adcd2a216b: No bootstrap required, opened a new log
I20260608 12:40:33.048950  5174 ts_tablet_manager.cc:1403] T 7146bd7c460c448f9623cf9421db76bf P cedcf0d4d3994475ba7a16adcd2a216b: Time spent bootstrapping tablet: real 0.021s	user 0.009s	sys 0.007s
I20260608 12:40:33.049597  5172 tablet_bootstrap.cc:492] T 68d7d93b946e4185aad788c873ff6d66 P 47286173900945eab79eaeea29f2ac7d: Bootstrap starting.
I20260608 12:40:33.051826  5173 tablet_bootstrap.cc:654] T 68d7d93b946e4185aad788c873ff6d66 P b620ca5e20134b28a02a9a658cdcb4b6: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:33.051752  5174 raft_consensus.cc:359] T 7146bd7c460c448f9623cf9421db76bf P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.052493  5174 raft_consensus.cc:385] T 7146bd7c460c448f9623cf9421db76bf P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:33.052783  5174 raft_consensus.cc:740] T 7146bd7c460c448f9623cf9421db76bf P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cedcf0d4d3994475ba7a16adcd2a216b, State: Initialized, Role: FOLLOWER
I20260608 12:40:33.053709  5174 consensus_queue.cc:260] T 7146bd7c460c448f9623cf9421db76bf P cedcf0d4d3994475ba7a16adcd2a216b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.059770  5174 ts_tablet_manager.cc:1434] T 7146bd7c460c448f9623cf9421db76bf P cedcf0d4d3994475ba7a16adcd2a216b: Time spent starting tablet: real 0.010s	user 0.011s	sys 0.000s
I20260608 12:40:33.060693  5172 tablet_bootstrap.cc:654] T 68d7d93b946e4185aad788c873ff6d66 P 47286173900945eab79eaeea29f2ac7d: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:33.060761  5174 tablet_bootstrap.cc:492] T 68d7d93b946e4185aad788c873ff6d66 P cedcf0d4d3994475ba7a16adcd2a216b: Bootstrap starting.
I20260608 12:40:33.065914  5172 tablet_bootstrap.cc:492] T 68d7d93b946e4185aad788c873ff6d66 P 47286173900945eab79eaeea29f2ac7d: No bootstrap required, opened a new log
I20260608 12:40:33.066398  5172 ts_tablet_manager.cc:1403] T 68d7d93b946e4185aad788c873ff6d66 P 47286173900945eab79eaeea29f2ac7d: Time spent bootstrapping tablet: real 0.017s	user 0.009s	sys 0.000s
I20260608 12:40:33.067746  5174 tablet_bootstrap.cc:654] T 68d7d93b946e4185aad788c873ff6d66 P cedcf0d4d3994475ba7a16adcd2a216b: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:33.068557  5172 raft_consensus.cc:359] T 68d7d93b946e4185aad788c873ff6d66 P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.069036  5172 raft_consensus.cc:385] T 68d7d93b946e4185aad788c873ff6d66 P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:33.069242  5172 raft_consensus.cc:740] T 68d7d93b946e4185aad788c873ff6d66 P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 47286173900945eab79eaeea29f2ac7d, State: Initialized, Role: FOLLOWER
I20260608 12:40:33.070118  5172 consensus_queue.cc:260] T 68d7d93b946e4185aad788c873ff6d66 P 47286173900945eab79eaeea29f2ac7d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.071687  5173 tablet_bootstrap.cc:492] T 68d7d93b946e4185aad788c873ff6d66 P b620ca5e20134b28a02a9a658cdcb4b6: No bootstrap required, opened a new log
I20260608 12:40:33.072170  5173 ts_tablet_manager.cc:1403] T 68d7d93b946e4185aad788c873ff6d66 P b620ca5e20134b28a02a9a658cdcb4b6: Time spent bootstrapping tablet: real 0.033s	user 0.010s	sys 0.000s
I20260608 12:40:33.075016  5173 raft_consensus.cc:359] T 68d7d93b946e4185aad788c873ff6d66 P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.075829  5173 raft_consensus.cc:385] T 68d7d93b946e4185aad788c873ff6d66 P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:33.076115  5173 raft_consensus.cc:740] T 68d7d93b946e4185aad788c873ff6d66 P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b620ca5e20134b28a02a9a658cdcb4b6, State: Initialized, Role: FOLLOWER
I20260608 12:40:33.076861  5173 consensus_queue.cc:260] T 68d7d93b946e4185aad788c873ff6d66 P b620ca5e20134b28a02a9a658cdcb4b6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.078493  5219 raft_consensus.cc:493] T 68d7d93b946e4185aad788c873ff6d66 P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:33.078794  5174 tablet_bootstrap.cc:492] T 68d7d93b946e4185aad788c873ff6d66 P cedcf0d4d3994475ba7a16adcd2a216b: No bootstrap required, opened a new log
I20260608 12:40:33.079267  5174 ts_tablet_manager.cc:1403] T 68d7d93b946e4185aad788c873ff6d66 P cedcf0d4d3994475ba7a16adcd2a216b: Time spent bootstrapping tablet: real 0.019s	user 0.007s	sys 0.008s
I20260608 12:40:33.079021  5219 raft_consensus.cc:515] T 68d7d93b946e4185aad788c873ff6d66 P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.080695  5173 ts_tablet_manager.cc:1434] T 68d7d93b946e4185aad788c873ff6d66 P b620ca5e20134b28a02a9a658cdcb4b6: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:40:33.081339  5219 leader_election.cc:290] T 68d7d93b946e4185aad788c873ff6d66 P 47286173900945eab79eaeea29f2ac7d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481), b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843)
I20260608 12:40:33.081776  5173 tablet_bootstrap.cc:492] T 0bc0672a6ad146209d40a9391a07158e P b620ca5e20134b28a02a9a658cdcb4b6: Bootstrap starting.
I20260608 12:40:33.082088  5174 raft_consensus.cc:359] T 68d7d93b946e4185aad788c873ff6d66 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.082748  5174 raft_consensus.cc:385] T 68d7d93b946e4185aad788c873ff6d66 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:33.083030  5174 raft_consensus.cc:740] T 68d7d93b946e4185aad788c873ff6d66 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cedcf0d4d3994475ba7a16adcd2a216b, State: Initialized, Role: FOLLOWER
I20260608 12:40:33.083829  4977 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "68d7d93b946e4185aad788c873ff6d66" candidate_uuid: "47286173900945eab79eaeea29f2ac7d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" is_pre_election: true
I20260608 12:40:33.083868  5174 consensus_queue.cc:260] T 68d7d93b946e4185aad788c873ff6d66 P cedcf0d4d3994475ba7a16adcd2a216b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.084995  4977 raft_consensus.cc:2468] T 68d7d93b946e4185aad788c873ff6d66 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 47286173900945eab79eaeea29f2ac7d in term 0.
I20260608 12:40:33.087103  5092 leader_election.cc:304] T 68d7d93b946e4185aad788c873ff6d66 P 47286173900945eab79eaeea29f2ac7d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 47286173900945eab79eaeea29f2ac7d, cedcf0d4d3994475ba7a16adcd2a216b; no voters: 
I20260608 12:40:33.085033  5053 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "68d7d93b946e4185aad788c873ff6d66" candidate_uuid: "47286173900945eab79eaeea29f2ac7d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" is_pre_election: true
I20260608 12:40:33.088296  5053 raft_consensus.cc:2468] T 68d7d93b946e4185aad788c873ff6d66 P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 47286173900945eab79eaeea29f2ac7d in term 0.
I20260608 12:40:33.088970  5173 tablet_bootstrap.cc:654] T 0bc0672a6ad146209d40a9391a07158e P b620ca5e20134b28a02a9a658cdcb4b6: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:33.089169  5219 raft_consensus.cc:2804] T 68d7d93b946e4185aad788c873ff6d66 P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:33.089598  5219 raft_consensus.cc:493] T 68d7d93b946e4185aad788c873ff6d66 P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:33.090452  5219 raft_consensus.cc:3060] T 68d7d93b946e4185aad788c873ff6d66 P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.090749  5174 ts_tablet_manager.cc:1434] T 68d7d93b946e4185aad788c873ff6d66 P cedcf0d4d3994475ba7a16adcd2a216b: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.001s
I20260608 12:40:33.091792  5174 tablet_bootstrap.cc:492] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b: Bootstrap starting.
I20260608 12:40:33.097164  5172 ts_tablet_manager.cc:1434] T 68d7d93b946e4185aad788c873ff6d66 P 47286173900945eab79eaeea29f2ac7d: Time spent starting tablet: real 0.030s	user 0.006s	sys 0.001s
I20260608 12:40:33.098241  5172 tablet_bootstrap.cc:492] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d: Bootstrap starting.
I20260608 12:40:33.099741  5174 tablet_bootstrap.cc:654] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:33.104290  5172 tablet_bootstrap.cc:654] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:33.106077  5173 tablet_bootstrap.cc:492] T 0bc0672a6ad146209d40a9391a07158e P b620ca5e20134b28a02a9a658cdcb4b6: No bootstrap required, opened a new log
I20260608 12:40:33.106727  5173 ts_tablet_manager.cc:1403] T 0bc0672a6ad146209d40a9391a07158e P b620ca5e20134b28a02a9a658cdcb4b6: Time spent bootstrapping tablet: real 0.025s	user 0.012s	sys 0.008s
I20260608 12:40:33.109913  5219 raft_consensus.cc:515] T 68d7d93b946e4185aad788c873ff6d66 P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.110317  5173 raft_consensus.cc:359] T 0bc0672a6ad146209d40a9391a07158e P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.110916  5173 raft_consensus.cc:385] T 0bc0672a6ad146209d40a9391a07158e P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:33.111224  5173 raft_consensus.cc:740] T 0bc0672a6ad146209d40a9391a07158e P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b620ca5e20134b28a02a9a658cdcb4b6, State: Initialized, Role: FOLLOWER
I20260608 12:40:33.112468  5174 tablet_bootstrap.cc:492] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b: No bootstrap required, opened a new log
I20260608 12:40:33.112066  5173 consensus_queue.cc:260] T 0bc0672a6ad146209d40a9391a07158e P b620ca5e20134b28a02a9a658cdcb4b6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.113042  5174 ts_tablet_manager.cc:1403] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b: Time spent bootstrapping tablet: real 0.021s	user 0.010s	sys 0.009s
I20260608 12:40:33.113178  4977 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "68d7d93b946e4185aad788c873ff6d66" candidate_uuid: "47286173900945eab79eaeea29f2ac7d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cedcf0d4d3994475ba7a16adcd2a216b"
I20260608 12:40:33.113793  4977 raft_consensus.cc:3060] T 68d7d93b946e4185aad788c873ff6d66 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.114704  5173 ts_tablet_manager.cc:1434] T 0bc0672a6ad146209d40a9391a07158e P b620ca5e20134b28a02a9a658cdcb4b6: Time spent starting tablet: real 0.008s	user 0.009s	sys 0.000s
I20260608 12:40:33.120072  5174 raft_consensus.cc:359] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.120850  5174 raft_consensus.cc:385] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:33.120926  5219 leader_election.cc:290] T 68d7d93b946e4185aad788c873ff6d66 P 47286173900945eab79eaeea29f2ac7d [CANDIDATE]: Term 1 election: Requested vote from peers cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481), b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843)
I20260608 12:40:33.121176  5053 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "68d7d93b946e4185aad788c873ff6d66" candidate_uuid: "47286173900945eab79eaeea29f2ac7d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b620ca5e20134b28a02a9a658cdcb4b6"
I20260608 12:40:33.121320  5174 raft_consensus.cc:740] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cedcf0d4d3994475ba7a16adcd2a216b, State: Initialized, Role: FOLLOWER
I20260608 12:40:33.121872  5053 raft_consensus.cc:3060] T 68d7d93b946e4185aad788c873ff6d66 P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.122465  5174 consensus_queue.cc:260] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.123582  5172 tablet_bootstrap.cc:492] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d: No bootstrap required, opened a new log
I20260608 12:40:33.123786  5181 raft_consensus.cc:493] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:33.124058  5172 ts_tablet_manager.cc:1403] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d: Time spent bootstrapping tablet: real 0.026s	user 0.010s	sys 0.000s
I20260608 12:40:33.124291  5181 raft_consensus.cc:515] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.125313  5174 ts_tablet_manager.cc:1434] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.000s
I20260608 12:40:33.126297  5174 tablet_bootstrap.cc:492] T 0bc0672a6ad146209d40a9391a07158e P cedcf0d4d3994475ba7a16adcd2a216b: Bootstrap starting.
I20260608 12:40:33.126578  5181 leader_election.cc:290] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481), 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555)
I20260608 12:40:33.127013  5172 raft_consensus.cc:359] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.127727  5172 raft_consensus.cc:385] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:33.127990  5172 raft_consensus.cc:740] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 47286173900945eab79eaeea29f2ac7d, State: Initialized, Role: FOLLOWER
I20260608 12:40:33.128845  5172 consensus_queue.cc:260] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.129139  4976 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b2578059db524e82b07383523d42018e" candidate_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" is_pre_election: true
I20260608 12:40:33.129812  4976 raft_consensus.cc:2468] T b2578059db524e82b07383523d42018e P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b620ca5e20134b28a02a9a658cdcb4b6 in term 0.
I20260608 12:40:33.130844  5126 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b2578059db524e82b07383523d42018e" candidate_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47286173900945eab79eaeea29f2ac7d" is_pre_election: true
I20260608 12:40:33.131315  5172 ts_tablet_manager.cc:1434] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:40:33.132035  5018 leader_election.cc:304] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b620ca5e20134b28a02a9a658cdcb4b6, cedcf0d4d3994475ba7a16adcd2a216b; no voters: 
I20260608 12:40:33.132742  5181 raft_consensus.cc:2804] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:33.132815  5126 raft_consensus.cc:2468] T b2578059db524e82b07383523d42018e P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b620ca5e20134b28a02a9a658cdcb4b6 in term 0.
I20260608 12:40:33.133015  5174 tablet_bootstrap.cc:654] T 0bc0672a6ad146209d40a9391a07158e P cedcf0d4d3994475ba7a16adcd2a216b: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:33.133224  5181 raft_consensus.cc:493] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:33.133628  5181 raft_consensus.cc:3060] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.137614  5174 tablet_bootstrap.cc:492] T 0bc0672a6ad146209d40a9391a07158e P cedcf0d4d3994475ba7a16adcd2a216b: No bootstrap required, opened a new log
I20260608 12:40:33.138051  5174 ts_tablet_manager.cc:1403] T 0bc0672a6ad146209d40a9391a07158e P cedcf0d4d3994475ba7a16adcd2a216b: Time spent bootstrapping tablet: real 0.012s	user 0.007s	sys 0.002s
I20260608 12:40:33.140693  5174 raft_consensus.cc:359] T 0bc0672a6ad146209d40a9391a07158e P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.141403  5174 raft_consensus.cc:385] T 0bc0672a6ad146209d40a9391a07158e P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:33.141515  5180 raft_consensus.cc:493] T ba61449e418d4e17aa276e19401074bc P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:33.141703  5174 raft_consensus.cc:740] T 0bc0672a6ad146209d40a9391a07158e P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cedcf0d4d3994475ba7a16adcd2a216b, State: Initialized, Role: FOLLOWER
I20260608 12:40:33.142107  5180 raft_consensus.cc:515] T ba61449e418d4e17aa276e19401074bc P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.142602  5174 consensus_queue.cc:260] T 0bc0672a6ad146209d40a9391a07158e P cedcf0d4d3994475ba7a16adcd2a216b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.144438  5180 leader_election.cc:290] T ba61449e418d4e17aa276e19401074bc P cedcf0d4d3994475ba7a16adcd2a216b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843), 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555)
I20260608 12:40:33.145171  5052 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba61449e418d4e17aa276e19401074bc" candidate_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" is_pre_election: true
I20260608 12:40:33.144819  5174 ts_tablet_manager.cc:1434] T 0bc0672a6ad146209d40a9391a07158e P cedcf0d4d3994475ba7a16adcd2a216b: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.004s
I20260608 12:40:33.146359  5126 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba61449e418d4e17aa276e19401074bc" candidate_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47286173900945eab79eaeea29f2ac7d" is_pre_election: true
I20260608 12:40:33.147146  5126 raft_consensus.cc:2393] T ba61449e418d4e17aa276e19401074bc P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate cedcf0d4d3994475ba7a16adcd2a216b in current term 1: Already voted for candidate b620ca5e20134b28a02a9a658cdcb4b6 in this term.
I20260608 12:40:33.148459  4942 leader_election.cc:304] T ba61449e418d4e17aa276e19401074bc P cedcf0d4d3994475ba7a16adcd2a216b [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: cedcf0d4d3994475ba7a16adcd2a216b; no voters: 47286173900945eab79eaeea29f2ac7d, b620ca5e20134b28a02a9a658cdcb4b6
I20260608 12:40:33.149076  5181 raft_consensus.cc:515] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.150079  5180 raft_consensus.cc:3060] T ba61449e418d4e17aa276e19401074bc P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.154850  5181 leader_election.cc:290] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [CANDIDATE]: Term 1 election: Requested vote from peers cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481), 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555)
I20260608 12:40:33.155575  5126 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b2578059db524e82b07383523d42018e" candidate_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47286173900945eab79eaeea29f2ac7d"
I20260608 12:40:33.156181  5126 raft_consensus.cc:3060] T b2578059db524e82b07383523d42018e P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.156477  4976 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b2578059db524e82b07383523d42018e" candidate_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cedcf0d4d3994475ba7a16adcd2a216b"
I20260608 12:40:33.157073  4976 raft_consensus.cc:3060] T b2578059db524e82b07383523d42018e P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.164052  4977 raft_consensus.cc:2468] T 68d7d93b946e4185aad788c873ff6d66 P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 47286173900945eab79eaeea29f2ac7d in term 1.
I20260608 12:40:33.165302  5092 leader_election.cc:304] T 68d7d93b946e4185aad788c873ff6d66 P 47286173900945eab79eaeea29f2ac7d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 47286173900945eab79eaeea29f2ac7d, cedcf0d4d3994475ba7a16adcd2a216b; no voters: 
I20260608 12:40:33.165591  5126 raft_consensus.cc:2468] T b2578059db524e82b07383523d42018e P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b620ca5e20134b28a02a9a658cdcb4b6 in term 1.
I20260608 12:40:33.165999  4976 raft_consensus.cc:2468] T b2578059db524e82b07383523d42018e P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b620ca5e20134b28a02a9a658cdcb4b6 in term 1.
I20260608 12:40:33.166277  5219 raft_consensus.cc:2804] T 68d7d93b946e4185aad788c873ff6d66 P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:33.166419  5200 raft_consensus.cc:493] T 15aaa8faf41745208046036311dbab0c P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:33.166917  5219 raft_consensus.cc:697] T 68d7d93b946e4185aad788c873ff6d66 P 47286173900945eab79eaeea29f2ac7d [term 1 LEADER]: Becoming Leader. State: Replica: 47286173900945eab79eaeea29f2ac7d, State: Running, Role: LEADER
I20260608 12:40:33.166960  5200 raft_consensus.cc:515] T 15aaa8faf41745208046036311dbab0c P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.167465  5018 leader_election.cc:304] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b620ca5e20134b28a02a9a658cdcb4b6, cedcf0d4d3994475ba7a16adcd2a216b; no voters: 
I20260608 12:40:33.168063  5219 consensus_queue.cc:237] T 68d7d93b946e4185aad788c873ff6d66 P 47286173900945eab79eaeea29f2ac7d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.169425  5200 leader_election.cc:290] T 15aaa8faf41745208046036311dbab0c P b620ca5e20134b28a02a9a658cdcb4b6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481), 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555)
I20260608 12:40:33.169485  5181 raft_consensus.cc:2804] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:33.170264  5181 raft_consensus.cc:697] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 LEADER]: Becoming Leader. State: Replica: b620ca5e20134b28a02a9a658cdcb4b6, State: Running, Role: LEADER
I20260608 12:40:33.171197  5181 consensus_queue.cc:237] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.173401  4977 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15aaa8faf41745208046036311dbab0c" candidate_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" is_pre_election: true
I20260608 12:40:33.172626  5126 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15aaa8faf41745208046036311dbab0c" candidate_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47286173900945eab79eaeea29f2ac7d" is_pre_election: true
I20260608 12:40:33.174610  5053 raft_consensus.cc:2468] T 68d7d93b946e4185aad788c873ff6d66 P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 47286173900945eab79eaeea29f2ac7d in term 1.
I20260608 12:40:33.175673  4977 raft_consensus.cc:2393] T 15aaa8faf41745208046036311dbab0c P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate b620ca5e20134b28a02a9a658cdcb4b6 in current term 1: Already voted for candidate 47286173900945eab79eaeea29f2ac7d in this term.
I20260608 12:40:33.181540  5018 leader_election.cc:304] T 15aaa8faf41745208046036311dbab0c P b620ca5e20134b28a02a9a658cdcb4b6 [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: b620ca5e20134b28a02a9a658cdcb4b6; no voters: 47286173900945eab79eaeea29f2ac7d, cedcf0d4d3994475ba7a16adcd2a216b
I20260608 12:40:33.182785  5200 raft_consensus.cc:3060] T 15aaa8faf41745208046036311dbab0c P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.183440  4874 catalog_manager.cc:5696] T 68d7d93b946e4185aad788c873ff6d66 P 47286173900945eab79eaeea29f2ac7d reported cstate change: term changed from 0 to 1, leader changed from <none> to 47286173900945eab79eaeea29f2ac7d (127.0.107.195). New cstate: current_term: 1 leader_uuid: "47286173900945eab79eaeea29f2ac7d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:33.182657  5180 raft_consensus.cc:2749] T ba61449e418d4e17aa276e19401074bc P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:40:33.191224  5200 raft_consensus.cc:2749] T 15aaa8faf41745208046036311dbab0c P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:40:33.193615  5200 consensus_queue.cc:1048] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:33.193881  4872 catalog_manager.cc:5696] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 reported cstate change: term changed from 0 to 1, leader changed from <none> to b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:33.200624  5219 raft_consensus.cc:493] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:33.201145  5219 raft_consensus.cc:515] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.207788  5053 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7146bd7c460c448f9623cf9421db76bf" candidate_uuid: "47286173900945eab79eaeea29f2ac7d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" is_pre_election: true
I20260608 12:40:33.208724  5053 raft_consensus.cc:2468] T 7146bd7c460c448f9623cf9421db76bf P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 47286173900945eab79eaeea29f2ac7d in term 0.
I20260608 12:40:33.210737  4977 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7146bd7c460c448f9623cf9421db76bf" candidate_uuid: "47286173900945eab79eaeea29f2ac7d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" is_pre_election: true
I20260608 12:40:33.211593  4977 raft_consensus.cc:2468] T 7146bd7c460c448f9623cf9421db76bf P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 47286173900945eab79eaeea29f2ac7d in term 0.
I20260608 12:40:33.213049  5092 leader_election.cc:304] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 47286173900945eab79eaeea29f2ac7d, cedcf0d4d3994475ba7a16adcd2a216b; no voters: 
I20260608 12:40:33.213963  5176 raft_consensus.cc:2804] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:33.203698  5219 leader_election.cc:290] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481), b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843)
I20260608 12:40:33.214350  5176 raft_consensus.cc:493] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:33.214818  5176 raft_consensus.cc:3060] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.220520  5200 consensus_queue.cc:1048] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:33.221853  5176 raft_consensus.cc:515] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.224617  5176 leader_election.cc:290] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [CANDIDATE]: Term 1 election: Requested vote from peers cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481), b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843)
I20260608 12:40:33.225255  4976 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7146bd7c460c448f9623cf9421db76bf" candidate_uuid: "47286173900945eab79eaeea29f2ac7d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cedcf0d4d3994475ba7a16adcd2a216b"
I20260608 12:40:33.225965  4976 raft_consensus.cc:3060] T 7146bd7c460c448f9623cf9421db76bf P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.226112  5053 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7146bd7c460c448f9623cf9421db76bf" candidate_uuid: "47286173900945eab79eaeea29f2ac7d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b620ca5e20134b28a02a9a658cdcb4b6"
I20260608 12:40:33.226734  5053 raft_consensus.cc:3060] T 7146bd7c460c448f9623cf9421db76bf P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.233489  4976 raft_consensus.cc:2468] T 7146bd7c460c448f9623cf9421db76bf P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 47286173900945eab79eaeea29f2ac7d in term 1.
I20260608 12:40:33.234273  5053 raft_consensus.cc:2468] T 7146bd7c460c448f9623cf9421db76bf P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 47286173900945eab79eaeea29f2ac7d in term 1.
I20260608 12:40:33.234865  5092 leader_election.cc:304] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 47286173900945eab79eaeea29f2ac7d, cedcf0d4d3994475ba7a16adcd2a216b; no voters: 
I20260608 12:40:33.235803  5176 raft_consensus.cc:2804] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:33.236361  5176 raft_consensus.cc:697] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [term 1 LEADER]: Becoming Leader. State: Replica: 47286173900945eab79eaeea29f2ac7d, State: Running, Role: LEADER
I20260608 12:40:33.237258  5176 consensus_queue.cc:237] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.245676  5200 consensus_queue.cc:1048] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:33.249475  4874 catalog_manager.cc:5696] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d reported cstate change: term changed from 0 to 1, leader changed from <none> to 47286173900945eab79eaeea29f2ac7d (127.0.107.195). New cstate: current_term: 1 leader_uuid: "47286173900945eab79eaeea29f2ac7d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:33.257517  5200 consensus_queue.cc:1048] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:33.270587  5207 consensus_queue.cc:1048] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b [LEADER]: Connected to new peer: Peer: permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:33.283330  5206 consensus_queue.cc:1048] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b [LEADER]: Connected to new peer: Peer: permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:33.323916  5206 consensus_queue.cc:1048] T 33fdeec5c5344b4cb99bd97045c98526 P cedcf0d4d3994475ba7a16adcd2a216b [LEADER]: Connected to new peer: Peer: permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:33.334792  5180 consensus_queue.cc:1048] T 33fdeec5c5344b4cb99bd97045c98526 P cedcf0d4d3994475ba7a16adcd2a216b [LEADER]: Connected to new peer: Peer: permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:33.342516  5176 raft_consensus.cc:493] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:33.343062  5176 raft_consensus.cc:515] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.345402  5176 leader_election.cc:290] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481), b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843)
I20260608 12:40:33.345963  4976 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0bc0672a6ad146209d40a9391a07158e" candidate_uuid: "47286173900945eab79eaeea29f2ac7d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" is_pre_election: true
I20260608 12:40:33.346540  5053 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0bc0672a6ad146209d40a9391a07158e" candidate_uuid: "47286173900945eab79eaeea29f2ac7d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" is_pre_election: true
I20260608 12:40:33.346660  4976 raft_consensus.cc:2468] T 0bc0672a6ad146209d40a9391a07158e P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 47286173900945eab79eaeea29f2ac7d in term 0.
I20260608 12:40:33.347127  5053 raft_consensus.cc:2468] T 0bc0672a6ad146209d40a9391a07158e P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 47286173900945eab79eaeea29f2ac7d in term 0.
I20260608 12:40:33.348030  5092 leader_election.cc:304] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 47286173900945eab79eaeea29f2ac7d, cedcf0d4d3994475ba7a16adcd2a216b; no voters: 
I20260608 12:40:33.348809  5176 raft_consensus.cc:2804] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:33.349136  5176 raft_consensus.cc:493] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:33.349411  5176 raft_consensus.cc:3060] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.354275  5176 raft_consensus.cc:515] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.355931  5176 leader_election.cc:290] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [CANDIDATE]: Term 1 election: Requested vote from peers cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481), b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843)
I20260608 12:40:33.356595  4976 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0bc0672a6ad146209d40a9391a07158e" candidate_uuid: "47286173900945eab79eaeea29f2ac7d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cedcf0d4d3994475ba7a16adcd2a216b"
I20260608 12:40:33.356880  5053 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0bc0672a6ad146209d40a9391a07158e" candidate_uuid: "47286173900945eab79eaeea29f2ac7d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b620ca5e20134b28a02a9a658cdcb4b6"
I20260608 12:40:33.357074  4976 raft_consensus.cc:3060] T 0bc0672a6ad146209d40a9391a07158e P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.357474  5053 raft_consensus.cc:3060] T 0bc0672a6ad146209d40a9391a07158e P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.361657  4976 raft_consensus.cc:2468] T 0bc0672a6ad146209d40a9391a07158e P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 47286173900945eab79eaeea29f2ac7d in term 1.
I20260608 12:40:33.361925  5053 raft_consensus.cc:2468] T 0bc0672a6ad146209d40a9391a07158e P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 47286173900945eab79eaeea29f2ac7d in term 1.
I20260608 12:40:33.362767  5092 leader_election.cc:304] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 47286173900945eab79eaeea29f2ac7d, cedcf0d4d3994475ba7a16adcd2a216b; no voters: 
I20260608 12:40:33.363519  5176 raft_consensus.cc:2804] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:33.363920  5176 raft_consensus.cc:697] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [term 1 LEADER]: Becoming Leader. State: Replica: 47286173900945eab79eaeea29f2ac7d, State: Running, Role: LEADER
I20260608 12:40:33.364678  5176 consensus_queue.cc:237] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.371694  4873 catalog_manager.cc:5696] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d reported cstate change: term changed from 0 to 1, leader changed from <none> to 47286173900945eab79eaeea29f2ac7d (127.0.107.195). New cstate: current_term: 1 leader_uuid: "47286173900945eab79eaeea29f2ac7d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:33.394230  5200 raft_consensus.cc:493] T 9ca0a2753a8a41128dde75a7e184cccc P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:33.394865  5200 raft_consensus.cc:515] T 9ca0a2753a8a41128dde75a7e184cccc P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.397235  5200 leader_election.cc:290] T 9ca0a2753a8a41128dde75a7e184cccc P b620ca5e20134b28a02a9a658cdcb4b6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481), 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555)
I20260608 12:40:33.398123  4976 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ca0a2753a8a41128dde75a7e184cccc" candidate_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" is_pre_election: true
I20260608 12:40:33.398830  4976 raft_consensus.cc:2468] T 9ca0a2753a8a41128dde75a7e184cccc P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b620ca5e20134b28a02a9a658cdcb4b6 in term 0.
I20260608 12:40:33.399243  5126 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ca0a2753a8a41128dde75a7e184cccc" candidate_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47286173900945eab79eaeea29f2ac7d" is_pre_election: true
I20260608 12:40:33.399926  5126 raft_consensus.cc:2468] T 9ca0a2753a8a41128dde75a7e184cccc P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b620ca5e20134b28a02a9a658cdcb4b6 in term 0.
I20260608 12:40:33.400207  5018 leader_election.cc:304] T 9ca0a2753a8a41128dde75a7e184cccc P b620ca5e20134b28a02a9a658cdcb4b6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b620ca5e20134b28a02a9a658cdcb4b6, cedcf0d4d3994475ba7a16adcd2a216b; no voters: 
I20260608 12:40:33.401003  5200 raft_consensus.cc:2804] T 9ca0a2753a8a41128dde75a7e184cccc P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:33.401311  5200 raft_consensus.cc:493] T 9ca0a2753a8a41128dde75a7e184cccc P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:33.401609  5200 raft_consensus.cc:3060] T 9ca0a2753a8a41128dde75a7e184cccc P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.406512  5200 raft_consensus.cc:515] T 9ca0a2753a8a41128dde75a7e184cccc P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.408198  5200 leader_election.cc:290] T 9ca0a2753a8a41128dde75a7e184cccc P b620ca5e20134b28a02a9a658cdcb4b6 [CANDIDATE]: Term 1 election: Requested vote from peers cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481), 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555)
I20260608 12:40:33.408957  4976 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ca0a2753a8a41128dde75a7e184cccc" candidate_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cedcf0d4d3994475ba7a16adcd2a216b"
I20260608 12:40:33.409184  5126 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ca0a2753a8a41128dde75a7e184cccc" candidate_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47286173900945eab79eaeea29f2ac7d"
I20260608 12:40:33.409421  4976 raft_consensus.cc:3060] T 9ca0a2753a8a41128dde75a7e184cccc P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.409770  5126 raft_consensus.cc:3060] T 9ca0a2753a8a41128dde75a7e184cccc P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.414225  4976 raft_consensus.cc:2468] T 9ca0a2753a8a41128dde75a7e184cccc P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b620ca5e20134b28a02a9a658cdcb4b6 in term 1.
I20260608 12:40:33.414649  5126 raft_consensus.cc:2468] T 9ca0a2753a8a41128dde75a7e184cccc P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b620ca5e20134b28a02a9a658cdcb4b6 in term 1.
I20260608 12:40:33.415706  5018 leader_election.cc:304] T 9ca0a2753a8a41128dde75a7e184cccc P b620ca5e20134b28a02a9a658cdcb4b6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b620ca5e20134b28a02a9a658cdcb4b6, cedcf0d4d3994475ba7a16adcd2a216b; no voters: 
I20260608 12:40:33.416749  5200 raft_consensus.cc:2804] T 9ca0a2753a8a41128dde75a7e184cccc P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:33.417263  5200 raft_consensus.cc:697] T 9ca0a2753a8a41128dde75a7e184cccc P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 LEADER]: Becoming Leader. State: Replica: b620ca5e20134b28a02a9a658cdcb4b6, State: Running, Role: LEADER
I20260608 12:40:33.417928  5180 consensus_queue.cc:1048] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b [LEADER]: Connected to new peer: Peer: permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:33.418193  5200 consensus_queue.cc:237] T 9ca0a2753a8a41128dde75a7e184cccc P b620ca5e20134b28a02a9a658cdcb4b6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.419106  5176 consensus_queue.cc:1048] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:33.426245  5180 raft_consensus.cc:493] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:33.426954  5180 raft_consensus.cc:515] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.434692  5053 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0fca293cbc8841fd9e9e67513c789b95" candidate_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" is_pre_election: true
I20260608 12:40:33.435371  5053 raft_consensus.cc:2468] T 0fca293cbc8841fd9e9e67513c789b95 P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cedcf0d4d3994475ba7a16adcd2a216b in term 0.
I20260608 12:40:33.431490  5180 leader_election.cc:290] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843), 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555)
I20260608 12:40:33.438905  5126 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0fca293cbc8841fd9e9e67513c789b95" candidate_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47286173900945eab79eaeea29f2ac7d" is_pre_election: true
I20260608 12:40:33.439662  5126 raft_consensus.cc:2468] T 0fca293cbc8841fd9e9e67513c789b95 P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cedcf0d4d3994475ba7a16adcd2a216b in term 0.
I20260608 12:40:33.440188  4943 leader_election.cc:304] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b620ca5e20134b28a02a9a658cdcb4b6, cedcf0d4d3994475ba7a16adcd2a216b; no voters: 
I20260608 12:40:33.442854  5204 raft_consensus.cc:2804] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:33.443256  5204 raft_consensus.cc:493] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:33.443637  5204 raft_consensus.cc:3060] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.448128  5260 consensus_queue.cc:1048] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:33.449235  4872 catalog_manager.cc:5696] T 9ca0a2753a8a41128dde75a7e184cccc P b620ca5e20134b28a02a9a658cdcb4b6 reported cstate change: term changed from 0 to 1, leader changed from <none> to b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:33.452157  5180 consensus_queue.cc:1048] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b [LEADER]: Connected to new peer: Peer: permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:33.463220  5204 raft_consensus.cc:515] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.466480  5204 leader_election.cc:290] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [CANDIDATE]: Term 1 election: Requested vote from peers b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843), 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555)
I20260608 12:40:33.466835  5052 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0fca293cbc8841fd9e9e67513c789b95" candidate_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b620ca5e20134b28a02a9a658cdcb4b6"
I20260608 12:40:33.467082  5126 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0fca293cbc8841fd9e9e67513c789b95" candidate_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47286173900945eab79eaeea29f2ac7d"
I20260608 12:40:33.467499  5052 raft_consensus.cc:3060] T 0fca293cbc8841fd9e9e67513c789b95 P b620ca5e20134b28a02a9a658cdcb4b6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.467741  5126 raft_consensus.cc:3060] T 0fca293cbc8841fd9e9e67513c789b95 P 47286173900945eab79eaeea29f2ac7d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.473917  5052 raft_consensus.cc:2468] T 0fca293cbc8841fd9e9e67513c789b95 P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cedcf0d4d3994475ba7a16adcd2a216b in term 1.
I20260608 12:40:33.475275  5126 raft_consensus.cc:2468] T 0fca293cbc8841fd9e9e67513c789b95 P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cedcf0d4d3994475ba7a16adcd2a216b in term 1.
I20260608 12:40:33.475281  4943 leader_election.cc:304] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b620ca5e20134b28a02a9a658cdcb4b6, cedcf0d4d3994475ba7a16adcd2a216b; no voters: 
I20260608 12:40:33.476730  5204 raft_consensus.cc:2804] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:33.477424  5204 raft_consensus.cc:697] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [term 1 LEADER]: Becoming Leader. State: Replica: cedcf0d4d3994475ba7a16adcd2a216b, State: Running, Role: LEADER
I20260608 12:40:33.479045  5204 consensus_queue.cc:237] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } }
I20260608 12:40:33.491882  4872 catalog_manager.cc:5696] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b reported cstate change: term changed from 0 to 1, leader changed from <none> to cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193). New cstate: current_term: 1 leader_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:33.595715  5200 consensus_queue.cc:1048] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:33.620970  5260 consensus_queue.cc:1048] T 68d7d93b946e4185aad788c873ff6d66 P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:33.685019  5181 consensus_queue.cc:1048] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:33.714011  5219 consensus_queue.cc:1048] T 68d7d93b946e4185aad788c873ff6d66 P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:33.752105  5176 consensus_queue.cc:1048] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:33.773519  5176 consensus_queue.cc:1048] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:40:33.799773  5158 meta_cache.cc:1261] Time spent looking up entry by key: real 0.056s	user 0.007s	sys 0.001s
W20260608 12:40:33.800225  5266 meta_cache.cc:1261] Time spent looking up entry by key: real 0.052s	user 0.005s	sys 0.003s
W20260608 12:40:33.801232  5267 meta_cache.cc:1261] Time spent looking up entry by key: real 0.073s	user 0.007s	sys 0.000s
W20260608 12:40:33.802744  5268 meta_cache.cc:1261] Time spent looking up entry by key: real 0.060s	user 0.008s	sys 0.001s
W20260608 12:40:33.802940  5157 meta_cache.cc:1261] Time spent looking up entry by key: real 0.058s	user 0.005s	sys 0.003s
I20260608 12:40:33.804980  5246 consensus_queue.cc:1048] T 9ca0a2753a8a41128dde75a7e184cccc P b620ca5e20134b28a02a9a658cdcb4b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:33.833195  5218 consensus_queue.cc:1048] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:33.860661  5219 consensus_queue.cc:1048] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:33.897723  5181 consensus_queue.cc:1048] T 9ca0a2753a8a41128dde75a7e184cccc P b620ca5e20134b28a02a9a658cdcb4b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:34.043640  5053 raft_consensus.cc:1275] T 0fca293cbc8841fd9e9e67513c789b95 P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Refusing update from remote peer cedcf0d4d3994475ba7a16adcd2a216b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:40:34.074666  5127 raft_consensus.cc:1275] T 0fca293cbc8841fd9e9e67513c789b95 P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Refusing update from remote peer cedcf0d4d3994475ba7a16adcd2a216b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:40:34.098712  5207 consensus_queue.cc:1048] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [LEADER]: Connected to new peer: Peer: permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:34.163998  5180 consensus_queue.cc:1048] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [LEADER]: Connected to new peer: Peer: permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.039s
W20260608 12:40:34.537176  5226 log.cc:927] Time spent T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d: Append to log took a long time: real 0.079s	user 0.002s	sys 0.000s
W20260608 12:40:34.549863  5159 outbound_call.cc:321] RPC callback for RPC call kudu.master.MasterService.GetTableLocations -> {remote=127.0.107.254:36015, user_credentials={real_user=slave}} blocked reactor thread for 156364us
W20260608 12:40:34.657559  5320 log.cc:927] Time spent T ba61449e418d4e17aa276e19401074bc P 47286173900945eab79eaeea29f2ac7d: Append to log took a long time: real 0.079s	user 0.001s	sys 0.000s
W20260608 12:40:34.655301  5321 log.cc:927] Time spent T dbed21957bee44219edb2478a2593161 P 47286173900945eab79eaeea29f2ac7d: Append to log took a long time: real 0.090s	user 0.000s	sys 0.004s
I20260608 12:40:34.744835  5310 mvcc.cc:204] Tried to move back new op lower bound from 7294658289521446912 to 7294658287542022144. Current Snapshot: MvccSnapshot[applied={T|T < 7294658289521446912 or (T in {7294658289521446912})}]
I20260608 12:40:35.047387  5295 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:50620 (ReqId={client: bbf8baf966204e0b88b04f1bd5a1fd44, seq_no=6, attempt_no=0}) took 1003 ms. Trace:
I20260608 12:40:35.048084  5295 rpcz_store.cc:276] 0608 12:40:33.991118 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:33.995654 (+  4536us) service_pool.cc:224] Handling call
0608 12:40:34.994556 (+998902us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:34.050763 (+     0us) write_op.cc:183] PREPARE: starting on tablet 68d7d93b946e4185aad788c873ff6d66
0608 12:40:34.096010 (+ 45247us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:34.096043 (+    33us) write_op.cc:435] Acquired schema lock
0608 12:40:34.096062 (+    19us) tablet.cc:662] Decoding operations
0608 12:40:34.136504 (+ 40442us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:34.143423 (+  6919us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:34.176167 (+ 32744us) tablet.cc:685] Acquiring locks for 6 operations
0608 12:40:34.264280 (+ 88113us) tablet.cc:701] Row locks acquired
0608 12:40:34.264340 (+    60us) write_op.cc:260] PREPARE: finished
0608 12:40:34.273704 (+  9364us) write_op.cc:270] Start()
0608 12:40:34.307595 (+ 33891us) write_op.cc:276] Timestamp: P: 1780922434271051 usec, L: 0
0608 12:40:34.307625 (+    30us) op_driver.cc:348] REPLICATION: starting
0608 12:40:34.336434 (+ 28809us) log.cc:844] Serialized 562 byte log entry
0608 12:40:34.985070 (+648636us) op_driver.cc:464] REPLICATION: finished
0608 12:40:34.991338 (+  6268us) write_op.cc:301] APPLY: starting
0608 12:40:34.991793 (+   455us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:34.992011 (+   218us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:34.992111 (+   100us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:34.993259 (+  1148us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:34.993471 (+   212us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:34.993523 (+    52us) write_op.cc:312] APPLY: finished
0608 12:40:34.993782 (+   259us) log.cc:844] Serialized 52 byte log entry
0608 12:40:34.994038 (+   256us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:34.994141 (+   103us) write_op.cc:454] Released schema lock
0608 12:40:34.994200 (+    59us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":2181,"mutex_wait_us":14571,"num_ops":6,"prepare.queue_time_us":52972,"prepare.run_cpu_time_us":6471,"prepare.run_wall_time_us":286048,"replication_time_us":673552}]]}
W20260608 12:40:35.059902  4943 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:37843, user_credentials={real_user=slave}} blocked reactor thread for 47192.6us
W20260608 12:40:35.063393  4942 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:39555, user_credentials={real_user=slave}} blocked reactor thread for 56552.5us
I20260608 12:40:36.175943  5323 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:50620 (ReqId={client: bbf8baf966204e0b88b04f1bd5a1fd44, seq_no=59, attempt_no=0}) took 1011 ms. Trace:
I20260608 12:40:36.176409  5323 rpcz_store.cc:276] 0608 12:40:35.164664 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:35.165218 (+   554us) service_pool.cc:224] Handling call
0608 12:40:36.175873 (+1010655us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:35.167199 (+     0us) write_op.cc:183] PREPARE: starting on tablet 68d7d93b946e4185aad788c873ff6d66
0608 12:40:35.167759 (+   560us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:35.167795 (+    36us) write_op.cc:435] Acquired schema lock
0608 12:40:35.167809 (+    14us) tablet.cc:662] Decoding operations
0608 12:40:35.168350 (+   541us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:35.168406 (+    56us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:35.168435 (+    29us) tablet.cc:685] Acquiring locks for 6 operations
0608 12:40:35.177679 (+  9244us) tablet.cc:701] Row locks acquired
0608 12:40:35.177699 (+    20us) write_op.cc:260] PREPARE: finished
0608 12:40:35.177856 (+   157us) write_op.cc:270] Start()
0608 12:40:35.177951 (+    95us) write_op.cc:276] Timestamp: P: 1780922435177814 usec, L: 0
0608 12:40:35.177976 (+    25us) op_driver.cc:348] REPLICATION: starting
0608 12:40:35.178568 (+   592us) log.cc:844] Serialized 571 byte log entry
0608 12:40:35.584551 (+405983us) op_driver.cc:464] REPLICATION: finished
0608 12:40:35.839303 (+254752us) write_op.cc:301] APPLY: starting
0608 12:40:35.865321 (+ 26018us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:35.878508 (+ 13187us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:35.921154 (+ 42646us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:35.957054 (+ 35900us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:35.957349 (+   295us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:35.957423 (+    74us) write_op.cc:312] APPLY: finished
0608 12:40:35.957792 (+   369us) log.cc:844] Serialized 52 byte log entry
0608 12:40:35.958055 (+   263us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:35.958193 (+   138us) write_op.cc:454] Released schema lock
0608 12:40:35.958253 (+    60us) write_op.cc:341] FINISH: Updating metrics
0608 12:40:36.175731 (+217478us) spinlock_profiling.cc:243] Waited 77.7 ms on lock 0x7b3400251fe8. stack: 00007fe4f64723a1 00007fe4f64721c8 00007fe4f5c4df11 000000000047f705 000000000047f658 00007fe4f7af64bb 00007fe4f7b79c91 00007fe4f7b9e273 00007fe4ff4759a7 00007fe4fd78e396 00007fe4fd78db8f 00007fe4fd7964e0 00007fe4fd796440 00007fe4fd7963a0 00007fe4fd796340 00007fe4fd7944bf
Metrics: {"child_traces":[["op",{"apply.queue_time_us":245684,"mutex_wait_us":18403,"num_ops":6,"prepare.queue_time_us":477,"prepare.run_cpu_time_us":3007,"prepare.run_wall_time_us":11778,"raft.queue_time_us":1860,"raft.run_cpu_time_us":1925,"raft.run_wall_time_us":16777,"replication_time_us":406437,"spinlock_wait_cycles":178761984}]]}
I20260608 12:40:36.182899  5295 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:50620 (ReqId={client: bbf8baf966204e0b88b04f1bd5a1fd44, seq_no=56, attempt_no=0}) took 1018 ms. Trace:
I20260608 12:40:36.183373  5295 rpcz_store.cc:276] 0608 12:40:35.164219 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:35.167102 (+  2883us) service_pool.cc:224] Handling call
0608 12:40:36.182831 (+1015729us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:35.197149 (+     0us) write_op.cc:183] PREPARE: starting on tablet 0bc0672a6ad146209d40a9391a07158e
0608 12:40:35.197681 (+   532us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:35.197728 (+    47us) write_op.cc:435] Acquired schema lock
0608 12:40:35.197745 (+    17us) tablet.cc:662] Decoding operations
0608 12:40:35.198174 (+   429us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:35.198224 (+    50us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:35.198261 (+    37us) tablet.cc:685] Acquiring locks for 4 operations
0608 12:40:35.198614 (+   353us) tablet.cc:701] Row locks acquired
0608 12:40:35.198634 (+    20us) write_op.cc:260] PREPARE: finished
0608 12:40:35.198821 (+   187us) write_op.cc:270] Start()
0608 12:40:35.198936 (+   115us) write_op.cc:276] Timestamp: P: 1780922435198775 usec, L: 0
0608 12:40:35.198959 (+    23us) op_driver.cc:348] REPLICATION: starting
0608 12:40:35.199620 (+   661us) log.cc:844] Serialized 484 byte log entry
0608 12:40:36.108814 (+909194us) op_driver.cc:464] REPLICATION: finished
0608 12:40:36.179079 (+ 70265us) write_op.cc:301] APPLY: starting
0608 12:40:36.179858 (+   779us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:36.180010 (+   152us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:36.180101 (+    91us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:36.180882 (+   781us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:36.181048 (+   166us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:36.181098 (+    50us) write_op.cc:312] APPLY: finished
0608 12:40:36.181321 (+   223us) log.cc:844] Serialized 40 byte log entry
0608 12:40:36.181544 (+   223us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:36.181635 (+    91us) write_op.cc:454] Released schema lock
0608 12:40:36.181674 (+    39us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":65009,"mutex_wait_us":7542,"num_ops":4,"prepare.queue_time_us":28571,"prepare.run_cpu_time_us":2754,"prepare.run_wall_time_us":3895,"replication_time_us":909710}]]}
W20260608 12:40:36.191186  5017 thread.cc:641] raft [worker] (thread pool) Time spent creating pthread: real 0.607s	user 0.009s	sys 0.032s
W20260608 12:40:36.191637  5017 thread.cc:608] raft [worker] (thread pool) Time spent starting thread: real 0.607s	user 0.010s	sys 0.032s
W20260608 12:40:36.200698  5017 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:39555, user_credentials={real_user=slave}} blocked reactor thread for 616669us
I20260608 12:40:36.231926  5342 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:50620 (ReqId={client: bbf8baf966204e0b88b04f1bd5a1fd44, seq_no=65, attempt_no=0}) took 1056 ms. Trace:
I20260608 12:40:36.265985  5323 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:50620 (ReqId={client: bbf8baf966204e0b88b04f1bd5a1fd44, seq_no=66, attempt_no=0}) took 1089 ms. Trace:
I20260608 12:40:36.232581  5342 rpcz_store.cc:276] 0608 12:40:35.175897 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:35.176460 (+   563us) service_pool.cc:224] Handling call
0608 12:40:36.231821 (+1055361us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:35.200321 (+     0us) write_op.cc:183] PREPARE: starting on tablet 7146bd7c460c448f9623cf9421db76bf
0608 12:40:35.200891 (+   570us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:35.200926 (+    35us) write_op.cc:435] Acquired schema lock
0608 12:40:35.200948 (+    22us) tablet.cc:662] Decoding operations
0608 12:40:35.201424 (+   476us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:35.201476 (+    52us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:35.201515 (+    39us) tablet.cc:685] Acquiring locks for 3 operations
0608 12:40:35.201829 (+   314us) tablet.cc:701] Row locks acquired
0608 12:40:35.201852 (+    23us) write_op.cc:260] PREPARE: finished
0608 12:40:35.202078 (+   226us) write_op.cc:270] Start()
0608 12:40:35.202208 (+   130us) write_op.cc:276] Timestamp: P: 1780922435201981 usec, L: 0
0608 12:40:35.202232 (+    24us) op_driver.cc:348] REPLICATION: starting
0608 12:40:35.202967 (+   735us) log.cc:844] Serialized 441 byte log entry
0608 12:40:36.201404 (+998437us) op_driver.cc:464] REPLICATION: finished
0608 12:40:36.229628 (+ 28224us) write_op.cc:301] APPLY: starting
0608 12:40:36.229711 (+    83us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:36.229865 (+   154us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:36.229973 (+   108us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:36.230605 (+   632us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:36.230798 (+   193us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:36.230854 (+    56us) write_op.cc:312] APPLY: finished
0608 12:40:36.231100 (+   246us) log.cc:844] Serialized 34 byte log entry
0608 12:40:36.231307 (+   207us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:36.231392 (+    85us) write_op.cc:454] Released schema lock
0608 12:40:36.231454 (+    62us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":20635,"mutex_wait_us":19249,"num_ops":3,"prepare.queue_time_us":22408,"prepare.run_cpu_time_us":3080,"prepare.run_wall_time_us":3373,"raft.queue_time_us":100,"raft.run_cpu_time_us":25,"raft.run_wall_time_us":25,"replication_time_us":999057,"spinlock_wait_cycles":26368}]]}
I20260608 12:40:36.273140  5323 rpcz_store.cc:276] 0608 12:40:35.176296 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:35.177858 (+  1562us) service_pool.cc:224] Handling call
0608 12:40:36.265911 (+1088053us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:35.197752 (+     0us) write_op.cc:183] PREPARE: starting on tablet 68d7d93b946e4185aad788c873ff6d66
0608 12:40:35.198259 (+   507us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:35.198292 (+    33us) write_op.cc:435] Acquired schema lock
0608 12:40:35.198309 (+    17us) tablet.cc:662] Decoding operations
0608 12:40:35.198705 (+   396us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:35.198746 (+    41us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:35.198773 (+    27us) tablet.cc:685] Acquiring locks for 3 operations
0608 12:40:35.199019 (+   246us) tablet.cc:701] Row locks acquired
0608 12:40:35.199040 (+    21us) write_op.cc:260] PREPARE: finished
0608 12:40:35.199231 (+   191us) write_op.cc:270] Start()
0608 12:40:35.199344 (+   113us) write_op.cc:276] Timestamp: P: 1780922435199175 usec, L: 0
0608 12:40:35.199362 (+    18us) op_driver.cc:348] REPLICATION: starting
0608 12:40:35.201116 (+  1754us) log.cc:844] Serialized 441 byte log entry
0608 12:40:36.160102 (+958986us) op_driver.cc:464] REPLICATION: finished
0608 12:40:36.182644 (+ 22542us) write_op.cc:301] APPLY: starting
0608 12:40:36.182737 (+    93us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:36.182897 (+   160us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:36.183000 (+   103us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:36.255346 (+ 72346us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:36.255579 (+   233us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:36.255629 (+    50us) write_op.cc:312] APPLY: finished
0608 12:40:36.255858 (+   229us) log.cc:844] Serialized 34 byte log entry
0608 12:40:36.265314 (+  9456us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:36.265410 (+    96us) write_op.cc:454] Released schema lock
0608 12:40:36.265456 (+    46us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":22315,"mutex_wait_us":18137,"num_ops":3,"prepare.queue_time_us":18483,"prepare.run_cpu_time_us":2540,"prepare.run_wall_time_us":3637,"replication_time_us":960618}]]}
I20260608 12:40:36.298893  5342 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:50620 (ReqId={client: bbf8baf966204e0b88b04f1bd5a1fd44, seq_no=55, attempt_no=0}) took 1139 ms. Trace:
I20260608 12:40:36.301455  5295 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:50620 (ReqId={client: bbf8baf966204e0b88b04f1bd5a1fd44, seq_no=68, attempt_no=0}) took 1068 ms. Trace:
I20260608 12:40:36.315529  5323 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:50620 (ReqId={client: bbf8baf966204e0b88b04f1bd5a1fd44, seq_no=85, attempt_no=0}) took 1040 ms. Trace:
I20260608 12:40:36.299453  5342 rpcz_store.cc:276] 0608 12:40:35.159150 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:35.159782 (+   632us) service_pool.cc:224] Handling call
0608 12:40:36.298823 (+1139041us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:35.162631 (+     0us) write_op.cc:183] PREPARE: starting on tablet 15aaa8faf41745208046036311dbab0c
0608 12:40:35.163165 (+   534us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:35.163199 (+    34us) write_op.cc:435] Acquired schema lock
0608 12:40:35.163217 (+    18us) tablet.cc:662] Decoding operations
0608 12:40:35.163523 (+   306us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:35.163571 (+    48us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:35.163600 (+    29us) tablet.cc:685] Acquiring locks for 1 operations
0608 12:40:35.163757 (+   157us) tablet.cc:701] Row locks acquired
0608 12:40:35.163776 (+    19us) write_op.cc:260] PREPARE: finished
0608 12:40:35.163933 (+   157us) write_op.cc:270] Start()
0608 12:40:35.164039 (+   106us) write_op.cc:276] Timestamp: P: 1780922435163894 usec, L: 0
0608 12:40:35.164061 (+    22us) op_driver.cc:348] REPLICATION: starting
0608 12:40:35.164721 (+   660us) log.cc:844] Serialized 354 byte log entry
0608 12:40:36.281637 (+1116916us) op_driver.cc:464] REPLICATION: finished
0608 12:40:36.296741 (+ 15104us) write_op.cc:301] APPLY: starting
0608 12:40:36.296818 (+    77us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:36.296918 (+   100us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:36.297007 (+    89us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:36.297251 (+   244us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:36.297402 (+   151us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:36.297449 (+    47us) write_op.cc:312] APPLY: finished
0608 12:40:36.297642 (+   193us) log.cc:844] Serialized 22 byte log entry
0608 12:40:36.298385 (+   743us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:36.298454 (+    69us) write_op.cc:454] Released schema lock
0608 12:40:36.298491 (+    37us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":14896,"num_ops":1,"prepare.queue_time_us":1342,"prepare.run_cpu_time_us":2357,"prepare.run_wall_time_us":3464,"replication_time_us":1117413}]]}
I20260608 12:40:36.328446  5323 rpcz_store.cc:276] 0608 12:40:35.275320 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:35.275529 (+   209us) service_pool.cc:224] Handling call
0608 12:40:36.315454 (+1039925us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:35.277465 (+     0us) write_op.cc:183] PREPARE: starting on tablet 7146bd7c460c448f9623cf9421db76bf
0608 12:40:35.278050 (+   585us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:35.278086 (+    36us) write_op.cc:435] Acquired schema lock
0608 12:40:35.278108 (+    22us) tablet.cc:662] Decoding operations
0608 12:40:35.278608 (+   500us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:35.278662 (+    54us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:35.278695 (+    33us) tablet.cc:685] Acquiring locks for 4 operations
0608 12:40:35.279122 (+   427us) tablet.cc:701] Row locks acquired
0608 12:40:35.279143 (+    21us) write_op.cc:260] PREPARE: finished
0608 12:40:35.279340 (+   197us) write_op.cc:270] Start()
0608 12:40:35.279486 (+   146us) write_op.cc:276] Timestamp: P: 1780922435279293 usec, L: 0
0608 12:40:35.279505 (+    19us) op_driver.cc:348] REPLICATION: starting
0608 12:40:35.280216 (+   711us) log.cc:844] Serialized 484 byte log entry
0608 12:40:36.290830 (+1010614us) op_driver.cc:464] REPLICATION: finished
0608 12:40:36.300516 (+  9686us) write_op.cc:301] APPLY: starting
0608 12:40:36.300610 (+    94us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:36.300781 (+   171us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:36.300878 (+    97us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:36.301649 (+   771us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:36.301846 (+   197us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:36.301927 (+    81us) write_op.cc:312] APPLY: finished
0608 12:40:36.302164 (+   237us) log.cc:844] Serialized 40 byte log entry
0608 12:40:36.314902 (+ 12738us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:36.315005 (+   103us) write_op.cc:454] Released schema lock
0608 12:40:36.315050 (+    45us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":9494,"mutex_wait_us":6146,"num_ops":4,"prepare.queue_time_us":220,"prepare.run_cpu_time_us":3066,"prepare.run_wall_time_us":3054,"replication_time_us":1011207}]]}
I20260608 12:40:36.328379  5295 rpcz_store.cc:276] 0608 12:40:35.233040 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:35.233808 (+   768us) service_pool.cc:224] Handling call
0608 12:40:36.301386 (+1067578us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:35.250129 (+     0us) write_op.cc:183] PREPARE: starting on tablet 15aaa8faf41745208046036311dbab0c
0608 12:40:35.250731 (+   602us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:35.250770 (+    39us) write_op.cc:435] Acquired schema lock
0608 12:40:35.250792 (+    22us) tablet.cc:662] Decoding operations
0608 12:40:35.251279 (+   487us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:35.251336 (+    57us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:35.251373 (+    37us) tablet.cc:685] Acquiring locks for 3 operations
0608 12:40:35.251771 (+   398us) tablet.cc:701] Row locks acquired
0608 12:40:35.251793 (+    22us) write_op.cc:260] PREPARE: finished
0608 12:40:35.252020 (+   227us) write_op.cc:270] Start()
0608 12:40:35.252170 (+   150us) write_op.cc:276] Timestamp: P: 1780922435251971 usec, L: 0
0608 12:40:35.252197 (+    27us) op_driver.cc:348] REPLICATION: starting
0608 12:40:35.252927 (+   730us) log.cc:844] Serialized 441 byte log entry
0608 12:40:36.281946 (+1029019us) op_driver.cc:464] REPLICATION: finished
0608 12:40:36.299284 (+ 17338us) write_op.cc:301] APPLY: starting
0608 12:40:36.299370 (+    86us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:36.299556 (+   186us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:36.299651 (+    95us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:36.300243 (+   592us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:36.300441 (+   198us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:36.300493 (+    52us) write_op.cc:312] APPLY: finished
0608 12:40:36.300704 (+   211us) log.cc:844] Serialized 34 byte log entry
0608 12:40:36.300897 (+   193us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:36.300983 (+    86us) write_op.cc:454] Released schema lock
0608 12:40:36.301026 (+    43us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":1682176,"child_traces":[["op",{"apply.queue_time_us":17154,"num_ops":3,"prepare.queue_time_us":3848,"prepare.run_cpu_time_us":3065,"prepare.run_wall_time_us":3118,"replication_time_us":1029633}]]}
I20260608 12:40:36.380395  5308 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:43352 (ReqId={client: bbf8baf966204e0b88b04f1bd5a1fd44, seq_no=70, attempt_no=0}) took 1133 ms. Trace:
I20260608 12:40:36.380985  5308 rpcz_store.cc:276] 0608 12:40:35.246666 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:35.246797 (+   131us) service_pool.cc:224] Handling call
0608 12:40:36.380170 (+1133373us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:35.255666 (+     0us) write_op.cc:183] PREPARE: starting on tablet 105fb48355214bff9c6585aee6091d1c
0608 12:40:35.256196 (+   530us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:35.257505 (+  1309us) write_op.cc:435] Acquired schema lock
0608 12:40:35.257525 (+    20us) tablet.cc:662] Decoding operations
0608 12:40:35.257922 (+   397us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:35.257978 (+    56us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:35.258007 (+    29us) tablet.cc:685] Acquiring locks for 3 operations
0608 12:40:35.258267 (+   260us) tablet.cc:701] Row locks acquired
0608 12:40:35.258288 (+    21us) write_op.cc:260] PREPARE: finished
0608 12:40:35.258451 (+   163us) write_op.cc:270] Start()
0608 12:40:35.258549 (+    98us) write_op.cc:276] Timestamp: P: 1780922435258414 usec, L: 0
0608 12:40:35.258560 (+    11us) op_driver.cc:348] REPLICATION: starting
0608 12:40:35.259343 (+   783us) log.cc:844] Serialized 441 byte log entry
0608 12:40:36.376633 (+1117290us) op_driver.cc:464] REPLICATION: finished
0608 12:40:36.377838 (+  1205us) write_op.cc:301] APPLY: starting
0608 12:40:36.377922 (+    84us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:36.378085 (+   163us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:36.378194 (+   109us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:36.378913 (+   719us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:36.379124 (+   211us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:36.379177 (+    53us) write_op.cc:312] APPLY: finished
0608 12:40:36.379397 (+   220us) log.cc:844] Serialized 34 byte log entry
0608 12:40:36.379648 (+   251us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:36.379735 (+    87us) write_op.cc:454] Released schema lock
0608 12:40:36.379782 (+    47us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":984,"num_ops":3,"prepare.queue_time_us":6674,"prepare.run_cpu_time_us":2791,"prepare.run_wall_time_us":37733,"replication_time_us":1117887}]]}
W20260608 12:40:36.564630  5148 debug-util.cc:398] Leaking SignalData structure 0x7b08001eb860 after lost signal to thread 434
W20260608 12:40:36.565810  5148 debug-util.cc:398] Leaking SignalData structure 0x7b08000d6c00 after lost signal to thread 4910
W20260608 12:40:36.587929  5148 debug-util.cc:398] Leaking SignalData structure 0x7b08000f6a40 after lost signal to thread 5002
W20260608 12:40:36.589401  5148 debug-util.cc:398] Leaking SignalData structure 0x7b08000db920 after lost signal to thread 5077
W20260608 12:40:36.591156  5148 debug-util.cc:398] Leaking SignalData structure 0x7b0800129640 after lost signal to thread 5151
W20260608 12:40:36.602823  5265 meta_cache.cc:1261] Time spent looking up entry by key: real 0.085s	user 0.003s	sys 0.000s
W20260608 12:40:36.802438  4943 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:37843, user_credentials={real_user=slave}} blocked reactor thread for 52527.6us
W20260608 12:40:37.068910  5092 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:43481, user_credentials={real_user=slave}} blocked reactor thread for 216286us
W20260608 12:40:37.593672  4943 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:37843, user_credentials={real_user=slave}} blocked reactor thread for 82722.1us
W20260608 12:40:37.612442  4942 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:39555, user_credentials={real_user=slave}} blocked reactor thread for 93438.7us
W20260608 12:40:37.612571  5158 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.107.193:43481, user_credentials={real_user=slave}} blocked reactor thread for 82888us
W20260608 12:40:37.705497  4942 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:39555, user_credentials={real_user=slave}} blocked reactor thread for 91986.9us
W20260608 12:40:37.838891  4943 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:37843, user_credentials={real_user=slave}} blocked reactor thread for 67093.9us
W20260608 12:40:37.896504  5018 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:43481, user_credentials={real_user=slave}} blocked reactor thread for 101116us
W20260608 12:40:38.195101  5017 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:39555, user_credentials={real_user=slave}} blocked reactor thread for 46108.2us
W20260608 12:40:38.309278  5017 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:39555, user_credentials={real_user=slave}} blocked reactor thread for 49353.4us
W20260608 12:40:38.282436  5018 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:43481, user_credentials={real_user=slave}} blocked reactor thread for 63659.1us
W20260608 12:40:38.584241  5092 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:37843, user_credentials={real_user=slave}} blocked reactor thread for 80175.3us
W20260608 12:40:39.160588  4942 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:39555, user_credentials={real_user=slave}} blocked reactor thread for 96091.4us
W20260608 12:40:39.320339  5256 log.cc:927] Time spent T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d: Append to log took a long time: real 0.060s	user 0.000s	sys 0.000s
W20260608 12:40:39.331928  5250 log.cc:927] Time spent T 105fb48355214bff9c6585aee6091d1c P 47286173900945eab79eaeea29f2ac7d: Append to log took a long time: real 0.053s	user 0.001s	sys 0.000s
W20260608 12:40:39.466274  5157 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.107.195:39555, user_credentials={real_user=slave}} blocked reactor thread for 43820.7us
W20260608 12:40:39.602631  5157 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.107.195:39555, user_credentials={real_user=slave}} blocked reactor thread for 62652.5us
W20260608 12:40:39.630548  5158 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.107.194:37843, user_credentials={real_user=slave}} blocked reactor thread for 59005.5us
I20260608 12:40:39.746410   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:39.760115  5393 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:39.770359  5394 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:39.780211   431 server_base.cc:1061] running on GCE node
W20260608 12:40:39.782117  5396 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:39.784297   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:39.784662   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.
I20260608 12:40:39.784932   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922439784913 us; error 0 us; skew 500 ppm
I20260608 12:40:39.785887   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:39.790004   431 webserver.cc:533] Webserver started at http://127.0.107.196:36531/ using document root <none> and password file <none>
I20260608 12:40:39.790902   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:39.791213   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:39.791688   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:39.793767   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/ts-3-root/instance:
uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e"
format_stamp: "Formatted at 2026-06-08 12:40:39 on dist-test-slave-g6ln"
I20260608 12:40:39.801846   431 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.005s	sys 0.004s
I20260608 12:40:39.807529  5401 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:39.808640   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:40:39.809096   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/ts-3-root
uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e"
format_stamp: "Formatted at 2026-06-08 12:40:39 on dist-test-slave-g6ln"
I20260608 12:40:39.809532   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-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)
I20260608 12:40:39.826131   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:39.828378   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:39.830839   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:39.834980   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:39.835333   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:39.835726   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:39.836002   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:39.896337   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:34865
I20260608 12:40:39.896478  5463 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:34865 every 8 connection(s)
I20260608 12:40:39.904829   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:39.921360  5468 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:39.924422  5469 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:39.933812  5464 heartbeater.cc:344] Connected to a master server at 127.0.107.254:36015
I20260608 12:40:39.934391  5464 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:39.935587  5464 heartbeater.cc:507] Master 127.0.107.254:36015 requested a full tablet report, sending...
I20260608 12:40:39.939009  4875 ts_manager.cc:194] Registered new tserver with Master: a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196:34865)
W20260608 12:40:39.939500  5471 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:39.940125   431 server_base.cc:1061] running on GCE node
I20260608 12:40:39.941294  4875 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39822
I20260608 12:40:39.945472   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:39.945760   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.
I20260608 12:40:39.945957   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922439945943 us; error 0 us; skew 500 ppm
I20260608 12:40:39.946574   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:39.950740   431 webserver.cc:533] Webserver started at http://127.0.107.197:35421/ using document root <none> and password file <none>
I20260608 12:40:39.951345   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:39.951629   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:39.951908   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:39.953148   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/ts-4-root/instance:
uuid: "85421534da5145a0b76da959ca27dd47"
format_stamp: "Formatted at 2026-06-08 12:40:39 on dist-test-slave-g6ln"
I20260608 12:40:39.958374   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:40:39.962575  5476 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:39.963771   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:40:39.964113   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/ts-4-root
uuid: "85421534da5145a0b76da959ca27dd47"
format_stamp: "Formatted at 2026-06-08 12:40:39 on dist-test-slave-g6ln"
I20260608 12:40:39.964425   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/ts-4-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/ts-4-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-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)
I20260608 12:40:40.004638   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:40.005970   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:40.007797   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:40.010324   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:40.010543   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:40.010841   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:40.010991   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:40.094434   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.197:40807
I20260608 12:40:40.094848  5538 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.197:40807 every 8 connection(s)
I20260608 12:40:40.119400   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:40.133730  5542 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:40.135251  5543 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:40.138928  5539 heartbeater.cc:344] Connected to a master server at 127.0.107.254:36015
I20260608 12:40:40.139635  5539 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:40.140931  5539 heartbeater.cc:507] Master 127.0.107.254:36015 requested a full tablet report, sending...
I20260608 12:40:40.141585   431 server_base.cc:1061] running on GCE node
W20260608 12:40:40.142570  5545 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:40.143687  4875 ts_manager.cc:194] Registered new tserver with Master: 85421534da5145a0b76da959ca27dd47 (127.0.107.197:40807)
I20260608 12:40:40.144917   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:40.145215   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.
I20260608 12:40:40.145447  4875 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39836
I20260608 12:40:40.145452   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922440145424 us; error 0 us; skew 500 ppm
I20260608 12:40:40.146755   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:40.155227   431 webserver.cc:533] Webserver started at http://127.0.107.198:35583/ using document root <none> and password file <none>
I20260608 12:40:40.155889   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:40.156127   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:40.156415   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:40.157645   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/ts-5-root/instance:
uuid: "363b3f304ccc409a98008cf1bec267f1"
format_stamp: "Formatted at 2026-06-08 12:40:40 on dist-test-slave-g6ln"
I20260608 12:40:40.162817   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.004s
I20260608 12:40:40.168069  5550 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:40.168994   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.003s
I20260608 12:40:40.169384   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/ts-5-root
uuid: "363b3f304ccc409a98008cf1bec267f1"
format_stamp: "Formatted at 2026-06-08 12:40:40 on dist-test-slave-g6ln"
I20260608 12:40:40.169708   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/ts-5-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/ts-5-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-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)
I20260608 12:40:40.198228   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:40.199990   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:40.210444   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:40.214375   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:40.214721   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:40:40.215030   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:40.215258   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:40.303844   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.198:38827
I20260608 12:40:40.304237  5612 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.198:38827 every 8 connection(s)
I20260608 12:40:40.321928  5613 heartbeater.cc:344] Connected to a master server at 127.0.107.254:36015
I20260608 12:40:40.322439  5613 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:40.323253  5613 heartbeater.cc:507] Master 127.0.107.254:36015 requested a full tablet report, sending...
I20260608 12:40:40.325373  4875 ts_manager.cc:194] Registered new tserver with Master: 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198:38827)
I20260608 12:40:40.326656  4875 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39842
I20260608 12:40:40.512202  5125 consensus_queue.cc:237] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [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: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: true } }
I20260608 12:40:40.521950  5053 raft_consensus.cc:1275] T 7146bd7c460c448f9623cf9421db76bf P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Refusing update from remote peer 47286173900945eab79eaeea29f2ac7d: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:40.524199  4977 raft_consensus.cc:1275] T 7146bd7c460c448f9623cf9421db76bf P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Refusing update from remote peer 47286173900945eab79eaeea29f2ac7d: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:40.526042  5618 consensus_queue.cc:1048] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:40:40.526973  5312 consensus_queue.cc:1048] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:40:40.536509  5618 raft_consensus.cc:2955] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: true } } }
I20260608 12:40:40.540108  5053 raft_consensus.cc:2955] T 7146bd7c460c448f9623cf9421db76bf P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: true } } }
W20260608 12:40:40.549455  5093 consensus_peers.cc:597] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d -> Peer a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196:34865): Couldn't send request to peer a0b1ab53ed974e22bcc98128cfbb9d7e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 7146bd7c460c448f9623cf9421db76bf. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:40.553144  4977 raft_consensus.cc:2955] T 7146bd7c460c448f9623cf9421db76bf P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: true } } }
I20260608 12:40:40.562901  4875 catalog_manager.cc:5696] T 7146bd7c460c448f9623cf9421db76bf P b620ca5e20134b28a02a9a658cdcb4b6 reported cstate change: config changed from index -1 to 26, NON_VOTER a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "47286173900945eab79eaeea29f2ac7d" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: true } } }
I20260608 12:40:40.595283  5053 consensus_queue.cc:237] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [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: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: true } }
I20260608 12:40:40.614940  4977 raft_consensus.cc:1275] T ba61449e418d4e17aa276e19401074bc P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Refusing update from remote peer b620ca5e20134b28a02a9a658cdcb4b6: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:40.619621  5340 consensus_queue.cc:1048] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:40:40.626147  5125 raft_consensus.cc:1275] T ba61449e418d4e17aa276e19401074bc P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Refusing update from remote peer b620ca5e20134b28a02a9a658cdcb4b6: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:40.628156  5293 consensus_queue.cc:1048] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:40:40.637945  5340 raft_consensus.cc:2955] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 85421534da5145a0b76da959ca27dd47 (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: true } } }
I20260608 12:40:40.639585  4977 raft_consensus.cc:2955] T ba61449e418d4e17aa276e19401074bc P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 85421534da5145a0b76da959ca27dd47 (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: true } } }
I20260608 12:40:40.640570  5125 raft_consensus.cc:2955] T ba61449e418d4e17aa276e19401074bc P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 85421534da5145a0b76da959ca27dd47 (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: true } } }
W20260608 12:40:40.650374  5018 consensus_peers.cc:597] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 -> Peer 85421534da5145a0b76da959ca27dd47 (127.0.107.197:40807): Couldn't send request to peer 85421534da5145a0b76da959ca27dd47. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ba61449e418d4e17aa276e19401074bc. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:40.656167  4875 catalog_manager.cc:5696] T ba61449e418d4e17aa276e19401074bc P 47286173900945eab79eaeea29f2ac7d reported cstate change: config changed from index -1 to 26, NON_VOTER 85421534da5145a0b76da959ca27dd47 (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: true } } }
I20260608 12:40:40.666541  5125 consensus_queue.cc:237] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [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: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: true } }
I20260608 12:40:40.676393  5053 raft_consensus.cc:1275] T 15aaa8faf41745208046036311dbab0c P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Refusing update from remote peer 47286173900945eab79eaeea29f2ac7d: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:40.679385  5618 consensus_queue.cc:1048] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:40:40.685531  4977 raft_consensus.cc:1275] T 15aaa8faf41745208046036311dbab0c P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Refusing update from remote peer 47286173900945eab79eaeea29f2ac7d: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:40.687202  5312 consensus_queue.cc:1048] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:40:40.686882  5621 raft_consensus.cc:2955] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: true } } }
W20260608 12:40:40.692516  5093 consensus_peers.cc:597] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d -> Peer 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198:38827): Couldn't send request to peer 363b3f304ccc409a98008cf1bec267f1. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 15aaa8faf41745208046036311dbab0c. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:40.697548  4975 raft_consensus.cc:2955] T 15aaa8faf41745208046036311dbab0c P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: true } } }
I20260608 12:40:40.703202  5047 consensus_queue.cc:237] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [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: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: true } }
I20260608 12:40:40.706116  5053 raft_consensus.cc:2955] T 15aaa8faf41745208046036311dbab0c P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: true } } }
I20260608 12:40:40.716291  4872 catalog_manager.cc:5696] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d reported cstate change: config changed from index -1 to 26, NON_VOTER 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "47286173900945eab79eaeea29f2ac7d" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:40.726534  5125 raft_consensus.cc:1275] T b2578059db524e82b07383523d42018e P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Refusing update from remote peer b620ca5e20134b28a02a9a658cdcb4b6: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:40.728667  4971 raft_consensus.cc:1275] T b2578059db524e82b07383523d42018e P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Refusing update from remote peer b620ca5e20134b28a02a9a658cdcb4b6: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:40.730136  5340 consensus_queue.cc:1048] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:40:40.733237  5340 consensus_queue.cc:1048] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:40:40.759665  5293 raft_consensus.cc:2955] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: true } } }
W20260608 12:40:40.770967  5019 consensus_peers.cc:597] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 -> Peer 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198:38827): Couldn't send request to peer 363b3f304ccc409a98008cf1bec267f1. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b2578059db524e82b07383523d42018e. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:40.772110  4971 raft_consensus.cc:2955] T b2578059db524e82b07383523d42018e P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: true } } }
I20260608 12:40:40.785420  5125 raft_consensus.cc:2955] T b2578059db524e82b07383523d42018e P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: true } } }
I20260608 12:40:40.791664  5126 consensus_queue.cc:237] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [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: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: true } }
I20260608 12:40:40.790936  4872 catalog_manager.cc:5696] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 reported cstate change: config changed from index -1 to 26, NON_VOTER 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:40.810317  5053 raft_consensus.cc:1275] T 0bc0672a6ad146209d40a9391a07158e P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Refusing update from remote peer 47286173900945eab79eaeea29f2ac7d: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:40.811072  4971 raft_consensus.cc:1275] T 0bc0672a6ad146209d40a9391a07158e P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Refusing update from remote peer 47286173900945eab79eaeea29f2ac7d: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:40.812163  5621 consensus_queue.cc:1048] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:40:40.817914  5621 consensus_queue.cc:1048] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
W20260608 12:40:40.830263  5092 consensus_peers.cc:597] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d -> Peer 85421534da5145a0b76da959ca27dd47 (127.0.107.197:40807): Couldn't send request to peer 85421534da5145a0b76da959ca27dd47. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 0bc0672a6ad146209d40a9391a07158e. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:40.835182  5621 raft_consensus.cc:2955] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 85421534da5145a0b76da959ca27dd47 (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: true } } }
I20260608 12:40:40.840333  4971 raft_consensus.cc:2955] T 0bc0672a6ad146209d40a9391a07158e P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 85421534da5145a0b76da959ca27dd47 (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: true } } }
I20260608 12:40:40.846972  5053 raft_consensus.cc:2955] T 0bc0672a6ad146209d40a9391a07158e P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 85421534da5145a0b76da959ca27dd47 (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: true } } }
I20260608 12:40:40.856405  4875 catalog_manager.cc:5696] T 0bc0672a6ad146209d40a9391a07158e P cedcf0d4d3994475ba7a16adcd2a216b reported cstate change: config changed from index -1 to 26, NON_VOTER 85421534da5145a0b76da959ca27dd47 (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "47286173900945eab79eaeea29f2ac7d" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: true } } }
I20260608 12:40:40.877696  4971 consensus_queue.cc:237] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [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: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: true } }
I20260608 12:40:40.886808  5126 raft_consensus.cc:1275] T 0fca293cbc8841fd9e9e67513c789b95 P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Refusing update from remote peer cedcf0d4d3994475ba7a16adcd2a216b: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:40.887955  5053 raft_consensus.cc:1275] T 0fca293cbc8841fd9e9e67513c789b95 P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Refusing update from remote peer cedcf0d4d3994475ba7a16adcd2a216b: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:40.888518  5632 consensus_queue.cc:1048] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [LEADER]: Connected to new peer: Peer: permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
I20260608 12:40:40.889963  5375 consensus_queue.cc:1048] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [LEADER]: Connected to new peer: Peer: permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
I20260608 12:40:40.908360  5632 raft_consensus.cc:2955] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: true } } }
I20260608 12:40:40.910379  5053 raft_consensus.cc:2955] T 0fca293cbc8841fd9e9e67513c789b95 P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: true } } }
W20260608 12:40:40.919216  4944 consensus_peers.cc:597] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b -> Peer a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196:34865): Couldn't send request to peer a0b1ab53ed974e22bcc98128cfbb9d7e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 0fca293cbc8841fd9e9e67513c789b95. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:40.921510  5125 raft_consensus.cc:2955] T 0fca293cbc8841fd9e9e67513c789b95 P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: true } } }
I20260608 12:40:40.935127  4874 catalog_manager.cc:5696] T 0fca293cbc8841fd9e9e67513c789b95 P b620ca5e20134b28a02a9a658cdcb4b6 reported cstate change: config changed from index -1 to 26, NON_VOTER a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: true } } }
I20260608 12:40:40.944867  5464 heartbeater.cc:499] Master 127.0.107.254:36015 was elected leader, sending a full tablet report...
I20260608 12:40:41.022786  5644 ts_tablet_manager.cc:933] T 7146bd7c460c448f9623cf9421db76bf P a0b1ab53ed974e22bcc98128cfbb9d7e: Initiating tablet copy from peer 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555)
I20260608 12:40:41.025113  5644 tablet_copy_client.cc:323] T 7146bd7c460c448f9623cf9421db76bf P a0b1ab53ed974e22bcc98128cfbb9d7e: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:39555
I20260608 12:40:41.041728  5648 ts_tablet_manager.cc:933] T ba61449e418d4e17aa276e19401074bc P 85421534da5145a0b76da959ca27dd47: Initiating tablet copy from peer b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843)
I20260608 12:40:41.049155  5648 tablet_copy_client.cc:323] T ba61449e418d4e17aa276e19401074bc P 85421534da5145a0b76da959ca27dd47: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:37843
I20260608 12:40:41.065830  5137 tablet_copy_service.cc:140] P 47286173900945eab79eaeea29f2ac7d: Received BeginTabletCopySession request for tablet 7146bd7c460c448f9623cf9421db76bf from peer a0b1ab53ed974e22bcc98128cfbb9d7e ({username='slave'} at 127.0.0.1:41610)
I20260608 12:40:41.066713  5137 tablet_copy_service.cc:161] P 47286173900945eab79eaeea29f2ac7d: Beginning new tablet copy session on tablet 7146bd7c460c448f9623cf9421db76bf from peer a0b1ab53ed974e22bcc98128cfbb9d7e at {username='slave'} at 127.0.0.1:41610: session id = a0b1ab53ed974e22bcc98128cfbb9d7e-7146bd7c460c448f9623cf9421db76bf
I20260608 12:40:41.082409  5137 tablet_copy_source_session.cc:215] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:41.086172  5644 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7146bd7c460c448f9623cf9421db76bf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:41.104625  5063 tablet_copy_service.cc:140] P b620ca5e20134b28a02a9a658cdcb4b6: Received BeginTabletCopySession request for tablet ba61449e418d4e17aa276e19401074bc from peer 85421534da5145a0b76da959ca27dd47 ({username='slave'} at 127.0.0.1:40734)
I20260608 12:40:41.105317  5063 tablet_copy_service.cc:161] P b620ca5e20134b28a02a9a658cdcb4b6: Beginning new tablet copy session on tablet ba61449e418d4e17aa276e19401074bc from peer 85421534da5145a0b76da959ca27dd47 at {username='slave'} at 127.0.0.1:40734: session id = 85421534da5145a0b76da959ca27dd47-ba61449e418d4e17aa276e19401074bc
I20260608 12:40:41.108721  5644 tablet_copy_client.cc:806] T 7146bd7c460c448f9623cf9421db76bf P a0b1ab53ed974e22bcc98128cfbb9d7e: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:41.109356  5644 tablet_copy_client.cc:670] T 7146bd7c460c448f9623cf9421db76bf P a0b1ab53ed974e22bcc98128cfbb9d7e: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:41.113910  5645 tablet_copy_client.cc:1025] T 7146bd7c460c448f9623cf9421db76bf P a0b1ab53ed974e22bcc98128cfbb9d7e: tablet copy: Injecting latency into file download: 2000
I20260608 12:40:41.114005  5063 tablet_copy_source_session.cc:215] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:41.124035  5648 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ba61449e418d4e17aa276e19401074bc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:41.139554  5648 tablet_copy_client.cc:806] T ba61449e418d4e17aa276e19401074bc P 85421534da5145a0b76da959ca27dd47: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:41.140226  5648 tablet_copy_client.cc:670] T ba61449e418d4e17aa276e19401074bc P 85421534da5145a0b76da959ca27dd47: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:41.144430  5649 tablet_copy_client.cc:1025] T ba61449e418d4e17aa276e19401074bc P 85421534da5145a0b76da959ca27dd47: tablet copy: Injecting latency into file download: 2000
I20260608 12:40:41.149098  5539 heartbeater.cc:499] Master 127.0.107.254:36015 was elected leader, sending a full tablet report...
I20260608 12:40:41.186394  5651 ts_tablet_manager.cc:933] T 15aaa8faf41745208046036311dbab0c P 363b3f304ccc409a98008cf1bec267f1: Initiating tablet copy from peer 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555)
I20260608 12:40:41.188877  5651 tablet_copy_client.cc:323] T 15aaa8faf41745208046036311dbab0c P 363b3f304ccc409a98008cf1bec267f1: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:39555
I20260608 12:40:41.203580  5137 tablet_copy_service.cc:140] P 47286173900945eab79eaeea29f2ac7d: Received BeginTabletCopySession request for tablet 15aaa8faf41745208046036311dbab0c from peer 363b3f304ccc409a98008cf1bec267f1 ({username='slave'} at 127.0.0.1:41612)
I20260608 12:40:41.205322  5137 tablet_copy_service.cc:161] P 47286173900945eab79eaeea29f2ac7d: Beginning new tablet copy session on tablet 15aaa8faf41745208046036311dbab0c from peer 363b3f304ccc409a98008cf1bec267f1 at {username='slave'} at 127.0.0.1:41612: session id = 363b3f304ccc409a98008cf1bec267f1-15aaa8faf41745208046036311dbab0c
I20260608 12:40:41.215168  5137 tablet_copy_source_session.cc:215] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:41.218878  5651 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 15aaa8faf41745208046036311dbab0c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:41.235606  5651 tablet_copy_client.cc:806] T 15aaa8faf41745208046036311dbab0c P 363b3f304ccc409a98008cf1bec267f1: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:41.236282  5651 tablet_copy_client.cc:670] T 15aaa8faf41745208046036311dbab0c P 363b3f304ccc409a98008cf1bec267f1: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:41.238046  5654 ts_tablet_manager.cc:933] T 0bc0672a6ad146209d40a9391a07158e P 85421534da5145a0b76da959ca27dd47: Initiating tablet copy from peer 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555)
I20260608 12:40:41.241122  5652 tablet_copy_client.cc:1025] T 15aaa8faf41745208046036311dbab0c P 363b3f304ccc409a98008cf1bec267f1: tablet copy: Injecting latency into file download: 2000
I20260608 12:40:41.247457  5654 tablet_copy_client.cc:323] T 0bc0672a6ad146209d40a9391a07158e P 85421534da5145a0b76da959ca27dd47: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:39555
I20260608 12:40:41.262791  5137 tablet_copy_service.cc:140] P 47286173900945eab79eaeea29f2ac7d: Received BeginTabletCopySession request for tablet 0bc0672a6ad146209d40a9391a07158e from peer 85421534da5145a0b76da959ca27dd47 ({username='slave'} at 127.0.0.1:41622)
I20260608 12:40:41.263393  5137 tablet_copy_service.cc:161] P 47286173900945eab79eaeea29f2ac7d: Beginning new tablet copy session on tablet 0bc0672a6ad146209d40a9391a07158e from peer 85421534da5145a0b76da959ca27dd47 at {username='slave'} at 127.0.0.1:41622: session id = 85421534da5145a0b76da959ca27dd47-0bc0672a6ad146209d40a9391a07158e
I20260608 12:40:41.268056  5656 ts_tablet_manager.cc:933] T b2578059db524e82b07383523d42018e P 363b3f304ccc409a98008cf1bec267f1: Initiating tablet copy from peer b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843)
I20260608 12:40:41.271855  5137 tablet_copy_source_session.cc:215] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:41.275494  5654 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0bc0672a6ad146209d40a9391a07158e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:41.292301  5656 tablet_copy_client.cc:323] T b2578059db524e82b07383523d42018e P 363b3f304ccc409a98008cf1bec267f1: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:37843
I20260608 12:40:41.293360  5654 tablet_copy_client.cc:806] T 0bc0672a6ad146209d40a9391a07158e P 85421534da5145a0b76da959ca27dd47: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:41.294095  5654 tablet_copy_client.cc:670] T 0bc0672a6ad146209d40a9391a07158e P 85421534da5145a0b76da959ca27dd47: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:41.298637  5655 tablet_copy_client.cc:1025] T 0bc0672a6ad146209d40a9391a07158e P 85421534da5145a0b76da959ca27dd47: tablet copy: Injecting latency into file download: 2000
I20260608 12:40:41.303212  5063 tablet_copy_service.cc:140] P b620ca5e20134b28a02a9a658cdcb4b6: Received BeginTabletCopySession request for tablet b2578059db524e82b07383523d42018e from peer 363b3f304ccc409a98008cf1bec267f1 ({username='slave'} at 127.0.0.1:40736)
I20260608 12:40:41.303793  5063 tablet_copy_service.cc:161] P b620ca5e20134b28a02a9a658cdcb4b6: Beginning new tablet copy session on tablet b2578059db524e82b07383523d42018e from peer 363b3f304ccc409a98008cf1bec267f1 at {username='slave'} at 127.0.0.1:40736: session id = 363b3f304ccc409a98008cf1bec267f1-b2578059db524e82b07383523d42018e
I20260608 12:40:41.310683  5063 tablet_copy_source_session.cc:215] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:41.314055  5656 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b2578059db524e82b07383523d42018e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:41.325832  5656 tablet_copy_client.cc:806] T b2578059db524e82b07383523d42018e P 363b3f304ccc409a98008cf1bec267f1: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:41.326494  5656 tablet_copy_client.cc:670] T b2578059db524e82b07383523d42018e P 363b3f304ccc409a98008cf1bec267f1: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:41.329165  5613 heartbeater.cc:499] Master 127.0.107.254:36015 was elected leader, sending a full tablet report...
I20260608 12:40:41.331097  5657 tablet_copy_client.cc:1025] T b2578059db524e82b07383523d42018e P 363b3f304ccc409a98008cf1bec267f1: tablet copy: Injecting latency into file download: 2000
I20260608 12:40:41.388464  5658 ts_tablet_manager.cc:933] T 0fca293cbc8841fd9e9e67513c789b95 P a0b1ab53ed974e22bcc98128cfbb9d7e: Initiating tablet copy from peer cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481)
I20260608 12:40:41.393854  5658 tablet_copy_client.cc:323] T 0fca293cbc8841fd9e9e67513c789b95 P a0b1ab53ed974e22bcc98128cfbb9d7e: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:43481
I20260608 12:40:41.407825  4988 tablet_copy_service.cc:140] P cedcf0d4d3994475ba7a16adcd2a216b: Received BeginTabletCopySession request for tablet 0fca293cbc8841fd9e9e67513c789b95 from peer a0b1ab53ed974e22bcc98128cfbb9d7e ({username='slave'} at 127.0.0.1:41982)
I20260608 12:40:41.408450  4988 tablet_copy_service.cc:161] P cedcf0d4d3994475ba7a16adcd2a216b: Beginning new tablet copy session on tablet 0fca293cbc8841fd9e9e67513c789b95 from peer a0b1ab53ed974e22bcc98128cfbb9d7e at {username='slave'} at 127.0.0.1:41982: session id = a0b1ab53ed974e22bcc98128cfbb9d7e-0fca293cbc8841fd9e9e67513c789b95
I20260608 12:40:41.416388  4988 tablet_copy_source_session.cc:215] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:41.420473  5658 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0fca293cbc8841fd9e9e67513c789b95. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:41.436592  5658 tablet_copy_client.cc:806] T 0fca293cbc8841fd9e9e67513c789b95 P a0b1ab53ed974e22bcc98128cfbb9d7e: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:41.437237  5658 tablet_copy_client.cc:670] T 0fca293cbc8841fd9e9e67513c789b95 P a0b1ab53ed974e22bcc98128cfbb9d7e: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:41.441824  5659 tablet_copy_client.cc:1025] T 0fca293cbc8841fd9e9e67513c789b95 P a0b1ab53ed974e22bcc98128cfbb9d7e: tablet copy: Injecting latency into file download: 2000
I20260608 12:40:43.114982  5644 tablet_copy_client.cc:538] T 7146bd7c460c448f9623cf9421db76bf P a0b1ab53ed974e22bcc98128cfbb9d7e: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:43.125698  5644 tablet_bootstrap.cc:492] T 7146bd7c460c448f9623cf9421db76bf P a0b1ab53ed974e22bcc98128cfbb9d7e: Bootstrap starting.
I20260608 12:40:43.145351  5648 tablet_copy_client.cc:538] T ba61449e418d4e17aa276e19401074bc P 85421534da5145a0b76da959ca27dd47: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:43.155822  5648 tablet_bootstrap.cc:492] T ba61449e418d4e17aa276e19401074bc P 85421534da5145a0b76da959ca27dd47: Bootstrap starting.
I20260608 12:40:43.242125  5651 tablet_copy_client.cc:538] T 15aaa8faf41745208046036311dbab0c P 363b3f304ccc409a98008cf1bec267f1: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:43.256872  5651 tablet_bootstrap.cc:492] T 15aaa8faf41745208046036311dbab0c P 363b3f304ccc409a98008cf1bec267f1: Bootstrap starting.
W20260608 12:40:43.287997  5093 consensus_peers.cc:597] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d -> Peer a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196:34865): Couldn't send request to peer a0b1ab53ed974e22bcc98128cfbb9d7e. Error code: TABLET_NOT_RUNNING (12). Status: Illegal state: Tablet not RUNNING: BOOTSTRAPPING. This is attempt 6: this message will repeat every 5th retry.
I20260608 12:40:43.299860  5654 tablet_copy_client.cc:538] T 0bc0672a6ad146209d40a9391a07158e P 85421534da5145a0b76da959ca27dd47: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:43.341369  5656 tablet_copy_client.cc:538] T b2578059db524e82b07383523d42018e P 363b3f304ccc409a98008cf1bec267f1: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:43.342579  5654 tablet_bootstrap.cc:492] T 0bc0672a6ad146209d40a9391a07158e P 85421534da5145a0b76da959ca27dd47: Bootstrap starting.
I20260608 12:40:43.351199  5656 tablet_bootstrap.cc:492] T b2578059db524e82b07383523d42018e P 363b3f304ccc409a98008cf1bec267f1: Bootstrap starting.
I20260608 12:40:43.360291  5644 tablet_bootstrap.cc:492] T 7146bd7c460c448f9623cf9421db76bf P a0b1ab53ed974e22bcc98128cfbb9d7e: 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
I20260608 12:40:43.364204  5644 tablet_bootstrap.cc:492] T 7146bd7c460c448f9623cf9421db76bf P a0b1ab53ed974e22bcc98128cfbb9d7e: Bootstrap complete.
I20260608 12:40:43.364928  5644 ts_tablet_manager.cc:1403] T 7146bd7c460c448f9623cf9421db76bf P a0b1ab53ed974e22bcc98128cfbb9d7e: Time spent bootstrapping tablet: real 0.240s	user 0.175s	sys 0.013s
I20260608 12:40:43.368379  5644 raft_consensus.cc:359] T 7146bd7c460c448f9623cf9421db76bf P a0b1ab53ed974e22bcc98128cfbb9d7e [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: true } }
I20260608 12:40:43.369266  5644 raft_consensus.cc:740] T 7146bd7c460c448f9623cf9421db76bf P a0b1ab53ed974e22bcc98128cfbb9d7e [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: a0b1ab53ed974e22bcc98128cfbb9d7e, State: Initialized, Role: LEARNER
I20260608 12:40:43.370028  5644 consensus_queue.cc:260] T 7146bd7c460c448f9623cf9421db76bf P a0b1ab53ed974e22bcc98128cfbb9d7e [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: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: true } }
I20260608 12:40:43.393579  5644 ts_tablet_manager.cc:1434] T 7146bd7c460c448f9623cf9421db76bf P a0b1ab53ed974e22bcc98128cfbb9d7e: Time spent starting tablet: real 0.028s	user 0.012s	sys 0.015s
I20260608 12:40:43.406693  5137 tablet_copy_service.cc:342] P 47286173900945eab79eaeea29f2ac7d: Request end of tablet copy session a0b1ab53ed974e22bcc98128cfbb9d7e-7146bd7c460c448f9623cf9421db76bf received from {username='slave'} at 127.0.0.1:41610
I20260608 12:40:43.407250  5137 tablet_copy_service.cc:434] P 47286173900945eab79eaeea29f2ac7d: ending tablet copy session a0b1ab53ed974e22bcc98128cfbb9d7e-7146bd7c460c448f9623cf9421db76bf on tablet 7146bd7c460c448f9623cf9421db76bf with peer a0b1ab53ed974e22bcc98128cfbb9d7e
W20260608 12:40:43.437537  5018 consensus_peers.cc:597] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 -> Peer 85421534da5145a0b76da959ca27dd47 (127.0.107.197:40807): Couldn't send request to peer 85421534da5145a0b76da959ca27dd47. Error code: TABLET_NOT_RUNNING (12). Status: Illegal state: Tablet not RUNNING: BOOTSTRAPPING. This is attempt 6: this message will repeat every 5th retry.
I20260608 12:40:43.442790  5658 tablet_copy_client.cc:538] T 0fca293cbc8841fd9e9e67513c789b95 P a0b1ab53ed974e22bcc98128cfbb9d7e: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:43.463760  5658 tablet_bootstrap.cc:492] T 0fca293cbc8841fd9e9e67513c789b95 P a0b1ab53ed974e22bcc98128cfbb9d7e: Bootstrap starting.
W20260608 12:40:43.480243  5093 consensus_peers.cc:597] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d -> Peer 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198:38827): Couldn't send request to peer 363b3f304ccc409a98008cf1bec267f1. Error code: TABLET_NOT_RUNNING (12). Status: Illegal state: Tablet not RUNNING: BOOTSTRAPPING. This is attempt 6: this message will repeat every 5th retry.
I20260608 12:40:43.611821  5648 tablet_bootstrap.cc:492] T ba61449e418d4e17aa276e19401074bc P 85421534da5145a0b76da959ca27dd47: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=91 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:43.612864  5648 tablet_bootstrap.cc:492] T ba61449e418d4e17aa276e19401074bc P 85421534da5145a0b76da959ca27dd47: Bootstrap complete.
I20260608 12:40:43.613602  5648 ts_tablet_manager.cc:1403] T ba61449e418d4e17aa276e19401074bc P 85421534da5145a0b76da959ca27dd47: Time spent bootstrapping tablet: real 0.458s	user 0.148s	sys 0.027s
I20260608 12:40:43.624697  5648 raft_consensus.cc:359] T ba61449e418d4e17aa276e19401074bc P 85421534da5145a0b76da959ca27dd47 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: true } }
I20260608 12:40:43.625644  5648 raft_consensus.cc:740] T ba61449e418d4e17aa276e19401074bc P 85421534da5145a0b76da959ca27dd47 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 85421534da5145a0b76da959ca27dd47, State: Initialized, Role: LEARNER
I20260608 12:40:43.626349  5648 consensus_queue.cc:260] T ba61449e418d4e17aa276e19401074bc P 85421534da5145a0b76da959ca27dd47 [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: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: true } }
I20260608 12:40:43.633188  5648 ts_tablet_manager.cc:1434] T ba61449e418d4e17aa276e19401074bc P 85421534da5145a0b76da959ca27dd47: Time spent starting tablet: real 0.019s	user 0.002s	sys 0.008s
I20260608 12:40:43.651888  5651 tablet_bootstrap.cc:492] T 15aaa8faf41745208046036311dbab0c P 363b3f304ccc409a98008cf1bec267f1: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=87 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:43.691313  5063 tablet_copy_service.cc:342] P b620ca5e20134b28a02a9a658cdcb4b6: Request end of tablet copy session 85421534da5145a0b76da959ca27dd47-ba61449e418d4e17aa276e19401074bc received from {username='slave'} at 127.0.0.1:40734
I20260608 12:40:43.692790  5063 tablet_copy_service.cc:434] P b620ca5e20134b28a02a9a658cdcb4b6: ending tablet copy session 85421534da5145a0b76da959ca27dd47-ba61449e418d4e17aa276e19401074bc on tablet ba61449e418d4e17aa276e19401074bc with peer 85421534da5145a0b76da959ca27dd47
I20260608 12:40:43.729450  5651 tablet_bootstrap.cc:492] T 15aaa8faf41745208046036311dbab0c P 363b3f304ccc409a98008cf1bec267f1: Bootstrap complete.
I20260608 12:40:43.733045  5651 ts_tablet_manager.cc:1403] T 15aaa8faf41745208046036311dbab0c P 363b3f304ccc409a98008cf1bec267f1: Time spent bootstrapping tablet: real 0.476s	user 0.135s	sys 0.041s
W20260608 12:40:43.738291  4944 consensus_peers.cc:597] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b -> Peer a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196:34865): Couldn't send request to peer a0b1ab53ed974e22bcc98128cfbb9d7e. Error code: TABLET_NOT_RUNNING (12). Status: Illegal state: Tablet not RUNNING: BOOTSTRAPPING. This is attempt 6: this message will repeat every 5th retry.
I20260608 12:40:43.739939  5651 raft_consensus.cc:359] T 15aaa8faf41745208046036311dbab0c P 363b3f304ccc409a98008cf1bec267f1 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: true } }
I20260608 12:40:43.741629  5651 raft_consensus.cc:740] T 15aaa8faf41745208046036311dbab0c P 363b3f304ccc409a98008cf1bec267f1 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 363b3f304ccc409a98008cf1bec267f1, State: Initialized, Role: LEARNER
I20260608 12:40:43.742640  5651 consensus_queue.cc:260] T 15aaa8faf41745208046036311dbab0c P 363b3f304ccc409a98008cf1bec267f1 [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: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: true } }
W20260608 12:40:43.776058  5092 consensus_peers.cc:597] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d -> Peer 85421534da5145a0b76da959ca27dd47 (127.0.107.197:40807): Couldn't send request to peer 85421534da5145a0b76da959ca27dd47. Error code: TABLET_NOT_RUNNING (12). Status: Illegal state: Tablet not RUNNING: BOOTSTRAPPING. This is attempt 6: this message will repeat every 5th retry.
W20260608 12:40:43.787976  5019 consensus_peers.cc:597] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 -> Peer 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198:38827): Couldn't send request to peer 363b3f304ccc409a98008cf1bec267f1. Error code: TABLET_NOT_RUNNING (12). Status: Illegal state: Tablet not RUNNING: BOOTSTRAPPING. This is attempt 6: this message will repeat every 5th retry.
I20260608 12:40:43.792582  5654 tablet_bootstrap.cc:492] T 0bc0672a6ad146209d40a9391a07158e P 85421534da5145a0b76da959ca27dd47: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=90 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:43.793931  5654 tablet_bootstrap.cc:492] T 0bc0672a6ad146209d40a9391a07158e P 85421534da5145a0b76da959ca27dd47: Bootstrap complete.
I20260608 12:40:43.795199  5654 ts_tablet_manager.cc:1403] T 0bc0672a6ad146209d40a9391a07158e P 85421534da5145a0b76da959ca27dd47: Time spent bootstrapping tablet: real 0.453s	user 0.156s	sys 0.064s
I20260608 12:40:43.797531  5651 ts_tablet_manager.cc:1434] T 15aaa8faf41745208046036311dbab0c P 363b3f304ccc409a98008cf1bec267f1: Time spent starting tablet: real 0.064s	user 0.040s	sys 0.017s
I20260608 12:40:43.800308  5137 tablet_copy_service.cc:342] P 47286173900945eab79eaeea29f2ac7d: Request end of tablet copy session 363b3f304ccc409a98008cf1bec267f1-15aaa8faf41745208046036311dbab0c received from {username='slave'} at 127.0.0.1:41612
I20260608 12:40:43.800179  5654 raft_consensus.cc:359] T 0bc0672a6ad146209d40a9391a07158e P 85421534da5145a0b76da959ca27dd47 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: true } }
I20260608 12:40:43.801034  5137 tablet_copy_service.cc:434] P 47286173900945eab79eaeea29f2ac7d: ending tablet copy session 363b3f304ccc409a98008cf1bec267f1-15aaa8faf41745208046036311dbab0c on tablet 15aaa8faf41745208046036311dbab0c with peer 363b3f304ccc409a98008cf1bec267f1
I20260608 12:40:43.801213  5654 raft_consensus.cc:740] T 0bc0672a6ad146209d40a9391a07158e P 85421534da5145a0b76da959ca27dd47 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 85421534da5145a0b76da959ca27dd47, State: Initialized, Role: LEARNER
I20260608 12:40:43.805092  5439 raft_consensus.cc:1217] T 7146bd7c460c448f9623cf9421db76bf P a0b1ab53ed974e22bcc98128cfbb9d7e [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260608 12:40:43.812179  5654 consensus_queue.cc:260] T 0bc0672a6ad146209d40a9391a07158e P 85421534da5145a0b76da959ca27dd47 [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: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: true } }
I20260608 12:40:43.815068  5654 ts_tablet_manager.cc:1434] T 0bc0672a6ad146209d40a9391a07158e P 85421534da5145a0b76da959ca27dd47: Time spent starting tablet: real 0.019s	user 0.005s	sys 0.001s
I20260608 12:40:43.819034  5137 tablet_copy_service.cc:342] P 47286173900945eab79eaeea29f2ac7d: Request end of tablet copy session 85421534da5145a0b76da959ca27dd47-0bc0672a6ad146209d40a9391a07158e received from {username='slave'} at 127.0.0.1:41622
I20260608 12:40:43.819653  5137 tablet_copy_service.cc:434] P 47286173900945eab79eaeea29f2ac7d: ending tablet copy session 85421534da5145a0b76da959ca27dd47-0bc0672a6ad146209d40a9391a07158e on tablet 0bc0672a6ad146209d40a9391a07158e with peer 85421534da5145a0b76da959ca27dd47
I20260608 12:40:43.891049  5656 tablet_bootstrap.cc:492] T b2578059db524e82b07383523d42018e P 363b3f304ccc409a98008cf1bec267f1: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=100 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:43.892437  5656 tablet_bootstrap.cc:492] T b2578059db524e82b07383523d42018e P 363b3f304ccc409a98008cf1bec267f1: Bootstrap complete.
I20260608 12:40:43.892654  5658 tablet_bootstrap.cc:492] T 0fca293cbc8841fd9e9e67513c789b95 P a0b1ab53ed974e22bcc98128cfbb9d7e: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=109 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:43.893610  5656 ts_tablet_manager.cc:1403] T b2578059db524e82b07383523d42018e P 363b3f304ccc409a98008cf1bec267f1: Time spent bootstrapping tablet: real 0.543s	user 0.143s	sys 0.038s
I20260608 12:40:43.893936  5658 tablet_bootstrap.cc:492] T 0fca293cbc8841fd9e9e67513c789b95 P a0b1ab53ed974e22bcc98128cfbb9d7e: Bootstrap complete.
I20260608 12:40:43.897920  5656 raft_consensus.cc:359] T b2578059db524e82b07383523d42018e P 363b3f304ccc409a98008cf1bec267f1 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: true } }
I20260608 12:40:43.898952  5656 raft_consensus.cc:740] T b2578059db524e82b07383523d42018e P 363b3f304ccc409a98008cf1bec267f1 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 363b3f304ccc409a98008cf1bec267f1, State: Initialized, Role: LEARNER
I20260608 12:40:43.898895  5588 raft_consensus.cc:1217] T 15aaa8faf41745208046036311dbab0c P 363b3f304ccc409a98008cf1bec267f1 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260608 12:40:43.899947  5656 consensus_queue.cc:260] T b2578059db524e82b07383523d42018e P 363b3f304ccc409a98008cf1bec267f1 [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: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: true } }
I20260608 12:40:43.902590  5656 ts_tablet_manager.cc:1434] T b2578059db524e82b07383523d42018e P 363b3f304ccc409a98008cf1bec267f1: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260608 12:40:43.902769  5658 ts_tablet_manager.cc:1403] T 0fca293cbc8841fd9e9e67513c789b95 P a0b1ab53ed974e22bcc98128cfbb9d7e: Time spent bootstrapping tablet: real 0.439s	user 0.149s	sys 0.021s
I20260608 12:40:43.904630  5063 tablet_copy_service.cc:342] P b620ca5e20134b28a02a9a658cdcb4b6: Request end of tablet copy session 363b3f304ccc409a98008cf1bec267f1-b2578059db524e82b07383523d42018e received from {username='slave'} at 127.0.0.1:40736
I20260608 12:40:43.905100  5063 tablet_copy_service.cc:434] P b620ca5e20134b28a02a9a658cdcb4b6: ending tablet copy session 363b3f304ccc409a98008cf1bec267f1-b2578059db524e82b07383523d42018e on tablet b2578059db524e82b07383523d42018e with peer 363b3f304ccc409a98008cf1bec267f1
I20260608 12:40:43.926945  5658 raft_consensus.cc:359] T 0fca293cbc8841fd9e9e67513c789b95 P a0b1ab53ed974e22bcc98128cfbb9d7e [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: true } }
I20260608 12:40:43.930351  5658 raft_consensus.cc:740] T 0fca293cbc8841fd9e9e67513c789b95 P a0b1ab53ed974e22bcc98128cfbb9d7e [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: a0b1ab53ed974e22bcc98128cfbb9d7e, State: Initialized, Role: LEARNER
I20260608 12:40:43.931102  5658 consensus_queue.cc:260] T 0fca293cbc8841fd9e9e67513c789b95 P a0b1ab53ed974e22bcc98128cfbb9d7e [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: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: true } }
I20260608 12:40:43.933234  5658 ts_tablet_manager.cc:1434] T 0fca293cbc8841fd9e9e67513c789b95 P a0b1ab53ed974e22bcc98128cfbb9d7e: Time spent starting tablet: real 0.030s	user 0.006s	sys 0.000s
I20260608 12:40:43.935622  4988 tablet_copy_service.cc:342] P cedcf0d4d3994475ba7a16adcd2a216b: Request end of tablet copy session a0b1ab53ed974e22bcc98128cfbb9d7e-0fca293cbc8841fd9e9e67513c789b95 received from {username='slave'} at 127.0.0.1:41982
I20260608 12:40:43.936220  4988 tablet_copy_service.cc:434] P cedcf0d4d3994475ba7a16adcd2a216b: ending tablet copy session a0b1ab53ed974e22bcc98128cfbb9d7e-0fca293cbc8841fd9e9e67513c789b95 on tablet 0fca293cbc8841fd9e9e67513c789b95 with peer a0b1ab53ed974e22bcc98128cfbb9d7e
I20260608 12:40:44.059904  5514 raft_consensus.cc:1217] T ba61449e418d4e17aa276e19401074bc P 85421534da5145a0b76da959ca27dd47 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260608 12:40:44.132973  5439 raft_consensus.cc:1217] T 0fca293cbc8841fd9e9e67513c789b95 P a0b1ab53ed974e22bcc98128cfbb9d7e [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260608 12:40:44.346233  5514 raft_consensus.cc:1217] T 0bc0672a6ad146209d40a9391a07158e P 85421534da5145a0b76da959ca27dd47 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260608 12:40:44.370302  5588 raft_consensus.cc:1217] T b2578059db524e82b07383523d42018e P 363b3f304ccc409a98008cf1bec267f1 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260608 12:40:44.400177  5681 raft_consensus.cc:1064] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d: attempting to promote NON_VOTER a0b1ab53ed974e22bcc98128cfbb9d7e to VOTER
I20260608 12:40:44.410030  5622 raft_consensus.cc:1064] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d: attempting to promote NON_VOTER 363b3f304ccc409a98008cf1bec267f1 to VOTER
I20260608 12:40:44.415532  5622 consensus_queue.cc:237] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [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: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } }
I20260608 12:40:44.405390  5681 consensus_queue.cc:237] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [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: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: false } }
I20260608 12:40:44.433712  5588 raft_consensus.cc:1275] T 15aaa8faf41745208046036311dbab0c P 363b3f304ccc409a98008cf1bec267f1 [term 1 LEARNER]: Refusing update from remote peer 47286173900945eab79eaeea29f2ac7d: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:44.435585  5047 raft_consensus.cc:1275] T 15aaa8faf41745208046036311dbab0c P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Refusing update from remote peer 47286173900945eab79eaeea29f2ac7d: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:44.436506  4971 raft_consensus.cc:1275] T 15aaa8faf41745208046036311dbab0c P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Refusing update from remote peer 47286173900945eab79eaeea29f2ac7d: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:44.441140  5680 consensus_queue.cc:1048] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 12:40:44.442227  5682 consensus_queue.cc:1048] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:40:44.445439  5682 consensus_queue.cc:1048] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:40:44.449858  5053 raft_consensus.cc:1275] T 7146bd7c460c448f9623cf9421db76bf P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Refusing update from remote peer 47286173900945eab79eaeea29f2ac7d: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:44.459643  5622 consensus_queue.cc:1048] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
W20260608 12:40:44.498462  5093 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.198:38827, user_credentials={real_user=slave}} blocked reactor thread for 56729.7us
I20260608 12:40:44.500491  5622 raft_consensus.cc:2955] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } } }
I20260608 12:40:44.501830  4975 raft_consensus.cc:2955] T 15aaa8faf41745208046036311dbab0c P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } } }
I20260608 12:40:44.504482  5439 raft_consensus.cc:1275] T 7146bd7c460c448f9623cf9421db76bf P a0b1ab53ed974e22bcc98128cfbb9d7e [term 1 LEARNER]: Refusing update from remote peer 47286173900945eab79eaeea29f2ac7d: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:44.525928  5047 raft_consensus.cc:2955] T 15aaa8faf41745208046036311dbab0c P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } } }
I20260608 12:40:44.534555  4971 raft_consensus.cc:1275] T 7146bd7c460c448f9623cf9421db76bf P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Refusing update from remote peer 47286173900945eab79eaeea29f2ac7d: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:44.536945  5681 consensus_queue.cc:1048] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 12:40:44.551966  4874 catalog_manager.cc:5696] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d reported cstate change: config changed from index 26 to 27, 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "47286173900945eab79eaeea29f2ac7d" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:44.568544  5588 raft_consensus.cc:2955] T 15aaa8faf41745208046036311dbab0c P 363b3f304ccc409a98008cf1bec267f1 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } } }
I20260608 12:40:44.563510  5681 consensus_queue.cc:1048] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 12:40:44.620150  5622 raft_consensus.cc:2955] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: false } } }
I20260608 12:40:44.624081  5438 raft_consensus.cc:2955] T 7146bd7c460c448f9623cf9421db76bf P a0b1ab53ed974e22bcc98128cfbb9d7e [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: false } } }
I20260608 12:40:44.638756  5053 raft_consensus.cc:2955] T 7146bd7c460c448f9623cf9421db76bf P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: false } } }
I20260608 12:40:44.652673  5632 raft_consensus.cc:1064] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b: attempting to promote NON_VOTER a0b1ab53ed974e22bcc98128cfbb9d7e to VOTER
I20260608 12:40:44.655922  5632 consensus_queue.cc:237] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [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: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: false } }
I20260608 12:40:44.677145  5662 raft_consensus.cc:1064] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6: attempting to promote NON_VOTER 85421534da5145a0b76da959ca27dd47 to VOTER
I20260608 12:40:44.677390  4971 raft_consensus.cc:2955] T 7146bd7c460c448f9623cf9421db76bf P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: false } } }
I20260608 12:40:44.681556  5662 consensus_queue.cc:237] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [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: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false } }
I20260608 12:40:44.708115  5125 raft_consensus.cc:1275] T 0fca293cbc8841fd9e9e67513c789b95 P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Refusing update from remote peer cedcf0d4d3994475ba7a16adcd2a216b: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:44.710018  5438 raft_consensus.cc:1275] T 0fca293cbc8841fd9e9e67513c789b95 P a0b1ab53ed974e22bcc98128cfbb9d7e [term 1 LEARNER]: Refusing update from remote peer cedcf0d4d3994475ba7a16adcd2a216b: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:44.709982  5696 consensus_queue.cc:1048] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [LEADER]: Connected to new peer: Peer: permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 12:40:44.712225  5696 consensus_queue.cc:1048] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [LEADER]: Connected to new peer: Peer: permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:40:44.719099  4867 catalog_manager.cc:5696] T 7146bd7c460c448f9623cf9421db76bf P a0b1ab53ed974e22bcc98128cfbb9d7e reported cstate change: config changed from index 26 to 27, a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "47286173900945eab79eaeea29f2ac7d" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: false } } }
I20260608 12:40:44.740109  5696 raft_consensus.cc:2955] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: false } } }
I20260608 12:40:44.743671  5439 raft_consensus.cc:2955] T 0fca293cbc8841fd9e9e67513c789b95 P a0b1ab53ed974e22bcc98128cfbb9d7e [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: false } } }
I20260608 12:40:44.752333  5514 raft_consensus.cc:1275] T ba61449e418d4e17aa276e19401074bc P 85421534da5145a0b76da959ca27dd47 [term 1 LEARNER]: Refusing update from remote peer b620ca5e20134b28a02a9a658cdcb4b6: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:44.754133  5125 raft_consensus.cc:1275] T ba61449e418d4e17aa276e19401074bc P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Refusing update from remote peer b620ca5e20134b28a02a9a658cdcb4b6: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:44.754554  4971 raft_consensus.cc:1275] T ba61449e418d4e17aa276e19401074bc P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Refusing update from remote peer b620ca5e20134b28a02a9a658cdcb4b6: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:44.754390  5694 consensus_queue.cc:1048] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 12:40:44.755863  5690 consensus_queue.cc:1048] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:40:44.758689  5698 consensus_queue.cc:1048] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 12:40:44.788287  4875 catalog_manager.cc:5696] T 0fca293cbc8841fd9e9e67513c789b95 P a0b1ab53ed974e22bcc98128cfbb9d7e reported cstate change: config changed from index 26 to 27, a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: false } } }
I20260608 12:40:44.803678  5123 consensus_queue.cc:237] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [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: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: false } }
I20260608 12:40:44.807595  5053 raft_consensus.cc:1275] T 0fca293cbc8841fd9e9e67513c789b95 P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Refusing update from remote peer cedcf0d4d3994475ba7a16adcd2a216b: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:44.812345  5632 consensus_queue.cc:1048] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [LEADER]: Connected to new peer: Peer: permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:40:44.811535  5124 raft_consensus.cc:2955] T 0fca293cbc8841fd9e9e67513c789b95 P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: false } } }
I20260608 12:40:44.813912  5690 raft_consensus.cc:1064] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6: attempting to promote NON_VOTER 363b3f304ccc409a98008cf1bec267f1 to VOTER
I20260608 12:40:44.794514  5125 consensus_queue.cc:237] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [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: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } }
I20260608 12:40:44.820214  5690 consensus_queue.cc:237] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [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: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } }
I20260608 12:40:44.829018  5588 raft_consensus.cc:1275] T 15aaa8faf41745208046036311dbab0c P 363b3f304ccc409a98008cf1bec267f1 [term 1 FOLLOWER]: Refusing update from remote peer 47286173900945eab79eaeea29f2ac7d: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:44.831538  5686 consensus_queue.cc:1048] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260608 12:40:44.835086  4975 raft_consensus.cc:1275] T 15aaa8faf41745208046036311dbab0c P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Refusing update from remote peer 47286173900945eab79eaeea29f2ac7d: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:44.837132  5686 consensus_queue.cc:1048] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260608 12:40:44.845605  5682 raft_consensus.cc:2955] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } } }
I20260608 12:40:44.852624  5439 raft_consensus.cc:1275] T 7146bd7c460c448f9623cf9421db76bf P a0b1ab53ed974e22bcc98128cfbb9d7e [term 1 FOLLOWER]: Refusing update from remote peer 47286173900945eab79eaeea29f2ac7d: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:44.852749  5587 raft_consensus.cc:2955] T 15aaa8faf41745208046036311dbab0c P 363b3f304ccc409a98008cf1bec267f1 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } } }
I20260608 12:40:44.854383  5622 consensus_queue.cc:1048] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:40:44.864636  4975 raft_consensus.cc:2955] T 15aaa8faf41745208046036311dbab0c P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } } }
I20260608 12:40:44.865031  5622 raft_consensus.cc:2955] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: false } } }
I20260608 12:40:44.874429  5047 raft_consensus.cc:1275] T 7146bd7c460c448f9623cf9421db76bf P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Refusing update from remote peer 47286173900945eab79eaeea29f2ac7d: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:44.874760  4868 catalog_manager.cc:5696] T 15aaa8faf41745208046036311dbab0c P 363b3f304ccc409a98008cf1bec267f1 reported cstate change: config changed from index 27 to 28, VOTER b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "47286173900945eab79eaeea29f2ac7d" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } } }
I20260608 12:40:44.876955  5681 consensus_queue.cc:1048] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260608 12:40:44.873525  5438 raft_consensus.cc:2955] T 7146bd7c460c448f9623cf9421db76bf P a0b1ab53ed974e22bcc98128cfbb9d7e [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: false } } }
I20260608 12:40:44.889566  5047 raft_consensus.cc:2955] T 7146bd7c460c448f9623cf9421db76bf P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: false } } }
I20260608 12:40:44.896684  5042 tablet_service.cc:1558] Processing DeleteTablet for tablet 15aaa8faf41745208046036311dbab0c with delete_type TABLET_DATA_TOMBSTONED (TS b620ca5e20134b28a02a9a658cdcb4b6 not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:43306
I20260608 12:40:44.931890  5126 raft_consensus.cc:1275] T b2578059db524e82b07383523d42018e P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Refusing update from remote peer b620ca5e20134b28a02a9a658cdcb4b6: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:44.933981  5698 consensus_queue.cc:1048] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:40:44.934823  4977 raft_consensus.cc:1275] T b2578059db524e82b07383523d42018e P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Refusing update from remote peer b620ca5e20134b28a02a9a658cdcb4b6: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:44.937114  5698 consensus_queue.cc:1048] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:40:44.944469  4875 catalog_manager.cc:5696] T 7146bd7c460c448f9623cf9421db76bf P a0b1ab53ed974e22bcc98128cfbb9d7e reported cstate change: config changed from index 27 to 28, VOTER cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "47286173900945eab79eaeea29f2ac7d" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: false } } }
I20260608 12:40:44.972690  5587 raft_consensus.cc:1275] T b2578059db524e82b07383523d42018e P 363b3f304ccc409a98008cf1bec267f1 [term 1 LEARNER]: Refusing update from remote peer b620ca5e20134b28a02a9a658cdcb4b6: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:44.973071  4861 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 15aaa8faf41745208046036311dbab0c with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:44.979548  4968 tablet_service.cc:1558] Processing DeleteTablet for tablet 7146bd7c460c448f9623cf9421db76bf with delete_type TABLET_DATA_TOMBSTONED (TS cedcf0d4d3994475ba7a16adcd2a216b not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:43792
I20260608 12:40:44.987654  5698 consensus_queue.cc:1048] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 12:40:45.012616  5721 tablet_replica.cc:333] T 7146bd7c460c448f9623cf9421db76bf P cedcf0d4d3994475ba7a16adcd2a216b: stopping tablet replica
I20260608 12:40:45.014348  5721 raft_consensus.cc:2243] T 7146bd7c460c448f9623cf9421db76bf P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:45.015391  5721 raft_consensus.cc:2272] T 7146bd7c460c448f9623cf9421db76bf P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:40:45.038316  5093 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.196:34865, user_credentials={real_user=slave}} blocked reactor thread for 96809.6us
I20260608 12:40:45.045346  5514 raft_consensus.cc:2955] T ba61449e418d4e17aa276e19401074bc P 85421534da5145a0b76da959ca27dd47 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 85421534da5145a0b76da959ca27dd47 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false } } }
I20260608 12:40:45.047614  5662 raft_consensus.cc:2955] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } } }
I20260608 12:40:45.048736  5053 raft_consensus.cc:2955] T 0fca293cbc8841fd9e9e67513c789b95 P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: false } } }
I20260608 12:40:45.048988  4975 raft_consensus.cc:2955] T b2578059db524e82b07383523d42018e P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } } }
I20260608 12:40:45.023839  5690 raft_consensus.cc:2955] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 85421534da5145a0b76da959ca27dd47 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false } } }
I20260608 12:40:45.078253  5721 ts_tablet_manager.cc:1916] T 7146bd7c460c448f9623cf9421db76bf P cedcf0d4d3994475ba7a16adcd2a216b: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:45.078470  5686 raft_consensus.cc:1064] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d: attempting to promote NON_VOTER 85421534da5145a0b76da959ca27dd47 to VOTER
W20260608 12:40:45.079902  5711 log.cc:927] Time spent T ba61449e418d4e17aa276e19401074bc P cedcf0d4d3994475ba7a16adcd2a216b: Append to log took a long time: real 0.141s	user 0.001s	sys 0.000s
I20260608 12:40:45.090056  4971 raft_consensus.cc:2955] T ba61449e418d4e17aa276e19401074bc P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 85421534da5145a0b76da959ca27dd47 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false } } }
I20260608 12:40:45.099808  4875 catalog_manager.cc:5696] T b2578059db524e82b07383523d42018e P cedcf0d4d3994475ba7a16adcd2a216b reported cstate change: config changed from index 26 to 27, 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } } }
I20260608 12:40:45.100620  5587 raft_consensus.cc:2955] T b2578059db524e82b07383523d42018e P 363b3f304ccc409a98008cf1bec267f1 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } } }
I20260608 12:40:45.117219  4861 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 7146bd7c460c448f9623cf9421db76bf with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:45.125293  5686 consensus_queue.cc:237] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [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: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false } }
I20260608 12:40:45.130435  5721 ts_tablet_manager.cc:1929] T 7146bd7c460c448f9623cf9421db76bf P cedcf0d4d3994475ba7a16adcd2a216b: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260608 12:40:45.131080  5721 log.cc:1199] T 7146bd7c460c448f9623cf9421db76bf P cedcf0d4d3994475ba7a16adcd2a216b: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/ts-0-root/wals/7146bd7c460c448f9623cf9421db76bf
I20260608 12:40:45.135690  4862 catalog_manager.cc:5027] TS cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481): tablet 7146bd7c460c448f9623cf9421db76bf (table test-workload [id=bab44790c31042a0a50c61263e4126c4]) successfully deleted
I20260608 12:40:45.140477  5715 tablet_replica.cc:333] T 15aaa8faf41745208046036311dbab0c P b620ca5e20134b28a02a9a658cdcb4b6: stopping tablet replica
I20260608 12:40:45.140687  4872 catalog_manager.cc:5696] T ba61449e418d4e17aa276e19401074bc P 85421534da5145a0b76da959ca27dd47 reported cstate change: config changed from index 26 to 27, 85421534da5145a0b76da959ca27dd47 (127.0.107.197) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false } } }
I20260608 12:40:45.151777  5715 raft_consensus.cc:2243] T 15aaa8faf41745208046036311dbab0c P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:45.153868  5715 raft_consensus.cc:2272] T 15aaa8faf41745208046036311dbab0c P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:45.153654  5126 raft_consensus.cc:2955] T b2578059db524e82b07383523d42018e P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } } }
I20260608 12:40:45.160988  5125 raft_consensus.cc:2955] T ba61449e418d4e17aa276e19401074bc P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 85421534da5145a0b76da959ca27dd47 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false } } }
I20260608 12:40:45.181402  5053 consensus_queue.cc:237] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [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: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false } }
I20260608 12:40:45.199718  5514 raft_consensus.cc:1275] T ba61449e418d4e17aa276e19401074bc P 85421534da5145a0b76da959ca27dd47 [term 1 FOLLOWER]: Refusing update from remote peer b620ca5e20134b28a02a9a658cdcb4b6: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:45.202150  5662 consensus_queue.cc:1048] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260608 12:40:45.203156  5715 ts_tablet_manager.cc:1916] T 15aaa8faf41745208046036311dbab0c P b620ca5e20134b28a02a9a658cdcb4b6: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:45.205328  5047 consensus_queue.cc:237] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [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: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } }
I20260608 12:40:45.213068  5690 raft_consensus.cc:2955] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 47286173900945eab79eaeea29f2ac7d (127.0.107.195) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false } } }
I20260608 12:40:45.222601  5587 raft_consensus.cc:1275] T b2578059db524e82b07383523d42018e P 363b3f304ccc409a98008cf1bec267f1 [term 1 FOLLOWER]: Refusing update from remote peer b620ca5e20134b28a02a9a658cdcb4b6: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:45.222752  5513 raft_consensus.cc:2955] T ba61449e418d4e17aa276e19401074bc P 85421534da5145a0b76da959ca27dd47 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 47286173900945eab79eaeea29f2ac7d (127.0.107.195) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false } } }
I20260608 12:40:45.224319  5125 raft_consensus.cc:1275] T b2578059db524e82b07383523d42018e P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Refusing update from remote peer b620ca5e20134b28a02a9a658cdcb4b6: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:45.225205  5699 consensus_queue.cc:1048] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260608 12:40:45.226545  5698 consensus_queue.cc:1048] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:40:45.235841  4971 raft_consensus.cc:1275] T ba61449e418d4e17aa276e19401074bc P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Refusing update from remote peer b620ca5e20134b28a02a9a658cdcb4b6: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:45.236737  5126 raft_consensus.cc:2955] T b2578059db524e82b07383523d42018e P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } } }
I20260608 12:40:45.238634  5699 raft_consensus.cc:2955] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } } }
I20260608 12:40:45.243044  4862 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet ba61449e418d4e17aa276e19401074bc with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:45.242066  5694 consensus_queue.cc:1048] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:40:45.244045  5587 raft_consensus.cc:2955] T b2578059db524e82b07383523d42018e P 363b3f304ccc409a98008cf1bec267f1 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } } }
I20260608 12:40:45.247991  4971 raft_consensus.cc:2955] T ba61449e418d4e17aa276e19401074bc P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 47286173900945eab79eaeea29f2ac7d (127.0.107.195) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false } } }
I20260608 12:40:45.263131  5514 raft_consensus.cc:1275] T 0bc0672a6ad146209d40a9391a07158e P 85421534da5145a0b76da959ca27dd47 [term 1 LEARNER]: Refusing update from remote peer 47286173900945eab79eaeea29f2ac7d: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:45.264214  4975 raft_consensus.cc:1275] T 0bc0672a6ad146209d40a9391a07158e P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Refusing update from remote peer 47286173900945eab79eaeea29f2ac7d: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:45.264220  5053 raft_consensus.cc:1275] T 0bc0672a6ad146209d40a9391a07158e P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Refusing update from remote peer 47286173900945eab79eaeea29f2ac7d: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:45.266553  5686 consensus_queue.cc:1048] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:40:45.267616  5681 consensus_queue.cc:1048] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:40:45.258153  4868 catalog_manager.cc:5696] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 reported cstate change: config changed from index 27 to 28, VOTER 47286173900945eab79eaeea29f2ac7d (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:45.276858  5686 consensus_queue.cc:1048] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:40:45.277413  4862 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet b2578059db524e82b07383523d42018e with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:45.294914  5715 ts_tablet_manager.cc:1929] T 15aaa8faf41745208046036311dbab0c P b620ca5e20134b28a02a9a658cdcb4b6: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260608 12:40:45.295559  5715 log.cc:1199] T 15aaa8faf41745208046036311dbab0c P b620ca5e20134b28a02a9a658cdcb4b6: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/ts-1-root/wals/15aaa8faf41745208046036311dbab0c
I20260608 12:40:45.296074  4867 catalog_manager.cc:5696] T b2578059db524e82b07383523d42018e P 47286173900945eab79eaeea29f2ac7d reported cstate change: config changed from index 27 to 28, VOTER cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } } }
I20260608 12:40:45.297511  4862 catalog_manager.cc:5027] TS b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843): tablet 15aaa8faf41745208046036311dbab0c (table test-workload [id=bab44790c31042a0a50c61263e4126c4]) successfully deleted
I20260608 12:40:45.301182  5115 tablet_service.cc:1558] Processing DeleteTablet for tablet ba61449e418d4e17aa276e19401074bc with delete_type TABLET_DATA_TOMBSTONED (TS 47286173900945eab79eaeea29f2ac7d not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:50584
I20260608 12:40:45.316314  5729 tablet_replica.cc:333] T ba61449e418d4e17aa276e19401074bc P 47286173900945eab79eaeea29f2ac7d: stopping tablet replica
I20260608 12:40:45.319259  5729 raft_consensus.cc:2243] T ba61449e418d4e17aa276e19401074bc P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:45.318444  5622 raft_consensus.cc:2955] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 85421534da5145a0b76da959ca27dd47 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false } } }
I20260608 12:40:45.320245  5729 raft_consensus.cc:2272] T ba61449e418d4e17aa276e19401074bc P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:45.320884  5514 raft_consensus.cc:2955] T 0bc0672a6ad146209d40a9391a07158e P 85421534da5145a0b76da959ca27dd47 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 85421534da5145a0b76da959ca27dd47 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false } } }
I20260608 12:40:45.326761  5729 ts_tablet_manager.cc:1916] T ba61449e418d4e17aa276e19401074bc P 47286173900945eab79eaeea29f2ac7d: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:45.344959  4975 raft_consensus.cc:2955] T 0bc0672a6ad146209d40a9391a07158e P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 85421534da5145a0b76da959ca27dd47 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false } } }
I20260608 12:40:45.356323  4868 catalog_manager.cc:5696] T 0bc0672a6ad146209d40a9391a07158e P 85421534da5145a0b76da959ca27dd47 reported cstate change: config changed from index 26 to 27, 85421534da5145a0b76da959ca27dd47 (127.0.107.197) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "47286173900945eab79eaeea29f2ac7d" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false } } }
I20260608 12:40:45.333032  5053 raft_consensus.cc:2955] T 0bc0672a6ad146209d40a9391a07158e P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 85421534da5145a0b76da959ca27dd47 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false } } }
I20260608 12:40:45.340920  4968 tablet_service.cc:1558] Processing DeleteTablet for tablet b2578059db524e82b07383523d42018e with delete_type TABLET_DATA_TOMBSTONED (TS cedcf0d4d3994475ba7a16adcd2a216b not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:43792
I20260608 12:40:45.364344  5721 tablet_replica.cc:333] T b2578059db524e82b07383523d42018e P cedcf0d4d3994475ba7a16adcd2a216b: stopping tablet replica
I20260608 12:40:45.365382  5721 raft_consensus.cc:2243] T b2578059db524e82b07383523d42018e P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:45.366333  5721 raft_consensus.cc:2272] T b2578059db524e82b07383523d42018e P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:45.373940  4971 consensus_queue.cc:237] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [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: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: false } }
I20260608 12:40:45.375077  5721 ts_tablet_manager.cc:1916] T b2578059db524e82b07383523d42018e P cedcf0d4d3994475ba7a16adcd2a216b: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:45.379477  5438 raft_consensus.cc:1275] T 0fca293cbc8841fd9e9e67513c789b95 P a0b1ab53ed974e22bcc98128cfbb9d7e [term 1 FOLLOWER]: Refusing update from remote peer cedcf0d4d3994475ba7a16adcd2a216b: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:45.382545  5709 consensus_queue.cc:1048] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [LEADER]: Connected to new peer: Peer: permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260608 12:40:45.388197  5729 ts_tablet_manager.cc:1929] T ba61449e418d4e17aa276e19401074bc P 47286173900945eab79eaeea29f2ac7d: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260608 12:40:45.388897  5729 log.cc:1199] T ba61449e418d4e17aa276e19401074bc P 47286173900945eab79eaeea29f2ac7d: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/ts-2-root/wals/ba61449e418d4e17aa276e19401074bc
I20260608 12:40:45.390611  5047 raft_consensus.cc:1275] T 0fca293cbc8841fd9e9e67513c789b95 P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Refusing update from remote peer cedcf0d4d3994475ba7a16adcd2a216b: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:45.391140  4861 catalog_manager.cc:5027] TS 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555): tablet ba61449e418d4e17aa276e19401074bc (table test-workload [id=bab44790c31042a0a50c61263e4126c4]) successfully deleted
I20260608 12:40:45.392426  5709 consensus_queue.cc:1048] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [LEADER]: Connected to new peer: Peer: permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:40:45.404733  5632 raft_consensus.cc:2955] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 47286173900945eab79eaeea29f2ac7d (127.0.107.195) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: false } } }
I20260608 12:40:45.410233  5047 raft_consensus.cc:2955] T 0fca293cbc8841fd9e9e67513c789b95 P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 47286173900945eab79eaeea29f2ac7d (127.0.107.195) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: false } } }
I20260608 12:40:45.419128  5439 raft_consensus.cc:2955] T 0fca293cbc8841fd9e9e67513c789b95 P a0b1ab53ed974e22bcc98128cfbb9d7e [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 47286173900945eab79eaeea29f2ac7d (127.0.107.195) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: false } } }
I20260608 12:40:45.421911  5721 ts_tablet_manager.cc:1929] T b2578059db524e82b07383523d42018e P cedcf0d4d3994475ba7a16adcd2a216b: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260608 12:40:45.422441  5721 log.cc:1199] T b2578059db524e82b07383523d42018e P cedcf0d4d3994475ba7a16adcd2a216b: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/ts-0-root/wals/b2578059db524e82b07383523d42018e
I20260608 12:40:45.424489  4862 catalog_manager.cc:5027] TS cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481): tablet b2578059db524e82b07383523d42018e (table test-workload [id=bab44790c31042a0a50c61263e4126c4]) successfully deleted
I20260608 12:40:45.429812  4862 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 0fca293cbc8841fd9e9e67513c789b95 with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:45.439944  5126 consensus_queue.cc:237] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [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: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false } }
I20260608 12:40:45.434607  4868 catalog_manager.cc:5696] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b reported cstate change: config changed from index 27 to 28, VOTER 47286173900945eab79eaeea29f2ac7d (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:45.451671  5514 raft_consensus.cc:1275] T 0bc0672a6ad146209d40a9391a07158e P 85421534da5145a0b76da959ca27dd47 [term 1 FOLLOWER]: Refusing update from remote peer 47286173900945eab79eaeea29f2ac7d: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:45.451987  4971 raft_consensus.cc:1275] T 0bc0672a6ad146209d40a9391a07158e P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Refusing update from remote peer 47286173900945eab79eaeea29f2ac7d: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:45.453786  5686 consensus_queue.cc:1048] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:40:45.454852  5622 consensus_queue.cc:1048] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:40:45.457818  5115 tablet_service.cc:1558] Processing DeleteTablet for tablet 0fca293cbc8841fd9e9e67513c789b95 with delete_type TABLET_DATA_TOMBSTONED (TS 47286173900945eab79eaeea29f2ac7d not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:50584
I20260608 12:40:45.458904  5729 tablet_replica.cc:333] T 0fca293cbc8841fd9e9e67513c789b95 P 47286173900945eab79eaeea29f2ac7d: stopping tablet replica
I20260608 12:40:45.460019  5729 raft_consensus.cc:2243] T 0fca293cbc8841fd9e9e67513c789b95 P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:45.460798  5729 raft_consensus.cc:2272] T 0fca293cbc8841fd9e9e67513c789b95 P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:45.465467  5719 raft_consensus.cc:2955] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false } } }
I20260608 12:40:45.470973  5729 ts_tablet_manager.cc:1916] T 0fca293cbc8841fd9e9e67513c789b95 P 47286173900945eab79eaeea29f2ac7d: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:45.483877  5514 raft_consensus.cc:2955] T 0bc0672a6ad146209d40a9391a07158e P 85421534da5145a0b76da959ca27dd47 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false } } }
I20260608 12:40:45.486615  4971 raft_consensus.cc:2955] T 0bc0672a6ad146209d40a9391a07158e P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false } } }
I20260608 12:40:45.495775  5729 ts_tablet_manager.cc:1929] T 0fca293cbc8841fd9e9e67513c789b95 P 47286173900945eab79eaeea29f2ac7d: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260608 12:40:45.496485  5729 log.cc:1199] T 0fca293cbc8841fd9e9e67513c789b95 P 47286173900945eab79eaeea29f2ac7d: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/ts-2-root/wals/0fca293cbc8841fd9e9e67513c789b95
I20260608 12:40:45.498274  4861 catalog_manager.cc:5027] TS 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555): tablet 0fca293cbc8841fd9e9e67513c789b95 (table test-workload [id=bab44790c31042a0a50c61263e4126c4]) successfully deleted
I20260608 12:40:45.503587  4861 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 0bc0672a6ad146209d40a9391a07158e with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:45.509394  4872 catalog_manager.cc:5696] T 0bc0672a6ad146209d40a9391a07158e P cedcf0d4d3994475ba7a16adcd2a216b reported cstate change: config changed from index 27 to 28, VOTER b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "47286173900945eab79eaeea29f2ac7d" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false } } }
I20260608 12:40:45.528980  5042 tablet_service.cc:1558] Processing DeleteTablet for tablet 0bc0672a6ad146209d40a9391a07158e with delete_type TABLET_DATA_TOMBSTONED (TS b620ca5e20134b28a02a9a658cdcb4b6 not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:43306
I20260608 12:40:45.530019  5715 tablet_replica.cc:333] T 0bc0672a6ad146209d40a9391a07158e P b620ca5e20134b28a02a9a658cdcb4b6: stopping tablet replica
I20260608 12:40:45.530838  5715 raft_consensus.cc:2243] T 0bc0672a6ad146209d40a9391a07158e P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:45.531610  5715 raft_consensus.cc:2272] T 0bc0672a6ad146209d40a9391a07158e P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:45.536229  5715 ts_tablet_manager.cc:1916] T 0bc0672a6ad146209d40a9391a07158e P b620ca5e20134b28a02a9a658cdcb4b6: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:45.546937  5715 ts_tablet_manager.cc:1929] T 0bc0672a6ad146209d40a9391a07158e P b620ca5e20134b28a02a9a658cdcb4b6: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260608 12:40:45.547293  5715 log.cc:1199] T 0bc0672a6ad146209d40a9391a07158e P b620ca5e20134b28a02a9a658cdcb4b6: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922302632525-431-0/minicluster-data/ts-1-root/wals/0bc0672a6ad146209d40a9391a07158e
I20260608 12:40:45.550148  4862 catalog_manager.cc:5027] TS b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843): tablet 0bc0672a6ad146209d40a9391a07158e (table test-workload [id=bab44790c31042a0a50c61263e4126c4]) successfully deleted
I20260608 12:40:46.551218  4971 consensus_queue.cc:237] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b [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: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: true } }
W20260608 12:40:46.558306  4944 consensus_peers.cc:597] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b -> Peer a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196:34865): Couldn't send request to peer a0b1ab53ed974e22bcc98128cfbb9d7e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 2880ec66fd164ecfa024292a51139e90. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:46.558472  5126 raft_consensus.cc:1275] T 2880ec66fd164ecfa024292a51139e90 P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Refusing update from remote peer cedcf0d4d3994475ba7a16adcd2a216b: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:46.559127  5047 raft_consensus.cc:1275] T 2880ec66fd164ecfa024292a51139e90 P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Refusing update from remote peer cedcf0d4d3994475ba7a16adcd2a216b: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:46.559880  5709 consensus_queue.cc:1048] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b [LEADER]: Connected to new peer: Peer: permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:40:46.560817  5733 consensus_queue.cc:1048] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b [LEADER]: Connected to new peer: Peer: permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:40:46.569088  5732 raft_consensus.cc:2955] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: true } } }
I20260608 12:40:46.571393  5126 raft_consensus.cc:2955] T 2880ec66fd164ecfa024292a51139e90 P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: true } } }
I20260608 12:40:46.572379  5047 raft_consensus.cc:2955] T 2880ec66fd164ecfa024292a51139e90 P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: true } } }
I20260608 12:40:46.583670  4867 catalog_manager.cc:5696] T 2880ec66fd164ecfa024292a51139e90 P 47286173900945eab79eaeea29f2ac7d reported cstate change: config changed from index -1 to 26, NON_VOTER a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: true } } }
I20260608 12:40:46.585454  5126 consensus_queue.cc:237] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [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: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: true } }
W20260608 12:40:46.594242  5092 consensus_peers.cc:597] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d -> Peer 85421534da5145a0b76da959ca27dd47 (127.0.107.197:40807): Couldn't send request to peer 85421534da5145a0b76da959ca27dd47. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 15aaa8faf41745208046036311dbab0c. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:46.594422  5587 raft_consensus.cc:1275] T 15aaa8faf41745208046036311dbab0c P 363b3f304ccc409a98008cf1bec267f1 [term 1 FOLLOWER]: Refusing update from remote peer 47286173900945eab79eaeea29f2ac7d: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260608 12:40:46.595619  4971 raft_consensus.cc:1275] T 15aaa8faf41745208046036311dbab0c P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Refusing update from remote peer 47286173900945eab79eaeea29f2ac7d: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260608 12:40:46.596120  5730 consensus_queue.cc:1048] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260608 12:40:46.597415  5719 consensus_queue.cc:1048] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260608 12:40:46.612035  5719 raft_consensus.cc:2955] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 85421534da5145a0b76da959ca27dd47 (127.0.107.197) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: true } } }
I20260608 12:40:46.615937  4975 raft_consensus.cc:2955] T 15aaa8faf41745208046036311dbab0c P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 85421534da5145a0b76da959ca27dd47 (127.0.107.197) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: true } } }
I20260608 12:40:46.628773  5047 consensus_queue.cc:237] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6 [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: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: true } }
I20260608 12:40:46.631011  5587 raft_consensus.cc:2955] T 15aaa8faf41745208046036311dbab0c P 363b3f304ccc409a98008cf1bec267f1 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 85421534da5145a0b76da959ca27dd47 (127.0.107.197) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: true } } }
I20260608 12:40:46.633078  4872 catalog_manager.cc:5696] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d reported cstate change: config changed from index 28 to 29, NON_VOTER 85421534da5145a0b76da959ca27dd47 (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "47286173900945eab79eaeea29f2ac7d" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260608 12:40:46.646898  5019 consensus_peers.cc:597] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6 -> Peer 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198:38827): Couldn't send request to peer 363b3f304ccc409a98008cf1bec267f1. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 105fb48355214bff9c6585aee6091d1c. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:46.648237  4975 raft_consensus.cc:1275] T 105fb48355214bff9c6585aee6091d1c P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Refusing update from remote peer b620ca5e20134b28a02a9a658cdcb4b6: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:46.649874  5690 consensus_queue.cc:1048] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:40:46.660657  5699 raft_consensus.cc:2955] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: true } } }
I20260608 12:40:46.662184  5126 raft_consensus.cc:1275] T 105fb48355214bff9c6585aee6091d1c P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Refusing update from remote peer b620ca5e20134b28a02a9a658cdcb4b6: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:46.668253  5748 consensus_queue.cc:1048] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:40:46.670177  4975 raft_consensus.cc:2955] T 105fb48355214bff9c6585aee6091d1c P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: true } } }
I20260608 12:40:46.677553  4868 catalog_manager.cc:5696] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6 reported cstate change: config changed from index -1 to 26, NON_VOTER 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:46.678256  4971 consensus_queue.cc:237] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b [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: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: true } }
I20260608 12:40:46.681723  5126 raft_consensus.cc:2955] T 105fb48355214bff9c6585aee6091d1c P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: true } } }
W20260608 12:40:46.695948  4944 consensus_peers.cc:597] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b -> Peer a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196:34865): Couldn't send request to peer a0b1ab53ed974e22bcc98128cfbb9d7e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: dbed21957bee44219edb2478a2593161. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:46.698824  5126 raft_consensus.cc:1275] T dbed21957bee44219edb2478a2593161 P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Refusing update from remote peer cedcf0d4d3994475ba7a16adcd2a216b: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:46.698953  5047 raft_consensus.cc:1275] T dbed21957bee44219edb2478a2593161 P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Refusing update from remote peer cedcf0d4d3994475ba7a16adcd2a216b: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:46.700505  5733 consensus_queue.cc:1048] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b [LEADER]: Connected to new peer: Peer: permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:40:46.701413  5709 consensus_queue.cc:1048] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b [LEADER]: Connected to new peer: Peer: permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:40:46.709457  5732 raft_consensus.cc:2955] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: true } } }
I20260608 12:40:46.711261  5047 raft_consensus.cc:2955] T dbed21957bee44219edb2478a2593161 P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: true } } }
I20260608 12:40:46.711408  5126 raft_consensus.cc:2955] T dbed21957bee44219edb2478a2593161 P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: true } } }
I20260608 12:40:46.722925  4868 catalog_manager.cc:5696] T dbed21957bee44219edb2478a2593161 P b620ca5e20134b28a02a9a658cdcb4b6 reported cstate change: config changed from index -1 to 26, NON_VOTER a0b1ab53ed974e22bcc98128cfbb9d7e (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "a0b1ab53ed974e22bcc98128cfbb9d7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34865 } attrs { promote: true } } }
I20260608 12:40:46.726171  5126 consensus_queue.cc:237] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [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: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: true } }
I20260608 12:40:46.732860  5514 raft_consensus.cc:1275] T 0bc0672a6ad146209d40a9391a07158e P 85421534da5145a0b76da959ca27dd47 [term 1 FOLLOWER]: Refusing update from remote peer 47286173900945eab79eaeea29f2ac7d: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260608 12:40:46.734902  5730 consensus_queue.cc:1048] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260608 12:40:46.736259  4971 raft_consensus.cc:1275] T 0bc0672a6ad146209d40a9391a07158e P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Refusing update from remote peer 47286173900945eab79eaeea29f2ac7d: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260608 12:40:46.737845  5743 consensus_queue.cc:1048] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [LEADER]: Connected to new peer: Peer: permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
W20260608 12:40:46.738947  5093 consensus_peers.cc:597] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d -> Peer 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198:38827): Couldn't send request to peer 363b3f304ccc409a98008cf1bec267f1. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 0bc0672a6ad146209d40a9391a07158e. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:46.746441  5730 raft_consensus.cc:2955] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: true } } }
I20260608 12:40:46.748353  4971 raft_consensus.cc:2955] T 0bc0672a6ad146209d40a9391a07158e P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: true } } }
I20260608 12:40:46.750396  5514 raft_consensus.cc:2955] T 0bc0672a6ad146209d40a9391a07158e P 85421534da5145a0b76da959ca27dd47 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: true } } }
I20260608 12:40:46.759825  5047 consensus_queue.cc:237] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [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: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: true } }
I20260608 12:40:46.759932  4867 catalog_manager.cc:5696] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d reported cstate change: config changed from index 28 to 29, NON_VOTER 363b3f304ccc409a98008cf1bec267f1 (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "47286173900945eab79eaeea29f2ac7d" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:46.776623  5587 raft_consensus.cc:1275] T b2578059db524e82b07383523d42018e P 363b3f304ccc409a98008cf1bec267f1 [term 1 FOLLOWER]: Refusing update from remote peer b620ca5e20134b28a02a9a658cdcb4b6: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
W20260608 12:40:46.777330  5018 consensus_peers.cc:597] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 -> Peer 85421534da5145a0b76da959ca27dd47 (127.0.107.197:40807): Couldn't send request to peer 85421534da5145a0b76da959ca27dd47. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b2578059db524e82b07383523d42018e. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:46.778942  5748 consensus_queue.cc:1048] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260608 12:40:46.784036  5126 raft_consensus.cc:1275] T b2578059db524e82b07383523d42018e P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Refusing update from remote peer b620ca5e20134b28a02a9a658cdcb4b6: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260608 12:40:46.785737  5699 consensus_queue.cc:1048] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260608 12:40:46.791561  5699 raft_consensus.cc:2955] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 85421534da5145a0b76da959ca27dd47 (127.0.107.197) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: true } } }
I20260608 12:40:46.794564  5587 raft_consensus.cc:2955] T b2578059db524e82b07383523d42018e P 363b3f304ccc409a98008cf1bec267f1 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 85421534da5145a0b76da959ca27dd47 (127.0.107.197) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: true } } }
I20260608 12:40:46.795869  5126 raft_consensus.cc:2955] T b2578059db524e82b07383523d42018e P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 85421534da5145a0b76da959ca27dd47 (127.0.107.197) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: true } } }
I20260608 12:40:46.808252  4868 catalog_manager.cc:5696] T b2578059db524e82b07383523d42018e P 47286173900945eab79eaeea29f2ac7d reported cstate change: config changed from index 28 to 29, NON_VOTER 85421534da5145a0b76da959ca27dd47 (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: true } } }
I20260608 12:40:46.937558   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:40:46.977946   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:46.979045   431 tablet_replica.cc:333] T 0bc0672a6ad146209d40a9391a07158e P cedcf0d4d3994475ba7a16adcd2a216b: stopping tablet replica
I20260608 12:40:46.980113   431 raft_consensus.cc:2243] T 0bc0672a6ad146209d40a9391a07158e P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:46.980890   431 raft_consensus.cc:2272] T 0bc0672a6ad146209d40a9391a07158e P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:46.984496   431 tablet_replica.cc:333] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b: stopping tablet replica
I20260608 12:40:46.985109   431 raft_consensus.cc:2243] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:46.985886   431 raft_consensus.cc:2272] T 0fca293cbc8841fd9e9e67513c789b95 P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:46.988781   431 tablet_replica.cc:333] T 68d7d93b946e4185aad788c873ff6d66 P cedcf0d4d3994475ba7a16adcd2a216b: stopping tablet replica
I20260608 12:40:46.989516   431 raft_consensus.cc:2243] T 68d7d93b946e4185aad788c873ff6d66 P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:46.990383   431 raft_consensus.cc:2272] T 68d7d93b946e4185aad788c873ff6d66 P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:46.993163   431 tablet_replica.cc:333] T 9ca0a2753a8a41128dde75a7e184cccc P cedcf0d4d3994475ba7a16adcd2a216b: stopping tablet replica
I20260608 12:40:46.993736   431 raft_consensus.cc:2243] T 9ca0a2753a8a41128dde75a7e184cccc P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:46.994306   431 raft_consensus.cc:2272] T 9ca0a2753a8a41128dde75a7e184cccc P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:46.996893   431 tablet_replica.cc:333] T 105fb48355214bff9c6585aee6091d1c P cedcf0d4d3994475ba7a16adcd2a216b: stopping tablet replica
I20260608 12:40:46.997455   431 raft_consensus.cc:2243] T 105fb48355214bff9c6585aee6091d1c P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:46.997944   431 raft_consensus.cc:2272] T 105fb48355214bff9c6585aee6091d1c P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.001466   431 tablet_replica.cc:333] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b: stopping tablet replica
I20260608 12:40:47.002022   431 raft_consensus.cc:2243] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:47.003209   431 raft_consensus.cc:2272] T dbed21957bee44219edb2478a2593161 P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.006198   431 tablet_replica.cc:333] T 33fdeec5c5344b4cb99bd97045c98526 P cedcf0d4d3994475ba7a16adcd2a216b: stopping tablet replica
I20260608 12:40:47.006810   431 raft_consensus.cc:2243] T 33fdeec5c5344b4cb99bd97045c98526 P cedcf0d4d3994475ba7a16adcd2a216b [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:47.007853   431 raft_consensus.cc:2272] T 33fdeec5c5344b4cb99bd97045c98526 P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.010952   431 tablet_replica.cc:333] T 15aaa8faf41745208046036311dbab0c P cedcf0d4d3994475ba7a16adcd2a216b: stopping tablet replica
I20260608 12:40:47.011749   431 raft_consensus.cc:2243] T 15aaa8faf41745208046036311dbab0c P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:47.012491   431 raft_consensus.cc:2272] T 15aaa8faf41745208046036311dbab0c P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.015311   431 tablet_replica.cc:333] T ba61449e418d4e17aa276e19401074bc P cedcf0d4d3994475ba7a16adcd2a216b: stopping tablet replica
I20260608 12:40:47.015905   431 raft_consensus.cc:2243] T ba61449e418d4e17aa276e19401074bc P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:47.016359   431 raft_consensus.cc:2272] T ba61449e418d4e17aa276e19401074bc P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.018731   431 tablet_replica.cc:333] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b: stopping tablet replica
I20260608 12:40:47.019276   431 raft_consensus.cc:2243] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:47.020323   431 raft_consensus.cc:2272] T 2880ec66fd164ecfa024292a51139e90 P cedcf0d4d3994475ba7a16adcd2a216b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.058470   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:40:47.083580  5760 ts_tablet_manager.cc:933] T 15aaa8faf41745208046036311dbab0c P 85421534da5145a0b76da959ca27dd47: Initiating tablet copy from peer 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555)
I20260608 12:40:47.085896  5760 tablet_copy_client.cc:323] T 15aaa8faf41745208046036311dbab0c P 85421534da5145a0b76da959ca27dd47: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:39555
I20260608 12:40:47.088106  5137 tablet_copy_service.cc:140] P 47286173900945eab79eaeea29f2ac7d: Received BeginTabletCopySession request for tablet 15aaa8faf41745208046036311dbab0c from peer 85421534da5145a0b76da959ca27dd47 ({username='slave'} at 127.0.0.1:41622)
I20260608 12:40:47.088783  5137 tablet_copy_service.cc:161] P 47286173900945eab79eaeea29f2ac7d: Beginning new tablet copy session on tablet 15aaa8faf41745208046036311dbab0c from peer 85421534da5145a0b76da959ca27dd47 at {username='slave'} at 127.0.0.1:41622: session id = 85421534da5145a0b76da959ca27dd47-15aaa8faf41745208046036311dbab0c
I20260608 12:40:47.097646  5137 tablet_copy_source_session.cc:215] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:47.100097   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:40:47.101756  5760 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 15aaa8faf41745208046036311dbab0c. 1 dirs total, 0 dirs full, 0 dirs failed
W20260608 12:40:47.110100  5018 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43481: connect: Connection refused (error 111) [suppressed 8 similar messages]
I20260608 12:40:47.122295  5760 tablet_copy_client.cc:806] T 15aaa8faf41745208046036311dbab0c P 85421534da5145a0b76da959ca27dd47: tablet copy: Starting download of 0 data blocks...
W20260608 12:40:47.122563  5018 consensus_peers.cc:597] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6 -> Peer cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481): Couldn't send request to peer cedcf0d4d3994475ba7a16adcd2a216b. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43481: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:47.122983  5760 tablet_copy_client.cc:670] T 15aaa8faf41745208046036311dbab0c P 85421534da5145a0b76da959ca27dd47: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:47.128334  5761 tablet_copy_client.cc:1025] T 15aaa8faf41745208046036311dbab0c P 85421534da5145a0b76da959ca27dd47: tablet copy: Injecting latency into file download: 2000
I20260608 12:40:47.153743   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:47.154690   431 tablet_replica.cc:333] T 68d7d93b946e4185aad788c873ff6d66 P b620ca5e20134b28a02a9a658cdcb4b6: stopping tablet replica
I20260608 12:40:47.155495   431 raft_consensus.cc:2243] T 68d7d93b946e4185aad788c873ff6d66 P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:47.156143   431 raft_consensus.cc:2272] T 68d7d93b946e4185aad788c873ff6d66 P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.158628   431 tablet_replica.cc:333] T 9ca0a2753a8a41128dde75a7e184cccc P b620ca5e20134b28a02a9a658cdcb4b6: stopping tablet replica
I20260608 12:40:47.159188   431 raft_consensus.cc:2243] T 9ca0a2753a8a41128dde75a7e184cccc P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:47.160102   431 raft_consensus.cc:2272] T 9ca0a2753a8a41128dde75a7e184cccc P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.162672   431 tablet_replica.cc:333] T 7146bd7c460c448f9623cf9421db76bf P b620ca5e20134b28a02a9a658cdcb4b6: stopping tablet replica
I20260608 12:40:47.163308   431 raft_consensus.cc:2243] T 7146bd7c460c448f9623cf9421db76bf P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:47.163959   431 raft_consensus.cc:2272] T 7146bd7c460c448f9623cf9421db76bf P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.167259   431 tablet_replica.cc:333] T 0fca293cbc8841fd9e9e67513c789b95 P b620ca5e20134b28a02a9a658cdcb4b6: stopping tablet replica
I20260608 12:40:47.168005   431 raft_consensus.cc:2243] T 0fca293cbc8841fd9e9e67513c789b95 P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:47.168603   431 raft_consensus.cc:2272] T 0fca293cbc8841fd9e9e67513c789b95 P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.171768   431 tablet_replica.cc:333] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6: stopping tablet replica
W20260608 12:40:47.171840  5092 consensus_peers.cc:597] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d -> Peer b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843): Couldn't send request to peer b620ca5e20134b28a02a9a658cdcb4b6. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:47.172559   431 raft_consensus.cc:2243] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:47.173575   431 raft_consensus.cc:2272] T b2578059db524e82b07383523d42018e P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.176586   431 tablet_replica.cc:333] T 2880ec66fd164ecfa024292a51139e90 P b620ca5e20134b28a02a9a658cdcb4b6: stopping tablet replica
I20260608 12:40:47.177150   431 raft_consensus.cc:2243] T 2880ec66fd164ecfa024292a51139e90 P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:47.177706   431 raft_consensus.cc:2272] T 2880ec66fd164ecfa024292a51139e90 P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.181013   431 tablet_replica.cc:333] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6: stopping tablet replica
I20260608 12:40:47.181811   431 raft_consensus.cc:2243] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:47.182864   431 raft_consensus.cc:2272] T ba61449e418d4e17aa276e19401074bc P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.183917  5765 ts_tablet_manager.cc:933] T 0bc0672a6ad146209d40a9391a07158e P 363b3f304ccc409a98008cf1bec267f1: Initiating tablet copy from peer 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555)
I20260608 12:40:47.185899   431 tablet_replica.cc:333] T 33fdeec5c5344b4cb99bd97045c98526 P b620ca5e20134b28a02a9a658cdcb4b6: stopping tablet replica
I20260608 12:40:47.185881  5765 tablet_copy_client.cc:323] T 0bc0672a6ad146209d40a9391a07158e P 363b3f304ccc409a98008cf1bec267f1: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:39555
I20260608 12:40:47.186789   431 raft_consensus.cc:2243] T 33fdeec5c5344b4cb99bd97045c98526 P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:47.187455   431 raft_consensus.cc:2272] T 33fdeec5c5344b4cb99bd97045c98526 P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.188074  5137 tablet_copy_service.cc:140] P 47286173900945eab79eaeea29f2ac7d: Received BeginTabletCopySession request for tablet 0bc0672a6ad146209d40a9391a07158e from peer 363b3f304ccc409a98008cf1bec267f1 ({username='slave'} at 127.0.0.1:41612)
I20260608 12:40:47.188673  5137 tablet_copy_service.cc:161] P 47286173900945eab79eaeea29f2ac7d: Beginning new tablet copy session on tablet 0bc0672a6ad146209d40a9391a07158e from peer 363b3f304ccc409a98008cf1bec267f1 at {username='slave'} at 127.0.0.1:41612: session id = 363b3f304ccc409a98008cf1bec267f1-0bc0672a6ad146209d40a9391a07158e
I20260608 12:40:47.190981   431 tablet_replica.cc:333] T dbed21957bee44219edb2478a2593161 P b620ca5e20134b28a02a9a658cdcb4b6: stopping tablet replica
I20260608 12:40:47.191830   431 raft_consensus.cc:2243] T dbed21957bee44219edb2478a2593161 P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:47.192559   431 raft_consensus.cc:2272] T dbed21957bee44219edb2478a2593161 P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.196323   431 tablet_replica.cc:333] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6: stopping tablet replica
I20260608 12:40:47.196609  5137 tablet_copy_source_session.cc:215] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:47.197095   431 raft_consensus.cc:2243] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:47.198560   431 raft_consensus.cc:2272] T 105fb48355214bff9c6585aee6091d1c P b620ca5e20134b28a02a9a658cdcb4b6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.200393  5765 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0bc0672a6ad146209d40a9391a07158e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:47.219146  5765 tablet_copy_client.cc:806] T 0bc0672a6ad146209d40a9391a07158e P 363b3f304ccc409a98008cf1bec267f1: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:47.220721  5765 tablet_copy_client.cc:670] T 0bc0672a6ad146209d40a9391a07158e P 363b3f304ccc409a98008cf1bec267f1: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:47.227773  5766 tablet_copy_client.cc:1025] T 0bc0672a6ad146209d40a9391a07158e P 363b3f304ccc409a98008cf1bec267f1: tablet copy: Injecting latency into file download: 2000
W20260608 12:40:47.238231  5092 consensus_peers.cc:597] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d -> Peer cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481): Couldn't send request to peer cedcf0d4d3994475ba7a16adcd2a216b. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43481: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:47.240190   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:40:47.269639   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:40:47.282572   431 tablet_copy_service.cc:362] P 47286173900945eab79eaeea29f2ac7d: Destroying tablet copy session 363b3f304ccc409a98008cf1bec267f1-0bc0672a6ad146209d40a9391a07158e due to service shutdown
I20260608 12:40:47.282985   431 tablet_copy_service.cc:434] P 47286173900945eab79eaeea29f2ac7d: ending tablet copy session 363b3f304ccc409a98008cf1bec267f1-0bc0672a6ad146209d40a9391a07158e on tablet 0bc0672a6ad146209d40a9391a07158e with peer 363b3f304ccc409a98008cf1bec267f1
I20260608 12:40:47.283514   431 tablet_copy_service.cc:362] P 47286173900945eab79eaeea29f2ac7d: Destroying tablet copy session 85421534da5145a0b76da959ca27dd47-15aaa8faf41745208046036311dbab0c due to service shutdown
I20260608 12:40:47.283771   431 tablet_copy_service.cc:434] P 47286173900945eab79eaeea29f2ac7d: ending tablet copy session 85421534da5145a0b76da959ca27dd47-15aaa8faf41745208046036311dbab0c on tablet 15aaa8faf41745208046036311dbab0c with peer 85421534da5145a0b76da959ca27dd47
I20260608 12:40:47.307876   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:47.308952   431 tablet_replica.cc:333] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d: stopping tablet replica
I20260608 12:40:47.309757   431 raft_consensus.cc:2243] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:47.311141   431 raft_consensus.cc:2272] T 0bc0672a6ad146209d40a9391a07158e P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.315029   431 tablet_replica.cc:333] T 68d7d93b946e4185aad788c873ff6d66 P 47286173900945eab79eaeea29f2ac7d: stopping tablet replica
I20260608 12:40:47.315963   431 raft_consensus.cc:2243] T 68d7d93b946e4185aad788c873ff6d66 P 47286173900945eab79eaeea29f2ac7d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:47.317015   431 raft_consensus.cc:2272] T 68d7d93b946e4185aad788c873ff6d66 P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.320403   431 tablet_replica.cc:333] T 9ca0a2753a8a41128dde75a7e184cccc P 47286173900945eab79eaeea29f2ac7d: stopping tablet replica
I20260608 12:40:47.321137   431 raft_consensus.cc:2243] T 9ca0a2753a8a41128dde75a7e184cccc P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:47.321755   431 raft_consensus.cc:2272] T 9ca0a2753a8a41128dde75a7e184cccc P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.325145   431 tablet_replica.cc:333] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d: stopping tablet replica
I20260608 12:40:47.325855   431 raft_consensus.cc:2243] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:47.326862   431 raft_consensus.cc:2272] T 7146bd7c460c448f9623cf9421db76bf P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.330154   431 tablet_replica.cc:333] T b2578059db524e82b07383523d42018e P 47286173900945eab79eaeea29f2ac7d: stopping tablet replica
I20260608 12:40:47.330883   431 raft_consensus.cc:2243] T b2578059db524e82b07383523d42018e P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:47.331530   431 raft_consensus.cc:2272] T b2578059db524e82b07383523d42018e P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.334842   431 tablet_replica.cc:333] T 2880ec66fd164ecfa024292a51139e90 P 47286173900945eab79eaeea29f2ac7d: stopping tablet replica
I20260608 12:40:47.335608   431 raft_consensus.cc:2243] T 2880ec66fd164ecfa024292a51139e90 P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:47.336264   431 raft_consensus.cc:2272] T 2880ec66fd164ecfa024292a51139e90 P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.339845   431 tablet_replica.cc:333] T dbed21957bee44219edb2478a2593161 P 47286173900945eab79eaeea29f2ac7d: stopping tablet replica
I20260608 12:40:47.340580   431 raft_consensus.cc:2243] T dbed21957bee44219edb2478a2593161 P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:47.341200   431 raft_consensus.cc:2272] T dbed21957bee44219edb2478a2593161 P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.344647   431 tablet_replica.cc:333] T 105fb48355214bff9c6585aee6091d1c P 47286173900945eab79eaeea29f2ac7d: stopping tablet replica
I20260608 12:40:47.345373   431 raft_consensus.cc:2243] T 105fb48355214bff9c6585aee6091d1c P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:47.345922   431 raft_consensus.cc:2272] T 105fb48355214bff9c6585aee6091d1c P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.349375   431 tablet_replica.cc:333] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d: stopping tablet replica
I20260608 12:40:47.350049   431 raft_consensus.cc:2243] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:47.351334   431 raft_consensus.cc:2272] T 15aaa8faf41745208046036311dbab0c P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.354852   431 tablet_replica.cc:333] T 33fdeec5c5344b4cb99bd97045c98526 P 47286173900945eab79eaeea29f2ac7d: stopping tablet replica
I20260608 12:40:47.355538   431 raft_consensus.cc:2243] T 33fdeec5c5344b4cb99bd97045c98526 P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:47.356012   431 raft_consensus.cc:2272] T 33fdeec5c5344b4cb99bd97045c98526 P 47286173900945eab79eaeea29f2ac7d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.434943   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:40:47.474073   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:40:47.510881   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:47.512224   431 tablet_replica.cc:333] T 0fca293cbc8841fd9e9e67513c789b95 P a0b1ab53ed974e22bcc98128cfbb9d7e: stopping tablet replica
I20260608 12:40:47.513008   431 raft_consensus.cc:2243] T 0fca293cbc8841fd9e9e67513c789b95 P a0b1ab53ed974e22bcc98128cfbb9d7e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:47.513561   431 raft_consensus.cc:2272] T 0fca293cbc8841fd9e9e67513c789b95 P a0b1ab53ed974e22bcc98128cfbb9d7e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.515816   431 tablet_replica.cc:333] T 7146bd7c460c448f9623cf9421db76bf P a0b1ab53ed974e22bcc98128cfbb9d7e: stopping tablet replica
I20260608 12:40:47.516374   431 raft_consensus.cc:2243] T 7146bd7c460c448f9623cf9421db76bf P a0b1ab53ed974e22bcc98128cfbb9d7e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:47.516885   431 raft_consensus.cc:2272] T 7146bd7c460c448f9623cf9421db76bf P a0b1ab53ed974e22bcc98128cfbb9d7e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.538249   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:40:47.551111   431 tablet_server.cc:179] TabletServer@127.0.107.197:0 shutting down...
I20260608 12:40:47.587356   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:48.159839  5768 raft_consensus.cc:493] T ba61449e418d4e17aa276e19401074bc P 85421534da5145a0b76da959ca27dd47 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader b620ca5e20134b28a02a9a658cdcb4b6)
I20260608 12:40:48.160370  5768 raft_consensus.cc:515] T ba61449e418d4e17aa276e19401074bc P 85421534da5145a0b76da959ca27dd47 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } } peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false } }
I20260608 12:40:48.162776  5768 leader_election.cc:290] T ba61449e418d4e17aa276e19401074bc P 85421534da5145a0b76da959ca27dd47 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481), b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843)
W20260608 12:40:48.169965  5479 leader_election.cc:336] T ba61449e418d4e17aa276e19401074bc P 85421534da5145a0b76da959ca27dd47 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481): Network error: Client connection negotiation failed: client connection to 127.0.107.193:43481: connect: Connection refused (error 111)
W20260608 12:40:48.170809  5479 leader_election.cc:336] T ba61449e418d4e17aa276e19401074bc P 85421534da5145a0b76da959ca27dd47 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843): Network error: Client connection negotiation failed: client connection to 127.0.107.194:37843: connect: Connection refused (error 111)
I20260608 12:40:48.171303  5479 leader_election.cc:304] T ba61449e418d4e17aa276e19401074bc P 85421534da5145a0b76da959ca27dd47 [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: 85421534da5145a0b76da959ca27dd47; no voters: b620ca5e20134b28a02a9a658cdcb4b6, cedcf0d4d3994475ba7a16adcd2a216b
I20260608 12:40:48.172088  5768 raft_consensus.cc:2749] T ba61449e418d4e17aa276e19401074bc P 85421534da5145a0b76da959ca27dd47 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:40:48.296078  5772 raft_consensus.cc:493] T b2578059db524e82b07383523d42018e P 363b3f304ccc409a98008cf1bec267f1 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader b620ca5e20134b28a02a9a658cdcb4b6)
I20260608 12:40:48.296614  5772 raft_consensus.cc:515] T b2578059db524e82b07383523d42018e P 363b3f304ccc409a98008cf1bec267f1 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "b620ca5e20134b28a02a9a658cdcb4b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37843 } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } attrs { replace: true } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: true } }
I20260608 12:40:48.299088  5772 leader_election.cc:290] T b2578059db524e82b07383523d42018e P 363b3f304ccc409a98008cf1bec267f1 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843), 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555)
W20260608 12:40:48.306226  5553 leader_election.cc:336] T b2578059db524e82b07383523d42018e P 363b3f304ccc409a98008cf1bec267f1 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b620ca5e20134b28a02a9a658cdcb4b6 (127.0.107.194:37843): Network error: Client connection negotiation failed: client connection to 127.0.107.194:37843: connect: Connection refused (error 111)
W20260608 12:40:48.306908  5552 leader_election.cc:336] T b2578059db524e82b07383523d42018e P 363b3f304ccc409a98008cf1bec267f1 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555): Network error: Client connection negotiation failed: client connection to 127.0.107.195:39555: connect: Connection refused (error 111)
I20260608 12:40:48.307397  5552 leader_election.cc:304] T b2578059db524e82b07383523d42018e P 363b3f304ccc409a98008cf1bec267f1 [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: 363b3f304ccc409a98008cf1bec267f1; no voters: 47286173900945eab79eaeea29f2ac7d, b620ca5e20134b28a02a9a658cdcb4b6
I20260608 12:40:48.308221  5772 raft_consensus.cc:2749] T b2578059db524e82b07383523d42018e P 363b3f304ccc409a98008cf1bec267f1 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:40:48.666692  5768 raft_consensus.cc:493] T 0bc0672a6ad146209d40a9391a07158e P 85421534da5145a0b76da959ca27dd47 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 47286173900945eab79eaeea29f2ac7d)
I20260608 12:40:48.667277  5768 raft_consensus.cc:515] T 0bc0672a6ad146209d40a9391a07158e P 85421534da5145a0b76da959ca27dd47 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: true } }
I20260608 12:40:48.669646  5768 leader_election.cc:290] T 0bc0672a6ad146209d40a9391a07158e P 85421534da5145a0b76da959ca27dd47 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481), 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555)
W20260608 12:40:48.683395  5479 leader_election.cc:336] T 0bc0672a6ad146209d40a9391a07158e P 85421534da5145a0b76da959ca27dd47 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481): Network error: Client connection negotiation failed: client connection to 127.0.107.193:43481: connect: Connection refused (error 111)
W20260608 12:40:48.684070  5478 leader_election.cc:336] T 0bc0672a6ad146209d40a9391a07158e P 85421534da5145a0b76da959ca27dd47 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555): Network error: Client connection negotiation failed: client connection to 127.0.107.195:39555: connect: Connection refused (error 111)
I20260608 12:40:48.684561  5478 leader_election.cc:304] T 0bc0672a6ad146209d40a9391a07158e P 85421534da5145a0b76da959ca27dd47 [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: 85421534da5145a0b76da959ca27dd47; no voters: 47286173900945eab79eaeea29f2ac7d, cedcf0d4d3994475ba7a16adcd2a216b
I20260608 12:40:48.685286  5768 raft_consensus.cc:2749] T 0bc0672a6ad146209d40a9391a07158e P 85421534da5145a0b76da959ca27dd47 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:40:48.733386  5772 raft_consensus.cc:493] T 15aaa8faf41745208046036311dbab0c P 363b3f304ccc409a98008cf1bec267f1 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 47286173900945eab79eaeea29f2ac7d)
I20260608 12:40:48.733989  5772 raft_consensus.cc:515] T 15aaa8faf41745208046036311dbab0c P 363b3f304ccc409a98008cf1bec267f1 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: true } }
I20260608 12:40:48.736232  5772 leader_election.cc:290] T 15aaa8faf41745208046036311dbab0c P 363b3f304ccc409a98008cf1bec267f1 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481), 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555)
W20260608 12:40:48.740556  5553 leader_election.cc:336] T 15aaa8faf41745208046036311dbab0c P 363b3f304ccc409a98008cf1bec267f1 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer cedcf0d4d3994475ba7a16adcd2a216b (127.0.107.193:43481): Network error: Client connection negotiation failed: client connection to 127.0.107.193:43481: connect: Connection refused (error 111)
W20260608 12:40:48.741025  5552 leader_election.cc:336] T 15aaa8faf41745208046036311dbab0c P 363b3f304ccc409a98008cf1bec267f1 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 47286173900945eab79eaeea29f2ac7d (127.0.107.195:39555): Network error: Client connection negotiation failed: client connection to 127.0.107.195:39555: connect: Connection refused (error 111)
I20260608 12:40:48.741520  5552 leader_election.cc:304] T 15aaa8faf41745208046036311dbab0c P 363b3f304ccc409a98008cf1bec267f1 [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: 363b3f304ccc409a98008cf1bec267f1; no voters: 47286173900945eab79eaeea29f2ac7d, cedcf0d4d3994475ba7a16adcd2a216b
I20260608 12:40:48.742350  5772 raft_consensus.cc:2749] T 15aaa8faf41745208046036311dbab0c P 363b3f304ccc409a98008cf1bec267f1 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:40:49.129377  5760 tablet_copy_client.cc:538] T 15aaa8faf41745208046036311dbab0c P 85421534da5145a0b76da959ca27dd47: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:49.136178  5760 tablet_bootstrap.cc:492] T 15aaa8faf41745208046036311dbab0c P 85421534da5145a0b76da959ca27dd47: Bootstrap starting.
I20260608 12:40:49.228847  5765 tablet_copy_client.cc:538] T 0bc0672a6ad146209d40a9391a07158e P 363b3f304ccc409a98008cf1bec267f1: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:49.239069  5765 tablet_bootstrap.cc:492] T 0bc0672a6ad146209d40a9391a07158e P 363b3f304ccc409a98008cf1bec267f1: Bootstrap starting.
I20260608 12:40:49.251076  5760 tablet_bootstrap.cc:492] T 15aaa8faf41745208046036311dbab0c P 85421534da5145a0b76da959ca27dd47: Bootstrap replayed 1/1 log segments. Stats: ops{read=29 overwritten=0 applied=29 ignored=0} inserts{seen=87 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:49.251916  5760 tablet_bootstrap.cc:492] T 15aaa8faf41745208046036311dbab0c P 85421534da5145a0b76da959ca27dd47: Bootstrap complete.
I20260608 12:40:49.252476  5760 ts_tablet_manager.cc:1403] T 15aaa8faf41745208046036311dbab0c P 85421534da5145a0b76da959ca27dd47: Time spent bootstrapping tablet: real 0.117s	user 0.107s	sys 0.009s
I20260608 12:40:49.254578  5760 raft_consensus.cc:359] T 15aaa8faf41745208046036311dbab0c P 85421534da5145a0b76da959ca27dd47 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: true } }
I20260608 12:40:49.255179  5760 raft_consensus.cc:740] T 15aaa8faf41745208046036311dbab0c P 85421534da5145a0b76da959ca27dd47 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 85421534da5145a0b76da959ca27dd47, State: Initialized, Role: LEARNER
I20260608 12:40:49.255673  5760 consensus_queue.cc:260] T 15aaa8faf41745208046036311dbab0c P 85421534da5145a0b76da959ca27dd47 [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: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: false } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: true } }
I20260608 12:40:49.257932  5760 ts_tablet_manager.cc:1434] T 15aaa8faf41745208046036311dbab0c P 85421534da5145a0b76da959ca27dd47: Time spent starting tablet: real 0.005s	user 0.005s	sys 0.000s
W20260608 12:40:49.261113  5760 tablet_copy_client.cc:1131] T 15aaa8faf41745208046036311dbab0c P 85421534da5145a0b76da959ca27dd47: 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:39555: connect: Connection refused (error 111)
I20260608 12:40:49.263100   431 tablet_replica.cc:333] T 0bc0672a6ad146209d40a9391a07158e P 85421534da5145a0b76da959ca27dd47: stopping tablet replica
I20260608 12:40:49.264300   431 raft_consensus.cc:2243] T 0bc0672a6ad146209d40a9391a07158e P 85421534da5145a0b76da959ca27dd47 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:49.265074   431 raft_consensus.cc:2272] T 0bc0672a6ad146209d40a9391a07158e P 85421534da5145a0b76da959ca27dd47 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:49.267725   431 tablet_replica.cc:333] T 15aaa8faf41745208046036311dbab0c P 85421534da5145a0b76da959ca27dd47: stopping tablet replica
I20260608 12:40:49.268262   431 raft_consensus.cc:2243] T 15aaa8faf41745208046036311dbab0c P 85421534da5145a0b76da959ca27dd47 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:40:49.268659   431 raft_consensus.cc:2272] T 15aaa8faf41745208046036311dbab0c P 85421534da5145a0b76da959ca27dd47 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:40:49.271049   431 tablet_replica.cc:333] T ba61449e418d4e17aa276e19401074bc P 85421534da5145a0b76da959ca27dd47: stopping tablet replica
I20260608 12:40:49.271761   431 raft_consensus.cc:2243] T ba61449e418d4e17aa276e19401074bc P 85421534da5145a0b76da959ca27dd47 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:49.272331   431 raft_consensus.cc:2272] T ba61449e418d4e17aa276e19401074bc P 85421534da5145a0b76da959ca27dd47 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:49.296065   431 tablet_server.cc:196] TabletServer@127.0.107.197:0 shutdown complete.
I20260608 12:40:49.315464   431 tablet_server.cc:179] TabletServer@127.0.107.198:0 shutting down...
I20260608 12:40:49.372360   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:49.392948  5765 tablet_bootstrap.cc:492] T 0bc0672a6ad146209d40a9391a07158e P 363b3f304ccc409a98008cf1bec267f1: Bootstrap replayed 1/1 log segments. Stats: ops{read=29 overwritten=0 applied=29 ignored=0} inserts{seen=90 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:49.393720  5765 tablet_bootstrap.cc:492] T 0bc0672a6ad146209d40a9391a07158e P 363b3f304ccc409a98008cf1bec267f1: Bootstrap complete.
I20260608 12:40:49.394268  5765 ts_tablet_manager.cc:1403] T 0bc0672a6ad146209d40a9391a07158e P 363b3f304ccc409a98008cf1bec267f1: Time spent bootstrapping tablet: real 0.155s	user 0.142s	sys 0.012s
I20260608 12:40:49.396356  5765 raft_consensus.cc:359] T 0bc0672a6ad146209d40a9391a07158e P 363b3f304ccc409a98008cf1bec267f1 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: true } }
I20260608 12:40:49.396948  5765 raft_consensus.cc:740] T 0bc0672a6ad146209d40a9391a07158e P 363b3f304ccc409a98008cf1bec267f1 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 363b3f304ccc409a98008cf1bec267f1, State: Initialized, Role: LEARNER
I20260608 12:40:49.397511  5765 consensus_queue.cc:260] T 0bc0672a6ad146209d40a9391a07158e P 363b3f304ccc409a98008cf1bec267f1 [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: "cedcf0d4d3994475ba7a16adcd2a216b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43481 } attrs { replace: true } } peers { permanent_uuid: "47286173900945eab79eaeea29f2ac7d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39555 } } peers { permanent_uuid: "85421534da5145a0b76da959ca27dd47" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 40807 } attrs { promote: false } } peers { permanent_uuid: "363b3f304ccc409a98008cf1bec267f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38827 } attrs { promote: true } }
I20260608 12:40:49.399832  5765 ts_tablet_manager.cc:1434] T 0bc0672a6ad146209d40a9391a07158e P 363b3f304ccc409a98008cf1bec267f1: Time spent starting tablet: real 0.005s	user 0.008s	sys 0.000s
W20260608 12:40:49.402956  5765 tablet_copy_client.cc:1131] T 0bc0672a6ad146209d40a9391a07158e P 363b3f304ccc409a98008cf1bec267f1: 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:39555: connect: Connection refused (error 111)
I20260608 12:40:49.404685   431 tablet_replica.cc:333] T 0bc0672a6ad146209d40a9391a07158e P 363b3f304ccc409a98008cf1bec267f1: stopping tablet replica
I20260608 12:40:49.405918   431 raft_consensus.cc:2243] T 0bc0672a6ad146209d40a9391a07158e P 363b3f304ccc409a98008cf1bec267f1 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:40:49.406442   431 raft_consensus.cc:2272] T 0bc0672a6ad146209d40a9391a07158e P 363b3f304ccc409a98008cf1bec267f1 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:40:49.409804   431 tablet_replica.cc:333] T b2578059db524e82b07383523d42018e P 363b3f304ccc409a98008cf1bec267f1: stopping tablet replica
I20260608 12:40:49.410594   431 raft_consensus.cc:2243] T b2578059db524e82b07383523d42018e P 363b3f304ccc409a98008cf1bec267f1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:49.411370   431 raft_consensus.cc:2272] T b2578059db524e82b07383523d42018e P 363b3f304ccc409a98008cf1bec267f1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:49.414597   431 tablet_replica.cc:333] T 15aaa8faf41745208046036311dbab0c P 363b3f304ccc409a98008cf1bec267f1: stopping tablet replica
I20260608 12:40:49.415282   431 raft_consensus.cc:2243] T 15aaa8faf41745208046036311dbab0c P 363b3f304ccc409a98008cf1bec267f1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:49.416002   431 raft_consensus.cc:2272] T 15aaa8faf41745208046036311dbab0c P 363b3f304ccc409a98008cf1bec267f1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:49.441985   431 tablet_server.cc:196] TabletServer@127.0.107.198:0 shutdown complete.
I20260608 12:40:49.462661   431 master.cc:562] Master@127.0.107.254:36015 shutting down...
W20260608 12:40:49.489454  4924 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:40:49.489722  4924 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:40:49.489898  4924 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:40:49.491318   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P ff34d82e43844f2eaedaebc3d45bdbbf [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:49.491943   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P ff34d82e43844f2eaedaebc3d45bdbbf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:49.492307   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P ff34d82e43844f2eaedaebc3d45bdbbf: stopping tablet replica
I20260608 12:40:49.516348   431 master.cc:584] Master@127.0.107.254:36015 shutdown complete.
[       OK ] AutoRebalancerTest.TestMaxMovesPerServer (19104 ms)
[ RUN      ] AutoRebalancerTest.AutoRebalancingUnstableCluster
I20260608 12:40:49.571659   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:39729
I20260608 12:40:49.572857   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:49.578677  5784 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:49.578981  5785 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:49.579725  5787 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:49.580708   431 server_base.cc:1061] running on GCE node
I20260608 12:40:49.581622   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:49.581809   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.
I20260608 12:40:49.581929   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922449581917 us; error 0 us; skew 500 ppm
I20260608 12:40:49.582499   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:49.585005   431 webserver.cc:533] Webserver started at http://127.0.107.254:36873/ using document root <none> and password file <none>
I20260608 12:40:49.585474   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:49.585630   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:49.585844   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:49.586934   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922302632525-431-0/minicluster-data/master-0-root/instance:
uuid: "6c878914b1db4896b69b00488241062b"
format_stamp: "Formatted at 2026-06-08 12:40:49 on dist-test-slave-g6ln"
I20260608 12:40:49.591604   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260608 12:40:49.594961  5792 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:49.595803   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:40:49.596096   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922302632525-431-0/minicluster-data/master-0-root
uuid: "6c878914b1db4896b69b00488241062b"
format_stamp: "Formatted at 2026-06-08 12:40:49 on dist-test-slave-g6ln"
I20260608 12:40:49.596395   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922302632525-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922302632525-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922302632525-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)
I20260608 12:40:49.636763   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:49.638056   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:49.676409   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:39729
I20260608 12:40:49.676543  5843 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:39729 every 8 connection(s)
I20260608 12:40:49.680691  5844 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:49.690940  5844 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6c878914b1db4896b69b00488241062b: Bootstrap starting.
I20260608 12:40:49.695854  5844 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6c878914b1db4896b69b00488241062b: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:49.700408  5844 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6c878914b1db4896b69b00488241062b: No bootstrap required, opened a new log
I20260608 12:40:49.702749  5844 raft_consensus.cc:359] T 00000000000000000000000000000000 P 6c878914b1db4896b69b00488241062b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6c878914b1db4896b69b00488241062b" member_type: VOTER }
I20260608 12:40:49.703145  5844 raft_consensus.cc:385] T 00000000000000000000000000000000 P 6c878914b1db4896b69b00488241062b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:49.703364  5844 raft_consensus.cc:740] T 00000000000000000000000000000000 P 6c878914b1db4896b69b00488241062b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6c878914b1db4896b69b00488241062b, State: Initialized, Role: FOLLOWER
I20260608 12:40:49.704052  5844 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6c878914b1db4896b69b00488241062b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "6c878914b1db4896b69b00488241062b" member_type: VOTER }
I20260608 12:40:49.704509  5844 raft_consensus.cc:399] T 00000000000000000000000000000000 P 6c878914b1db4896b69b00488241062b [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:40:49.704756  5844 raft_consensus.cc:493] T 00000000000000000000000000000000 P 6c878914b1db4896b69b00488241062b [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:40:49.705044  5844 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 6c878914b1db4896b69b00488241062b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:49.709684  5844 raft_consensus.cc:515] T 00000000000000000000000000000000 P 6c878914b1db4896b69b00488241062b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6c878914b1db4896b69b00488241062b" member_type: VOTER }
I20260608 12:40:49.710239  5844 leader_election.cc:304] T 00000000000000000000000000000000 P 6c878914b1db4896b69b00488241062b [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: 6c878914b1db4896b69b00488241062b; no voters: 
I20260608 12:40:49.711428  5844 leader_election.cc:290] T 00000000000000000000000000000000 P 6c878914b1db4896b69b00488241062b [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:40:49.712033  5847 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 6c878914b1db4896b69b00488241062b [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:49.713418  5847 raft_consensus.cc:697] T 00000000000000000000000000000000 P 6c878914b1db4896b69b00488241062b [term 1 LEADER]: Becoming Leader. State: Replica: 6c878914b1db4896b69b00488241062b, State: Running, Role: LEADER
I20260608 12:40:49.714139  5847 consensus_queue.cc:237] T 00000000000000000000000000000000 P 6c878914b1db4896b69b00488241062b [LEADER]: Queue going to LEADER mode. State: All 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: "6c878914b1db4896b69b00488241062b" member_type: VOTER }
I20260608 12:40:49.714460  5844 sys_catalog.cc:565] T 00000000000000000000000000000000 P 6c878914b1db4896b69b00488241062b [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:40:49.718267  5849 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6c878914b1db4896b69b00488241062b [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6c878914b1db4896b69b00488241062b. Latest consensus state: current_term: 1 leader_uuid: "6c878914b1db4896b69b00488241062b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6c878914b1db4896b69b00488241062b" member_type: VOTER } }
I20260608 12:40:49.718889  5849 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6c878914b1db4896b69b00488241062b [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:49.719615  5848 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6c878914b1db4896b69b00488241062b [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "6c878914b1db4896b69b00488241062b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6c878914b1db4896b69b00488241062b" member_type: VOTER } }
I20260608 12:40:49.720327  5848 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6c878914b1db4896b69b00488241062b [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:49.723167  5856 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:40:49.729535  5856 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:40:49.730557   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:40:49.738795  5856 catalog_manager.cc:1382] Generated new cluster ID: dc9b369595454ffdbe6bae2460e13875
I20260608 12:40:49.739085  5856 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:40:49.759025  5856 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:40:49.760407  5856 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:40:49.775157  5856 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 6c878914b1db4896b69b00488241062b: Generated new TSK 0
I20260608 12:40:49.775854  5856 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:40:49.797329   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:49.803627  5865 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:49.805311  5866 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:49.806057  5868 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:49.806728   431 server_base.cc:1061] running on GCE node
I20260608 12:40:49.807754   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:49.807960   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.
I20260608 12:40:49.808133   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922449808114 us; error 0 us; skew 500 ppm
I20260608 12:40:49.808730   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:49.811106   431 webserver.cc:533] Webserver started at http://127.0.107.193:44779/ using document root <none> and password file <none>
I20260608 12:40:49.811697   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:49.811888   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:49.812180   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:49.813277   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922302632525-431-0/minicluster-data/ts-0-root/instance:
uuid: "0f03e750801c4ae5a25cfe226ae8282c"
format_stamp: "Formatted at 2026-06-08 12:40:49 on dist-test-slave-g6ln"
I20260608 12:40:49.818356   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:40:49.822474  5873 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:49.823351   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:40:49.823766   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922302632525-431-0/minicluster-data/ts-0-root
uuid: "0f03e750801c4ae5a25cfe226ae8282c"
format_stamp: "Formatted at 2026-06-08 12:40:49 on dist-test-slave-g6ln"
I20260608 12:40:49.824170   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922302632525-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922302632525-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922302632525-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)
I20260608 12:40:49.838048   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:49.839272   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:49.840866   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:49.843225   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:49.843398   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:49.843672   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:49.843811   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:49.885020   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:34785
I20260608 12:40:49.885119  5935 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:34785 every 8 connection(s)
I20260608 12:40:49.890390   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:49.898599  5940 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:49.901981  5941 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:49.905360  5943 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:49.906065  5936 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39729
I20260608 12:40:49.906430   431 server_base.cc:1061] running on GCE node
I20260608 12:40:49.906522  5936 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:49.907756  5936 heartbeater.cc:507] Master 127.0.107.254:39729 requested a full tablet report, sending...
I20260608 12:40:49.910483  5809 ts_manager.cc:194] Registered new tserver with Master: 0f03e750801c4ae5a25cfe226ae8282c (127.0.107.193:34785)
I20260608 12:40:49.910590   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:49.910919   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.
I20260608 12:40:49.911104   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922449911069 us; error 0 us; skew 500 ppm
I20260608 12:40:49.911823   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:49.912776  5809 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33080
I20260608 12:40:49.914657   431 webserver.cc:533] Webserver started at http://127.0.107.194:39851/ using document root <none> and password file <none>
I20260608 12:40:49.915443   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:49.915740   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:49.915970   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:49.917022   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922302632525-431-0/minicluster-data/ts-1-root/instance:
uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb"
format_stamp: "Formatted at 2026-06-08 12:40:49 on dist-test-slave-g6ln"
I20260608 12:40:49.921557   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:40:49.925185  5948 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:49.926076   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
I20260608 12:40:49.926410   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922302632525-431-0/minicluster-data/ts-1-root
uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb"
format_stamp: "Formatted at 2026-06-08 12:40:49 on dist-test-slave-g6ln"
I20260608 12:40:49.926661   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922302632525-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922302632525-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922302632525-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)
I20260608 12:40:49.947604   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:49.948776   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:49.950136   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:49.952452   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:49.952685   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:49.952937   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:49.953115   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:49.993017   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:35827
I20260608 12:40:49.993141  6010 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:35827 every 8 connection(s)
I20260608 12:40:50.005379   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:50.013695  6014 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:50.015710  6015 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:50.017197  6017 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:50.019001   431 server_base.cc:1061] running on GCE node
I20260608 12:40:50.019367  6011 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39729
I20260608 12:40:50.019863  6011 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:50.020153   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:50.020442   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.
I20260608 12:40:50.020658   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922450020639 us; error 0 us; skew 500 ppm
I20260608 12:40:50.020869  6011 heartbeater.cc:507] Master 127.0.107.254:39729 requested a full tablet report, sending...
I20260608 12:40:50.021517   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:50.023317  5809 ts_manager.cc:194] Registered new tserver with Master: b8a6b659e3e74cf68b26fb5e64bfffeb (127.0.107.194:35827)
I20260608 12:40:50.024206   431 webserver.cc:533] Webserver started at http://127.0.107.195:33783/ using document root <none> and password file <none>
I20260608 12:40:50.024868   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:50.025067   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:50.025036  5809 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33088
I20260608 12:40:50.025597   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:50.026971   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922302632525-431-0/minicluster-data/ts-2-root/instance:
uuid: "57f2329731004d3a86b234f91fd2c61b"
format_stamp: "Formatted at 2026-06-08 12:40:50 on dist-test-slave-g6ln"
I20260608 12:40:50.031649   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.003s
I20260608 12:40:50.034979  6022 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:50.035848   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:40:50.036154   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922302632525-431-0/minicluster-data/ts-2-root
uuid: "57f2329731004d3a86b234f91fd2c61b"
format_stamp: "Formatted at 2026-06-08 12:40:50 on dist-test-slave-g6ln"
I20260608 12:40:50.036473   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922302632525-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922302632525-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922302632525-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)
I20260608 12:40:50.047381   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:50.048620   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:50.050045   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:50.052327   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:50.052561   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:50.052809   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:50.052982   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:50.093089   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:37887
I20260608 12:40:50.093216  6084 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:37887 every 8 connection(s)
I20260608 12:40:50.107534  6085 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39729
I20260608 12:40:50.107913  6085 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:50.108584  6085 heartbeater.cc:507] Master 127.0.107.254:39729 requested a full tablet report, sending...
I20260608 12:40:50.111218  5809 ts_manager.cc:194] Registered new tserver with Master: 57f2329731004d3a86b234f91fd2c61b (127.0.107.195:37887)
I20260608 12:40:50.111334   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014994009s
I20260608 12:40:50.112713  5809 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33094
I20260608 12:40:50.916018  5936 heartbeater.cc:499] Master 127.0.107.254:39729 was elected leader, sending a full tablet report...
I20260608 12:40:51.028215  6011 heartbeater.cc:499] Master 127.0.107.254:39729 was elected leader, sending a full tablet report...
I20260608 12:40:51.115861  6085 heartbeater.cc:499] Master 127.0.107.254:39729 was elected leader, sending a full tablet report...
I20260608 12:40:51.170791  5809 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:33106:
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"
    }
  }
}
W20260608 12:40:51.173126  5809 catalog_manager.cc:7076] 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.
I20260608 12:40:51.247557  6050 tablet_service.cc:1511] Processing CreateTablet for tablet b34fba96bb2b4ef9b721b00b03c7eac0 (DEFAULT_TABLE table=test-workload [id=3f6fb0c8eb4440669a690458c297bb61]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260608 12:40:51.248939  6050 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b34fba96bb2b4ef9b721b00b03c7eac0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:51.251982  6049 tablet_service.cc:1511] Processing CreateTablet for tablet 9bdbc373a9664b5b97db015ff1a258a2 (DEFAULT_TABLE table=test-workload [id=3f6fb0c8eb4440669a690458c297bb61]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260608 12:40:51.253505  6049 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9bdbc373a9664b5b97db015ff1a258a2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:51.257341  5901 tablet_service.cc:1511] Processing CreateTablet for tablet b34fba96bb2b4ef9b721b00b03c7eac0 (DEFAULT_TABLE table=test-workload [id=3f6fb0c8eb4440669a690458c297bb61]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260608 12:40:51.258148  5900 tablet_service.cc:1511] Processing CreateTablet for tablet 9bdbc373a9664b5b97db015ff1a258a2 (DEFAULT_TABLE table=test-workload [id=3f6fb0c8eb4440669a690458c297bb61]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260608 12:40:51.258828  5901 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b34fba96bb2b4ef9b721b00b03c7eac0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:51.259581  5900 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9bdbc373a9664b5b97db015ff1a258a2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:51.262202  6048 tablet_service.cc:1511] Processing CreateTablet for tablet 00e2fa009d334a03a0f29e83bc7b4020 (DEFAULT_TABLE table=test-workload [id=3f6fb0c8eb4440669a690458c297bb61]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260608 12:40:51.263634  6048 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00e2fa009d334a03a0f29e83bc7b4020. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:51.264828  5974 tablet_service.cc:1511] Processing CreateTablet for tablet 00e2fa009d334a03a0f29e83bc7b4020 (DEFAULT_TABLE table=test-workload [id=3f6fb0c8eb4440669a690458c297bb61]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260608 12:40:51.265673  5976 tablet_service.cc:1511] Processing CreateTablet for tablet b34fba96bb2b4ef9b721b00b03c7eac0 (DEFAULT_TABLE table=test-workload [id=3f6fb0c8eb4440669a690458c297bb61]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260608 12:40:51.266305  5974 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00e2fa009d334a03a0f29e83bc7b4020. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:51.266986  5976 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b34fba96bb2b4ef9b721b00b03c7eac0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:51.268553  5899 tablet_service.cc:1511] Processing CreateTablet for tablet 00e2fa009d334a03a0f29e83bc7b4020 (DEFAULT_TABLE table=test-workload [id=3f6fb0c8eb4440669a690458c297bb61]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260608 12:40:51.269950  5899 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00e2fa009d334a03a0f29e83bc7b4020. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:51.272847  5975 tablet_service.cc:1511] Processing CreateTablet for tablet 9bdbc373a9664b5b97db015ff1a258a2 (DEFAULT_TABLE table=test-workload [id=3f6fb0c8eb4440669a690458c297bb61]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260608 12:40:51.274334  5975 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9bdbc373a9664b5b97db015ff1a258a2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:51.287236  6105 tablet_bootstrap.cc:492] T b34fba96bb2b4ef9b721b00b03c7eac0 P 57f2329731004d3a86b234f91fd2c61b: Bootstrap starting.
I20260608 12:40:51.296738  6106 tablet_bootstrap.cc:492] T 00e2fa009d334a03a0f29e83bc7b4020 P 0f03e750801c4ae5a25cfe226ae8282c: Bootstrap starting.
I20260608 12:40:51.299882  6105 tablet_bootstrap.cc:654] T b34fba96bb2b4ef9b721b00b03c7eac0 P 57f2329731004d3a86b234f91fd2c61b: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:51.301124  6107 tablet_bootstrap.cc:492] T 00e2fa009d334a03a0f29e83bc7b4020 P b8a6b659e3e74cf68b26fb5e64bfffeb: Bootstrap starting.
I20260608 12:40:51.306164  6107 tablet_bootstrap.cc:654] T 00e2fa009d334a03a0f29e83bc7b4020 P b8a6b659e3e74cf68b26fb5e64bfffeb: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:51.309491  6106 tablet_bootstrap.cc:654] T 00e2fa009d334a03a0f29e83bc7b4020 P 0f03e750801c4ae5a25cfe226ae8282c: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:51.310554  6105 tablet_bootstrap.cc:492] T b34fba96bb2b4ef9b721b00b03c7eac0 P 57f2329731004d3a86b234f91fd2c61b: No bootstrap required, opened a new log
I20260608 12:40:51.311344  6105 ts_tablet_manager.cc:1403] T b34fba96bb2b4ef9b721b00b03c7eac0 P 57f2329731004d3a86b234f91fd2c61b: Time spent bootstrapping tablet: real 0.024s	user 0.013s	sys 0.000s
I20260608 12:40:51.315977  6105 raft_consensus.cc:359] T b34fba96bb2b4ef9b721b00b03c7eac0 P 57f2329731004d3a86b234f91fd2c61b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } } peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } }
I20260608 12:40:51.317101  6105 raft_consensus.cc:385] T b34fba96bb2b4ef9b721b00b03c7eac0 P 57f2329731004d3a86b234f91fd2c61b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:51.317574  6105 raft_consensus.cc:740] T b34fba96bb2b4ef9b721b00b03c7eac0 P 57f2329731004d3a86b234f91fd2c61b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 57f2329731004d3a86b234f91fd2c61b, State: Initialized, Role: FOLLOWER
I20260608 12:40:51.318853  6105 consensus_queue.cc:260] T b34fba96bb2b4ef9b721b00b03c7eac0 P 57f2329731004d3a86b234f91fd2c61b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } } peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } }
I20260608 12:40:51.321825  6106 tablet_bootstrap.cc:492] T 00e2fa009d334a03a0f29e83bc7b4020 P 0f03e750801c4ae5a25cfe226ae8282c: No bootstrap required, opened a new log
I20260608 12:40:51.322360  6106 ts_tablet_manager.cc:1403] T 00e2fa009d334a03a0f29e83bc7b4020 P 0f03e750801c4ae5a25cfe226ae8282c: Time spent bootstrapping tablet: real 0.026s	user 0.000s	sys 0.018s
I20260608 12:40:51.325491  6106 raft_consensus.cc:359] T 00e2fa009d334a03a0f29e83bc7b4020 P 0f03e750801c4ae5a25cfe226ae8282c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } }
I20260608 12:40:51.326458  6106 raft_consensus.cc:385] T 00e2fa009d334a03a0f29e83bc7b4020 P 0f03e750801c4ae5a25cfe226ae8282c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:51.326777  6106 raft_consensus.cc:740] T 00e2fa009d334a03a0f29e83bc7b4020 P 0f03e750801c4ae5a25cfe226ae8282c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0f03e750801c4ae5a25cfe226ae8282c, State: Initialized, Role: FOLLOWER
I20260608 12:40:51.327704  6106 consensus_queue.cc:260] T 00e2fa009d334a03a0f29e83bc7b4020 P 0f03e750801c4ae5a25cfe226ae8282c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } }
I20260608 12:40:51.332908  6105 ts_tablet_manager.cc:1434] T b34fba96bb2b4ef9b721b00b03c7eac0 P 57f2329731004d3a86b234f91fd2c61b: Time spent starting tablet: real 0.021s	user 0.012s	sys 0.007s
I20260608 12:40:51.333703  6106 ts_tablet_manager.cc:1434] T 00e2fa009d334a03a0f29e83bc7b4020 P 0f03e750801c4ae5a25cfe226ae8282c: Time spent starting tablet: real 0.011s	user 0.009s	sys 0.001s
I20260608 12:40:51.336562  6107 tablet_bootstrap.cc:492] T 00e2fa009d334a03a0f29e83bc7b4020 P b8a6b659e3e74cf68b26fb5e64bfffeb: No bootstrap required, opened a new log
I20260608 12:40:51.337101  6107 ts_tablet_manager.cc:1403] T 00e2fa009d334a03a0f29e83bc7b4020 P b8a6b659e3e74cf68b26fb5e64bfffeb: Time spent bootstrapping tablet: real 0.036s	user 0.009s	sys 0.023s
I20260608 12:40:51.337648  6105 tablet_bootstrap.cc:492] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b: Bootstrap starting.
I20260608 12:40:51.338806  6106 tablet_bootstrap.cc:492] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c: Bootstrap starting.
I20260608 12:40:51.343240  6107 raft_consensus.cc:359] T 00e2fa009d334a03a0f29e83bc7b4020 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } }
I20260608 12:40:51.344071  6107 raft_consensus.cc:385] T 00e2fa009d334a03a0f29e83bc7b4020 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:51.344375  6107 raft_consensus.cc:740] T 00e2fa009d334a03a0f29e83bc7b4020 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b8a6b659e3e74cf68b26fb5e64bfffeb, State: Initialized, Role: FOLLOWER
I20260608 12:40:51.345196  6107 consensus_queue.cc:260] T 00e2fa009d334a03a0f29e83bc7b4020 P b8a6b659e3e74cf68b26fb5e64bfffeb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } }
W20260608 12:40:51.348515  6086 tablet.cc:2404] T b34fba96bb2b4ef9b721b00b03c7eac0 P 57f2329731004d3a86b234f91fd2c61b: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:40:51.349501  6105 tablet_bootstrap.cc:654] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:51.351761  6106 tablet_bootstrap.cc:654] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:51.359637  6107 ts_tablet_manager.cc:1434] T 00e2fa009d334a03a0f29e83bc7b4020 P b8a6b659e3e74cf68b26fb5e64bfffeb: Time spent starting tablet: real 0.022s	user 0.011s	sys 0.009s
I20260608 12:40:51.361407  6107 tablet_bootstrap.cc:492] T 9bdbc373a9664b5b97db015ff1a258a2 P b8a6b659e3e74cf68b26fb5e64bfffeb: Bootstrap starting.
I20260608 12:40:51.361897  6105 tablet_bootstrap.cc:492] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b: No bootstrap required, opened a new log
I20260608 12:40:51.362521  6105 ts_tablet_manager.cc:1403] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b: Time spent bootstrapping tablet: real 0.025s	user 0.014s	sys 0.005s
I20260608 12:40:51.362859  6106 tablet_bootstrap.cc:492] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c: No bootstrap required, opened a new log
I20260608 12:40:51.363380  6106 ts_tablet_manager.cc:1403] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c: Time spent bootstrapping tablet: real 0.025s	user 0.010s	sys 0.004s
I20260608 12:40:51.366081  6105 raft_consensus.cc:359] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } }
I20260608 12:40:51.366494  6106 raft_consensus.cc:359] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } } peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } }
I20260608 12:40:51.366943  6105 raft_consensus.cc:385] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:51.367280  6106 raft_consensus.cc:385] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:51.367431  6105 raft_consensus.cc:740] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 57f2329731004d3a86b234f91fd2c61b, State: Initialized, Role: FOLLOWER
I20260608 12:40:51.367810  6106 raft_consensus.cc:740] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0f03e750801c4ae5a25cfe226ae8282c, State: Initialized, Role: FOLLOWER
I20260608 12:40:51.368278  6107 tablet_bootstrap.cc:654] T 9bdbc373a9664b5b97db015ff1a258a2 P b8a6b659e3e74cf68b26fb5e64bfffeb: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:51.368646  6105 consensus_queue.cc:260] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } }
I20260608 12:40:51.368932  6106 consensus_queue.cc:260] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } } peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } }
I20260608 12:40:51.371460  6105 ts_tablet_manager.cc:1434] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:40:51.372638  6105 tablet_bootstrap.cc:492] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b: Bootstrap starting.
I20260608 12:40:51.374336  6106 ts_tablet_manager.cc:1434] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c: Time spent starting tablet: real 0.011s	user 0.004s	sys 0.002s
I20260608 12:40:51.375389  6106 tablet_bootstrap.cc:492] T 9bdbc373a9664b5b97db015ff1a258a2 P 0f03e750801c4ae5a25cfe226ae8282c: Bootstrap starting.
I20260608 12:40:51.379761  6105 tablet_bootstrap.cc:654] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:51.382064  6106 tablet_bootstrap.cc:654] T 9bdbc373a9664b5b97db015ff1a258a2 P 0f03e750801c4ae5a25cfe226ae8282c: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:51.382239  6107 tablet_bootstrap.cc:492] T 9bdbc373a9664b5b97db015ff1a258a2 P b8a6b659e3e74cf68b26fb5e64bfffeb: No bootstrap required, opened a new log
I20260608 12:40:51.382838  6107 ts_tablet_manager.cc:1403] T 9bdbc373a9664b5b97db015ff1a258a2 P b8a6b659e3e74cf68b26fb5e64bfffeb: Time spent bootstrapping tablet: real 0.022s	user 0.012s	sys 0.000s
I20260608 12:40:51.386910  6107 raft_consensus.cc:359] T 9bdbc373a9664b5b97db015ff1a258a2 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } }
I20260608 12:40:51.387924  6107 raft_consensus.cc:385] T 9bdbc373a9664b5b97db015ff1a258a2 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:51.388306  6107 raft_consensus.cc:740] T 9bdbc373a9664b5b97db015ff1a258a2 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b8a6b659e3e74cf68b26fb5e64bfffeb, State: Initialized, Role: FOLLOWER
I20260608 12:40:51.389178  6107 consensus_queue.cc:260] T 9bdbc373a9664b5b97db015ff1a258a2 P b8a6b659e3e74cf68b26fb5e64bfffeb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } }
I20260608 12:40:51.393601  6107 ts_tablet_manager.cc:1434] T 9bdbc373a9664b5b97db015ff1a258a2 P b8a6b659e3e74cf68b26fb5e64bfffeb: Time spent starting tablet: real 0.010s	user 0.010s	sys 0.000s
I20260608 12:40:51.395035  6107 tablet_bootstrap.cc:492] T b34fba96bb2b4ef9b721b00b03c7eac0 P b8a6b659e3e74cf68b26fb5e64bfffeb: Bootstrap starting.
I20260608 12:40:51.397593  6105 tablet_bootstrap.cc:492] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b: No bootstrap required, opened a new log
I20260608 12:40:51.398164  6105 ts_tablet_manager.cc:1403] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b: Time spent bootstrapping tablet: real 0.026s	user 0.009s	sys 0.011s
I20260608 12:40:51.399905  6106 tablet_bootstrap.cc:492] T 9bdbc373a9664b5b97db015ff1a258a2 P 0f03e750801c4ae5a25cfe226ae8282c: No bootstrap required, opened a new log
I20260608 12:40:51.400494  6106 ts_tablet_manager.cc:1403] T 9bdbc373a9664b5b97db015ff1a258a2 P 0f03e750801c4ae5a25cfe226ae8282c: Time spent bootstrapping tablet: real 0.025s	user 0.009s	sys 0.007s
I20260608 12:40:51.401875  6107 tablet_bootstrap.cc:654] T b34fba96bb2b4ef9b721b00b03c7eac0 P b8a6b659e3e74cf68b26fb5e64bfffeb: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:51.401636  6105 raft_consensus.cc:359] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } }
I20260608 12:40:51.402479  6105 raft_consensus.cc:385] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:51.402817  6105 raft_consensus.cc:740] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 57f2329731004d3a86b234f91fd2c61b, State: Initialized, Role: FOLLOWER
I20260608 12:40:51.403604  6106 raft_consensus.cc:359] T 9bdbc373a9664b5b97db015ff1a258a2 P 0f03e750801c4ae5a25cfe226ae8282c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } }
I20260608 12:40:51.403771  6105 consensus_queue.cc:260] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } }
I20260608 12:40:51.404389  6106 raft_consensus.cc:385] T 9bdbc373a9664b5b97db015ff1a258a2 P 0f03e750801c4ae5a25cfe226ae8282c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:51.404717  6106 raft_consensus.cc:740] T 9bdbc373a9664b5b97db015ff1a258a2 P 0f03e750801c4ae5a25cfe226ae8282c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0f03e750801c4ae5a25cfe226ae8282c, State: Initialized, Role: FOLLOWER
I20260608 12:40:51.405663  6106 consensus_queue.cc:260] T 9bdbc373a9664b5b97db015ff1a258a2 P 0f03e750801c4ae5a25cfe226ae8282c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } }
I20260608 12:40:51.406139  6105 ts_tablet_manager.cc:1434] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.001s
I20260608 12:40:51.408056  6106 ts_tablet_manager.cc:1434] T 9bdbc373a9664b5b97db015ff1a258a2 P 0f03e750801c4ae5a25cfe226ae8282c: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:40:51.412299  6107 tablet_bootstrap.cc:492] T b34fba96bb2b4ef9b721b00b03c7eac0 P b8a6b659e3e74cf68b26fb5e64bfffeb: No bootstrap required, opened a new log
I20260608 12:40:51.412793  6107 ts_tablet_manager.cc:1403] T b34fba96bb2b4ef9b721b00b03c7eac0 P b8a6b659e3e74cf68b26fb5e64bfffeb: Time spent bootstrapping tablet: real 0.018s	user 0.008s	sys 0.008s
I20260608 12:40:51.414400  6111 raft_consensus.cc:493] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:51.414920  6111 raft_consensus.cc:515] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } }
I20260608 12:40:51.415498  6107 raft_consensus.cc:359] T b34fba96bb2b4ef9b721b00b03c7eac0 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } } peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } }
I20260608 12:40:51.416337  6107 raft_consensus.cc:385] T b34fba96bb2b4ef9b721b00b03c7eac0 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:51.416626  6107 raft_consensus.cc:740] T b34fba96bb2b4ef9b721b00b03c7eac0 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b8a6b659e3e74cf68b26fb5e64bfffeb, State: Initialized, Role: FOLLOWER
I20260608 12:40:51.417416  6107 consensus_queue.cc:260] T b34fba96bb2b4ef9b721b00b03c7eac0 P b8a6b659e3e74cf68b26fb5e64bfffeb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } } peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } }
I20260608 12:40:51.419009  6111 leader_election.cc:290] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0f03e750801c4ae5a25cfe226ae8282c (127.0.107.193:34785), b8a6b659e3e74cf68b26fb5e64bfffeb (127.0.107.194:35827)
I20260608 12:40:51.419931  6107 ts_tablet_manager.cc:1434] T b34fba96bb2b4ef9b721b00b03c7eac0 P b8a6b659e3e74cf68b26fb5e64bfffeb: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:40:51.440029  5911 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9bdbc373a9664b5b97db015ff1a258a2" candidate_uuid: "57f2329731004d3a86b234f91fd2c61b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0f03e750801c4ae5a25cfe226ae8282c" is_pre_election: true
I20260608 12:40:51.440718  5911 raft_consensus.cc:2468] T 9bdbc373a9664b5b97db015ff1a258a2 P 0f03e750801c4ae5a25cfe226ae8282c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 57f2329731004d3a86b234f91fd2c61b in term 0.
I20260608 12:40:51.441193  5986 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9bdbc373a9664b5b97db015ff1a258a2" candidate_uuid: "57f2329731004d3a86b234f91fd2c61b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" is_pre_election: true
I20260608 12:40:51.441972  5986 raft_consensus.cc:2468] T 9bdbc373a9664b5b97db015ff1a258a2 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 57f2329731004d3a86b234f91fd2c61b in term 0.
I20260608 12:40:51.442083  6026 leader_election.cc:304] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0f03e750801c4ae5a25cfe226ae8282c, 57f2329731004d3a86b234f91fd2c61b; no voters: 
I20260608 12:40:51.442966  6111 raft_consensus.cc:2804] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:51.443346  6111 raft_consensus.cc:493] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:51.443692  6111 raft_consensus.cc:3060] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:51.447995  6112 raft_consensus.cc:493] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:51.448515  6112 raft_consensus.cc:515] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } } peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } }
I20260608 12:40:51.449076  6111 raft_consensus.cc:515] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } }
I20260608 12:40:51.451233  6111 leader_election.cc:290] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [CANDIDATE]: Term 1 election: Requested vote from peers 0f03e750801c4ae5a25cfe226ae8282c (127.0.107.193:34785), b8a6b659e3e74cf68b26fb5e64bfffeb (127.0.107.194:35827)
I20260608 12:40:51.451336  6112 leader_election.cc:290] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 57f2329731004d3a86b234f91fd2c61b (127.0.107.195:37887), b8a6b659e3e74cf68b26fb5e64bfffeb (127.0.107.194:35827)
I20260608 12:40:51.452910  5986 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9bdbc373a9664b5b97db015ff1a258a2" candidate_uuid: "57f2329731004d3a86b234f91fd2c61b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb"
I20260608 12:40:51.453701  5986 raft_consensus.cc:3060] T 9bdbc373a9664b5b97db015ff1a258a2 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:51.456521  5911 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9bdbc373a9664b5b97db015ff1a258a2" candidate_uuid: "57f2329731004d3a86b234f91fd2c61b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0f03e750801c4ae5a25cfe226ae8282c"
I20260608 12:40:51.457187  5911 raft_consensus.cc:3060] T 9bdbc373a9664b5b97db015ff1a258a2 P 0f03e750801c4ae5a25cfe226ae8282c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:51.461992  5986 raft_consensus.cc:2468] T 9bdbc373a9664b5b97db015ff1a258a2 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 57f2329731004d3a86b234f91fd2c61b in term 1.
I20260608 12:40:51.463389  6024 leader_election.cc:304] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 57f2329731004d3a86b234f91fd2c61b, b8a6b659e3e74cf68b26fb5e64bfffeb; no voters: 
I20260608 12:40:51.464564  5911 raft_consensus.cc:2468] T 9bdbc373a9664b5b97db015ff1a258a2 P 0f03e750801c4ae5a25cfe226ae8282c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 57f2329731004d3a86b234f91fd2c61b in term 1.
I20260608 12:40:51.466156  6111 raft_consensus.cc:2804] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:51.467684  6060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b34fba96bb2b4ef9b721b00b03c7eac0" candidate_uuid: "0f03e750801c4ae5a25cfe226ae8282c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "57f2329731004d3a86b234f91fd2c61b" is_pre_election: true
I20260608 12:40:51.468418  6060 raft_consensus.cc:2468] T b34fba96bb2b4ef9b721b00b03c7eac0 P 57f2329731004d3a86b234f91fd2c61b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0f03e750801c4ae5a25cfe226ae8282c in term 0.
I20260608 12:40:51.469067  6111 raft_consensus.cc:697] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [term 1 LEADER]: Becoming Leader. State: Replica: 57f2329731004d3a86b234f91fd2c61b, State: Running, Role: LEADER
I20260608 12:40:51.469182  5986 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b34fba96bb2b4ef9b721b00b03c7eac0" candidate_uuid: "0f03e750801c4ae5a25cfe226ae8282c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" is_pre_election: true
I20260608 12:40:51.469866  5986 raft_consensus.cc:2468] T b34fba96bb2b4ef9b721b00b03c7eac0 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0f03e750801c4ae5a25cfe226ae8282c in term 0.
I20260608 12:40:51.469981  5874 leader_election.cc:304] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0f03e750801c4ae5a25cfe226ae8282c, 57f2329731004d3a86b234f91fd2c61b; no voters: 
I20260608 12:40:51.470120  6111 consensus_queue.cc:237] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } }
I20260608 12:40:51.470985  6112 raft_consensus.cc:2804] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:51.471370  6112 raft_consensus.cc:493] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:51.471755  6112 raft_consensus.cc:3060] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:51.478164  6112 raft_consensus.cc:515] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } } peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } }
I20260608 12:40:51.480227  6112 leader_election.cc:290] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [CANDIDATE]: Term 1 election: Requested vote from peers 57f2329731004d3a86b234f91fd2c61b (127.0.107.195:37887), b8a6b659e3e74cf68b26fb5e64bfffeb (127.0.107.194:35827)
I20260608 12:40:51.480895  6060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b34fba96bb2b4ef9b721b00b03c7eac0" candidate_uuid: "0f03e750801c4ae5a25cfe226ae8282c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "57f2329731004d3a86b234f91fd2c61b"
I20260608 12:40:51.481503  6060 raft_consensus.cc:3060] T b34fba96bb2b4ef9b721b00b03c7eac0 P 57f2329731004d3a86b234f91fd2c61b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:51.481421  5986 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b34fba96bb2b4ef9b721b00b03c7eac0" candidate_uuid: "0f03e750801c4ae5a25cfe226ae8282c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb"
I20260608 12:40:51.481171  5807 catalog_manager.cc:5696] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b reported cstate change: term changed from 0 to 1, leader changed from <none> to 57f2329731004d3a86b234f91fd2c61b (127.0.107.195). New cstate: current_term: 1 leader_uuid: "57f2329731004d3a86b234f91fd2c61b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:51.482167  5986 raft_consensus.cc:3060] T b34fba96bb2b4ef9b721b00b03c7eac0 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:51.486606  6060 raft_consensus.cc:2468] T b34fba96bb2b4ef9b721b00b03c7eac0 P 57f2329731004d3a86b234f91fd2c61b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0f03e750801c4ae5a25cfe226ae8282c in term 1.
I20260608 12:40:51.487775  5874 leader_election.cc:304] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0f03e750801c4ae5a25cfe226ae8282c, 57f2329731004d3a86b234f91fd2c61b; no voters: 
I20260608 12:40:51.488618  6112 raft_consensus.cc:2804] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:51.489900  6112 raft_consensus.cc:697] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [term 1 LEADER]: Becoming Leader. State: Replica: 0f03e750801c4ae5a25cfe226ae8282c, State: Running, Role: LEADER
I20260608 12:40:51.490759  6112 consensus_queue.cc:237] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } } peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } }
I20260608 12:40:51.492583  5986 raft_consensus.cc:2468] T b34fba96bb2b4ef9b721b00b03c7eac0 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0f03e750801c4ae5a25cfe226ae8282c in term 1.
I20260608 12:40:51.499315  5807 catalog_manager.cc:5696] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c reported cstate change: term changed from 0 to 1, leader changed from <none> to 0f03e750801c4ae5a25cfe226ae8282c (127.0.107.193). New cstate: current_term: 1 leader_uuid: "0f03e750801c4ae5a25cfe226ae8282c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:51.579902  6111 raft_consensus.cc:493] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:51.580418  6111 raft_consensus.cc:515] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } }
I20260608 12:40:51.582342  6111 leader_election.cc:290] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0f03e750801c4ae5a25cfe226ae8282c (127.0.107.193:34785), b8a6b659e3e74cf68b26fb5e64bfffeb (127.0.107.194:35827)
I20260608 12:40:51.583118  5911 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00e2fa009d334a03a0f29e83bc7b4020" candidate_uuid: "57f2329731004d3a86b234f91fd2c61b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0f03e750801c4ae5a25cfe226ae8282c" is_pre_election: true
I20260608 12:40:51.583640  5986 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00e2fa009d334a03a0f29e83bc7b4020" candidate_uuid: "57f2329731004d3a86b234f91fd2c61b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" is_pre_election: true
I20260608 12:40:51.583765  5911 raft_consensus.cc:2468] T 00e2fa009d334a03a0f29e83bc7b4020 P 0f03e750801c4ae5a25cfe226ae8282c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 57f2329731004d3a86b234f91fd2c61b in term 0.
I20260608 12:40:51.584252  5986 raft_consensus.cc:2468] T 00e2fa009d334a03a0f29e83bc7b4020 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 57f2329731004d3a86b234f91fd2c61b in term 0.
I20260608 12:40:51.584864  6026 leader_election.cc:304] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0f03e750801c4ae5a25cfe226ae8282c, 57f2329731004d3a86b234f91fd2c61b; no voters: 
I20260608 12:40:51.585728  6111 raft_consensus.cc:2804] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:51.585988  6111 raft_consensus.cc:493] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:51.586211  6111 raft_consensus.cc:3060] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:51.590972  6111 raft_consensus.cc:515] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } }
I20260608 12:40:51.592782  6111 leader_election.cc:290] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b [CANDIDATE]: Term 1 election: Requested vote from peers 0f03e750801c4ae5a25cfe226ae8282c (127.0.107.193:34785), b8a6b659e3e74cf68b26fb5e64bfffeb (127.0.107.194:35827)
I20260608 12:40:51.593586  5911 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00e2fa009d334a03a0f29e83bc7b4020" candidate_uuid: "57f2329731004d3a86b234f91fd2c61b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0f03e750801c4ae5a25cfe226ae8282c"
I20260608 12:40:51.593845  5986 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00e2fa009d334a03a0f29e83bc7b4020" candidate_uuid: "57f2329731004d3a86b234f91fd2c61b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb"
I20260608 12:40:51.594094  5911 raft_consensus.cc:3060] T 00e2fa009d334a03a0f29e83bc7b4020 P 0f03e750801c4ae5a25cfe226ae8282c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:51.594525  5986 raft_consensus.cc:3060] T 00e2fa009d334a03a0f29e83bc7b4020 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:51.598934  5911 raft_consensus.cc:2468] T 00e2fa009d334a03a0f29e83bc7b4020 P 0f03e750801c4ae5a25cfe226ae8282c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 57f2329731004d3a86b234f91fd2c61b in term 1.
I20260608 12:40:51.599874  5986 raft_consensus.cc:2468] T 00e2fa009d334a03a0f29e83bc7b4020 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 57f2329731004d3a86b234f91fd2c61b in term 1.
I20260608 12:40:51.600090  6026 leader_election.cc:304] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0f03e750801c4ae5a25cfe226ae8282c, 57f2329731004d3a86b234f91fd2c61b; no voters: 
I20260608 12:40:51.601065  6111 raft_consensus.cc:2804] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:51.601564  6111 raft_consensus.cc:697] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b [term 1 LEADER]: Becoming Leader. State: Replica: 57f2329731004d3a86b234f91fd2c61b, State: Running, Role: LEADER
I20260608 12:40:51.602216  6111 consensus_queue.cc:237] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } }
I20260608 12:40:51.610009  5809 catalog_manager.cc:5696] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b reported cstate change: term changed from 0 to 1, leader changed from <none> to 57f2329731004d3a86b234f91fd2c61b (127.0.107.195). New cstate: current_term: 1 leader_uuid: "57f2329731004d3a86b234f91fd2c61b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:51.700282   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:51.706584  6129 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:51.707365  6130 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:51.709072  6132 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:51.709164   431 server_base.cc:1061] running on GCE node
I20260608 12:40:51.710774   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:51.711031   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.
I20260608 12:40:51.711238   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922451711213 us; error 0 us; skew 500 ppm
I20260608 12:40:51.711861   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:51.714417   431 webserver.cc:533] Webserver started at http://127.0.107.196:46491/ using document root <none> and password file <none>
I20260608 12:40:51.714951   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:51.715170   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:51.715581   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:51.716832   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922302632525-431-0/minicluster-data/ts-3-root/instance:
uuid: "8afe7d74167240be9bfe9177fb5d2625"
format_stamp: "Formatted at 2026-06-08 12:40:51 on dist-test-slave-g6ln"
I20260608 12:40:51.721477   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:40:51.724996  6137 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:51.725982   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:40:51.726394   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922302632525-431-0/minicluster-data/ts-3-root
uuid: "8afe7d74167240be9bfe9177fb5d2625"
format_stamp: "Formatted at 2026-06-08 12:40:51 on dist-test-slave-g6ln"
I20260608 12:40:51.726805   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922302632525-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922302632525-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922302632525-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)
I20260608 12:40:51.728981  5862 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:51.737483  6111 consensus_queue.cc:1048] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [LEADER]: Connected to new peer: Peer: permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260608 12:40:51.748317  6111 fault_injection.cc:43] FAULT INJECTION ENABLED!
W20260608 12:40:51.748641  6111 fault_injection.cc:44] THIS SERVER MAY CRASH!
I20260608 12:40:51.750264  6060 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "00e2fa009d334a03a0f29e83bc7b4020"
dest_uuid: "57f2329731004d3a86b234f91fd2c61b"
mode: GRACEFUL
new_leader_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb"
 from {username='slave'} at 127.0.0.1:44800
I20260608 12:40:51.751113  6060 raft_consensus.cc:606] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b [term 1 LEADER]: Received request to transfer leadership to TS b8a6b659e3e74cf68b26fb5e64bfffeb
I20260608 12:40:51.752887  5862 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 1
I20260608 12:40:51.753489  5862 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:51.755916   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:51.757517   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:51.759279   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:51.761574   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:51.761821   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:51.762090   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:51.762277   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:51.802544  6124 consensus_queue.cc:1048] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [LEADER]: Connected to new peer: Peer: permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:51.805965   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:42635
I20260608 12:40:51.806223  6202 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:42635 every 8 connection(s)
I20260608 12:40:51.824436  6112 consensus_queue.cc:1048] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [LEADER]: Connected to new peer: Peer: permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:51.827034  6205 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39729
I20260608 12:40:51.827517  6205 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:51.828437  6205 heartbeater.cc:507] Master 127.0.107.254:39729 requested a full tablet report, sending...
I20260608 12:40:51.831357  5809 ts_manager.cc:194] Registered new tserver with Master: 8afe7d74167240be9bfe9177fb5d2625 (127.0.107.196:42635)
I20260608 12:40:51.833392  5809 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33110
I20260608 12:40:51.841882  6124 consensus_queue.cc:1048] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b [LEADER]: Connected to new peer: Peer: permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:51.857419  6112 consensus_queue.cc:1048] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [LEADER]: Connected to new peer: Peer: permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:51.957304  6124 consensus_queue.cc:1048] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b [LEADER]: Connected to new peer: Peer: permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:52.111517  6211 raft_consensus.cc:993] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b: : Instructing follower b8a6b659e3e74cf68b26fb5e64bfffeb to start an election
I20260608 12:40:52.112095  6124 raft_consensus.cc:1081] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b [term 1 LEADER]: Signalling peer b8a6b659e3e74cf68b26fb5e64bfffeb to start an election
I20260608 12:40:52.113818  5986 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "00e2fa009d334a03a0f29e83bc7b4020"
dest_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb"
 from {username='slave'} at 127.0.0.1:52882
I20260608 12:40:52.114292  5986 raft_consensus.cc:493] T 00e2fa009d334a03a0f29e83bc7b4020 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:40:52.114732  5986 raft_consensus.cc:3060] T 00e2fa009d334a03a0f29e83bc7b4020 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:52.119926  5986 raft_consensus.cc:515] T 00e2fa009d334a03a0f29e83bc7b4020 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } }
I20260608 12:40:52.122207  5986 leader_election.cc:290] T 00e2fa009d334a03a0f29e83bc7b4020 P b8a6b659e3e74cf68b26fb5e64bfffeb [CANDIDATE]: Term 2 election: Requested vote from peers 0f03e750801c4ae5a25cfe226ae8282c (127.0.107.193:34785), 57f2329731004d3a86b234f91fd2c61b (127.0.107.195:37887)
I20260608 12:40:52.136237  5911 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00e2fa009d334a03a0f29e83bc7b4020" candidate_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "0f03e750801c4ae5a25cfe226ae8282c"
I20260608 12:40:52.136981  5911 raft_consensus.cc:3060] T 00e2fa009d334a03a0f29e83bc7b4020 P 0f03e750801c4ae5a25cfe226ae8282c [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:52.137686  6060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00e2fa009d334a03a0f29e83bc7b4020" candidate_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "57f2329731004d3a86b234f91fd2c61b"
I20260608 12:40:52.138309  6060 raft_consensus.cc:3055] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:40:52.138671  6060 raft_consensus.cc:740] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 57f2329731004d3a86b234f91fd2c61b, State: Running, Role: LEADER
I20260608 12:40:52.139580  6060 consensus_queue.cc:260] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b [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: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } }
I20260608 12:40:52.140955  6060 raft_consensus.cc:3060] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:52.143150  5911 raft_consensus.cc:2468] T 00e2fa009d334a03a0f29e83bc7b4020 P 0f03e750801c4ae5a25cfe226ae8282c [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b8a6b659e3e74cf68b26fb5e64bfffeb in term 2.
I20260608 12:40:52.144374  5952 leader_election.cc:304] T 00e2fa009d334a03a0f29e83bc7b4020 P b8a6b659e3e74cf68b26fb5e64bfffeb [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: 0f03e750801c4ae5a25cfe226ae8282c, b8a6b659e3e74cf68b26fb5e64bfffeb; no voters: 
I20260608 12:40:52.145195  6113 raft_consensus.cc:2804] T 00e2fa009d334a03a0f29e83bc7b4020 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:40:52.146413  6113 raft_consensus.cc:697] T 00e2fa009d334a03a0f29e83bc7b4020 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 2 LEADER]: Becoming Leader. State: Replica: b8a6b659e3e74cf68b26fb5e64bfffeb, State: Running, Role: LEADER
I20260608 12:40:52.146497  6060 raft_consensus.cc:2468] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b8a6b659e3e74cf68b26fb5e64bfffeb in term 2.
I20260608 12:40:52.147567  6113 consensus_queue.cc:237] T 00e2fa009d334a03a0f29e83bc7b4020 P b8a6b659e3e74cf68b26fb5e64bfffeb [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: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } }
I20260608 12:40:52.154124  5807 catalog_manager.cc:5696] T 00e2fa009d334a03a0f29e83bc7b4020 P b8a6b659e3e74cf68b26fb5e64bfffeb reported cstate change: term changed from 1 to 2, leader changed from 57f2329731004d3a86b234f91fd2c61b (127.0.107.195) to b8a6b659e3e74cf68b26fb5e64bfffeb (127.0.107.194). New cstate: current_term: 2 leader_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:52.404389  5911 raft_consensus.cc:1275] T 00e2fa009d334a03a0f29e83bc7b4020 P 0f03e750801c4ae5a25cfe226ae8282c [term 2 FOLLOWER]: Refusing update from remote peer b8a6b659e3e74cf68b26fb5e64bfffeb: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:40:52.405772  6113 consensus_queue.cc:1048] T 00e2fa009d334a03a0f29e83bc7b4020 P b8a6b659e3e74cf68b26fb5e64bfffeb [LEADER]: Connected to new peer: Peer: permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:40:52.457290  6060 raft_consensus.cc:1275] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b [term 2 FOLLOWER]: Refusing update from remote peer b8a6b659e3e74cf68b26fb5e64bfffeb: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:40:52.458648  6113 consensus_queue.cc:1048] T 00e2fa009d334a03a0f29e83bc7b4020 P b8a6b659e3e74cf68b26fb5e64bfffeb [LEADER]: Connected to new peer: Peer: permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:40:52.755403  6060 consensus_queue.cc:237] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [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: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } attrs { replace: true } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: true } }
I20260608 12:40:52.763067  5986 raft_consensus.cc:1275] T 9bdbc373a9664b5b97db015ff1a258a2 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 1 FOLLOWER]: Refusing update from remote peer 57f2329731004d3a86b234f91fd2c61b: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:40:52.764954  6214 consensus_queue.cc:1048] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [LEADER]: Connected to new peer: Peer: permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:40:52.767236  5911 raft_consensus.cc:1275] T 9bdbc373a9664b5b97db015ff1a258a2 P 0f03e750801c4ae5a25cfe226ae8282c [term 1 FOLLOWER]: Refusing update from remote peer 57f2329731004d3a86b234f91fd2c61b: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:40:52.768823  6214 consensus_queue.cc:1048] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [LEADER]: Connected to new peer: Peer: permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:40:52.776077  5986 raft_consensus.cc:2955] T 9bdbc373a9664b5b97db015ff1a258a2 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8afe7d74167240be9bfe9177fb5d2625 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } attrs { replace: true } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: true } } }
I20260608 12:40:52.777343  5911 raft_consensus.cc:2955] T 9bdbc373a9664b5b97db015ff1a258a2 P 0f03e750801c4ae5a25cfe226ae8282c [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8afe7d74167240be9bfe9177fb5d2625 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } attrs { replace: true } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: true } } }
W20260608 12:40:52.778991  6026 consensus_peers.cc:597] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b -> Peer 8afe7d74167240be9bfe9177fb5d2625 (127.0.107.196:42635): Couldn't send request to peer 8afe7d74167240be9bfe9177fb5d2625. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 9bdbc373a9664b5b97db015ff1a258a2. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:52.789676  5807 catalog_manager.cc:5696] T 9bdbc373a9664b5b97db015ff1a258a2 P b8a6b659e3e74cf68b26fb5e64bfffeb reported cstate change: config changed from index -1 to 2, NON_VOTER 8afe7d74167240be9bfe9177fb5d2625 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "57f2329731004d3a86b234f91fd2c61b" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } attrs { replace: true } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: true } } }
I20260608 12:40:52.836601  6205 heartbeater.cc:499] Master 127.0.107.254:39729 was elected leader, sending a full tablet report...
I20260608 12:40:52.850328  6211 raft_consensus.cc:2955] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8afe7d74167240be9bfe9177fb5d2625 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } attrs { replace: true } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: true } } }
I20260608 12:40:52.871042  5911 consensus_queue.cc:237] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [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: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } attrs { replace: true } } peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: true } }
I20260608 12:40:52.878980  6059 raft_consensus.cc:1275] T b34fba96bb2b4ef9b721b00b03c7eac0 P 57f2329731004d3a86b234f91fd2c61b [term 1 FOLLOWER]: Refusing update from remote peer 0f03e750801c4ae5a25cfe226ae8282c: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:40:52.880759  6235 consensus_queue.cc:1048] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [LEADER]: Connected to new peer: Peer: permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:40:52.881237  5986 raft_consensus.cc:1275] T b34fba96bb2b4ef9b721b00b03c7eac0 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 1 FOLLOWER]: Refusing update from remote peer 0f03e750801c4ae5a25cfe226ae8282c: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:40:52.883041  6126 consensus_queue.cc:1048] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [LEADER]: Connected to new peer: Peer: permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
W20260608 12:40:52.890599  5877 consensus_peers.cc:597] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c -> Peer 8afe7d74167240be9bfe9177fb5d2625 (127.0.107.196:42635): Couldn't send request to peer 8afe7d74167240be9bfe9177fb5d2625. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b34fba96bb2b4ef9b721b00b03c7eac0. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:52.893610  6059 raft_consensus.cc:2955] T b34fba96bb2b4ef9b721b00b03c7eac0 P 57f2329731004d3a86b234f91fd2c61b [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8afe7d74167240be9bfe9177fb5d2625 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } attrs { replace: true } } peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: true } } }
I20260608 12:40:52.895592  5986 raft_consensus.cc:2955] T b34fba96bb2b4ef9b721b00b03c7eac0 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8afe7d74167240be9bfe9177fb5d2625 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } attrs { replace: true } } peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: true } } }
I20260608 12:40:52.948189  5808 catalog_manager.cc:5696] T b34fba96bb2b4ef9b721b00b03c7eac0 P b8a6b659e3e74cf68b26fb5e64bfffeb reported cstate change: config changed from index -1 to 2, NON_VOTER 8afe7d74167240be9bfe9177fb5d2625 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "0f03e750801c4ae5a25cfe226ae8282c" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } attrs { replace: true } } peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: true } } }
I20260608 12:40:53.069602  6241 ts_tablet_manager.cc:933] T 9bdbc373a9664b5b97db015ff1a258a2 P 8afe7d74167240be9bfe9177fb5d2625: Initiating tablet copy from peer 57f2329731004d3a86b234f91fd2c61b (127.0.107.195:37887)
I20260608 12:40:53.071169  6241 tablet_copy_client.cc:323] T 9bdbc373a9664b5b97db015ff1a258a2 P 8afe7d74167240be9bfe9177fb5d2625: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:37887
I20260608 12:40:53.080610  6070 tablet_copy_service.cc:140] P 57f2329731004d3a86b234f91fd2c61b: Received BeginTabletCopySession request for tablet 9bdbc373a9664b5b97db015ff1a258a2 from peer 8afe7d74167240be9bfe9177fb5d2625 ({username='slave'} at 127.0.0.1:44818)
I20260608 12:40:53.081139  6070 tablet_copy_service.cc:161] P 57f2329731004d3a86b234f91fd2c61b: Beginning new tablet copy session on tablet 9bdbc373a9664b5b97db015ff1a258a2 from peer 8afe7d74167240be9bfe9177fb5d2625 at {username='slave'} at 127.0.0.1:44818: session id = 8afe7d74167240be9bfe9177fb5d2625-9bdbc373a9664b5b97db015ff1a258a2
I20260608 12:40:53.086656  6070 tablet_copy_source_session.cc:215] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:53.089571  6241 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9bdbc373a9664b5b97db015ff1a258a2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:53.099021  6235 raft_consensus.cc:2955] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8afe7d74167240be9bfe9177fb5d2625 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } attrs { replace: true } } peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: true } } }
I20260608 12:40:53.102952  6241 tablet_copy_client.cc:806] T 9bdbc373a9664b5b97db015ff1a258a2 P 8afe7d74167240be9bfe9177fb5d2625: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:53.103693  6241 tablet_copy_client.cc:670] T 9bdbc373a9664b5b97db015ff1a258a2 P 8afe7d74167240be9bfe9177fb5d2625: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:53.107466  6241 tablet_copy_client.cc:538] T 9bdbc373a9664b5b97db015ff1a258a2 P 8afe7d74167240be9bfe9177fb5d2625: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:53.115916  6241 tablet_bootstrap.cc:492] T 9bdbc373a9664b5b97db015ff1a258a2 P 8afe7d74167240be9bfe9177fb5d2625: Bootstrap starting.
I20260608 12:40:53.134181  6241 tablet_bootstrap.cc:492] T 9bdbc373a9664b5b97db015ff1a258a2 P 8afe7d74167240be9bfe9177fb5d2625: 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
I20260608 12:40:53.134985  6241 tablet_bootstrap.cc:492] T 9bdbc373a9664b5b97db015ff1a258a2 P 8afe7d74167240be9bfe9177fb5d2625: Bootstrap complete.
I20260608 12:40:53.135671  6241 ts_tablet_manager.cc:1403] T 9bdbc373a9664b5b97db015ff1a258a2 P 8afe7d74167240be9bfe9177fb5d2625: Time spent bootstrapping tablet: real 0.020s	user 0.009s	sys 0.011s
I20260608 12:40:53.138744  6241 raft_consensus.cc:359] T 9bdbc373a9664b5b97db015ff1a258a2 P 8afe7d74167240be9bfe9177fb5d2625 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } attrs { replace: true } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: true } }
I20260608 12:40:53.139676  6241 raft_consensus.cc:740] T 9bdbc373a9664b5b97db015ff1a258a2 P 8afe7d74167240be9bfe9177fb5d2625 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 8afe7d74167240be9bfe9177fb5d2625, State: Initialized, Role: LEARNER
I20260608 12:40:53.140404  6241 consensus_queue.cc:260] T 9bdbc373a9664b5b97db015ff1a258a2 P 8afe7d74167240be9bfe9177fb5d2625 [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: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } attrs { replace: true } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: true } }
I20260608 12:40:53.143455  6241 ts_tablet_manager.cc:1434] T 9bdbc373a9664b5b97db015ff1a258a2 P 8afe7d74167240be9bfe9177fb5d2625: Time spent starting tablet: real 0.007s	user 0.001s	sys 0.005s
I20260608 12:40:53.145354  6070 tablet_copy_service.cc:342] P 57f2329731004d3a86b234f91fd2c61b: Request end of tablet copy session 8afe7d74167240be9bfe9177fb5d2625-9bdbc373a9664b5b97db015ff1a258a2 received from {username='slave'} at 127.0.0.1:44818
I20260608 12:40:53.145839  6070 tablet_copy_service.cc:434] P 57f2329731004d3a86b234f91fd2c61b: ending tablet copy session 8afe7d74167240be9bfe9177fb5d2625-9bdbc373a9664b5b97db015ff1a258a2 on tablet 9bdbc373a9664b5b97db015ff1a258a2 with peer 8afe7d74167240be9bfe9177fb5d2625
I20260608 12:40:53.240641  6241 ts_tablet_manager.cc:933] T b34fba96bb2b4ef9b721b00b03c7eac0 P 8afe7d74167240be9bfe9177fb5d2625: Initiating tablet copy from peer 0f03e750801c4ae5a25cfe226ae8282c (127.0.107.193:34785)
I20260608 12:40:53.242345  6241 tablet_copy_client.cc:323] T b34fba96bb2b4ef9b721b00b03c7eac0 P 8afe7d74167240be9bfe9177fb5d2625: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:34785
I20260608 12:40:53.252604  5921 tablet_copy_service.cc:140] P 0f03e750801c4ae5a25cfe226ae8282c: Received BeginTabletCopySession request for tablet b34fba96bb2b4ef9b721b00b03c7eac0 from peer 8afe7d74167240be9bfe9177fb5d2625 ({username='slave'} at 127.0.0.1:56920)
I20260608 12:40:53.253178  5921 tablet_copy_service.cc:161] P 0f03e750801c4ae5a25cfe226ae8282c: Beginning new tablet copy session on tablet b34fba96bb2b4ef9b721b00b03c7eac0 from peer 8afe7d74167240be9bfe9177fb5d2625 at {username='slave'} at 127.0.0.1:56920: session id = 8afe7d74167240be9bfe9177fb5d2625-b34fba96bb2b4ef9b721b00b03c7eac0
I20260608 12:40:53.260262  5921 tablet_copy_source_session.cc:215] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:53.263307  6241 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b34fba96bb2b4ef9b721b00b03c7eac0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:53.280218  6241 tablet_copy_client.cc:806] T b34fba96bb2b4ef9b721b00b03c7eac0 P 8afe7d74167240be9bfe9177fb5d2625: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:53.280885  6241 tablet_copy_client.cc:670] T b34fba96bb2b4ef9b721b00b03c7eac0 P 8afe7d74167240be9bfe9177fb5d2625: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:53.284931  6241 tablet_copy_client.cc:538] T b34fba96bb2b4ef9b721b00b03c7eac0 P 8afe7d74167240be9bfe9177fb5d2625: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:53.294085  6241 tablet_bootstrap.cc:492] T b34fba96bb2b4ef9b721b00b03c7eac0 P 8afe7d74167240be9bfe9177fb5d2625: Bootstrap starting.
I20260608 12:40:53.309736  6241 tablet_bootstrap.cc:492] T b34fba96bb2b4ef9b721b00b03c7eac0 P 8afe7d74167240be9bfe9177fb5d2625: 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
I20260608 12:40:53.310488  6241 tablet_bootstrap.cc:492] T b34fba96bb2b4ef9b721b00b03c7eac0 P 8afe7d74167240be9bfe9177fb5d2625: Bootstrap complete.
I20260608 12:40:53.311165  6241 ts_tablet_manager.cc:1403] T b34fba96bb2b4ef9b721b00b03c7eac0 P 8afe7d74167240be9bfe9177fb5d2625: Time spent bootstrapping tablet: real 0.017s	user 0.011s	sys 0.004s
I20260608 12:40:53.313818  6241 raft_consensus.cc:359] T b34fba96bb2b4ef9b721b00b03c7eac0 P 8afe7d74167240be9bfe9177fb5d2625 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } attrs { replace: true } } peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: true } }
I20260608 12:40:53.314708  6241 raft_consensus.cc:740] T b34fba96bb2b4ef9b721b00b03c7eac0 P 8afe7d74167240be9bfe9177fb5d2625 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 8afe7d74167240be9bfe9177fb5d2625, State: Initialized, Role: LEARNER
I20260608 12:40:53.315368  6241 consensus_queue.cc:260] T b34fba96bb2b4ef9b721b00b03c7eac0 P 8afe7d74167240be9bfe9177fb5d2625 [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: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } attrs { replace: true } } peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: true } }
I20260608 12:40:53.317633  6241 ts_tablet_manager.cc:1434] T b34fba96bb2b4ef9b721b00b03c7eac0 P 8afe7d74167240be9bfe9177fb5d2625: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 12:40:53.319864  5921 tablet_copy_service.cc:342] P 0f03e750801c4ae5a25cfe226ae8282c: Request end of tablet copy session 8afe7d74167240be9bfe9177fb5d2625-b34fba96bb2b4ef9b721b00b03c7eac0 received from {username='slave'} at 127.0.0.1:56920
I20260608 12:40:53.320291  5921 tablet_copy_service.cc:434] P 0f03e750801c4ae5a25cfe226ae8282c: ending tablet copy session 8afe7d74167240be9bfe9177fb5d2625-b34fba96bb2b4ef9b721b00b03c7eac0 on tablet b34fba96bb2b4ef9b721b00b03c7eac0 with peer 8afe7d74167240be9bfe9177fb5d2625
I20260608 12:40:53.402642  6178 raft_consensus.cc:1217] T 9bdbc373a9664b5b97db015ff1a258a2 P 8afe7d74167240be9bfe9177fb5d2625 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:40:53.610960  6178 raft_consensus.cc:1217] T b34fba96bb2b4ef9b721b00b03c7eac0 P 8afe7d74167240be9bfe9177fb5d2625 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:40:53.794155  5862 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:53.798889  5862 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:53.799319  5862 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:53.821931  6228 raft_consensus.cc:1064] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b: attempting to promote NON_VOTER 8afe7d74167240be9bfe9177fb5d2625 to VOTER
I20260608 12:40:53.827715  6228 consensus_queue.cc:237] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [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: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } attrs { replace: true } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: false } }
I20260608 12:40:53.839552  6178 raft_consensus.cc:1275] T 9bdbc373a9664b5b97db015ff1a258a2 P 8afe7d74167240be9bfe9177fb5d2625 [term 1 LEARNER]: Refusing update from remote peer 57f2329731004d3a86b234f91fd2c61b: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:40:53.840106  5986 raft_consensus.cc:1275] T 9bdbc373a9664b5b97db015ff1a258a2 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 1 FOLLOWER]: Refusing update from remote peer 57f2329731004d3a86b234f91fd2c61b: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:40:53.842350  6228 consensus_queue.cc:1048] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [LEADER]: Connected to new peer: Peer: permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:40:53.843070  5911 raft_consensus.cc:1275] T 9bdbc373a9664b5b97db015ff1a258a2 P 0f03e750801c4ae5a25cfe226ae8282c [term 1 FOLLOWER]: Refusing update from remote peer 57f2329731004d3a86b234f91fd2c61b: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:40:53.845259  6228 consensus_queue.cc:1048] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [LEADER]: Connected to new peer: Peer: permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:40:53.848127  6249 consensus_queue.cc:1048] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [LEADER]: Connected to new peer: Peer: permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:40:53.860694  5911 raft_consensus.cc:2955] T 9bdbc373a9664b5b97db015ff1a258a2 P 0f03e750801c4ae5a25cfe226ae8282c [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8afe7d74167240be9bfe9177fb5d2625 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } attrs { replace: true } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: false } } }
I20260608 12:40:53.862423  5986 raft_consensus.cc:2955] T 9bdbc373a9664b5b97db015ff1a258a2 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8afe7d74167240be9bfe9177fb5d2625 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } attrs { replace: true } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: false } } }
I20260608 12:40:53.878211  5808 catalog_manager.cc:5696] T 9bdbc373a9664b5b97db015ff1a258a2 P 0f03e750801c4ae5a25cfe226ae8282c reported cstate change: config changed from index 2 to 3, 8afe7d74167240be9bfe9177fb5d2625 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "57f2329731004d3a86b234f91fd2c61b" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } attrs { replace: true } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: false } } }
I20260608 12:40:54.142637  6235 raft_consensus.cc:1064] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c: attempting to promote NON_VOTER 8afe7d74167240be9bfe9177fb5d2625 to VOTER
I20260608 12:40:54.144790  6249 raft_consensus.cc:2955] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8afe7d74167240be9bfe9177fb5d2625 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } attrs { replace: true } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: false } } }
I20260608 12:40:54.146447  6235 consensus_queue.cc:237] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [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: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } attrs { replace: true } } peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: false } }
I20260608 12:40:54.155292  6178 raft_consensus.cc:1275] T b34fba96bb2b4ef9b721b00b03c7eac0 P 8afe7d74167240be9bfe9177fb5d2625 [term 1 LEARNER]: Refusing update from remote peer 0f03e750801c4ae5a25cfe226ae8282c: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:40:54.160843  6126 consensus_queue.cc:1048] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [LEADER]: Connected to new peer: Peer: permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:40:54.164503  5986 raft_consensus.cc:1275] T b34fba96bb2b4ef9b721b00b03c7eac0 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 1 FOLLOWER]: Refusing update from remote peer 0f03e750801c4ae5a25cfe226ae8282c: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:40:54.163139  6059 raft_consensus.cc:1275] T b34fba96bb2b4ef9b721b00b03c7eac0 P 57f2329731004d3a86b234f91fd2c61b [term 1 FOLLOWER]: Refusing update from remote peer 0f03e750801c4ae5a25cfe226ae8282c: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:40:54.168154  6235 consensus_queue.cc:1048] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [LEADER]: Connected to new peer: Peer: permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:40:54.169292  6060 consensus_queue.cc:237] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [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: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: false } }
I20260608 12:40:54.163430  6178 raft_consensus.cc:2955] T 9bdbc373a9664b5b97db015ff1a258a2 P 8afe7d74167240be9bfe9177fb5d2625 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8afe7d74167240be9bfe9177fb5d2625 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } attrs { replace: true } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: false } } }
I20260608 12:40:54.174932  6258 consensus_queue.cc:1048] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [LEADER]: Connected to new peer: Peer: permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:40:54.183501  5911 raft_consensus.cc:1275] T 9bdbc373a9664b5b97db015ff1a258a2 P 0f03e750801c4ae5a25cfe226ae8282c [term 1 FOLLOWER]: Refusing update from remote peer 57f2329731004d3a86b234f91fd2c61b: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:40:54.185482  6211 consensus_queue.cc:1048] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [LEADER]: Connected to new peer: Peer: permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:40:54.198325  5911 raft_consensus.cc:2955] T 9bdbc373a9664b5b97db015ff1a258a2 P 0f03e750801c4ae5a25cfe226ae8282c [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER b8a6b659e3e74cf68b26fb5e64bfffeb (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: false } } }
I20260608 12:40:54.207559  6177 raft_consensus.cc:1275] T 9bdbc373a9664b5b97db015ff1a258a2 P 8afe7d74167240be9bfe9177fb5d2625 [term 1 FOLLOWER]: Refusing update from remote peer 57f2329731004d3a86b234f91fd2c61b: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:40:54.210160  5986 raft_consensus.cc:2955] T b34fba96bb2b4ef9b721b00b03c7eac0 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8afe7d74167240be9bfe9177fb5d2625 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } attrs { replace: true } } peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: false } } }
I20260608 12:40:54.212570  6211 consensus_queue.cc:1048] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [LEADER]: Connected to new peer: Peer: permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:54.219084  5808 catalog_manager.cc:5696] T 9bdbc373a9664b5b97db015ff1a258a2 P 0f03e750801c4ae5a25cfe226ae8282c reported cstate change: config changed from index 3 to 4, VOTER b8a6b659e3e74cf68b26fb5e64bfffeb (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "57f2329731004d3a86b234f91fd2c61b" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: false } } }
I20260608 12:40:54.221387  6176 raft_consensus.cc:2955] T 9bdbc373a9664b5b97db015ff1a258a2 P 8afe7d74167240be9bfe9177fb5d2625 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER b8a6b659e3e74cf68b26fb5e64bfffeb (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: false } } }
I20260608 12:40:54.225979  6059 raft_consensus.cc:2955] T b34fba96bb2b4ef9b721b00b03c7eac0 P 57f2329731004d3a86b234f91fd2c61b [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8afe7d74167240be9bfe9177fb5d2625 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } attrs { replace: true } } peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: false } } }
I20260608 12:40:54.228371  5809 catalog_manager.cc:5696] T b34fba96bb2b4ef9b721b00b03c7eac0 P b8a6b659e3e74cf68b26fb5e64bfffeb reported cstate change: config changed from index 2 to 3, 8afe7d74167240be9bfe9177fb5d2625 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "0f03e750801c4ae5a25cfe226ae8282c" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } attrs { replace: true } } peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: false } } }
I20260608 12:40:54.333897  6257 raft_consensus.cc:2955] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8afe7d74167240be9bfe9177fb5d2625 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } attrs { replace: true } } peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: false } } }
I20260608 12:40:54.343865  6176 raft_consensus.cc:2955] T b34fba96bb2b4ef9b721b00b03c7eac0 P 8afe7d74167240be9bfe9177fb5d2625 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8afe7d74167240be9bfe9177fb5d2625 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } attrs { replace: true } } peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: false } } }
I20260608 12:40:54.510371  5976 tablet_service.cc:1558] Processing DeleteTablet for tablet 9bdbc373a9664b5b97db015ff1a258a2 with delete_type TABLET_DATA_TOMBSTONED (TS b8a6b659e3e74cf68b26fb5e64bfffeb not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:52870
I20260608 12:40:54.515990  6264 tablet_replica.cc:333] T 9bdbc373a9664b5b97db015ff1a258a2 P b8a6b659e3e74cf68b26fb5e64bfffeb: stopping tablet replica
I20260608 12:40:54.517011  6264 raft_consensus.cc:2243] T 9bdbc373a9664b5b97db015ff1a258a2 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:54.517999  6264 raft_consensus.cc:2272] T 9bdbc373a9664b5b97db015ff1a258a2 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:54.521907  6264 ts_tablet_manager.cc:1916] T 9bdbc373a9664b5b97db015ff1a258a2 P b8a6b659e3e74cf68b26fb5e64bfffeb: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:54.535768  6264 ts_tablet_manager.cc:1929] T 9bdbc373a9664b5b97db015ff1a258a2 P b8a6b659e3e74cf68b26fb5e64bfffeb: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:40:54.536295  6264 log.cc:1199] T 9bdbc373a9664b5b97db015ff1a258a2 P b8a6b659e3e74cf68b26fb5e64bfffeb: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922302632525-431-0/minicluster-data/ts-1-root/wals/9bdbc373a9664b5b97db015ff1a258a2
I20260608 12:40:54.538326  5794 catalog_manager.cc:5027] TS b8a6b659e3e74cf68b26fb5e64bfffeb (127.0.107.194:35827): tablet 9bdbc373a9664b5b97db015ff1a258a2 (table test-workload [id=3f6fb0c8eb4440669a690458c297bb61]) successfully deleted
I20260608 12:40:54.680325  5911 consensus_queue.cc:237] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [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: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: false } }
I20260608 12:40:54.686192  6176 raft_consensus.cc:1275] T b34fba96bb2b4ef9b721b00b03c7eac0 P 8afe7d74167240be9bfe9177fb5d2625 [term 1 FOLLOWER]: Refusing update from remote peer 0f03e750801c4ae5a25cfe226ae8282c: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:40:54.687022  5986 raft_consensus.cc:1275] T b34fba96bb2b4ef9b721b00b03c7eac0 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 1 FOLLOWER]: Refusing update from remote peer 0f03e750801c4ae5a25cfe226ae8282c: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:40:54.688423  6235 consensus_queue.cc:1048] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [LEADER]: Connected to new peer: Peer: permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:54.689561  6257 consensus_queue.cc:1048] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [LEADER]: Connected to new peer: Peer: permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:54.698904  5986 raft_consensus.cc:2955] T b34fba96bb2b4ef9b721b00b03c7eac0 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 57f2329731004d3a86b234f91fd2c61b (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: false } } }
I20260608 12:40:54.699465  6176 raft_consensus.cc:2955] T b34fba96bb2b4ef9b721b00b03c7eac0 P 8afe7d74167240be9bfe9177fb5d2625 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 57f2329731004d3a86b234f91fd2c61b (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: false } } }
I20260608 12:40:54.710065  6249 raft_consensus.cc:2955] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER b8a6b659e3e74cf68b26fb5e64bfffeb (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "57f2329731004d3a86b234f91fd2c61b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37887 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: false } } }
I20260608 12:40:54.712754  5807 catalog_manager.cc:5696] T b34fba96bb2b4ef9b721b00b03c7eac0 P b8a6b659e3e74cf68b26fb5e64bfffeb reported cstate change: config changed from index 3 to 4, VOTER 57f2329731004d3a86b234f91fd2c61b (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "0f03e750801c4ae5a25cfe226ae8282c" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: false } } }
I20260608 12:40:54.723573  5793 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 9bdbc373a9664b5b97db015ff1a258a2 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:54.978657  6049 tablet_service.cc:1558] Processing DeleteTablet for tablet b34fba96bb2b4ef9b721b00b03c7eac0 with delete_type TABLET_DATA_TOMBSTONED (TS 57f2329731004d3a86b234f91fd2c61b not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:44778
I20260608 12:40:54.980997  6265 tablet_replica.cc:333] T b34fba96bb2b4ef9b721b00b03c7eac0 P 57f2329731004d3a86b234f91fd2c61b: stopping tablet replica
I20260608 12:40:54.981940  6265 raft_consensus.cc:2243] T b34fba96bb2b4ef9b721b00b03c7eac0 P 57f2329731004d3a86b234f91fd2c61b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:54.982900  6265 raft_consensus.cc:2272] T b34fba96bb2b4ef9b721b00b03c7eac0 P 57f2329731004d3a86b234f91fd2c61b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:54.986821  6265 ts_tablet_manager.cc:1916] T b34fba96bb2b4ef9b721b00b03c7eac0 P 57f2329731004d3a86b234f91fd2c61b: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:54.999797  6265 ts_tablet_manager.cc:1929] T b34fba96bb2b4ef9b721b00b03c7eac0 P 57f2329731004d3a86b234f91fd2c61b: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:40:55.000188  6265 log.cc:1199] T b34fba96bb2b4ef9b721b00b03c7eac0 P 57f2329731004d3a86b234f91fd2c61b: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922302632525-431-0/minicluster-data/ts-2-root/wals/b34fba96bb2b4ef9b721b00b03c7eac0
I20260608 12:40:55.002105  5793 catalog_manager.cc:5027] TS 57f2329731004d3a86b234f91fd2c61b (127.0.107.195:37887): tablet b34fba96bb2b4ef9b721b00b03c7eac0 (table test-workload [id=3f6fb0c8eb4440669a690458c297bb61]) successfully deleted
I20260608 12:40:55.034641  6258 raft_consensus.cc:2955] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 57f2329731004d3a86b234f91fd2c61b (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0f03e750801c4ae5a25cfe226ae8282c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34785 } } peers { permanent_uuid: "b8a6b659e3e74cf68b26fb5e64bfffeb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35827 } } peers { permanent_uuid: "8afe7d74167240be9bfe9177fb5d2625" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42635 } attrs { promote: false } } }
I20260608 12:40:55.042464  5796 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet b34fba96bb2b4ef9b721b00b03c7eac0 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:55.800420  5862 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:55.803179  5862 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:55.803596  5862 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:57.804596  5862 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:57.807763  5862 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:57.808192  5862 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:59.809244  5862 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:59.812825  5862 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:59.813306  5862 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:01.814348  5862 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:01.817875  5862 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:01.818356  5862 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:01.881385   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:01.910701   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:01.911652   431 tablet_replica.cc:333] T 9bdbc373a9664b5b97db015ff1a258a2 P 0f03e750801c4ae5a25cfe226ae8282c: stopping tablet replica
I20260608 12:41:01.912313   431 raft_consensus.cc:2243] T 9bdbc373a9664b5b97db015ff1a258a2 P 0f03e750801c4ae5a25cfe226ae8282c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:01.912879   431 raft_consensus.cc:2272] T 9bdbc373a9664b5b97db015ff1a258a2 P 0f03e750801c4ae5a25cfe226ae8282c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:01.915359   431 tablet_replica.cc:333] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c: stopping tablet replica
I20260608 12:41:01.916034   431 raft_consensus.cc:2243] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:01.916903   431 raft_consensus.cc:2272] T b34fba96bb2b4ef9b721b00b03c7eac0 P 0f03e750801c4ae5a25cfe226ae8282c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:01.919226   431 tablet_replica.cc:333] T 00e2fa009d334a03a0f29e83bc7b4020 P 0f03e750801c4ae5a25cfe226ae8282c: stopping tablet replica
I20260608 12:41:01.919829   431 raft_consensus.cc:2243] T 00e2fa009d334a03a0f29e83bc7b4020 P 0f03e750801c4ae5a25cfe226ae8282c [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:01.920353   431 raft_consensus.cc:2272] T 00e2fa009d334a03a0f29e83bc7b4020 P 0f03e750801c4ae5a25cfe226ae8282c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:01.947244   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
W20260608 12:41:01.960726  6026 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34785: connect: Connection refused (error 111) [suppressed 10 similar messages]
W20260608 12:41:01.965865  6026 consensus_peers.cc:597] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b -> Peer 0f03e750801c4ae5a25cfe226ae8282c (127.0.107.193:34785): Couldn't send request to peer 0f03e750801c4ae5a25cfe226ae8282c. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34785: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:01.966130   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:01.994927   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:01.995739   431 tablet_replica.cc:333] T b34fba96bb2b4ef9b721b00b03c7eac0 P b8a6b659e3e74cf68b26fb5e64bfffeb: stopping tablet replica
I20260608 12:41:01.996290   431 raft_consensus.cc:2243] T b34fba96bb2b4ef9b721b00b03c7eac0 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:01.996940   431 raft_consensus.cc:2272] T b34fba96bb2b4ef9b721b00b03c7eac0 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:01.999290   431 tablet_replica.cc:333] T 00e2fa009d334a03a0f29e83bc7b4020 P b8a6b659e3e74cf68b26fb5e64bfffeb: stopping tablet replica
I20260608 12:41:01.999841   431 raft_consensus.cc:2243] T 00e2fa009d334a03a0f29e83bc7b4020 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:41:02.000749   431 raft_consensus.cc:2272] T 00e2fa009d334a03a0f29e83bc7b4020 P b8a6b659e3e74cf68b26fb5e64bfffeb [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:02.014245   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:02.030225   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:02.053107   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:02.053848   431 tablet_replica.cc:333] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b: stopping tablet replica
I20260608 12:41:02.054380   431 raft_consensus.cc:2243] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:02.055202   431 raft_consensus.cc:2272] T 9bdbc373a9664b5b97db015ff1a258a2 P 57f2329731004d3a86b234f91fd2c61b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:02.057394   431 tablet_replica.cc:333] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b: stopping tablet replica
I20260608 12:41:02.057862   431 raft_consensus.cc:2243] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:02.058347   431 raft_consensus.cc:2272] T 00e2fa009d334a03a0f29e83bc7b4020 P 57f2329731004d3a86b234f91fd2c61b [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:02.082376   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:02.097237   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:41:02.124738   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:02.125571   431 tablet_replica.cc:333] T b34fba96bb2b4ef9b721b00b03c7eac0 P 8afe7d74167240be9bfe9177fb5d2625: stopping tablet replica
I20260608 12:41:02.126473   431 raft_consensus.cc:2243] T b34fba96bb2b4ef9b721b00b03c7eac0 P 8afe7d74167240be9bfe9177fb5d2625 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:02.127123   431 raft_consensus.cc:2272] T b34fba96bb2b4ef9b721b00b03c7eac0 P 8afe7d74167240be9bfe9177fb5d2625 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:02.129388   431 tablet_replica.cc:333] T 9bdbc373a9664b5b97db015ff1a258a2 P 8afe7d74167240be9bfe9177fb5d2625: stopping tablet replica
I20260608 12:41:02.129840   431 raft_consensus.cc:2243] T 9bdbc373a9664b5b97db015ff1a258a2 P 8afe7d74167240be9bfe9177fb5d2625 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:02.130261   431 raft_consensus.cc:2272] T 9bdbc373a9664b5b97db015ff1a258a2 P 8afe7d74167240be9bfe9177fb5d2625 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:02.150007   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:41:02.164417   431 master.cc:562] Master@127.0.107.254:39729 shutting down...
I20260608 12:41:02.183480   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 6c878914b1db4896b69b00488241062b [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:02.184074   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 6c878914b1db4896b69b00488241062b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:02.184435   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 6c878914b1db4896b69b00488241062b: stopping tablet replica
I20260608 12:41:02.203984   431 master.cc:584] Master@127.0.107.254:39729 shutdown complete.
[       OK ] AutoRebalancerTest.AutoRebalancingUnstableCluster (12672 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor
I20260608 12:41:02.244405   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:33107
I20260608 12:41:02.245604   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:02.252043  6271 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:02.252162  6272 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:02.253183  6274 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:02.254462   431 server_base.cc:1061] running on GCE node
I20260608 12:41:02.255380   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:02.255641   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.
I20260608 12:41:02.255769   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922462255751 us; error 0 us; skew 500 ppm
I20260608 12:41:02.256273   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:02.259068   431 webserver.cc:533] Webserver started at http://127.0.107.254:44443/ using document root <none> and password file <none>
I20260608 12:41:02.259688   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:02.259877   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:02.260120   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:02.261263   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922302632525-431-0/minicluster-data/master-0-root/instance:
uuid: "43c4d38951c6415eb4e76ded55f42bca"
format_stamp: "Formatted at 2026-06-08 12:41:02 on dist-test-slave-g6ln"
I20260608 12:41:02.266126   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260608 12:41:02.270097  6279 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:02.271036   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:41:02.271346   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922302632525-431-0/minicluster-data/master-0-root
uuid: "43c4d38951c6415eb4e76ded55f42bca"
format_stamp: "Formatted at 2026-06-08 12:41:02 on dist-test-slave-g6ln"
I20260608 12:41:02.271763   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922302632525-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922302632525-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922302632525-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)
I20260608 12:41:02.300274   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:02.301653   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:02.341658   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:33107
I20260608 12:41:02.341826  6330 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:33107 every 8 connection(s)
I20260608 12:41:02.345827  6331 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:02.356071  6331 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 43c4d38951c6415eb4e76ded55f42bca: Bootstrap starting.
I20260608 12:41:02.361063  6331 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 43c4d38951c6415eb4e76ded55f42bca: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:02.365567  6331 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 43c4d38951c6415eb4e76ded55f42bca: No bootstrap required, opened a new log
I20260608 12:41:02.367887  6331 raft_consensus.cc:359] T 00000000000000000000000000000000 P 43c4d38951c6415eb4e76ded55f42bca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "43c4d38951c6415eb4e76ded55f42bca" member_type: VOTER }
I20260608 12:41:02.368270  6331 raft_consensus.cc:385] T 00000000000000000000000000000000 P 43c4d38951c6415eb4e76ded55f42bca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:02.368458  6331 raft_consensus.cc:740] T 00000000000000000000000000000000 P 43c4d38951c6415eb4e76ded55f42bca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 43c4d38951c6415eb4e76ded55f42bca, State: Initialized, Role: FOLLOWER
I20260608 12:41:02.369081  6331 consensus_queue.cc:260] T 00000000000000000000000000000000 P 43c4d38951c6415eb4e76ded55f42bca [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "43c4d38951c6415eb4e76ded55f42bca" member_type: VOTER }
I20260608 12:41:02.369488  6331 raft_consensus.cc:399] T 00000000000000000000000000000000 P 43c4d38951c6415eb4e76ded55f42bca [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:02.369702  6331 raft_consensus.cc:493] T 00000000000000000000000000000000 P 43c4d38951c6415eb4e76ded55f42bca [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:02.369920  6331 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 43c4d38951c6415eb4e76ded55f42bca [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:02.374751  6331 raft_consensus.cc:515] T 00000000000000000000000000000000 P 43c4d38951c6415eb4e76ded55f42bca [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "43c4d38951c6415eb4e76ded55f42bca" member_type: VOTER }
I20260608 12:41:02.375228  6331 leader_election.cc:304] T 00000000000000000000000000000000 P 43c4d38951c6415eb4e76ded55f42bca [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: 43c4d38951c6415eb4e76ded55f42bca; no voters: 
I20260608 12:41:02.376412  6331 leader_election.cc:290] T 00000000000000000000000000000000 P 43c4d38951c6415eb4e76ded55f42bca [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:02.376811  6334 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 43c4d38951c6415eb4e76ded55f42bca [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:02.378192  6334 raft_consensus.cc:697] T 00000000000000000000000000000000 P 43c4d38951c6415eb4e76ded55f42bca [term 1 LEADER]: Becoming Leader. State: Replica: 43c4d38951c6415eb4e76ded55f42bca, State: Running, Role: LEADER
I20260608 12:41:02.378894  6334 consensus_queue.cc:237] T 00000000000000000000000000000000 P 43c4d38951c6415eb4e76ded55f42bca [LEADER]: Queue going to LEADER mode. State: All 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: "43c4d38951c6415eb4e76ded55f42bca" member_type: VOTER }
I20260608 12:41:02.379524  6331 sys_catalog.cc:565] T 00000000000000000000000000000000 P 43c4d38951c6415eb4e76ded55f42bca [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:02.381942  6335 sys_catalog.cc:455] T 00000000000000000000000000000000 P 43c4d38951c6415eb4e76ded55f42bca [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "43c4d38951c6415eb4e76ded55f42bca" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "43c4d38951c6415eb4e76ded55f42bca" member_type: VOTER } }
I20260608 12:41:02.381886  6336 sys_catalog.cc:455] T 00000000000000000000000000000000 P 43c4d38951c6415eb4e76ded55f42bca [sys.catalog]: SysCatalogTable state changed. Reason: New leader 43c4d38951c6415eb4e76ded55f42bca. Latest consensus state: current_term: 1 leader_uuid: "43c4d38951c6415eb4e76ded55f42bca" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "43c4d38951c6415eb4e76ded55f42bca" member_type: VOTER } }
I20260608 12:41:02.382681  6335 sys_catalog.cc:458] T 00000000000000000000000000000000 P 43c4d38951c6415eb4e76ded55f42bca [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:02.382745  6336 sys_catalog.cc:458] T 00000000000000000000000000000000 P 43c4d38951c6415eb4e76ded55f42bca [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:02.386161  6339 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:02.391155  6339 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:02.396135   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:02.400769  6339 catalog_manager.cc:1382] Generated new cluster ID: f14a3998076b45279f06fa18850b2cdd
I20260608 12:41:02.401158  6339 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:02.426944  6339 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:02.428421  6339 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:02.445389  6339 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 43c4d38951c6415eb4e76ded55f42bca: Generated new TSK 0
I20260608 12:41:02.446062  6339 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:02.464442   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:02.470732  6352 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:02.472019  6353 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:02.473587  6355 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:02.474586   431 server_base.cc:1061] running on GCE node
I20260608 12:41:02.475505   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:02.475696   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.
I20260608 12:41:02.475915   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922462475892 us; error 0 us; skew 500 ppm
I20260608 12:41:02.476503   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:02.478893   431 webserver.cc:533] Webserver started at http://127.0.107.193:38971/ using document root <none> and password file <none>
I20260608 12:41:02.479492   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:02.479694   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:02.479979   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:02.481282   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922302632525-431-0/minicluster-data/ts-0-root/instance:
uuid: "dd5f58c68d8048e6b79814a835402e93"
format_stamp: "Formatted at 2026-06-08 12:41:02 on dist-test-slave-g6ln"
I20260608 12:41:02.486254   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:41:02.490231  6360 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:02.491186   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:41:02.491595   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922302632525-431-0/minicluster-data/ts-0-root
uuid: "dd5f58c68d8048e6b79814a835402e93"
format_stamp: "Formatted at 2026-06-08 12:41:02 on dist-test-slave-g6ln"
I20260608 12:41:02.491907   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922302632525-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922302632525-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922302632525-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)
I20260608 12:41:02.503229   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:02.504547   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:02.506110   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:02.509586   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:02.509858   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:02.510159   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:02.510334   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:02.554790   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:46687
I20260608 12:41:02.554929  6422 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:46687 every 8 connection(s)
I20260608 12:41:02.560497   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:02.569114  6427 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:02.569489  6428 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:02.572512   431 server_base.cc:1061] running on GCE node
W20260608 12:41:02.572887  6430 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:02.573800   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:02.574070   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.
I20260608 12:41:02.574252   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922462574231 us; error 0 us; skew 500 ppm
I20260608 12:41:02.574813   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:02.577530   431 webserver.cc:533] Webserver started at http://127.0.107.194:37811/ using document root <none> and password file <none>
I20260608 12:41:02.578171   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:02.578370   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:02.578663   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:02.579991   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922302632525-431-0/minicluster-data/ts-1-root/instance:
uuid: "52e11ce5b5624a0c8ac4877c842b8d0b"
format_stamp: "Formatted at 2026-06-08 12:41:02 on dist-test-slave-g6ln"
I20260608 12:41:02.581250  6423 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33107
I20260608 12:41:02.581633  6423 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:02.582378  6423 heartbeater.cc:507] Master 127.0.107.254:33107 requested a full tablet report, sending...
I20260608 12:41:02.584760  6296 ts_manager.cc:194] Registered new tserver with Master: dd5f58c68d8048e6b79814a835402e93 (127.0.107.193:46687)
I20260608 12:41:02.585579   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:41:02.587302  6296 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33974
I20260608 12:41:02.590549  6435 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:02.591542   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:41:02.591862   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922302632525-431-0/minicluster-data/ts-1-root
uuid: "52e11ce5b5624a0c8ac4877c842b8d0b"
format_stamp: "Formatted at 2026-06-08 12:41:02 on dist-test-slave-g6ln"
I20260608 12:41:02.592190   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922302632525-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922302632525-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922302632525-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)
I20260608 12:41:02.618968   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:02.620344   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:02.621809   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:02.624202   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:02.624456   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:02.624720   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:02.624900   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:02.668515   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:46775
I20260608 12:41:02.668670  6497 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:46775 every 8 connection(s)
I20260608 12:41:02.673741   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:02.682070  6501 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:02.682734  6502 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:02.686872   431 server_base.cc:1061] running on GCE node
W20260608 12:41:02.686782  6504 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:02.688547   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:41:02.688747  6498 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33107
W20260608 12:41:02.688860   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.
I20260608 12:41:02.689211   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922462689191 us; error 0 us; skew 500 ppm
I20260608 12:41:02.689255  6498 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:02.690148   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:02.690222  6498 heartbeater.cc:507] Master 127.0.107.254:33107 requested a full tablet report, sending...
I20260608 12:41:02.692873  6296 ts_manager.cc:194] Registered new tserver with Master: 52e11ce5b5624a0c8ac4877c842b8d0b (127.0.107.194:46775)
I20260608 12:41:02.693361   431 webserver.cc:533] Webserver started at http://127.0.107.195:39263/ using document root <none> and password file <none>
I20260608 12:41:02.694209   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:02.694504   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:02.694625  6296 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33978
I20260608 12:41:02.694741   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:02.696316   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922302632525-431-0/minicluster-data/ts-2-root/instance:
uuid: "ee2adffdf2614b8a99b783b47f0fa19f"
format_stamp: "Formatted at 2026-06-08 12:41:02 on dist-test-slave-g6ln"
I20260608 12:41:02.701367   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:41:02.705271  6509 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:02.706162   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:41:02.706537   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922302632525-431-0/minicluster-data/ts-2-root
uuid: "ee2adffdf2614b8a99b783b47f0fa19f"
format_stamp: "Formatted at 2026-06-08 12:41:02 on dist-test-slave-g6ln"
I20260608 12:41:02.706823   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922302632525-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922302632525-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922302632525-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)
I20260608 12:41:02.717459   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:02.718799   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:02.720494   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:02.723217   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:02.723538   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.001s
I20260608 12:41:02.723819   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:02.723992   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:02.767885   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:42593
I20260608 12:41:02.768028  6571 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:42593 every 8 connection(s)
I20260608 12:41:02.782912  6572 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33107
I20260608 12:41:02.783381  6572 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:02.784235  6572 heartbeater.cc:507] Master 127.0.107.254:33107 requested a full tablet report, sending...
I20260608 12:41:02.786361  6296 ts_manager.cc:194] Registered new tserver with Master: ee2adffdf2614b8a99b783b47f0fa19f (127.0.107.195:42593)
I20260608 12:41:02.787568   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016266335s
I20260608 12:41:02.787896  6296 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33990
I20260608 12:41:03.590559  6423 heartbeater.cc:499] Master 127.0.107.254:33107 was elected leader, sending a full tablet report...
I20260608 12:41:03.697279  6498 heartbeater.cc:499] Master 127.0.107.254:33107 was elected leader, sending a full tablet report...
I20260608 12:41:03.790766  6572 heartbeater.cc:499] Master 127.0.107.254:33107 was elected leader, sending a full tablet report...
I20260608 12:41:03.860422  6296 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:33996:
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"
    }
  }
}
W20260608 12:41:03.863027  6296 catalog_manager.cc:7076] 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.
I20260608 12:41:03.926843  6537 tablet_service.cc:1511] Processing CreateTablet for tablet afacaa370c0e454398e853467503766c (DEFAULT_TABLE table=test-workload [id=032f9114a3854c6599bb883fc0bae9b8]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:03.928879  6537 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet afacaa370c0e454398e853467503766c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:03.930856  6463 tablet_service.cc:1511] Processing CreateTablet for tablet afacaa370c0e454398e853467503766c (DEFAULT_TABLE table=test-workload [id=032f9114a3854c6599bb883fc0bae9b8]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:03.932605  6463 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet afacaa370c0e454398e853467503766c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:03.940598  6388 tablet_service.cc:1511] Processing CreateTablet for tablet afacaa370c0e454398e853467503766c (DEFAULT_TABLE table=test-workload [id=032f9114a3854c6599bb883fc0bae9b8]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:03.942492  6388 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet afacaa370c0e454398e853467503766c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:03.952566  6593 tablet_bootstrap.cc:492] T afacaa370c0e454398e853467503766c P ee2adffdf2614b8a99b783b47f0fa19f: Bootstrap starting.
I20260608 12:41:03.954705  6594 tablet_bootstrap.cc:492] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b: Bootstrap starting.
I20260608 12:41:03.962950  6594 tablet_bootstrap.cc:654] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:03.963476  6595 tablet_bootstrap.cc:492] T afacaa370c0e454398e853467503766c P dd5f58c68d8048e6b79814a835402e93: Bootstrap starting.
I20260608 12:41:03.963433  6593 tablet_bootstrap.cc:654] T afacaa370c0e454398e853467503766c P ee2adffdf2614b8a99b783b47f0fa19f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:03.969614  6594 tablet_bootstrap.cc:492] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b: No bootstrap required, opened a new log
I20260608 12:41:03.970088  6594 ts_tablet_manager.cc:1403] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b: Time spent bootstrapping tablet: real 0.016s	user 0.000s	sys 0.012s
I20260608 12:41:03.970515  6593 tablet_bootstrap.cc:492] T afacaa370c0e454398e853467503766c P ee2adffdf2614b8a99b783b47f0fa19f: No bootstrap required, opened a new log
I20260608 12:41:03.971117  6593 ts_tablet_manager.cc:1403] T afacaa370c0e454398e853467503766c P ee2adffdf2614b8a99b783b47f0fa19f: Time spent bootstrapping tablet: real 0.019s	user 0.009s	sys 0.004s
I20260608 12:41:03.971858  6595 tablet_bootstrap.cc:654] T afacaa370c0e454398e853467503766c P dd5f58c68d8048e6b79814a835402e93: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:03.972918  6594 raft_consensus.cc:359] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee2adffdf2614b8a99b783b47f0fa19f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42593 } } peers { permanent_uuid: "52e11ce5b5624a0c8ac4877c842b8d0b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46775 } } peers { permanent_uuid: "dd5f58c68d8048e6b79814a835402e93" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46687 } }
I20260608 12:41:03.973984  6594 raft_consensus.cc:385] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:03.974363  6594 raft_consensus.cc:740] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 52e11ce5b5624a0c8ac4877c842b8d0b, State: Initialized, Role: FOLLOWER
I20260608 12:41:03.975370  6594 consensus_queue.cc:260] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee2adffdf2614b8a99b783b47f0fa19f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42593 } } peers { permanent_uuid: "52e11ce5b5624a0c8ac4877c842b8d0b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46775 } } peers { permanent_uuid: "dd5f58c68d8048e6b79814a835402e93" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46687 } }
I20260608 12:41:03.974808  6593 raft_consensus.cc:359] T afacaa370c0e454398e853467503766c P ee2adffdf2614b8a99b783b47f0fa19f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee2adffdf2614b8a99b783b47f0fa19f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42593 } } peers { permanent_uuid: "52e11ce5b5624a0c8ac4877c842b8d0b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46775 } } peers { permanent_uuid: "dd5f58c68d8048e6b79814a835402e93" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46687 } }
I20260608 12:41:03.976717  6593 raft_consensus.cc:385] T afacaa370c0e454398e853467503766c P ee2adffdf2614b8a99b783b47f0fa19f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:03.977052  6593 raft_consensus.cc:740] T afacaa370c0e454398e853467503766c P ee2adffdf2614b8a99b783b47f0fa19f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ee2adffdf2614b8a99b783b47f0fa19f, State: Initialized, Role: FOLLOWER
I20260608 12:41:03.977816  6593 consensus_queue.cc:260] T afacaa370c0e454398e853467503766c P ee2adffdf2614b8a99b783b47f0fa19f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee2adffdf2614b8a99b783b47f0fa19f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42593 } } peers { permanent_uuid: "52e11ce5b5624a0c8ac4877c842b8d0b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46775 } } peers { permanent_uuid: "dd5f58c68d8048e6b79814a835402e93" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46687 } }
I20260608 12:41:03.980882  6595 tablet_bootstrap.cc:492] T afacaa370c0e454398e853467503766c P dd5f58c68d8048e6b79814a835402e93: No bootstrap required, opened a new log
I20260608 12:41:03.981030  6593 ts_tablet_manager.cc:1434] T afacaa370c0e454398e853467503766c P ee2adffdf2614b8a99b783b47f0fa19f: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.001s
I20260608 12:41:03.981562  6595 ts_tablet_manager.cc:1403] T afacaa370c0e454398e853467503766c P dd5f58c68d8048e6b79814a835402e93: Time spent bootstrapping tablet: real 0.019s	user 0.007s	sys 0.008s
I20260608 12:41:03.984834  6595 raft_consensus.cc:359] T afacaa370c0e454398e853467503766c P dd5f58c68d8048e6b79814a835402e93 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee2adffdf2614b8a99b783b47f0fa19f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42593 } } peers { permanent_uuid: "52e11ce5b5624a0c8ac4877c842b8d0b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46775 } } peers { permanent_uuid: "dd5f58c68d8048e6b79814a835402e93" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46687 } }
I20260608 12:41:03.985611  6595 raft_consensus.cc:385] T afacaa370c0e454398e853467503766c P dd5f58c68d8048e6b79814a835402e93 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:03.985996  6595 raft_consensus.cc:740] T afacaa370c0e454398e853467503766c P dd5f58c68d8048e6b79814a835402e93 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dd5f58c68d8048e6b79814a835402e93, State: Initialized, Role: FOLLOWER
I20260608 12:41:03.987104  6595 consensus_queue.cc:260] T afacaa370c0e454398e853467503766c P dd5f58c68d8048e6b79814a835402e93 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee2adffdf2614b8a99b783b47f0fa19f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42593 } } peers { permanent_uuid: "52e11ce5b5624a0c8ac4877c842b8d0b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46775 } } peers { permanent_uuid: "dd5f58c68d8048e6b79814a835402e93" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46687 } }
I20260608 12:41:03.987624  6594 ts_tablet_manager.cc:1434] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b: Time spent starting tablet: real 0.017s	user 0.004s	sys 0.011s
I20260608 12:41:03.993129  6595 ts_tablet_manager.cc:1434] T afacaa370c0e454398e853467503766c P dd5f58c68d8048e6b79814a835402e93: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.003s
I20260608 12:41:04.033607  6601 raft_consensus.cc:493] T afacaa370c0e454398e853467503766c P dd5f58c68d8048e6b79814a835402e93 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:04.034142  6601 raft_consensus.cc:515] T afacaa370c0e454398e853467503766c P dd5f58c68d8048e6b79814a835402e93 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee2adffdf2614b8a99b783b47f0fa19f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42593 } } peers { permanent_uuid: "52e11ce5b5624a0c8ac4877c842b8d0b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46775 } } peers { permanent_uuid: "dd5f58c68d8048e6b79814a835402e93" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46687 } }
I20260608 12:41:04.036638  6601 leader_election.cc:290] T afacaa370c0e454398e853467503766c P dd5f58c68d8048e6b79814a835402e93 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ee2adffdf2614b8a99b783b47f0fa19f (127.0.107.195:42593), 52e11ce5b5624a0c8ac4877c842b8d0b (127.0.107.194:46775)
I20260608 12:41:04.050640  6473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "afacaa370c0e454398e853467503766c" candidate_uuid: "dd5f58c68d8048e6b79814a835402e93" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "52e11ce5b5624a0c8ac4877c842b8d0b" is_pre_election: true
I20260608 12:41:04.050659  6547 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "afacaa370c0e454398e853467503766c" candidate_uuid: "dd5f58c68d8048e6b79814a835402e93" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ee2adffdf2614b8a99b783b47f0fa19f" is_pre_election: true
I20260608 12:41:04.051851  6547 raft_consensus.cc:2468] T afacaa370c0e454398e853467503766c P ee2adffdf2614b8a99b783b47f0fa19f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate dd5f58c68d8048e6b79814a835402e93 in term 0.
I20260608 12:41:04.051851  6473 raft_consensus.cc:2468] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate dd5f58c68d8048e6b79814a835402e93 in term 0.
I20260608 12:41:04.053560  6362 leader_election.cc:304] T afacaa370c0e454398e853467503766c P dd5f58c68d8048e6b79814a835402e93 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: dd5f58c68d8048e6b79814a835402e93, ee2adffdf2614b8a99b783b47f0fa19f; no voters: 
I20260608 12:41:04.054467  6601 raft_consensus.cc:2804] T afacaa370c0e454398e853467503766c P dd5f58c68d8048e6b79814a835402e93 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:04.054850  6601 raft_consensus.cc:493] T afacaa370c0e454398e853467503766c P dd5f58c68d8048e6b79814a835402e93 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:04.055193  6601 raft_consensus.cc:3060] T afacaa370c0e454398e853467503766c P dd5f58c68d8048e6b79814a835402e93 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:04.063767  6601 raft_consensus.cc:515] T afacaa370c0e454398e853467503766c P dd5f58c68d8048e6b79814a835402e93 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee2adffdf2614b8a99b783b47f0fa19f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42593 } } peers { permanent_uuid: "52e11ce5b5624a0c8ac4877c842b8d0b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46775 } } peers { permanent_uuid: "dd5f58c68d8048e6b79814a835402e93" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46687 } }
I20260608 12:41:04.065738  6601 leader_election.cc:290] T afacaa370c0e454398e853467503766c P dd5f58c68d8048e6b79814a835402e93 [CANDIDATE]: Term 1 election: Requested vote from peers ee2adffdf2614b8a99b783b47f0fa19f (127.0.107.195:42593), 52e11ce5b5624a0c8ac4877c842b8d0b (127.0.107.194:46775)
I20260608 12:41:04.066843  6547 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "afacaa370c0e454398e853467503766c" candidate_uuid: "dd5f58c68d8048e6b79814a835402e93" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ee2adffdf2614b8a99b783b47f0fa19f"
I20260608 12:41:04.066916  6473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "afacaa370c0e454398e853467503766c" candidate_uuid: "dd5f58c68d8048e6b79814a835402e93" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "52e11ce5b5624a0c8ac4877c842b8d0b"
I20260608 12:41:04.067500  6547 raft_consensus.cc:3060] T afacaa370c0e454398e853467503766c P ee2adffdf2614b8a99b783b47f0fa19f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:04.067600  6473 raft_consensus.cc:3060] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:04.072991  6547 raft_consensus.cc:2468] T afacaa370c0e454398e853467503766c P ee2adffdf2614b8a99b783b47f0fa19f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dd5f58c68d8048e6b79814a835402e93 in term 1.
I20260608 12:41:04.073402  6473 raft_consensus.cc:2468] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dd5f58c68d8048e6b79814a835402e93 in term 1.
I20260608 12:41:04.074206  6362 leader_election.cc:304] T afacaa370c0e454398e853467503766c P dd5f58c68d8048e6b79814a835402e93 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: dd5f58c68d8048e6b79814a835402e93, ee2adffdf2614b8a99b783b47f0fa19f; no voters: 
I20260608 12:41:04.075089  6601 raft_consensus.cc:2804] T afacaa370c0e454398e853467503766c P dd5f58c68d8048e6b79814a835402e93 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:04.076339  6601 raft_consensus.cc:697] T afacaa370c0e454398e853467503766c P dd5f58c68d8048e6b79814a835402e93 [term 1 LEADER]: Becoming Leader. State: Replica: dd5f58c68d8048e6b79814a835402e93, State: Running, Role: LEADER
I20260608 12:41:04.077144  6601 consensus_queue.cc:237] T afacaa370c0e454398e853467503766c P dd5f58c68d8048e6b79814a835402e93 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee2adffdf2614b8a99b783b47f0fa19f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42593 } } peers { permanent_uuid: "52e11ce5b5624a0c8ac4877c842b8d0b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46775 } } peers { permanent_uuid: "dd5f58c68d8048e6b79814a835402e93" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46687 } }
I20260608 12:41:04.084149  6296 catalog_manager.cc:5696] T afacaa370c0e454398e853467503766c P dd5f58c68d8048e6b79814a835402e93 reported cstate change: term changed from 0 to 1, leader changed from <none> to dd5f58c68d8048e6b79814a835402e93 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "dd5f58c68d8048e6b79814a835402e93" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee2adffdf2614b8a99b783b47f0fa19f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42593 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "52e11ce5b5624a0c8ac4877c842b8d0b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46775 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "dd5f58c68d8048e6b79814a835402e93" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46687 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:04.131290   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:04.154939   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:04.156080   431 tablet_replica.cc:333] T afacaa370c0e454398e853467503766c P dd5f58c68d8048e6b79814a835402e93: stopping tablet replica
I20260608 12:41:04.156622   431 raft_consensus.cc:2243] T afacaa370c0e454398e853467503766c P dd5f58c68d8048e6b79814a835402e93 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:04.157258   431 pending_rounds.cc:70] T afacaa370c0e454398e853467503766c P dd5f58c68d8048e6b79814a835402e93: Trying to abort 1 pending ops.
I20260608 12:41:04.157476   431 pending_rounds.cc:77] T afacaa370c0e454398e853467503766c P dd5f58c68d8048e6b79814a835402e93: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658412867530752 op_type: NO_OP noop_request { }
I20260608 12:41:04.157812   431 raft_consensus.cc:2889] T afacaa370c0e454398e853467503766c P dd5f58c68d8048e6b79814a835402e93 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:04.158126   431 raft_consensus.cc:2272] T afacaa370c0e454398e853467503766c P dd5f58c68d8048e6b79814a835402e93 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:04.180505   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:04.395951  6349 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:04.397390  6349 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:04.397747  6349 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:05.828794  6606 raft_consensus.cc:493] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:05.829406  6606 raft_consensus.cc:515] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee2adffdf2614b8a99b783b47f0fa19f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42593 } } peers { permanent_uuid: "52e11ce5b5624a0c8ac4877c842b8d0b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46775 } } peers { permanent_uuid: "dd5f58c68d8048e6b79814a835402e93" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46687 } }
I20260608 12:41:05.832429  6606 leader_election.cc:290] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers ee2adffdf2614b8a99b783b47f0fa19f (127.0.107.195:42593), dd5f58c68d8048e6b79814a835402e93 (127.0.107.193:46687)
W20260608 12:41:05.840579  6436 leader_election.cc:336] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer dd5f58c68d8048e6b79814a835402e93 (127.0.107.193:46687): Network error: Client connection negotiation failed: client connection to 127.0.107.193:46687: connect: Connection refused (error 111)
I20260608 12:41:05.846544  6547 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "afacaa370c0e454398e853467503766c" candidate_uuid: "52e11ce5b5624a0c8ac4877c842b8d0b" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ee2adffdf2614b8a99b783b47f0fa19f" is_pre_election: true
I20260608 12:41:05.847223  6547 raft_consensus.cc:2468] T afacaa370c0e454398e853467503766c P ee2adffdf2614b8a99b783b47f0fa19f [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 52e11ce5b5624a0c8ac4877c842b8d0b in term 1.
I20260608 12:41:05.848570  6437 leader_election.cc:304] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b [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: 52e11ce5b5624a0c8ac4877c842b8d0b, ee2adffdf2614b8a99b783b47f0fa19f; no voters: dd5f58c68d8048e6b79814a835402e93
I20260608 12:41:05.849413  6606 raft_consensus.cc:2804] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:41:05.849839  6606 raft_consensus.cc:493] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:05.850184  6606 raft_consensus.cc:3060] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:05.857187  6606 raft_consensus.cc:515] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee2adffdf2614b8a99b783b47f0fa19f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42593 } } peers { permanent_uuid: "52e11ce5b5624a0c8ac4877c842b8d0b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46775 } } peers { permanent_uuid: "dd5f58c68d8048e6b79814a835402e93" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46687 } }
I20260608 12:41:05.859151  6606 leader_election.cc:290] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b [CANDIDATE]: Term 2 election: Requested vote from peers ee2adffdf2614b8a99b783b47f0fa19f (127.0.107.195:42593), dd5f58c68d8048e6b79814a835402e93 (127.0.107.193:46687)
I20260608 12:41:05.860433  6547 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "afacaa370c0e454398e853467503766c" candidate_uuid: "52e11ce5b5624a0c8ac4877c842b8d0b" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ee2adffdf2614b8a99b783b47f0fa19f"
I20260608 12:41:05.861030  6547 raft_consensus.cc:3060] T afacaa370c0e454398e853467503766c P ee2adffdf2614b8a99b783b47f0fa19f [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:41:05.864275  6436 leader_election.cc:336] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer dd5f58c68d8048e6b79814a835402e93 (127.0.107.193:46687): Network error: Client connection negotiation failed: client connection to 127.0.107.193:46687: connect: Connection refused (error 111)
I20260608 12:41:05.867702  6547 raft_consensus.cc:2468] T afacaa370c0e454398e853467503766c P ee2adffdf2614b8a99b783b47f0fa19f [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 52e11ce5b5624a0c8ac4877c842b8d0b in term 2.
I20260608 12:41:05.869174  6437 leader_election.cc:304] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b [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: 52e11ce5b5624a0c8ac4877c842b8d0b, ee2adffdf2614b8a99b783b47f0fa19f; no voters: dd5f58c68d8048e6b79814a835402e93
I20260608 12:41:05.870064  6606 raft_consensus.cc:2804] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:05.871721  6606 raft_consensus.cc:697] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b [term 2 LEADER]: Becoming Leader. State: Replica: 52e11ce5b5624a0c8ac4877c842b8d0b, State: Running, Role: LEADER
I20260608 12:41:05.872786  6606 consensus_queue.cc:237] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b [LEADER]: Queue going to LEADER 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: "ee2adffdf2614b8a99b783b47f0fa19f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42593 } } peers { permanent_uuid: "52e11ce5b5624a0c8ac4877c842b8d0b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46775 } } peers { permanent_uuid: "dd5f58c68d8048e6b79814a835402e93" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46687 } }
I20260608 12:41:05.881454  6296 catalog_manager.cc:5696] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b reported cstate change: term changed from 1 to 2, leader changed from dd5f58c68d8048e6b79814a835402e93 (127.0.107.193) to 52e11ce5b5624a0c8ac4877c842b8d0b (127.0.107.194). New cstate: current_term: 2 leader_uuid: "52e11ce5b5624a0c8ac4877c842b8d0b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee2adffdf2614b8a99b783b47f0fa19f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42593 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "52e11ce5b5624a0c8ac4877c842b8d0b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46775 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "dd5f58c68d8048e6b79814a835402e93" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46687 } health_report { overall_health: UNKNOWN } } }
W20260608 12:41:06.312176  6436 consensus_peers.cc:597] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b -> Peer dd5f58c68d8048e6b79814a835402e93 (127.0.107.193:46687): Couldn't send request to peer dd5f58c68d8048e6b79814a835402e93. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46687: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:06.398607  6349 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:06.400122  6349 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:06.400431  6349 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:06.419632  6547 raft_consensus.cc:1275] T afacaa370c0e454398e853467503766c P ee2adffdf2614b8a99b783b47f0fa19f [term 2 FOLLOWER]: Refusing update from remote peer 52e11ce5b5624a0c8ac4877c842b8d0b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260608 12:41:06.421130  6606 consensus_queue.cc:1048] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b [LEADER]: Connected to new peer: Peer: permanent_uuid: "ee2adffdf2614b8a99b783b47f0fa19f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42593 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:41:07.272773  6436 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46687: connect: Connection refused (error 111) [suppressed 4 similar messages]
I20260608 12:41:08.401327  6349 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:08.402730  6349 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:08.403038  6349 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:41:08.822549  6436 consensus_peers.cc:597] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b -> Peer dd5f58c68d8048e6b79814a835402e93 (127.0.107.193:46687): Couldn't send request to peer dd5f58c68d8048e6b79814a835402e93. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46687: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
I20260608 12:41:10.404165  6349 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:10.405663  6349 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:10.406030  6349 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:41:11.565862  6436 consensus_peers.cc:597] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b -> Peer dd5f58c68d8048e6b79814a835402e93 (127.0.107.193:46687): Couldn't send request to peer dd5f58c68d8048e6b79814a835402e93. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46687: connect: Connection refused (error 111). This is attempt 11: this message will repeat every 5th retry.
I20260608 12:41:12.407058  6349 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:12.408723  6349 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:12.409006  6349 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:41:12.595316  6436 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46687: connect: Connection refused (error 111) [suppressed 9 similar messages]
W20260608 12:41:14.191251  6436 consensus_peers.cc:597] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b -> Peer dd5f58c68d8048e6b79814a835402e93 (127.0.107.193:46687): Couldn't send request to peer dd5f58c68d8048e6b79814a835402e93. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46687: connect: Connection refused (error 111). This is attempt 16: this message will repeat every 5th retry.
I20260608 12:41:14.410166  6349 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:14.411927  6349 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:14.412261  6349 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:15.256873   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:15.289681   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:15.290632   431 tablet_replica.cc:333] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b: stopping tablet replica
I20260608 12:41:15.291244   431 raft_consensus.cc:2243] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:41:15.292487   431 raft_consensus.cc:2272] T afacaa370c0e454398e853467503766c P 52e11ce5b5624a0c8ac4877c842b8d0b [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:15.314112   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:15.328662   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:15.354686   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:15.355633   431 tablet_replica.cc:333] T afacaa370c0e454398e853467503766c P ee2adffdf2614b8a99b783b47f0fa19f: stopping tablet replica
I20260608 12:41:15.356197   431 raft_consensus.cc:2243] T afacaa370c0e454398e853467503766c P ee2adffdf2614b8a99b783b47f0fa19f [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:15.356750   431 raft_consensus.cc:2272] T afacaa370c0e454398e853467503766c P ee2adffdf2614b8a99b783b47f0fa19f [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:15.376911   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:15.390254   431 master.cc:562] Master@127.0.107.254:33107 shutting down...
I20260608 12:41:15.411152   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 43c4d38951c6415eb4e76ded55f42bca [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:15.411976   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 43c4d38951c6415eb4e76ded55f42bca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:15.412359   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 43c4d38951c6415eb4e76ded55f42bca: stopping tablet replica
I20260608 12:41:15.432518   431 master.cc:584] Master@127.0.107.254:33107 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor (13228 ms)
[ RUN      ] AutoRebalancerTest.NoRebalancingIfReplicasRecovering
I20260608 12:41:15.472854   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:41117
I20260608 12:41:15.474145   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:15.480697  6649 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:15.480763  6650 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:15.481999  6652 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:15.482717   431 server_base.cc:1061] running on GCE node
I20260608 12:41:15.483624   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:15.483831   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.
I20260608 12:41:15.483976   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922475483963 us; error 0 us; skew 500 ppm
I20260608 12:41:15.484603   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:15.487159   431 webserver.cc:533] Webserver started at http://127.0.107.254:38425/ using document root <none> and password file <none>
I20260608 12:41:15.487818   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:15.488011   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:15.488299   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:15.489540   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922302632525-431-0/minicluster-data/master-0-root/instance:
uuid: "4eea07747af54060bbfaf02da568595d"
format_stamp: "Formatted at 2026-06-08 12:41:15 on dist-test-slave-g6ln"
I20260608 12:41:15.494274   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260608 12:41:15.498013  6657 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:15.498835   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:15.499156   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922302632525-431-0/minicluster-data/master-0-root
uuid: "4eea07747af54060bbfaf02da568595d"
format_stamp: "Formatted at 2026-06-08 12:41:15 on dist-test-slave-g6ln"
I20260608 12:41:15.499517   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922302632525-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922302632525-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922302632525-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)
I20260608 12:41:15.515177   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:15.516590   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:15.558624   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:41117
I20260608 12:41:15.558776  6708 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:41117 every 8 connection(s)
I20260608 12:41:15.565662  6709 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:15.579362  6709 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4eea07747af54060bbfaf02da568595d: Bootstrap starting.
I20260608 12:41:15.585108  6709 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4eea07747af54060bbfaf02da568595d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:15.589967  6709 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4eea07747af54060bbfaf02da568595d: No bootstrap required, opened a new log
I20260608 12:41:15.592599  6709 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4eea07747af54060bbfaf02da568595d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4eea07747af54060bbfaf02da568595d" member_type: VOTER }
I20260608 12:41:15.593098  6709 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4eea07747af54060bbfaf02da568595d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:15.593361  6709 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4eea07747af54060bbfaf02da568595d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4eea07747af54060bbfaf02da568595d, State: Initialized, Role: FOLLOWER
I20260608 12:41:15.594036  6709 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4eea07747af54060bbfaf02da568595d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "4eea07747af54060bbfaf02da568595d" member_type: VOTER }
I20260608 12:41:15.594559  6709 raft_consensus.cc:399] T 00000000000000000000000000000000 P 4eea07747af54060bbfaf02da568595d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:15.594813  6709 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4eea07747af54060bbfaf02da568595d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:15.595124  6709 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4eea07747af54060bbfaf02da568595d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:15.600435  6709 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4eea07747af54060bbfaf02da568595d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4eea07747af54060bbfaf02da568595d" member_type: VOTER }
I20260608 12:41:15.601131  6709 leader_election.cc:304] T 00000000000000000000000000000000 P 4eea07747af54060bbfaf02da568595d [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: 4eea07747af54060bbfaf02da568595d; no voters: 
I20260608 12:41:15.602564  6709 leader_election.cc:290] T 00000000000000000000000000000000 P 4eea07747af54060bbfaf02da568595d [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:15.603000  6712 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4eea07747af54060bbfaf02da568595d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:15.604538  6712 raft_consensus.cc:697] T 00000000000000000000000000000000 P 4eea07747af54060bbfaf02da568595d [term 1 LEADER]: Becoming Leader. State: Replica: 4eea07747af54060bbfaf02da568595d, State: Running, Role: LEADER
I20260608 12:41:15.605314  6712 consensus_queue.cc:237] T 00000000000000000000000000000000 P 4eea07747af54060bbfaf02da568595d [LEADER]: Queue going to LEADER mode. State: All 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: "4eea07747af54060bbfaf02da568595d" member_type: VOTER }
I20260608 12:41:15.606159  6709 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4eea07747af54060bbfaf02da568595d [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:15.608711  6713 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4eea07747af54060bbfaf02da568595d [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "4eea07747af54060bbfaf02da568595d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4eea07747af54060bbfaf02da568595d" member_type: VOTER } }
I20260608 12:41:15.609537  6713 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4eea07747af54060bbfaf02da568595d [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:15.608801  6714 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4eea07747af54060bbfaf02da568595d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4eea07747af54060bbfaf02da568595d. Latest consensus state: current_term: 1 leader_uuid: "4eea07747af54060bbfaf02da568595d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4eea07747af54060bbfaf02da568595d" member_type: VOTER } }
I20260608 12:41:15.611917  6714 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4eea07747af54060bbfaf02da568595d [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:15.615959  6717 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:15.625624  6717 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:15.626718   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:15.635926  6717 catalog_manager.cc:1382] Generated new cluster ID: e1b9089cc91e4cfe97af4e9e46d77606
I20260608 12:41:15.636282  6717 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:15.662309  6717 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:15.664005  6717 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:15.680562  6717 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 4eea07747af54060bbfaf02da568595d: Generated new TSK 0
I20260608 12:41:15.681318  6717 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:15.693451   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:15.700073  6730 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:15.701614  6731 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:15.703032   431 server_base.cc:1061] running on GCE node
W20260608 12:41:15.703348  6733 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:15.704375   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:15.704608   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.
I20260608 12:41:15.704825   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922475704804 us; error 0 us; skew 500 ppm
I20260608 12:41:15.705757   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:15.708511   431 webserver.cc:533] Webserver started at http://127.0.107.193:39905/ using document root <none> and password file <none>
I20260608 12:41:15.709033   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:15.709229   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:15.709522   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:15.710744   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922302632525-431-0/minicluster-data/ts-0-root/instance:
uuid: "847dfde2e93d42318dbbc24d4cea7a90"
format_stamp: "Formatted at 2026-06-08 12:41:15 on dist-test-slave-g6ln"
I20260608 12:41:15.715832   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260608 12:41:15.719787  6738 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:15.720688   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 12:41:15.721009   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922302632525-431-0/minicluster-data/ts-0-root
uuid: "847dfde2e93d42318dbbc24d4cea7a90"
format_stamp: "Formatted at 2026-06-08 12:41:15 on dist-test-slave-g6ln"
I20260608 12:41:15.721340   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922302632525-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922302632525-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922302632525-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)
I20260608 12:41:15.740957   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:15.742265   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:15.743829   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:15.746351   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:15.746587   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:15.746852   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:15.747030   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:15.790212   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:46187
I20260608 12:41:15.790369  6800 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:46187 every 8 connection(s)
I20260608 12:41:15.795888   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:15.803893  6805 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:15.803922  6806 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:15.808564  6808 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:15.808756   431 server_base.cc:1061] running on GCE node
I20260608 12:41:15.810266   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:15.810563   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.
I20260608 12:41:15.810801   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922475810780 us; error 0 us; skew 500 ppm
I20260608 12:41:15.811733   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:15.812420  6801 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41117
I20260608 12:41:15.812933  6801 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:15.814056  6801 heartbeater.cc:507] Master 127.0.107.254:41117 requested a full tablet report, sending...
I20260608 12:41:15.814929   431 webserver.cc:533] Webserver started at http://127.0.107.194:36107/ using document root <none> and password file <none>
I20260608 12:41:15.815707   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:15.815966   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:15.816288   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:15.816841  6674 ts_manager.cc:194] Registered new tserver with Master: 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193:46187)
I20260608 12:41:15.817660   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922302632525-431-0/minicluster-data/ts-1-root/instance:
uuid: "4c526c383b19428f89261c5da778c039"
format_stamp: "Formatted at 2026-06-08 12:41:15 on dist-test-slave-g6ln"
I20260608 12:41:15.818915  6674 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52006
I20260608 12:41:15.823372   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.002s
I20260608 12:41:15.827160  6813 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:15.828079   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.003s
I20260608 12:41:15.828389   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922302632525-431-0/minicluster-data/ts-1-root
uuid: "4c526c383b19428f89261c5da778c039"
format_stamp: "Formatted at 2026-06-08 12:41:15 on dist-test-slave-g6ln"
I20260608 12:41:15.828660   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922302632525-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922302632525-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922302632525-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)
I20260608 12:41:15.842834   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:15.844121   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:15.845556   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:15.847914   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:15.848153   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:15.848402   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:15.848578   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:15.890738   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:41817
I20260608 12:41:15.890868  6875 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:41817 every 8 connection(s)
I20260608 12:41:15.896014   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:15.903791  6879 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:15.905488  6880 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:15.907845   431 server_base.cc:1061] running on GCE node
W20260608 12:41:15.908442  6882 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:15.909636   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:15.909984   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.
I20260608 12:41:15.910077  6876 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41117
I20260608 12:41:15.910225   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922475910206 us; error 0 us; skew 500 ppm
I20260608 12:41:15.910604  6876 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:15.911073   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:15.911523  6876 heartbeater.cc:507] Master 127.0.107.254:41117 requested a full tablet report, sending...
I20260608 12:41:15.914004   431 webserver.cc:533] Webserver started at http://127.0.107.195:45519/ using document root <none> and password file <none>
I20260608 12:41:15.914207  6674 ts_manager.cc:194] Registered new tserver with Master: 4c526c383b19428f89261c5da778c039 (127.0.107.194:41817)
I20260608 12:41:15.914781   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:15.915055   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:15.915375   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:15.916136  6674 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52022
I20260608 12:41:15.917034   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922302632525-431-0/minicluster-data/ts-2-root/instance:
uuid: "b6454adbd8f1434e803a05a9f55bf93d"
format_stamp: "Formatted at 2026-06-08 12:41:15 on dist-test-slave-g6ln"
I20260608 12:41:15.922237   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:41:15.926115  6887 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:15.926997   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:15.927515   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922302632525-431-0/minicluster-data/ts-2-root
uuid: "b6454adbd8f1434e803a05a9f55bf93d"
format_stamp: "Formatted at 2026-06-08 12:41:15 on dist-test-slave-g6ln"
I20260608 12:41:15.927858   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922302632525-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922302632525-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922302632525-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)
I20260608 12:41:15.972447   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:15.973835   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:15.975396   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:15.977833   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:15.978077   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:15.978327   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:15.978502   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:16.020743   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:34459
I20260608 12:41:16.020884  6949 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:34459 every 8 connection(s)
I20260608 12:41:16.036233  6950 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41117
I20260608 12:41:16.036674  6950 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:16.037451  6950 heartbeater.cc:507] Master 127.0.107.254:41117 requested a full tablet report, sending...
I20260608 12:41:16.039707  6674 ts_manager.cc:194] Registered new tserver with Master: b6454adbd8f1434e803a05a9f55bf93d (127.0.107.195:34459)
I20260608 12:41:16.039892   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015332267s
I20260608 12:41:16.041186  6674 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52036
I20260608 12:41:16.822309  6801 heartbeater.cc:499] Master 127.0.107.254:41117 was elected leader, sending a full tablet report...
I20260608 12:41:16.918989  6876 heartbeater.cc:499] Master 127.0.107.254:41117 was elected leader, sending a full tablet report...
I20260608 12:41:17.044031  6950 heartbeater.cc:499] Master 127.0.107.254:41117 was elected leader, sending a full tablet report...
I20260608 12:41:17.125336  6674 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:52050:
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"
    }
  }
}
W20260608 12:41:17.127851  6674 catalog_manager.cc:7076] 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.
I20260608 12:41:17.194389  6914 tablet_service.cc:1511] Processing CreateTablet for tablet 316a3be01f7b455a990005fd476c4019 (DEFAULT_TABLE table=test-workload [id=d75d6e7a704c4fa8b7150c63ebad6312]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:17.194820  6841 tablet_service.cc:1511] Processing CreateTablet for tablet 5ee13f5689dd41e89b28bc7fcb997246 (DEFAULT_TABLE table=test-workload [id=d75d6e7a704c4fa8b7150c63ebad6312]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:17.196121  6912 tablet_service.cc:1511] Processing CreateTablet for tablet bc5712bc28e343fcafb572c9c5eff33c (DEFAULT_TABLE table=test-workload [id=d75d6e7a704c4fa8b7150c63ebad6312]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:17.196805  6841 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5ee13f5689dd41e89b28bc7fcb997246. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.197253  6915 tablet_service.cc:1511] Processing CreateTablet for tablet 5ee13f5689dd41e89b28bc7fcb997246 (DEFAULT_TABLE table=test-workload [id=d75d6e7a704c4fa8b7150c63ebad6312]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:17.194893  6913 tablet_service.cc:1511] Processing CreateTablet for tablet 85c8146317a748aca8329b569b1d6d44 (DEFAULT_TABLE table=test-workload [id=d75d6e7a704c4fa8b7150c63ebad6312]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:17.196135  6914 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 316a3be01f7b455a990005fd476c4019. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.201577  6840 tablet_service.cc:1511] Processing CreateTablet for tablet 316a3be01f7b455a990005fd476c4019 (DEFAULT_TABLE table=test-workload [id=d75d6e7a704c4fa8b7150c63ebad6312]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:17.203899  6840 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 316a3be01f7b455a990005fd476c4019. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.203930  6838 tablet_service.cc:1511] Processing CreateTablet for tablet bc5712bc28e343fcafb572c9c5eff33c (DEFAULT_TABLE table=test-workload [id=d75d6e7a704c4fa8b7150c63ebad6312]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:17.205456  6838 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bc5712bc28e343fcafb572c9c5eff33c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.202059  6839 tablet_service.cc:1511] Processing CreateTablet for tablet 85c8146317a748aca8329b569b1d6d44 (DEFAULT_TABLE table=test-workload [id=d75d6e7a704c4fa8b7150c63ebad6312]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:17.207679  6912 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bc5712bc28e343fcafb572c9c5eff33c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.208395  6839 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 85c8146317a748aca8329b569b1d6d44. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.213840  6915 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5ee13f5689dd41e89b28bc7fcb997246. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.215862  6913 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 85c8146317a748aca8329b569b1d6d44. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.217804  6766 tablet_service.cc:1511] Processing CreateTablet for tablet 5ee13f5689dd41e89b28bc7fcb997246 (DEFAULT_TABLE table=test-workload [id=d75d6e7a704c4fa8b7150c63ebad6312]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:17.218523  6765 tablet_service.cc:1511] Processing CreateTablet for tablet 316a3be01f7b455a990005fd476c4019 (DEFAULT_TABLE table=test-workload [id=d75d6e7a704c4fa8b7150c63ebad6312]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:17.219278  6766 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5ee13f5689dd41e89b28bc7fcb997246. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.219923  6765 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 316a3be01f7b455a990005fd476c4019. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.237969  6764 tablet_service.cc:1511] Processing CreateTablet for tablet 85c8146317a748aca8329b569b1d6d44 (DEFAULT_TABLE table=test-workload [id=d75d6e7a704c4fa8b7150c63ebad6312]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:17.240170  6764 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 85c8146317a748aca8329b569b1d6d44. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.271333  6763 tablet_service.cc:1511] Processing CreateTablet for tablet bc5712bc28e343fcafb572c9c5eff33c (DEFAULT_TABLE table=test-workload [id=d75d6e7a704c4fa8b7150c63ebad6312]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:17.272914  6763 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bc5712bc28e343fcafb572c9c5eff33c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.292205  6970 tablet_bootstrap.cc:492] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d: Bootstrap starting.
I20260608 12:41:17.304821  6971 tablet_bootstrap.cc:492] T 316a3be01f7b455a990005fd476c4019 P 847dfde2e93d42318dbbc24d4cea7a90: Bootstrap starting.
I20260608 12:41:17.312866  6972 tablet_bootstrap.cc:492] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039: Bootstrap starting.
I20260608 12:41:17.309456  6970 tablet_bootstrap.cc:654] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:17.319603  6971 tablet_bootstrap.cc:654] T 316a3be01f7b455a990005fd476c4019 P 847dfde2e93d42318dbbc24d4cea7a90: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:17.321506  6972 tablet_bootstrap.cc:654] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:17.338346  6970 tablet_bootstrap.cc:492] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d: No bootstrap required, opened a new log
I20260608 12:41:17.339044  6970 ts_tablet_manager.cc:1403] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d: Time spent bootstrapping tablet: real 0.047s	user 0.013s	sys 0.017s
I20260608 12:41:17.340384  6971 tablet_bootstrap.cc:492] T 316a3be01f7b455a990005fd476c4019 P 847dfde2e93d42318dbbc24d4cea7a90: No bootstrap required, opened a new log
I20260608 12:41:17.340991  6971 ts_tablet_manager.cc:1403] T 316a3be01f7b455a990005fd476c4019 P 847dfde2e93d42318dbbc24d4cea7a90: Time spent bootstrapping tablet: real 0.037s	user 0.007s	sys 0.008s
I20260608 12:41:17.342489  6970 raft_consensus.cc:359] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } }
I20260608 12:41:17.343309  6970 raft_consensus.cc:385] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:17.343668  6970 raft_consensus.cc:740] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b6454adbd8f1434e803a05a9f55bf93d, State: Initialized, Role: FOLLOWER
I20260608 12:41:17.343508  6971 raft_consensus.cc:359] T 316a3be01f7b455a990005fd476c4019 P 847dfde2e93d42318dbbc24d4cea7a90 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } }
I20260608 12:41:17.344429  6971 raft_consensus.cc:385] T 316a3be01f7b455a990005fd476c4019 P 847dfde2e93d42318dbbc24d4cea7a90 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:17.344563  6972 tablet_bootstrap.cc:492] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039: No bootstrap required, opened a new log
I20260608 12:41:17.344812  6971 raft_consensus.cc:740] T 316a3be01f7b455a990005fd476c4019 P 847dfde2e93d42318dbbc24d4cea7a90 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 847dfde2e93d42318dbbc24d4cea7a90, State: Initialized, Role: FOLLOWER
I20260608 12:41:17.345357  6972 ts_tablet_manager.cc:1403] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039: Time spent bootstrapping tablet: real 0.033s	user 0.016s	sys 0.000s
I20260608 12:41:17.344671  6970 consensus_queue.cc:260] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } }
I20260608 12:41:17.345814  6971 consensus_queue.cc:260] T 316a3be01f7b455a990005fd476c4019 P 847dfde2e93d42318dbbc24d4cea7a90 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } }
I20260608 12:41:17.348191  6970 ts_tablet_manager.cc:1434] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.001s
I20260608 12:41:17.348788  6972 raft_consensus.cc:359] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } }
I20260608 12:41:17.349560  6970 tablet_bootstrap.cc:492] T 316a3be01f7b455a990005fd476c4019 P b6454adbd8f1434e803a05a9f55bf93d: Bootstrap starting.
I20260608 12:41:17.349541  6972 raft_consensus.cc:385] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:17.351289  6972 raft_consensus.cc:740] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4c526c383b19428f89261c5da778c039, State: Initialized, Role: FOLLOWER
I20260608 12:41:17.352231  6972 consensus_queue.cc:260] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } }
I20260608 12:41:17.353647  6971 ts_tablet_manager.cc:1434] T 316a3be01f7b455a990005fd476c4019 P 847dfde2e93d42318dbbc24d4cea7a90: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.003s
I20260608 12:41:17.354897  6971 tablet_bootstrap.cc:492] T 85c8146317a748aca8329b569b1d6d44 P 847dfde2e93d42318dbbc24d4cea7a90: Bootstrap starting.
I20260608 12:41:17.360107  6970 tablet_bootstrap.cc:654] T 316a3be01f7b455a990005fd476c4019 P b6454adbd8f1434e803a05a9f55bf93d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:17.362308  6971 tablet_bootstrap.cc:654] T 85c8146317a748aca8329b569b1d6d44 P 847dfde2e93d42318dbbc24d4cea7a90: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:17.374583  6971 tablet_bootstrap.cc:492] T 85c8146317a748aca8329b569b1d6d44 P 847dfde2e93d42318dbbc24d4cea7a90: No bootstrap required, opened a new log
I20260608 12:41:17.375242  6971 ts_tablet_manager.cc:1403] T 85c8146317a748aca8329b569b1d6d44 P 847dfde2e93d42318dbbc24d4cea7a90: Time spent bootstrapping tablet: real 0.021s	user 0.012s	sys 0.007s
I20260608 12:41:17.378556  6971 raft_consensus.cc:359] T 85c8146317a748aca8329b569b1d6d44 P 847dfde2e93d42318dbbc24d4cea7a90 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } }
I20260608 12:41:17.379508  6971 raft_consensus.cc:385] T 85c8146317a748aca8329b569b1d6d44 P 847dfde2e93d42318dbbc24d4cea7a90 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:17.379935  6971 raft_consensus.cc:740] T 85c8146317a748aca8329b569b1d6d44 P 847dfde2e93d42318dbbc24d4cea7a90 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 847dfde2e93d42318dbbc24d4cea7a90, State: Initialized, Role: FOLLOWER
I20260608 12:41:17.380903  6971 consensus_queue.cc:260] T 85c8146317a748aca8329b569b1d6d44 P 847dfde2e93d42318dbbc24d4cea7a90 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } }
I20260608 12:41:17.385229  6971 ts_tablet_manager.cc:1434] T 85c8146317a748aca8329b569b1d6d44 P 847dfde2e93d42318dbbc24d4cea7a90: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260608 12:41:17.385391  6972 ts_tablet_manager.cc:1434] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039: Time spent starting tablet: real 0.040s	user 0.009s	sys 0.026s
I20260608 12:41:17.385720  6970 tablet_bootstrap.cc:492] T 316a3be01f7b455a990005fd476c4019 P b6454adbd8f1434e803a05a9f55bf93d: No bootstrap required, opened a new log
I20260608 12:41:17.386371  6971 tablet_bootstrap.cc:492] T bc5712bc28e343fcafb572c9c5eff33c P 847dfde2e93d42318dbbc24d4cea7a90: Bootstrap starting.
I20260608 12:41:17.386415  6970 ts_tablet_manager.cc:1403] T 316a3be01f7b455a990005fd476c4019 P b6454adbd8f1434e803a05a9f55bf93d: Time spent bootstrapping tablet: real 0.037s	user 0.023s	sys 0.013s
I20260608 12:41:17.386866  6972 tablet_bootstrap.cc:492] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039: Bootstrap starting.
I20260608 12:41:17.390760  6970 raft_consensus.cc:359] T 316a3be01f7b455a990005fd476c4019 P b6454adbd8f1434e803a05a9f55bf93d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } }
I20260608 12:41:17.391853  6970 raft_consensus.cc:385] T 316a3be01f7b455a990005fd476c4019 P b6454adbd8f1434e803a05a9f55bf93d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:17.392352  6970 raft_consensus.cc:740] T 316a3be01f7b455a990005fd476c4019 P b6454adbd8f1434e803a05a9f55bf93d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b6454adbd8f1434e803a05a9f55bf93d, State: Initialized, Role: FOLLOWER
I20260608 12:41:17.393374  6970 consensus_queue.cc:260] T 316a3be01f7b455a990005fd476c4019 P b6454adbd8f1434e803a05a9f55bf93d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } }
I20260608 12:41:17.394479  6971 tablet_bootstrap.cc:654] T bc5712bc28e343fcafb572c9c5eff33c P 847dfde2e93d42318dbbc24d4cea7a90: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:17.396171  6970 ts_tablet_manager.cc:1434] T 316a3be01f7b455a990005fd476c4019 P b6454adbd8f1434e803a05a9f55bf93d: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260608 12:41:17.396571  6972 tablet_bootstrap.cc:654] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:17.397552  6970 tablet_bootstrap.cc:492] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d: Bootstrap starting.
I20260608 12:41:17.408490  6970 tablet_bootstrap.cc:654] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:17.409801  6972 tablet_bootstrap.cc:492] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039: No bootstrap required, opened a new log
I20260608 12:41:17.410558  6972 ts_tablet_manager.cc:1403] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039: Time spent bootstrapping tablet: real 0.024s	user 0.018s	sys 0.004s
I20260608 12:41:17.415663  6972 raft_consensus.cc:359] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } }
I20260608 12:41:17.416956  6972 raft_consensus.cc:385] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:17.417510  6972 raft_consensus.cc:740] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4c526c383b19428f89261c5da778c039, State: Initialized, Role: FOLLOWER
I20260608 12:41:17.418987  6972 consensus_queue.cc:260] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } }
I20260608 12:41:17.422102  6970 tablet_bootstrap.cc:492] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d: No bootstrap required, opened a new log
I20260608 12:41:17.423202  6970 ts_tablet_manager.cc:1403] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d: Time spent bootstrapping tablet: real 0.026s	user 0.016s	sys 0.008s
I20260608 12:41:17.428158  6970 raft_consensus.cc:359] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } }
I20260608 12:41:17.429267  6970 raft_consensus.cc:385] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:17.429796  6972 ts_tablet_manager.cc:1434] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039: Time spent starting tablet: real 0.019s	user 0.012s	sys 0.003s
I20260608 12:41:17.429718  6970 raft_consensus.cc:740] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b6454adbd8f1434e803a05a9f55bf93d, State: Initialized, Role: FOLLOWER
I20260608 12:41:17.431655  6972 tablet_bootstrap.cc:492] T 5ee13f5689dd41e89b28bc7fcb997246 P 4c526c383b19428f89261c5da778c039: Bootstrap starting.
I20260608 12:41:17.431180  6970 consensus_queue.cc:260] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } }
I20260608 12:41:17.434459  6970 ts_tablet_manager.cc:1434] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.002s
I20260608 12:41:17.435896  6970 tablet_bootstrap.cc:492] T 85c8146317a748aca8329b569b1d6d44 P b6454adbd8f1434e803a05a9f55bf93d: Bootstrap starting.
I20260608 12:41:17.436633  6984 raft_consensus.cc:493] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:17.437316  6984 raft_consensus.cc:515] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } }
I20260608 12:41:17.445616  6970 tablet_bootstrap.cc:654] T 85c8146317a748aca8329b569b1d6d44 P b6454adbd8f1434e803a05a9f55bf93d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:17.451148  6984 leader_election.cc:290] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193:46187), b6454adbd8f1434e803a05a9f55bf93d (127.0.107.195:34459)
I20260608 12:41:17.461018  6972 tablet_bootstrap.cc:654] T 5ee13f5689dd41e89b28bc7fcb997246 P 4c526c383b19428f89261c5da778c039: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:17.484985  6776 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "85c8146317a748aca8329b569b1d6d44" candidate_uuid: "4c526c383b19428f89261c5da778c039" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "847dfde2e93d42318dbbc24d4cea7a90" is_pre_election: true
I20260608 12:41:17.485478  6971 tablet_bootstrap.cc:492] T bc5712bc28e343fcafb572c9c5eff33c P 847dfde2e93d42318dbbc24d4cea7a90: No bootstrap required, opened a new log
I20260608 12:41:17.486120  6971 ts_tablet_manager.cc:1403] T bc5712bc28e343fcafb572c9c5eff33c P 847dfde2e93d42318dbbc24d4cea7a90: Time spent bootstrapping tablet: real 0.100s	user 0.029s	sys 0.063s
I20260608 12:41:17.486022  6776 raft_consensus.cc:2468] T 85c8146317a748aca8329b569b1d6d44 P 847dfde2e93d42318dbbc24d4cea7a90 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4c526c383b19428f89261c5da778c039 in term 0.
I20260608 12:41:17.487368  6972 tablet_bootstrap.cc:492] T 5ee13f5689dd41e89b28bc7fcb997246 P 4c526c383b19428f89261c5da778c039: No bootstrap required, opened a new log
I20260608 12:41:17.487972  6972 ts_tablet_manager.cc:1403] T 5ee13f5689dd41e89b28bc7fcb997246 P 4c526c383b19428f89261c5da778c039: Time spent bootstrapping tablet: real 0.057s	user 0.015s	sys 0.014s
I20260608 12:41:17.488193  6817 leader_election.cc:304] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4c526c383b19428f89261c5da778c039, 847dfde2e93d42318dbbc24d4cea7a90; no voters: 
I20260608 12:41:17.489351  6984 raft_consensus.cc:2804] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:17.489787  6984 raft_consensus.cc:493] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:17.489744  6971 raft_consensus.cc:359] T bc5712bc28e343fcafb572c9c5eff33c P 847dfde2e93d42318dbbc24d4cea7a90 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } }
I20260608 12:41:17.490440  6984 raft_consensus.cc:3060] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:17.490609  6971 raft_consensus.cc:385] T bc5712bc28e343fcafb572c9c5eff33c P 847dfde2e93d42318dbbc24d4cea7a90 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:17.491029  6971 raft_consensus.cc:740] T bc5712bc28e343fcafb572c9c5eff33c P 847dfde2e93d42318dbbc24d4cea7a90 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 847dfde2e93d42318dbbc24d4cea7a90, State: Initialized, Role: FOLLOWER
I20260608 12:41:17.491145  6972 raft_consensus.cc:359] T 5ee13f5689dd41e89b28bc7fcb997246 P 4c526c383b19428f89261c5da778c039 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } }
I20260608 12:41:17.491930  6972 raft_consensus.cc:385] T 5ee13f5689dd41e89b28bc7fcb997246 P 4c526c383b19428f89261c5da778c039 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:17.491938  6925 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "85c8146317a748aca8329b569b1d6d44" candidate_uuid: "4c526c383b19428f89261c5da778c039" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b6454adbd8f1434e803a05a9f55bf93d" is_pre_election: true
I20260608 12:41:17.492704  6972 raft_consensus.cc:740] T 5ee13f5689dd41e89b28bc7fcb997246 P 4c526c383b19428f89261c5da778c039 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4c526c383b19428f89261c5da778c039, State: Initialized, Role: FOLLOWER
I20260608 12:41:17.491930  6971 consensus_queue.cc:260] T bc5712bc28e343fcafb572c9c5eff33c P 847dfde2e93d42318dbbc24d4cea7a90 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } }
W20260608 12:41:17.494499  6816 leader_election.cc:343] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b6454adbd8f1434e803a05a9f55bf93d (127.0.107.195:34459): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:17.495237  6971 ts_tablet_manager.cc:1434] T bc5712bc28e343fcafb572c9c5eff33c P 847dfde2e93d42318dbbc24d4cea7a90: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260608 12:41:17.495473  6972 consensus_queue.cc:260] T 5ee13f5689dd41e89b28bc7fcb997246 P 4c526c383b19428f89261c5da778c039 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } }
I20260608 12:41:17.496376  6971 tablet_bootstrap.cc:492] T 5ee13f5689dd41e89b28bc7fcb997246 P 847dfde2e93d42318dbbc24d4cea7a90: Bootstrap starting.
I20260608 12:41:17.497917  6972 ts_tablet_manager.cc:1434] T 5ee13f5689dd41e89b28bc7fcb997246 P 4c526c383b19428f89261c5da778c039: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260608 12:41:17.499114  6972 tablet_bootstrap.cc:492] T bc5712bc28e343fcafb572c9c5eff33c P 4c526c383b19428f89261c5da778c039: Bootstrap starting.
I20260608 12:41:17.504189  6971 tablet_bootstrap.cc:654] T 5ee13f5689dd41e89b28bc7fcb997246 P 847dfde2e93d42318dbbc24d4cea7a90: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:17.506502  6972 tablet_bootstrap.cc:654] T bc5712bc28e343fcafb572c9c5eff33c P 4c526c383b19428f89261c5da778c039: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:17.513312  6970 tablet_bootstrap.cc:492] T 85c8146317a748aca8329b569b1d6d44 P b6454adbd8f1434e803a05a9f55bf93d: No bootstrap required, opened a new log
I20260608 12:41:17.513983  6970 ts_tablet_manager.cc:1403] T 85c8146317a748aca8329b569b1d6d44 P b6454adbd8f1434e803a05a9f55bf93d: Time spent bootstrapping tablet: real 0.078s	user 0.013s	sys 0.017s
I20260608 12:41:17.513993  6984 raft_consensus.cc:515] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } }
I20260608 12:41:17.517751  6984 leader_election.cc:290] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [CANDIDATE]: Term 1 election: Requested vote from peers 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193:46187), b6454adbd8f1434e803a05a9f55bf93d (127.0.107.195:34459)
I20260608 12:41:17.517944  6776 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "85c8146317a748aca8329b569b1d6d44" candidate_uuid: "4c526c383b19428f89261c5da778c039" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "847dfde2e93d42318dbbc24d4cea7a90"
I20260608 12:41:17.518633  6776 raft_consensus.cc:3060] T 85c8146317a748aca8329b569b1d6d44 P 847dfde2e93d42318dbbc24d4cea7a90 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:17.518560  6970 raft_consensus.cc:359] T 85c8146317a748aca8329b569b1d6d44 P b6454adbd8f1434e803a05a9f55bf93d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } }
I20260608 12:41:17.519909  6970 raft_consensus.cc:385] T 85c8146317a748aca8329b569b1d6d44 P b6454adbd8f1434e803a05a9f55bf93d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:17.520284  6970 raft_consensus.cc:740] T 85c8146317a748aca8329b569b1d6d44 P b6454adbd8f1434e803a05a9f55bf93d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b6454adbd8f1434e803a05a9f55bf93d, State: Initialized, Role: FOLLOWER
I20260608 12:41:17.521521  6970 consensus_queue.cc:260] T 85c8146317a748aca8329b569b1d6d44 P b6454adbd8f1434e803a05a9f55bf93d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } }
I20260608 12:41:17.524971  6970 ts_tablet_manager.cc:1434] T 85c8146317a748aca8329b569b1d6d44 P b6454adbd8f1434e803a05a9f55bf93d: Time spent starting tablet: real 0.010s	user 0.009s	sys 0.000s
I20260608 12:41:17.525656  6925 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "85c8146317a748aca8329b569b1d6d44" candidate_uuid: "4c526c383b19428f89261c5da778c039" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b6454adbd8f1434e803a05a9f55bf93d"
I20260608 12:41:17.526366  6925 raft_consensus.cc:3060] T 85c8146317a748aca8329b569b1d6d44 P b6454adbd8f1434e803a05a9f55bf93d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:17.533599  6925 raft_consensus.cc:2468] T 85c8146317a748aca8329b569b1d6d44 P b6454adbd8f1434e803a05a9f55bf93d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4c526c383b19428f89261c5da778c039 in term 1.
I20260608 12:41:17.535197  6816 leader_election.cc:304] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4c526c383b19428f89261c5da778c039, b6454adbd8f1434e803a05a9f55bf93d; no voters: 
I20260608 12:41:17.536710  6984 raft_consensus.cc:2804] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:17.537510  6776 raft_consensus.cc:2468] T 85c8146317a748aca8329b569b1d6d44 P 847dfde2e93d42318dbbc24d4cea7a90 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4c526c383b19428f89261c5da778c039 in term 1.
I20260608 12:41:17.537868  6984 raft_consensus.cc:697] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [term 1 LEADER]: Becoming Leader. State: Replica: 4c526c383b19428f89261c5da778c039, State: Running, Role: LEADER
I20260608 12:41:17.539779  6972 tablet_bootstrap.cc:492] T bc5712bc28e343fcafb572c9c5eff33c P 4c526c383b19428f89261c5da778c039: No bootstrap required, opened a new log
I20260608 12:41:17.540325  6972 ts_tablet_manager.cc:1403] T bc5712bc28e343fcafb572c9c5eff33c P 4c526c383b19428f89261c5da778c039: Time spent bootstrapping tablet: real 0.041s	user 0.011s	sys 0.005s
I20260608 12:41:17.538074  6971 tablet_bootstrap.cc:492] T 5ee13f5689dd41e89b28bc7fcb997246 P 847dfde2e93d42318dbbc24d4cea7a90: No bootstrap required, opened a new log
I20260608 12:41:17.540375  6984 consensus_queue.cc:237] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } }
I20260608 12:41:17.541628  6971 ts_tablet_manager.cc:1403] T 5ee13f5689dd41e89b28bc7fcb997246 P 847dfde2e93d42318dbbc24d4cea7a90: Time spent bootstrapping tablet: real 0.045s	user 0.019s	sys 0.016s
I20260608 12:41:17.543795  6972 raft_consensus.cc:359] T bc5712bc28e343fcafb572c9c5eff33c P 4c526c383b19428f89261c5da778c039 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } }
I20260608 12:41:17.544327  6972 raft_consensus.cc:385] T bc5712bc28e343fcafb572c9c5eff33c P 4c526c383b19428f89261c5da778c039 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:17.544512  6972 raft_consensus.cc:740] T bc5712bc28e343fcafb572c9c5eff33c P 4c526c383b19428f89261c5da778c039 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4c526c383b19428f89261c5da778c039, State: Initialized, Role: FOLLOWER
I20260608 12:41:17.545192  6972 consensus_queue.cc:260] T bc5712bc28e343fcafb572c9c5eff33c P 4c526c383b19428f89261c5da778c039 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } }
I20260608 12:41:17.545547  6971 raft_consensus.cc:359] T 5ee13f5689dd41e89b28bc7fcb997246 P 847dfde2e93d42318dbbc24d4cea7a90 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } }
I20260608 12:41:17.546589  6971 raft_consensus.cc:385] T 5ee13f5689dd41e89b28bc7fcb997246 P 847dfde2e93d42318dbbc24d4cea7a90 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:17.547022  6971 raft_consensus.cc:740] T 5ee13f5689dd41e89b28bc7fcb997246 P 847dfde2e93d42318dbbc24d4cea7a90 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 847dfde2e93d42318dbbc24d4cea7a90, State: Initialized, Role: FOLLOWER
I20260608 12:41:17.548230  6971 consensus_queue.cc:260] T 5ee13f5689dd41e89b28bc7fcb997246 P 847dfde2e93d42318dbbc24d4cea7a90 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } }
I20260608 12:41:17.549374  6972 ts_tablet_manager.cc:1434] T bc5712bc28e343fcafb572c9c5eff33c P 4c526c383b19428f89261c5da778c039: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260608 12:41:17.550978  6971 ts_tablet_manager.cc:1434] T 5ee13f5689dd41e89b28bc7fcb997246 P 847dfde2e93d42318dbbc24d4cea7a90: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.001s
I20260608 12:41:17.554996  6671 catalog_manager.cc:5696] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 reported cstate change: term changed from 0 to 1, leader changed from <none> to 4c526c383b19428f89261c5da778c039 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "4c526c383b19428f89261c5da778c039" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:17.560973  6976 raft_consensus.cc:493] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:17.561746  6976 raft_consensus.cc:515] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } }
I20260608 12:41:17.566771  6976 leader_election.cc:290] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193:46187), 4c526c383b19428f89261c5da778c039 (127.0.107.194:41817)
I20260608 12:41:17.578850  6976 raft_consensus.cc:493] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:17.579582  6976 raft_consensus.cc:515] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } }
I20260608 12:41:17.581861  6976 leader_election.cc:290] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4c526c383b19428f89261c5da778c039 (127.0.107.194:41817), 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193:46187)
I20260608 12:41:17.584563  6776 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc5712bc28e343fcafb572c9c5eff33c" candidate_uuid: "b6454adbd8f1434e803a05a9f55bf93d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "847dfde2e93d42318dbbc24d4cea7a90" is_pre_election: true
I20260608 12:41:17.584714  6775 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5ee13f5689dd41e89b28bc7fcb997246" candidate_uuid: "b6454adbd8f1434e803a05a9f55bf93d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "847dfde2e93d42318dbbc24d4cea7a90" is_pre_election: true
I20260608 12:41:17.585572  6775 raft_consensus.cc:2468] T 5ee13f5689dd41e89b28bc7fcb997246 P 847dfde2e93d42318dbbc24d4cea7a90 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b6454adbd8f1434e803a05a9f55bf93d in term 0.
I20260608 12:41:17.585569  6776 raft_consensus.cc:2468] T bc5712bc28e343fcafb572c9c5eff33c P 847dfde2e93d42318dbbc24d4cea7a90 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b6454adbd8f1434e803a05a9f55bf93d in term 0.
I20260608 12:41:17.587024  6851 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc5712bc28e343fcafb572c9c5eff33c" candidate_uuid: "b6454adbd8f1434e803a05a9f55bf93d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4c526c383b19428f89261c5da778c039" is_pre_election: true
I20260608 12:41:17.587469  6850 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5ee13f5689dd41e89b28bc7fcb997246" candidate_uuid: "b6454adbd8f1434e803a05a9f55bf93d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4c526c383b19428f89261c5da778c039" is_pre_election: true
I20260608 12:41:17.587739  6891 leader_election.cc:304] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 847dfde2e93d42318dbbc24d4cea7a90, b6454adbd8f1434e803a05a9f55bf93d; no voters: 
I20260608 12:41:17.587903  6851 raft_consensus.cc:2468] T bc5712bc28e343fcafb572c9c5eff33c P 4c526c383b19428f89261c5da778c039 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b6454adbd8f1434e803a05a9f55bf93d in term 0.
I20260608 12:41:17.588253  6850 raft_consensus.cc:2468] T 5ee13f5689dd41e89b28bc7fcb997246 P 4c526c383b19428f89261c5da778c039 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b6454adbd8f1434e803a05a9f55bf93d in term 0.
I20260608 12:41:17.588734  6976 raft_consensus.cc:2804] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:17.588943  6891 leader_election.cc:304] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 847dfde2e93d42318dbbc24d4cea7a90, b6454adbd8f1434e803a05a9f55bf93d; no voters: 
I20260608 12:41:17.589298  6976 raft_consensus.cc:493] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:17.589768  6976 raft_consensus.cc:3060] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:17.591164  6994 raft_consensus.cc:2804] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:17.591638  6994 raft_consensus.cc:493] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:17.592003  6994 raft_consensus.cc:3060] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:17.596849  6976 raft_consensus.cc:515] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } }
I20260608 12:41:17.597707  6994 raft_consensus.cc:515] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } }
I20260608 12:41:17.599186  6976 leader_election.cc:290] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [CANDIDATE]: Term 1 election: Requested vote from peers 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193:46187), 4c526c383b19428f89261c5da778c039 (127.0.107.194:41817)
I20260608 12:41:17.599812  6994 leader_election.cc:290] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [CANDIDATE]: Term 1 election: Requested vote from peers 4c526c383b19428f89261c5da778c039 (127.0.107.194:41817), 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193:46187)
I20260608 12:41:17.600101  6775 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc5712bc28e343fcafb572c9c5eff33c" candidate_uuid: "b6454adbd8f1434e803a05a9f55bf93d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "847dfde2e93d42318dbbc24d4cea7a90"
I20260608 12:41:17.600442  6850 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc5712bc28e343fcafb572c9c5eff33c" candidate_uuid: "b6454adbd8f1434e803a05a9f55bf93d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4c526c383b19428f89261c5da778c039"
I20260608 12:41:17.600807  6775 raft_consensus.cc:3060] T bc5712bc28e343fcafb572c9c5eff33c P 847dfde2e93d42318dbbc24d4cea7a90 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:17.601230  6850 raft_consensus.cc:3060] T bc5712bc28e343fcafb572c9c5eff33c P 4c526c383b19428f89261c5da778c039 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:17.602203  6776 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5ee13f5689dd41e89b28bc7fcb997246" candidate_uuid: "b6454adbd8f1434e803a05a9f55bf93d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "847dfde2e93d42318dbbc24d4cea7a90"
I20260608 12:41:17.602638  6851 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5ee13f5689dd41e89b28bc7fcb997246" candidate_uuid: "b6454adbd8f1434e803a05a9f55bf93d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4c526c383b19428f89261c5da778c039"
I20260608 12:41:17.602922  6776 raft_consensus.cc:3060] T 5ee13f5689dd41e89b28bc7fcb997246 P 847dfde2e93d42318dbbc24d4cea7a90 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:17.603354  6851 raft_consensus.cc:3060] T 5ee13f5689dd41e89b28bc7fcb997246 P 4c526c383b19428f89261c5da778c039 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:17.609697  6775 raft_consensus.cc:2468] T bc5712bc28e343fcafb572c9c5eff33c P 847dfde2e93d42318dbbc24d4cea7a90 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b6454adbd8f1434e803a05a9f55bf93d in term 1.
I20260608 12:41:17.610132  6850 raft_consensus.cc:2468] T bc5712bc28e343fcafb572c9c5eff33c P 4c526c383b19428f89261c5da778c039 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b6454adbd8f1434e803a05a9f55bf93d in term 1.
I20260608 12:41:17.611294  6776 raft_consensus.cc:2468] T 5ee13f5689dd41e89b28bc7fcb997246 P 847dfde2e93d42318dbbc24d4cea7a90 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b6454adbd8f1434e803a05a9f55bf93d in term 1.
I20260608 12:41:17.611581  6891 leader_election.cc:304] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 847dfde2e93d42318dbbc24d4cea7a90, b6454adbd8f1434e803a05a9f55bf93d; no voters: 
I20260608 12:41:17.611822  6851 raft_consensus.cc:2468] T 5ee13f5689dd41e89b28bc7fcb997246 P 4c526c383b19428f89261c5da778c039 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b6454adbd8f1434e803a05a9f55bf93d in term 1.
I20260608 12:41:17.612766  6994 raft_consensus.cc:2804] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:17.613371  6994 raft_consensus.cc:697] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [term 1 LEADER]: Becoming Leader. State: Replica: b6454adbd8f1434e803a05a9f55bf93d, State: Running, Role: LEADER
I20260608 12:41:17.613467  6891 leader_election.cc:304] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 847dfde2e93d42318dbbc24d4cea7a90, b6454adbd8f1434e803a05a9f55bf93d; no voters: 
I20260608 12:41:17.614535  6976 raft_consensus.cc:2804] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:17.614377  6994 consensus_queue.cc:237] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } }
I20260608 12:41:17.616144  6976 raft_consensus.cc:697] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [term 1 LEADER]: Becoming Leader. State: Replica: b6454adbd8f1434e803a05a9f55bf93d, State: Running, Role: LEADER
I20260608 12:41:17.617722  6976 consensus_queue.cc:237] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } }
I20260608 12:41:17.625262  6977 raft_consensus.cc:493] T 316a3be01f7b455a990005fd476c4019 P 847dfde2e93d42318dbbc24d4cea7a90 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:17.625784  6977 raft_consensus.cc:515] T 316a3be01f7b455a990005fd476c4019 P 847dfde2e93d42318dbbc24d4cea7a90 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } }
I20260608 12:41:17.625799  6674 catalog_manager.cc:5696] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d reported cstate change: term changed from 0 to 1, leader changed from <none> to b6454adbd8f1434e803a05a9f55bf93d (127.0.107.195). New cstate: current_term: 1 leader_uuid: "b6454adbd8f1434e803a05a9f55bf93d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:17.628191  6977 leader_election.cc:290] T 316a3be01f7b455a990005fd476c4019 P 847dfde2e93d42318dbbc24d4cea7a90 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4c526c383b19428f89261c5da778c039 (127.0.107.194:41817), b6454adbd8f1434e803a05a9f55bf93d (127.0.107.195:34459)
I20260608 12:41:17.642563  6851 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "316a3be01f7b455a990005fd476c4019" candidate_uuid: "847dfde2e93d42318dbbc24d4cea7a90" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4c526c383b19428f89261c5da778c039" is_pre_election: true
I20260608 12:41:17.643369  6851 raft_consensus.cc:2468] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 847dfde2e93d42318dbbc24d4cea7a90 in term 0.
W20260608 12:41:17.645067  6705 debug-util.cc:398] Leaking SignalData structure 0x7b08001416a0 after lost signal to thread 434
I20260608 12:41:17.645619  6674 catalog_manager.cc:5696] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d reported cstate change: term changed from 0 to 1, leader changed from <none> to b6454adbd8f1434e803a05a9f55bf93d (127.0.107.195). New cstate: current_term: 1 leader_uuid: "b6454adbd8f1434e803a05a9f55bf93d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:17.647564  6925 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "316a3be01f7b455a990005fd476c4019" candidate_uuid: "847dfde2e93d42318dbbc24d4cea7a90" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b6454adbd8f1434e803a05a9f55bf93d" is_pre_election: true
I20260608 12:41:17.648317  6925 raft_consensus.cc:2468] T 316a3be01f7b455a990005fd476c4019 P b6454adbd8f1434e803a05a9f55bf93d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 847dfde2e93d42318dbbc24d4cea7a90 in term 0.
I20260608 12:41:17.648547  6742 leader_election.cc:304] T 316a3be01f7b455a990005fd476c4019 P 847dfde2e93d42318dbbc24d4cea7a90 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4c526c383b19428f89261c5da778c039, 847dfde2e93d42318dbbc24d4cea7a90; no voters: 
I20260608 12:41:17.649456  6977 raft_consensus.cc:2804] T 316a3be01f7b455a990005fd476c4019 P 847dfde2e93d42318dbbc24d4cea7a90 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:17.649919  6977 raft_consensus.cc:493] T 316a3be01f7b455a990005fd476c4019 P 847dfde2e93d42318dbbc24d4cea7a90 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:17.650278  6977 raft_consensus.cc:3060] T 316a3be01f7b455a990005fd476c4019 P 847dfde2e93d42318dbbc24d4cea7a90 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:17.659613  6977 raft_consensus.cc:515] T 316a3be01f7b455a990005fd476c4019 P 847dfde2e93d42318dbbc24d4cea7a90 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } }
I20260608 12:41:17.662834  6977 leader_election.cc:290] T 316a3be01f7b455a990005fd476c4019 P 847dfde2e93d42318dbbc24d4cea7a90 [CANDIDATE]: Term 1 election: Requested vote from peers 4c526c383b19428f89261c5da778c039 (127.0.107.194:41817), b6454adbd8f1434e803a05a9f55bf93d (127.0.107.195:34459)
I20260608 12:41:17.663046  6851 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "316a3be01f7b455a990005fd476c4019" candidate_uuid: "847dfde2e93d42318dbbc24d4cea7a90" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4c526c383b19428f89261c5da778c039"
I20260608 12:41:17.663517  6925 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "316a3be01f7b455a990005fd476c4019" candidate_uuid: "847dfde2e93d42318dbbc24d4cea7a90" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b6454adbd8f1434e803a05a9f55bf93d"
I20260608 12:41:17.663756  6851 raft_consensus.cc:3060] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:17.664104  6925 raft_consensus.cc:3060] T 316a3be01f7b455a990005fd476c4019 P b6454adbd8f1434e803a05a9f55bf93d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:17.671126  6925 raft_consensus.cc:2468] T 316a3be01f7b455a990005fd476c4019 P b6454adbd8f1434e803a05a9f55bf93d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 847dfde2e93d42318dbbc24d4cea7a90 in term 1.
I20260608 12:41:17.671126  6851 raft_consensus.cc:2468] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 847dfde2e93d42318dbbc24d4cea7a90 in term 1.
I20260608 12:41:17.672889  6741 leader_election.cc:304] T 316a3be01f7b455a990005fd476c4019 P 847dfde2e93d42318dbbc24d4cea7a90 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 847dfde2e93d42318dbbc24d4cea7a90, b6454adbd8f1434e803a05a9f55bf93d; no voters: 
I20260608 12:41:17.674293  6977 raft_consensus.cc:2804] T 316a3be01f7b455a990005fd476c4019 P 847dfde2e93d42318dbbc24d4cea7a90 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:17.675855  6977 raft_consensus.cc:697] T 316a3be01f7b455a990005fd476c4019 P 847dfde2e93d42318dbbc24d4cea7a90 [term 1 LEADER]: Becoming Leader. State: Replica: 847dfde2e93d42318dbbc24d4cea7a90, State: Running, Role: LEADER
I20260608 12:41:17.677548  6977 consensus_queue.cc:237] T 316a3be01f7b455a990005fd476c4019 P 847dfde2e93d42318dbbc24d4cea7a90 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } }
I20260608 12:41:17.686931  6674 catalog_manager.cc:5696] T 316a3be01f7b455a990005fd476c4019 P 847dfde2e93d42318dbbc24d4cea7a90 reported cstate change: term changed from 0 to 1, leader changed from <none> to 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "847dfde2e93d42318dbbc24d4cea7a90" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:17.786075   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:17.811492   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:17.812417   431 tablet_replica.cc:333] T bc5712bc28e343fcafb572c9c5eff33c P 847dfde2e93d42318dbbc24d4cea7a90: stopping tablet replica
I20260608 12:41:17.813098   431 raft_consensus.cc:2243] T bc5712bc28e343fcafb572c9c5eff33c P 847dfde2e93d42318dbbc24d4cea7a90 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:17.813527   431 raft_consensus.cc:2272] T bc5712bc28e343fcafb572c9c5eff33c P 847dfde2e93d42318dbbc24d4cea7a90 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:17.815824   431 tablet_replica.cc:333] T 85c8146317a748aca8329b569b1d6d44 P 847dfde2e93d42318dbbc24d4cea7a90: stopping tablet replica
I20260608 12:41:17.816358   431 raft_consensus.cc:2243] T 85c8146317a748aca8329b569b1d6d44 P 847dfde2e93d42318dbbc24d4cea7a90 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:17.816751   431 raft_consensus.cc:2272] T 85c8146317a748aca8329b569b1d6d44 P 847dfde2e93d42318dbbc24d4cea7a90 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:17.818753   431 tablet_replica.cc:333] T 5ee13f5689dd41e89b28bc7fcb997246 P 847dfde2e93d42318dbbc24d4cea7a90: stopping tablet replica
I20260608 12:41:17.819299   431 raft_consensus.cc:2243] T 5ee13f5689dd41e89b28bc7fcb997246 P 847dfde2e93d42318dbbc24d4cea7a90 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:17.819787   431 raft_consensus.cc:2272] T 5ee13f5689dd41e89b28bc7fcb997246 P 847dfde2e93d42318dbbc24d4cea7a90 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:17.821767   431 tablet_replica.cc:333] T 316a3be01f7b455a990005fd476c4019 P 847dfde2e93d42318dbbc24d4cea7a90: stopping tablet replica
I20260608 12:41:17.822269   431 raft_consensus.cc:2243] T 316a3be01f7b455a990005fd476c4019 P 847dfde2e93d42318dbbc24d4cea7a90 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:17.822844   431 pending_rounds.cc:70] T 316a3be01f7b455a990005fd476c4019 P 847dfde2e93d42318dbbc24d4cea7a90: Trying to abort 1 pending ops.
I20260608 12:41:17.823104   431 pending_rounds.cc:77] T 316a3be01f7b455a990005fd476c4019 P 847dfde2e93d42318dbbc24d4cea7a90: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658468578426880 op_type: NO_OP noop_request { }
I20260608 12:41:17.823453   431 raft_consensus.cc:2889] T 316a3be01f7b455a990005fd476c4019 P 847dfde2e93d42318dbbc24d4cea7a90 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:17.823746   431 raft_consensus.cc:2272] T 316a3be01f7b455a990005fd476c4019 P 847dfde2e93d42318dbbc24d4cea7a90 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:17.849316   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:18.055003  6984 consensus_queue.cc:1048] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260608 12:41:18.077261  6817 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46187: connect: Connection refused (error 111) [suppressed 5 similar messages]
W20260608 12:41:18.085127  6817 consensus_peers.cc:597] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 -> Peer 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193:46187): Couldn't send request to peer 847dfde2e93d42318dbbc24d4cea7a90. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46187: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:18.089494  6976 consensus_queue.cc:1048] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [LEADER]: Connected to new peer: Peer: permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260608 12:41:18.094638  6891 consensus_peers.cc:597] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d -> Peer 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193:46187): Couldn't send request to peer 847dfde2e93d42318dbbc24d4cea7a90. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46187: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:18.112987  6891 consensus_peers.cc:597] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d -> Peer 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193:46187): Couldn't send request to peer 847dfde2e93d42318dbbc24d4cea7a90. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46187: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:18.121644  6994 consensus_queue.cc:1048] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [LEADER]: Connected to new peer: Peer: permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:18.668287  6976 consensus_queue.cc:579] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [LEADER]: Leader has been unable to successfully communicate with peer 847dfde2e93d42318dbbc24d4cea7a90 for more than 1 seconds (1.053s)
W20260608 12:41:18.679790  6674 catalog_manager.cc:5374] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet bc5712bc28e343fcafb572c9c5eff33c with cas_config_opid_index -1: no extra replica candidate found for tablet bc5712bc28e343fcafb572c9c5eff33c (table test-workload [id=d75d6e7a704c4fa8b7150c63ebad6312]): 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
W20260608 12:41:18.759101  6722 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 847dfde2e93d42318dbbc24d4cea7a90 not available for placement
I20260608 12:41:18.863922   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:18.870712  7014 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:18.871038  7015 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:18.874504  7017 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:18.874760   431 server_base.cc:1061] running on GCE node
I20260608 12:41:18.876482   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:18.876729   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.
I20260608 12:41:18.876914   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922478876895 us; error 0 us; skew 500 ppm
I20260608 12:41:18.877517   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:18.880542   431 webserver.cc:533] Webserver started at http://127.0.107.196:42385/ using document root <none> and password file <none>
I20260608 12:41:18.881049   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:18.881253   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:18.881543   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:18.882843   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922302632525-431-0/minicluster-data/ts-3-root/instance:
uuid: "34fb639529e447f1b88f91664a4d737e"
format_stamp: "Formatted at 2026-06-08 12:41:18 on dist-test-slave-g6ln"
I20260608 12:41:18.887981   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260608 12:41:18.891830  7022 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:18.892764   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 12:41:18.893118   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922302632525-431-0/minicluster-data/ts-3-root
uuid: "34fb639529e447f1b88f91664a4d737e"
format_stamp: "Formatted at 2026-06-08 12:41:18 on dist-test-slave-g6ln"
I20260608 12:41:18.893430   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922302632525-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922302632525-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922302632525-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)
I20260608 12:41:18.918116   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:18.919319   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:18.921130   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:18.923844   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:18.924098   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:18.924361   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:18.924530   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:18.979677   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:37175
I20260608 12:41:18.979756  7084 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:37175 every 8 connection(s)
I20260608 12:41:18.998909  7085 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41117
I20260608 12:41:18.999337  7085 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:19.000174  7085 heartbeater.cc:507] Master 127.0.107.254:41117 requested a full tablet report, sending...
I20260608 12:41:19.002354  6674 ts_manager.cc:194] Registered new tserver with Master: 34fb639529e447f1b88f91664a4d737e (127.0.107.196:37175)
I20260608 12:41:19.004052  6674 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35396
I20260608 12:41:19.014649  7013 consensus_queue.cc:579] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [LEADER]: Leader has been unable to successfully communicate with peer 847dfde2e93d42318dbbc24d4cea7a90 for more than 1 seconds (1.394s)
I20260608 12:41:19.022596  7003 consensus_queue.cc:579] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [LEADER]: Leader has been unable to successfully communicate with peer 847dfde2e93d42318dbbc24d4cea7a90 for more than 1 seconds (1.481s)
I20260608 12:41:19.026997  6925 consensus_queue.cc:237] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [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: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: true } }
I20260608 12:41:19.035288  6924 consensus_queue.cc:237] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [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: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: true } }
I20260608 12:41:19.058610  6851 raft_consensus.cc:1275] T 5ee13f5689dd41e89b28bc7fcb997246 P 4c526c383b19428f89261c5da778c039 [term 1 FOLLOWER]: Refusing update from remote peer b6454adbd8f1434e803a05a9f55bf93d: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:19.061911  6851 raft_consensus.cc:1275] T bc5712bc28e343fcafb572c9c5eff33c P 4c526c383b19428f89261c5da778c039 [term 1 FOLLOWER]: Refusing update from remote peer b6454adbd8f1434e803a05a9f55bf93d: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:19.066962  7013 consensus_queue.cc:1048] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [LEADER]: Connected to new peer: Peer: permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:19.068353  6851 consensus_queue.cc:237] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [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: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: true } }
I20260608 12:41:19.069562  7013 consensus_queue.cc:1048] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [LEADER]: Connected to new peer: Peer: permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:41:19.079957  6891 consensus_peers.cc:597] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d -> Peer 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193:46187): Couldn't send request to peer 847dfde2e93d42318dbbc24d4cea7a90. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46187: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:19.080524  6891 consensus_peers.cc:597] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d -> Peer 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193:46187): Couldn't send request to peer 847dfde2e93d42318dbbc24d4cea7a90. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46187: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:19.082937  7013 raft_consensus.cc:2955] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 34fb639529e447f1b88f91664a4d737e (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: true } } }
I20260608 12:41:19.091523  6924 raft_consensus.cc:1275] T 85c8146317a748aca8329b569b1d6d44 P b6454adbd8f1434e803a05a9f55bf93d [term 1 FOLLOWER]: Refusing update from remote peer 4c526c383b19428f89261c5da778c039: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:19.094394  7089 consensus_queue.cc:1048] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:41:19.107262  6851 raft_consensus.cc:2955] T 5ee13f5689dd41e89b28bc7fcb997246 P 4c526c383b19428f89261c5da778c039 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 34fb639529e447f1b88f91664a4d737e (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: true } } }
I20260608 12:41:19.120368  6976 raft_consensus.cc:2955] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 34fb639529e447f1b88f91664a4d737e (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: true } } }
I20260608 12:41:19.138260  6850 raft_consensus.cc:2955] T bc5712bc28e343fcafb572c9c5eff33c P 4c526c383b19428f89261c5da778c039 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 34fb639529e447f1b88f91664a4d737e (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: true } } }
W20260608 12:41:19.151631  6817 consensus_peers.cc:597] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 -> Peer 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193:46187): Couldn't send request to peer 847dfde2e93d42318dbbc24d4cea7a90. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46187: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:19.159548  6815 consensus_peers.cc:597] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 -> Peer 34fb639529e447f1b88f91664a4d737e (127.0.107.196:37175): Couldn't send request to peer 34fb639529e447f1b88f91664a4d737e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 85c8146317a748aca8329b569b1d6d44. This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:19.169569  6889 consensus_peers.cc:597] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d -> Peer 34fb639529e447f1b88f91664a4d737e (127.0.107.196:37175): Couldn't send request to peer 34fb639529e447f1b88f91664a4d737e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 5ee13f5689dd41e89b28bc7fcb997246. This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:19.170763  6889 consensus_peers.cc:597] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d -> Peer 34fb639529e447f1b88f91664a4d737e (127.0.107.196:37175): Couldn't send request to peer 34fb639529e447f1b88f91664a4d737e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: bc5712bc28e343fcafb572c9c5eff33c. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:19.172716  6660 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet bc5712bc28e343fcafb572c9c5eff33c with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 5)
I20260608 12:41:19.183161  6674 catalog_manager.cc:5696] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d reported cstate change: config changed from index -1 to 2, NON_VOTER 34fb639529e447f1b88f91664a4d737e (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "b6454adbd8f1434e803a05a9f55bf93d" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:19.204720  6671 catalog_manager.cc:5696] T 5ee13f5689dd41e89b28bc7fcb997246 P 4c526c383b19428f89261c5da778c039 reported cstate change: config changed from index -1 to 2, NON_VOTER 34fb639529e447f1b88f91664a4d737e (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "b6454adbd8f1434e803a05a9f55bf93d" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: true } } }
I20260608 12:41:19.209388  6660 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 5ee13f5689dd41e89b28bc7fcb997246 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260608 12:41:19.213308  7003 raft_consensus.cc:2955] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 34fb639529e447f1b88f91664a4d737e (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: true } } }
I20260608 12:41:19.221457  6925 raft_consensus.cc:2955] T 85c8146317a748aca8329b569b1d6d44 P b6454adbd8f1434e803a05a9f55bf93d [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 34fb639529e447f1b88f91664a4d737e (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: true } } }
I20260608 12:41:19.229187  6661 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 85c8146317a748aca8329b569b1d6d44 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260608 12:41:19.249934  6674 catalog_manager.cc:5696] T 85c8146317a748aca8329b569b1d6d44 P b6454adbd8f1434e803a05a9f55bf93d reported cstate change: config changed from index -1 to 2, NON_VOTER 34fb639529e447f1b88f91664a4d737e (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "4c526c383b19428f89261c5da778c039" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: true } } }
I20260608 12:41:19.428530  7105 ts_tablet_manager.cc:933] T 5ee13f5689dd41e89b28bc7fcb997246 P 34fb639529e447f1b88f91664a4d737e: Initiating tablet copy from peer b6454adbd8f1434e803a05a9f55bf93d (127.0.107.195:34459)
I20260608 12:41:19.430665  7105 tablet_copy_client.cc:323] T 5ee13f5689dd41e89b28bc7fcb997246 P 34fb639529e447f1b88f91664a4d737e: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:34459
I20260608 12:41:19.442855  6935 tablet_copy_service.cc:140] P b6454adbd8f1434e803a05a9f55bf93d: Received BeginTabletCopySession request for tablet 5ee13f5689dd41e89b28bc7fcb997246 from peer 34fb639529e447f1b88f91664a4d737e ({username='slave'} at 127.0.0.1:53034)
I20260608 12:41:19.443557  6935 tablet_copy_service.cc:161] P b6454adbd8f1434e803a05a9f55bf93d: Beginning new tablet copy session on tablet 5ee13f5689dd41e89b28bc7fcb997246 from peer 34fb639529e447f1b88f91664a4d737e at {username='slave'} at 127.0.0.1:53034: session id = 34fb639529e447f1b88f91664a4d737e-5ee13f5689dd41e89b28bc7fcb997246
I20260608 12:41:19.452339  6935 tablet_copy_source_session.cc:215] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:19.455961  7105 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5ee13f5689dd41e89b28bc7fcb997246. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:19.466782  7105 tablet_copy_client.cc:806] T 5ee13f5689dd41e89b28bc7fcb997246 P 34fb639529e447f1b88f91664a4d737e: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:19.467381  7105 tablet_copy_client.cc:670] T 5ee13f5689dd41e89b28bc7fcb997246 P 34fb639529e447f1b88f91664a4d737e: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:19.471539  7105 tablet_copy_client.cc:538] T 5ee13f5689dd41e89b28bc7fcb997246 P 34fb639529e447f1b88f91664a4d737e: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:19.477591  7105 tablet_bootstrap.cc:492] T 5ee13f5689dd41e89b28bc7fcb997246 P 34fb639529e447f1b88f91664a4d737e: Bootstrap starting.
I20260608 12:41:19.494407  7105 tablet_bootstrap.cc:492] T 5ee13f5689dd41e89b28bc7fcb997246 P 34fb639529e447f1b88f91664a4d737e: 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
I20260608 12:41:19.495206  7105 tablet_bootstrap.cc:492] T 5ee13f5689dd41e89b28bc7fcb997246 P 34fb639529e447f1b88f91664a4d737e: Bootstrap complete.
I20260608 12:41:19.495865  7105 ts_tablet_manager.cc:1403] T 5ee13f5689dd41e89b28bc7fcb997246 P 34fb639529e447f1b88f91664a4d737e: Time spent bootstrapping tablet: real 0.018s	user 0.012s	sys 0.008s
I20260608 12:41:19.498724  7105 raft_consensus.cc:359] T 5ee13f5689dd41e89b28bc7fcb997246 P 34fb639529e447f1b88f91664a4d737e [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: true } }
I20260608 12:41:19.499449  7105 raft_consensus.cc:740] T 5ee13f5689dd41e89b28bc7fcb997246 P 34fb639529e447f1b88f91664a4d737e [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 34fb639529e447f1b88f91664a4d737e, State: Initialized, Role: LEARNER
I20260608 12:41:19.500131  7105 consensus_queue.cc:260] T 5ee13f5689dd41e89b28bc7fcb997246 P 34fb639529e447f1b88f91664a4d737e [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: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: true } }
I20260608 12:41:19.502439  7085 heartbeater.cc:499] Master 127.0.107.254:41117 was elected leader, sending a full tablet report...
I20260608 12:41:19.502853  7105 ts_tablet_manager.cc:1434] T 5ee13f5689dd41e89b28bc7fcb997246 P 34fb639529e447f1b88f91664a4d737e: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.001s
I20260608 12:41:19.505148  6935 tablet_copy_service.cc:342] P b6454adbd8f1434e803a05a9f55bf93d: Request end of tablet copy session 34fb639529e447f1b88f91664a4d737e-5ee13f5689dd41e89b28bc7fcb997246 received from {username='slave'} at 127.0.0.1:53034
I20260608 12:41:19.505584  6935 tablet_copy_service.cc:434] P b6454adbd8f1434e803a05a9f55bf93d: ending tablet copy session 34fb639529e447f1b88f91664a4d737e-5ee13f5689dd41e89b28bc7fcb997246 on tablet 5ee13f5689dd41e89b28bc7fcb997246 with peer 34fb639529e447f1b88f91664a4d737e
I20260608 12:41:19.606899  7105 ts_tablet_manager.cc:933] T 85c8146317a748aca8329b569b1d6d44 P 34fb639529e447f1b88f91664a4d737e: Initiating tablet copy from peer 4c526c383b19428f89261c5da778c039 (127.0.107.194:41817)
I20260608 12:41:19.608770  7105 tablet_copy_client.cc:323] T 85c8146317a748aca8329b569b1d6d44 P 34fb639529e447f1b88f91664a4d737e: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:41817
I20260608 12:41:19.618592  6861 tablet_copy_service.cc:140] P 4c526c383b19428f89261c5da778c039: Received BeginTabletCopySession request for tablet 85c8146317a748aca8329b569b1d6d44 from peer 34fb639529e447f1b88f91664a4d737e ({username='slave'} at 127.0.0.1:52708)
I20260608 12:41:19.619184  6861 tablet_copy_service.cc:161] P 4c526c383b19428f89261c5da778c039: Beginning new tablet copy session on tablet 85c8146317a748aca8329b569b1d6d44 from peer 34fb639529e447f1b88f91664a4d737e at {username='slave'} at 127.0.0.1:52708: session id = 34fb639529e447f1b88f91664a4d737e-85c8146317a748aca8329b569b1d6d44
I20260608 12:41:19.624699  6861 tablet_copy_source_session.cc:215] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:19.628062  7105 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 85c8146317a748aca8329b569b1d6d44. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:19.644547  7112 ts_tablet_manager.cc:933] T bc5712bc28e343fcafb572c9c5eff33c P 34fb639529e447f1b88f91664a4d737e: Initiating tablet copy from peer b6454adbd8f1434e803a05a9f55bf93d (127.0.107.195:34459)
I20260608 12:41:19.646574  7105 tablet_copy_client.cc:806] T 85c8146317a748aca8329b569b1d6d44 P 34fb639529e447f1b88f91664a4d737e: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:19.646642  7112 tablet_copy_client.cc:323] T bc5712bc28e343fcafb572c9c5eff33c P 34fb639529e447f1b88f91664a4d737e: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:34459
I20260608 12:41:19.647454  7105 tablet_copy_client.cc:670] T 85c8146317a748aca8329b569b1d6d44 P 34fb639529e447f1b88f91664a4d737e: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:19.648972  6935 tablet_copy_service.cc:140] P b6454adbd8f1434e803a05a9f55bf93d: Received BeginTabletCopySession request for tablet bc5712bc28e343fcafb572c9c5eff33c from peer 34fb639529e447f1b88f91664a4d737e ({username='slave'} at 127.0.0.1:53034)
I20260608 12:41:19.649597  6935 tablet_copy_service.cc:161] P b6454adbd8f1434e803a05a9f55bf93d: Beginning new tablet copy session on tablet bc5712bc28e343fcafb572c9c5eff33c from peer 34fb639529e447f1b88f91664a4d737e at {username='slave'} at 127.0.0.1:53034: session id = 34fb639529e447f1b88f91664a4d737e-bc5712bc28e343fcafb572c9c5eff33c
I20260608 12:41:19.651368  7105 tablet_copy_client.cc:538] T 85c8146317a748aca8329b569b1d6d44 P 34fb639529e447f1b88f91664a4d737e: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:19.658185  7105 tablet_bootstrap.cc:492] T 85c8146317a748aca8329b569b1d6d44 P 34fb639529e447f1b88f91664a4d737e: Bootstrap starting.
I20260608 12:41:19.658428  6935 tablet_copy_source_session.cc:215] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:19.662078  7112 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bc5712bc28e343fcafb572c9c5eff33c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:19.678498  7112 tablet_copy_client.cc:806] T bc5712bc28e343fcafb572c9c5eff33c P 34fb639529e447f1b88f91664a4d737e: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:19.679127  7112 tablet_copy_client.cc:670] T bc5712bc28e343fcafb572c9c5eff33c P 34fb639529e447f1b88f91664a4d737e: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:19.679337  7105 tablet_bootstrap.cc:492] T 85c8146317a748aca8329b569b1d6d44 P 34fb639529e447f1b88f91664a4d737e: 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
I20260608 12:41:19.680146  7105 tablet_bootstrap.cc:492] T 85c8146317a748aca8329b569b1d6d44 P 34fb639529e447f1b88f91664a4d737e: Bootstrap complete.
I20260608 12:41:19.680745  7105 ts_tablet_manager.cc:1403] T 85c8146317a748aca8329b569b1d6d44 P 34fb639529e447f1b88f91664a4d737e: Time spent bootstrapping tablet: real 0.023s	user 0.022s	sys 0.001s
I20260608 12:41:19.683495  7112 tablet_copy_client.cc:538] T bc5712bc28e343fcafb572c9c5eff33c P 34fb639529e447f1b88f91664a4d737e: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:19.683692  7105 raft_consensus.cc:359] T 85c8146317a748aca8329b569b1d6d44 P 34fb639529e447f1b88f91664a4d737e [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: true } }
I20260608 12:41:19.684571  7105 raft_consensus.cc:740] T 85c8146317a748aca8329b569b1d6d44 P 34fb639529e447f1b88f91664a4d737e [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 34fb639529e447f1b88f91664a4d737e, State: Initialized, Role: LEARNER
I20260608 12:41:19.685245  7105 consensus_queue.cc:260] T 85c8146317a748aca8329b569b1d6d44 P 34fb639529e447f1b88f91664a4d737e [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: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: true } }
I20260608 12:41:19.687588  7104 raft_consensus.cc:493] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:19.688115  7104 raft_consensus.cc:515] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } }
I20260608 12:41:19.689154  7105 ts_tablet_manager.cc:1434] T 85c8146317a748aca8329b569b1d6d44 P 34fb639529e447f1b88f91664a4d737e: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.004s
I20260608 12:41:19.692253  7104 leader_election.cc:290] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193:46187), b6454adbd8f1434e803a05a9f55bf93d (127.0.107.195:34459)
I20260608 12:41:19.693809  6925 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "316a3be01f7b455a990005fd476c4019" candidate_uuid: "4c526c383b19428f89261c5da778c039" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b6454adbd8f1434e803a05a9f55bf93d" is_pre_election: true
I20260608 12:41:19.694468  6925 raft_consensus.cc:2468] T 316a3be01f7b455a990005fd476c4019 P b6454adbd8f1434e803a05a9f55bf93d [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4c526c383b19428f89261c5da778c039 in term 1.
I20260608 12:41:19.695910  6861 tablet_copy_service.cc:342] P 4c526c383b19428f89261c5da778c039: Request end of tablet copy session 34fb639529e447f1b88f91664a4d737e-85c8146317a748aca8329b569b1d6d44 received from {username='slave'} at 127.0.0.1:52708
I20260608 12:41:19.696028  6816 leader_election.cc:304] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [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: 4c526c383b19428f89261c5da778c039, b6454adbd8f1434e803a05a9f55bf93d; no voters: 
I20260608 12:41:19.696420  6861 tablet_copy_service.cc:434] P 4c526c383b19428f89261c5da778c039: ending tablet copy session 34fb639529e447f1b88f91664a4d737e-85c8146317a748aca8329b569b1d6d44 on tablet 85c8146317a748aca8329b569b1d6d44 with peer 34fb639529e447f1b88f91664a4d737e
I20260608 12:41:19.696985  7104 raft_consensus.cc:2804] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:41:19.697338  7104 raft_consensus.cc:493] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:19.697697  7104 raft_consensus.cc:3060] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:19.709194  7112 tablet_bootstrap.cc:492] T bc5712bc28e343fcafb572c9c5eff33c P 34fb639529e447f1b88f91664a4d737e: Bootstrap starting.
I20260608 12:41:19.709686  7104 raft_consensus.cc:515] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } }
I20260608 12:41:19.712260  7104 leader_election.cc:290] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [CANDIDATE]: Term 2 election: Requested vote from peers 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193:46187), b6454adbd8f1434e803a05a9f55bf93d (127.0.107.195:34459)
I20260608 12:41:19.714172  6925 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "316a3be01f7b455a990005fd476c4019" candidate_uuid: "4c526c383b19428f89261c5da778c039" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b6454adbd8f1434e803a05a9f55bf93d"
I20260608 12:41:19.714692  6925 raft_consensus.cc:3060] T 316a3be01f7b455a990005fd476c4019 P b6454adbd8f1434e803a05a9f55bf93d [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:19.723289  6925 raft_consensus.cc:2468] T 316a3be01f7b455a990005fd476c4019 P b6454adbd8f1434e803a05a9f55bf93d [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4c526c383b19428f89261c5da778c039 in term 2.
I20260608 12:41:19.724728  6816 leader_election.cc:304] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [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: 4c526c383b19428f89261c5da778c039, b6454adbd8f1434e803a05a9f55bf93d; no voters: 
I20260608 12:41:19.725660  7104 raft_consensus.cc:2804] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:19.726059  7104 raft_consensus.cc:697] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [term 2 LEADER]: Becoming Leader. State: Replica: 4c526c383b19428f89261c5da778c039, State: Running, Role: LEADER
I20260608 12:41:19.726889  7104 consensus_queue.cc:237] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [LEADER]: Queue going to LEADER 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: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } }
I20260608 12:41:19.737041  7112 tablet_bootstrap.cc:492] T bc5712bc28e343fcafb572c9c5eff33c P 34fb639529e447f1b88f91664a4d737e: 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
W20260608 12:41:19.739058  6817 leader_election.cc:336] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193:46187): Network error: Client connection negotiation failed: client connection to 127.0.107.193:46187: connect: Connection refused (error 111)
I20260608 12:41:19.740671  7112 tablet_bootstrap.cc:492] T bc5712bc28e343fcafb572c9c5eff33c P 34fb639529e447f1b88f91664a4d737e: Bootstrap complete.
I20260608 12:41:19.741640  7112 ts_tablet_manager.cc:1403] T bc5712bc28e343fcafb572c9c5eff33c P 34fb639529e447f1b88f91664a4d737e: Time spent bootstrapping tablet: real 0.033s	user 0.023s	sys 0.004s
I20260608 12:41:19.745151  7112 raft_consensus.cc:359] T bc5712bc28e343fcafb572c9c5eff33c P 34fb639529e447f1b88f91664a4d737e [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: true } }
W20260608 12:41:19.745793  6817 leader_election.cc:336] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193:46187): Network error: Client connection negotiation failed: client connection to 127.0.107.193:46187: connect: Connection refused (error 111)
I20260608 12:41:19.745967  7112 raft_consensus.cc:740] T bc5712bc28e343fcafb572c9c5eff33c P 34fb639529e447f1b88f91664a4d737e [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 34fb639529e447f1b88f91664a4d737e, State: Initialized, Role: LEARNER
I20260608 12:41:19.746778  7112 consensus_queue.cc:260] T bc5712bc28e343fcafb572c9c5eff33c P 34fb639529e447f1b88f91664a4d737e [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: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: true } }
I20260608 12:41:19.747673  6671 catalog_manager.cc:5696] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 reported cstate change: term changed from 1 to 2, leader changed from 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193) to 4c526c383b19428f89261c5da778c039 (127.0.107.194). New cstate: current_term: 2 leader_uuid: "4c526c383b19428f89261c5da778c039" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:19.749313  7112 ts_tablet_manager.cc:1434] T bc5712bc28e343fcafb572c9c5eff33c P 34fb639529e447f1b88f91664a4d737e: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260608 12:41:19.751314  6935 tablet_copy_service.cc:342] P b6454adbd8f1434e803a05a9f55bf93d: Request end of tablet copy session 34fb639529e447f1b88f91664a4d737e-bc5712bc28e343fcafb572c9c5eff33c received from {username='slave'} at 127.0.0.1:53034
I20260608 12:41:19.751771  6935 tablet_copy_service.cc:434] P b6454adbd8f1434e803a05a9f55bf93d: ending tablet copy session 34fb639529e447f1b88f91664a4d737e-bc5712bc28e343fcafb572c9c5eff33c on tablet bc5712bc28e343fcafb572c9c5eff33c with peer 34fb639529e447f1b88f91664a4d737e
W20260608 12:41:19.761668  6722 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 847dfde2e93d42318dbbc24d4cea7a90 not available for placement
I20260608 12:41:19.937556  7059 raft_consensus.cc:1217] T 5ee13f5689dd41e89b28bc7fcb997246 P 34fb639529e447f1b88f91664a4d737e [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:41:20.067233  7059 raft_consensus.cc:1217] T 85c8146317a748aca8329b569b1d6d44 P 34fb639529e447f1b88f91664a4d737e [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:41:20.092648  7059 raft_consensus.cc:1217] T bc5712bc28e343fcafb572c9c5eff33c P 34fb639529e447f1b88f91664a4d737e [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
W20260608 12:41:20.123817  6817 consensus_peers.cc:597] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 -> Peer 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193:46187): Couldn't send request to peer 847dfde2e93d42318dbbc24d4cea7a90. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46187: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:20.204540  6925 raft_consensus.cc:1275] T 316a3be01f7b455a990005fd476c4019 P b6454adbd8f1434e803a05a9f55bf93d [term 2 FOLLOWER]: Refusing update from remote peer 4c526c383b19428f89261c5da778c039: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260608 12:41:20.206243  7121 consensus_queue.cc:1048] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:20.289892  7119 consensus_queue.cc:579] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [LEADER]: Leader has been unable to successfully communicate with peer 847dfde2e93d42318dbbc24d4cea7a90 for more than 1 seconds (1.252s)
I20260608 12:41:20.290151  7121 consensus_queue.cc:579] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [LEADER]: Leader has been unable to successfully communicate with peer 847dfde2e93d42318dbbc24d4cea7a90 for more than 1 seconds (1.220s)
I20260608 12:41:20.388489  7119 consensus_queue.cc:579] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [LEADER]: Leader has been unable to successfully communicate with peer 847dfde2e93d42318dbbc24d4cea7a90 for more than 1 seconds (1.358s)
I20260608 12:41:20.455724  7121 raft_consensus.cc:1064] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039: attempting to promote NON_VOTER 34fb639529e447f1b88f91664a4d737e to VOTER
I20260608 12:41:20.457917  7121 consensus_queue.cc:237] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [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: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } }
I20260608 12:41:20.460475  7119 raft_consensus.cc:1064] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d: attempting to promote NON_VOTER 34fb639529e447f1b88f91664a4d737e to VOTER
I20260608 12:41:20.465260  7059 raft_consensus.cc:1275] T 85c8146317a748aca8329b569b1d6d44 P 34fb639529e447f1b88f91664a4d737e [term 1 LEARNER]: Refusing update from remote peer 4c526c383b19428f89261c5da778c039: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:20.467133  6925 raft_consensus.cc:1275] T 85c8146317a748aca8329b569b1d6d44 P b6454adbd8f1434e803a05a9f55bf93d [term 1 FOLLOWER]: Refusing update from remote peer 4c526c383b19428f89261c5da778c039: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:20.467077  7104 consensus_queue.cc:1048] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [LEADER]: Connected to new peer: Peer: permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:41:20.469377  7104 consensus_queue.cc:1048] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 12:41:20.470898  6817 consensus_peers.cc:597] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 -> Peer 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193:46187): Couldn't send request to peer 847dfde2e93d42318dbbc24d4cea7a90. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46187: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:20.463711  7119 consensus_queue.cc:237] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [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: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } }
I20260608 12:41:20.488629  7060 raft_consensus.cc:1275] T 5ee13f5689dd41e89b28bc7fcb997246 P 34fb639529e447f1b88f91664a4d737e [term 1 LEARNER]: Refusing update from remote peer b6454adbd8f1434e803a05a9f55bf93d: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:20.490499  6851 raft_consensus.cc:1275] T 5ee13f5689dd41e89b28bc7fcb997246 P 4c526c383b19428f89261c5da778c039 [term 1 FOLLOWER]: Refusing update from remote peer b6454adbd8f1434e803a05a9f55bf93d: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:20.491707  7121 raft_consensus.cc:2955] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 34fb639529e447f1b88f91664a4d737e (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } } }
I20260608 12:41:20.492532  7120 consensus_queue.cc:1048] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [LEADER]: Connected to new peer: Peer: permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:41:20.494606  7120 consensus_queue.cc:1048] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [LEADER]: Connected to new peer: Peer: permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 12:41:20.496592  6891 consensus_peers.cc:597] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d -> Peer 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193:46187): Couldn't send request to peer 847dfde2e93d42318dbbc24d4cea7a90. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46187: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:20.493937  7060 raft_consensus.cc:2955] T 85c8146317a748aca8329b569b1d6d44 P 34fb639529e447f1b88f91664a4d737e [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 34fb639529e447f1b88f91664a4d737e (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } } }
I20260608 12:41:20.507382  6925 raft_consensus.cc:2955] T 85c8146317a748aca8329b569b1d6d44 P b6454adbd8f1434e803a05a9f55bf93d [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 34fb639529e447f1b88f91664a4d737e (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } } }
I20260608 12:41:20.520081  7013 raft_consensus.cc:2955] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 34fb639529e447f1b88f91664a4d737e (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } } }
I20260608 12:41:20.514209  6671 catalog_manager.cc:5696] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 reported cstate change: config changed from index 2 to 3, 34fb639529e447f1b88f91664a4d737e (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "4c526c383b19428f89261c5da778c039" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:20.529134  6851 raft_consensus.cc:2955] T 5ee13f5689dd41e89b28bc7fcb997246 P 4c526c383b19428f89261c5da778c039 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 34fb639529e447f1b88f91664a4d737e (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } } }
I20260608 12:41:20.535620  7059 raft_consensus.cc:2955] T 5ee13f5689dd41e89b28bc7fcb997246 P 34fb639529e447f1b88f91664a4d737e [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 34fb639529e447f1b88f91664a4d737e (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } } }
I20260608 12:41:20.550438  6851 consensus_queue.cc:237] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [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: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } }
I20260608 12:41:20.557615  6925 raft_consensus.cc:1275] T 85c8146317a748aca8329b569b1d6d44 P b6454adbd8f1434e803a05a9f55bf93d [term 1 FOLLOWER]: Refusing update from remote peer 4c526c383b19428f89261c5da778c039: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:20.559561  7104 consensus_queue.cc:1048] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:20.560981  7059 raft_consensus.cc:1275] T 85c8146317a748aca8329b569b1d6d44 P 34fb639529e447f1b88f91664a4d737e [term 1 FOLLOWER]: Refusing update from remote peer 4c526c383b19428f89261c5da778c039: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:20.560354  6672 catalog_manager.cc:5696] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d reported cstate change: config changed from index 2 to 3, 34fb639529e447f1b88f91664a4d737e (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "b6454adbd8f1434e803a05a9f55bf93d" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:20.566100  7121 consensus_queue.cc:1048] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [LEADER]: Connected to new peer: Peer: permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:20.573611  7013 raft_consensus.cc:1064] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d: attempting to promote NON_VOTER 34fb639529e447f1b88f91664a4d737e to VOTER
I20260608 12:41:20.576414  7013 consensus_queue.cc:237] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [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: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } }
I20260608 12:41:20.576633  7003 raft_consensus.cc:2955] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } } }
I20260608 12:41:20.587052  6925 raft_consensus.cc:2955] T 85c8146317a748aca8329b569b1d6d44 P b6454adbd8f1434e803a05a9f55bf93d [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } } }
I20260608 12:41:20.588092  7060 raft_consensus.cc:1275] T bc5712bc28e343fcafb572c9c5eff33c P 34fb639529e447f1b88f91664a4d737e [term 1 LEARNER]: Refusing update from remote peer b6454adbd8f1434e803a05a9f55bf93d: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:20.589591  6851 raft_consensus.cc:1275] T bc5712bc28e343fcafb572c9c5eff33c P 4c526c383b19428f89261c5da778c039 [term 1 FOLLOWER]: Refusing update from remote peer b6454adbd8f1434e803a05a9f55bf93d: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:20.589957  7120 consensus_queue.cc:1048] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [LEADER]: Connected to new peer: Peer: permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:20.598734  7120 consensus_queue.cc:1048] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [LEADER]: Connected to new peer: Peer: permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:20.601182  6924 consensus_queue.cc:237] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [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: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } }
W20260608 12:41:20.598300  6891 consensus_peers.cc:597] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d -> Peer 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193:46187): Couldn't send request to peer 847dfde2e93d42318dbbc24d4cea7a90. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46187: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:20.611364  6661 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 85c8146317a748aca8329b569b1d6d44 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:20.615192  6671 catalog_manager.cc:5696] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 reported cstate change: config changed from index 3 to 4, VOTER 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "4c526c383b19428f89261c5da778c039" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:20.617575  6850 raft_consensus.cc:1275] T 5ee13f5689dd41e89b28bc7fcb997246 P 4c526c383b19428f89261c5da778c039 [term 1 FOLLOWER]: Refusing update from remote peer b6454adbd8f1434e803a05a9f55bf93d: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:20.623402  7060 raft_consensus.cc:2955] T 85c8146317a748aca8329b569b1d6d44 P 34fb639529e447f1b88f91664a4d737e [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } } }
I20260608 12:41:20.628456  7120 consensus_queue.cc:1048] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [LEADER]: Connected to new peer: Peer: permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:20.631702  7059 raft_consensus.cc:1275] T 5ee13f5689dd41e89b28bc7fcb997246 P 34fb639529e447f1b88f91664a4d737e [term 1 FOLLOWER]: Refusing update from remote peer b6454adbd8f1434e803a05a9f55bf93d: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:20.639148  7013 raft_consensus.cc:2955] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } } }
I20260608 12:41:20.640067  7119 consensus_queue.cc:1048] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [LEADER]: Connected to new peer: Peer: permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:20.645063  7059 raft_consensus.cc:2955] T 5ee13f5689dd41e89b28bc7fcb997246 P 34fb639529e447f1b88f91664a4d737e [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } } }
I20260608 12:41:20.654984  6660 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 5ee13f5689dd41e89b28bc7fcb997246 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:20.656855  6850 raft_consensus.cc:2955] T 5ee13f5689dd41e89b28bc7fcb997246 P 4c526c383b19428f89261c5da778c039 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } } }
I20260608 12:41:20.659307  6671 catalog_manager.cc:5696] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d reported cstate change: config changed from index 3 to 4, VOTER 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "b6454adbd8f1434e803a05a9f55bf93d" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
W20260608 12:41:20.698701  6661 catalog_manager.cc:4754] TS 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193:46187): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 5ee13f5689dd41e89b28bc7fcb997246: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46187: connect: Connection refused (error 111)
I20260608 12:41:20.703161  7120 raft_consensus.cc:2955] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 34fb639529e447f1b88f91664a4d737e (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } } }
I20260608 12:41:20.706454  6851 raft_consensus.cc:2955] T bc5712bc28e343fcafb572c9c5eff33c P 4c526c383b19428f89261c5da778c039 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 34fb639529e447f1b88f91664a4d737e (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } } }
I20260608 12:41:20.714684  7059 raft_consensus.cc:2955] T bc5712bc28e343fcafb572c9c5eff33c P 34fb639529e447f1b88f91664a4d737e [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 34fb639529e447f1b88f91664a4d737e (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } } }
I20260608 12:41:20.721101  6671 catalog_manager.cc:5696] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d reported cstate change: config changed from index 2 to 3, 34fb639529e447f1b88f91664a4d737e (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "b6454adbd8f1434e803a05a9f55bf93d" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:20.737531  6925 consensus_queue.cc:237] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [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: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } }
I20260608 12:41:20.744755  7059 raft_consensus.cc:1275] T bc5712bc28e343fcafb572c9c5eff33c P 34fb639529e447f1b88f91664a4d737e [term 1 FOLLOWER]: Refusing update from remote peer b6454adbd8f1434e803a05a9f55bf93d: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:20.745122  6851 raft_consensus.cc:1275] T bc5712bc28e343fcafb572c9c5eff33c P 4c526c383b19428f89261c5da778c039 [term 1 FOLLOWER]: Refusing update from remote peer b6454adbd8f1434e803a05a9f55bf93d: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:20.746704  7119 consensus_queue.cc:1048] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [LEADER]: Connected to new peer: Peer: permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:20.747759  7120 consensus_queue.cc:1048] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [LEADER]: Connected to new peer: Peer: permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:20.757390  7013 raft_consensus.cc:2955] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } } }
I20260608 12:41:20.761981  6851 raft_consensus.cc:2955] T bc5712bc28e343fcafb572c9c5eff33c P 4c526c383b19428f89261c5da778c039 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } } }
W20260608 12:41:20.765553  6722 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 847dfde2e93d42318dbbc24d4cea7a90 not available for placement
I20260608 12:41:20.760869  7059 raft_consensus.cc:2955] T bc5712bc28e343fcafb572c9c5eff33c P 34fb639529e447f1b88f91664a4d737e [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } } }
I20260608 12:41:20.778650  6660 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet bc5712bc28e343fcafb572c9c5eff33c with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:20.778677  6672 catalog_manager.cc:5696] T bc5712bc28e343fcafb572c9c5eff33c P 4c526c383b19428f89261c5da778c039 reported cstate change: config changed from index 3 to 4, VOTER 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "b6454adbd8f1434e803a05a9f55bf93d" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } } }
I20260608 12:41:21.058280  7121 consensus_queue.cc:579] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [LEADER]: Leader has been unable to successfully communicate with peer 847dfde2e93d42318dbbc24d4cea7a90 for more than 1 seconds (1.330s)
I20260608 12:41:21.072698  6851 consensus_queue.cc:237] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [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: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: true } }
I20260608 12:41:21.079087  6925 raft_consensus.cc:1275] T 316a3be01f7b455a990005fd476c4019 P b6454adbd8f1434e803a05a9f55bf93d [term 2 FOLLOWER]: Refusing update from remote peer 4c526c383b19428f89261c5da778c039: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
W20260608 12:41:21.079543  6815 consensus_peers.cc:597] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 -> Peer 34fb639529e447f1b88f91664a4d737e (127.0.107.196:37175): Couldn't send request to peer 34fb639529e447f1b88f91664a4d737e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 316a3be01f7b455a990005fd476c4019. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:21.080686  7104 consensus_queue.cc:1048] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:41:21.083875  6817 consensus_peers.cc:597] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 -> Peer 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193:46187): Couldn't send request to peer 847dfde2e93d42318dbbc24d4cea7a90. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46187: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:21.087168  7121 raft_consensus.cc:2955] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 34fb639529e447f1b88f91664a4d737e (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: true } } }
I20260608 12:41:21.089222  6925 raft_consensus.cc:2955] T 316a3be01f7b455a990005fd476c4019 P b6454adbd8f1434e803a05a9f55bf93d [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 34fb639529e447f1b88f91664a4d737e (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: true } } }
I20260608 12:41:21.097685  6661 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 316a3be01f7b455a990005fd476c4019 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260608 12:41:21.104535  6672 catalog_manager.cc:5696] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 reported cstate change: config changed from index -1 to 2, NON_VOTER 34fb639529e447f1b88f91664a4d737e (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "4c526c383b19428f89261c5da778c039" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:21.463227  7139 ts_tablet_manager.cc:933] T 316a3be01f7b455a990005fd476c4019 P 34fb639529e447f1b88f91664a4d737e: Initiating tablet copy from peer 4c526c383b19428f89261c5da778c039 (127.0.107.194:41817)
I20260608 12:41:21.464654  7139 tablet_copy_client.cc:323] T 316a3be01f7b455a990005fd476c4019 P 34fb639529e447f1b88f91664a4d737e: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:41817
I20260608 12:41:21.466113  6861 tablet_copy_service.cc:140] P 4c526c383b19428f89261c5da778c039: Received BeginTabletCopySession request for tablet 316a3be01f7b455a990005fd476c4019 from peer 34fb639529e447f1b88f91664a4d737e ({username='slave'} at 127.0.0.1:52708)
I20260608 12:41:21.466559  6861 tablet_copy_service.cc:161] P 4c526c383b19428f89261c5da778c039: Beginning new tablet copy session on tablet 316a3be01f7b455a990005fd476c4019 from peer 34fb639529e447f1b88f91664a4d737e at {username='slave'} at 127.0.0.1:52708: session id = 34fb639529e447f1b88f91664a4d737e-316a3be01f7b455a990005fd476c4019
I20260608 12:41:21.471588  6861 tablet_copy_source_session.cc:215] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:21.474236  7139 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 316a3be01f7b455a990005fd476c4019. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:21.484958  7139 tablet_copy_client.cc:806] T 316a3be01f7b455a990005fd476c4019 P 34fb639529e447f1b88f91664a4d737e: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:21.485436  7139 tablet_copy_client.cc:670] T 316a3be01f7b455a990005fd476c4019 P 34fb639529e447f1b88f91664a4d737e: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:21.488909  7139 tablet_copy_client.cc:538] T 316a3be01f7b455a990005fd476c4019 P 34fb639529e447f1b88f91664a4d737e: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:21.495396  7139 tablet_bootstrap.cc:492] T 316a3be01f7b455a990005fd476c4019 P 34fb639529e447f1b88f91664a4d737e: Bootstrap starting.
I20260608 12:41:21.511837  7139 tablet_bootstrap.cc:492] T 316a3be01f7b455a990005fd476c4019 P 34fb639529e447f1b88f91664a4d737e: 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
I20260608 12:41:21.512589  7139 tablet_bootstrap.cc:492] T 316a3be01f7b455a990005fd476c4019 P 34fb639529e447f1b88f91664a4d737e: Bootstrap complete.
I20260608 12:41:21.513170  7139 ts_tablet_manager.cc:1403] T 316a3be01f7b455a990005fd476c4019 P 34fb639529e447f1b88f91664a4d737e: Time spent bootstrapping tablet: real 0.018s	user 0.019s	sys 0.001s
I20260608 12:41:21.515303  7139 raft_consensus.cc:359] T 316a3be01f7b455a990005fd476c4019 P 34fb639529e447f1b88f91664a4d737e [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: true } }
I20260608 12:41:21.515988  7139 raft_consensus.cc:740] T 316a3be01f7b455a990005fd476c4019 P 34fb639529e447f1b88f91664a4d737e [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 34fb639529e447f1b88f91664a4d737e, State: Initialized, Role: LEARNER
I20260608 12:41:21.516532  7139 consensus_queue.cc:260] T 316a3be01f7b455a990005fd476c4019 P 34fb639529e447f1b88f91664a4d737e [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: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: true } }
I20260608 12:41:21.518833  7139 ts_tablet_manager.cc:1434] T 316a3be01f7b455a990005fd476c4019 P 34fb639529e447f1b88f91664a4d737e: Time spent starting tablet: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:41:21.520756  6861 tablet_copy_service.cc:342] P 4c526c383b19428f89261c5da778c039: Request end of tablet copy session 34fb639529e447f1b88f91664a4d737e-316a3be01f7b455a990005fd476c4019 received from {username='slave'} at 127.0.0.1:52708
I20260608 12:41:21.521261  6861 tablet_copy_service.cc:434] P 4c526c383b19428f89261c5da778c039: ending tablet copy session 34fb639529e447f1b88f91664a4d737e-316a3be01f7b455a990005fd476c4019 on tablet 316a3be01f7b455a990005fd476c4019 with peer 34fb639529e447f1b88f91664a4d737e
W20260608 12:41:21.768738  6722 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 847dfde2e93d42318dbbc24d4cea7a90 not available for placement
W20260608 12:41:21.866736  6661 catalog_manager.cc:4754] TS 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193:46187): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 85c8146317a748aca8329b569b1d6d44: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46187: connect: Connection refused (error 111)
I20260608 12:41:22.005477  7059 raft_consensus.cc:1217] T 316a3be01f7b455a990005fd476c4019 P 34fb639529e447f1b88f91664a4d737e [term 2 LEARNER]: Deduplicated request from leader. Original: 2.1->[2.2-2.2]   Dedup: 2.2->[]
I20260608 12:41:22.140537  7003 consensus_queue.cc:579] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [LEADER]: Leader has been unable to successfully communicate with peer 847dfde2e93d42318dbbc24d4cea7a90 for more than 1 seconds (1.066s)
I20260608 12:41:22.476430  7145 raft_consensus.cc:1064] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039: attempting to promote NON_VOTER 34fb639529e447f1b88f91664a4d737e to VOTER
I20260608 12:41:22.478649  7145 consensus_queue.cc:237] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [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: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } }
I20260608 12:41:22.485404  7059 raft_consensus.cc:1275] T 316a3be01f7b455a990005fd476c4019 P 34fb639529e447f1b88f91664a4d737e [term 2 LEARNER]: Refusing update from remote peer 4c526c383b19428f89261c5da778c039: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:41:22.485630  6925 raft_consensus.cc:1275] T 316a3be01f7b455a990005fd476c4019 P b6454adbd8f1434e803a05a9f55bf93d [term 2 FOLLOWER]: Refusing update from remote peer 4c526c383b19428f89261c5da778c039: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:41:22.486723  7143 consensus_queue.cc:1048] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [LEADER]: Connected to new peer: Peer: permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:22.487584  7145 consensus_queue.cc:1048] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 12:41:22.488690  6817 consensus_peers.cc:597] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 -> Peer 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193:46187): Couldn't send request to peer 847dfde2e93d42318dbbc24d4cea7a90. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46187: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:22.496371  7145 raft_consensus.cc:2955] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 34fb639529e447f1b88f91664a4d737e (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } } }
I20260608 12:41:22.498243  7059 raft_consensus.cc:2955] T 316a3be01f7b455a990005fd476c4019 P 34fb639529e447f1b88f91664a4d737e [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 34fb639529e447f1b88f91664a4d737e (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } } }
I20260608 12:41:22.507201  6925 raft_consensus.cc:2955] T 316a3be01f7b455a990005fd476c4019 P b6454adbd8f1434e803a05a9f55bf93d [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 34fb639529e447f1b88f91664a4d737e (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } } }
I20260608 12:41:22.510042  6672 catalog_manager.cc:5696] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 reported cstate change: config changed from index 2 to 3, 34fb639529e447f1b88f91664a4d737e (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "4c526c383b19428f89261c5da778c039" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "847dfde2e93d42318dbbc24d4cea7a90" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46187 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:22.539244  6851 consensus_queue.cc:237] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [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: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } }
I20260608 12:41:22.545172  7059 raft_consensus.cc:1275] T 316a3be01f7b455a990005fd476c4019 P 34fb639529e447f1b88f91664a4d737e [term 2 FOLLOWER]: Refusing update from remote peer 4c526c383b19428f89261c5da778c039: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:41:22.545348  6925 raft_consensus.cc:1275] T 316a3be01f7b455a990005fd476c4019 P b6454adbd8f1434e803a05a9f55bf93d [term 2 FOLLOWER]: Refusing update from remote peer 4c526c383b19428f89261c5da778c039: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:41:22.547236  7145 consensus_queue.cc:1048] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [LEADER]: Connected to new peer: Peer: permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:22.548132  7003 consensus_queue.cc:1048] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:22.556262  7143 raft_consensus.cc:2955] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } } }
I20260608 12:41:22.558193  7059 raft_consensus.cc:2955] T 316a3be01f7b455a990005fd476c4019 P 34fb639529e447f1b88f91664a4d737e [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } } }
I20260608 12:41:22.558167  6925 raft_consensus.cc:2955] T 316a3be01f7b455a990005fd476c4019 P b6454adbd8f1434e803a05a9f55bf93d [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } } }
I20260608 12:41:22.564209  6661 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 316a3be01f7b455a990005fd476c4019 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:22.568701  6671 catalog_manager.cc:5696] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 reported cstate change: config changed from index 3 to 4, VOTER 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193) evicted. New cstate: current_term: 2 leader_uuid: "4c526c383b19428f89261c5da778c039" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4c526c383b19428f89261c5da778c039" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41817 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b6454adbd8f1434e803a05a9f55bf93d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34459 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "34fb639529e447f1b88f91664a4d737e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37175 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
W20260608 12:41:22.926164  6661 catalog_manager.cc:4754] TS 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193:46187): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 85c8146317a748aca8329b569b1d6d44: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46187: connect: Connection refused (error 111)
W20260608 12:41:23.237946  6661 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46187: connect: Connection refused (error 111) [suppressed 59 similar messages]
W20260608 12:41:24.853135  6661 catalog_manager.cc:4754] TS 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193:46187): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 316a3be01f7b455a990005fd476c4019: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46187: connect: Connection refused (error 111)
I20260608 12:41:26.018968   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:26.048214   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:26.049167   431 tablet_replica.cc:333] T bc5712bc28e343fcafb572c9c5eff33c P 4c526c383b19428f89261c5da778c039: stopping tablet replica
I20260608 12:41:26.049892   431 raft_consensus.cc:2243] T bc5712bc28e343fcafb572c9c5eff33c P 4c526c383b19428f89261c5da778c039 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:26.051154   431 raft_consensus.cc:2272] T bc5712bc28e343fcafb572c9c5eff33c P 4c526c383b19428f89261c5da778c039 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:26.054091   431 tablet_replica.cc:333] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039: stopping tablet replica
I20260608 12:41:26.054740   431 raft_consensus.cc:2243] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:26.055902   431 raft_consensus.cc:2272] T 85c8146317a748aca8329b569b1d6d44 P 4c526c383b19428f89261c5da778c039 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:26.058856   431 tablet_replica.cc:333] T 5ee13f5689dd41e89b28bc7fcb997246 P 4c526c383b19428f89261c5da778c039: stopping tablet replica
I20260608 12:41:26.059374   431 raft_consensus.cc:2243] T 5ee13f5689dd41e89b28bc7fcb997246 P 4c526c383b19428f89261c5da778c039 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:26.060496   431 raft_consensus.cc:2272] T 5ee13f5689dd41e89b28bc7fcb997246 P 4c526c383b19428f89261c5da778c039 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:26.062923   431 tablet_replica.cc:333] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039: stopping tablet replica
I20260608 12:41:26.063513   431 raft_consensus.cc:2243] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:41:26.064488   431 raft_consensus.cc:2272] T 316a3be01f7b455a990005fd476c4019 P 4c526c383b19428f89261c5da778c039 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:26.092141   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:26.114341   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:26.150053   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:26.150815   431 tablet_replica.cc:333] T 85c8146317a748aca8329b569b1d6d44 P b6454adbd8f1434e803a05a9f55bf93d: stopping tablet replica
I20260608 12:41:26.151645   431 raft_consensus.cc:2243] T 85c8146317a748aca8329b569b1d6d44 P b6454adbd8f1434e803a05a9f55bf93d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:26.152570   431 raft_consensus.cc:2272] T 85c8146317a748aca8329b569b1d6d44 P b6454adbd8f1434e803a05a9f55bf93d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:26.155045   431 tablet_replica.cc:333] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d: stopping tablet replica
I20260608 12:41:26.155745   431 raft_consensus.cc:2243] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:26.156682   431 raft_consensus.cc:2272] T 5ee13f5689dd41e89b28bc7fcb997246 P b6454adbd8f1434e803a05a9f55bf93d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:26.159066   431 tablet_replica.cc:333] T 316a3be01f7b455a990005fd476c4019 P b6454adbd8f1434e803a05a9f55bf93d: stopping tablet replica
I20260608 12:41:26.159664   431 raft_consensus.cc:2243] T 316a3be01f7b455a990005fd476c4019 P b6454adbd8f1434e803a05a9f55bf93d [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:26.160594   431 raft_consensus.cc:2272] T 316a3be01f7b455a990005fd476c4019 P b6454adbd8f1434e803a05a9f55bf93d [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:26.162786   431 tablet_replica.cc:333] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d: stopping tablet replica
I20260608 12:41:26.163236   431 raft_consensus.cc:2243] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:26.164198   431 raft_consensus.cc:2272] T bc5712bc28e343fcafb572c9c5eff33c P b6454adbd8f1434e803a05a9f55bf93d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:26.190541   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:26.211108   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:41:26.238106   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:26.239033   431 tablet_replica.cc:333] T bc5712bc28e343fcafb572c9c5eff33c P 34fb639529e447f1b88f91664a4d737e: stopping tablet replica
I20260608 12:41:26.239866   431 raft_consensus.cc:2243] T bc5712bc28e343fcafb572c9c5eff33c P 34fb639529e447f1b88f91664a4d737e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:26.240792   431 raft_consensus.cc:2272] T bc5712bc28e343fcafb572c9c5eff33c P 34fb639529e447f1b88f91664a4d737e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:26.243299   431 tablet_replica.cc:333] T 85c8146317a748aca8329b569b1d6d44 P 34fb639529e447f1b88f91664a4d737e: stopping tablet replica
I20260608 12:41:26.243912   431 raft_consensus.cc:2243] T 85c8146317a748aca8329b569b1d6d44 P 34fb639529e447f1b88f91664a4d737e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:26.244710   431 raft_consensus.cc:2272] T 85c8146317a748aca8329b569b1d6d44 P 34fb639529e447f1b88f91664a4d737e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:26.246999   431 tablet_replica.cc:333] T 316a3be01f7b455a990005fd476c4019 P 34fb639529e447f1b88f91664a4d737e: stopping tablet replica
I20260608 12:41:26.247591   431 raft_consensus.cc:2243] T 316a3be01f7b455a990005fd476c4019 P 34fb639529e447f1b88f91664a4d737e [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:26.248401   431 raft_consensus.cc:2272] T 316a3be01f7b455a990005fd476c4019 P 34fb639529e447f1b88f91664a4d737e [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:26.250662   431 tablet_replica.cc:333] T 5ee13f5689dd41e89b28bc7fcb997246 P 34fb639529e447f1b88f91664a4d737e: stopping tablet replica
I20260608 12:41:26.251135   431 raft_consensus.cc:2243] T 5ee13f5689dd41e89b28bc7fcb997246 P 34fb639529e447f1b88f91664a4d737e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:26.251854   431 raft_consensus.cc:2272] T 5ee13f5689dd41e89b28bc7fcb997246 P 34fb639529e447f1b88f91664a4d737e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:26.276125   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:41:26.292922   431 master.cc:562] Master@127.0.107.254:41117 shutting down...
W20260608 12:41:26.909375  6661 catalog_manager.cc:4754] TS 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193:46187): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 316a3be01f7b455a990005fd476c4019: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46187: connect: Connection refused (error 111)
W20260608 12:41:29.156736  6661 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46187: connect: Connection refused (error 111) [suppressed 6 similar messages]
W20260608 12:41:29.160835  6661 catalog_manager.cc:4754] TS 847dfde2e93d42318dbbc24d4cea7a90 (127.0.107.193:46187): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 85c8146317a748aca8329b569b1d6d44: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46187: connect: Connection refused (error 111)
I20260608 12:41:29.906454   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 4eea07747af54060bbfaf02da568595d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:29.907303   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 4eea07747af54060bbfaf02da568595d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:29.907682   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 4eea07747af54060bbfaf02da568595d: stopping tablet replica
I20260608 12:41:29.949760   431 master.cc:584] Master@127.0.107.254:41117 shutdown complete.
[       OK ] AutoRebalancerTest.NoRebalancingIfReplicasRecovering (14521 ms)
[ RUN      ] AutoRebalancerTest.TestHandlingFailedTservers
I20260608 12:41:29.994982   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:45991
I20260608 12:41:29.996222   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:30.002616  7169 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:30.002691  7168 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:30.003759  7171 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:30.004063   431 server_base.cc:1061] running on GCE node
I20260608 12:41:30.005048   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:30.005260   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.
I20260608 12:41:30.005472   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922490005412 us; error 0 us; skew 500 ppm
I20260608 12:41:30.006079   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:30.008721   431 webserver.cc:533] Webserver started at http://127.0.107.254:35011/ using document root <none> and password file <none>
I20260608 12:41:30.009250   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:30.009418   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:30.009752   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:30.010952   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-431-0/minicluster-data/master-0-root/instance:
uuid: "e610dcc38615484c86a6f46bc30eeb4d"
format_stamp: "Formatted at 2026-06-08 12:41:30 on dist-test-slave-g6ln"
I20260608 12:41:30.015983   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260608 12:41:30.019778  7176 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:30.020661   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 12:41:30.020975   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-431-0/minicluster-data/master-0-root
uuid: "e610dcc38615484c86a6f46bc30eeb4d"
format_stamp: "Formatted at 2026-06-08 12:41:30 on dist-test-slave-g6ln"
I20260608 12:41:30.021273   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-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)
I20260608 12:41:30.051240   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:30.052558   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:30.092319   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:45991
I20260608 12:41:30.092464  7227 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:45991 every 8 connection(s)
I20260608 12:41:30.096910  7228 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:30.108347  7228 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e610dcc38615484c86a6f46bc30eeb4d: Bootstrap starting.
I20260608 12:41:30.113468  7228 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e610dcc38615484c86a6f46bc30eeb4d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:30.118213  7228 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e610dcc38615484c86a6f46bc30eeb4d: No bootstrap required, opened a new log
I20260608 12:41:30.120654  7228 raft_consensus.cc:359] T 00000000000000000000000000000000 P e610dcc38615484c86a6f46bc30eeb4d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e610dcc38615484c86a6f46bc30eeb4d" member_type: VOTER }
I20260608 12:41:30.121083  7228 raft_consensus.cc:385] T 00000000000000000000000000000000 P e610dcc38615484c86a6f46bc30eeb4d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:30.121353  7228 raft_consensus.cc:740] T 00000000000000000000000000000000 P e610dcc38615484c86a6f46bc30eeb4d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e610dcc38615484c86a6f46bc30eeb4d, State: Initialized, Role: FOLLOWER
I20260608 12:41:30.122068  7228 consensus_queue.cc:260] T 00000000000000000000000000000000 P e610dcc38615484c86a6f46bc30eeb4d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "e610dcc38615484c86a6f46bc30eeb4d" member_type: VOTER }
I20260608 12:41:30.122664  7228 raft_consensus.cc:399] T 00000000000000000000000000000000 P e610dcc38615484c86a6f46bc30eeb4d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:30.122928  7228 raft_consensus.cc:493] T 00000000000000000000000000000000 P e610dcc38615484c86a6f46bc30eeb4d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:30.123261  7228 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e610dcc38615484c86a6f46bc30eeb4d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:30.128050  7228 raft_consensus.cc:515] T 00000000000000000000000000000000 P e610dcc38615484c86a6f46bc30eeb4d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e610dcc38615484c86a6f46bc30eeb4d" member_type: VOTER }
I20260608 12:41:30.128580  7228 leader_election.cc:304] T 00000000000000000000000000000000 P e610dcc38615484c86a6f46bc30eeb4d [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: e610dcc38615484c86a6f46bc30eeb4d; no voters: 
I20260608 12:41:30.129714  7228 leader_election.cc:290] T 00000000000000000000000000000000 P e610dcc38615484c86a6f46bc30eeb4d [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:30.130282  7231 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e610dcc38615484c86a6f46bc30eeb4d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:30.131697  7231 raft_consensus.cc:697] T 00000000000000000000000000000000 P e610dcc38615484c86a6f46bc30eeb4d [term 1 LEADER]: Becoming Leader. State: Replica: e610dcc38615484c86a6f46bc30eeb4d, State: Running, Role: LEADER
I20260608 12:41:30.132444  7231 consensus_queue.cc:237] T 00000000000000000000000000000000 P e610dcc38615484c86a6f46bc30eeb4d [LEADER]: Queue going to LEADER mode. State: All 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: "e610dcc38615484c86a6f46bc30eeb4d" member_type: VOTER }
I20260608 12:41:30.132797  7228 sys_catalog.cc:565] T 00000000000000000000000000000000 P e610dcc38615484c86a6f46bc30eeb4d [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:30.137941  7233 sys_catalog.cc:455] T 00000000000000000000000000000000 P e610dcc38615484c86a6f46bc30eeb4d [sys.catalog]: SysCatalogTable state changed. Reason: New leader e610dcc38615484c86a6f46bc30eeb4d. Latest consensus state: current_term: 1 leader_uuid: "e610dcc38615484c86a6f46bc30eeb4d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e610dcc38615484c86a6f46bc30eeb4d" member_type: VOTER } }
I20260608 12:41:30.137970  7232 sys_catalog.cc:455] T 00000000000000000000000000000000 P e610dcc38615484c86a6f46bc30eeb4d [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "e610dcc38615484c86a6f46bc30eeb4d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e610dcc38615484c86a6f46bc30eeb4d" member_type: VOTER } }
I20260608 12:41:30.139003  7233 sys_catalog.cc:458] T 00000000000000000000000000000000 P e610dcc38615484c86a6f46bc30eeb4d [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:30.139055  7232 sys_catalog.cc:458] T 00000000000000000000000000000000 P e610dcc38615484c86a6f46bc30eeb4d [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:30.144862  7239 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:30.153003  7239 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:30.154040   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:30.163249  7239 catalog_manager.cc:1382] Generated new cluster ID: ab6173f411b54f809da4be596be36388
I20260608 12:41:30.163654  7239 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:30.192984  7239 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:30.194594  7239 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:30.213209  7239 catalog_manager.cc:6069] T 00000000000000000000000000000000 P e610dcc38615484c86a6f46bc30eeb4d: Generated new TSK 0
I20260608 12:41:30.213930  7239 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:30.220671   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:30.227516  7249 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:30.228698  7250 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:30.230068  7252 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:30.230149   431 server_base.cc:1061] running on GCE node
I20260608 12:41:30.231304   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:30.231585   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.
I20260608 12:41:30.231766   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922490231748 us; error 0 us; skew 500 ppm
I20260608 12:41:30.232420   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:30.235242   431 webserver.cc:533] Webserver started at http://127.0.107.193:34071/ using document root <none> and password file <none>
I20260608 12:41:30.235813   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:30.236007   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:30.236311   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:30.237440   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-431-0/minicluster-data/ts-0-root/instance:
uuid: "37e09f61b837430d8600f4cb41836392"
format_stamp: "Formatted at 2026-06-08 12:41:30 on dist-test-slave-g6ln"
I20260608 12:41:30.242799   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:41:30.246671  7257 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:30.247717   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:41:30.248071   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-431-0/minicluster-data/ts-0-root
uuid: "37e09f61b837430d8600f4cb41836392"
format_stamp: "Formatted at 2026-06-08 12:41:30 on dist-test-slave-g6ln"
I20260608 12:41:30.248342   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-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)
I20260608 12:41:30.267592   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:30.268873   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:30.270380   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:30.272804   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:30.273049   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:30.273290   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:30.273471   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:30.315388   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:38355
I20260608 12:41:30.315639  7319 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:38355 every 8 connection(s)
I20260608 12:41:30.321131   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:30.329326  7324 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:30.330293  7325 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:30.334044   431 server_base.cc:1061] running on GCE node
W20260608 12:41:30.333829  7327 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:30.335484  7320 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45991
I20260608 12:41:30.335922  7320 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:30.336028   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:30.336347   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.
I20260608 12:41:30.336534   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922490336500 us; error 0 us; skew 500 ppm
I20260608 12:41:30.336831  7320 heartbeater.cc:507] Master 127.0.107.254:45991 requested a full tablet report, sending...
I20260608 12:41:30.337306   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:30.339345  7193 ts_manager.cc:194] Registered new tserver with Master: 37e09f61b837430d8600f4cb41836392 (127.0.107.193:38355)
I20260608 12:41:30.340322   431 webserver.cc:533] Webserver started at http://127.0.107.194:37215/ using document root <none> and password file <none>
I20260608 12:41:30.340893   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:30.341084   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:30.341373   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:30.341450  7193 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39002
I20260608 12:41:30.342782   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-431-0/minicluster-data/ts-1-root/instance:
uuid: "22b49c7e998f4eee9d88999016323fd0"
format_stamp: "Formatted at 2026-06-08 12:41:30 on dist-test-slave-g6ln"
I20260608 12:41:30.347741   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260608 12:41:30.351593  7332 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:30.352458   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.003s
I20260608 12:41:30.352767   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-431-0/minicluster-data/ts-1-root
uuid: "22b49c7e998f4eee9d88999016323fd0"
format_stamp: "Formatted at 2026-06-08 12:41:30 on dist-test-slave-g6ln"
I20260608 12:41:30.353070   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-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)
I20260608 12:41:30.367898   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:30.369140   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:30.370604   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:30.372884   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:30.373107   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:30.373383   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:30.373574   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:30.414743   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:40949
I20260608 12:41:30.415019  7394 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:40949 every 8 connection(s)
I20260608 12:41:30.420151   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:30.428308  7398 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:30.430125  7399 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:30.431640  7401 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:30.432096   431 server_base.cc:1061] running on GCE node
I20260608 12:41:30.433198   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:30.433494   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.
I20260608 12:41:30.433696   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922490433679 us; error 0 us; skew 500 ppm
I20260608 12:41:30.434453  7395 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45991
I20260608 12:41:30.434582   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:30.434909  7395 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:30.435963  7395 heartbeater.cc:507] Master 127.0.107.254:45991 requested a full tablet report, sending...
I20260608 12:41:30.437486   431 webserver.cc:533] Webserver started at http://127.0.107.195:36977/ using document root <none> and password file <none>
I20260608 12:41:30.438154   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:30.438354   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:30.438649   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:30.438555  7193 ts_manager.cc:194] Registered new tserver with Master: 22b49c7e998f4eee9d88999016323fd0 (127.0.107.194:40949)
I20260608 12:41:30.440042   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-431-0/minicluster-data/ts-2-root/instance:
uuid: "0c0c41b3ff794043825101f1151bc264"
format_stamp: "Formatted at 2026-06-08 12:41:30 on dist-test-slave-g6ln"
I20260608 12:41:30.440375  7193 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39014
I20260608 12:41:30.445071   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:41:30.449199  7406 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:30.450186   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
I20260608 12:41:30.450589   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-431-0/minicluster-data/ts-2-root
uuid: "0c0c41b3ff794043825101f1151bc264"
format_stamp: "Formatted at 2026-06-08 12:41:30 on dist-test-slave-g6ln"
I20260608 12:41:30.450937   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-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)
I20260608 12:41:30.476056   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:30.477279   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:30.478852   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:30.481393   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:30.481624   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:30.481873   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:30.482050   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:30.523221   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:41969
I20260608 12:41:30.523337  7468 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:41969 every 8 connection(s)
I20260608 12:41:30.537961  7469 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45991
I20260608 12:41:30.538395  7469 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:30.539168  7469 heartbeater.cc:507] Master 127.0.107.254:45991 requested a full tablet report, sending...
I20260608 12:41:30.541205  7193 ts_manager.cc:194] Registered new tserver with Master: 0c0c41b3ff794043825101f1151bc264 (127.0.107.195:41969)
I20260608 12:41:30.541600   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.01480711s
I20260608 12:41:30.542622  7193 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39016
I20260608 12:41:31.344386  7320 heartbeater.cc:499] Master 127.0.107.254:45991 was elected leader, sending a full tablet report...
I20260608 12:41:31.443204  7395 heartbeater.cc:499] Master 127.0.107.254:45991 was elected leader, sending a full tablet report...
I20260608 12:41:31.545790  7469 heartbeater.cc:499] Master 127.0.107.254:45991 was elected leader, sending a full tablet report...
I20260608 12:41:31.601678  7193 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:39018:
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"
    }
  }
}
W20260608 12:41:31.604571  7193 catalog_manager.cc:7076] 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.
I20260608 12:41:31.671046  7434 tablet_service.cc:1511] Processing CreateTablet for tablet 06e0c7db5289411b84866d42734793a1 (DEFAULT_TABLE table=test-workload [id=32cc68f97f4a435bb2c8be0e67d6a54e]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:31.672778  7434 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06e0c7db5289411b84866d42734793a1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:31.684260  7433 tablet_service.cc:1511] Processing CreateTablet for tablet 53c98c6768fd4b1cae587dd1b6466a36 (DEFAULT_TABLE table=test-workload [id=32cc68f97f4a435bb2c8be0e67d6a54e]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:31.685657  7284 tablet_service.cc:1511] Processing CreateTablet for tablet 53c98c6768fd4b1cae587dd1b6466a36 (DEFAULT_TABLE table=test-workload [id=32cc68f97f4a435bb2c8be0e67d6a54e]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:31.687341  7284 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 53c98c6768fd4b1cae587dd1b6466a36. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:31.687831  7282 tablet_service.cc:1511] Processing CreateTablet for tablet 5ce286d0536040bbb9678987eece05d3 (DEFAULT_TABLE table=test-workload [id=32cc68f97f4a435bb2c8be0e67d6a54e]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:31.684260  7285 tablet_service.cc:1511] Processing CreateTablet for tablet 06e0c7db5289411b84866d42734793a1 (DEFAULT_TABLE table=test-workload [id=32cc68f97f4a435bb2c8be0e67d6a54e]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:31.689484  7282 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5ce286d0536040bbb9678987eece05d3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:31.689152  7283 tablet_service.cc:1511] Processing CreateTablet for tablet 9a44873c9f47404bbc62445fa17d9541 (DEFAULT_TABLE table=test-workload [id=32cc68f97f4a435bb2c8be0e67d6a54e]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:31.686147  7433 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 53c98c6768fd4b1cae587dd1b6466a36. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:31.690320  7285 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06e0c7db5289411b84866d42734793a1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:31.692091  7283 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9a44873c9f47404bbc62445fa17d9541. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:31.698102  7432 tablet_service.cc:1511] Processing CreateTablet for tablet 9a44873c9f47404bbc62445fa17d9541 (DEFAULT_TABLE table=test-workload [id=32cc68f97f4a435bb2c8be0e67d6a54e]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:31.699918  7432 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9a44873c9f47404bbc62445fa17d9541. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:31.718439  7431 tablet_service.cc:1511] Processing CreateTablet for tablet 5ce286d0536040bbb9678987eece05d3 (DEFAULT_TABLE table=test-workload [id=32cc68f97f4a435bb2c8be0e67d6a54e]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:31.720178  7431 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5ce286d0536040bbb9678987eece05d3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:31.726631  7359 tablet_service.cc:1511] Processing CreateTablet for tablet 53c98c6768fd4b1cae587dd1b6466a36 (DEFAULT_TABLE table=test-workload [id=32cc68f97f4a435bb2c8be0e67d6a54e]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:31.718439  7360 tablet_service.cc:1511] Processing CreateTablet for tablet 06e0c7db5289411b84866d42734793a1 (DEFAULT_TABLE table=test-workload [id=32cc68f97f4a435bb2c8be0e67d6a54e]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:31.728271  7359 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 53c98c6768fd4b1cae587dd1b6466a36. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:31.729022  7360 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06e0c7db5289411b84866d42734793a1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:31.733090  7358 tablet_service.cc:1511] Processing CreateTablet for tablet 9a44873c9f47404bbc62445fa17d9541 (DEFAULT_TABLE table=test-workload [id=32cc68f97f4a435bb2c8be0e67d6a54e]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:31.734701  7358 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9a44873c9f47404bbc62445fa17d9541. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:31.736970  7357 tablet_service.cc:1511] Processing CreateTablet for tablet 5ce286d0536040bbb9678987eece05d3 (DEFAULT_TABLE table=test-workload [id=32cc68f97f4a435bb2c8be0e67d6a54e]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:31.738521  7357 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5ce286d0536040bbb9678987eece05d3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:31.753999  7489 tablet_bootstrap.cc:492] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264: Bootstrap starting.
I20260608 12:41:31.761818  7489 tablet_bootstrap.cc:654] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:31.770694  7489 tablet_bootstrap.cc:492] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264: No bootstrap required, opened a new log
I20260608 12:41:31.771371  7489 ts_tablet_manager.cc:1403] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264: Time spent bootstrapping tablet: real 0.018s	user 0.012s	sys 0.004s
I20260608 12:41:31.774816  7489 raft_consensus.cc:359] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } }
I20260608 12:41:31.775708  7489 raft_consensus.cc:385] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:31.776090  7489 raft_consensus.cc:740] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0c0c41b3ff794043825101f1151bc264, State: Initialized, Role: FOLLOWER
I20260608 12:41:31.777141  7489 consensus_queue.cc:260] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } }
I20260608 12:41:31.781633  7492 tablet_bootstrap.cc:492] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0: Bootstrap starting.
I20260608 12:41:31.783613  7489 ts_tablet_manager.cc:1434] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264: Time spent starting tablet: real 0.012s	user 0.011s	sys 0.000s
I20260608 12:41:31.784814  7490 tablet_bootstrap.cc:492] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392: Bootstrap starting.
I20260608 12:41:31.784987  7489 tablet_bootstrap.cc:492] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264: Bootstrap starting.
I20260608 12:41:31.789896  7492 tablet_bootstrap.cc:654] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:31.795125  7489 tablet_bootstrap.cc:654] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:31.799660  7490 tablet_bootstrap.cc:654] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:31.806244  7492 tablet_bootstrap.cc:492] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0: No bootstrap required, opened a new log
I20260608 12:41:31.806594  7490 tablet_bootstrap.cc:492] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392: No bootstrap required, opened a new log
I20260608 12:41:31.806771  7492 ts_tablet_manager.cc:1403] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0: Time spent bootstrapping tablet: real 0.026s	user 0.017s	sys 0.004s
I20260608 12:41:31.807149  7490 ts_tablet_manager.cc:1403] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392: Time spent bootstrapping tablet: real 0.023s	user 0.007s	sys 0.007s
I20260608 12:41:31.807305  7489 tablet_bootstrap.cc:492] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264: No bootstrap required, opened a new log
I20260608 12:41:31.807933  7489 ts_tablet_manager.cc:1403] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264: Time spent bootstrapping tablet: real 0.023s	user 0.016s	sys 0.004s
I20260608 12:41:31.809844  7490 raft_consensus.cc:359] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:31.810472  7490 raft_consensus.cc:385] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:31.810384  7492 raft_consensus.cc:359] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:31.810941  7490 raft_consensus.cc:740] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 37e09f61b837430d8600f4cb41836392, State: Initialized, Role: FOLLOWER
I20260608 12:41:31.811355  7492 raft_consensus.cc:385] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:31.810881  7489 raft_consensus.cc:359] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:31.811765  7492 raft_consensus.cc:740] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 22b49c7e998f4eee9d88999016323fd0, State: Initialized, Role: FOLLOWER
I20260608 12:41:31.812058  7489 raft_consensus.cc:385] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:31.812500  7489 raft_consensus.cc:740] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0c0c41b3ff794043825101f1151bc264, State: Initialized, Role: FOLLOWER
I20260608 12:41:31.812112  7490 consensus_queue.cc:260] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:31.812702  7492 consensus_queue.cc:260] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:31.813406  7489 consensus_queue.cc:260] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:31.817523  7489 ts_tablet_manager.cc:1434] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 12:41:31.819254  7489 tablet_bootstrap.cc:492] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264: Bootstrap starting.
I20260608 12:41:31.830951  7490 ts_tablet_manager.cc:1434] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392: Time spent starting tablet: real 0.023s	user 0.014s	sys 0.008s
I20260608 12:41:31.834950  7489 tablet_bootstrap.cc:654] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:31.835487  7490 tablet_bootstrap.cc:492] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392: Bootstrap starting.
I20260608 12:41:31.831766  7492 ts_tablet_manager.cc:1434] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0: Time spent starting tablet: real 0.025s	user 0.011s	sys 0.014s
I20260608 12:41:31.841465  7492 tablet_bootstrap.cc:492] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0: Bootstrap starting.
I20260608 12:41:31.843811  7490 tablet_bootstrap.cc:654] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:31.847761  7489 tablet_bootstrap.cc:492] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264: No bootstrap required, opened a new log
I20260608 12:41:31.848148  7492 tablet_bootstrap.cc:654] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:31.848299  7489 ts_tablet_manager.cc:1403] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264: Time spent bootstrapping tablet: real 0.029s	user 0.013s	sys 0.004s
I20260608 12:41:31.851871  7489 raft_consensus.cc:359] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:31.852819  7489 raft_consensus.cc:385] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:31.853227  7489 raft_consensus.cc:740] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0c0c41b3ff794043825101f1151bc264, State: Initialized, Role: FOLLOWER
I20260608 12:41:31.854118  7489 consensus_queue.cc:260] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:31.856372  7489 ts_tablet_manager.cc:1434] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:41:31.857290  7492 tablet_bootstrap.cc:492] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0: No bootstrap required, opened a new log
I20260608 12:41:31.857331  7490 tablet_bootstrap.cc:492] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392: No bootstrap required, opened a new log
I20260608 12:41:31.857447  7489 tablet_bootstrap.cc:492] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264: Bootstrap starting.
I20260608 12:41:31.858127  7492 ts_tablet_manager.cc:1403] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0: Time spent bootstrapping tablet: real 0.017s	user 0.015s	sys 0.000s
I20260608 12:41:31.858269  7490 ts_tablet_manager.cc:1403] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392: Time spent bootstrapping tablet: real 0.023s	user 0.014s	sys 0.008s
I20260608 12:41:31.861439  7492 raft_consensus.cc:359] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } }
I20260608 12:41:31.861814  7490 raft_consensus.cc:359] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } }
I20260608 12:41:31.862609  7490 raft_consensus.cc:385] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:31.862783  7493 raft_consensus.cc:493] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:31.862991  7490 raft_consensus.cc:740] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 37e09f61b837430d8600f4cb41836392, State: Initialized, Role: FOLLOWER
I20260608 12:41:31.863402  7493 raft_consensus.cc:515] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } }
I20260608 12:41:31.863945  7490 consensus_queue.cc:260] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } }
I20260608 12:41:31.865715  7489 tablet_bootstrap.cc:654] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:31.869419  7490 ts_tablet_manager.cc:1434] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.000s
I20260608 12:41:31.870592  7490 tablet_bootstrap.cc:492] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392: Bootstrap starting.
I20260608 12:41:31.872752  7493 leader_election.cc:290] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 37e09f61b837430d8600f4cb41836392 (127.0.107.193:38355), 22b49c7e998f4eee9d88999016323fd0 (127.0.107.194:40949)
I20260608 12:41:31.862257  7492 raft_consensus.cc:385] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:31.873574  7492 raft_consensus.cc:740] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 22b49c7e998f4eee9d88999016323fd0, State: Initialized, Role: FOLLOWER
I20260608 12:41:31.875005  7492 consensus_queue.cc:260] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } }
I20260608 12:41:31.877949  7492 ts_tablet_manager.cc:1434] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0: Time spent starting tablet: real 0.019s	user 0.007s	sys 0.000s
I20260608 12:41:31.879058  7492 tablet_bootstrap.cc:492] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0: Bootstrap starting.
I20260608 12:41:31.885550  7489 tablet_bootstrap.cc:492] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264: No bootstrap required, opened a new log
I20260608 12:41:31.886111  7489 ts_tablet_manager.cc:1403] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264: Time spent bootstrapping tablet: real 0.029s	user 0.011s	sys 0.003s
I20260608 12:41:31.886981  7490 tablet_bootstrap.cc:654] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:31.886981  7492 tablet_bootstrap.cc:654] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:31.889111  7489 raft_consensus.cc:359] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:31.889886  7489 raft_consensus.cc:385] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:31.890211  7489 raft_consensus.cc:740] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0c0c41b3ff794043825101f1151bc264, State: Initialized, Role: FOLLOWER
I20260608 12:41:31.896052  7295 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06e0c7db5289411b84866d42734793a1" candidate_uuid: "0c0c41b3ff794043825101f1151bc264" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37e09f61b837430d8600f4cb41836392" is_pre_election: true
I20260608 12:41:31.896893  7295 raft_consensus.cc:2468] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0c0c41b3ff794043825101f1151bc264 in term 0.
I20260608 12:41:31.896946  7489 consensus_queue.cc:260] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:31.899763  7489 ts_tablet_manager.cc:1434] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264: Time spent starting tablet: real 0.013s	user 0.009s	sys 0.000s
I20260608 12:41:31.899564  7407 leader_election.cc:304] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0c0c41b3ff794043825101f1151bc264, 37e09f61b837430d8600f4cb41836392; no voters: 
I20260608 12:41:31.900610  7493 raft_consensus.cc:2804] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:31.901005  7493 raft_consensus.cc:493] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:31.901386  7493 raft_consensus.cc:3060] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:31.905328  7490 tablet_bootstrap.cc:492] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392: No bootstrap required, opened a new log
I20260608 12:41:31.905966  7490 ts_tablet_manager.cc:1403] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392: Time spent bootstrapping tablet: real 0.036s	user 0.012s	sys 0.012s
I20260608 12:41:31.909070  7493 raft_consensus.cc:515] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } }
I20260608 12:41:31.909703  7492 tablet_bootstrap.cc:492] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0: No bootstrap required, opened a new log
I20260608 12:41:31.909482  7490 raft_consensus.cc:359] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:31.910567  7490 raft_consensus.cc:385] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:31.910975  7490 raft_consensus.cc:740] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 37e09f61b837430d8600f4cb41836392, State: Initialized, Role: FOLLOWER
I20260608 12:41:31.911966  7490 consensus_queue.cc:260] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:31.914491  7490 ts_tablet_manager.cc:1434] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:41:31.910248  7492 ts_tablet_manager.cc:1403] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0: Time spent bootstrapping tablet: real 0.031s	user 0.001s	sys 0.017s
I20260608 12:41:31.917397  7493 leader_election.cc:290] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [CANDIDATE]: Term 1 election: Requested vote from peers 37e09f61b837430d8600f4cb41836392 (127.0.107.193:38355), 22b49c7e998f4eee9d88999016323fd0 (127.0.107.194:40949)
I20260608 12:41:31.918011  7493 raft_consensus.cc:493] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:31.918172  7295 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06e0c7db5289411b84866d42734793a1" candidate_uuid: "0c0c41b3ff794043825101f1151bc264" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37e09f61b837430d8600f4cb41836392"
I20260608 12:41:31.918500  7493 raft_consensus.cc:515] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:31.918944  7295 raft_consensus.cc:3060] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:31.918107  7492 raft_consensus.cc:359] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:31.921319  7492 raft_consensus.cc:385] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:31.920910  7493 leader_election.cc:290] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 37e09f61b837430d8600f4cb41836392 (127.0.107.193:38355), 22b49c7e998f4eee9d88999016323fd0 (127.0.107.194:40949)
I20260608 12:41:31.921790  7492 raft_consensus.cc:740] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 22b49c7e998f4eee9d88999016323fd0, State: Initialized, Role: FOLLOWER
I20260608 12:41:31.922976  7369 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06e0c7db5289411b84866d42734793a1" candidate_uuid: "0c0c41b3ff794043825101f1151bc264" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "22b49c7e998f4eee9d88999016323fd0"
I20260608 12:41:31.920006  7370 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06e0c7db5289411b84866d42734793a1" candidate_uuid: "0c0c41b3ff794043825101f1151bc264" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "22b49c7e998f4eee9d88999016323fd0" is_pre_election: true
I20260608 12:41:31.920329  7490 tablet_bootstrap.cc:492] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392: Bootstrap starting.
W20260608 12:41:31.920885  7396 tablet.cc:2404] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:41:31.923525  7294 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9a44873c9f47404bbc62445fa17d9541" candidate_uuid: "0c0c41b3ff794043825101f1151bc264" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37e09f61b837430d8600f4cb41836392" is_pre_election: true
I20260608 12:41:31.923959  7369 raft_consensus.cc:3060] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:41:31.925220  7407 leader_election.cc:343] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 37e09f61b837430d8600f4cb41836392 (127.0.107.193:38355): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:31.923307  7368 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9a44873c9f47404bbc62445fa17d9541" candidate_uuid: "0c0c41b3ff794043825101f1151bc264" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "22b49c7e998f4eee9d88999016323fd0" is_pre_election: true
I20260608 12:41:31.926708  7368 raft_consensus.cc:2468] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0c0c41b3ff794043825101f1151bc264 in term 0.
I20260608 12:41:31.922986  7492 consensus_queue.cc:260] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:31.929734  7295 raft_consensus.cc:2468] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0c0c41b3ff794043825101f1151bc264 in term 1.
I20260608 12:41:31.932102  7492 ts_tablet_manager.cc:1434] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0: Time spent starting tablet: real 0.017s	user 0.008s	sys 0.000s
I20260608 12:41:31.932859  7409 leader_election.cc:304] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [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: 0c0c41b3ff794043825101f1151bc264, 22b49c7e998f4eee9d88999016323fd0; no voters: 37e09f61b837430d8600f4cb41836392
I20260608 12:41:31.933655  7407 leader_election.cc:304] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0c0c41b3ff794043825101f1151bc264, 37e09f61b837430d8600f4cb41836392; no voters: 
I20260608 12:41:31.933218  7492 tablet_bootstrap.cc:492] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0: Bootstrap starting.
I20260608 12:41:31.934505  7490 tablet_bootstrap.cc:654] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:31.942227  7492 tablet_bootstrap.cc:654] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:31.944144  7507 raft_consensus.cc:2804] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:31.944650  7507 raft_consensus.cc:493] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:31.944989  7493 raft_consensus.cc:2804] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:31.945055  7507 raft_consensus.cc:3060] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:31.951573  7369 raft_consensus.cc:2468] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0c0c41b3ff794043825101f1151bc264 in term 1.
I20260608 12:41:31.956732  7507 raft_consensus.cc:515] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:31.961162  7492 tablet_bootstrap.cc:492] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0: No bootstrap required, opened a new log
I20260608 12:41:31.961264  7295 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9a44873c9f47404bbc62445fa17d9541" candidate_uuid: "0c0c41b3ff794043825101f1151bc264" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37e09f61b837430d8600f4cb41836392"
I20260608 12:41:31.961894  7492 ts_tablet_manager.cc:1403] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0: Time spent bootstrapping tablet: real 0.029s	user 0.016s	sys 0.007s
I20260608 12:41:31.961963  7493 raft_consensus.cc:697] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [term 1 LEADER]: Becoming Leader. State: Replica: 0c0c41b3ff794043825101f1151bc264, State: Running, Role: LEADER
W20260608 12:41:31.963114  7407 leader_election.cc:343] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 37e09f61b837430d8600f4cb41836392 (127.0.107.193:38355): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:31.963522  7493 consensus_queue.cc:237] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } }
I20260608 12:41:31.965245  7492 raft_consensus.cc:359] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:31.965631  7369 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9a44873c9f47404bbc62445fa17d9541" candidate_uuid: "0c0c41b3ff794043825101f1151bc264" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "22b49c7e998f4eee9d88999016323fd0"
I20260608 12:41:31.966027  7492 raft_consensus.cc:385] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:31.966250  7369 raft_consensus.cc:3060] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:31.966372  7492 raft_consensus.cc:740] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 22b49c7e998f4eee9d88999016323fd0, State: Initialized, Role: FOLLOWER
I20260608 12:41:31.965245  7507 leader_election.cc:290] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [CANDIDATE]: Term 1 election: Requested vote from peers 37e09f61b837430d8600f4cb41836392 (127.0.107.193:38355), 22b49c7e998f4eee9d88999016323fd0 (127.0.107.194:40949)
I20260608 12:41:31.967320  7492 consensus_queue.cc:260] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:31.969954  7492 ts_tablet_manager.cc:1434] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260608 12:41:31.976310  7490 tablet_bootstrap.cc:492] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392: No bootstrap required, opened a new log
I20260608 12:41:31.976943  7490 ts_tablet_manager.cc:1403] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392: Time spent bootstrapping tablet: real 0.057s	user 0.015s	sys 0.033s
I20260608 12:41:31.977665  7369 raft_consensus.cc:2468] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0c0c41b3ff794043825101f1151bc264 in term 1.
I20260608 12:41:31.978967  7409 leader_election.cc:304] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [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: 0c0c41b3ff794043825101f1151bc264, 22b49c7e998f4eee9d88999016323fd0; no voters: 37e09f61b837430d8600f4cb41836392
I20260608 12:41:31.980222  7493 raft_consensus.cc:2804] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:31.980119  7490 raft_consensus.cc:359] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:31.979754  7193 catalog_manager.cc:5696] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0c0c41b3ff794043825101f1151bc264 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "0c0c41b3ff794043825101f1151bc264" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:31.981004  7490 raft_consensus.cc:385] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:31.981004  7493 raft_consensus.cc:697] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [term 1 LEADER]: Becoming Leader. State: Replica: 0c0c41b3ff794043825101f1151bc264, State: Running, Role: LEADER
I20260608 12:41:31.981612  7490 raft_consensus.cc:740] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 37e09f61b837430d8600f4cb41836392, State: Initialized, Role: FOLLOWER
I20260608 12:41:31.982152  7493 consensus_queue.cc:237] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:31.982445  7490 consensus_queue.cc:260] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:31.984866  7490 ts_tablet_manager.cc:1434] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.003s
I20260608 12:41:31.995453  7192 catalog_manager.cc:5696] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0c0c41b3ff794043825101f1151bc264 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "0c0c41b3ff794043825101f1151bc264" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:32.050971  7497 raft_consensus.cc:493] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:32.051553  7497 raft_consensus.cc:515] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:32.054165  7497 leader_election.cc:290] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 22b49c7e998f4eee9d88999016323fd0 (127.0.107.194:40949), 0c0c41b3ff794043825101f1151bc264 (127.0.107.195:41969)
I20260608 12:41:32.065677  7369 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5ce286d0536040bbb9678987eece05d3" candidate_uuid: "37e09f61b837430d8600f4cb41836392" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "22b49c7e998f4eee9d88999016323fd0" is_pre_election: true
I20260608 12:41:32.066308  7369 raft_consensus.cc:2468] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 37e09f61b837430d8600f4cb41836392 in term 0.
I20260608 12:41:32.067622  7260 leader_election.cc:304] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 22b49c7e998f4eee9d88999016323fd0, 37e09f61b837430d8600f4cb41836392; no voters: 
I20260608 12:41:32.067660  7444 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5ce286d0536040bbb9678987eece05d3" candidate_uuid: "37e09f61b837430d8600f4cb41836392" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0c0c41b3ff794043825101f1151bc264" is_pre_election: true
I20260608 12:41:32.068544  7497 raft_consensus.cc:2804] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:32.068519  7444 raft_consensus.cc:2468] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 37e09f61b837430d8600f4cb41836392 in term 0.
I20260608 12:41:32.069098  7497 raft_consensus.cc:493] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:32.069483  7497 raft_consensus.cc:3060] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:32.074569  7497 raft_consensus.cc:515] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:32.076401  7497 leader_election.cc:290] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [CANDIDATE]: Term 1 election: Requested vote from peers 22b49c7e998f4eee9d88999016323fd0 (127.0.107.194:40949), 0c0c41b3ff794043825101f1151bc264 (127.0.107.195:41969)
I20260608 12:41:32.077188  7369 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5ce286d0536040bbb9678987eece05d3" candidate_uuid: "37e09f61b837430d8600f4cb41836392" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "22b49c7e998f4eee9d88999016323fd0"
I20260608 12:41:32.077603  7444 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5ce286d0536040bbb9678987eece05d3" candidate_uuid: "37e09f61b837430d8600f4cb41836392" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0c0c41b3ff794043825101f1151bc264"
I20260608 12:41:32.077855  7369 raft_consensus.cc:3060] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:32.078194  7444 raft_consensus.cc:3060] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:32.085139  7369 raft_consensus.cc:2468] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 37e09f61b837430d8600f4cb41836392 in term 1.
I20260608 12:41:32.085191  7444 raft_consensus.cc:2468] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 37e09f61b837430d8600f4cb41836392 in term 1.
I20260608 12:41:32.086684  7260 leader_election.cc:304] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 22b49c7e998f4eee9d88999016323fd0, 37e09f61b837430d8600f4cb41836392; no voters: 
I20260608 12:41:32.087343  7497 raft_consensus.cc:2804] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:32.088541  7497 raft_consensus.cc:697] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 1 LEADER]: Becoming Leader. State: Replica: 37e09f61b837430d8600f4cb41836392, State: Running, Role: LEADER
I20260608 12:41:32.089327  7497 consensus_queue.cc:237] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:32.097692  7193 catalog_manager.cc:5696] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 reported cstate change: term changed from 0 to 1, leader changed from <none> to 37e09f61b837430d8600f4cb41836392 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "37e09f61b837430d8600f4cb41836392" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } health_report { overall_health: UNKNOWN } } }
W20260608 12:41:32.149276  7241 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:41:32.188251  7497 raft_consensus.cc:493] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:32.188764  7497 raft_consensus.cc:515] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:32.190703  7497 leader_election.cc:290] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 22b49c7e998f4eee9d88999016323fd0 (127.0.107.194:40949), 0c0c41b3ff794043825101f1151bc264 (127.0.107.195:41969)
I20260608 12:41:32.191490  7369 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53c98c6768fd4b1cae587dd1b6466a36" candidate_uuid: "37e09f61b837430d8600f4cb41836392" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "22b49c7e998f4eee9d88999016323fd0" is_pre_election: true
I20260608 12:41:32.191799  7444 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53c98c6768fd4b1cae587dd1b6466a36" candidate_uuid: "37e09f61b837430d8600f4cb41836392" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0c0c41b3ff794043825101f1151bc264" is_pre_election: true
I20260608 12:41:32.192085  7369 raft_consensus.cc:2468] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 37e09f61b837430d8600f4cb41836392 in term 0.
I20260608 12:41:32.192438  7444 raft_consensus.cc:2468] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 37e09f61b837430d8600f4cb41836392 in term 0.
I20260608 12:41:32.193423  7260 leader_election.cc:304] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 22b49c7e998f4eee9d88999016323fd0, 37e09f61b837430d8600f4cb41836392; no voters: 
I20260608 12:41:32.194298  7497 raft_consensus.cc:2804] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:32.194665  7497 raft_consensus.cc:493] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:32.194981  7497 raft_consensus.cc:3060] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:32.199863  7497 raft_consensus.cc:515] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:32.201614  7497 leader_election.cc:290] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [CANDIDATE]: Term 1 election: Requested vote from peers 22b49c7e998f4eee9d88999016323fd0 (127.0.107.194:40949), 0c0c41b3ff794043825101f1151bc264 (127.0.107.195:41969)
I20260608 12:41:32.202685  7369 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53c98c6768fd4b1cae587dd1b6466a36" candidate_uuid: "37e09f61b837430d8600f4cb41836392" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "22b49c7e998f4eee9d88999016323fd0"
I20260608 12:41:32.203032  7444 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53c98c6768fd4b1cae587dd1b6466a36" candidate_uuid: "37e09f61b837430d8600f4cb41836392" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0c0c41b3ff794043825101f1151bc264"
I20260608 12:41:32.203274  7369 raft_consensus.cc:3060] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:32.203619  7444 raft_consensus.cc:3060] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:32.208127  7369 raft_consensus.cc:2468] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 37e09f61b837430d8600f4cb41836392 in term 1.
I20260608 12:41:32.208351  7444 raft_consensus.cc:2468] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 37e09f61b837430d8600f4cb41836392 in term 1.
I20260608 12:41:32.209251  7260 leader_election.cc:304] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 22b49c7e998f4eee9d88999016323fd0, 37e09f61b837430d8600f4cb41836392; no voters: 
I20260608 12:41:32.210004  7497 raft_consensus.cc:2804] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:32.210415  7497 raft_consensus.cc:697] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [term 1 LEADER]: Becoming Leader. State: Replica: 37e09f61b837430d8600f4cb41836392, State: Running, Role: LEADER
I20260608 12:41:32.211211  7497 consensus_queue.cc:237] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:32.218006  7193 catalog_manager.cc:5696] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 reported cstate change: term changed from 0 to 1, leader changed from <none> to 37e09f61b837430d8600f4cb41836392 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "37e09f61b837430d8600f4cb41836392" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:32.233856  7497 raft_consensus.cc:493] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:32.234427  7497 raft_consensus.cc:515] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:32.236482  7497 leader_election.cc:290] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 22b49c7e998f4eee9d88999016323fd0 (127.0.107.194:40949), 0c0c41b3ff794043825101f1151bc264 (127.0.107.195:41969)
I20260608 12:41:32.237263  7369 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9a44873c9f47404bbc62445fa17d9541" candidate_uuid: "37e09f61b837430d8600f4cb41836392" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "22b49c7e998f4eee9d88999016323fd0" is_pre_election: true
I20260608 12:41:32.237437  7444 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9a44873c9f47404bbc62445fa17d9541" candidate_uuid: "37e09f61b837430d8600f4cb41836392" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0c0c41b3ff794043825101f1151bc264" is_pre_election: true
I20260608 12:41:32.237972  7369 raft_consensus.cc:2393] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 37e09f61b837430d8600f4cb41836392 in current term 1: Already voted for candidate 0c0c41b3ff794043825101f1151bc264 in this term.
I20260608 12:41:32.239228  7260 leader_election.cc:304] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [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: 37e09f61b837430d8600f4cb41836392; no voters: 0c0c41b3ff794043825101f1151bc264, 22b49c7e998f4eee9d88999016323fd0
I20260608 12:41:32.239995  7497 raft_consensus.cc:3060] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:32.244580  7497 raft_consensus.cc:2749] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:32.282514   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:32.302879   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:32.304023   431 tablet_replica.cc:333] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392: stopping tablet replica
I20260608 12:41:32.304629   431 raft_consensus.cc:2243] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:32.305305   431 pending_rounds.cc:70] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392: Trying to abort 1 pending ops.
I20260608 12:41:32.305632   431 pending_rounds.cc:77] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658527606239232 op_type: NO_OP noop_request { }
I20260608 12:41:32.306025   431 raft_consensus.cc:2889] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:32.306490   431 raft_consensus.cc:2272] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:32.309005   431 tablet_replica.cc:333] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392: stopping tablet replica
I20260608 12:41:32.309546   431 raft_consensus.cc:2243] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:32.309933   431 raft_consensus.cc:2272] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:32.311859   431 tablet_replica.cc:333] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392: stopping tablet replica
I20260608 12:41:32.312368   431 raft_consensus.cc:2243] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:32.312737   431 raft_consensus.cc:2272] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:32.314880   431 tablet_replica.cc:333] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392: stopping tablet replica
I20260608 12:41:32.315366   431 raft_consensus.cc:2243] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:32.316028   431 pending_rounds.cc:70] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392: Trying to abort 1 pending ops.
I20260608 12:41:32.316246   431 pending_rounds.cc:77] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658528104624128 op_type: NO_OP noop_request { }
I20260608 12:41:32.316509   431 raft_consensus.cc:2889] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:32.316778   431 raft_consensus.cc:2272] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:32.340631   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:32.353441   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:32.373477   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:32.374637   431 tablet_replica.cc:333] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0: stopping tablet replica
I20260608 12:41:32.375228   431 raft_consensus.cc:2243] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:32.375691   431 raft_consensus.cc:2272] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:32.377892   431 tablet_replica.cc:333] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0: stopping tablet replica
I20260608 12:41:32.378422   431 raft_consensus.cc:2243] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:32.378800   431 raft_consensus.cc:2272] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:32.381306   431 tablet_replica.cc:333] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0: stopping tablet replica
I20260608 12:41:32.381834   431 raft_consensus.cc:2243] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Raft consensus shutting down.
W20260608 12:41:32.382136  7409 consensus_peers.cc:597] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 -> Peer 22b49c7e998f4eee9d88999016323fd0 (127.0.107.194:40949): Couldn't send request to peer 22b49c7e998f4eee9d88999016323fd0. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:32.382216   431 raft_consensus.cc:2272] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:32.384347   431 tablet_replica.cc:333] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0: stopping tablet replica
I20260608 12:41:32.384857   431 raft_consensus.cc:2243] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:32.385229   431 raft_consensus.cc:2272] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:41:32.391310  7407 consensus_peers.cc:597] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 -> Peer 37e09f61b837430d8600f4cb41836392 (127.0.107.193:38355): Couldn't send request to peer 37e09f61b837430d8600f4cb41836392. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38355: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:32.408640   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:32.422212   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:32.442602   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:32.443249   431 tablet_replica.cc:333] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264: stopping tablet replica
I20260608 12:41:32.443984   431 raft_consensus.cc:2243] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:32.444471   431 raft_consensus.cc:2272] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:32.446767   431 tablet_replica.cc:333] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264: stopping tablet replica
I20260608 12:41:32.447355   431 raft_consensus.cc:2243] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:32.447850   431 raft_consensus.cc:2272] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:32.449843   431 tablet_replica.cc:333] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264: stopping tablet replica
I20260608 12:41:32.450487   431 raft_consensus.cc:2243] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:32.451251   431 pending_rounds.cc:70] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264: Trying to abort 1 pending ops.
I20260608 12:41:32.451552   431 pending_rounds.cc:77] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658527169753088 op_type: NO_OP noop_request { }
I20260608 12:41:32.451866   431 raft_consensus.cc:2889] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:32.452232   431 raft_consensus.cc:2272] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:32.454545   431 tablet_replica.cc:333] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264: stopping tablet replica
I20260608 12:41:32.455040   431 raft_consensus.cc:2243] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:32.455824   431 pending_rounds.cc:70] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264: Trying to abort 1 pending ops.
I20260608 12:41:32.456013   431 pending_rounds.cc:77] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658527098671104 op_type: NO_OP noop_request { }
I20260608 12:41:32.456274   431 raft_consensus.cc:2889] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:32.456532   431 raft_consensus.cc:2272] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:32.480391   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:32.494411   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:32.500560  7519 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:32.500913  7520 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:32.501619  7522 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:32.502864   431 server_base.cc:1061] running on GCE node
I20260608 12:41:32.504099   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:32.504387   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.
I20260608 12:41:32.504602   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922492504590 us; error 0 us; skew 500 ppm
I20260608 12:41:32.505213   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:32.507731   431 webserver.cc:533] Webserver started at http://127.0.107.196:42393/ using document root <none> and password file <none>
I20260608 12:41:32.508309   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:32.508555   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:32.508858   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:32.509984   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-431-0/minicluster-data/ts-3-root/instance:
uuid: "2addceb8c47347b98596dc164bbb06f1"
format_stamp: "Formatted at 2026-06-08 12:41:32 on dist-test-slave-g6ln"
I20260608 12:41:32.514621   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.005s
I20260608 12:41:32.518222  7527 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:32.519152   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:32.519649   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-431-0/minicluster-data/ts-3-root
uuid: "2addceb8c47347b98596dc164bbb06f1"
format_stamp: "Formatted at 2026-06-08 12:41:32 on dist-test-slave-g6ln"
I20260608 12:41:32.520064   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-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)
I20260608 12:41:32.532192   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:32.533349   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:32.535059   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:32.537547   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:32.537863   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:32.538199   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:32.538465   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:32.580781   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:45933
I20260608 12:41:32.580919  7589 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:45933 every 8 connection(s)
I20260608 12:41:32.596570  7590 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45991
I20260608 12:41:32.597084  7590 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:32.598029  7590 heartbeater.cc:507] Master 127.0.107.254:45991 requested a full tablet report, sending...
I20260608 12:41:32.600171  7193 ts_manager.cc:194] Registered new tserver with Master: 2addceb8c47347b98596dc164bbb06f1 (127.0.107.196:45933)
I20260608 12:41:32.601785  7193 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39030
W20260608 12:41:33.164332  7241 auto_rebalancer.cc:591] Failed to schedule move for tablet 5ce286d0536040bbb9678987eece05d3: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38355: connect: Connection refused (error 111)
W20260608 12:41:33.168224  7241 auto_rebalancer.cc:591] Failed to schedule move for tablet 06e0c7db5289411b84866d42734793a1: Network error: Client connection negotiation failed: client connection to 127.0.107.195:41969: connect: Connection refused (error 111)
W20260608 12:41:33.171988  7241 auto_rebalancer.cc:591] Failed to schedule move for tablet 9a44873c9f47404bbc62445fa17d9541: Network error: Client connection negotiation failed: client connection to 127.0.107.195:41969: connect: Connection refused (error 111)
I20260608 12:41:33.604948  7590 heartbeater.cc:499] Master 127.0.107.254:45991 was elected leader, sending a full tablet report...
W20260608 12:41:34.188194  7241 auto_rebalancer.cc:591] Failed to schedule move for tablet 06e0c7db5289411b84866d42734793a1: Network error: Client connection negotiation failed: client connection to 127.0.107.195:41969: connect: Connection refused (error 111)
W20260608 12:41:34.192014  7241 auto_rebalancer.cc:591] Failed to schedule move for tablet 9a44873c9f47404bbc62445fa17d9541: Network error: Client connection negotiation failed: client connection to 127.0.107.195:41969: connect: Connection refused (error 111)
W20260608 12:41:34.195912  7241 auto_rebalancer.cc:591] Failed to schedule move for tablet 5ce286d0536040bbb9678987eece05d3: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38355: connect: Connection refused (error 111)
W20260608 12:41:35.227170  7241 auto_rebalancer.cc:591] Failed to schedule move for tablet 5ce286d0536040bbb9678987eece05d3: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38355: connect: Connection refused (error 111)
W20260608 12:41:35.230731  7241 auto_rebalancer.cc:591] Failed to schedule move for tablet 06e0c7db5289411b84866d42734793a1: Network error: Client connection negotiation failed: client connection to 127.0.107.195:41969: connect: Connection refused (error 111)
W20260608 12:41:35.234301  7241 auto_rebalancer.cc:591] Failed to schedule move for tablet 53c98c6768fd4b1cae587dd1b6466a36: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38355: connect: Connection refused (error 111)
W20260608 12:41:36.248956  7241 auto_rebalancer.cc:591] Failed to schedule move for tablet 06e0c7db5289411b84866d42734793a1: Network error: Client connection negotiation failed: client connection to 127.0.107.195:41969: connect: Connection refused (error 111)
W20260608 12:41:36.252599  7241 auto_rebalancer.cc:591] Failed to schedule move for tablet 53c98c6768fd4b1cae587dd1b6466a36: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38355: connect: Connection refused (error 111)
W20260608 12:41:36.256189  7241 auto_rebalancer.cc:591] Failed to schedule move for tablet 9a44873c9f47404bbc62445fa17d9541: Network error: Client connection negotiation failed: client connection to 127.0.107.195:41969: connect: Connection refused (error 111)
W20260608 12:41:37.258744  7241 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 0c0c41b3ff794043825101f1151bc264 not available for placement
W20260608 12:41:38.260857  7241 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 0c0c41b3ff794043825101f1151bc264 not available for placement
W20260608 12:41:39.084373  7586 debug-util.cc:398] Leaking SignalData structure 0x7b08000c2e80 after lost signal to thread 434
W20260608 12:41:39.085541  7586 debug-util.cc:398] Leaking SignalData structure 0x7b080003dc40 after lost signal to thread 7227
W20260608 12:41:39.086758  7586 debug-util.cc:398] Leaking SignalData structure 0x7b08000bf9e0 after lost signal to thread 7589
W20260608 12:41:39.262859  7241 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 0c0c41b3ff794043825101f1151bc264 not available for placement
I20260608 12:41:40.103932   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:40.113389  7599 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:40.122221   431 server_base.cc:1061] running on GCE node
W20260608 12:41:40.122889  7600 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:40.124374  7602 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:40.125609   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:40.125854   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.
I20260608 12:41:40.126048   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922500126023 us; error 0 us; skew 500 ppm
I20260608 12:41:40.126767   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:40.130358   431 webserver.cc:533] Webserver started at http://127.0.107.193:34071/ using document root <none> and password file <none>
I20260608 12:41:40.130951   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:40.131173   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260608 12:41:40.136125   431 fs_manager.cc:714] Time spent opening directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:41:40.140007  7607 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:40.140975   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.002s
I20260608 12:41:40.141294   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-431-0/minicluster-data/ts-0-root
uuid: "37e09f61b837430d8600f4cb41836392"
format_stamp: "Formatted at 2026-06-08 12:41:30 on dist-test-slave-g6ln"
I20260608 12:41:40.141762   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-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)
I20260608 12:41:40.162833   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:40.164358   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:40.166250   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:40.170928  7614 ts_tablet_manager.cc:548] Loading tablet metadata (0/4 complete)
I20260608 12:41:40.195132   431 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260608 12:41:40.195464   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.026s	user 0.002s	sys 0.000s
I20260608 12:41:40.195775   431 ts_tablet_manager.cc:600] Registering tablets (0/4 complete)
I20260608 12:41:40.201730  7614 tablet_bootstrap.cc:492] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392: Bootstrap starting.
I20260608 12:41:40.218382  7614 tablet_bootstrap.cc:492] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392: 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
I20260608 12:41:40.219274  7614 tablet_bootstrap.cc:492] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392: Bootstrap complete.
I20260608 12:41:40.219347   431 ts_tablet_manager.cc:616] Registered 4 tablets
I20260608 12:41:40.219743   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.024s	user 0.021s	sys 0.003s
I20260608 12:41:40.220135  7614 ts_tablet_manager.cc:1403] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392: Time spent bootstrapping tablet: real 0.019s	user 0.017s	sys 0.000s
I20260608 12:41:40.223994  7614 raft_consensus.cc:359] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:40.225222  7614 raft_consensus.cc:740] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 37e09f61b837430d8600f4cb41836392, State: Initialized, Role: FOLLOWER
I20260608 12:41:40.226227  7614 consensus_queue.cc:260] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:40.229916  7614 ts_tablet_manager.cc:1434] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.004s
I20260608 12:41:40.230844  7614 tablet_bootstrap.cc:492] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392: Bootstrap starting.
I20260608 12:41:40.254746  7614 tablet_bootstrap.cc:492] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392: 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
I20260608 12:41:40.256188  7614 tablet_bootstrap.cc:492] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392: Bootstrap complete.
I20260608 12:41:40.257151  7614 ts_tablet_manager.cc:1403] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392: Time spent bootstrapping tablet: real 0.027s	user 0.017s	sys 0.008s
I20260608 12:41:40.261262  7614 raft_consensus.cc:359] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:40.262490  7614 raft_consensus.cc:740] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 37e09f61b837430d8600f4cb41836392, State: Initialized, Role: FOLLOWER
I20260608 12:41:40.264746  7614 consensus_queue.cc:260] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [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: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:40.267395  7614 ts_tablet_manager.cc:1434] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.001s
W20260608 12:41:40.267373  7241 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 0c0c41b3ff794043825101f1151bc264 not available for placement
I20260608 12:41:40.268987  7614 tablet_bootstrap.cc:492] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392: Bootstrap starting.
I20260608 12:41:40.290364  7614 tablet_bootstrap.cc:492] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392: 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
I20260608 12:41:40.291651  7614 tablet_bootstrap.cc:492] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392: Bootstrap complete.
I20260608 12:41:40.292555  7614 ts_tablet_manager.cc:1403] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392: Time spent bootstrapping tablet: real 0.024s	user 0.018s	sys 0.004s
I20260608 12:41:40.294185   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:38355
I20260608 12:41:40.294494  7674 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:38355 every 8 connection(s)
I20260608 12:41:40.296136  7614 raft_consensus.cc:359] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:40.297133  7614 raft_consensus.cc:740] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 37e09f61b837430d8600f4cb41836392, State: Initialized, Role: FOLLOWER
I20260608 12:41:40.297987  7614 consensus_queue.cc:260] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [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: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:40.301175  7614 ts_tablet_manager.cc:1434] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:41:40.302428  7614 tablet_bootstrap.cc:492] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392: Bootstrap starting.
I20260608 12:41:40.315644   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:41:40.329938  7675 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45991
I20260608 12:41:40.330724  7675 heartbeater.cc:461] Registering TS with master...
W20260608 12:41:40.331960  7680 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:40.332295  7675 heartbeater.cc:507] Master 127.0.107.254:45991 requested a full tablet report, sending...
I20260608 12:41:40.334254  7614 tablet_bootstrap.cc:492] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392: 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
W20260608 12:41:40.334820  7681 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:40.335213  7614 tablet_bootstrap.cc:492] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392: Bootstrap complete.
I20260608 12:41:40.338403  7614 ts_tablet_manager.cc:1403] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392: Time spent bootstrapping tablet: real 0.036s	user 0.017s	sys 0.011s
I20260608 12:41:40.340903  7193 ts_manager.cc:194] Re-registered known tserver with Master: 37e09f61b837430d8600f4cb41836392 (127.0.107.193:38355)
W20260608 12:41:40.341988  7683 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:40.344282  7614 raft_consensus.cc:359] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } }
I20260608 12:41:40.345130   431 server_base.cc:1061] running on GCE node
I20260608 12:41:40.345361  7614 raft_consensus.cc:740] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 37e09f61b837430d8600f4cb41836392, State: Initialized, Role: FOLLOWER
I20260608 12:41:40.346971   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:40.347519   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.
I20260608 12:41:40.347759   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922500347738 us; error 0 us; skew 500 ppm
I20260608 12:41:40.348516   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:40.346515  7614 consensus_queue.cc:260] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } }
I20260608 12:41:40.351574  7614 ts_tablet_manager.cc:1434] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392: Time spent starting tablet: real 0.013s	user 0.009s	sys 0.001s
I20260608 12:41:40.353058  7193 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42542
I20260608 12:41:40.357764  7675 heartbeater.cc:499] Master 127.0.107.254:45991 was elected leader, sending a full tablet report...
I20260608 12:41:40.362958   431 webserver.cc:533] Webserver started at http://127.0.107.194:37215/ using document root <none> and password file <none>
I20260608 12:41:40.363730   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:40.363957   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260608 12:41:40.368505   431 fs_manager.cc:714] Time spent opening directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260608 12:41:40.372793  7688 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:40.373808   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:41:40.374219   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-431-0/minicluster-data/ts-1-root
uuid: "22b49c7e998f4eee9d88999016323fd0"
format_stamp: "Formatted at 2026-06-08 12:41:30 on dist-test-slave-g6ln"
I20260608 12:41:40.374620   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-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)
I20260608 12:41:40.411577   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:40.412865   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:40.414572   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:40.455039   431 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260608 12:41:40.455355   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.038s	user 0.002s	sys 0.000s
I20260608 12:41:40.460619  7695 tablet_bootstrap.cc:492] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0: Bootstrap starting.
I20260608 12:41:40.470075   431 ts_tablet_manager.cc:616] Registered 4 tablets
I20260608 12:41:40.470393   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.015s	user 0.012s	sys 0.000s
I20260608 12:41:40.477442  7695 tablet_bootstrap.cc:492] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0: 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
I20260608 12:41:40.478446  7695 tablet_bootstrap.cc:492] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0: Bootstrap complete.
I20260608 12:41:40.479259  7695 ts_tablet_manager.cc:1403] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0: Time spent bootstrapping tablet: real 0.019s	user 0.014s	sys 0.002s
I20260608 12:41:40.483330  7695 raft_consensus.cc:359] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:40.484202  7695 raft_consensus.cc:740] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 22b49c7e998f4eee9d88999016323fd0, State: Initialized, Role: FOLLOWER
I20260608 12:41:40.485327  7695 consensus_queue.cc:260] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:40.488677  7695 ts_tablet_manager.cc:1434] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 12:41:40.489668  7695 tablet_bootstrap.cc:492] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0: Bootstrap starting.
I20260608 12:41:40.511499  7695 tablet_bootstrap.cc:492] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0: 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
I20260608 12:41:40.512645  7695 tablet_bootstrap.cc:492] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0: Bootstrap complete.
I20260608 12:41:40.513605  7695 ts_tablet_manager.cc:1403] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0: Time spent bootstrapping tablet: real 0.024s	user 0.014s	sys 0.008s
I20260608 12:41:40.517544  7695 raft_consensus.cc:359] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:40.518534  7695 raft_consensus.cc:740] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 22b49c7e998f4eee9d88999016323fd0, State: Initialized, Role: FOLLOWER
I20260608 12:41:40.519788  7695 consensus_queue.cc:260] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:40.522934  7695 ts_tablet_manager.cc:1434] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 12:41:40.524067  7695 tablet_bootstrap.cc:492] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0: Bootstrap starting.
I20260608 12:41:40.547298  7695 tablet_bootstrap.cc:492] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0: 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
I20260608 12:41:40.548462  7695 tablet_bootstrap.cc:492] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0: Bootstrap complete.
I20260608 12:41:40.549376  7695 ts_tablet_manager.cc:1403] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0: Time spent bootstrapping tablet: real 0.026s	user 0.015s	sys 0.008s
I20260608 12:41:40.553269  7695 raft_consensus.cc:359] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:40.554209  7695 raft_consensus.cc:740] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 22b49c7e998f4eee9d88999016323fd0, State: Initialized, Role: FOLLOWER
I20260608 12:41:40.555425  7695 consensus_queue.cc:260] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:40.558167  7695 ts_tablet_manager.cc:1434] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:41:40.559258  7695 tablet_bootstrap.cc:492] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0: Bootstrap starting.
I20260608 12:41:40.560859   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:40949
I20260608 12:41:40.561216  7755 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:40949 every 8 connection(s)
I20260608 12:41:40.570792   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:41:40.585278  7695 tablet_bootstrap.cc:492] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0: 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
I20260608 12:41:40.586495  7695 tablet_bootstrap.cc:492] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0: Bootstrap complete.
I20260608 12:41:40.587481  7695 ts_tablet_manager.cc:1403] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0: Time spent bootstrapping tablet: real 0.028s	user 0.012s	sys 0.008s
W20260608 12:41:40.591589  7760 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:40.591219  7695 raft_consensus.cc:359] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } }
I20260608 12:41:40.592346  7695 raft_consensus.cc:740] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 22b49c7e998f4eee9d88999016323fd0, State: Initialized, Role: FOLLOWER
I20260608 12:41:40.593747  7695 consensus_queue.cc:260] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } }
I20260608 12:41:40.597250  7695 ts_tablet_manager.cc:1434] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
W20260608 12:41:40.598758  7761 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:40.600085  7756 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45991
I20260608 12:41:40.600659  7756 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:40.601835  7756 heartbeater.cc:507] Master 127.0.107.254:45991 requested a full tablet report, sending...
W20260608 12:41:40.602161  7763 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:40.602461   431 server_base.cc:1061] running on GCE node
I20260608 12:41:40.603930   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:40.604183   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.
I20260608 12:41:40.604390   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922500604373 us; error 0 us; skew 500 ppm
I20260608 12:41:40.605096   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:40.607506  7193 ts_manager.cc:194] Re-registered known tserver with Master: 22b49c7e998f4eee9d88999016323fd0 (127.0.107.194:40949)
I20260608 12:41:40.608435   431 webserver.cc:533] Webserver started at http://127.0.107.195:36977/ using document root <none> and password file <none>
I20260608 12:41:40.609227   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:40.609463   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260608 12:41:40.614660  7193 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42546
I20260608 12:41:40.615036   431 fs_manager.cc:714] Time spent opening directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:41:40.618520  7756 heartbeater.cc:499] Master 127.0.107.254:45991 was elected leader, sending a full tablet report...
I20260608 12:41:40.619558  7768 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:40.620572   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:41:40.620893   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-431-0/minicluster-data/ts-2-root
uuid: "0c0c41b3ff794043825101f1151bc264"
format_stamp: "Formatted at 2026-06-08 12:41:30 on dist-test-slave-g6ln"
I20260608 12:41:40.621203   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-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)
I20260608 12:41:40.661020   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:40.662410   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:40.664052   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:40.705948   431 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260608 12:41:40.706332   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.038s	user 0.001s	sys 0.001s
I20260608 12:41:40.711843  7775 tablet_bootstrap.cc:492] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264: Bootstrap starting.
I20260608 12:41:40.723718   431 ts_tablet_manager.cc:616] Registered 4 tablets
I20260608 12:41:40.724089   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.017s	user 0.018s	sys 0.000s
I20260608 12:41:40.731950  7775 tablet_bootstrap.cc:492] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264: 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
I20260608 12:41:40.733253  7775 tablet_bootstrap.cc:492] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264: Bootstrap complete.
I20260608 12:41:40.734283  7775 ts_tablet_manager.cc:1403] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264: Time spent bootstrapping tablet: real 0.023s	user 0.011s	sys 0.009s
I20260608 12:41:40.737922  7775 raft_consensus.cc:359] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:40.740257  7775 raft_consensus.cc:740] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0c0c41b3ff794043825101f1151bc264, State: Initialized, Role: FOLLOWER
I20260608 12:41:40.741609  7775 consensus_queue.cc:260] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [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: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:40.745944  7775 ts_tablet_manager.cc:1434] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264: Time spent starting tablet: real 0.011s	user 0.010s	sys 0.000s
I20260608 12:41:40.747212  7775 tablet_bootstrap.cc:492] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264: Bootstrap starting.
I20260608 12:41:40.767920  7775 tablet_bootstrap.cc:492] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264: 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
I20260608 12:41:40.769088  7775 tablet_bootstrap.cc:492] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264: Bootstrap complete.
I20260608 12:41:40.770159  7775 ts_tablet_manager.cc:1403] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264: Time spent bootstrapping tablet: real 0.023s	user 0.020s	sys 0.000s
I20260608 12:41:40.774056  7775 raft_consensus.cc:359] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:40.774982  7775 raft_consensus.cc:740] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0c0c41b3ff794043825101f1151bc264, State: Initialized, Role: FOLLOWER
I20260608 12:41:40.775972  7775 consensus_queue.cc:260] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:40.778363  7775 ts_tablet_manager.cc:1434] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:41:40.779469  7775 tablet_bootstrap.cc:492] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264: Bootstrap starting.
I20260608 12:41:40.795310   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:41969
I20260608 12:41:40.795625  7834 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:41969 every 8 connection(s)
I20260608 12:41:40.806381  7775 tablet_bootstrap.cc:492] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264: 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
I20260608 12:41:40.807722  7775 tablet_bootstrap.cc:492] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264: Bootstrap complete.
I20260608 12:41:40.808750  7775 ts_tablet_manager.cc:1403] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264: Time spent bootstrapping tablet: real 0.030s	user 0.014s	sys 0.011s
I20260608 12:41:40.812366  7775 raft_consensus.cc:359] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:40.813468  7775 raft_consensus.cc:740] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0c0c41b3ff794043825101f1151bc264, State: Initialized, Role: FOLLOWER
I20260608 12:41:40.814739  7775 consensus_queue.cc:260] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:40.817513  7836 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45991
I20260608 12:41:40.818092  7836 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:40.818647  7775 ts_tablet_manager.cc:1434] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264: Time spent starting tablet: real 0.009s	user 0.009s	sys 0.000s
I20260608 12:41:40.819188  7836 heartbeater.cc:507] Master 127.0.107.254:45991 requested a full tablet report, sending...
I20260608 12:41:40.819943  7775 tablet_bootstrap.cc:492] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264: Bootstrap starting.
I20260608 12:41:40.823861  7193 ts_manager.cc:194] Re-registered known tserver with Master: 0c0c41b3ff794043825101f1151bc264 (127.0.107.195:41969)
I20260608 12:41:40.831185  7193 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42556
I20260608 12:41:40.835093  7836 heartbeater.cc:499] Master 127.0.107.254:45991 was elected leader, sending a full tablet report...
I20260608 12:41:40.839561  7775 tablet_bootstrap.cc:492] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264: 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
I20260608 12:41:40.840857  7775 tablet_bootstrap.cc:492] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264: Bootstrap complete.
I20260608 12:41:40.841785  7775 ts_tablet_manager.cc:1403] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264: Time spent bootstrapping tablet: real 0.022s	user 0.018s	sys 0.000s
I20260608 12:41:40.845127  7775 raft_consensus.cc:359] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } }
I20260608 12:41:40.846318  7775 raft_consensus.cc:740] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0c0c41b3ff794043825101f1151bc264, State: Initialized, Role: FOLLOWER
I20260608 12:41:40.847285  7775 consensus_queue.cc:260] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [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: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } }
I20260608 12:41:40.849593  7775 ts_tablet_manager.cc:1434] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
W20260608 12:41:41.292673  7241 auto_rebalancer.cc:591] Failed to schedule move for tablet 53c98c6768fd4b1cae587dd1b6466a36: Illegal state: Replica 37e09f61b837430d8600f4cb41836392 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } }
W20260608 12:41:41.297923  7241 auto_rebalancer.cc:591] Failed to schedule move for tablet 5ce286d0536040bbb9678987eece05d3: Illegal state: Replica 37e09f61b837430d8600f4cb41836392 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } }
W20260608 12:41:41.313019  7241 auto_rebalancer.cc:591] Failed to schedule move for tablet 9a44873c9f47404bbc62445fa17d9541: Illegal state: Replica 0c0c41b3ff794043825101f1151bc264 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } }
I20260608 12:41:41.565140  7843 raft_consensus.cc:493] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:41.565884  7843 raft_consensus.cc:515] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:41.568783  7843 leader_election.cc:290] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 22b49c7e998f4eee9d88999016323fd0 (127.0.107.194:40949), 0c0c41b3ff794043825101f1151bc264 (127.0.107.195:41969)
I20260608 12:41:41.588001  7730 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53c98c6768fd4b1cae587dd1b6466a36" candidate_uuid: "37e09f61b837430d8600f4cb41836392" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "22b49c7e998f4eee9d88999016323fd0" is_pre_election: true
I20260608 12:41:41.589124  7730 raft_consensus.cc:2468] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 37e09f61b837430d8600f4cb41836392 in term 1.
I20260608 12:41:41.590523  7610 leader_election.cc:304] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [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: 22b49c7e998f4eee9d88999016323fd0, 37e09f61b837430d8600f4cb41836392; no voters: 
I20260608 12:41:41.592299  7843 raft_consensus.cc:2804] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:41:41.592960  7843 raft_consensus.cc:493] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:41.593560  7843 raft_consensus.cc:3060] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:41.594535  7809 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53c98c6768fd4b1cae587dd1b6466a36" candidate_uuid: "37e09f61b837430d8600f4cb41836392" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0c0c41b3ff794043825101f1151bc264" is_pre_election: true
I20260608 12:41:41.595678  7809 raft_consensus.cc:2468] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 37e09f61b837430d8600f4cb41836392 in term 1.
I20260608 12:41:41.601339  7843 raft_consensus.cc:515] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:41.603708  7843 leader_election.cc:290] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [CANDIDATE]: Term 2 election: Requested vote from peers 22b49c7e998f4eee9d88999016323fd0 (127.0.107.194:40949), 0c0c41b3ff794043825101f1151bc264 (127.0.107.195:41969)
I20260608 12:41:41.604506  7730 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53c98c6768fd4b1cae587dd1b6466a36" candidate_uuid: "37e09f61b837430d8600f4cb41836392" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "22b49c7e998f4eee9d88999016323fd0"
I20260608 12:41:41.604864  7809 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53c98c6768fd4b1cae587dd1b6466a36" candidate_uuid: "37e09f61b837430d8600f4cb41836392" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0c0c41b3ff794043825101f1151bc264"
I20260608 12:41:41.605607  7730 raft_consensus.cc:3060] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:41.605854  7809 raft_consensus.cc:3060] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:41.612841  7809 raft_consensus.cc:2468] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 37e09f61b837430d8600f4cb41836392 in term 2.
I20260608 12:41:41.614157  7610 leader_election.cc:304] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [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: 0c0c41b3ff794043825101f1151bc264, 37e09f61b837430d8600f4cb41836392; no voters: 
I20260608 12:41:41.615113  7843 raft_consensus.cc:2804] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:41.615104  7730 raft_consensus.cc:2468] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 37e09f61b837430d8600f4cb41836392 in term 2.
I20260608 12:41:41.616890  7843 raft_consensus.cc:697] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [term 2 LEADER]: Becoming Leader. State: Replica: 37e09f61b837430d8600f4cb41836392, State: Running, Role: LEADER
I20260608 12:41:41.618281  7843 consensus_queue.cc:237] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [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: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:41.629859  7193 catalog_manager.cc:5696] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 reported cstate change: term changed from 1 to 2. New cstate: current_term: 2 leader_uuid: "37e09f61b837430d8600f4cb41836392" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:41.729828  7853 raft_consensus.cc:493] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:41.730516  7853 raft_consensus.cc:515] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } }
I20260608 12:41:41.733464  7853 leader_election.cc:290] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0c0c41b3ff794043825101f1151bc264 (127.0.107.195:41969), 37e09f61b837430d8600f4cb41836392 (127.0.107.193:38355)
I20260608 12:41:41.746793  7809 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06e0c7db5289411b84866d42734793a1" candidate_uuid: "22b49c7e998f4eee9d88999016323fd0" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0c0c41b3ff794043825101f1151bc264" is_pre_election: true
I20260608 12:41:41.747972  7809 raft_consensus.cc:2410] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 22b49c7e998f4eee9d88999016323fd0 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.
I20260608 12:41:41.750798  7649 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06e0c7db5289411b84866d42734793a1" candidate_uuid: "22b49c7e998f4eee9d88999016323fd0" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37e09f61b837430d8600f4cb41836392" is_pre_election: true
I20260608 12:41:41.751849  7649 raft_consensus.cc:2468] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 22b49c7e998f4eee9d88999016323fd0 in term 1.
I20260608 12:41:41.753582  7689 leader_election.cc:304] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [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: 22b49c7e998f4eee9d88999016323fd0, 37e09f61b837430d8600f4cb41836392; no voters: 0c0c41b3ff794043825101f1151bc264
I20260608 12:41:41.754967  7853 raft_consensus.cc:2804] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:41:41.755519  7853 raft_consensus.cc:493] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:41.755928  7853 raft_consensus.cc:3060] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:41.761536  7853 raft_consensus.cc:515] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } }
I20260608 12:41:41.763660  7853 leader_election.cc:290] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [CANDIDATE]: Term 2 election: Requested vote from peers 0c0c41b3ff794043825101f1151bc264 (127.0.107.195:41969), 37e09f61b837430d8600f4cb41836392 (127.0.107.193:38355)
I20260608 12:41:41.764568  7809 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06e0c7db5289411b84866d42734793a1" candidate_uuid: "22b49c7e998f4eee9d88999016323fd0" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0c0c41b3ff794043825101f1151bc264"
I20260608 12:41:41.764825  7649 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06e0c7db5289411b84866d42734793a1" candidate_uuid: "22b49c7e998f4eee9d88999016323fd0" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37e09f61b837430d8600f4cb41836392"
I20260608 12:41:41.765506  7809 raft_consensus.cc:3060] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:41.765743  7649 raft_consensus.cc:3060] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:41.770876  7853 raft_consensus.cc:493] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:41.771704  7853 raft_consensus.cc:515] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:41.772447  7649 raft_consensus.cc:2468] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 22b49c7e998f4eee9d88999016323fd0 in term 2.
I20260608 12:41:41.774115  7809 raft_consensus.cc:2410] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 22b49c7e998f4eee9d88999016323fd0 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.
I20260608 12:41:41.774076  7689 leader_election.cc:304] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [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: 22b49c7e998f4eee9d88999016323fd0, 37e09f61b837430d8600f4cb41836392; no voters: 
I20260608 12:41:41.776091  7853 leader_election.cc:290] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 37e09f61b837430d8600f4cb41836392 (127.0.107.193:38355), 0c0c41b3ff794043825101f1151bc264 (127.0.107.195:41969)
I20260608 12:41:41.776388  7808 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5ce286d0536040bbb9678987eece05d3" candidate_uuid: "22b49c7e998f4eee9d88999016323fd0" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0c0c41b3ff794043825101f1151bc264" is_pre_election: true
I20260608 12:41:41.777397  7853 raft_consensus.cc:2804] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:41.777977  7808 raft_consensus.cc:2468] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 22b49c7e998f4eee9d88999016323fd0 in term 1.
I20260608 12:41:41.778287  7853 raft_consensus.cc:697] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [term 2 LEADER]: Becoming Leader. State: Replica: 22b49c7e998f4eee9d88999016323fd0, State: Running, Role: LEADER
I20260608 12:41:41.780257  7691 leader_election.cc:304] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [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: 0c0c41b3ff794043825101f1151bc264, 22b49c7e998f4eee9d88999016323fd0; no voters: 
I20260608 12:41:41.780807  7649 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5ce286d0536040bbb9678987eece05d3" candidate_uuid: "22b49c7e998f4eee9d88999016323fd0" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37e09f61b837430d8600f4cb41836392" is_pre_election: true
I20260608 12:41:41.781383  7853 consensus_queue.cc:237] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [LEADER]: Queue going to LEADER 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: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } }
I20260608 12:41:41.781872  7856 raft_consensus.cc:2804] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:41:41.782181  7649 raft_consensus.cc:2410] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 22b49c7e998f4eee9d88999016323fd0 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.
I20260608 12:41:41.783327  7856 raft_consensus.cc:493] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:41.784082  7856 raft_consensus.cc:3060] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:41.791492  7193 catalog_manager.cc:5696] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 reported cstate change: term changed from 1 to 2, leader changed from 0c0c41b3ff794043825101f1151bc264 (127.0.107.195) to 22b49c7e998f4eee9d88999016323fd0 (127.0.107.194). New cstate: current_term: 2 leader_uuid: "22b49c7e998f4eee9d88999016323fd0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:41.793694  7856 raft_consensus.cc:515] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:41.796689  7856 leader_election.cc:290] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [CANDIDATE]: Term 2 election: Requested vote from peers 37e09f61b837430d8600f4cb41836392 (127.0.107.193:38355), 0c0c41b3ff794043825101f1151bc264 (127.0.107.195:41969)
I20260608 12:41:41.797960  7649 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5ce286d0536040bbb9678987eece05d3" candidate_uuid: "22b49c7e998f4eee9d88999016323fd0" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37e09f61b837430d8600f4cb41836392"
I20260608 12:41:41.798238  7808 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5ce286d0536040bbb9678987eece05d3" candidate_uuid: "22b49c7e998f4eee9d88999016323fd0" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0c0c41b3ff794043825101f1151bc264"
I20260608 12:41:41.798918  7649 raft_consensus.cc:3060] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:41.799208  7808 raft_consensus.cc:3060] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:41.806242  7808 raft_consensus.cc:2468] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 22b49c7e998f4eee9d88999016323fd0 in term 2.
I20260608 12:41:41.807396  7691 leader_election.cc:304] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [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: 0c0c41b3ff794043825101f1151bc264, 22b49c7e998f4eee9d88999016323fd0; no voters: 
I20260608 12:41:41.807513  7649 raft_consensus.cc:2410] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 22b49c7e998f4eee9d88999016323fd0 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.
I20260608 12:41:41.808377  7856 raft_consensus.cc:2804] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:41.809010  7856 raft_consensus.cc:697] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [term 2 LEADER]: Becoming Leader. State: Replica: 22b49c7e998f4eee9d88999016323fd0, State: Running, Role: LEADER
I20260608 12:41:41.810071  7856 consensus_queue.cc:237] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [LEADER]: Queue going to LEADER 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: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:41.819170  7193 catalog_manager.cc:5696] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 reported cstate change: term changed from 1 to 2, leader changed from 37e09f61b837430d8600f4cb41836392 (127.0.107.193) to 22b49c7e998f4eee9d88999016323fd0 (127.0.107.194). New cstate: current_term: 2 leader_uuid: "22b49c7e998f4eee9d88999016323fd0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:41.849488  7843 raft_consensus.cc:493] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:41.850158  7843 raft_consensus.cc:515] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:41.852264  7843 leader_election.cc:290] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 22b49c7e998f4eee9d88999016323fd0 (127.0.107.194:40949), 0c0c41b3ff794043825101f1151bc264 (127.0.107.195:41969)
I20260608 12:41:41.853185  7730 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9a44873c9f47404bbc62445fa17d9541" candidate_uuid: "37e09f61b837430d8600f4cb41836392" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "22b49c7e998f4eee9d88999016323fd0" is_pre_election: true
I20260608 12:41:41.853379  7808 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9a44873c9f47404bbc62445fa17d9541" candidate_uuid: "37e09f61b837430d8600f4cb41836392" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0c0c41b3ff794043825101f1151bc264" is_pre_election: true
I20260608 12:41:41.854192  7730 raft_consensus.cc:2468] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 37e09f61b837430d8600f4cb41836392 in term 1.
I20260608 12:41:41.854771  7808 raft_consensus.cc:2410] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 37e09f61b837430d8600f4cb41836392 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.
I20260608 12:41:41.855790  7610 leader_election.cc:304] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [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: 22b49c7e998f4eee9d88999016323fd0, 37e09f61b837430d8600f4cb41836392; no voters: 
I20260608 12:41:41.856942  7843 raft_consensus.cc:2804] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:41:41.857394  7843 raft_consensus.cc:493] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:41.857792  7843 raft_consensus.cc:3060] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:41.863754  7843 raft_consensus.cc:515] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:41.865716  7843 leader_election.cc:290] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [CANDIDATE]: Term 2 election: Requested vote from peers 22b49c7e998f4eee9d88999016323fd0 (127.0.107.194:40949), 0c0c41b3ff794043825101f1151bc264 (127.0.107.195:41969)
I20260608 12:41:41.866657  7730 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9a44873c9f47404bbc62445fa17d9541" candidate_uuid: "37e09f61b837430d8600f4cb41836392" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "22b49c7e998f4eee9d88999016323fd0"
I20260608 12:41:41.866925  7808 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9a44873c9f47404bbc62445fa17d9541" candidate_uuid: "37e09f61b837430d8600f4cb41836392" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0c0c41b3ff794043825101f1151bc264"
I20260608 12:41:41.867568  7730 raft_consensus.cc:3060] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:41.867892  7808 raft_consensus.cc:3060] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:41.872749  7843 raft_consensus.cc:493] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:41.873893  7843 raft_consensus.cc:515] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:41.875015  7730 raft_consensus.cc:2468] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 37e09f61b837430d8600f4cb41836392 in term 2.
I20260608 12:41:41.875348  7808 raft_consensus.cc:2410] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 37e09f61b837430d8600f4cb41836392 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.
I20260608 12:41:41.877278  7610 leader_election.cc:304] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [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: 22b49c7e998f4eee9d88999016323fd0, 37e09f61b837430d8600f4cb41836392; no voters: 0c0c41b3ff794043825101f1151bc264
I20260608 12:41:41.877606  7729 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5ce286d0536040bbb9678987eece05d3" candidate_uuid: "37e09f61b837430d8600f4cb41836392" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "22b49c7e998f4eee9d88999016323fd0" is_pre_election: true
I20260608 12:41:41.878731  7847 raft_consensus.cc:2804] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:41.877969  7843 leader_election.cc:290] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 22b49c7e998f4eee9d88999016323fd0 (127.0.107.194:40949), 0c0c41b3ff794043825101f1151bc264 (127.0.107.195:41969)
I20260608 12:41:41.881000  7847 raft_consensus.cc:697] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [term 2 LEADER]: Becoming Leader. State: Replica: 37e09f61b837430d8600f4cb41836392, State: Running, Role: LEADER
I20260608 12:41:41.880828  7808 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5ce286d0536040bbb9678987eece05d3" candidate_uuid: "37e09f61b837430d8600f4cb41836392" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0c0c41b3ff794043825101f1151bc264" is_pre_election: true
I20260608 12:41:41.882046  7808 raft_consensus.cc:2468] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 37e09f61b837430d8600f4cb41836392 in term 2.
I20260608 12:41:41.881951  7847 consensus_queue.cc:237] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [LEADER]: Queue going to LEADER 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: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:41.883473  7610 leader_election.cc:304] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [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: 0c0c41b3ff794043825101f1151bc264, 37e09f61b837430d8600f4cb41836392; no voters: 22b49c7e998f4eee9d88999016323fd0
I20260608 12:41:41.884775  7859 raft_consensus.cc:2804] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260608 12:41:41.885515  7859 raft_consensus.cc:493] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:41.886314  7859 raft_consensus.cc:3060] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:41:41.891551  7193 catalog_manager.cc:5696] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 reported cstate change: term changed from 1 to 2, leader changed from 0c0c41b3ff794043825101f1151bc264 (127.0.107.195) to 37e09f61b837430d8600f4cb41836392 (127.0.107.193). New cstate: current_term: 2 leader_uuid: "37e09f61b837430d8600f4cb41836392" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:41.892874  7859 raft_consensus.cc:515] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:41.894886  7859 leader_election.cc:290] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [CANDIDATE]: Term 3 election: Requested vote from peers 22b49c7e998f4eee9d88999016323fd0 (127.0.107.194:40949), 0c0c41b3ff794043825101f1151bc264 (127.0.107.195:41969)
I20260608 12:41:41.896031  7808 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5ce286d0536040bbb9678987eece05d3" candidate_uuid: "37e09f61b837430d8600f4cb41836392" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0c0c41b3ff794043825101f1151bc264"
I20260608 12:41:41.896384  7729 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5ce286d0536040bbb9678987eece05d3" candidate_uuid: "37e09f61b837430d8600f4cb41836392" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "22b49c7e998f4eee9d88999016323fd0"
I20260608 12:41:41.896996  7808 raft_consensus.cc:3060] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:41:41.904441  7808 raft_consensus.cc:2468] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 37e09f61b837430d8600f4cb41836392 in term 3.
I20260608 12:41:41.905652  7610 leader_election.cc:304] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [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: 0c0c41b3ff794043825101f1151bc264, 37e09f61b837430d8600f4cb41836392; no voters: 22b49c7e998f4eee9d88999016323fd0
I20260608 12:41:41.906829  7859 raft_consensus.cc:2804] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 3 FOLLOWER]: Leader election won for term 3
I20260608 12:41:41.907387  7859 raft_consensus.cc:697] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 3 LEADER]: Becoming Leader. State: Replica: 37e09f61b837430d8600f4cb41836392, State: Running, Role: LEADER
I20260608 12:41:41.908380  7859 consensus_queue.cc:237] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [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: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:41.916332  7193 catalog_manager.cc:5696] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 reported cstate change: term changed from 2 to 3, leader changed from 22b49c7e998f4eee9d88999016323fd0 (127.0.107.194) to 37e09f61b837430d8600f4cb41836392 (127.0.107.193). New cstate: current_term: 3 leader_uuid: "37e09f61b837430d8600f4cb41836392" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:42.049719  7862 raft_consensus.cc:493] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:42.050374  7862 raft_consensus.cc:515] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } }
I20260608 12:41:42.053479  7862 leader_election.cc:290] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 37e09f61b837430d8600f4cb41836392 (127.0.107.193:38355), 22b49c7e998f4eee9d88999016323fd0 (127.0.107.194:40949)
I20260608 12:41:42.066323  7649 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06e0c7db5289411b84866d42734793a1" candidate_uuid: "0c0c41b3ff794043825101f1151bc264" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37e09f61b837430d8600f4cb41836392" is_pre_election: true
I20260608 12:41:42.067294  7649 raft_consensus.cc:2468] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0c0c41b3ff794043825101f1151bc264 in term 2.
I20260608 12:41:42.067471  7729 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06e0c7db5289411b84866d42734793a1" candidate_uuid: "0c0c41b3ff794043825101f1151bc264" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "22b49c7e998f4eee9d88999016323fd0" is_pre_election: true
I20260608 12:41:42.068799  7769 leader_election.cc:304] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [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: 0c0c41b3ff794043825101f1151bc264, 37e09f61b837430d8600f4cb41836392; no voters: 
I20260608 12:41:42.069835  7862 raft_consensus.cc:2804] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260608 12:41:42.070329  7862 raft_consensus.cc:493] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:42.070729  7862 raft_consensus.cc:3060] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:41:42.076025  7862 raft_consensus.cc:515] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } }
I20260608 12:41:42.078120  7862 leader_election.cc:290] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [CANDIDATE]: Term 3 election: Requested vote from peers 37e09f61b837430d8600f4cb41836392 (127.0.107.193:38355), 22b49c7e998f4eee9d88999016323fd0 (127.0.107.194:40949)
I20260608 12:41:42.078924  7649 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06e0c7db5289411b84866d42734793a1" candidate_uuid: "0c0c41b3ff794043825101f1151bc264" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37e09f61b837430d8600f4cb41836392"
I20260608 12:41:42.079264  7729 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06e0c7db5289411b84866d42734793a1" candidate_uuid: "0c0c41b3ff794043825101f1151bc264" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "22b49c7e998f4eee9d88999016323fd0"
I20260608 12:41:42.079663  7649 raft_consensus.cc:3060] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:41:42.082412  7808 raft_consensus.cc:1275] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264 [term 2 FOLLOWER]: Refusing update from remote peer 37e09f61b837430d8600f4cb41836392: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:41:42.084167  7859 consensus_queue.cc:1048] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:42.087188  7649 raft_consensus.cc:2468] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0c0c41b3ff794043825101f1151bc264 in term 3.
I20260608 12:41:42.088471  7769 leader_election.cc:304] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [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: 0c0c41b3ff794043825101f1151bc264, 37e09f61b837430d8600f4cb41836392; no voters: 22b49c7e998f4eee9d88999016323fd0
I20260608 12:41:42.089509  7862 raft_consensus.cc:2804] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [term 3 FOLLOWER]: Leader election won for term 3
I20260608 12:41:42.091207  7862 raft_consensus.cc:697] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [term 3 LEADER]: Becoming Leader. State: Replica: 0c0c41b3ff794043825101f1151bc264, State: Running, Role: LEADER
I20260608 12:41:42.092422  7862 consensus_queue.cc:237] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [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: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } }
I20260608 12:41:42.099870  7729 raft_consensus.cc:1275] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0 [term 2 FOLLOWER]: Refusing update from remote peer 37e09f61b837430d8600f4cb41836392: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:41:42.101670  7843 consensus_queue.cc:1048] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [LEADER]: Connected to new peer: Peer: permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:42.106743  7192 catalog_manager.cc:5696] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 reported cstate change: term changed from 2 to 3, leader changed from 22b49c7e998f4eee9d88999016323fd0 (127.0.107.194) to 0c0c41b3ff794043825101f1151bc264 (127.0.107.195). New cstate: current_term: 3 leader_uuid: "0c0c41b3ff794043825101f1151bc264" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:42.200901  7808 raft_consensus.cc:1240] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [term 3 LEADER]: Rejecting Update request from peer 22b49c7e998f4eee9d88999016323fd0 for earlier term 2. Current term is 3. Ops: []
I20260608 12:41:42.202468  7856 consensus_queue.cc:1059] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 }, Status: INVALID_TERM, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:42.203595  7856 consensus_queue.cc:1243] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [LEADER]: Peer 0c0c41b3ff794043825101f1151bc264 log is divergent from this leader: its last log entry 3.2 is not in this leader's log and it has not received anything from this leader yet. Falling back to committed index 0
I20260608 12:41:42.204160  7853 raft_consensus.cc:3055] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [term 2 LEADER]: Stepping down as leader of term 2
I20260608 12:41:42.204600  7853 raft_consensus.cc:740] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 22b49c7e998f4eee9d88999016323fd0, State: Running, Role: LEADER
I20260608 12:41:42.205488  7853 consensus_queue.cc:260] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [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: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } }
I20260608 12:41:42.206615  7853 raft_consensus.cc:3060] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:41:42.220669  7862 raft_consensus.cc:493] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:42.221367  7862 raft_consensus.cc:515] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:42.223371  7862 leader_election.cc:290] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 37e09f61b837430d8600f4cb41836392 (127.0.107.193:38355), 22b49c7e998f4eee9d88999016323fd0 (127.0.107.194:40949)
I20260608 12:41:42.224283  7649 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9a44873c9f47404bbc62445fa17d9541" candidate_uuid: "0c0c41b3ff794043825101f1151bc264" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37e09f61b837430d8600f4cb41836392" is_pre_election: true
I20260608 12:41:42.224468  7729 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9a44873c9f47404bbc62445fa17d9541" candidate_uuid: "0c0c41b3ff794043825101f1151bc264" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "22b49c7e998f4eee9d88999016323fd0" is_pre_election: true
I20260608 12:41:42.225342  7729 raft_consensus.cc:2468] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0c0c41b3ff794043825101f1151bc264 in term 2.
I20260608 12:41:42.226642  7771 leader_election.cc:304] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [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: 0c0c41b3ff794043825101f1151bc264, 22b49c7e998f4eee9d88999016323fd0; no voters: 37e09f61b837430d8600f4cb41836392
I20260608 12:41:42.227468  7862 raft_consensus.cc:2804] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260608 12:41:42.227967  7862 raft_consensus.cc:493] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:42.228368  7862 raft_consensus.cc:3060] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:41:42.233230  7862 raft_consensus.cc:515] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:42.235069  7862 leader_election.cc:290] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [CANDIDATE]: Term 3 election: Requested vote from peers 37e09f61b837430d8600f4cb41836392 (127.0.107.193:38355), 22b49c7e998f4eee9d88999016323fd0 (127.0.107.194:40949)
I20260608 12:41:42.235986  7649 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9a44873c9f47404bbc62445fa17d9541" candidate_uuid: "0c0c41b3ff794043825101f1151bc264" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37e09f61b837430d8600f4cb41836392"
I20260608 12:41:42.236089  7729 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9a44873c9f47404bbc62445fa17d9541" candidate_uuid: "0c0c41b3ff794043825101f1151bc264" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "22b49c7e998f4eee9d88999016323fd0"
I20260608 12:41:42.236918  7729 raft_consensus.cc:3060] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:41:42.241824  7729 raft_consensus.cc:2468] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0c0c41b3ff794043825101f1151bc264 in term 3.
I20260608 12:41:42.242931  7771 leader_election.cc:304] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [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: 0c0c41b3ff794043825101f1151bc264, 22b49c7e998f4eee9d88999016323fd0; no voters: 37e09f61b837430d8600f4cb41836392
I20260608 12:41:42.243868  7862 raft_consensus.cc:2804] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [term 3 FOLLOWER]: Leader election won for term 3
I20260608 12:41:42.244488  7862 raft_consensus.cc:697] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [term 3 LEADER]: Becoming Leader. State: Replica: 0c0c41b3ff794043825101f1151bc264, State: Running, Role: LEADER
I20260608 12:41:42.245330  7862 consensus_queue.cc:237] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [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: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:42.252589  7193 catalog_manager.cc:5696] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 reported cstate change: term changed from 2 to 3, leader changed from 37e09f61b837430d8600f4cb41836392 (127.0.107.193) to 0c0c41b3ff794043825101f1151bc264 (127.0.107.195). New cstate: current_term: 3 leader_uuid: "0c0c41b3ff794043825101f1151bc264" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:42.310400  7649 raft_consensus.cc:1240] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 3 LEADER]: Rejecting Update request from peer 22b49c7e998f4eee9d88999016323fd0 for earlier term 2. Current term is 3. Ops: []
I20260608 12:41:42.311887  7808 raft_consensus.cc:1275] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264 [term 3 FOLLOWER]: Refusing update from remote peer 37e09f61b837430d8600f4cb41836392: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260608 12:41:42.312054  7853 consensus_queue.cc:1059] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 }, Status: INVALID_TERM, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:42.313086  7853 consensus_queue.cc:1243] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [LEADER]: Peer 37e09f61b837430d8600f4cb41836392 log is divergent from this leader: its last log entry 3.2 is not in this leader's log and it has not received anything from this leader yet. Falling back to committed index 0
I20260608 12:41:42.313679  7843 consensus_queue.cc:1048] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:42.313741  7856 raft_consensus.cc:3055] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [term 2 LEADER]: Stepping down as leader of term 2
I20260608 12:41:42.314700  7856 raft_consensus.cc:740] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 22b49c7e998f4eee9d88999016323fd0, State: Running, Role: LEADER
I20260608 12:41:42.315685  7856 consensus_queue.cc:260] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [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: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:42.317132  7856 raft_consensus.cc:3060] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:41:42.329443  7729 raft_consensus.cc:1275] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [term 3 FOLLOWER]: Refusing update from remote peer 37e09f61b837430d8600f4cb41836392: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260608 12:41:42.331079  7649 consensus_queue.cc:237] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [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: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } attrs { replace: true } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: true } }
I20260608 12:41:42.335237  7847 consensus_queue.cc:1048] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [LEADER]: Connected to new peer: Peer: permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:42.337106  7847 consensus_queue.cc:1243] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [LEADER]: Peer 22b49c7e998f4eee9d88999016323fd0 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
I20260608 12:41:42.342132  7809 raft_consensus.cc:1275] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264 [term 2 FOLLOWER]: Refusing update from remote peer 37e09f61b837430d8600f4cb41836392: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:41:42.340592  7729 pending_rounds.cc:85] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0: Aborting all ops after (but not including) 0
I20260608 12:41:42.344412  7730 raft_consensus.cc:1275] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0 [term 2 FOLLOWER]: Refusing update from remote peer 37e09f61b837430d8600f4cb41836392: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:41:42.346707  7847 consensus_queue.cc:1048] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:41:42.344744  7808 raft_consensus.cc:1240] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [term 3 LEADER]: Rejecting Update request from peer 37e09f61b837430d8600f4cb41836392 for earlier term 2. Current term is 3. Ops: []
I20260608 12:41:42.344511  7729 pending_rounds.cc:107] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0: Aborting uncommitted NO_OP operation due to leader change: 2.1
I20260608 12:41:42.348812  7843 consensus_queue.cc:1048] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [LEADER]: Connected to new peer: Peer: permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:42.350423  7729 raft_consensus.cc:2889] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [term 3 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260608 12:41:42.351737  7847 consensus_queue.cc:1059] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 }, Status: INVALID_TERM, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:42.352710  7847 consensus_queue.cc:1243] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [LEADER]: Peer 0c0c41b3ff794043825101f1151bc264 log is divergent from this leader: its last log entry 3.2 is not in this leader's log and it has not received anything from this leader yet. Falling back to committed index 0
I20260608 12:41:42.353356  7847 raft_consensus.cc:3055] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [term 2 LEADER]: Stepping down as leader of term 2
I20260608 12:41:42.353828  7847 raft_consensus.cc:740] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 37e09f61b837430d8600f4cb41836392, State: Running, Role: LEADER
I20260608 12:41:42.354997  7847 consensus_queue.cc:260] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [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: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } }
I20260608 12:41:42.356576  7847 raft_consensus.cc:3060] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:41:42.357714  7843 raft_consensus.cc:2955] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 2addceb8c47347b98596dc164bbb06f1 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } attrs { replace: true } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: true } } }
I20260608 12:41:42.361193  7809 raft_consensus.cc:2955] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 2addceb8c47347b98596dc164bbb06f1 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } attrs { replace: true } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: true } } }
I20260608 12:41:42.370790  7729 raft_consensus.cc:2955] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 2addceb8c47347b98596dc164bbb06f1 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } attrs { replace: true } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: true } } }
W20260608 12:41:42.373291  7608 consensus_peers.cc:597] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 -> Peer 2addceb8c47347b98596dc164bbb06f1 (127.0.107.196:45933): Couldn't send request to peer 2addceb8c47347b98596dc164bbb06f1. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 53c98c6768fd4b1cae587dd1b6466a36. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:42.384262  7192 catalog_manager.cc:5696] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264 reported cstate change: config changed from index -1 to 3, NON_VOTER 2addceb8c47347b98596dc164bbb06f1 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "37e09f61b837430d8600f4cb41836392" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } attrs { replace: true } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: true } } }
I20260608 12:41:42.389536  7649 consensus_queue.cc:237] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [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: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } attrs { replace: true } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: true } }
W20260608 12:41:42.396848  7608 consensus_peers.cc:597] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 -> Peer 2addceb8c47347b98596dc164bbb06f1 (127.0.107.196:45933): Couldn't send request to peer 2addceb8c47347b98596dc164bbb06f1. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 5ce286d0536040bbb9678987eece05d3. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:42.398101  7729 raft_consensus.cc:1275] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [term 3 FOLLOWER]: Refusing update from remote peer 37e09f61b837430d8600f4cb41836392: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260608 12:41:42.398245  7809 raft_consensus.cc:1275] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264 [term 3 FOLLOWER]: Refusing update from remote peer 37e09f61b837430d8600f4cb41836392: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260608 12:41:42.400533  7859 consensus_queue.cc:1048] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:42.401564  7847 consensus_queue.cc:1048] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [LEADER]: Connected to new peer: Peer: permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:42.408790  7847 raft_consensus.cc:2955] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 3 LEADER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 2addceb8c47347b98596dc164bbb06f1 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } attrs { replace: true } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: true } } }
I20260608 12:41:42.410670  7809 raft_consensus.cc:2955] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264 [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 2addceb8c47347b98596dc164bbb06f1 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } attrs { replace: true } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: true } } }
I20260608 12:41:42.411104  7729 raft_consensus.cc:2955] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 2addceb8c47347b98596dc164bbb06f1 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } attrs { replace: true } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: true } } }
I20260608 12:41:42.423152  7192 catalog_manager.cc:5696] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 reported cstate change: config changed from index -1 to 3, NON_VOTER 2addceb8c47347b98596dc164bbb06f1 (127.0.107.196) added. New cstate: current_term: 3 leader_uuid: "37e09f61b837430d8600f4cb41836392" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } attrs { replace: true } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: true } } }
W20260608 12:41:42.425185  7241 auto_rebalancer.cc:591] Failed to schedule move for tablet 9a44873c9f47404bbc62445fa17d9541: Illegal state: Leader has not yet committed an operation in its own term
I20260608 12:41:42.473598  7649 raft_consensus.cc:1275] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392 [term 3 FOLLOWER]: Refusing update from remote peer 0c0c41b3ff794043825101f1151bc264: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260608 12:41:42.475132  7862 consensus_queue.cc:1048] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [LEADER]: Connected to new peer: Peer: permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:42.491816  7729 raft_consensus.cc:1275] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [term 3 FOLLOWER]: Refusing update from remote peer 0c0c41b3ff794043825101f1151bc264: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260608 12:41:42.493896  7877 consensus_queue.cc:1048] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [LEADER]: Connected to new peer: Peer: permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:42.495177  7877 consensus_queue.cc:1243] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [LEADER]: Peer 22b49c7e998f4eee9d88999016323fd0 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
I20260608 12:41:42.500123  7729 pending_rounds.cc:85] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0: Aborting all ops after (but not including) 0
I20260608 12:41:42.500684  7729 pending_rounds.cc:107] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0: Aborting uncommitted NO_OP operation due to leader change: 2.1
I20260608 12:41:42.501187  7729 raft_consensus.cc:2889] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [term 3 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260608 12:41:42.681053  7729 raft_consensus.cc:1275] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0 [term 3 FOLLOWER]: Refusing update from remote peer 0c0c41b3ff794043825101f1151bc264: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260608 12:41:42.682696  7877 consensus_queue.cc:1048] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [LEADER]: Connected to new peer: Peer: permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:42.696770  7649 raft_consensus.cc:1275] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [term 3 FOLLOWER]: Refusing update from remote peer 0c0c41b3ff794043825101f1151bc264: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260608 12:41:42.698604  7862 consensus_queue.cc:1048] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [LEADER]: Connected to new peer: Peer: permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:42.699975  7862 consensus_queue.cc:1243] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [LEADER]: Peer 37e09f61b837430d8600f4cb41836392 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
I20260608 12:41:42.705072  7649 pending_rounds.cc:85] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392: Aborting all ops after (but not including) 0
I20260608 12:41:42.705637  7649 pending_rounds.cc:107] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392: Aborting uncommitted NO_OP operation due to leader change: 2.1
I20260608 12:41:42.706121  7649 raft_consensus.cc:2889] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [term 3 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260608 12:41:42.906414  7879 ts_tablet_manager.cc:933] T 53c98c6768fd4b1cae587dd1b6466a36 P 2addceb8c47347b98596dc164bbb06f1: Initiating tablet copy from peer 37e09f61b837430d8600f4cb41836392 (127.0.107.193:38355)
I20260608 12:41:42.908290  7879 tablet_copy_client.cc:323] T 53c98c6768fd4b1cae587dd1b6466a36 P 2addceb8c47347b98596dc164bbb06f1: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:38355
I20260608 12:41:42.919137  7659 tablet_copy_service.cc:140] P 37e09f61b837430d8600f4cb41836392: Received BeginTabletCopySession request for tablet 53c98c6768fd4b1cae587dd1b6466a36 from peer 2addceb8c47347b98596dc164bbb06f1 ({username='slave'} at 127.0.0.1:57302)
I20260608 12:41:42.919838  7659 tablet_copy_service.cc:161] P 37e09f61b837430d8600f4cb41836392: Beginning new tablet copy session on tablet 53c98c6768fd4b1cae587dd1b6466a36 from peer 2addceb8c47347b98596dc164bbb06f1 at {username='slave'} at 127.0.0.1:57302: session id = 2addceb8c47347b98596dc164bbb06f1-53c98c6768fd4b1cae587dd1b6466a36
I20260608 12:41:42.928321  7659 tablet_copy_source_session.cc:215] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:42.931794  7879 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 53c98c6768fd4b1cae587dd1b6466a36. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:42.944257  7879 tablet_copy_client.cc:806] T 53c98c6768fd4b1cae587dd1b6466a36 P 2addceb8c47347b98596dc164bbb06f1: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:42.944824  7879 tablet_copy_client.cc:670] T 53c98c6768fd4b1cae587dd1b6466a36 P 2addceb8c47347b98596dc164bbb06f1: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:42.948997  7879 tablet_copy_client.cc:538] T 53c98c6768fd4b1cae587dd1b6466a36 P 2addceb8c47347b98596dc164bbb06f1: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:42.957818  7879 tablet_bootstrap.cc:492] T 53c98c6768fd4b1cae587dd1b6466a36 P 2addceb8c47347b98596dc164bbb06f1: Bootstrap starting.
I20260608 12:41:42.959236  7883 ts_tablet_manager.cc:933] T 5ce286d0536040bbb9678987eece05d3 P 2addceb8c47347b98596dc164bbb06f1: Initiating tablet copy from peer 37e09f61b837430d8600f4cb41836392 (127.0.107.193:38355)
I20260608 12:41:42.961400  7883 tablet_copy_client.cc:323] T 5ce286d0536040bbb9678987eece05d3 P 2addceb8c47347b98596dc164bbb06f1: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:38355
I20260608 12:41:42.963578  7659 tablet_copy_service.cc:140] P 37e09f61b837430d8600f4cb41836392: Received BeginTabletCopySession request for tablet 5ce286d0536040bbb9678987eece05d3 from peer 2addceb8c47347b98596dc164bbb06f1 ({username='slave'} at 127.0.0.1:57302)
I20260608 12:41:42.964216  7659 tablet_copy_service.cc:161] P 37e09f61b837430d8600f4cb41836392: Beginning new tablet copy session on tablet 5ce286d0536040bbb9678987eece05d3 from peer 2addceb8c47347b98596dc164bbb06f1 at {username='slave'} at 127.0.0.1:57302: session id = 2addceb8c47347b98596dc164bbb06f1-5ce286d0536040bbb9678987eece05d3
I20260608 12:41:42.973443  7659 tablet_copy_source_session.cc:215] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:42.977316  7883 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5ce286d0536040bbb9678987eece05d3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:42.978832  7879 tablet_bootstrap.cc:492] T 53c98c6768fd4b1cae587dd1b6466a36 P 2addceb8c47347b98596dc164bbb06f1: 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
I20260608 12:41:42.979846  7879 tablet_bootstrap.cc:492] T 53c98c6768fd4b1cae587dd1b6466a36 P 2addceb8c47347b98596dc164bbb06f1: Bootstrap complete.
I20260608 12:41:42.980580  7879 ts_tablet_manager.cc:1403] T 53c98c6768fd4b1cae587dd1b6466a36 P 2addceb8c47347b98596dc164bbb06f1: Time spent bootstrapping tablet: real 0.023s	user 0.020s	sys 0.003s
I20260608 12:41:42.983978  7879 raft_consensus.cc:359] T 53c98c6768fd4b1cae587dd1b6466a36 P 2addceb8c47347b98596dc164bbb06f1 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } attrs { replace: true } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: true } }
I20260608 12:41:42.984838  7879 raft_consensus.cc:740] T 53c98c6768fd4b1cae587dd1b6466a36 P 2addceb8c47347b98596dc164bbb06f1 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 2addceb8c47347b98596dc164bbb06f1, State: Initialized, Role: LEARNER
I20260608 12:41:42.985533  7879 consensus_queue.cc:260] T 53c98c6768fd4b1cae587dd1b6466a36 P 2addceb8c47347b98596dc164bbb06f1 [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: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } attrs { replace: true } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: true } }
I20260608 12:41:42.990235  7879 ts_tablet_manager.cc:1434] T 53c98c6768fd4b1cae587dd1b6466a36 P 2addceb8c47347b98596dc164bbb06f1: Time spent starting tablet: real 0.009s	user 0.003s	sys 0.005s
I20260608 12:41:42.992095  7659 tablet_copy_service.cc:342] P 37e09f61b837430d8600f4cb41836392: Request end of tablet copy session 2addceb8c47347b98596dc164bbb06f1-53c98c6768fd4b1cae587dd1b6466a36 received from {username='slave'} at 127.0.0.1:57302
I20260608 12:41:42.992537  7659 tablet_copy_service.cc:434] P 37e09f61b837430d8600f4cb41836392: ending tablet copy session 2addceb8c47347b98596dc164bbb06f1-53c98c6768fd4b1cae587dd1b6466a36 on tablet 53c98c6768fd4b1cae587dd1b6466a36 with peer 2addceb8c47347b98596dc164bbb06f1
I20260608 12:41:42.995793  7883 tablet_copy_client.cc:806] T 5ce286d0536040bbb9678987eece05d3 P 2addceb8c47347b98596dc164bbb06f1: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:42.996416  7883 tablet_copy_client.cc:670] T 5ce286d0536040bbb9678987eece05d3 P 2addceb8c47347b98596dc164bbb06f1: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:43.000908  7883 tablet_copy_client.cc:538] T 5ce286d0536040bbb9678987eece05d3 P 2addceb8c47347b98596dc164bbb06f1: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:43.009573  7883 tablet_bootstrap.cc:492] T 5ce286d0536040bbb9678987eece05d3 P 2addceb8c47347b98596dc164bbb06f1: Bootstrap starting.
I20260608 12:41:43.026463  7883 tablet_bootstrap.cc:492] T 5ce286d0536040bbb9678987eece05d3 P 2addceb8c47347b98596dc164bbb06f1: 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
I20260608 12:41:43.027472  7883 tablet_bootstrap.cc:492] T 5ce286d0536040bbb9678987eece05d3 P 2addceb8c47347b98596dc164bbb06f1: Bootstrap complete.
I20260608 12:41:43.028076  7883 ts_tablet_manager.cc:1403] T 5ce286d0536040bbb9678987eece05d3 P 2addceb8c47347b98596dc164bbb06f1: Time spent bootstrapping tablet: real 0.019s	user 0.011s	sys 0.009s
I20260608 12:41:43.030611  7883 raft_consensus.cc:359] T 5ce286d0536040bbb9678987eece05d3 P 2addceb8c47347b98596dc164bbb06f1 [term 3 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } attrs { replace: true } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: true } }
I20260608 12:41:43.031214  7883 raft_consensus.cc:740] T 5ce286d0536040bbb9678987eece05d3 P 2addceb8c47347b98596dc164bbb06f1 [term 3 LEARNER]: Becoming Follower/Learner. State: Replica: 2addceb8c47347b98596dc164bbb06f1, State: Initialized, Role: LEARNER
I20260608 12:41:43.031765  7883 consensus_queue.cc:260] T 5ce286d0536040bbb9678987eece05d3 P 2addceb8c47347b98596dc164bbb06f1 [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: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } attrs { replace: true } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: true } }
I20260608 12:41:43.033511  7883 ts_tablet_manager.cc:1434] T 5ce286d0536040bbb9678987eece05d3 P 2addceb8c47347b98596dc164bbb06f1: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:41:43.035291  7659 tablet_copy_service.cc:342] P 37e09f61b837430d8600f4cb41836392: Request end of tablet copy session 2addceb8c47347b98596dc164bbb06f1-5ce286d0536040bbb9678987eece05d3 received from {username='slave'} at 127.0.0.1:57302
I20260608 12:41:43.035768  7659 tablet_copy_service.cc:434] P 37e09f61b837430d8600f4cb41836392: ending tablet copy session 2addceb8c47347b98596dc164bbb06f1-5ce286d0536040bbb9678987eece05d3 on tablet 5ce286d0536040bbb9678987eece05d3 with peer 2addceb8c47347b98596dc164bbb06f1
I20260608 12:41:43.332195  7565 raft_consensus.cc:1217] T 53c98c6768fd4b1cae587dd1b6466a36 P 2addceb8c47347b98596dc164bbb06f1 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260608 12:41:43.457428  7565 raft_consensus.cc:1217] T 5ce286d0536040bbb9678987eece05d3 P 2addceb8c47347b98596dc164bbb06f1 [term 3 LEARNER]: Deduplicated request from leader. Original: 3.2->[3.3-3.3]   Dedup: 3.3->[]
I20260608 12:41:43.732307  7847 raft_consensus.cc:1064] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392: attempting to promote NON_VOTER 2addceb8c47347b98596dc164bbb06f1 to VOTER
I20260608 12:41:43.735036  7847 consensus_queue.cc:237] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [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: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } attrs { replace: true } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: false } }
I20260608 12:41:43.742651  7809 raft_consensus.cc:1275] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264 [term 2 FOLLOWER]: Refusing update from remote peer 37e09f61b837430d8600f4cb41836392: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:41:43.742651  7565 raft_consensus.cc:1275] T 53c98c6768fd4b1cae587dd1b6466a36 P 2addceb8c47347b98596dc164bbb06f1 [term 2 LEARNER]: Refusing update from remote peer 37e09f61b837430d8600f4cb41836392: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:41:43.744009  7729 raft_consensus.cc:1275] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0 [term 2 FOLLOWER]: Refusing update from remote peer 37e09f61b837430d8600f4cb41836392: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:41:43.744800  7847 consensus_queue.cc:1048] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:43.745759  7889 consensus_queue.cc:1048] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:43.746675  7888 consensus_queue.cc:1048] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [LEADER]: Connected to new peer: Peer: permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:43.768122  7847 raft_consensus.cc:2955] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 2addceb8c47347b98596dc164bbb06f1 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } attrs { replace: true } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: false } } }
I20260608 12:41:43.770566  7565 raft_consensus.cc:2955] T 53c98c6768fd4b1cae587dd1b6466a36 P 2addceb8c47347b98596dc164bbb06f1 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 2addceb8c47347b98596dc164bbb06f1 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } attrs { replace: true } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: false } } }
I20260608 12:41:43.771299  7729 raft_consensus.cc:2955] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 2addceb8c47347b98596dc164bbb06f1 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } attrs { replace: true } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: false } } }
I20260608 12:41:43.788192  7809 raft_consensus.cc:2955] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 2addceb8c47347b98596dc164bbb06f1 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } attrs { replace: true } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: false } } }
I20260608 12:41:43.789973  7192 catalog_manager.cc:5696] T 53c98c6768fd4b1cae587dd1b6466a36 P 2addceb8c47347b98596dc164bbb06f1 reported cstate change: config changed from index 3 to 4, 2addceb8c47347b98596dc164bbb06f1 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "37e09f61b837430d8600f4cb41836392" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } attrs { replace: true } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: false } } }
I20260608 12:41:43.836503  7649 consensus_queue.cc:237] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [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: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: false } }
I20260608 12:41:43.841953  7809 raft_consensus.cc:1275] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264 [term 2 FOLLOWER]: Refusing update from remote peer 37e09f61b837430d8600f4cb41836392: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:41:43.842495  7565 raft_consensus.cc:1275] T 53c98c6768fd4b1cae587dd1b6466a36 P 2addceb8c47347b98596dc164bbb06f1 [term 2 FOLLOWER]: Refusing update from remote peer 37e09f61b837430d8600f4cb41836392: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:41:43.843633  7890 consensus_queue.cc:1048] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:43.844575  7847 consensus_queue.cc:1048] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:43.852097  7888 raft_consensus.cc:2955] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 22b49c7e998f4eee9d88999016323fd0 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: false } } }
I20260608 12:41:43.854841  7565 raft_consensus.cc:2955] T 53c98c6768fd4b1cae587dd1b6466a36 P 2addceb8c47347b98596dc164bbb06f1 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 22b49c7e998f4eee9d88999016323fd0 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: false } } }
I20260608 12:41:43.854878  7809 raft_consensus.cc:2955] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 22b49c7e998f4eee9d88999016323fd0 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: false } } }
I20260608 12:41:43.864214  7177 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 53c98c6768fd4b1cae587dd1b6466a36 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:43.870343  7193 catalog_manager.cc:5696] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 reported cstate change: config changed from index 4 to 5, VOTER 22b49c7e998f4eee9d88999016323fd0 (127.0.107.194) evicted. New cstate: current_term: 2 leader_uuid: "37e09f61b837430d8600f4cb41836392" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:43.895792  7719 tablet_service.cc:1558] Processing DeleteTablet for tablet 53c98c6768fd4b1cae587dd1b6466a36 with delete_type TABLET_DATA_TOMBSTONED (TS 22b49c7e998f4eee9d88999016323fd0 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:45168
I20260608 12:41:43.898248  7903 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:43.899019  7903 raft_consensus.cc:2243] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:43.899677  7903 raft_consensus.cc:2272] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:43.902504  7903 ts_tablet_manager.cc:1916] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:43.913803  7903 ts_tablet_manager.cc:1929] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260608 12:41:43.914168  7903 log.cc:1199] T 53c98c6768fd4b1cae587dd1b6466a36 P 22b49c7e998f4eee9d88999016323fd0: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-431-0/minicluster-data/ts-1-root/wals/53c98c6768fd4b1cae587dd1b6466a36
I20260608 12:41:43.915894  7179 catalog_manager.cc:5027] TS 22b49c7e998f4eee9d88999016323fd0 (127.0.107.194:40949): tablet 53c98c6768fd4b1cae587dd1b6466a36 (table test-workload [id=32cc68f97f4a435bb2c8be0e67d6a54e]) successfully deleted
I20260608 12:41:44.000423  7888 raft_consensus.cc:1064] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392: attempting to promote NON_VOTER 2addceb8c47347b98596dc164bbb06f1 to VOTER
I20260608 12:41:44.005230  7888 consensus_queue.cc:237] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [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: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } attrs { replace: true } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: false } }
I20260608 12:41:44.014094  7565 raft_consensus.cc:1275] T 5ce286d0536040bbb9678987eece05d3 P 2addceb8c47347b98596dc164bbb06f1 [term 3 LEARNER]: Refusing update from remote peer 37e09f61b837430d8600f4cb41836392: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260608 12:41:44.014889  7809 raft_consensus.cc:1275] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264 [term 3 FOLLOWER]: Refusing update from remote peer 37e09f61b837430d8600f4cb41836392: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260608 12:41:44.016351  7888 consensus_queue.cc:1048] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:41:44.017470  7729 raft_consensus.cc:1275] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [term 3 FOLLOWER]: Refusing update from remote peer 37e09f61b837430d8600f4cb41836392: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260608 12:41:44.017668  7889 consensus_queue.cc:1048] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:41:44.019718  7890 consensus_queue.cc:1048] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [LEADER]: Connected to new peer: Peer: permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:41:44.038038  7890 raft_consensus.cc:2955] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 3 LEADER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 2addceb8c47347b98596dc164bbb06f1 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } attrs { replace: true } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: false } } }
I20260608 12:41:44.040091  7729 raft_consensus.cc:2955] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 2addceb8c47347b98596dc164bbb06f1 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } attrs { replace: true } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: false } } }
I20260608 12:41:44.042450  7565 raft_consensus.cc:2955] T 5ce286d0536040bbb9678987eece05d3 P 2addceb8c47347b98596dc164bbb06f1 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 2addceb8c47347b98596dc164bbb06f1 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } attrs { replace: true } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: false } } }
I20260608 12:41:44.057510  7809 raft_consensus.cc:2955] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 2addceb8c47347b98596dc164bbb06f1 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } attrs { replace: true } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: false } } }
I20260608 12:41:44.061059  7193 catalog_manager.cc:5696] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 reported cstate change: config changed from index 3 to 4, 2addceb8c47347b98596dc164bbb06f1 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 3 leader_uuid: "37e09f61b837430d8600f4cb41836392" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } attrs { replace: true } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: false } } }
I20260608 12:41:44.087677  7649 consensus_queue.cc:237] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [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: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: false } }
I20260608 12:41:44.093694  7565 raft_consensus.cc:1275] T 5ce286d0536040bbb9678987eece05d3 P 2addceb8c47347b98596dc164bbb06f1 [term 3 FOLLOWER]: Refusing update from remote peer 37e09f61b837430d8600f4cb41836392: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260608 12:41:44.096294  7888 consensus_queue.cc:1048] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260608 12:41:44.097424  7729 raft_consensus.cc:1275] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [term 3 FOLLOWER]: Refusing update from remote peer 37e09f61b837430d8600f4cb41836392: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260608 12:41:44.099117  7888 consensus_queue.cc:1048] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [LEADER]: Connected to new peer: Peer: permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:44.104351  7889 raft_consensus.cc:2955] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 3 LEADER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 0c0c41b3ff794043825101f1151bc264 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: false } } }
I20260608 12:41:44.106096  7565 raft_consensus.cc:2955] T 5ce286d0536040bbb9678987eece05d3 P 2addceb8c47347b98596dc164bbb06f1 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 0c0c41b3ff794043825101f1151bc264 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: false } } }
I20260608 12:41:44.110584  7729 raft_consensus.cc:2955] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 0c0c41b3ff794043825101f1151bc264 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: false } } }
I20260608 12:41:44.117259  7177 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 5ce286d0536040bbb9678987eece05d3 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:44.120240  7192 catalog_manager.cc:5696] T 5ce286d0536040bbb9678987eece05d3 P 2addceb8c47347b98596dc164bbb06f1 reported cstate change: config changed from index 4 to 5, VOTER 0c0c41b3ff794043825101f1151bc264 (127.0.107.195) evicted. New cstate: current_term: 3 leader_uuid: "37e09f61b837430d8600f4cb41836392" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: false } } }
I20260608 12:41:44.147574  7799 tablet_service.cc:1558] Processing DeleteTablet for tablet 5ce286d0536040bbb9678987eece05d3 with delete_type TABLET_DATA_TOMBSTONED (TS 0c0c41b3ff794043825101f1151bc264 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:47212
I20260608 12:41:44.149649  7910 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:44.150486  7910 raft_consensus.cc:2243] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:44.151275  7910 raft_consensus.cc:2272] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:44.154593  7910 ts_tablet_manager.cc:1916] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:44.166767  7910 ts_tablet_manager.cc:1929] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 3.4
I20260608 12:41:44.167207  7910 log.cc:1199] T 5ce286d0536040bbb9678987eece05d3 P 0c0c41b3ff794043825101f1151bc264: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922302632525-431-0/minicluster-data/ts-2-root/wals/5ce286d0536040bbb9678987eece05d3
I20260608 12:41:44.168936  7179 catalog_manager.cc:5027] TS 0c0c41b3ff794043825101f1151bc264 (127.0.107.195:41969): tablet 5ce286d0536040bbb9678987eece05d3 (table test-workload [id=32cc68f97f4a435bb2c8be0e67d6a54e]) successfully deleted
I20260608 12:41:45.146334  7809 consensus_queue.cc:237] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [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: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } attrs { replace: true } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: true } }
I20260608 12:41:45.156052  7729 raft_consensus.cc:1275] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [term 3 FOLLOWER]: Refusing update from remote peer 0c0c41b3ff794043825101f1151bc264: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260608 12:41:45.157024  7649 raft_consensus.cc:1275] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392 [term 3 FOLLOWER]: Refusing update from remote peer 0c0c41b3ff794043825101f1151bc264: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260608 12:41:45.157917  7912 consensus_queue.cc:1048] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [LEADER]: Connected to new peer: Peer: permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:41:45.159140  7877 consensus_queue.cc:1048] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [LEADER]: Connected to new peer: Peer: permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
W20260608 12:41:45.168471  7769 consensus_peers.cc:597] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 -> Peer 2addceb8c47347b98596dc164bbb06f1 (127.0.107.196:45933): Couldn't send request to peer 2addceb8c47347b98596dc164bbb06f1. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 06e0c7db5289411b84866d42734793a1. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:45.170265  7877 raft_consensus.cc:2955] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [term 3 LEADER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 2addceb8c47347b98596dc164bbb06f1 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } attrs { replace: true } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: true } } }
I20260608 12:41:45.172329  7649 raft_consensus.cc:2955] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392 [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 2addceb8c47347b98596dc164bbb06f1 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } attrs { replace: true } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: true } } }
I20260608 12:41:45.173393  7729 raft_consensus.cc:2955] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 2addceb8c47347b98596dc164bbb06f1 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } attrs { replace: true } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: true } } }
I20260608 12:41:45.187675  7190 catalog_manager.cc:5696] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 reported cstate change: config changed from index -1 to 3, NON_VOTER 2addceb8c47347b98596dc164bbb06f1 (127.0.107.196) added. New cstate: current_term: 3 leader_uuid: "0c0c41b3ff794043825101f1151bc264" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } attrs { replace: true } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: true } } }
I20260608 12:41:45.657905  7923 ts_tablet_manager.cc:933] T 06e0c7db5289411b84866d42734793a1 P 2addceb8c47347b98596dc164bbb06f1: Initiating tablet copy from peer 0c0c41b3ff794043825101f1151bc264 (127.0.107.195:41969)
I20260608 12:41:45.660108  7923 tablet_copy_client.cc:323] T 06e0c7db5289411b84866d42734793a1 P 2addceb8c47347b98596dc164bbb06f1: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:41969
I20260608 12:41:45.675034  7820 tablet_copy_service.cc:140] P 0c0c41b3ff794043825101f1151bc264: Received BeginTabletCopySession request for tablet 06e0c7db5289411b84866d42734793a1 from peer 2addceb8c47347b98596dc164bbb06f1 ({username='slave'} at 127.0.0.1:47220)
I20260608 12:41:45.675702  7820 tablet_copy_service.cc:161] P 0c0c41b3ff794043825101f1151bc264: Beginning new tablet copy session on tablet 06e0c7db5289411b84866d42734793a1 from peer 2addceb8c47347b98596dc164bbb06f1 at {username='slave'} at 127.0.0.1:47220: session id = 2addceb8c47347b98596dc164bbb06f1-06e0c7db5289411b84866d42734793a1
I20260608 12:41:45.684868  7820 tablet_copy_source_session.cc:215] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:45.688545  7923 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06e0c7db5289411b84866d42734793a1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:45.701752  7923 tablet_copy_client.cc:806] T 06e0c7db5289411b84866d42734793a1 P 2addceb8c47347b98596dc164bbb06f1: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:45.702409  7923 tablet_copy_client.cc:670] T 06e0c7db5289411b84866d42734793a1 P 2addceb8c47347b98596dc164bbb06f1: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:45.706966  7923 tablet_copy_client.cc:538] T 06e0c7db5289411b84866d42734793a1 P 2addceb8c47347b98596dc164bbb06f1: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:45.714732  7923 tablet_bootstrap.cc:492] T 06e0c7db5289411b84866d42734793a1 P 2addceb8c47347b98596dc164bbb06f1: Bootstrap starting.
I20260608 12:41:45.736552  7923 tablet_bootstrap.cc:492] T 06e0c7db5289411b84866d42734793a1 P 2addceb8c47347b98596dc164bbb06f1: 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
I20260608 12:41:45.737535  7923 tablet_bootstrap.cc:492] T 06e0c7db5289411b84866d42734793a1 P 2addceb8c47347b98596dc164bbb06f1: Bootstrap complete.
I20260608 12:41:45.738183  7923 ts_tablet_manager.cc:1403] T 06e0c7db5289411b84866d42734793a1 P 2addceb8c47347b98596dc164bbb06f1: Time spent bootstrapping tablet: real 0.024s	user 0.022s	sys 0.001s
I20260608 12:41:45.740870  7923 raft_consensus.cc:359] T 06e0c7db5289411b84866d42734793a1 P 2addceb8c47347b98596dc164bbb06f1 [term 3 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } attrs { replace: true } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: true } }
I20260608 12:41:45.741506  7923 raft_consensus.cc:740] T 06e0c7db5289411b84866d42734793a1 P 2addceb8c47347b98596dc164bbb06f1 [term 3 LEARNER]: Becoming Follower/Learner. State: Replica: 2addceb8c47347b98596dc164bbb06f1, State: Initialized, Role: LEARNER
I20260608 12:41:45.742101  7923 consensus_queue.cc:260] T 06e0c7db5289411b84866d42734793a1 P 2addceb8c47347b98596dc164bbb06f1 [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: "0c0c41b3ff794043825101f1151bc264" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41969 } } peers { permanent_uuid: "37e09f61b837430d8600f4cb41836392" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38355 } attrs { replace: true } } peers { permanent_uuid: "22b49c7e998f4eee9d88999016323fd0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40949 } } peers { permanent_uuid: "2addceb8c47347b98596dc164bbb06f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45933 } attrs { promote: true } }
I20260608 12:41:45.745168  7923 ts_tablet_manager.cc:1434] T 06e0c7db5289411b84866d42734793a1 P 2addceb8c47347b98596dc164bbb06f1: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.004s
I20260608 12:41:45.747087  7820 tablet_copy_service.cc:342] P 0c0c41b3ff794043825101f1151bc264: Request end of tablet copy session 2addceb8c47347b98596dc164bbb06f1-06e0c7db5289411b84866d42734793a1 received from {username='slave'} at 127.0.0.1:47220
I20260608 12:41:45.747607  7820 tablet_copy_service.cc:434] P 0c0c41b3ff794043825101f1151bc264: ending tablet copy session 2addceb8c47347b98596dc164bbb06f1-06e0c7db5289411b84866d42734793a1 on tablet 06e0c7db5289411b84866d42734793a1 with peer 2addceb8c47347b98596dc164bbb06f1
I20260608 12:41:45.847677   431 tablet_server.cc:179] TabletServer@127.0.107.193:38355 shutting down...
I20260608 12:41:45.900110   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:45.901304   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:45.902359   431 raft_consensus.cc:2243] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:41:45.903538   431 raft_consensus.cc:2272] T 53c98c6768fd4b1cae587dd1b6466a36 P 37e09f61b837430d8600f4cb41836392 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:45.906400   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:45.907114   431 raft_consensus.cc:2243] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 3 LEADER]: Raft consensus shutting down.
I20260608 12:41:45.908046   431 raft_consensus.cc:2272] T 5ce286d0536040bbb9678987eece05d3 P 37e09f61b837430d8600f4cb41836392 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:45.910619   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:45.911211   431 raft_consensus.cc:2243] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:45.911849   431 raft_consensus.cc:2272] T 06e0c7db5289411b84866d42734793a1 P 37e09f61b837430d8600f4cb41836392 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:45.915233   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:45.915916   431 raft_consensus.cc:2243] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:45.916543   431 raft_consensus.cc:2272] T 9a44873c9f47404bbc62445fa17d9541 P 37e09f61b837430d8600f4cb41836392 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:45.946173   431 tablet_server.cc:196] TabletServer@127.0.107.193:38355 shutdown complete.
I20260608 12:41:45.967320   431 tablet_server.cc:179] TabletServer@127.0.107.194:40949 shutting down...
I20260608 12:41:45.999666   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:46.000617   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:46.001268   431 raft_consensus.cc:2243] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:46.002043   431 raft_consensus.cc:2272] T 5ce286d0536040bbb9678987eece05d3 P 22b49c7e998f4eee9d88999016323fd0 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:46.004698   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:46.005221   431 raft_consensus.cc:2243] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:46.005865   431 raft_consensus.cc:2272] T 06e0c7db5289411b84866d42734793a1 P 22b49c7e998f4eee9d88999016323fd0 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:46.010203   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:46.010761   431 raft_consensus.cc:2243] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:46.011299   431 raft_consensus.cc:2272] T 9a44873c9f47404bbc62445fa17d9541 P 22b49c7e998f4eee9d88999016323fd0 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:46.037014   431 tablet_server.cc:196] TabletServer@127.0.107.194:40949 shutdown complete.
I20260608 12:41:46.057183   431 tablet_server.cc:179] TabletServer@127.0.107.195:41969 shutting down...
I20260608 12:41:46.091219   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:46.092209   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:46.092898   431 raft_consensus.cc:2243] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:46.093806   431 raft_consensus.cc:2272] T 53c98c6768fd4b1cae587dd1b6466a36 P 0c0c41b3ff794043825101f1151bc264 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:46.096361   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:46.096985   431 raft_consensus.cc:2243] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [term 3 LEADER]: Raft consensus shutting down.
I20260608 12:41:46.098050   431 raft_consensus.cc:2272] T 06e0c7db5289411b84866d42734793a1 P 0c0c41b3ff794043825101f1151bc264 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:46.101619   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:46.102394   431 raft_consensus.cc:2243] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [term 3 LEADER]: Raft consensus shutting down.
I20260608 12:41:46.103638   431 raft_consensus.cc:2272] T 9a44873c9f47404bbc62445fa17d9541 P 0c0c41b3ff794043825101f1151bc264 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:46.134092   431 tablet_server.cc:196] TabletServer@127.0.107.195:41969 shutdown complete.
I20260608 12:41:46.154393   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:41:46.191323   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:46.192514   431 tablet_replica.cc:333] T 06e0c7db5289411b84866d42734793a1 P 2addceb8c47347b98596dc164bbb06f1: stopping tablet replica
I20260608 12:41:46.193169   431 raft_consensus.cc:2243] T 06e0c7db5289411b84866d42734793a1 P 2addceb8c47347b98596dc164bbb06f1 [term 3 LEARNER]: Raft consensus shutting down.
I20260608 12:41:46.193598   431 raft_consensus.cc:2272] T 06e0c7db5289411b84866d42734793a1 P 2addceb8c47347b98596dc164bbb06f1 [term 3 LEARNER]: Raft consensus is shut down!
I20260608 12:41:46.195959   431 tablet_replica.cc:333] T 5ce286d0536040bbb9678987eece05d3 P 2addceb8c47347b98596dc164bbb06f1: stopping tablet replica
I20260608 12:41:46.196738   431 raft_consensus.cc:2243] T 5ce286d0536040bbb9678987eece05d3 P 2addceb8c47347b98596dc164bbb06f1 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:46.197425   431 raft_consensus.cc:2272] T 5ce286d0536040bbb9678987eece05d3 P 2addceb8c47347b98596dc164bbb06f1 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:46.199929   431 tablet_replica.cc:333] T 53c98c6768fd4b1cae587dd1b6466a36 P 2addceb8c47347b98596dc164bbb06f1: stopping tablet replica
I20260608 12:41:46.200448   431 raft_consensus.cc:2243] T 53c98c6768fd4b1cae587dd1b6466a36 P 2addceb8c47347b98596dc164bbb06f1 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:46.201140   431 raft_consensus.cc:2272] T 53c98c6768fd4b1cae587dd1b6466a36 P 2addceb8c47347b98596dc164bbb06f1 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:46.238224   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:41:46.255026   431 master.cc:562] Master@127.0.107.254:45991 shutting down...
W20260608 12:41:46.278741  7241 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:41:46.279036  7241 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:41:46.279277  7241 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:41:46.280627   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P e610dcc38615484c86a6f46bc30eeb4d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:46.281145   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P e610dcc38615484c86a6f46bc30eeb4d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:46.281497   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P e610dcc38615484c86a6f46bc30eeb4d: stopping tablet replica
I20260608 12:41:46.301352   431 master.cc:584] Master@127.0.107.254:45991 shutdown complete.
[       OK ] AutoRebalancerTest.TestHandlingFailedTservers (16345 ms)
[ RUN      ] AutoRebalancerTest.TestDeletedTables
I20260608 12:41:46.340883   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:40913
I20260608 12:41:46.342067   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:46.348081  7930 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:46.348171  7929 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:46.349323   431 server_base.cc:1061] running on GCE node
W20260608 12:41:46.349350  7932 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:46.350572   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:46.350782   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.
I20260608 12:41:46.350955   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922506350924 us; error 0 us; skew 500 ppm
I20260608 12:41:46.351624   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:46.354081   431 webserver.cc:533] Webserver started at http://127.0.107.254:42647/ using document root <none> and password file <none>
I20260608 12:41:46.354609   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:46.354789   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:46.355075   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:46.356259   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/master-0-root/instance:
uuid: "0acb9dfb164e4ea595284201d2a1f441"
format_stamp: "Formatted at 2026-06-08 12:41:46 on dist-test-slave-g6ln"
I20260608 12:41:46.361129   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260608 12:41:46.364848  7937 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:46.365772   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 12:41:46.366067   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/master-0-root
uuid: "0acb9dfb164e4ea595284201d2a1f441"
format_stamp: "Formatted at 2026-06-08 12:41:46 on dist-test-slave-g6ln"
I20260608 12:41:46.366364   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-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)
I20260608 12:41:46.381439   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:46.382712   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:46.422647   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:40913
I20260608 12:41:46.422784  7988 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:40913 every 8 connection(s)
I20260608 12:41:46.426859  7989 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:46.437608  7989 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0acb9dfb164e4ea595284201d2a1f441: Bootstrap starting.
I20260608 12:41:46.442598  7989 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0acb9dfb164e4ea595284201d2a1f441: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:46.446947  7989 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0acb9dfb164e4ea595284201d2a1f441: No bootstrap required, opened a new log
I20260608 12:41:46.449168  7989 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0acb9dfb164e4ea595284201d2a1f441 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0acb9dfb164e4ea595284201d2a1f441" member_type: VOTER }
I20260608 12:41:46.449574  7989 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0acb9dfb164e4ea595284201d2a1f441 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:46.449824  7989 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0acb9dfb164e4ea595284201d2a1f441 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0acb9dfb164e4ea595284201d2a1f441, State: Initialized, Role: FOLLOWER
I20260608 12:41:46.450515  7989 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0acb9dfb164e4ea595284201d2a1f441 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "0acb9dfb164e4ea595284201d2a1f441" member_type: VOTER }
I20260608 12:41:46.450989  7989 raft_consensus.cc:399] T 00000000000000000000000000000000 P 0acb9dfb164e4ea595284201d2a1f441 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:46.451218  7989 raft_consensus.cc:493] T 00000000000000000000000000000000 P 0acb9dfb164e4ea595284201d2a1f441 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:46.451521  7989 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0acb9dfb164e4ea595284201d2a1f441 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:46.456117  7989 raft_consensus.cc:515] T 00000000000000000000000000000000 P 0acb9dfb164e4ea595284201d2a1f441 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0acb9dfb164e4ea595284201d2a1f441" member_type: VOTER }
I20260608 12:41:46.456701  7989 leader_election.cc:304] T 00000000000000000000000000000000 P 0acb9dfb164e4ea595284201d2a1f441 [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: 0acb9dfb164e4ea595284201d2a1f441; no voters: 
I20260608 12:41:46.457880  7989 leader_election.cc:290] T 00000000000000000000000000000000 P 0acb9dfb164e4ea595284201d2a1f441 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:46.458451  7992 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 0acb9dfb164e4ea595284201d2a1f441 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:46.459883  7992 raft_consensus.cc:697] T 00000000000000000000000000000000 P 0acb9dfb164e4ea595284201d2a1f441 [term 1 LEADER]: Becoming Leader. State: Replica: 0acb9dfb164e4ea595284201d2a1f441, State: Running, Role: LEADER
I20260608 12:41:46.460599  7992 consensus_queue.cc:237] T 00000000000000000000000000000000 P 0acb9dfb164e4ea595284201d2a1f441 [LEADER]: Queue going to LEADER mode. State: All 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: "0acb9dfb164e4ea595284201d2a1f441" member_type: VOTER }
I20260608 12:41:46.460911  7989 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0acb9dfb164e4ea595284201d2a1f441 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:46.465346  7993 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0acb9dfb164e4ea595284201d2a1f441 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "0acb9dfb164e4ea595284201d2a1f441" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0acb9dfb164e4ea595284201d2a1f441" member_type: VOTER } }
I20260608 12:41:46.466019  7993 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0acb9dfb164e4ea595284201d2a1f441 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:46.468340  7994 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0acb9dfb164e4ea595284201d2a1f441 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0acb9dfb164e4ea595284201d2a1f441. Latest consensus state: current_term: 1 leader_uuid: "0acb9dfb164e4ea595284201d2a1f441" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0acb9dfb164e4ea595284201d2a1f441" member_type: VOTER } }
I20260608 12:41:46.468655  8001 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:46.469110  7994 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0acb9dfb164e4ea595284201d2a1f441 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:46.475600  8001 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:46.476678   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:46.484992  8001 catalog_manager.cc:1382] Generated new cluster ID: 7b7b1a92e52f46c99b66e454a67bbbb8
I20260608 12:41:46.485270  8001 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:46.505373  8001 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:46.506747  8001 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:46.526469  8001 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 0acb9dfb164e4ea595284201d2a1f441: Generated new TSK 0
I20260608 12:41:46.527117  8001 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:46.543208   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:46.549712  8010 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:46.550747  8011 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:46.552433  8013 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:46.552711   431 server_base.cc:1061] running on GCE node
I20260608 12:41:46.553797   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:46.553985   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.
I20260608 12:41:46.554111   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922506554099 us; error 0 us; skew 500 ppm
I20260608 12:41:46.554719   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:46.557333   431 webserver.cc:533] Webserver started at http://127.0.107.193:44827/ using document root <none> and password file <none>
I20260608 12:41:46.557946   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:46.558123   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:46.558365   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:46.559713   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-0-root/instance:
uuid: "5029126aec3c488686e9ef1ca67f87ad"
format_stamp: "Formatted at 2026-06-08 12:41:46 on dist-test-slave-g6ln"
I20260608 12:41:46.565016   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:41:46.569032  8018 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:46.570031   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:41:46.570448   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-0-root
uuid: "5029126aec3c488686e9ef1ca67f87ad"
format_stamp: "Formatted at 2026-06-08 12:41:46 on dist-test-slave-g6ln"
I20260608 12:41:46.570844   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-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)
I20260608 12:41:46.583819   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:46.585211   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:46.586804   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:46.589325   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:46.589570   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:46.589854   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:46.590078   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:46.633404   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:36117
I20260608 12:41:46.633522  8080 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:36117 every 8 connection(s)
I20260608 12:41:46.639294   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:46.648327  8085 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:46.649078  8086 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:46.651793   431 server_base.cc:1061] running on GCE node
W20260608 12:41:46.651968  8088 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:46.653481   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:46.653847   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.
I20260608 12:41:46.654075   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922506654037 us; error 0 us; skew 500 ppm
I20260608 12:41:46.654961   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:46.656854  8081 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40913
I20260608 12:41:46.657310  8081 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:46.658331   431 webserver.cc:533] Webserver started at http://127.0.107.194:34719/ using document root <none> and password file <none>
I20260608 12:41:46.658419  8081 heartbeater.cc:507] Master 127.0.107.254:40913 requested a full tablet report, sending...
I20260608 12:41:46.659554   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:46.659888   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:46.660285   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:46.661666  7954 ts_manager.cc:194] Registered new tserver with Master: 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117)
I20260608 12:41:46.661727   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-1-root/instance:
uuid: "ad3fda85a2794dd1a26161ae2d476691"
format_stamp: "Formatted at 2026-06-08 12:41:46 on dist-test-slave-g6ln"
I20260608 12:41:46.663874  7954 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:44794
I20260608 12:41:46.668047   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.001s	sys 0.004s
I20260608 12:41:46.671939  8093 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:46.672767   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.002s
I20260608 12:41:46.673089   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-1-root
uuid: "ad3fda85a2794dd1a26161ae2d476691"
format_stamp: "Formatted at 2026-06-08 12:41:46 on dist-test-slave-g6ln"
I20260608 12:41:46.673393   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-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)
I20260608 12:41:46.687189   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:46.688943   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:46.690598   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:46.693044   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:46.693280   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:46.693524   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:46.693704   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:46.734073   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:41111
I20260608 12:41:46.734184  8155 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:41111 every 8 connection(s)
I20260608 12:41:46.739560   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:46.748636  8160 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:46.749856  8159 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:46.751654   431 server_base.cc:1061] running on GCE node
W20260608 12:41:46.751833  8162 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:46.753340   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:46.753644   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.
I20260608 12:41:46.753667  8156 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40913
I20260608 12:41:46.754123   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922506754103 us; error 0 us; skew 500 ppm
I20260608 12:41:46.754279  8156 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:46.754840   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:46.755183  8156 heartbeater.cc:507] Master 127.0.107.254:40913 requested a full tablet report, sending...
I20260608 12:41:46.757684  7954 ts_manager.cc:194] Registered new tserver with Master: ad3fda85a2794dd1a26161ae2d476691 (127.0.107.194:41111)
I20260608 12:41:46.757879   431 webserver.cc:533] Webserver started at http://127.0.107.195:40289/ using document root <none> and password file <none>
I20260608 12:41:46.758673   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:46.758920   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:46.759258   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:46.759675  7954 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:44798
I20260608 12:41:46.760926   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-2-root/instance:
uuid: "bdab2ffab94b414ba6bf1a46b1133216"
format_stamp: "Formatted at 2026-06-08 12:41:46 on dist-test-slave-g6ln"
I20260608 12:41:46.765916   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:41:46.769395  8167 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:46.770198   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.001s
I20260608 12:41:46.770516   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-2-root
uuid: "bdab2ffab94b414ba6bf1a46b1133216"
format_stamp: "Formatted at 2026-06-08 12:41:46 on dist-test-slave-g6ln"
I20260608 12:41:46.770804   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-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)
I20260608 12:41:46.788412   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:46.789634   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:46.791085   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:46.793507   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:46.793736   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:46.794003   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:46.794180   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:46.835310   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:39901
I20260608 12:41:46.835520  8229 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:39901 every 8 connection(s)
I20260608 12:41:46.850237  8230 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40913
I20260608 12:41:46.850698  8230 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:46.851469  8230 heartbeater.cc:507] Master 127.0.107.254:40913 requested a full tablet report, sending...
I20260608 12:41:46.853482  7954 ts_manager.cc:194] Registered new tserver with Master: bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195:39901)
I20260608 12:41:46.854598   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015759369s
I20260608 12:41:46.855036  7954 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:44808
I20260608 12:41:47.667094  8081 heartbeater.cc:499] Master 127.0.107.254:40913 was elected leader, sending a full tablet report...
I20260608 12:41:47.762580  8156 heartbeater.cc:499] Master 127.0.107.254:40913 was elected leader, sending a full tablet report...
I20260608 12:41:47.857743  8230 heartbeater.cc:499] Master 127.0.107.254:40913 was elected leader, sending a full tablet report...
I20260608 12:41:47.912333  7954 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:49386:
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"
    }
  }
}
W20260608 12:41:47.914727  7954 catalog_manager.cc:7076] 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.
I20260608 12:41:47.977969  8195 tablet_service.cc:1511] Processing CreateTablet for tablet 551fc6f34b08427692fa382675f8403a (DEFAULT_TABLE table=test-workload [id=a5b3fc52027e4cf1b61c990b129c7a0d]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:47.980248  8195 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 551fc6f34b08427692fa382675f8403a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:47.979982  8194 tablet_service.cc:1511] Processing CreateTablet for tablet 517145faf54840268bcbd77cd43d7c5b (DEFAULT_TABLE table=test-workload [id=a5b3fc52027e4cf1b61c990b129c7a0d]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:47.981511  8194 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 517145faf54840268bcbd77cd43d7c5b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:47.983832  8121 tablet_service.cc:1511] Processing CreateTablet for tablet 551fc6f34b08427692fa382675f8403a (DEFAULT_TABLE table=test-workload [id=a5b3fc52027e4cf1b61c990b129c7a0d]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:47.984663  8119 tablet_service.cc:1511] Processing CreateTablet for tablet c8390eaa4d5449d5a96da811289acae0 (DEFAULT_TABLE table=test-workload [id=a5b3fc52027e4cf1b61c990b129c7a0d]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:47.985296  8121 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 551fc6f34b08427692fa382675f8403a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:47.986076  8119 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c8390eaa4d5449d5a96da811289acae0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:47.985965  8193 tablet_service.cc:1511] Processing CreateTablet for tablet c8390eaa4d5449d5a96da811289acae0 (DEFAULT_TABLE table=test-workload [id=a5b3fc52027e4cf1b61c990b129c7a0d]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:47.987542  8193 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c8390eaa4d5449d5a96da811289acae0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:47.987787  8120 tablet_service.cc:1511] Processing CreateTablet for tablet 517145faf54840268bcbd77cd43d7c5b (DEFAULT_TABLE table=test-workload [id=a5b3fc52027e4cf1b61c990b129c7a0d]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:47.989208  8120 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 517145faf54840268bcbd77cd43d7c5b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:47.993157  8192 tablet_service.cc:1511] Processing CreateTablet for tablet 3e471922a61e45d080c1571fc9cd01cc (DEFAULT_TABLE table=test-workload [id=a5b3fc52027e4cf1b61c990b129c7a0d]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:47.993772  8118 tablet_service.cc:1511] Processing CreateTablet for tablet 3e471922a61e45d080c1571fc9cd01cc (DEFAULT_TABLE table=test-workload [id=a5b3fc52027e4cf1b61c990b129c7a0d]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:47.994617  8192 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3e471922a61e45d080c1571fc9cd01cc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:47.995167  8118 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3e471922a61e45d080c1571fc9cd01cc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.022768  8044 tablet_service.cc:1511] Processing CreateTablet for tablet c8390eaa4d5449d5a96da811289acae0 (DEFAULT_TABLE table=test-workload [id=a5b3fc52027e4cf1b61c990b129c7a0d]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:48.024134  8045 tablet_service.cc:1511] Processing CreateTablet for tablet 517145faf54840268bcbd77cd43d7c5b (DEFAULT_TABLE table=test-workload [id=a5b3fc52027e4cf1b61c990b129c7a0d]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:48.024914  8044 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c8390eaa4d5449d5a96da811289acae0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.026486  8043 tablet_service.cc:1511] Processing CreateTablet for tablet 3e471922a61e45d080c1571fc9cd01cc (DEFAULT_TABLE table=test-workload [id=a5b3fc52027e4cf1b61c990b129c7a0d]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:48.027869  8043 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3e471922a61e45d080c1571fc9cd01cc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.022763  8046 tablet_service.cc:1511] Processing CreateTablet for tablet 551fc6f34b08427692fa382675f8403a (DEFAULT_TABLE table=test-workload [id=a5b3fc52027e4cf1b61c990b129c7a0d]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:48.032938  8046 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 551fc6f34b08427692fa382675f8403a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.035887  8045 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 517145faf54840268bcbd77cd43d7c5b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.057174  8250 tablet_bootstrap.cc:492] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216: Bootstrap starting.
I20260608 12:41:48.066497  8251 tablet_bootstrap.cc:492] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad: Bootstrap starting.
I20260608 12:41:48.067071  8250 tablet_bootstrap.cc:654] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.084043  8252 tablet_bootstrap.cc:492] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691: Bootstrap starting.
I20260608 12:41:48.085119  8251 tablet_bootstrap.cc:654] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.089718  8250 tablet_bootstrap.cc:492] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216: No bootstrap required, opened a new log
I20260608 12:41:48.090374  8250 ts_tablet_manager.cc:1403] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216: Time spent bootstrapping tablet: real 0.034s	user 0.020s	sys 0.005s
I20260608 12:41:48.092850  8252 tablet_bootstrap.cc:654] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.093874  8251 tablet_bootstrap.cc:492] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad: No bootstrap required, opened a new log
I20260608 12:41:48.094537  8251 ts_tablet_manager.cc:1403] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad: Time spent bootstrapping tablet: real 0.028s	user 0.009s	sys 0.007s
I20260608 12:41:48.093816  8250 raft_consensus.cc:359] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.094925  8250 raft_consensus.cc:385] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.095273  8250 raft_consensus.cc:740] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdab2ffab94b414ba6bf1a46b1133216, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.096779  8250 consensus_queue.cc:260] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.097801  8251 raft_consensus.cc:359] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.098749  8251 raft_consensus.cc:385] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.099172  8252 tablet_bootstrap.cc:492] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691: No bootstrap required, opened a new log
I20260608 12:41:48.099133  8251 raft_consensus.cc:740] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5029126aec3c488686e9ef1ca67f87ad, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.099972  8252 ts_tablet_manager.cc:1403] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691: Time spent bootstrapping tablet: real 0.016s	user 0.010s	sys 0.003s
I20260608 12:41:48.100497  8251 consensus_queue.cc:260] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.102447  8252 raft_consensus.cc:359] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } }
I20260608 12:41:48.103282  8252 raft_consensus.cc:385] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.103610  8252 raft_consensus.cc:740] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad3fda85a2794dd1a26161ae2d476691, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.104586  8251 ts_tablet_manager.cc:1434] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad: Time spent starting tablet: real 0.010s	user 0.009s	sys 0.002s
I20260608 12:41:48.104562  8252 consensus_queue.cc:260] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } }
I20260608 12:41:48.106180  8251 tablet_bootstrap.cc:492] T 3e471922a61e45d080c1571fc9cd01cc P 5029126aec3c488686e9ef1ca67f87ad: Bootstrap starting.
I20260608 12:41:48.107844  8250 ts_tablet_manager.cc:1434] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216: Time spent starting tablet: real 0.017s	user 0.012s	sys 0.004s
I20260608 12:41:48.108930  8250 tablet_bootstrap.cc:492] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216: Bootstrap starting.
I20260608 12:41:48.113966  8251 tablet_bootstrap.cc:654] T 3e471922a61e45d080c1571fc9cd01cc P 5029126aec3c488686e9ef1ca67f87ad: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.115908  8250 tablet_bootstrap.cc:654] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.123448  8251 tablet_bootstrap.cc:492] T 3e471922a61e45d080c1571fc9cd01cc P 5029126aec3c488686e9ef1ca67f87ad: No bootstrap required, opened a new log
I20260608 12:41:48.123984  8251 ts_tablet_manager.cc:1403] T 3e471922a61e45d080c1571fc9cd01cc P 5029126aec3c488686e9ef1ca67f87ad: Time spent bootstrapping tablet: real 0.018s	user 0.005s	sys 0.012s
I20260608 12:41:48.124887  8252 ts_tablet_manager.cc:1434] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691: Time spent starting tablet: real 0.025s	user 0.010s	sys 0.000s
I20260608 12:41:48.126348  8252 tablet_bootstrap.cc:492] T 517145faf54840268bcbd77cd43d7c5b P ad3fda85a2794dd1a26161ae2d476691: Bootstrap starting.
I20260608 12:41:48.127014  8251 raft_consensus.cc:359] T 3e471922a61e45d080c1571fc9cd01cc P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.127851  8251 raft_consensus.cc:385] T 3e471922a61e45d080c1571fc9cd01cc P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.128158  8251 raft_consensus.cc:740] T 3e471922a61e45d080c1571fc9cd01cc P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5029126aec3c488686e9ef1ca67f87ad, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.129096  8251 consensus_queue.cc:260] T 3e471922a61e45d080c1571fc9cd01cc P 5029126aec3c488686e9ef1ca67f87ad [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.131392  8251 ts_tablet_manager.cc:1434] T 3e471922a61e45d080c1571fc9cd01cc P 5029126aec3c488686e9ef1ca67f87ad: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260608 12:41:48.132457  8251 tablet_bootstrap.cc:492] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad: Bootstrap starting.
I20260608 12:41:48.133172  8250 tablet_bootstrap.cc:492] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216: No bootstrap required, opened a new log
I20260608 12:41:48.133764  8250 ts_tablet_manager.cc:1403] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216: Time spent bootstrapping tablet: real 0.025s	user 0.014s	sys 0.008s
I20260608 12:41:48.135289  8252 tablet_bootstrap.cc:654] T 517145faf54840268bcbd77cd43d7c5b P ad3fda85a2794dd1a26161ae2d476691: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.137178  8250 raft_consensus.cc:359] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.137962  8250 raft_consensus.cc:385] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.138299  8250 raft_consensus.cc:740] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdab2ffab94b414ba6bf1a46b1133216, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.139288  8251 tablet_bootstrap.cc:654] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.139593  8250 consensus_queue.cc:260] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.142074  8250 ts_tablet_manager.cc:1434] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:41:48.143481  8250 tablet_bootstrap.cc:492] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216: Bootstrap starting.
I20260608 12:41:48.152683  8250 tablet_bootstrap.cc:654] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.158753  8252 tablet_bootstrap.cc:492] T 517145faf54840268bcbd77cd43d7c5b P ad3fda85a2794dd1a26161ae2d476691: No bootstrap required, opened a new log
I20260608 12:41:48.159325  8252 ts_tablet_manager.cc:1403] T 517145faf54840268bcbd77cd43d7c5b P ad3fda85a2794dd1a26161ae2d476691: Time spent bootstrapping tablet: real 0.033s	user 0.017s	sys 0.010s
I20260608 12:41:48.160353  8251 tablet_bootstrap.cc:492] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad: No bootstrap required, opened a new log
I20260608 12:41:48.160985  8251 ts_tablet_manager.cc:1403] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad: Time spent bootstrapping tablet: real 0.029s	user 0.014s	sys 0.001s
I20260608 12:41:48.162992  8250 tablet_bootstrap.cc:492] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216: No bootstrap required, opened a new log
I20260608 12:41:48.162724  8252 raft_consensus.cc:359] T 517145faf54840268bcbd77cd43d7c5b P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.163549  8250 ts_tablet_manager.cc:1403] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216: Time spent bootstrapping tablet: real 0.020s	user 0.017s	sys 0.003s
I20260608 12:41:48.163575  8252 raft_consensus.cc:385] T 517145faf54840268bcbd77cd43d7c5b P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.164062  8252 raft_consensus.cc:740] T 517145faf54840268bcbd77cd43d7c5b P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad3fda85a2794dd1a26161ae2d476691, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.164328  8251 raft_consensus.cc:359] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } }
I20260608 12:41:48.165078  8251 raft_consensus.cc:385] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.164956  8252 consensus_queue.cc:260] T 517145faf54840268bcbd77cd43d7c5b P ad3fda85a2794dd1a26161ae2d476691 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.165447  8251 raft_consensus.cc:740] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5029126aec3c488686e9ef1ca67f87ad, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.166538  8250 raft_consensus.cc:359] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.166523  8251 consensus_queue.cc:260] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } }
I20260608 12:41:48.167341  8252 ts_tablet_manager.cc:1434] T 517145faf54840268bcbd77cd43d7c5b P ad3fda85a2794dd1a26161ae2d476691: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.001s
I20260608 12:41:48.167569  8250 raft_consensus.cc:385] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.167968  8250 raft_consensus.cc:740] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdab2ffab94b414ba6bf1a46b1133216, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.168587  8252 tablet_bootstrap.cc:492] T c8390eaa4d5449d5a96da811289acae0 P ad3fda85a2794dd1a26161ae2d476691: Bootstrap starting.
I20260608 12:41:48.168908  8250 consensus_queue.cc:260] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.171692  8250 ts_tablet_manager.cc:1434] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.004s
I20260608 12:41:48.172966  8250 tablet_bootstrap.cc:492] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216: Bootstrap starting.
I20260608 12:41:48.176781  8252 tablet_bootstrap.cc:654] T c8390eaa4d5449d5a96da811289acae0 P ad3fda85a2794dd1a26161ae2d476691: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.177386  8251 ts_tablet_manager.cc:1434] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad: Time spent starting tablet: real 0.016s	user 0.007s	sys 0.001s
I20260608 12:41:48.179735  8250 tablet_bootstrap.cc:654] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.181981  8251 tablet_bootstrap.cc:492] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad: Bootstrap starting.
I20260608 12:41:48.189659  8252 tablet_bootstrap.cc:492] T c8390eaa4d5449d5a96da811289acae0 P ad3fda85a2794dd1a26161ae2d476691: No bootstrap required, opened a new log
I20260608 12:41:48.191612  8252 ts_tablet_manager.cc:1403] T c8390eaa4d5449d5a96da811289acae0 P ad3fda85a2794dd1a26161ae2d476691: Time spent bootstrapping tablet: real 0.023s	user 0.008s	sys 0.012s
I20260608 12:41:48.192402  8251 tablet_bootstrap.cc:654] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.195783  8252 raft_consensus.cc:359] T c8390eaa4d5449d5a96da811289acae0 P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.196868  8252 raft_consensus.cc:385] T c8390eaa4d5449d5a96da811289acae0 P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.197256  8252 raft_consensus.cc:740] T c8390eaa4d5449d5a96da811289acae0 P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad3fda85a2794dd1a26161ae2d476691, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.199795  8252 consensus_queue.cc:260] T c8390eaa4d5449d5a96da811289acae0 P ad3fda85a2794dd1a26161ae2d476691 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.202123  8250 tablet_bootstrap.cc:492] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216: No bootstrap required, opened a new log
I20260608 12:41:48.202206  8252 ts_tablet_manager.cc:1434] T c8390eaa4d5449d5a96da811289acae0 P ad3fda85a2794dd1a26161ae2d476691: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260608 12:41:48.202912  8250 ts_tablet_manager.cc:1403] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216: Time spent bootstrapping tablet: real 0.030s	user 0.018s	sys 0.008s
I20260608 12:41:48.203578  8252 tablet_bootstrap.cc:492] T 3e471922a61e45d080c1571fc9cd01cc P ad3fda85a2794dd1a26161ae2d476691: Bootstrap starting.
I20260608 12:41:48.205261  8251 tablet_bootstrap.cc:492] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad: No bootstrap required, opened a new log
I20260608 12:41:48.205847  8251 ts_tablet_manager.cc:1403] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad: Time spent bootstrapping tablet: real 0.024s	user 0.019s	sys 0.001s
I20260608 12:41:48.206292  8250 raft_consensus.cc:359] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } }
I20260608 12:41:48.207127  8250 raft_consensus.cc:385] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.207461  8250 raft_consensus.cc:740] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdab2ffab94b414ba6bf1a46b1133216, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.208401  8250 consensus_queue.cc:260] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } }
I20260608 12:41:48.209512  8251 raft_consensus.cc:359] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.210290  8251 raft_consensus.cc:385] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.210356  8252 tablet_bootstrap.cc:654] T 3e471922a61e45d080c1571fc9cd01cc P ad3fda85a2794dd1a26161ae2d476691: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.210839  8251 raft_consensus.cc:740] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5029126aec3c488686e9ef1ca67f87ad, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.211117  8250 ts_tablet_manager.cc:1434] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.004s
I20260608 12:41:48.211943  8251 consensus_queue.cc:260] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.215620  8251 ts_tablet_manager.cc:1434] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 12:41:48.217078  8252 tablet_bootstrap.cc:492] T 3e471922a61e45d080c1571fc9cd01cc P ad3fda85a2794dd1a26161ae2d476691: No bootstrap required, opened a new log
I20260608 12:41:48.217623  8252 ts_tablet_manager.cc:1403] T 3e471922a61e45d080c1571fc9cd01cc P ad3fda85a2794dd1a26161ae2d476691: Time spent bootstrapping tablet: real 0.014s	user 0.011s	sys 0.000s
I20260608 12:41:48.220245  8252 raft_consensus.cc:359] T 3e471922a61e45d080c1571fc9cd01cc P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.220876  8252 raft_consensus.cc:385] T 3e471922a61e45d080c1571fc9cd01cc P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.221181  8252 raft_consensus.cc:740] T 3e471922a61e45d080c1571fc9cd01cc P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad3fda85a2794dd1a26161ae2d476691, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.222106  8252 consensus_queue.cc:260] T 3e471922a61e45d080c1571fc9cd01cc P ad3fda85a2794dd1a26161ae2d476691 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.224535  8252 ts_tablet_manager.cc:1434] T 3e471922a61e45d080c1571fc9cd01cc P ad3fda85a2794dd1a26161ae2d476691: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:41:48.225415  8257 raft_consensus.cc:493] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:48.225946  8257 raft_consensus.cc:515] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.229949  8257 leader_election.cc:290] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ad3fda85a2794dd1a26161ae2d476691 (127.0.107.194:41111), bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195:39901)
I20260608 12:41:48.237284  8257 raft_consensus.cc:493] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:48.237813  8257 raft_consensus.cc:515] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.241914  8257 leader_election.cc:290] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ad3fda85a2794dd1a26161ae2d476691 (127.0.107.194:41111), bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195:39901)
I20260608 12:41:48.244338  8131 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c8390eaa4d5449d5a96da811289acae0" candidate_uuid: "5029126aec3c488686e9ef1ca67f87ad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad3fda85a2794dd1a26161ae2d476691" is_pre_election: true
I20260608 12:41:48.244746  8205 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c8390eaa4d5449d5a96da811289acae0" candidate_uuid: "5029126aec3c488686e9ef1ca67f87ad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdab2ffab94b414ba6bf1a46b1133216" is_pre_election: true
I20260608 12:41:48.245258  8131 raft_consensus.cc:2468] T c8390eaa4d5449d5a96da811289acae0 P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5029126aec3c488686e9ef1ca67f87ad in term 0.
I20260608 12:41:48.245450  8204 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "517145faf54840268bcbd77cd43d7c5b" candidate_uuid: "5029126aec3c488686e9ef1ca67f87ad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdab2ffab94b414ba6bf1a46b1133216" is_pre_election: true
I20260608 12:41:48.245582  8205 raft_consensus.cc:2468] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5029126aec3c488686e9ef1ca67f87ad in term 0.
I20260608 12:41:48.246133  8204 raft_consensus.cc:2468] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5029126aec3c488686e9ef1ca67f87ad in term 0.
I20260608 12:41:48.244689  8130 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "517145faf54840268bcbd77cd43d7c5b" candidate_uuid: "5029126aec3c488686e9ef1ca67f87ad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad3fda85a2794dd1a26161ae2d476691" is_pre_election: true
I20260608 12:41:48.246876  8021 leader_election.cc:304] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5029126aec3c488686e9ef1ca67f87ad, ad3fda85a2794dd1a26161ae2d476691; no voters: 
I20260608 12:41:48.247496  8130 raft_consensus.cc:2468] T 517145faf54840268bcbd77cd43d7c5b P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5029126aec3c488686e9ef1ca67f87ad in term 0.
I20260608 12:41:48.247840  8257 raft_consensus.cc:2804] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:48.248318  8257 raft_consensus.cc:493] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:48.248454  8022 leader_election.cc:304] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5029126aec3c488686e9ef1ca67f87ad, bdab2ffab94b414ba6bf1a46b1133216; no voters: 
I20260608 12:41:48.248670  8257 raft_consensus.cc:3060] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.250599  8270 raft_consensus.cc:2804] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:48.250934  8270 raft_consensus.cc:493] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:48.251255  8270 raft_consensus.cc:3060] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.251714  8256 raft_consensus.cc:493] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:48.252272  8256 raft_consensus.cc:515] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.254693  8257 raft_consensus.cc:515] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.255448  8256 leader_election.cc:290] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117), ad3fda85a2794dd1a26161ae2d476691 (127.0.107.194:41111)
I20260608 12:41:48.257077  8257 leader_election.cc:290] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [CANDIDATE]: Term 1 election: Requested vote from peers ad3fda85a2794dd1a26161ae2d476691 (127.0.107.194:41111), bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195:39901)
I20260608 12:41:48.259083  8270 raft_consensus.cc:515] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.260421  8204 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c8390eaa4d5449d5a96da811289acae0" candidate_uuid: "5029126aec3c488686e9ef1ca67f87ad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdab2ffab94b414ba6bf1a46b1133216"
I20260608 12:41:48.261076  8204 raft_consensus.cc:3060] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.261572  8270 leader_election.cc:290] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad [CANDIDATE]: Term 1 election: Requested vote from peers ad3fda85a2794dd1a26161ae2d476691 (127.0.107.194:41111), bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195:39901)
I20260608 12:41:48.264827  8205 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "517145faf54840268bcbd77cd43d7c5b" candidate_uuid: "5029126aec3c488686e9ef1ca67f87ad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdab2ffab94b414ba6bf1a46b1133216"
I20260608 12:41:48.265511  8205 raft_consensus.cc:3060] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.268698  8204 raft_consensus.cc:2468] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5029126aec3c488686e9ef1ca67f87ad in term 1.
I20260608 12:41:48.269073  8056 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e471922a61e45d080c1571fc9cd01cc" candidate_uuid: "bdab2ffab94b414ba6bf1a46b1133216" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5029126aec3c488686e9ef1ca67f87ad" is_pre_election: true
I20260608 12:41:48.269927  8056 raft_consensus.cc:2468] T 3e471922a61e45d080c1571fc9cd01cc P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bdab2ffab94b414ba6bf1a46b1133216 in term 0.
I20260608 12:41:48.269981  8022 leader_election.cc:304] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5029126aec3c488686e9ef1ca67f87ad, bdab2ffab94b414ba6bf1a46b1133216; no voters: 
I20260608 12:41:48.270792  8130 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c8390eaa4d5449d5a96da811289acae0" candidate_uuid: "5029126aec3c488686e9ef1ca67f87ad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad3fda85a2794dd1a26161ae2d476691"
I20260608 12:41:48.271415  8130 raft_consensus.cc:3060] T c8390eaa4d5449d5a96da811289acae0 P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.271523  8171 leader_election.cc:304] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5029126aec3c488686e9ef1ca67f87ad, bdab2ffab94b414ba6bf1a46b1133216; no voters: 
I20260608 12:41:48.272598  8256 raft_consensus.cc:2804] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:48.273000  8256 raft_consensus.cc:493] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:48.273340  8256 raft_consensus.cc:3060] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.273371  8205 raft_consensus.cc:2468] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5029126aec3c488686e9ef1ca67f87ad in term 1.
I20260608 12:41:48.274667  8022 leader_election.cc:304] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5029126aec3c488686e9ef1ca67f87ad, bdab2ffab94b414ba6bf1a46b1133216; no voters: 
I20260608 12:41:48.275749  8257 raft_consensus.cc:2804] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:48.276402  8131 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "517145faf54840268bcbd77cd43d7c5b" candidate_uuid: "5029126aec3c488686e9ef1ca67f87ad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad3fda85a2794dd1a26161ae2d476691"
I20260608 12:41:48.277004  8131 raft_consensus.cc:3060] T 517145faf54840268bcbd77cd43d7c5b P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.281208  8256 raft_consensus.cc:515] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.284387  8056 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e471922a61e45d080c1571fc9cd01cc" candidate_uuid: "bdab2ffab94b414ba6bf1a46b1133216" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5029126aec3c488686e9ef1ca67f87ad"
I20260608 12:41:48.284983  8056 raft_consensus.cc:3060] T 3e471922a61e45d080c1571fc9cd01cc P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.286793  8129 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e471922a61e45d080c1571fc9cd01cc" candidate_uuid: "bdab2ffab94b414ba6bf1a46b1133216" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad3fda85a2794dd1a26161ae2d476691" is_pre_election: true
I20260608 12:41:48.287555  8130 raft_consensus.cc:2468] T c8390eaa4d5449d5a96da811289acae0 P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5029126aec3c488686e9ef1ca67f87ad in term 1.
I20260608 12:41:48.287798  8129 raft_consensus.cc:2468] T 3e471922a61e45d080c1571fc9cd01cc P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bdab2ffab94b414ba6bf1a46b1133216 in term 0.
I20260608 12:41:48.290382  8131 raft_consensus.cc:2468] T 517145faf54840268bcbd77cd43d7c5b P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5029126aec3c488686e9ef1ca67f87ad in term 1.
I20260608 12:41:48.292153  8270 raft_consensus.cc:2804] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:48.292738  8056 raft_consensus.cc:2468] T 3e471922a61e45d080c1571fc9cd01cc P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bdab2ffab94b414ba6bf1a46b1133216 in term 1.
I20260608 12:41:48.293238  8129 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e471922a61e45d080c1571fc9cd01cc" candidate_uuid: "bdab2ffab94b414ba6bf1a46b1133216" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad3fda85a2794dd1a26161ae2d476691"
I20260608 12:41:48.294152  8171 leader_election.cc:304] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5029126aec3c488686e9ef1ca67f87ad, bdab2ffab94b414ba6bf1a46b1133216; no voters: 
I20260608 12:41:48.294795  8270 raft_consensus.cc:697] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad [term 1 LEADER]: Becoming Leader. State: Replica: 5029126aec3c488686e9ef1ca67f87ad, State: Running, Role: LEADER
I20260608 12:41:48.294036  8129 raft_consensus.cc:3060] T 3e471922a61e45d080c1571fc9cd01cc P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.295858  8270 consensus_queue.cc:237] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.305945  8129 raft_consensus.cc:2468] T 3e471922a61e45d080c1571fc9cd01cc P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bdab2ffab94b414ba6bf1a46b1133216 in term 1.
I20260608 12:41:48.306710  8256 leader_election.cc:290] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 [CANDIDATE]: Term 1 election: Requested vote from peers 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117), ad3fda85a2794dd1a26161ae2d476691 (127.0.107.194:41111)
I20260608 12:41:48.307030  8275 raft_consensus.cc:2804] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:48.307796  8275 raft_consensus.cc:697] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 [term 1 LEADER]: Becoming Leader. State: Replica: bdab2ffab94b414ba6bf1a46b1133216, State: Running, Role: LEADER
I20260608 12:41:48.308601  8275 consensus_queue.cc:237] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.309545  8257 raft_consensus.cc:697] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [term 1 LEADER]: Becoming Leader. State: Replica: 5029126aec3c488686e9ef1ca67f87ad, State: Running, Role: LEADER
I20260608 12:41:48.310381  8257 consensus_queue.cc:237] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.317611  7951 catalog_manager.cc:5696] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 reported cstate change: term changed from 0 to 1, leader changed from <none> to bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "bdab2ffab94b414ba6bf1a46b1133216" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:48.319712  7952 catalog_manager.cc:5696] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad reported cstate change: term changed from 0 to 1, leader changed from <none> to 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193). New cstate: current_term: 1 leader_uuid: "5029126aec3c488686e9ef1ca67f87ad" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:48.333302  7952 catalog_manager.cc:5696] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad reported cstate change: term changed from 0 to 1, leader changed from <none> to 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193). New cstate: current_term: 1 leader_uuid: "5029126aec3c488686e9ef1ca67f87ad" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:48.368965  8258 raft_consensus.cc:493] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:48.369506  8258 raft_consensus.cc:515] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } }
I20260608 12:41:48.371955  8258 leader_election.cc:290] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195:39901), 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117)
I20260608 12:41:48.375662  8275 raft_consensus.cc:493] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:48.376263  8275 raft_consensus.cc:515] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } }
I20260608 12:41:48.378616  8275 leader_election.cc:290] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ad3fda85a2794dd1a26161ae2d476691 (127.0.107.194:41111), 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117)
I20260608 12:41:48.379843  8129 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "551fc6f34b08427692fa382675f8403a" candidate_uuid: "bdab2ffab94b414ba6bf1a46b1133216" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad3fda85a2794dd1a26161ae2d476691" is_pre_election: true
I20260608 12:41:48.380214  8056 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "551fc6f34b08427692fa382675f8403a" candidate_uuid: "bdab2ffab94b414ba6bf1a46b1133216" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5029126aec3c488686e9ef1ca67f87ad" is_pre_election: true
I20260608 12:41:48.380587  8129 raft_consensus.cc:2468] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bdab2ffab94b414ba6bf1a46b1133216 in term 0.
I20260608 12:41:48.380941  8056 raft_consensus.cc:2468] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bdab2ffab94b414ba6bf1a46b1133216 in term 0.
I20260608 12:41:48.381986  8170 leader_election.cc:304] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ad3fda85a2794dd1a26161ae2d476691, bdab2ffab94b414ba6bf1a46b1133216; no voters: 
I20260608 12:41:48.382879  8275 raft_consensus.cc:2804] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:48.383286  8275 raft_consensus.cc:493] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:48.383729  8275 raft_consensus.cc:3060] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.388636  8056 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "551fc6f34b08427692fa382675f8403a" candidate_uuid: "ad3fda85a2794dd1a26161ae2d476691" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5029126aec3c488686e9ef1ca67f87ad" is_pre_election: true
I20260608 12:41:48.388636  8205 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "551fc6f34b08427692fa382675f8403a" candidate_uuid: "ad3fda85a2794dd1a26161ae2d476691" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdab2ffab94b414ba6bf1a46b1133216" is_pre_election: true
I20260608 12:41:48.389268  8275 raft_consensus.cc:515] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } }
I20260608 12:41:48.389701  8056 raft_consensus.cc:2468] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ad3fda85a2794dd1a26161ae2d476691 in term 0.
I20260608 12:41:48.390614  8205 raft_consensus.cc:2393] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate ad3fda85a2794dd1a26161ae2d476691 in current term 1: Already voted for candidate bdab2ffab94b414ba6bf1a46b1133216 in this term.
I20260608 12:41:48.391044  8097 leader_election.cc:304] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5029126aec3c488686e9ef1ca67f87ad, ad3fda85a2794dd1a26161ae2d476691; no voters: 
I20260608 12:41:48.391754  8275 leader_election.cc:290] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [CANDIDATE]: Term 1 election: Requested vote from peers ad3fda85a2794dd1a26161ae2d476691 (127.0.107.194:41111), 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117)
I20260608 12:41:48.391911  8258 raft_consensus.cc:2804] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:48.392338  8258 raft_consensus.cc:493] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:48.392673  8258 raft_consensus.cc:3060] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.394050  8056 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "551fc6f34b08427692fa382675f8403a" candidate_uuid: "bdab2ffab94b414ba6bf1a46b1133216" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5029126aec3c488686e9ef1ca67f87ad"
I20260608 12:41:48.394006  8129 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "551fc6f34b08427692fa382675f8403a" candidate_uuid: "bdab2ffab94b414ba6bf1a46b1133216" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad3fda85a2794dd1a26161ae2d476691"
I20260608 12:41:48.394837  8056 raft_consensus.cc:3060] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.397938  8258 raft_consensus.cc:515] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } }
I20260608 12:41:48.398980  8129 raft_consensus.cc:2393] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate bdab2ffab94b414ba6bf1a46b1133216 in current term 1: Already voted for candidate ad3fda85a2794dd1a26161ae2d476691 in this term.
I20260608 12:41:48.400166  8258 leader_election.cc:290] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [CANDIDATE]: Term 1 election: Requested vote from peers bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195:39901), 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117)
I20260608 12:41:48.400308  8056 raft_consensus.cc:2468] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bdab2ffab94b414ba6bf1a46b1133216 in term 1.
I20260608 12:41:48.401057  8205 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "551fc6f34b08427692fa382675f8403a" candidate_uuid: "ad3fda85a2794dd1a26161ae2d476691" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdab2ffab94b414ba6bf1a46b1133216"
I20260608 12:41:48.401590  8171 leader_election.cc:304] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5029126aec3c488686e9ef1ca67f87ad, bdab2ffab94b414ba6bf1a46b1133216; no voters: 
I20260608 12:41:48.401909  8205 raft_consensus.cc:2393] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate ad3fda85a2794dd1a26161ae2d476691 in current term 1: Already voted for candidate bdab2ffab94b414ba6bf1a46b1133216 in this term.
I20260608 12:41:48.402304  8056 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "551fc6f34b08427692fa382675f8403a" candidate_uuid: "ad3fda85a2794dd1a26161ae2d476691" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5029126aec3c488686e9ef1ca67f87ad"
I20260608 12:41:48.402885  8275 raft_consensus.cc:2804] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:48.403129  8056 raft_consensus.cc:2393] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate ad3fda85a2794dd1a26161ae2d476691 in current term 1: Already voted for candidate bdab2ffab94b414ba6bf1a46b1133216 in this term.
I20260608 12:41:48.403683  8275 raft_consensus.cc:697] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [term 1 LEADER]: Becoming Leader. State: Replica: bdab2ffab94b414ba6bf1a46b1133216, State: Running, Role: LEADER
I20260608 12:41:48.404690  8097 leader_election.cc:304] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [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: ad3fda85a2794dd1a26161ae2d476691; no voters: 5029126aec3c488686e9ef1ca67f87ad, bdab2ffab94b414ba6bf1a46b1133216
I20260608 12:41:48.404606  8275 consensus_queue.cc:237] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } }
I20260608 12:41:48.405459  8258 raft_consensus.cc:2749] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:41:48.411823  7952 catalog_manager.cc:5696] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 reported cstate change: term changed from 0 to 1, leader changed from <none> to bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "bdab2ffab94b414ba6bf1a46b1133216" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:48.484649  7952 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:49396:
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: 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"
    }
  }
}
W20260608 12:41:48.486820  7952 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table dugtrio in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:41:48.518087  8045 tablet_service.cc:1511] Processing CreateTablet for tablet 08a716fc72f44d019b86d7d5f2ef6560 (DEFAULT_TABLE table=dugtrio [id=8cfeb21e3b174260ab7a8cdc32323ba4]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:48.519500  8045 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 08a716fc72f44d019b86d7d5f2ef6560. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.519487  8118 tablet_service.cc:1511] Processing CreateTablet for tablet 08a716fc72f44d019b86d7d5f2ef6560 (DEFAULT_TABLE table=dugtrio [id=8cfeb21e3b174260ab7a8cdc32323ba4]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:48.520956  8118 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 08a716fc72f44d019b86d7d5f2ef6560. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.520782  8194 tablet_service.cc:1511] Processing CreateTablet for tablet 08a716fc72f44d019b86d7d5f2ef6560 (DEFAULT_TABLE table=dugtrio [id=8cfeb21e3b174260ab7a8cdc32323ba4]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:48.522081  8194 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 08a716fc72f44d019b86d7d5f2ef6560. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.525504  8121 tablet_service.cc:1511] Processing CreateTablet for tablet 4d07f65db86047b7b4d8271f9e92ea5d (DEFAULT_TABLE table=dugtrio [id=8cfeb21e3b174260ab7a8cdc32323ba4]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:48.526857  8121 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4d07f65db86047b7b4d8271f9e92ea5d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.533372  8119 tablet_service.cc:1511] Processing CreateTablet for tablet 6fb4f2a5f85a46d18f23689e10eba8c6 (DEFAULT_TABLE table=dugtrio [id=8cfeb21e3b174260ab7a8cdc32323ba4]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:48.533990  8120 tablet_service.cc:1511] Processing CreateTablet for tablet 244a8212e3be4c10b68c58e3be9a62ff (DEFAULT_TABLE table=dugtrio [id=8cfeb21e3b174260ab7a8cdc32323ba4]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:48.534812  8119 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6fb4f2a5f85a46d18f23689e10eba8c6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.536660  8195 tablet_service.cc:1511] Processing CreateTablet for tablet 4d07f65db86047b7b4d8271f9e92ea5d (DEFAULT_TABLE table=dugtrio [id=8cfeb21e3b174260ab7a8cdc32323ba4]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:48.537427  8192 tablet_service.cc:1511] Processing CreateTablet for tablet 244a8212e3be4c10b68c58e3be9a62ff (DEFAULT_TABLE table=dugtrio [id=8cfeb21e3b174260ab7a8cdc32323ba4]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:48.537994  8195 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4d07f65db86047b7b4d8271f9e92ea5d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.538668  8192 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 244a8212e3be4c10b68c58e3be9a62ff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.540184  8120 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 244a8212e3be4c10b68c58e3be9a62ff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.540128  8193 tablet_service.cc:1511] Processing CreateTablet for tablet 6fb4f2a5f85a46d18f23689e10eba8c6 (DEFAULT_TABLE table=dugtrio [id=8cfeb21e3b174260ab7a8cdc32323ba4]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:48.541632  8193 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6fb4f2a5f85a46d18f23689e10eba8c6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.542008  8046 tablet_service.cc:1511] Processing CreateTablet for tablet 4d07f65db86047b7b4d8271f9e92ea5d (DEFAULT_TABLE table=dugtrio [id=8cfeb21e3b174260ab7a8cdc32323ba4]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:48.543314  8046 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4d07f65db86047b7b4d8271f9e92ea5d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.543782  8250 tablet_bootstrap.cc:492] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216: Bootstrap starting.
I20260608 12:41:48.548511  8043 tablet_service.cc:1511] Processing CreateTablet for tablet 6fb4f2a5f85a46d18f23689e10eba8c6 (DEFAULT_TABLE table=dugtrio [id=8cfeb21e3b174260ab7a8cdc32323ba4]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:48.549904  8043 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6fb4f2a5f85a46d18f23689e10eba8c6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.552528  8044 tablet_service.cc:1511] Processing CreateTablet for tablet 244a8212e3be4c10b68c58e3be9a62ff (DEFAULT_TABLE table=dugtrio [id=8cfeb21e3b174260ab7a8cdc32323ba4]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:48.553874  8044 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 244a8212e3be4c10b68c58e3be9a62ff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.554796  8250 tablet_bootstrap.cc:654] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.556259  8251 tablet_bootstrap.cc:492] T 08a716fc72f44d019b86d7d5f2ef6560 P 5029126aec3c488686e9ef1ca67f87ad: Bootstrap starting.
I20260608 12:41:48.564738  8251 tablet_bootstrap.cc:654] T 08a716fc72f44d019b86d7d5f2ef6560 P 5029126aec3c488686e9ef1ca67f87ad: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.571137  8252 tablet_bootstrap.cc:492] T 244a8212e3be4c10b68c58e3be9a62ff P ad3fda85a2794dd1a26161ae2d476691: Bootstrap starting.
I20260608 12:41:48.578689  8252 tablet_bootstrap.cc:654] T 244a8212e3be4c10b68c58e3be9a62ff P ad3fda85a2794dd1a26161ae2d476691: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.591794  8250 tablet_bootstrap.cc:492] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216: No bootstrap required, opened a new log
I20260608 12:41:48.598747  8250 ts_tablet_manager.cc:1403] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216: Time spent bootstrapping tablet: real 0.055s	user 0.009s	sys 0.007s
I20260608 12:41:48.601712  8251 tablet_bootstrap.cc:492] T 08a716fc72f44d019b86d7d5f2ef6560 P 5029126aec3c488686e9ef1ca67f87ad: No bootstrap required, opened a new log
I20260608 12:41:48.602381  8251 ts_tablet_manager.cc:1403] T 08a716fc72f44d019b86d7d5f2ef6560 P 5029126aec3c488686e9ef1ca67f87ad: Time spent bootstrapping tablet: real 0.046s	user 0.014s	sys 0.002s
I20260608 12:41:48.606052  8250 raft_consensus.cc:359] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.607842  8250 raft_consensus.cc:385] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.608197  8250 raft_consensus.cc:740] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdab2ffab94b414ba6bf1a46b1133216, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.609028  8250 consensus_queue.cc:260] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.609354  8251 raft_consensus.cc:359] T 08a716fc72f44d019b86d7d5f2ef6560 P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.610273  8251 raft_consensus.cc:385] T 08a716fc72f44d019b86d7d5f2ef6560 P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.610653  8251 raft_consensus.cc:740] T 08a716fc72f44d019b86d7d5f2ef6560 P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5029126aec3c488686e9ef1ca67f87ad, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.610669  8252 tablet_bootstrap.cc:492] T 244a8212e3be4c10b68c58e3be9a62ff P ad3fda85a2794dd1a26161ae2d476691: No bootstrap required, opened a new log
I20260608 12:41:48.611471  8250 ts_tablet_manager.cc:1434] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216: Time spent starting tablet: real 0.012s	user 0.002s	sys 0.006s
I20260608 12:41:48.611649  8252 ts_tablet_manager.cc:1403] T 244a8212e3be4c10b68c58e3be9a62ff P ad3fda85a2794dd1a26161ae2d476691: Time spent bootstrapping tablet: real 0.041s	user 0.022s	sys 0.014s
I20260608 12:41:48.611645  8251 consensus_queue.cc:260] T 08a716fc72f44d019b86d7d5f2ef6560 P 5029126aec3c488686e9ef1ca67f87ad [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.612582  8250 tablet_bootstrap.cc:492] T 6fb4f2a5f85a46d18f23689e10eba8c6 P bdab2ffab94b414ba6bf1a46b1133216: Bootstrap starting.
I20260608 12:41:48.614820  8251 ts_tablet_manager.cc:1434] T 08a716fc72f44d019b86d7d5f2ef6560 P 5029126aec3c488686e9ef1ca67f87ad: Time spent starting tablet: real 0.012s	user 0.004s	sys 0.003s
I20260608 12:41:48.615968  8251 tablet_bootstrap.cc:492] T 244a8212e3be4c10b68c58e3be9a62ff P 5029126aec3c488686e9ef1ca67f87ad: Bootstrap starting.
I20260608 12:41:48.620005  8250 tablet_bootstrap.cc:654] T 6fb4f2a5f85a46d18f23689e10eba8c6 P bdab2ffab94b414ba6bf1a46b1133216: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.623235  8252 raft_consensus.cc:359] T 244a8212e3be4c10b68c58e3be9a62ff P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.624411  8252 raft_consensus.cc:385] T 244a8212e3be4c10b68c58e3be9a62ff P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.624663  8251 tablet_bootstrap.cc:654] T 244a8212e3be4c10b68c58e3be9a62ff P 5029126aec3c488686e9ef1ca67f87ad: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.624919  8252 raft_consensus.cc:740] T 244a8212e3be4c10b68c58e3be9a62ff P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad3fda85a2794dd1a26161ae2d476691, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.628379  8252 consensus_queue.cc:260] T 244a8212e3be4c10b68c58e3be9a62ff P ad3fda85a2794dd1a26161ae2d476691 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.634824  8252 ts_tablet_manager.cc:1434] T 244a8212e3be4c10b68c58e3be9a62ff P ad3fda85a2794dd1a26161ae2d476691: Time spent starting tablet: real 0.023s	user 0.007s	sys 0.001s
I20260608 12:41:48.636525  8252 tablet_bootstrap.cc:492] T 08a716fc72f44d019b86d7d5f2ef6560 P ad3fda85a2794dd1a26161ae2d476691: Bootstrap starting.
I20260608 12:41:48.647073  8252 tablet_bootstrap.cc:654] T 08a716fc72f44d019b86d7d5f2ef6560 P ad3fda85a2794dd1a26161ae2d476691: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.656291  8258 raft_consensus.cc:493] T 244a8212e3be4c10b68c58e3be9a62ff P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:48.657024  8258 raft_consensus.cc:515] T 244a8212e3be4c10b68c58e3be9a62ff P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.661780  8056 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "244a8212e3be4c10b68c58e3be9a62ff" candidate_uuid: "ad3fda85a2794dd1a26161ae2d476691" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5029126aec3c488686e9ef1ca67f87ad" is_pre_election: true
I20260608 12:41:48.663206  8205 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "244a8212e3be4c10b68c58e3be9a62ff" candidate_uuid: "ad3fda85a2794dd1a26161ae2d476691" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdab2ffab94b414ba6bf1a46b1133216" is_pre_election: true
W20260608 12:41:48.663492  8097 leader_election.cc:343] T 244a8212e3be4c10b68c58e3be9a62ff P ad3fda85a2794dd1a26161ae2d476691 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117): Illegal state: must be running to vote when last-logged opid is not known
W20260608 12:41:48.664670  8097 leader_election.cc:343] T 244a8212e3be4c10b68c58e3be9a62ff P ad3fda85a2794dd1a26161ae2d476691 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195:39901): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:48.665272  8097 leader_election.cc:304] T 244a8212e3be4c10b68c58e3be9a62ff P ad3fda85a2794dd1a26161ae2d476691 [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: ad3fda85a2794dd1a26161ae2d476691; no voters: 5029126aec3c488686e9ef1ca67f87ad, bdab2ffab94b414ba6bf1a46b1133216
I20260608 12:41:48.664705  8258 leader_election.cc:290] T 244a8212e3be4c10b68c58e3be9a62ff P ad3fda85a2794dd1a26161ae2d476691 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117), bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195:39901)
I20260608 12:41:48.666462  8258 raft_consensus.cc:2749] T 244a8212e3be4c10b68c58e3be9a62ff P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:48.678604  8250 tablet_bootstrap.cc:492] T 6fb4f2a5f85a46d18f23689e10eba8c6 P bdab2ffab94b414ba6bf1a46b1133216: No bootstrap required, opened a new log
I20260608 12:41:48.679216  8250 ts_tablet_manager.cc:1403] T 6fb4f2a5f85a46d18f23689e10eba8c6 P bdab2ffab94b414ba6bf1a46b1133216: Time spent bootstrapping tablet: real 0.067s	user 0.024s	sys 0.040s
I20260608 12:41:48.679381  8251 tablet_bootstrap.cc:492] T 244a8212e3be4c10b68c58e3be9a62ff P 5029126aec3c488686e9ef1ca67f87ad: No bootstrap required, opened a new log
I20260608 12:41:48.679950  8252 tablet_bootstrap.cc:492] T 08a716fc72f44d019b86d7d5f2ef6560 P ad3fda85a2794dd1a26161ae2d476691: No bootstrap required, opened a new log
I20260608 12:41:48.679998  8251 ts_tablet_manager.cc:1403] T 244a8212e3be4c10b68c58e3be9a62ff P 5029126aec3c488686e9ef1ca67f87ad: Time spent bootstrapping tablet: real 0.064s	user 0.028s	sys 0.021s
I20260608 12:41:48.680729  8252 ts_tablet_manager.cc:1403] T 08a716fc72f44d019b86d7d5f2ef6560 P ad3fda85a2794dd1a26161ae2d476691: Time spent bootstrapping tablet: real 0.045s	user 0.018s	sys 0.022s
I20260608 12:41:48.682720  8250 raft_consensus.cc:359] T 6fb4f2a5f85a46d18f23689e10eba8c6 P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.683122  8252 raft_consensus.cc:359] T 08a716fc72f44d019b86d7d5f2ef6560 P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.683562  8250 raft_consensus.cc:385] T 6fb4f2a5f85a46d18f23689e10eba8c6 P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.683825  8252 raft_consensus.cc:385] T 08a716fc72f44d019b86d7d5f2ef6560 P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.683949  8250 raft_consensus.cc:740] T 6fb4f2a5f85a46d18f23689e10eba8c6 P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdab2ffab94b414ba6bf1a46b1133216, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.683691  8251 raft_consensus.cc:359] T 244a8212e3be4c10b68c58e3be9a62ff P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.684324  8252 raft_consensus.cc:740] T 08a716fc72f44d019b86d7d5f2ef6560 P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad3fda85a2794dd1a26161ae2d476691, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.684597  8251 raft_consensus.cc:385] T 244a8212e3be4c10b68c58e3be9a62ff P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.684988  8251 raft_consensus.cc:740] T 244a8212e3be4c10b68c58e3be9a62ff P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5029126aec3c488686e9ef1ca67f87ad, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.685024  8250 consensus_queue.cc:260] T 6fb4f2a5f85a46d18f23689e10eba8c6 P bdab2ffab94b414ba6bf1a46b1133216 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.685231  8252 consensus_queue.cc:260] T 08a716fc72f44d019b86d7d5f2ef6560 P ad3fda85a2794dd1a26161ae2d476691 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.687768  8250 ts_tablet_manager.cc:1434] T 6fb4f2a5f85a46d18f23689e10eba8c6 P bdab2ffab94b414ba6bf1a46b1133216: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.003s
I20260608 12:41:48.688272  8252 ts_tablet_manager.cc:1434] T 08a716fc72f44d019b86d7d5f2ef6560 P ad3fda85a2794dd1a26161ae2d476691: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:41:48.688922  8250 tablet_bootstrap.cc:492] T 4d07f65db86047b7b4d8271f9e92ea5d P bdab2ffab94b414ba6bf1a46b1133216: Bootstrap starting.
I20260608 12:41:48.685997  8251 consensus_queue.cc:260] T 244a8212e3be4c10b68c58e3be9a62ff P 5029126aec3c488686e9ef1ca67f87ad [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.689782  8252 tablet_bootstrap.cc:492] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691: Bootstrap starting.
I20260608 12:41:48.691480  8251 ts_tablet_manager.cc:1434] T 244a8212e3be4c10b68c58e3be9a62ff P 5029126aec3c488686e9ef1ca67f87ad: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.002s
I20260608 12:41:48.694298  8251 tablet_bootstrap.cc:492] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad: Bootstrap starting.
I20260608 12:41:48.696866  8250 tablet_bootstrap.cc:654] T 4d07f65db86047b7b4d8271f9e92ea5d P bdab2ffab94b414ba6bf1a46b1133216: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.697310  8252 tablet_bootstrap.cc:654] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.702150  8251 tablet_bootstrap.cc:654] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.709278  8250 tablet_bootstrap.cc:492] T 4d07f65db86047b7b4d8271f9e92ea5d P bdab2ffab94b414ba6bf1a46b1133216: No bootstrap required, opened a new log
I20260608 12:41:48.709352  8251 tablet_bootstrap.cc:492] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad: No bootstrap required, opened a new log
I20260608 12:41:48.709988  8251 ts_tablet_manager.cc:1403] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad: Time spent bootstrapping tablet: real 0.016s	user 0.005s	sys 0.010s
I20260608 12:41:48.710074  8252 tablet_bootstrap.cc:492] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691: No bootstrap required, opened a new log
I20260608 12:41:48.710598  8250 ts_tablet_manager.cc:1403] T 4d07f65db86047b7b4d8271f9e92ea5d P bdab2ffab94b414ba6bf1a46b1133216: Time spent bootstrapping tablet: real 0.022s	user 0.015s	sys 0.006s
I20260608 12:41:48.710731  8252 ts_tablet_manager.cc:1403] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691: Time spent bootstrapping tablet: real 0.021s	user 0.014s	sys 0.004s
I20260608 12:41:48.713320  8251 raft_consensus.cc:359] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.714111  8251 raft_consensus.cc:385] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.714411  8251 raft_consensus.cc:740] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5029126aec3c488686e9ef1ca67f87ad, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.715291  8251 consensus_queue.cc:260] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.715580  8250 raft_consensus.cc:359] T 4d07f65db86047b7b4d8271f9e92ea5d P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.716432  8250 raft_consensus.cc:385] T 4d07f65db86047b7b4d8271f9e92ea5d P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.716873  8250 raft_consensus.cc:740] T 4d07f65db86047b7b4d8271f9e92ea5d P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdab2ffab94b414ba6bf1a46b1133216, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.718303  8251 ts_tablet_manager.cc:1434] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:41:48.715323  8252 raft_consensus.cc:359] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.719317  8252 raft_consensus.cc:385] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.719540  8251 tablet_bootstrap.cc:492] T 6fb4f2a5f85a46d18f23689e10eba8c6 P 5029126aec3c488686e9ef1ca67f87ad: Bootstrap starting.
I20260608 12:41:48.719688  8252 raft_consensus.cc:740] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad3fda85a2794dd1a26161ae2d476691, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.720670  8252 consensus_queue.cc:260] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.723127  8252 ts_tablet_manager.cc:1434] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691: Time spent starting tablet: real 0.012s	user 0.005s	sys 0.000s
I20260608 12:41:48.724287  8252 tablet_bootstrap.cc:492] T 4d07f65db86047b7b4d8271f9e92ea5d P ad3fda85a2794dd1a26161ae2d476691: Bootstrap starting.
I20260608 12:41:48.726097  8251 tablet_bootstrap.cc:654] T 6fb4f2a5f85a46d18f23689e10eba8c6 P 5029126aec3c488686e9ef1ca67f87ad: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.717839  8250 consensus_queue.cc:260] T 4d07f65db86047b7b4d8271f9e92ea5d P bdab2ffab94b414ba6bf1a46b1133216 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.729506  8250 ts_tablet_manager.cc:1434] T 4d07f65db86047b7b4d8271f9e92ea5d P bdab2ffab94b414ba6bf1a46b1133216: Time spent starting tablet: real 0.018s	user 0.005s	sys 0.001s
I20260608 12:41:48.730635  8252 tablet_bootstrap.cc:654] T 4d07f65db86047b7b4d8271f9e92ea5d P ad3fda85a2794dd1a26161ae2d476691: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.732975  8250 tablet_bootstrap.cc:492] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216: Bootstrap starting.
I20260608 12:41:48.741025  8257 raft_consensus.cc:493] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:48.741808  8257 raft_consensus.cc:515] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.742941  8250 tablet_bootstrap.cc:654] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.745208  8129 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d07f65db86047b7b4d8271f9e92ea5d" candidate_uuid: "5029126aec3c488686e9ef1ca67f87ad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad3fda85a2794dd1a26161ae2d476691" is_pre_election: true
W20260608 12:41:48.746922  8021 leader_election.cc:343] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer ad3fda85a2794dd1a26161ae2d476691 (127.0.107.194:41111): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:48.750048  8205 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d07f65db86047b7b4d8271f9e92ea5d" candidate_uuid: "5029126aec3c488686e9ef1ca67f87ad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdab2ffab94b414ba6bf1a46b1133216" is_pre_election: true
I20260608 12:41:48.750937  8205 raft_consensus.cc:2468] T 4d07f65db86047b7b4d8271f9e92ea5d P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5029126aec3c488686e9ef1ca67f87ad in term 0.
I20260608 12:41:48.752032  8257 leader_election.cc:290] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ad3fda85a2794dd1a26161ae2d476691 (127.0.107.194:41111), bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195:39901)
I20260608 12:41:48.752592  8022 leader_election.cc:304] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad [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: 5029126aec3c488686e9ef1ca67f87ad, bdab2ffab94b414ba6bf1a46b1133216; no voters: ad3fda85a2794dd1a26161ae2d476691
I20260608 12:41:48.755698  8257 raft_consensus.cc:2804] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:48.756266  8257 raft_consensus.cc:493] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:48.756742  8257 raft_consensus.cc:3060] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.759294  8250 tablet_bootstrap.cc:492] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216: No bootstrap required, opened a new log
I20260608 12:41:48.759524  8252 tablet_bootstrap.cc:492] T 4d07f65db86047b7b4d8271f9e92ea5d P ad3fda85a2794dd1a26161ae2d476691: No bootstrap required, opened a new log
I20260608 12:41:48.759462  8251 tablet_bootstrap.cc:492] T 6fb4f2a5f85a46d18f23689e10eba8c6 P 5029126aec3c488686e9ef1ca67f87ad: No bootstrap required, opened a new log
I20260608 12:41:48.759888  8250 ts_tablet_manager.cc:1403] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216: Time spent bootstrapping tablet: real 0.027s	user 0.007s	sys 0.006s
I20260608 12:41:48.760269  8252 ts_tablet_manager.cc:1403] T 4d07f65db86047b7b4d8271f9e92ea5d P ad3fda85a2794dd1a26161ae2d476691: Time spent bootstrapping tablet: real 0.036s	user 0.017s	sys 0.014s
I20260608 12:41:48.760337  8251 ts_tablet_manager.cc:1403] T 6fb4f2a5f85a46d18f23689e10eba8c6 P 5029126aec3c488686e9ef1ca67f87ad: Time spent bootstrapping tablet: real 0.041s	user 0.000s	sys 0.021s
I20260608 12:41:48.760980  8275 raft_consensus.cc:493] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:48.761505  8275 raft_consensus.cc:515] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.762961  8250 raft_consensus.cc:359] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.763706  8250 raft_consensus.cc:385] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.763386  8252 raft_consensus.cc:359] T 4d07f65db86047b7b4d8271f9e92ea5d P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.764003  8250 raft_consensus.cc:740] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdab2ffab94b414ba6bf1a46b1133216, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.764418  8252 raft_consensus.cc:385] T 4d07f65db86047b7b4d8271f9e92ea5d P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.764792  8252 raft_consensus.cc:740] T 4d07f65db86047b7b4d8271f9e92ea5d P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad3fda85a2794dd1a26161ae2d476691, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.764850  8056 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "08a716fc72f44d019b86d7d5f2ef6560" candidate_uuid: "bdab2ffab94b414ba6bf1a46b1133216" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5029126aec3c488686e9ef1ca67f87ad" is_pre_election: true
I20260608 12:41:48.765147  8129 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "08a716fc72f44d019b86d7d5f2ef6560" candidate_uuid: "bdab2ffab94b414ba6bf1a46b1133216" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad3fda85a2794dd1a26161ae2d476691" is_pre_election: true
I20260608 12:41:48.764971  8250 consensus_queue.cc:260] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.765679  8056 raft_consensus.cc:2468] T 08a716fc72f44d019b86d7d5f2ef6560 P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bdab2ffab94b414ba6bf1a46b1133216 in term 0.
I20260608 12:41:48.765982  8129 raft_consensus.cc:2468] T 08a716fc72f44d019b86d7d5f2ef6560 P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bdab2ffab94b414ba6bf1a46b1133216 in term 0.
I20260608 12:41:48.765797  8252 consensus_queue.cc:260] T 4d07f65db86047b7b4d8271f9e92ea5d P ad3fda85a2794dd1a26161ae2d476691 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.767848  8170 leader_election.cc:304] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ad3fda85a2794dd1a26161ae2d476691, bdab2ffab94b414ba6bf1a46b1133216; no voters: 
I20260608 12:41:48.768685  8252 ts_tablet_manager.cc:1434] T 4d07f65db86047b7b4d8271f9e92ea5d P ad3fda85a2794dd1a26161ae2d476691: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:41:48.768784  8256 raft_consensus.cc:2804] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:48.769297  8256 raft_consensus.cc:493] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:48.769678  8256 raft_consensus.cc:3060] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.770850  8250 ts_tablet_manager.cc:1434] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.001s
I20260608 12:41:48.772935  8275 leader_election.cc:290] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117), ad3fda85a2794dd1a26161ae2d476691 (127.0.107.194:41111)
I20260608 12:41:48.772681  8251 raft_consensus.cc:359] T 6fb4f2a5f85a46d18f23689e10eba8c6 P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.773561  8251 raft_consensus.cc:385] T 6fb4f2a5f85a46d18f23689e10eba8c6 P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.773850  8251 raft_consensus.cc:740] T 6fb4f2a5f85a46d18f23689e10eba8c6 P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5029126aec3c488686e9ef1ca67f87ad, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.774585  8251 consensus_queue.cc:260] T 6fb4f2a5f85a46d18f23689e10eba8c6 P 5029126aec3c488686e9ef1ca67f87ad [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.776690  8251 ts_tablet_manager.cc:1434] T 6fb4f2a5f85a46d18f23689e10eba8c6 P 5029126aec3c488686e9ef1ca67f87ad: Time spent starting tablet: real 0.016s	user 0.006s	sys 0.000s
I20260608 12:41:48.778481  8256 raft_consensus.cc:515] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.779069  8257 raft_consensus.cc:515] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.781996  8056 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "08a716fc72f44d019b86d7d5f2ef6560" candidate_uuid: "bdab2ffab94b414ba6bf1a46b1133216" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5029126aec3c488686e9ef1ca67f87ad"
I20260608 12:41:48.782181  8257 leader_election.cc:290] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad [CANDIDATE]: Term 1 election: Requested vote from peers ad3fda85a2794dd1a26161ae2d476691 (127.0.107.194:41111), bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195:39901)
I20260608 12:41:48.782609  8056 raft_consensus.cc:3060] T 08a716fc72f44d019b86d7d5f2ef6560 P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.783151  8294 raft_consensus.cc:493] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:48.783716  8294 raft_consensus.cc:515] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.785563  8256 leader_election.cc:290] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216 [CANDIDATE]: Term 1 election: Requested vote from peers 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117), ad3fda85a2794dd1a26161ae2d476691 (127.0.107.194:41111)
I20260608 12:41:48.786208  8205 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d07f65db86047b7b4d8271f9e92ea5d" candidate_uuid: "5029126aec3c488686e9ef1ca67f87ad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdab2ffab94b414ba6bf1a46b1133216"
I20260608 12:41:48.786846  8205 raft_consensus.cc:3060] T 4d07f65db86047b7b4d8271f9e92ea5d P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.787119  8294 leader_election.cc:290] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117), bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195:39901)
I20260608 12:41:48.788305  8204 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6fb4f2a5f85a46d18f23689e10eba8c6" candidate_uuid: "ad3fda85a2794dd1a26161ae2d476691" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdab2ffab94b414ba6bf1a46b1133216" is_pre_election: true
I20260608 12:41:48.789007  8204 raft_consensus.cc:2468] T 6fb4f2a5f85a46d18f23689e10eba8c6 P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ad3fda85a2794dd1a26161ae2d476691 in term 0.
I20260608 12:41:48.790442  8097 leader_election.cc:304] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ad3fda85a2794dd1a26161ae2d476691, bdab2ffab94b414ba6bf1a46b1133216; no voters: 
I20260608 12:41:48.791430  8294 raft_consensus.cc:2804] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:48.791795  8130 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "08a716fc72f44d019b86d7d5f2ef6560" candidate_uuid: "bdab2ffab94b414ba6bf1a46b1133216" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad3fda85a2794dd1a26161ae2d476691"
I20260608 12:41:48.792431  8130 raft_consensus.cc:3060] T 08a716fc72f44d019b86d7d5f2ef6560 P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.793471  8129 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d07f65db86047b7b4d8271f9e92ea5d" candidate_uuid: "5029126aec3c488686e9ef1ca67f87ad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad3fda85a2794dd1a26161ae2d476691"
I20260608 12:41:48.794106  8129 raft_consensus.cc:3060] T 4d07f65db86047b7b4d8271f9e92ea5d P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.795188  8275 consensus_queue.cc:1048] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:48.799744  8130 raft_consensus.cc:2468] T 08a716fc72f44d019b86d7d5f2ef6560 P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bdab2ffab94b414ba6bf1a46b1133216 in term 1.
I20260608 12:41:48.800918  8055 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6fb4f2a5f85a46d18f23689e10eba8c6" candidate_uuid: "ad3fda85a2794dd1a26161ae2d476691" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5029126aec3c488686e9ef1ca67f87ad" is_pre_election: true
I20260608 12:41:48.801623  8170 leader_election.cc:304] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ad3fda85a2794dd1a26161ae2d476691, bdab2ffab94b414ba6bf1a46b1133216; no voters: 
I20260608 12:41:48.791812  8294 raft_consensus.cc:493] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:48.801725  8055 raft_consensus.cc:2468] T 6fb4f2a5f85a46d18f23689e10eba8c6 P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ad3fda85a2794dd1a26161ae2d476691 in term 0.
I20260608 12:41:48.802807  8294 raft_consensus.cc:3060] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.806027  8270 consensus_queue.cc:1048] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:48.808280  8275 raft_consensus.cc:2804] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:48.808856  8275 raft_consensus.cc:697] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216 [term 1 LEADER]: Becoming Leader. State: Replica: bdab2ffab94b414ba6bf1a46b1133216, State: Running, Role: LEADER
I20260608 12:41:48.809612  8275 consensus_queue.cc:237] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.811576  8056 raft_consensus.cc:2468] T 08a716fc72f44d019b86d7d5f2ef6560 P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bdab2ffab94b414ba6bf1a46b1133216 in term 1.
I20260608 12:41:48.814646  8205 raft_consensus.cc:2468] T 4d07f65db86047b7b4d8271f9e92ea5d P bdab2ffab94b414ba6bf1a46b1133216 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5029126aec3c488686e9ef1ca67f87ad in term 1.
I20260608 12:41:48.814646  8129 raft_consensus.cc:2468] T 4d07f65db86047b7b4d8271f9e92ea5d P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5029126aec3c488686e9ef1ca67f87ad in term 1.
I20260608 12:41:48.818436  8294 raft_consensus.cc:515] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.820300  8021 leader_election.cc:304] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5029126aec3c488686e9ef1ca67f87ad, ad3fda85a2794dd1a26161ae2d476691; no voters: 
I20260608 12:41:48.823060  8294 leader_election.cc:290] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691 [CANDIDATE]: Term 1 election: Requested vote from peers 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117), bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195:39901)
I20260608 12:41:48.824621  8056 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6fb4f2a5f85a46d18f23689e10eba8c6" candidate_uuid: "ad3fda85a2794dd1a26161ae2d476691" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5029126aec3c488686e9ef1ca67f87ad"
I20260608 12:41:48.825485  8056 raft_consensus.cc:3060] T 6fb4f2a5f85a46d18f23689e10eba8c6 P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.833323  8273 raft_consensus.cc:2804] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:48.833945  8273 raft_consensus.cc:697] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad [term 1 LEADER]: Becoming Leader. State: Replica: 5029126aec3c488686e9ef1ca67f87ad, State: Running, Role: LEADER
I20260608 12:41:48.834942  8273 consensus_queue.cc:237] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.842088  8056 raft_consensus.cc:2468] T 6fb4f2a5f85a46d18f23689e10eba8c6 P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ad3fda85a2794dd1a26161ae2d476691 in term 1.
I20260608 12:41:48.843739  8097 leader_election.cc:304] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5029126aec3c488686e9ef1ca67f87ad, ad3fda85a2794dd1a26161ae2d476691; no voters: 
I20260608 12:41:48.844786  8294 raft_consensus.cc:2804] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:48.845371  8294 raft_consensus.cc:697] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691 [term 1 LEADER]: Becoming Leader. State: Replica: ad3fda85a2794dd1a26161ae2d476691, State: Running, Role: LEADER
I20260608 12:41:48.846429  8294 consensus_queue.cc:237] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.857638  8204 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6fb4f2a5f85a46d18f23689e10eba8c6" candidate_uuid: "ad3fda85a2794dd1a26161ae2d476691" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdab2ffab94b414ba6bf1a46b1133216"
I20260608 12:41:48.858321  8204 raft_consensus.cc:3060] T 6fb4f2a5f85a46d18f23689e10eba8c6 P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.877883  7952 catalog_manager.cc:5696] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad reported cstate change: term changed from 0 to 1, leader changed from <none> to 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193). New cstate: current_term: 1 leader_uuid: "5029126aec3c488686e9ef1ca67f87ad" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:48.882936  8257 consensus_queue.cc:1048] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:48.893280  8257 consensus_queue.cc:1048] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:48.907476  8204 raft_consensus.cc:2468] T 6fb4f2a5f85a46d18f23689e10eba8c6 P bdab2ffab94b414ba6bf1a46b1133216 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ad3fda85a2794dd1a26161ae2d476691 in term 1.
I20260608 12:41:48.906770  7954 catalog_manager.cc:5696] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691 reported cstate change: term changed from 0 to 1, leader changed from <none> to ad3fda85a2794dd1a26161ae2d476691 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "ad3fda85a2794dd1a26161ae2d476691" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:48.914294  8305 raft_consensus.cc:493] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:48.915172  8305 raft_consensus.cc:515] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
W20260608 12:41:48.916267  8170 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:41111, user_credentials={real_user=slave}} blocked reactor thread for 100121us
I20260608 12:41:48.919263  8305 leader_election.cc:290] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117), ad3fda85a2794dd1a26161ae2d476691 (127.0.107.194:41111)
I20260608 12:41:48.931010  8303 consensus_queue.cc:1048] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:48.932753  8056 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "244a8212e3be4c10b68c58e3be9a62ff" candidate_uuid: "bdab2ffab94b414ba6bf1a46b1133216" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5029126aec3c488686e9ef1ca67f87ad" is_pre_election: true
I20260608 12:41:48.933444  8303 consensus_queue.cc:1048] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:48.933602  8056 raft_consensus.cc:2468] T 244a8212e3be4c10b68c58e3be9a62ff P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bdab2ffab94b414ba6bf1a46b1133216 in term 0.
I20260608 12:41:48.931120  8128 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "244a8212e3be4c10b68c58e3be9a62ff" candidate_uuid: "bdab2ffab94b414ba6bf1a46b1133216" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad3fda85a2794dd1a26161ae2d476691" is_pre_election: true
I20260608 12:41:48.939049  8270 consensus_queue.cc:1048] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:48.939986  8128 raft_consensus.cc:2468] T 244a8212e3be4c10b68c58e3be9a62ff P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bdab2ffab94b414ba6bf1a46b1133216 in term 0.
I20260608 12:41:48.942533  8171 leader_election.cc:304] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5029126aec3c488686e9ef1ca67f87ad, bdab2ffab94b414ba6bf1a46b1133216; no voters: 
I20260608 12:41:48.945201  8314 raft_consensus.cc:2804] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:48.945627  8314 raft_consensus.cc:493] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:48.945984  8314 raft_consensus.cc:3060] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.948377  8275 consensus_queue.cc:1048] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:48.947768  7952 catalog_manager.cc:5696] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216 reported cstate change: term changed from 0 to 1, leader changed from <none> to bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "bdab2ffab94b414ba6bf1a46b1133216" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:48.966884  8314 raft_consensus.cc:515] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.969377  8314 leader_election.cc:290] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216 [CANDIDATE]: Term 1 election: Requested vote from peers 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117), ad3fda85a2794dd1a26161ae2d476691 (127.0.107.194:41111)
I20260608 12:41:48.972797  8054 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "244a8212e3be4c10b68c58e3be9a62ff" candidate_uuid: "bdab2ffab94b414ba6bf1a46b1133216" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5029126aec3c488686e9ef1ca67f87ad"
I20260608 12:41:48.973976  8054 raft_consensus.cc:3060] T 244a8212e3be4c10b68c58e3be9a62ff P 5029126aec3c488686e9ef1ca67f87ad [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.991375  8054 raft_consensus.cc:2468] T 244a8212e3be4c10b68c58e3be9a62ff P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bdab2ffab94b414ba6bf1a46b1133216 in term 1.
I20260608 12:41:48.993084  8171 leader_election.cc:304] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5029126aec3c488686e9ef1ca67f87ad, bdab2ffab94b414ba6bf1a46b1133216; no voters: 
I20260608 12:41:48.994374  8305 raft_consensus.cc:2804] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:48.994899  8305 raft_consensus.cc:697] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216 [term 1 LEADER]: Becoming Leader. State: Replica: bdab2ffab94b414ba6bf1a46b1133216, State: Running, Role: LEADER
I20260608 12:41:48.995803  8305 consensus_queue.cc:237] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:48.996450  8129 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "244a8212e3be4c10b68c58e3be9a62ff" candidate_uuid: "bdab2ffab94b414ba6bf1a46b1133216" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad3fda85a2794dd1a26161ae2d476691"
I20260608 12:41:48.997092  8129 raft_consensus.cc:3060] T 244a8212e3be4c10b68c58e3be9a62ff P ad3fda85a2794dd1a26161ae2d476691 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:49.005079  8129 raft_consensus.cc:2468] T 244a8212e3be4c10b68c58e3be9a62ff P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bdab2ffab94b414ba6bf1a46b1133216 in term 1.
I20260608 12:41:49.028682  7954 catalog_manager.cc:5696] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216 reported cstate change: term changed from 0 to 1, leader changed from <none> to bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "bdab2ffab94b414ba6bf1a46b1133216" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:49.046028   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:49.066030   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:49.066919   431 tablet_replica.cc:333] T 6fb4f2a5f85a46d18f23689e10eba8c6 P 5029126aec3c488686e9ef1ca67f87ad: stopping tablet replica
I20260608 12:41:49.067633   431 raft_consensus.cc:2243] T 6fb4f2a5f85a46d18f23689e10eba8c6 P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:49.068095   431 raft_consensus.cc:2272] T 6fb4f2a5f85a46d18f23689e10eba8c6 P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:49.070231   431 tablet_replica.cc:333] T 244a8212e3be4c10b68c58e3be9a62ff P 5029126aec3c488686e9ef1ca67f87ad: stopping tablet replica
I20260608 12:41:49.070901   431 raft_consensus.cc:2243] T 244a8212e3be4c10b68c58e3be9a62ff P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:49.071247   431 raft_consensus.cc:2272] T 244a8212e3be4c10b68c58e3be9a62ff P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:49.073372   431 tablet_replica.cc:333] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad: stopping tablet replica
I20260608 12:41:49.073881   431 raft_consensus.cc:2243] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:49.074438   431 pending_rounds.cc:70] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad: Trying to abort 1 pending ops.
I20260608 12:41:49.074666   431 pending_rounds.cc:77] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658596202409984 op_type: NO_OP noop_request { }
I20260608 12:41:49.074924   431 raft_consensus.cc:2889] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:49.075153   431 raft_consensus.cc:2272] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:49.077590   431 tablet_replica.cc:333] T 08a716fc72f44d019b86d7d5f2ef6560 P 5029126aec3c488686e9ef1ca67f87ad: stopping tablet replica
I20260608 12:41:49.078092   431 raft_consensus.cc:2243] T 08a716fc72f44d019b86d7d5f2ef6560 P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:49.078428   431 raft_consensus.cc:2272] T 08a716fc72f44d019b86d7d5f2ef6560 P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:49.080437   431 tablet_replica.cc:333] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad: stopping tablet replica
I20260608 12:41:49.080936   431 raft_consensus.cc:2243] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:49.081648   431 raft_consensus.cc:2272] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:49.083709   431 tablet_replica.cc:333] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad: stopping tablet replica
I20260608 12:41:49.084182   431 raft_consensus.cc:2243] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:49.084895   431 raft_consensus.cc:2272] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:49.086908   431 tablet_replica.cc:333] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad: stopping tablet replica
I20260608 12:41:49.087469   431 raft_consensus.cc:2243] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:49.087849   431 raft_consensus.cc:2272] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:49.090274   431 tablet_replica.cc:333] T 3e471922a61e45d080c1571fc9cd01cc P 5029126aec3c488686e9ef1ca67f87ad: stopping tablet replica
I20260608 12:41:49.090723   431 raft_consensus.cc:2243] T 3e471922a61e45d080c1571fc9cd01cc P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:49.091075   431 raft_consensus.cc:2272] T 3e471922a61e45d080c1571fc9cd01cc P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:49.110921   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:49.254345  8303 consensus_queue.cc:1048] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:41:49.266124  8171 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36117: connect: Connection refused (error 111) [suppressed 4 similar messages]
W20260608 12:41:49.271525  8171 consensus_peers.cc:597] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216 -> Peer 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117): Couldn't send request to peer 5029126aec3c488686e9ef1ca67f87ad. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36117: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:49.390893  8097 consensus_peers.cc:597] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691 -> Peer 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117): Couldn't send request to peer 5029126aec3c488686e9ef1ca67f87ad. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36117: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:49.475225  8294 consensus_queue.cc:1048] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:49.525377  8303 consensus_queue.cc:1048] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:41:49.539955  8171 consensus_peers.cc:597] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216 -> Peer 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117): Couldn't send request to peer 5029126aec3c488686e9ef1ca67f87ad. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36117: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:49.570345  8171 consensus_peers.cc:597] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 -> Peer 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117): Couldn't send request to peer 5029126aec3c488686e9ef1ca67f87ad. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36117: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:49.579677  8171 consensus_peers.cc:597] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 -> Peer 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117): Couldn't send request to peer 5029126aec3c488686e9ef1ca67f87ad. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36117: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:49.879709  8315 consensus_queue.cc:579] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Leader has been unable to successfully communicate with peer 5029126aec3c488686e9ef1ca67f87ad for more than 1 seconds (1.069s)
I20260608 12:41:49.955582  8329 consensus_queue.cc:579] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691 [LEADER]: Leader has been unable to successfully communicate with peer 5029126aec3c488686e9ef1ca67f87ad for more than 1 seconds (1.107s)
I20260608 12:41:50.023275  8315 consensus_queue.cc:579] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Leader has been unable to successfully communicate with peer 5029126aec3c488686e9ef1ca67f87ad for more than 1 seconds (1.023s)
I20260608 12:41:50.023732  8314 consensus_queue.cc:579] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Leader has been unable to successfully communicate with peer 5029126aec3c488686e9ef1ca67f87ad for more than 1 seconds (1.012s)
I20260608 12:41:50.115830  8314 consensus_queue.cc:579] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Leader has been unable to successfully communicate with peer 5029126aec3c488686e9ef1ca67f87ad for more than 1 seconds (1.119s)
I20260608 12:41:50.140831  7954 catalog_manager.cc:2532] Servicing SoftDeleteTable request from {username='slave'} at 127.0.0.1:49386:
table { table_name: "dugtrio" } modify_external_catalogs: true
I20260608 12:41:50.141355  7954 catalog_manager.cc:2780] Servicing DeleteTable request from {username='slave'} at 127.0.0.1:49386:
table { table_name: "dugtrio" } modify_external_catalogs: true
I20260608 12:41:50.159713  7954 catalog_manager.cc:5983] T 00000000000000000000000000000000 P 0acb9dfb164e4ea595284201d2a1f441: Sending DeleteTablet for 3 replicas of tablet 08a716fc72f44d019b86d7d5f2ef6560
I20260608 12:41:50.161442  7954 catalog_manager.cc:5983] T 00000000000000000000000000000000 P 0acb9dfb164e4ea595284201d2a1f441: Sending DeleteTablet for 3 replicas of tablet 4d07f65db86047b7b4d8271f9e92ea5d
I20260608 12:41:50.161846  8121 tablet_service.cc:1558] Processing DeleteTablet for tablet 08a716fc72f44d019b86d7d5f2ef6560 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:50 UTC) from {username='slave'} at 127.0.0.1:38630
I20260608 12:41:50.163782  8192 tablet_service.cc:1558] Processing DeleteTablet for tablet 08a716fc72f44d019b86d7d5f2ef6560 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:50 UTC) from {username='slave'} at 127.0.0.1:46862
I20260608 12:41:50.164079  8195 tablet_service.cc:1558] Processing DeleteTablet for tablet 4d07f65db86047b7b4d8271f9e92ea5d with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:50 UTC) from {username='slave'} at 127.0.0.1:46862
I20260608 12:41:50.166054  8119 tablet_service.cc:1558] Processing DeleteTablet for tablet 4d07f65db86047b7b4d8271f9e92ea5d with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:50 UTC) from {username='slave'} at 127.0.0.1:38630
I20260608 12:41:50.167833  7954 catalog_manager.cc:5983] T 00000000000000000000000000000000 P 0acb9dfb164e4ea595284201d2a1f441: Sending DeleteTablet for 3 replicas of tablet 6fb4f2a5f85a46d18f23689e10eba8c6
I20260608 12:41:50.168210  8341 tablet_replica.cc:333] T 08a716fc72f44d019b86d7d5f2ef6560 P ad3fda85a2794dd1a26161ae2d476691: stopping tablet replica
I20260608 12:41:50.169405  8341 raft_consensus.cc:2243] T 08a716fc72f44d019b86d7d5f2ef6560 P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:50.170670  7954 catalog_manager.cc:5983] T 00000000000000000000000000000000 P 0acb9dfb164e4ea595284201d2a1f441: Sending DeleteTablet for 3 replicas of tablet 244a8212e3be4c10b68c58e3be9a62ff
I20260608 12:41:50.171306  8341 raft_consensus.cc:2272] T 08a716fc72f44d019b86d7d5f2ef6560 P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:50.172767  8192 tablet_service.cc:1558] Processing DeleteTablet for tablet 6fb4f2a5f85a46d18f23689e10eba8c6 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:50 UTC) from {username='slave'} at 127.0.0.1:46862
W20260608 12:41:50.173673  7941 catalog_manager.cc:4754] TS 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117): DeleteTablet:TABLET_DATA_DELETED RPC failed for tablet 4d07f65db86047b7b4d8271f9e92ea5d: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36117: connect: Connection refused (error 111)
I20260608 12:41:50.173766  8121 tablet_service.cc:1558] Processing DeleteTablet for tablet 6fb4f2a5f85a46d18f23689e10eba8c6 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:50 UTC) from {username='slave'} at 127.0.0.1:38630
I20260608 12:41:50.175904  8119 tablet_service.cc:1558] Processing DeleteTablet for tablet 244a8212e3be4c10b68c58e3be9a62ff with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:50 UTC) from {username='slave'} at 127.0.0.1:38630
I20260608 12:41:50.175874   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:41:50.169991  8342 tablet_replica.cc:333] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216: stopping tablet replica
I20260608 12:41:50.177393  8192 tablet_service.cc:1558] Processing DeleteTablet for tablet 244a8212e3be4c10b68c58e3be9a62ff with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:50 UTC) from {username='slave'} at 127.0.0.1:46862
I20260608 12:41:50.177876  8342 raft_consensus.cc:2243] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:50.179116  8341 ts_tablet_manager.cc:1916] T 08a716fc72f44d019b86d7d5f2ef6560 P ad3fda85a2794dd1a26161ae2d476691: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:50.179803  8342 raft_consensus.cc:2272] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:50.183126  8342 ts_tablet_manager.cc:1916] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216: Deleting tablet data with delete state TABLET_DATA_DELETED
W20260608 12:41:50.185509  8345 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:50.186612  8344 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:50.194453  8347 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:50.195124   431 server_base.cc:1061] running on GCE node
I20260608 12:41:50.197186   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:50.197494   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.
I20260608 12:41:50.197724   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922510197707 us; error 0 us; skew 500 ppm
I20260608 12:41:50.198653   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:50.201000  8341 ts_tablet_manager.cc:1929] T 08a716fc72f44d019b86d7d5f2ef6560 P ad3fda85a2794dd1a26161ae2d476691: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:41:50.201505  8341 log.cc:1199] T 08a716fc72f44d019b86d7d5f2ef6560 P ad3fda85a2794dd1a26161ae2d476691: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-1-root/wals/08a716fc72f44d019b86d7d5f2ef6560
I20260608 12:41:50.202572  8341 ts_tablet_manager.cc:1950] T 08a716fc72f44d019b86d7d5f2ef6560 P ad3fda85a2794dd1a26161ae2d476691: Deleting consensus metadata
I20260608 12:41:50.202581  8342 ts_tablet_manager.cc:1929] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:41:50.203336  8342 log.cc:1199] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-2-root/wals/08a716fc72f44d019b86d7d5f2ef6560
I20260608 12:41:50.205615  8342 ts_tablet_manager.cc:1950] T 08a716fc72f44d019b86d7d5f2ef6560 P bdab2ffab94b414ba6bf1a46b1133216: Deleting consensus metadata
I20260608 12:41:50.207296  8341 tablet_replica.cc:333] T 4d07f65db86047b7b4d8271f9e92ea5d P ad3fda85a2794dd1a26161ae2d476691: stopping tablet replica
I20260608 12:41:50.207260  7940 catalog_manager.cc:5027] TS ad3fda85a2794dd1a26161ae2d476691 (127.0.107.194:41111): tablet 08a716fc72f44d019b86d7d5f2ef6560 (table dugtrio [id=8cfeb21e3b174260ab7a8cdc32323ba4]) successfully deleted
I20260608 12:41:50.208926  8342 tablet_replica.cc:333] T 4d07f65db86047b7b4d8271f9e92ea5d P bdab2ffab94b414ba6bf1a46b1133216: stopping tablet replica
I20260608 12:41:50.209017  7941 catalog_manager.cc:5027] TS bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195:39901): tablet 08a716fc72f44d019b86d7d5f2ef6560 (table dugtrio [id=8cfeb21e3b174260ab7a8cdc32323ba4]) successfully deleted
I20260608 12:41:50.208885  8341 raft_consensus.cc:2243] T 4d07f65db86047b7b4d8271f9e92ea5d P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:50.210071   431 webserver.cc:533] Webserver started at http://127.0.107.196:44683/ using document root <none> and password file <none>
I20260608 12:41:50.210209  8342 raft_consensus.cc:2243] T 4d07f65db86047b7b4d8271f9e92ea5d P bdab2ffab94b414ba6bf1a46b1133216 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:50.210315  8341 raft_consensus.cc:2272] T 4d07f65db86047b7b4d8271f9e92ea5d P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:50.210835   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:50.210893  8342 raft_consensus.cc:2272] T 4d07f65db86047b7b4d8271f9e92ea5d P bdab2ffab94b414ba6bf1a46b1133216 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:50.211220   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:50.211709   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:50.213176   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-3-root/instance:
uuid: "49818bf28c45478db3337d012cbf08db"
format_stamp: "Formatted at 2026-06-08 12:41:50 on dist-test-slave-g6ln"
I20260608 12:41:50.213232  8342 ts_tablet_manager.cc:1916] T 4d07f65db86047b7b4d8271f9e92ea5d P bdab2ffab94b414ba6bf1a46b1133216: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:50.213325  8341 ts_tablet_manager.cc:1916] T 4d07f65db86047b7b4d8271f9e92ea5d P ad3fda85a2794dd1a26161ae2d476691: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:50.220084   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.001s
I20260608 12:41:50.224556  8342 ts_tablet_manager.cc:1929] T 4d07f65db86047b7b4d8271f9e92ea5d P bdab2ffab94b414ba6bf1a46b1133216: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:41:50.225008  8342 log.cc:1199] T 4d07f65db86047b7b4d8271f9e92ea5d P bdab2ffab94b414ba6bf1a46b1133216: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-2-root/wals/4d07f65db86047b7b4d8271f9e92ea5d
I20260608 12:41:50.225677  8342 ts_tablet_manager.cc:1950] T 4d07f65db86047b7b4d8271f9e92ea5d P bdab2ffab94b414ba6bf1a46b1133216: Deleting consensus metadata
I20260608 12:41:50.228946  7941 catalog_manager.cc:5027] TS bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195:39901): tablet 4d07f65db86047b7b4d8271f9e92ea5d (table dugtrio [id=8cfeb21e3b174260ab7a8cdc32323ba4]) successfully deleted
I20260608 12:41:50.229876  8342 tablet_replica.cc:333] T 6fb4f2a5f85a46d18f23689e10eba8c6 P bdab2ffab94b414ba6bf1a46b1133216: stopping tablet replica
I20260608 12:41:50.230732  8342 raft_consensus.cc:2243] T 6fb4f2a5f85a46d18f23689e10eba8c6 P bdab2ffab94b414ba6bf1a46b1133216 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:50.231032  8341 ts_tablet_manager.cc:1929] T 4d07f65db86047b7b4d8271f9e92ea5d P ad3fda85a2794dd1a26161ae2d476691: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:41:50.231308  8342 raft_consensus.cc:2272] T 6fb4f2a5f85a46d18f23689e10eba8c6 P bdab2ffab94b414ba6bf1a46b1133216 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:50.231659  8341 log.cc:1199] T 4d07f65db86047b7b4d8271f9e92ea5d P ad3fda85a2794dd1a26161ae2d476691: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-1-root/wals/4d07f65db86047b7b4d8271f9e92ea5d
I20260608 12:41:50.232515  8341 ts_tablet_manager.cc:1950] T 4d07f65db86047b7b4d8271f9e92ea5d P ad3fda85a2794dd1a26161ae2d476691: Deleting consensus metadata
I20260608 12:41:50.233060  8352 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:50.234555  8342 ts_tablet_manager.cc:1916] T 6fb4f2a5f85a46d18f23689e10eba8c6 P bdab2ffab94b414ba6bf1a46b1133216: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:50.235144  8341 tablet_replica.cc:333] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691: stopping tablet replica
I20260608 12:41:50.235145  7940 catalog_manager.cc:5027] TS ad3fda85a2794dd1a26161ae2d476691 (127.0.107.194:41111): tablet 4d07f65db86047b7b4d8271f9e92ea5d (table dugtrio [id=8cfeb21e3b174260ab7a8cdc32323ba4]) successfully deleted
I20260608 12:41:50.236321   431 fs_manager.cc:730] Time spent opening block manager: real 0.013s	user 0.007s	sys 0.005s
I20260608 12:41:50.236368  8341 raft_consensus.cc:2243] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:50.236903   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-3-root
uuid: "49818bf28c45478db3337d012cbf08db"
format_stamp: "Formatted at 2026-06-08 12:41:50 on dist-test-slave-g6ln"
I20260608 12:41:50.237571  8341 raft_consensus.cc:2272] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:50.237330   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-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)
I20260608 12:41:50.240713  8341 ts_tablet_manager.cc:1916] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:50.254910  8342 ts_tablet_manager.cc:1929] T 6fb4f2a5f85a46d18f23689e10eba8c6 P bdab2ffab94b414ba6bf1a46b1133216: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:41:50.255756  8342 log.cc:1199] T 6fb4f2a5f85a46d18f23689e10eba8c6 P bdab2ffab94b414ba6bf1a46b1133216: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-2-root/wals/6fb4f2a5f85a46d18f23689e10eba8c6
I20260608 12:41:50.256686  8341 ts_tablet_manager.cc:1929] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:41:50.256816  8342 ts_tablet_manager.cc:1950] T 6fb4f2a5f85a46d18f23689e10eba8c6 P bdab2ffab94b414ba6bf1a46b1133216: Deleting consensus metadata
I20260608 12:41:50.257103  8341 log.cc:1199] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-1-root/wals/6fb4f2a5f85a46d18f23689e10eba8c6
I20260608 12:41:50.257815  8341 ts_tablet_manager.cc:1950] T 6fb4f2a5f85a46d18f23689e10eba8c6 P ad3fda85a2794dd1a26161ae2d476691: Deleting consensus metadata
I20260608 12:41:50.260550  8341 tablet_replica.cc:333] T 244a8212e3be4c10b68c58e3be9a62ff P ad3fda85a2794dd1a26161ae2d476691: stopping tablet replica
I20260608 12:41:50.260771  7940 catalog_manager.cc:5027] TS ad3fda85a2794dd1a26161ae2d476691 (127.0.107.194:41111): tablet 6fb4f2a5f85a46d18f23689e10eba8c6 (table dugtrio [id=8cfeb21e3b174260ab7a8cdc32323ba4]) successfully deleted
I20260608 12:41:50.260994  8342 tablet_replica.cc:333] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216: stopping tablet replica
I20260608 12:41:50.261181  7941 catalog_manager.cc:5027] TS bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195:39901): tablet 6fb4f2a5f85a46d18f23689e10eba8c6 (table dugtrio [id=8cfeb21e3b174260ab7a8cdc32323ba4]) successfully deleted
I20260608 12:41:50.261409  8341 raft_consensus.cc:2243] T 244a8212e3be4c10b68c58e3be9a62ff P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:50.262081  8341 raft_consensus.cc:2272] T 244a8212e3be4c10b68c58e3be9a62ff P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:50.262096  8342 raft_consensus.cc:2243] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:50.263652  8342 raft_consensus.cc:2272] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:50.265442  8341 ts_tablet_manager.cc:1916] T 244a8212e3be4c10b68c58e3be9a62ff P ad3fda85a2794dd1a26161ae2d476691: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:50.271528  8342 ts_tablet_manager.cc:1916] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:50.278940  8341 ts_tablet_manager.cc:1929] T 244a8212e3be4c10b68c58e3be9a62ff P ad3fda85a2794dd1a26161ae2d476691: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:41:50.279376  8341 log.cc:1199] T 244a8212e3be4c10b68c58e3be9a62ff P ad3fda85a2794dd1a26161ae2d476691: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-1-root/wals/244a8212e3be4c10b68c58e3be9a62ff
I20260608 12:41:50.280205  8341 ts_tablet_manager.cc:1950] T 244a8212e3be4c10b68c58e3be9a62ff P ad3fda85a2794dd1a26161ae2d476691: Deleting consensus metadata
I20260608 12:41:50.282882  7940 catalog_manager.cc:5027] TS ad3fda85a2794dd1a26161ae2d476691 (127.0.107.194:41111): tablet 244a8212e3be4c10b68c58e3be9a62ff (table dugtrio [id=8cfeb21e3b174260ab7a8cdc32323ba4]) successfully deleted
I20260608 12:41:50.289317  8342 ts_tablet_manager.cc:1929] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:41:50.289793  8342 log.cc:1199] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-2-root/wals/244a8212e3be4c10b68c58e3be9a62ff
I20260608 12:41:50.290518  8342 ts_tablet_manager.cc:1950] T 244a8212e3be4c10b68c58e3be9a62ff P bdab2ffab94b414ba6bf1a46b1133216: Deleting consensus metadata
I20260608 12:41:50.293671  7941 catalog_manager.cc:5027] TS bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195:39901): tablet 244a8212e3be4c10b68c58e3be9a62ff (table dugtrio [id=8cfeb21e3b174260ab7a8cdc32323ba4]) successfully deleted
I20260608 12:41:50.298215   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:50.299594   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:50.301383   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:50.305320   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:50.305572   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:50.305837   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:50.306022   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:50.349558   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:32915
I20260608 12:41:50.349671  8414 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:32915 every 8 connection(s)
I20260608 12:41:50.354411   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:50.364082  8419 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:50.362321  8418 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:50.368170  8421 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:50.368433   431 server_base.cc:1061] running on GCE node
I20260608 12:41:50.369940   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:50.370222   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.
I20260608 12:41:50.370472   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922510370451 us; error 0 us; skew 500 ppm
I20260608 12:41:50.371186  8415 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40913
I20260608 12:41:50.371269   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:50.371727  8415 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:50.372800  8415 heartbeater.cc:507] Master 127.0.107.254:40913 requested a full tablet report, sending...
I20260608 12:41:50.374541   431 webserver.cc:533] Webserver started at http://127.0.107.193:44827/ using document root <none> and password file <none>
I20260608 12:41:50.375137  7954 ts_manager.cc:194] Registered new tserver with Master: 49818bf28c45478db3337d012cbf08db (127.0.107.196:32915)
I20260608 12:41:50.375316   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:50.375666   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260608 12:41:50.376956  7954 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49408
I20260608 12:41:50.380456   431 fs_manager.cc:714] Time spent opening directory manager: real 0.004s	user 0.001s	sys 0.004s
I20260608 12:41:50.384482  8426 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:50.385488   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:41:50.385916   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-0-root
uuid: "5029126aec3c488686e9ef1ca67f87ad"
format_stamp: "Formatted at 2026-06-08 12:41:46 on dist-test-slave-g6ln"
I20260608 12:41:50.386309   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-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)
I20260608 12:41:50.388031  8331 raft_consensus.cc:493] T c8390eaa4d5449d5a96da811289acae0 P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 5029126aec3c488686e9ef1ca67f87ad)
I20260608 12:41:50.388619  8331 raft_consensus.cc:515] T c8390eaa4d5449d5a96da811289acae0 P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:50.393932  8205 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c8390eaa4d5449d5a96da811289acae0" candidate_uuid: "ad3fda85a2794dd1a26161ae2d476691" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "bdab2ffab94b414ba6bf1a46b1133216" is_pre_election: true
I20260608 12:41:50.391347  8331 leader_election.cc:290] T c8390eaa4d5449d5a96da811289acae0 P ad3fda85a2794dd1a26161ae2d476691 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117), bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195:39901)
W20260608 12:41:50.396107  8097 leader_election.cc:336] T c8390eaa4d5449d5a96da811289acae0 P ad3fda85a2794dd1a26161ae2d476691 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117): Network error: Client connection negotiation failed: client connection to 127.0.107.193:36117: connect: Connection refused (error 111)
I20260608 12:41:50.396917  8097 leader_election.cc:304] T c8390eaa4d5449d5a96da811289acae0 P ad3fda85a2794dd1a26161ae2d476691 [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: ad3fda85a2794dd1a26161ae2d476691; no voters: 5029126aec3c488686e9ef1ca67f87ad, bdab2ffab94b414ba6bf1a46b1133216
I20260608 12:41:50.396802  8204 consensus_queue.cc:237] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [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: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } }
I20260608 12:41:50.397756  8331 raft_consensus.cc:2749] T c8390eaa4d5449d5a96da811289acae0 P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:41:50.407287   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:50.409312   431 kserver.cc:163] Server-wide thread pool size limit: 3276
W20260608 12:41:50.415778  8171 consensus_peers.cc:597] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 -> Peer 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117): Couldn't send request to peer 5029126aec3c488686e9ef1ca67f87ad. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36117: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:50.416746  8129 raft_consensus.cc:1275] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Refusing update from remote peer bdab2ffab94b414ba6bf1a46b1133216: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:50.419648  8303 consensus_queue.cc:1048] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
W20260608 12:41:50.421525  8168 consensus_peers.cc:597] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 -> Peer 49818bf28c45478db3337d012cbf08db (127.0.107.196:32915): Couldn't send request to peer 49818bf28c45478db3337d012cbf08db. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 551fc6f34b08427692fa382675f8403a. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:50.423578   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:50.427906  8204 consensus_queue.cc:237] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 [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: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } }
I20260608 12:41:50.431571  8437 ts_tablet_manager.cc:548] Loading tablet metadata (0/8 complete)
I20260608 12:41:50.431546  8303 raft_consensus.cc:2955] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 49818bf28c45478db3337d012cbf08db (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } } }
I20260608 12:41:50.433203  8129 raft_consensus.cc:2955] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 49818bf28c45478db3337d012cbf08db (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } } }
I20260608 12:41:50.439778  8314 raft_consensus.cc:493] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 5029126aec3c488686e9ef1ca67f87ad)
I20260608 12:41:50.440434  8314 raft_consensus.cc:515] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:50.446784  8130 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c8390eaa4d5449d5a96da811289acae0" candidate_uuid: "bdab2ffab94b414ba6bf1a46b1133216" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "ad3fda85a2794dd1a26161ae2d476691" is_pre_election: true
I20260608 12:41:50.447551  8130 raft_consensus.cc:2468] T c8390eaa4d5449d5a96da811289acae0 P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bdab2ffab94b414ba6bf1a46b1133216 in term 1.
I20260608 12:41:50.448736  7941 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 551fc6f34b08427692fa382675f8403a with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 5)
I20260608 12:41:50.450063  8170 leader_election.cc:304] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [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: ad3fda85a2794dd1a26161ae2d476691, bdab2ffab94b414ba6bf1a46b1133216; no voters: 
I20260608 12:41:50.451261  8305 raft_consensus.cc:2804] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:41:50.451814  8305 raft_consensus.cc:493] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 5029126aec3c488686e9ef1ca67f87ad)
W20260608 12:41:50.452147  8171 leader_election.cc:336] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117): Network error: Client connection negotiation failed: client connection to 127.0.107.193:36117: connect: Connection refused (error 111)
I20260608 12:41:50.452454  8305 raft_consensus.cc:3060] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:50.455166  7954 catalog_manager.cc:5696] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 reported cstate change: config changed from index -1 to 2, NON_VOTER 49818bf28c45478db3337d012cbf08db (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "bdab2ffab94b414ba6bf1a46b1133216" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260608 12:41:50.460582  8168 consensus_peers.cc:597] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 -> Peer 49818bf28c45478db3337d012cbf08db (127.0.107.196:32915): Couldn't send request to peer 49818bf28c45478db3337d012cbf08db. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 3e471922a61e45d080c1571fc9cd01cc. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:50.461356  8331 raft_consensus.cc:493] T 517145faf54840268bcbd77cd43d7c5b P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 5029126aec3c488686e9ef1ca67f87ad)
I20260608 12:41:50.461625  8314 leader_election.cc:290] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117), ad3fda85a2794dd1a26161ae2d476691 (127.0.107.194:41111)
I20260608 12:41:50.461994  8331 raft_consensus.cc:515] T 517145faf54840268bcbd77cd43d7c5b P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:50.463560  8305 raft_consensus.cc:515] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:50.464453  8331 leader_election.cc:290] T 517145faf54840268bcbd77cd43d7c5b P ad3fda85a2794dd1a26161ae2d476691 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117), bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195:39901)
I20260608 12:41:50.465842  8305 leader_election.cc:290] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [CANDIDATE]: Term 2 election: Requested vote from peers 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117), ad3fda85a2794dd1a26161ae2d476691 (127.0.107.194:41111)
I20260608 12:41:50.468089  8130 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c8390eaa4d5449d5a96da811289acae0" candidate_uuid: "bdab2ffab94b414ba6bf1a46b1133216" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "ad3fda85a2794dd1a26161ae2d476691"
I20260608 12:41:50.468744  8130 raft_consensus.cc:3060] T c8390eaa4d5449d5a96da811289acae0 P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:41:50.474684  8097 leader_election.cc:336] T 517145faf54840268bcbd77cd43d7c5b P ad3fda85a2794dd1a26161ae2d476691 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117): Network error: Client connection negotiation failed: client connection to 127.0.107.193:36117: connect: Connection refused (error 111)
I20260608 12:41:50.476207  8130 raft_consensus.cc:2468] T c8390eaa4d5449d5a96da811289acae0 P ad3fda85a2794dd1a26161ae2d476691 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bdab2ffab94b414ba6bf1a46b1133216 in term 2.
I20260608 12:41:50.476864  8205 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "517145faf54840268bcbd77cd43d7c5b" candidate_uuid: "ad3fda85a2794dd1a26161ae2d476691" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "bdab2ffab94b414ba6bf1a46b1133216" is_pre_election: true
I20260608 12:41:50.479779  8170 leader_election.cc:304] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [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: ad3fda85a2794dd1a26161ae2d476691, bdab2ffab94b414ba6bf1a46b1133216; no voters: 
W20260608 12:41:50.476806  8171 consensus_peers.cc:597] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 -> Peer 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117): Couldn't send request to peer 5029126aec3c488686e9ef1ca67f87ad. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36117: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:50.481613  8129 raft_consensus.cc:1275] T 3e471922a61e45d080c1571fc9cd01cc P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Refusing update from remote peer bdab2ffab94b414ba6bf1a46b1133216: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:50.483500  8314 raft_consensus.cc:2804] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:50.484200  8303 consensus_queue.cc:1048] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:50.486384  8314 raft_consensus.cc:697] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [term 2 LEADER]: Becoming Leader. State: Replica: bdab2ffab94b414ba6bf1a46b1133216, State: Running, Role: LEADER
I20260608 12:41:50.487476  8314 consensus_queue.cc:237] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [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: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:50.491520  8097 leader_election.cc:304] T 517145faf54840268bcbd77cd43d7c5b P ad3fda85a2794dd1a26161ae2d476691 [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: ad3fda85a2794dd1a26161ae2d476691; no voters: 5029126aec3c488686e9ef1ca67f87ad, bdab2ffab94b414ba6bf1a46b1133216
I20260608 12:41:50.492941  8331 raft_consensus.cc:2749] T 517145faf54840268bcbd77cd43d7c5b P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260608 12:41:50.498245  8171 leader_election.cc:336] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117): Network error: Client connection negotiation failed: client connection to 127.0.107.193:36117: connect: Connection refused (error 111)
W20260608 12:41:50.500895  8002 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 5029126aec3c488686e9ef1ca67f87ad not available for placement
I20260608 12:41:50.502763  8314 raft_consensus.cc:2955] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 49818bf28c45478db3337d012cbf08db (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } } }
I20260608 12:41:50.505059  8129 raft_consensus.cc:2955] T 3e471922a61e45d080c1571fc9cd01cc P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 49818bf28c45478db3337d012cbf08db (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } } }
I20260608 12:41:50.507179  7954 catalog_manager.cc:5696] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 reported cstate change: term changed from 1 to 2, leader changed from 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193) to bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195). New cstate: current_term: 2 leader_uuid: "bdab2ffab94b414ba6bf1a46b1133216" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:50.513180  7941 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 3e471922a61e45d080c1571fc9cd01cc with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 5)
I20260608 12:41:50.518534  8314 raft_consensus.cc:493] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 5029126aec3c488686e9ef1ca67f87ad)
I20260608 12:41:50.519084  8314 raft_consensus.cc:515] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:50.521916  8314 leader_election.cc:290] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117), ad3fda85a2794dd1a26161ae2d476691 (127.0.107.194:41111)
I20260608 12:41:50.522138  8129 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "517145faf54840268bcbd77cd43d7c5b" candidate_uuid: "bdab2ffab94b414ba6bf1a46b1133216" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "ad3fda85a2794dd1a26161ae2d476691" is_pre_election: true
I20260608 12:41:50.520123  7953 catalog_manager.cc:5696] T 3e471922a61e45d080c1571fc9cd01cc P ad3fda85a2794dd1a26161ae2d476691 reported cstate change: config changed from index -1 to 2, NON_VOTER 49818bf28c45478db3337d012cbf08db (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "bdab2ffab94b414ba6bf1a46b1133216" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } } }
I20260608 12:41:50.522949  8129 raft_consensus.cc:2468] T 517145faf54840268bcbd77cd43d7c5b P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bdab2ffab94b414ba6bf1a46b1133216 in term 1.
I20260608 12:41:50.525007  8170 leader_election.cc:304] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [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: ad3fda85a2794dd1a26161ae2d476691, bdab2ffab94b414ba6bf1a46b1133216; no voters: 
I20260608 12:41:50.525851  8314 raft_consensus.cc:2804] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [term 1 FOLLOWER]: Leader pre-election won for term 2
W20260608 12:41:50.525961  8171 leader_election.cc:336] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117): Network error: Client connection negotiation failed: client connection to 127.0.107.193:36117: connect: Connection refused (error 111)
I20260608 12:41:50.526335  8314 raft_consensus.cc:493] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 5029126aec3c488686e9ef1ca67f87ad)
I20260608 12:41:50.526906  8314 raft_consensus.cc:3060] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:50.533660  8314 raft_consensus.cc:515] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:50.535945  8314 leader_election.cc:290] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [CANDIDATE]: Term 2 election: Requested vote from peers 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117), ad3fda85a2794dd1a26161ae2d476691 (127.0.107.194:41111)
I20260608 12:41:50.537479  8129 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "517145faf54840268bcbd77cd43d7c5b" candidate_uuid: "bdab2ffab94b414ba6bf1a46b1133216" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "ad3fda85a2794dd1a26161ae2d476691"
I20260608 12:41:50.538167  8129 raft_consensus.cc:3060] T 517145faf54840268bcbd77cd43d7c5b P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:41:50.542770  8171 leader_election.cc:336] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117): Network error: Client connection negotiation failed: client connection to 127.0.107.193:36117: connect: Connection refused (error 111)
I20260608 12:41:50.544600  8129 raft_consensus.cc:2468] T 517145faf54840268bcbd77cd43d7c5b P ad3fda85a2794dd1a26161ae2d476691 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bdab2ffab94b414ba6bf1a46b1133216 in term 2.
I20260608 12:41:50.545835   431 ts_tablet_manager.cc:585] Loaded tablet metadata (8 total tablets, 8 live tablets)
I20260608 12:41:50.545722  8170 leader_election.cc:304] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [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: ad3fda85a2794dd1a26161ae2d476691, bdab2ffab94b414ba6bf1a46b1133216; no voters: 5029126aec3c488686e9ef1ca67f87ad
I20260608 12:41:50.546191   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.116s	user 0.002s	sys 0.001s
I20260608 12:41:50.546581   431 ts_tablet_manager.cc:600] Registering tablets (0/8 complete)
I20260608 12:41:50.546944  8314 raft_consensus.cc:2804] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:50.547508  8314 raft_consensus.cc:697] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [term 2 LEADER]: Becoming Leader. State: Replica: bdab2ffab94b414ba6bf1a46b1133216, State: Running, Role: LEADER
I20260608 12:41:50.548355  8314 consensus_queue.cc:237] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [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: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:50.553808  8437 tablet_bootstrap.cc:492] T 08a716fc72f44d019b86d7d5f2ef6560 P 5029126aec3c488686e9ef1ca67f87ad: Bootstrap starting.
I20260608 12:41:50.557448  7953 catalog_manager.cc:5696] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 reported cstate change: term changed from 1 to 2, leader changed from 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193) to bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195). New cstate: current_term: 2 leader_uuid: "bdab2ffab94b414ba6bf1a46b1133216" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:50.571475  8437 tablet_bootstrap.cc:492] T 08a716fc72f44d019b86d7d5f2ef6560 P 5029126aec3c488686e9ef1ca67f87ad: 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
I20260608 12:41:50.572364  8437 tablet_bootstrap.cc:492] T 08a716fc72f44d019b86d7d5f2ef6560 P 5029126aec3c488686e9ef1ca67f87ad: Bootstrap complete.
I20260608 12:41:50.573068  8437 ts_tablet_manager.cc:1403] T 08a716fc72f44d019b86d7d5f2ef6560 P 5029126aec3c488686e9ef1ca67f87ad: Time spent bootstrapping tablet: real 0.019s	user 0.014s	sys 0.004s
I20260608 12:41:50.576006  8437 raft_consensus.cc:359] T 08a716fc72f44d019b86d7d5f2ef6560 P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:50.576695  8437 raft_consensus.cc:740] T 08a716fc72f44d019b86d7d5f2ef6560 P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5029126aec3c488686e9ef1ca67f87ad, State: Initialized, Role: FOLLOWER
I20260608 12:41:50.577461  8437 consensus_queue.cc:260] T 08a716fc72f44d019b86d7d5f2ef6560 P 5029126aec3c488686e9ef1ca67f87ad [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:50.580880  8437 ts_tablet_manager.cc:1434] T 08a716fc72f44d019b86d7d5f2ef6560 P 5029126aec3c488686e9ef1ca67f87ad: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.003s
I20260608 12:41:50.581760  8437 tablet_bootstrap.cc:492] T 244a8212e3be4c10b68c58e3be9a62ff P 5029126aec3c488686e9ef1ca67f87ad: Bootstrap starting.
I20260608 12:41:50.595584  8437 tablet_bootstrap.cc:492] T 244a8212e3be4c10b68c58e3be9a62ff P 5029126aec3c488686e9ef1ca67f87ad: 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
I20260608 12:41:50.595570   431 ts_tablet_manager.cc:616] Registered 8 tablets
I20260608 12:41:50.596246   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.050s	user 0.047s	sys 0.003s
I20260608 12:41:50.596726  8437 tablet_bootstrap.cc:492] T 244a8212e3be4c10b68c58e3be9a62ff P 5029126aec3c488686e9ef1ca67f87ad: Bootstrap complete.
I20260608 12:41:50.597661  8437 ts_tablet_manager.cc:1403] T 244a8212e3be4c10b68c58e3be9a62ff P 5029126aec3c488686e9ef1ca67f87ad: Time spent bootstrapping tablet: real 0.016s	user 0.013s	sys 0.000s
I20260608 12:41:50.600457  8437 raft_consensus.cc:359] T 244a8212e3be4c10b68c58e3be9a62ff P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:50.601167  8437 raft_consensus.cc:740] T 244a8212e3be4c10b68c58e3be9a62ff P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5029126aec3c488686e9ef1ca67f87ad, State: Initialized, Role: FOLLOWER
I20260608 12:41:50.601930  8437 consensus_queue.cc:260] T 244a8212e3be4c10b68c58e3be9a62ff P 5029126aec3c488686e9ef1ca67f87ad [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:50.604019  8437 ts_tablet_manager.cc:1434] T 244a8212e3be4c10b68c58e3be9a62ff P 5029126aec3c488686e9ef1ca67f87ad: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.003s
I20260608 12:41:50.605027  8437 tablet_bootstrap.cc:492] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad: Bootstrap starting.
I20260608 12:41:50.624102  8437 tablet_bootstrap.cc:492] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad: 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
I20260608 12:41:50.624926  8437 tablet_bootstrap.cc:492] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad: Bootstrap complete.
I20260608 12:41:50.625679  8437 ts_tablet_manager.cc:1403] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad: Time spent bootstrapping tablet: real 0.021s	user 0.011s	sys 0.007s
I20260608 12:41:50.627967  8437 raft_consensus.cc:359] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:50.628559  8437 raft_consensus.cc:740] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5029126aec3c488686e9ef1ca67f87ad, State: Initialized, Role: FOLLOWER
I20260608 12:41:50.629333  8437 consensus_queue.cc:260] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:50.631071  8437 ts_tablet_manager.cc:1434] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:41:50.631850  8437 tablet_bootstrap.cc:492] T 3e471922a61e45d080c1571fc9cd01cc P 5029126aec3c488686e9ef1ca67f87ad: Bootstrap starting.
I20260608 12:41:50.645462  8437 tablet_bootstrap.cc:492] T 3e471922a61e45d080c1571fc9cd01cc P 5029126aec3c488686e9ef1ca67f87ad: 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
I20260608 12:41:50.646232  8437 tablet_bootstrap.cc:492] T 3e471922a61e45d080c1571fc9cd01cc P 5029126aec3c488686e9ef1ca67f87ad: Bootstrap complete.
I20260608 12:41:50.646793  8437 ts_tablet_manager.cc:1403] T 3e471922a61e45d080c1571fc9cd01cc P 5029126aec3c488686e9ef1ca67f87ad: Time spent bootstrapping tablet: real 0.015s	user 0.010s	sys 0.000s
I20260608 12:41:50.648717  8437 raft_consensus.cc:359] T 3e471922a61e45d080c1571fc9cd01cc P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:50.649236  8437 raft_consensus.cc:740] T 3e471922a61e45d080c1571fc9cd01cc P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5029126aec3c488686e9ef1ca67f87ad, State: Initialized, Role: FOLLOWER
I20260608 12:41:50.649883  8437 consensus_queue.cc:260] T 3e471922a61e45d080c1571fc9cd01cc P 5029126aec3c488686e9ef1ca67f87ad [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:50.651676  8437 ts_tablet_manager.cc:1434] T 3e471922a61e45d080c1571fc9cd01cc P 5029126aec3c488686e9ef1ca67f87ad: Time spent starting tablet: real 0.005s	user 0.008s	sys 0.000s
I20260608 12:41:50.652328  8437 tablet_bootstrap.cc:492] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad: Bootstrap starting.
I20260608 12:41:50.657459   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:36117
I20260608 12:41:50.657618  8503 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:36117 every 8 connection(s)
I20260608 12:41:50.665369  8437 tablet_bootstrap.cc:492] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad: 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
I20260608 12:41:50.666214  8437 tablet_bootstrap.cc:492] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad: Bootstrap complete.
I20260608 12:41:50.666815  8437 ts_tablet_manager.cc:1403] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad: Time spent bootstrapping tablet: real 0.015s	user 0.010s	sys 0.000s
I20260608 12:41:50.669025  8437 raft_consensus.cc:359] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } }
I20260608 12:41:50.669548  8437 raft_consensus.cc:740] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5029126aec3c488686e9ef1ca67f87ad, State: Initialized, Role: FOLLOWER
I20260608 12:41:50.670162  8437 consensus_queue.cc:260] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } }
I20260608 12:41:50.672118  8437 ts_tablet_manager.cc:1434] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad: Time spent starting tablet: real 0.005s	user 0.008s	sys 0.000s
I20260608 12:41:50.673063  8437 tablet_bootstrap.cc:492] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad: Bootstrap starting.
I20260608 12:41:50.675333  8505 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40913
I20260608 12:41:50.675840  8505 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:50.676590  8505 heartbeater.cc:507] Master 127.0.107.254:40913 requested a full tablet report, sending...
I20260608 12:41:50.681892  7953 ts_manager.cc:194] Re-registered known tserver with Master: 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117)
I20260608 12:41:50.685850  8437 tablet_bootstrap.cc:492] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad: 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
I20260608 12:41:50.686669  8437 tablet_bootstrap.cc:492] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad: Bootstrap complete.
I20260608 12:41:50.687218  8437 ts_tablet_manager.cc:1403] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad: Time spent bootstrapping tablet: real 0.014s	user 0.010s	sys 0.000s
I20260608 12:41:50.689196  8437 raft_consensus.cc:359] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:50.689760  8437 raft_consensus.cc:740] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5029126aec3c488686e9ef1ca67f87ad, State: Initialized, Role: FOLLOWER
I20260608 12:41:50.690320  8437 consensus_queue.cc:260] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:50.690613  7953 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49420
I20260608 12:41:50.692171  8437 ts_tablet_manager.cc:1434] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:41:50.692849  8437 tablet_bootstrap.cc:492] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad: Bootstrap starting.
I20260608 12:41:50.693627  8505 heartbeater.cc:499] Master 127.0.107.254:40913 was elected leader, sending a full tablet report...
I20260608 12:41:50.705360  8437 tablet_bootstrap.cc:492] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad: 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
I20260608 12:41:50.706135  8437 tablet_bootstrap.cc:492] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad: Bootstrap complete.
I20260608 12:41:50.706725  8437 ts_tablet_manager.cc:1403] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad: Time spent bootstrapping tablet: real 0.014s	user 0.010s	sys 0.000s
I20260608 12:41:50.708794  8437 raft_consensus.cc:359] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:50.709403  8437 raft_consensus.cc:740] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5029126aec3c488686e9ef1ca67f87ad, State: Initialized, Role: FOLLOWER
I20260608 12:41:50.709949  8437 consensus_queue.cc:260] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad [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: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:50.711496  8437 ts_tablet_manager.cc:1434] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad: Time spent starting tablet: real 0.004s	user 0.008s	sys 0.000s
I20260608 12:41:50.712126  8437 tablet_bootstrap.cc:492] T 6fb4f2a5f85a46d18f23689e10eba8c6 P 5029126aec3c488686e9ef1ca67f87ad: Bootstrap starting.
I20260608 12:41:50.722762  8437 tablet_bootstrap.cc:492] T 6fb4f2a5f85a46d18f23689e10eba8c6 P 5029126aec3c488686e9ef1ca67f87ad: 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
I20260608 12:41:50.723371  8437 tablet_bootstrap.cc:492] T 6fb4f2a5f85a46d18f23689e10eba8c6 P 5029126aec3c488686e9ef1ca67f87ad: Bootstrap complete.
I20260608 12:41:50.723948  8437 ts_tablet_manager.cc:1403] T 6fb4f2a5f85a46d18f23689e10eba8c6 P 5029126aec3c488686e9ef1ca67f87ad: Time spent bootstrapping tablet: real 0.012s	user 0.011s	sys 0.000s
I20260608 12:41:50.725853  8437 raft_consensus.cc:359] T 6fb4f2a5f85a46d18f23689e10eba8c6 P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:50.726346  8437 raft_consensus.cc:740] T 6fb4f2a5f85a46d18f23689e10eba8c6 P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5029126aec3c488686e9ef1ca67f87ad, State: Initialized, Role: FOLLOWER
I20260608 12:41:50.726904  8437 consensus_queue.cc:260] T 6fb4f2a5f85a46d18f23689e10eba8c6 P 5029126aec3c488686e9ef1ca67f87ad [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:50.728425  8437 ts_tablet_manager.cc:1434] T 6fb4f2a5f85a46d18f23689e10eba8c6 P 5029126aec3c488686e9ef1ca67f87ad: Time spent starting tablet: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:41:50.825632  8478 raft_consensus.cc:2955] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 49818bf28c45478db3337d012cbf08db (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } } }
I20260608 12:41:50.857200  8468 tablet_service.cc:1558] Processing DeleteTablet for tablet 08a716fc72f44d019b86d7d5f2ef6560 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:50 UTC) from {username='slave'} at 127.0.0.1:49950
I20260608 12:41:50.857584  8467 tablet_service.cc:1558] Processing DeleteTablet for tablet 6fb4f2a5f85a46d18f23689e10eba8c6 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:50 UTC) from {username='slave'} at 127.0.0.1:49950
I20260608 12:41:50.858880  8513 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:50.859601  8513 raft_consensus.cc:2243] T 08a716fc72f44d019b86d7d5f2ef6560 P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:50.860132  8513 raft_consensus.cc:2272] T 08a716fc72f44d019b86d7d5f2ef6560 P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:50.862726  8513 ts_tablet_manager.cc:1916] T 08a716fc72f44d019b86d7d5f2ef6560 P 5029126aec3c488686e9ef1ca67f87ad: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:50.874657  8513 ts_tablet_manager.cc:1929] T 08a716fc72f44d019b86d7d5f2ef6560 P 5029126aec3c488686e9ef1ca67f87ad: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:41:50.875008  8513 log.cc:1199] T 08a716fc72f44d019b86d7d5f2ef6560 P 5029126aec3c488686e9ef1ca67f87ad: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-0-root/wals/08a716fc72f44d019b86d7d5f2ef6560
I20260608 12:41:50.875746  8513 ts_tablet_manager.cc:1950] T 08a716fc72f44d019b86d7d5f2ef6560 P 5029126aec3c488686e9ef1ca67f87ad: Deleting consensus metadata
I20260608 12:41:50.878127  8513 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:50.878228  7941 catalog_manager.cc:5027] TS 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117): tablet 08a716fc72f44d019b86d7d5f2ef6560 (table dugtrio [id=8cfeb21e3b174260ab7a8cdc32323ba4]) successfully deleted
I20260608 12:41:50.879045  8513 raft_consensus.cc:2243] T 6fb4f2a5f85a46d18f23689e10eba8c6 P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:50.879647  8513 raft_consensus.cc:2272] T 6fb4f2a5f85a46d18f23689e10eba8c6 P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:50.880395  8468 tablet_service.cc:1558] Processing DeleteTablet for tablet 4d07f65db86047b7b4d8271f9e92ea5d with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:50 UTC) from {username='slave'} at 127.0.0.1:49950
I20260608 12:41:50.882032  8513 ts_tablet_manager.cc:1916] T 6fb4f2a5f85a46d18f23689e10eba8c6 P 5029126aec3c488686e9ef1ca67f87ad: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:50.892727  8513 ts_tablet_manager.cc:1929] T 6fb4f2a5f85a46d18f23689e10eba8c6 P 5029126aec3c488686e9ef1ca67f87ad: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:41:50.893075  8513 log.cc:1199] T 6fb4f2a5f85a46d18f23689e10eba8c6 P 5029126aec3c488686e9ef1ca67f87ad: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-0-root/wals/6fb4f2a5f85a46d18f23689e10eba8c6
I20260608 12:41:50.893630  8513 ts_tablet_manager.cc:1950] T 6fb4f2a5f85a46d18f23689e10eba8c6 P 5029126aec3c488686e9ef1ca67f87ad: Deleting consensus metadata
I20260608 12:41:50.896093  8513 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:50.896145  7941 catalog_manager.cc:5027] TS 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117): tablet 6fb4f2a5f85a46d18f23689e10eba8c6 (table dugtrio [id=8cfeb21e3b174260ab7a8cdc32323ba4]) successfully deleted
I20260608 12:41:50.897042  8513 raft_consensus.cc:2243] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:50.897406  8513 pending_rounds.cc:70] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad: Trying to abort 1 pending ops.
I20260608 12:41:50.897564  8513 pending_rounds.cc:77] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658596202409984 op_type: NO_OP noop_request { }
I20260608 12:41:50.897825  8513 raft_consensus.cc:2889] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:50.898089  8513 raft_consensus.cc:2272] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:50.900445  8513 ts_tablet_manager.cc:1916] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:50.903613  8468 tablet_service.cc:1558] Processing DeleteTablet for tablet 244a8212e3be4c10b68c58e3be9a62ff with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:50 UTC) from {username='slave'} at 127.0.0.1:49950
I20260608 12:41:50.911746  8513 ts_tablet_manager.cc:1929] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:41:50.912168  8513 log.cc:1199] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-0-root/wals/4d07f65db86047b7b4d8271f9e92ea5d
I20260608 12:41:50.912772  8513 ts_tablet_manager.cc:1950] T 4d07f65db86047b7b4d8271f9e92ea5d P 5029126aec3c488686e9ef1ca67f87ad: Deleting consensus metadata
I20260608 12:41:50.915259  8513 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:50.915328  7941 catalog_manager.cc:5027] TS 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117): tablet 4d07f65db86047b7b4d8271f9e92ea5d (table dugtrio [id=8cfeb21e3b174260ab7a8cdc32323ba4]) successfully deleted
I20260608 12:41:50.917702  8513 raft_consensus.cc:2243] T 244a8212e3be4c10b68c58e3be9a62ff P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:50.918236  8513 raft_consensus.cc:2272] T 244a8212e3be4c10b68c58e3be9a62ff P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:50.920846  8513 ts_tablet_manager.cc:1916] T 244a8212e3be4c10b68c58e3be9a62ff P 5029126aec3c488686e9ef1ca67f87ad: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:50.931725  8513 ts_tablet_manager.cc:1929] T 244a8212e3be4c10b68c58e3be9a62ff P 5029126aec3c488686e9ef1ca67f87ad: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:41:50.932094  8513 log.cc:1199] T 244a8212e3be4c10b68c58e3be9a62ff P 5029126aec3c488686e9ef1ca67f87ad: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-0-root/wals/244a8212e3be4c10b68c58e3be9a62ff
I20260608 12:41:50.932678  8513 ts_tablet_manager.cc:1950] T 244a8212e3be4c10b68c58e3be9a62ff P 5029126aec3c488686e9ef1ca67f87ad: Deleting consensus metadata
I20260608 12:41:50.935191  7941 catalog_manager.cc:5027] TS 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117): tablet 244a8212e3be4c10b68c58e3be9a62ff (table dugtrio [id=8cfeb21e3b174260ab7a8cdc32323ba4]) successfully deleted
I20260608 12:41:50.951937  8478 raft_consensus.cc:2955] T 3e471922a61e45d080c1571fc9cd01cc P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 49818bf28c45478db3337d012cbf08db (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } } }
I20260608 12:41:50.966650  8129 raft_consensus.cc:1275] T c8390eaa4d5449d5a96da811289acae0 P ad3fda85a2794dd1a26161ae2d476691 [term 2 FOLLOWER]: Refusing update from remote peer bdab2ffab94b414ba6bf1a46b1133216: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:41:50.968343  8314 consensus_queue.cc:1048] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:50.990929  8478 raft_consensus.cc:3060] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:50.993968  8518 ts_tablet_manager.cc:933] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db: Initiating tablet copy from peer bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195:39901)
I20260608 12:41:50.996013  8518 tablet_copy_client.cc:323] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:39901
I20260608 12:41:51.000886  8478 raft_consensus.cc:1275] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [term 2 FOLLOWER]: Refusing update from remote peer bdab2ffab94b414ba6bf1a46b1133216: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:41:51.002550  8305 consensus_queue.cc:1048] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:51.011521  8215 tablet_copy_service.cc:140] P bdab2ffab94b414ba6bf1a46b1133216: Received BeginTabletCopySession request for tablet 551fc6f34b08427692fa382675f8403a from peer 49818bf28c45478db3337d012cbf08db ({username='slave'} at 127.0.0.1:46890)
I20260608 12:41:51.012215  8215 tablet_copy_service.cc:161] P bdab2ffab94b414ba6bf1a46b1133216: Beginning new tablet copy session on tablet 551fc6f34b08427692fa382675f8403a from peer 49818bf28c45478db3337d012cbf08db at {username='slave'} at 127.0.0.1:46890: session id = 49818bf28c45478db3337d012cbf08db-551fc6f34b08427692fa382675f8403a
I20260608 12:41:51.018116  8215 tablet_copy_source_session.cc:215] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:51.021283  8518 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 551fc6f34b08427692fa382675f8403a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:51.033934  8518 tablet_copy_client.cc:806] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:51.034493  8518 tablet_copy_client.cc:670] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:51.038568  8518 tablet_copy_client.cc:538] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:51.044940  8518 tablet_bootstrap.cc:492] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db: Bootstrap starting.
I20260608 12:41:51.060074  8518 tablet_bootstrap.cc:492] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db: 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
I20260608 12:41:51.060787  8518 tablet_bootstrap.cc:492] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db: Bootstrap complete.
I20260608 12:41:51.061362  8518 ts_tablet_manager.cc:1403] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db: Time spent bootstrapping tablet: real 0.017s	user 0.011s	sys 0.005s
I20260608 12:41:51.064008  8518 raft_consensus.cc:359] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } }
I20260608 12:41:51.064620  8518 raft_consensus.cc:740] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 49818bf28c45478db3337d012cbf08db, State: Initialized, Role: LEARNER
I20260608 12:41:51.065171  8518 consensus_queue.cc:260] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db [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: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } }
I20260608 12:41:51.067854  8518 ts_tablet_manager.cc:1434] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260608 12:41:51.068322  8415 heartbeater.cc:499] Master 127.0.107.254:40913 was elected leader, sending a full tablet report...
I20260608 12:41:51.069852  8215 tablet_copy_service.cc:342] P bdab2ffab94b414ba6bf1a46b1133216: Request end of tablet copy session 49818bf28c45478db3337d012cbf08db-551fc6f34b08427692fa382675f8403a received from {username='slave'} at 127.0.0.1:46890
I20260608 12:41:51.070331  8215 tablet_copy_service.cc:434] P bdab2ffab94b414ba6bf1a46b1133216: ending tablet copy session 49818bf28c45478db3337d012cbf08db-551fc6f34b08427692fa382675f8403a on tablet 551fc6f34b08427692fa382675f8403a with peer 49818bf28c45478db3337d012cbf08db
I20260608 12:41:51.077095  8518 ts_tablet_manager.cc:933] T 3e471922a61e45d080c1571fc9cd01cc P 49818bf28c45478db3337d012cbf08db: Initiating tablet copy from peer bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195:39901)
I20260608 12:41:51.078625  8518 tablet_copy_client.cc:323] T 3e471922a61e45d080c1571fc9cd01cc P 49818bf28c45478db3337d012cbf08db: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:39901
I20260608 12:41:51.080184  8215 tablet_copy_service.cc:140] P bdab2ffab94b414ba6bf1a46b1133216: Received BeginTabletCopySession request for tablet 3e471922a61e45d080c1571fc9cd01cc from peer 49818bf28c45478db3337d012cbf08db ({username='slave'} at 127.0.0.1:46890)
I20260608 12:41:51.080664  8215 tablet_copy_service.cc:161] P bdab2ffab94b414ba6bf1a46b1133216: Beginning new tablet copy session on tablet 3e471922a61e45d080c1571fc9cd01cc from peer 49818bf28c45478db3337d012cbf08db at {username='slave'} at 127.0.0.1:46890: session id = 49818bf28c45478db3337d012cbf08db-3e471922a61e45d080c1571fc9cd01cc
I20260608 12:41:51.085809  8215 tablet_copy_source_session.cc:215] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:51.088919  8518 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3e471922a61e45d080c1571fc9cd01cc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:51.089267  8129 raft_consensus.cc:1275] T 517145faf54840268bcbd77cd43d7c5b P ad3fda85a2794dd1a26161ae2d476691 [term 2 FOLLOWER]: Refusing update from remote peer bdab2ffab94b414ba6bf1a46b1133216: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:41:51.090863  8305 consensus_queue.cc:1048] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:51.102449  8478 raft_consensus.cc:3060] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:51.110036  8518 tablet_copy_client.cc:806] T 3e471922a61e45d080c1571fc9cd01cc P 49818bf28c45478db3337d012cbf08db: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:51.110296  8478 raft_consensus.cc:1275] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad [term 2 FOLLOWER]: Refusing update from remote peer bdab2ffab94b414ba6bf1a46b1133216: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:41:51.110756  8518 tablet_copy_client.cc:670] T 3e471922a61e45d080c1571fc9cd01cc P 49818bf28c45478db3337d012cbf08db: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:51.111912  8314 consensus_queue.cc:1048] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:51.114791  8518 tablet_copy_client.cc:538] T 3e471922a61e45d080c1571fc9cd01cc P 49818bf28c45478db3337d012cbf08db: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:51.124451  8518 tablet_bootstrap.cc:492] T 3e471922a61e45d080c1571fc9cd01cc P 49818bf28c45478db3337d012cbf08db: Bootstrap starting.
I20260608 12:41:51.141027  8518 tablet_bootstrap.cc:492] T 3e471922a61e45d080c1571fc9cd01cc P 49818bf28c45478db3337d012cbf08db: 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
I20260608 12:41:51.141777  8518 tablet_bootstrap.cc:492] T 3e471922a61e45d080c1571fc9cd01cc P 49818bf28c45478db3337d012cbf08db: Bootstrap complete.
I20260608 12:41:51.142347  8518 ts_tablet_manager.cc:1403] T 3e471922a61e45d080c1571fc9cd01cc P 49818bf28c45478db3337d012cbf08db: Time spent bootstrapping tablet: real 0.018s	user 0.004s	sys 0.012s
I20260608 12:41:51.144851  8518 raft_consensus.cc:359] T 3e471922a61e45d080c1571fc9cd01cc P 49818bf28c45478db3337d012cbf08db [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } }
I20260608 12:41:51.145443  8518 raft_consensus.cc:740] T 3e471922a61e45d080c1571fc9cd01cc P 49818bf28c45478db3337d012cbf08db [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 49818bf28c45478db3337d012cbf08db, State: Initialized, Role: LEARNER
I20260608 12:41:51.146064  8518 consensus_queue.cc:260] T 3e471922a61e45d080c1571fc9cd01cc P 49818bf28c45478db3337d012cbf08db [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: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } }
I20260608 12:41:51.147730  8518 ts_tablet_manager.cc:1434] T 3e471922a61e45d080c1571fc9cd01cc P 49818bf28c45478db3337d012cbf08db: Time spent starting tablet: real 0.005s	user 0.007s	sys 0.001s
I20260608 12:41:51.149371  8215 tablet_copy_service.cc:342] P bdab2ffab94b414ba6bf1a46b1133216: Request end of tablet copy session 49818bf28c45478db3337d012cbf08db-3e471922a61e45d080c1571fc9cd01cc received from {username='slave'} at 127.0.0.1:46890
I20260608 12:41:51.149747  8215 tablet_copy_service.cc:434] P bdab2ffab94b414ba6bf1a46b1133216: ending tablet copy session 49818bf28c45478db3337d012cbf08db-3e471922a61e45d080c1571fc9cd01cc on tablet 3e471922a61e45d080c1571fc9cd01cc with peer 49818bf28c45478db3337d012cbf08db
I20260608 12:41:51.269565  8204 consensus_queue.cc:237] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [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: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } }
I20260608 12:41:51.275141  8129 raft_consensus.cc:1275] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Refusing update from remote peer bdab2ffab94b414ba6bf1a46b1133216: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:51.275336  8478 raft_consensus.cc:1275] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Refusing update from remote peer bdab2ffab94b414ba6bf1a46b1133216: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:51.276830  8314 consensus_queue.cc:1048] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:51.277493  8439 consensus_queue.cc:1048] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:51.284554  8305 raft_consensus.cc:2955] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 49818bf28c45478db3337d012cbf08db (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } }
I20260608 12:41:51.286296  8129 raft_consensus.cc:2955] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 49818bf28c45478db3337d012cbf08db (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } }
I20260608 12:41:51.286490  8478 raft_consensus.cc:2955] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 49818bf28c45478db3337d012cbf08db (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } }
I20260608 12:41:51.294761  7941 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 551fc6f34b08427692fa382675f8403a with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:51.298717  7953 catalog_manager.cc:5696] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 reported cstate change: config changed from index 2 to 3, NON_VOTER 49818bf28c45478db3337d012cbf08db (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "bdab2ffab94b414ba6bf1a46b1133216" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } }
I20260608 12:41:51.324203  8380 tablet_service.cc:1558] Processing DeleteTablet for tablet 551fc6f34b08427692fa382675f8403a with delete_type TABLET_DATA_TOMBSTONED (TS 49818bf28c45478db3337d012cbf08db not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:56790
I20260608 12:41:51.325668  8534 tablet_replica.cc:333] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db: stopping tablet replica
I20260608 12:41:51.326300  8534 raft_consensus.cc:2243] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:41:51.326749  8534 raft_consensus.cc:2272] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:41:51.329062  8534 ts_tablet_manager.cc:1916] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:51.339229  8534 ts_tablet_manager.cc:1929] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260608 12:41:51.339560  8534 log.cc:1199] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-3-root/wals/551fc6f34b08427692fa382675f8403a
I20260608 12:41:51.340947  7938 catalog_manager.cc:5027] TS 49818bf28c45478db3337d012cbf08db (127.0.107.196:32915): tablet 551fc6f34b08427692fa382675f8403a (table test-workload [id=a5b3fc52027e4cf1b61c990b129c7a0d]) successfully deleted
I20260608 12:41:51.441273  8204 consensus_queue.cc:237] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 [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: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } }
I20260608 12:41:51.445959  8129 raft_consensus.cc:1275] T 3e471922a61e45d080c1571fc9cd01cc P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Refusing update from remote peer bdab2ffab94b414ba6bf1a46b1133216: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:51.446343  8478 raft_consensus.cc:1275] T 3e471922a61e45d080c1571fc9cd01cc P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Refusing update from remote peer bdab2ffab94b414ba6bf1a46b1133216: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:51.447500  8439 consensus_queue.cc:1048] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:51.448186  8305 consensus_queue.cc:1048] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:51.454943  8439 raft_consensus.cc:2955] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 49818bf28c45478db3337d012cbf08db (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } }
I20260608 12:41:51.457177  8129 raft_consensus.cc:2955] T 3e471922a61e45d080c1571fc9cd01cc P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 49818bf28c45478db3337d012cbf08db (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } }
I20260608 12:41:51.457360  8478 raft_consensus.cc:2955] T 3e471922a61e45d080c1571fc9cd01cc P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 49818bf28c45478db3337d012cbf08db (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } }
I20260608 12:41:51.468919  7951 catalog_manager.cc:5696] T 3e471922a61e45d080c1571fc9cd01cc P ad3fda85a2794dd1a26161ae2d476691 reported cstate change: config changed from index 2 to 3, NON_VOTER 49818bf28c45478db3337d012cbf08db (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "bdab2ffab94b414ba6bf1a46b1133216" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } }
I20260608 12:41:51.470855  7941 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 3e471922a61e45d080c1571fc9cd01cc with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:51.479895  8380 tablet_service.cc:1558] Processing DeleteTablet for tablet 3e471922a61e45d080c1571fc9cd01cc with delete_type TABLET_DATA_TOMBSTONED (TS 49818bf28c45478db3337d012cbf08db not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:56790
I20260608 12:41:51.480867  8534 tablet_replica.cc:333] T 3e471922a61e45d080c1571fc9cd01cc P 49818bf28c45478db3337d012cbf08db: stopping tablet replica
I20260608 12:41:51.481616  8534 raft_consensus.cc:2243] T 3e471922a61e45d080c1571fc9cd01cc P 49818bf28c45478db3337d012cbf08db [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:41:51.482077  8534 raft_consensus.cc:2272] T 3e471922a61e45d080c1571fc9cd01cc P 49818bf28c45478db3337d012cbf08db [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:41:51.484757  8534 ts_tablet_manager.cc:1916] T 3e471922a61e45d080c1571fc9cd01cc P 49818bf28c45478db3337d012cbf08db: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:51.496315  8534 ts_tablet_manager.cc:1929] T 3e471922a61e45d080c1571fc9cd01cc P 49818bf28c45478db3337d012cbf08db: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260608 12:41:51.496767  8534 log.cc:1199] T 3e471922a61e45d080c1571fc9cd01cc P 49818bf28c45478db3337d012cbf08db: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-3-root/wals/3e471922a61e45d080c1571fc9cd01cc
I20260608 12:41:51.498373  7938 catalog_manager.cc:5027] TS 49818bf28c45478db3337d012cbf08db (127.0.107.196:32915): tablet 3e471922a61e45d080c1571fc9cd01cc (table test-workload [id=a5b3fc52027e4cf1b61c990b129c7a0d]) successfully deleted
I20260608 12:41:51.522975  8204 consensus_queue.cc:237] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [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: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } attrs { replace: true } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } }
I20260608 12:41:51.528817  8129 raft_consensus.cc:1275] T 517145faf54840268bcbd77cd43d7c5b P ad3fda85a2794dd1a26161ae2d476691 [term 2 FOLLOWER]: Refusing update from remote peer bdab2ffab94b414ba6bf1a46b1133216: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:41:51.529225  8478 raft_consensus.cc:1275] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad [term 2 FOLLOWER]: Refusing update from remote peer bdab2ffab94b414ba6bf1a46b1133216: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
W20260608 12:41:51.529297  8168 consensus_peers.cc:597] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 -> Peer 49818bf28c45478db3337d012cbf08db (127.0.107.196:32915): Couldn't send request to peer 49818bf28c45478db3337d012cbf08db. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 517145faf54840268bcbd77cd43d7c5b. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:51.530306  8314 consensus_queue.cc:1048] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:51.530970  8305 consensus_queue.cc:1048] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:51.537632  8439 raft_consensus.cc:2955] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 49818bf28c45478db3337d012cbf08db (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } attrs { replace: true } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } } }
I20260608 12:41:51.539496  8478 raft_consensus.cc:2955] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 49818bf28c45478db3337d012cbf08db (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } attrs { replace: true } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } } }
I20260608 12:41:51.539784  8129 raft_consensus.cc:2955] T 517145faf54840268bcbd77cd43d7c5b P ad3fda85a2794dd1a26161ae2d476691 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 49818bf28c45478db3337d012cbf08db (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } attrs { replace: true } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } } }
I20260608 12:41:51.550740  7954 catalog_manager.cc:5696] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad reported cstate change: config changed from index -1 to 3, NON_VOTER 49818bf28c45478db3337d012cbf08db (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "bdab2ffab94b414ba6bf1a46b1133216" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } attrs { replace: true } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } } }
I20260608 12:41:51.555837  8204 consensus_queue.cc:237] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [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: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } attrs { replace: true } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } }
I20260608 12:41:51.563674  8478 raft_consensus.cc:1275] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [term 2 FOLLOWER]: Refusing update from remote peer bdab2ffab94b414ba6bf1a46b1133216: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:41:51.566852  8439 consensus_queue.cc:1048] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
W20260608 12:41:51.568115  8168 consensus_peers.cc:597] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 -> Peer 49818bf28c45478db3337d012cbf08db (127.0.107.196:32915): Couldn't send request to peer 49818bf28c45478db3337d012cbf08db. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c8390eaa4d5449d5a96da811289acae0. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:51.570657  8129 raft_consensus.cc:1275] T c8390eaa4d5449d5a96da811289acae0 P ad3fda85a2794dd1a26161ae2d476691 [term 2 FOLLOWER]: Refusing update from remote peer bdab2ffab94b414ba6bf1a46b1133216: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:41:51.572269  8305 consensus_queue.cc:1048] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:51.576946  8314 raft_consensus.cc:2955] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 49818bf28c45478db3337d012cbf08db (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } attrs { replace: true } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } } }
I20260608 12:41:51.578792  8478 raft_consensus.cc:2955] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 49818bf28c45478db3337d012cbf08db (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } attrs { replace: true } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } } }
I20260608 12:41:51.580699  8129 raft_consensus.cc:2955] T c8390eaa4d5449d5a96da811289acae0 P ad3fda85a2794dd1a26161ae2d476691 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 49818bf28c45478db3337d012cbf08db (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } attrs { replace: true } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } } }
I20260608 12:41:51.590044  8204 consensus_queue.cc:237] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [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: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } attrs { replace: true } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } }
I20260608 12:41:51.589624  7951 catalog_manager.cc:5696] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 reported cstate change: config changed from index -1 to 3, NON_VOTER 49818bf28c45478db3337d012cbf08db (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "bdab2ffab94b414ba6bf1a46b1133216" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:51.598238  8478 raft_consensus.cc:1275] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Refusing update from remote peer bdab2ffab94b414ba6bf1a46b1133216: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
W20260608 12:41:51.599776  8168 consensus_peers.cc:597] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 -> Peer 49818bf28c45478db3337d012cbf08db (127.0.107.196:32915): Couldn't send request to peer 49818bf28c45478db3337d012cbf08db. Error code: TABLET_NOT_FOUND (6). Status: Illegal state: Tablet not RUNNING: STOPPED. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:51.600111  8129 raft_consensus.cc:1275] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Refusing update from remote peer bdab2ffab94b414ba6bf1a46b1133216: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:51.600746  8439 consensus_queue.cc:1048] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:51.601642  8314 consensus_queue.cc:1048] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:51.608858  8314 raft_consensus.cc:2955] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 49818bf28c45478db3337d012cbf08db (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } attrs { replace: true } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } } }
I20260608 12:41:51.610517  8478 raft_consensus.cc:2955] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 49818bf28c45478db3337d012cbf08db (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } attrs { replace: true } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } } }
I20260608 12:41:51.620116  8129 raft_consensus.cc:2955] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 49818bf28c45478db3337d012cbf08db (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } attrs { replace: true } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } } }
I20260608 12:41:51.623531  7951 catalog_manager.cc:5696] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 reported cstate change: config changed from index 3 to 4, NON_VOTER 49818bf28c45478db3337d012cbf08db (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "bdab2ffab94b414ba6bf1a46b1133216" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:51.635309  8204 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "551fc6f34b08427692fa382675f8403a"
dest_uuid: "bdab2ffab94b414ba6bf1a46b1133216"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:46862
I20260608 12:41:51.636183  8204 raft_consensus.cc:606] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [term 1 LEADER]: Received request to transfer leadership
I20260608 12:41:51.640378  8204 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "551fc6f34b08427692fa382675f8403a"
dest_uuid: "bdab2ffab94b414ba6bf1a46b1133216"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:46862
I20260608 12:41:51.640877  8204 raft_consensus.cc:606] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [term 1 LEADER]: Received request to transfer leadership
I20260608 12:41:51.644418  8204 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "551fc6f34b08427692fa382675f8403a"
dest_uuid: "bdab2ffab94b414ba6bf1a46b1133216"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:46862
I20260608 12:41:51.644904  8204 raft_consensus.cc:606] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [term 1 LEADER]: Received request to transfer leadership
W20260608 12:41:51.648994  8002 auto_rebalancer.cc:855] Removing replace marker failed: Service unavailable: leader transfer in progress
W20260608 12:41:51.649331  8002 auto_rebalancer.cc:863] Could not move replica: Remote error: Service unavailable: leadership transfer for 551fc6f34b08427692fa382675f8403a already in progress
W20260608 12:41:51.649605  8002 auto_rebalancer.cc:301] scheduled replica move failed to complete: Remote error: Service unavailable: leadership transfer for 551fc6f34b08427692fa382675f8403a already in progress
I20260608 12:41:51.977296  8538 ts_tablet_manager.cc:933] T 517145faf54840268bcbd77cd43d7c5b P 49818bf28c45478db3337d012cbf08db: Initiating tablet copy from peer bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195:39901)
I20260608 12:41:51.979385  8538 tablet_copy_client.cc:323] T 517145faf54840268bcbd77cd43d7c5b P 49818bf28c45478db3337d012cbf08db: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:39901
I20260608 12:41:51.981622  8215 tablet_copy_service.cc:140] P bdab2ffab94b414ba6bf1a46b1133216: Received BeginTabletCopySession request for tablet 517145faf54840268bcbd77cd43d7c5b from peer 49818bf28c45478db3337d012cbf08db ({username='slave'} at 127.0.0.1:46890)
I20260608 12:41:51.982182  8215 tablet_copy_service.cc:161] P bdab2ffab94b414ba6bf1a46b1133216: Beginning new tablet copy session on tablet 517145faf54840268bcbd77cd43d7c5b from peer 49818bf28c45478db3337d012cbf08db at {username='slave'} at 127.0.0.1:46890: session id = 49818bf28c45478db3337d012cbf08db-517145faf54840268bcbd77cd43d7c5b
I20260608 12:41:51.990377  8215 tablet_copy_source_session.cc:215] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:51.993377  8538 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 517145faf54840268bcbd77cd43d7c5b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:52.004366  8538 tablet_copy_client.cc:806] T 517145faf54840268bcbd77cd43d7c5b P 49818bf28c45478db3337d012cbf08db: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:52.004907  8538 tablet_copy_client.cc:670] T 517145faf54840268bcbd77cd43d7c5b P 49818bf28c45478db3337d012cbf08db: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:52.008606  8538 tablet_copy_client.cc:538] T 517145faf54840268bcbd77cd43d7c5b P 49818bf28c45478db3337d012cbf08db: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:52.015887  8538 tablet_bootstrap.cc:492] T 517145faf54840268bcbd77cd43d7c5b P 49818bf28c45478db3337d012cbf08db: Bootstrap starting.
I20260608 12:41:52.034438  8538 tablet_bootstrap.cc:492] T 517145faf54840268bcbd77cd43d7c5b P 49818bf28c45478db3337d012cbf08db: 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
I20260608 12:41:52.035194  8538 tablet_bootstrap.cc:492] T 517145faf54840268bcbd77cd43d7c5b P 49818bf28c45478db3337d012cbf08db: Bootstrap complete.
I20260608 12:41:52.035848  8538 ts_tablet_manager.cc:1403] T 517145faf54840268bcbd77cd43d7c5b P 49818bf28c45478db3337d012cbf08db: Time spent bootstrapping tablet: real 0.020s	user 0.015s	sys 0.004s
I20260608 12:41:52.038035  8538 raft_consensus.cc:359] T 517145faf54840268bcbd77cd43d7c5b P 49818bf28c45478db3337d012cbf08db [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } attrs { replace: true } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } }
I20260608 12:41:52.038655  8538 raft_consensus.cc:740] T 517145faf54840268bcbd77cd43d7c5b P 49818bf28c45478db3337d012cbf08db [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 49818bf28c45478db3337d012cbf08db, State: Initialized, Role: LEARNER
I20260608 12:41:52.039204  8538 consensus_queue.cc:260] T 517145faf54840268bcbd77cd43d7c5b P 49818bf28c45478db3337d012cbf08db [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: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } attrs { replace: true } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } }
I20260608 12:41:52.041860  8538 ts_tablet_manager.cc:1434] T 517145faf54840268bcbd77cd43d7c5b P 49818bf28c45478db3337d012cbf08db: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260608 12:41:52.043673  8215 tablet_copy_service.cc:342] P bdab2ffab94b414ba6bf1a46b1133216: Request end of tablet copy session 49818bf28c45478db3337d012cbf08db-517145faf54840268bcbd77cd43d7c5b received from {username='slave'} at 127.0.0.1:46890
I20260608 12:41:52.044119  8215 tablet_copy_service.cc:434] P bdab2ffab94b414ba6bf1a46b1133216: ending tablet copy session 49818bf28c45478db3337d012cbf08db-517145faf54840268bcbd77cd43d7c5b on tablet 517145faf54840268bcbd77cd43d7c5b with peer 49818bf28c45478db3337d012cbf08db
I20260608 12:41:52.053629  8305 raft_consensus.cc:993] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216: : Instructing follower ad3fda85a2794dd1a26161ae2d476691 to start an election
I20260608 12:41:52.054168  8314 raft_consensus.cc:1081] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [term 1 LEADER]: Signalling peer ad3fda85a2794dd1a26161ae2d476691 to start an election
I20260608 12:41:52.055047  8538 ts_tablet_manager.cc:933] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db: Initiating tablet copy from peer bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195:39901)
I20260608 12:41:52.055787  8129 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "551fc6f34b08427692fa382675f8403a"
dest_uuid: "ad3fda85a2794dd1a26161ae2d476691"
 from {username='slave'} at 127.0.0.1:38648
I20260608 12:41:52.056421  8129 raft_consensus.cc:493] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:41:52.056800  8129 raft_consensus.cc:3060] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:52.057101  8538 tablet_copy_client.cc:323] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:39901
I20260608 12:41:52.058879  8215 tablet_copy_service.cc:140] P bdab2ffab94b414ba6bf1a46b1133216: Received BeginTabletCopySession request for tablet 551fc6f34b08427692fa382675f8403a from peer 49818bf28c45478db3337d012cbf08db ({username='slave'} at 127.0.0.1:46890)
I20260608 12:41:52.059365  8215 tablet_copy_service.cc:161] P bdab2ffab94b414ba6bf1a46b1133216: Beginning new tablet copy session on tablet 551fc6f34b08427692fa382675f8403a from peer 49818bf28c45478db3337d012cbf08db at {username='slave'} at 127.0.0.1:46890: session id = 49818bf28c45478db3337d012cbf08db-551fc6f34b08427692fa382675f8403a
I20260608 12:41:52.063207  8129 raft_consensus.cc:515] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } attrs { replace: true } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } }
I20260608 12:41:52.065441  8129 leader_election.cc:290] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [CANDIDATE]: Term 2 election: Requested vote from peers bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195:39901), 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117)
I20260608 12:41:52.066762  8215 tablet_copy_source_session.cc:215] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:52.068447  8204 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "551fc6f34b08427692fa382675f8403a" candidate_uuid: "ad3fda85a2794dd1a26161ae2d476691" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "bdab2ffab94b414ba6bf1a46b1133216"
I20260608 12:41:52.069134  8204 raft_consensus.cc:3055] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:41:52.069458  8204 raft_consensus.cc:740] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: bdab2ffab94b414ba6bf1a46b1133216, State: Running, Role: LEADER
I20260608 12:41:52.070086  8538 ts_tablet_manager.cc:1916] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db: Deleting tablet data with delete state TABLET_DATA_COPYING
I20260608 12:41:52.070391  8204 consensus_queue.cc:260] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 1.4, Last appended by leader: 4, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } attrs { replace: true } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } }
I20260608 12:41:52.073081  8204 raft_consensus.cc:3060] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:52.080983  8478 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "551fc6f34b08427692fa382675f8403a" candidate_uuid: "ad3fda85a2794dd1a26161ae2d476691" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "5029126aec3c488686e9ef1ca67f87ad"
I20260608 12:41:52.081679  8478 raft_consensus.cc:3060] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:52.081725  8204 raft_consensus.cc:2468] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ad3fda85a2794dd1a26161ae2d476691 in term 2.
I20260608 12:41:52.083336  8097 leader_election.cc:304] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [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: ad3fda85a2794dd1a26161ae2d476691, bdab2ffab94b414ba6bf1a46b1133216; no voters: 
I20260608 12:41:52.084303  8331 raft_consensus.cc:2804] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:52.086503  8538 ts_tablet_manager.cc:1929] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db: tablet deleted with delete type TABLET_DATA_COPYING: last-logged OpId 1.2
I20260608 12:41:52.087347  8538 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 551fc6f34b08427692fa382675f8403a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:52.089033  8478 raft_consensus.cc:2468] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ad3fda85a2794dd1a26161ae2d476691 in term 2.
I20260608 12:41:52.091873  8331 raft_consensus.cc:697] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [term 2 LEADER]: Becoming Leader. State: Replica: ad3fda85a2794dd1a26161ae2d476691, State: Running, Role: LEADER
I20260608 12:41:52.094308  8538 tablet_copy_client.cc:806] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:52.093464  8331 consensus_queue.cc:237] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 1.4, Last appended by leader: 4, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } attrs { replace: true } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } }
I20260608 12:41:52.094962  8538 tablet_copy_client.cc:670] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:52.098887  8538 tablet_copy_client.cc:538] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:52.104408  7951 catalog_manager.cc:5696] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 reported cstate change: term changed from 1 to 2, leader changed from bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195) to ad3fda85a2794dd1a26161ae2d476691 (127.0.107.194). New cstate: current_term: 2 leader_uuid: "ad3fda85a2794dd1a26161ae2d476691" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:52.108531  8538 tablet_bootstrap.cc:492] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db: Bootstrap starting.
I20260608 12:41:52.109050  8546 ts_tablet_manager.cc:933] T c8390eaa4d5449d5a96da811289acae0 P 49818bf28c45478db3337d012cbf08db: Initiating tablet copy from peer bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195:39901)
I20260608 12:41:52.114419  8546 tablet_copy_client.cc:323] T c8390eaa4d5449d5a96da811289acae0 P 49818bf28c45478db3337d012cbf08db: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:39901
I20260608 12:41:52.116526  8215 tablet_copy_service.cc:140] P bdab2ffab94b414ba6bf1a46b1133216: Received BeginTabletCopySession request for tablet c8390eaa4d5449d5a96da811289acae0 from peer 49818bf28c45478db3337d012cbf08db ({username='slave'} at 127.0.0.1:46890)
I20260608 12:41:52.117079  8215 tablet_copy_service.cc:161] P bdab2ffab94b414ba6bf1a46b1133216: Beginning new tablet copy session on tablet c8390eaa4d5449d5a96da811289acae0 from peer 49818bf28c45478db3337d012cbf08db at {username='slave'} at 127.0.0.1:46890: session id = 49818bf28c45478db3337d012cbf08db-c8390eaa4d5449d5a96da811289acae0
I20260608 12:41:52.125341  8215 tablet_copy_source_session.cc:215] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:52.130587  8546 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c8390eaa4d5449d5a96da811289acae0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:52.138397  8538 tablet_bootstrap.cc:492] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db: 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
I20260608 12:41:52.139487  8538 tablet_bootstrap.cc:492] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db: Bootstrap complete.
I20260608 12:41:52.140234  8538 ts_tablet_manager.cc:1403] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db: Time spent bootstrapping tablet: real 0.032s	user 0.027s	sys 0.004s
I20260608 12:41:52.143575  8538 raft_consensus.cc:359] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } attrs { replace: true } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } }
I20260608 12:41:52.144513  8538 raft_consensus.cc:740] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 49818bf28c45478db3337d012cbf08db, State: Initialized, Role: LEARNER
I20260608 12:41:52.145241  8538 consensus_queue.cc:260] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db [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: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } attrs { replace: true } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } }
I20260608 12:41:52.147611  8538 ts_tablet_manager.cc:1434] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:41:52.148362  8546 tablet_copy_client.cc:806] T c8390eaa4d5449d5a96da811289acae0 P 49818bf28c45478db3337d012cbf08db: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:52.149554  8215 tablet_copy_service.cc:342] P bdab2ffab94b414ba6bf1a46b1133216: Request end of tablet copy session 49818bf28c45478db3337d012cbf08db-551fc6f34b08427692fa382675f8403a received from {username='slave'} at 127.0.0.1:46890
I20260608 12:41:52.151067  8215 tablet_copy_service.cc:434] P bdab2ffab94b414ba6bf1a46b1133216: ending tablet copy session 49818bf28c45478db3337d012cbf08db-551fc6f34b08427692fa382675f8403a on tablet 551fc6f34b08427692fa382675f8403a with peer 49818bf28c45478db3337d012cbf08db
I20260608 12:41:52.149966  8546 tablet_copy_client.cc:670] T c8390eaa4d5449d5a96da811289acae0 P 49818bf28c45478db3337d012cbf08db: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:52.157160  8546 tablet_copy_client.cc:538] T c8390eaa4d5449d5a96da811289acae0 P 49818bf28c45478db3337d012cbf08db: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:52.166741  8546 tablet_bootstrap.cc:492] T c8390eaa4d5449d5a96da811289acae0 P 49818bf28c45478db3337d012cbf08db: Bootstrap starting.
I20260608 12:41:52.190295  8546 tablet_bootstrap.cc:492] T c8390eaa4d5449d5a96da811289acae0 P 49818bf28c45478db3337d012cbf08db: 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
I20260608 12:41:52.191283  8546 tablet_bootstrap.cc:492] T c8390eaa4d5449d5a96da811289acae0 P 49818bf28c45478db3337d012cbf08db: Bootstrap complete.
I20260608 12:41:52.192013  8546 ts_tablet_manager.cc:1403] T c8390eaa4d5449d5a96da811289acae0 P 49818bf28c45478db3337d012cbf08db: Time spent bootstrapping tablet: real 0.026s	user 0.027s	sys 0.000s
I20260608 12:41:52.195158  8546 raft_consensus.cc:359] T c8390eaa4d5449d5a96da811289acae0 P 49818bf28c45478db3337d012cbf08db [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } attrs { replace: true } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } }
I20260608 12:41:52.196054  8546 raft_consensus.cc:740] T c8390eaa4d5449d5a96da811289acae0 P 49818bf28c45478db3337d012cbf08db [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 49818bf28c45478db3337d012cbf08db, State: Initialized, Role: LEARNER
I20260608 12:41:52.196735  8546 consensus_queue.cc:260] T c8390eaa4d5449d5a96da811289acae0 P 49818bf28c45478db3337d012cbf08db [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: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } attrs { replace: true } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true } }
I20260608 12:41:52.199118  8546 ts_tablet_manager.cc:1434] T c8390eaa4d5449d5a96da811289acae0 P 49818bf28c45478db3337d012cbf08db: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260608 12:41:52.200889  8215 tablet_copy_service.cc:342] P bdab2ffab94b414ba6bf1a46b1133216: Request end of tablet copy session 49818bf28c45478db3337d012cbf08db-c8390eaa4d5449d5a96da811289acae0 received from {username='slave'} at 127.0.0.1:46890
I20260608 12:41:52.201275  8215 tablet_copy_service.cc:434] P bdab2ffab94b414ba6bf1a46b1133216: ending tablet copy session 49818bf28c45478db3337d012cbf08db-c8390eaa4d5449d5a96da811289acae0 on tablet c8390eaa4d5449d5a96da811289acae0 with peer 49818bf28c45478db3337d012cbf08db
I20260608 12:41:52.516885  8390 raft_consensus.cc:3060] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db [term 1 LEARNER]: Advancing to term 2
I20260608 12:41:52.518304  8389 raft_consensus.cc:1217] T 517145faf54840268bcbd77cd43d7c5b P 49818bf28c45478db3337d012cbf08db [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260608 12:41:52.525805  8390 raft_consensus.cc:1275] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db [term 2 LEARNER]: Refusing update from remote peer ad3fda85a2794dd1a26161ae2d476691: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:41:52.527684  8331 consensus_queue.cc:1048] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [LEADER]: Connected to new peer: Peer: permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:52.538017  8331 raft_consensus.cc:1064] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691: attempting to promote NON_VOTER 49818bf28c45478db3337d012cbf08db to VOTER
W20260608 12:41:52.538496  8331 raft_consensus.cc:1068] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691: Unable to promote non-voter 49818bf28c45478db3337d012cbf08db: Illegal state: Leader has not yet committed an operation in its own term
I20260608 12:41:52.548792  8390 raft_consensus.cc:1217] T c8390eaa4d5449d5a96da811289acae0 P 49818bf28c45478db3337d012cbf08db [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260608 12:41:52.582722  8204 raft_consensus.cc:1275] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [term 2 FOLLOWER]: Refusing update from remote peer ad3fda85a2794dd1a26161ae2d476691: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:41:52.584146  8331 consensus_queue.cc:1048] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:52.614740  8478 raft_consensus.cc:1275] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad [term 2 FOLLOWER]: Refusing update from remote peer ad3fda85a2794dd1a26161ae2d476691: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:41:52.615125  8554 raft_consensus.cc:1064] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691: attempting to promote NON_VOTER 49818bf28c45478db3337d012cbf08db to VOTER
I20260608 12:41:52.616595  8555 consensus_queue.cc:1048] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:52.618649  8554 consensus_queue.cc:237] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 5, Committed index: 5, Last appended: 2.5, Last appended by leader: 4, Current term: 2, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } attrs { replace: true } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } }
I20260608 12:41:52.626154  8204 raft_consensus.cc:1275] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [term 2 FOLLOWER]: Refusing update from remote peer ad3fda85a2794dd1a26161ae2d476691: Log matching property violated. Preceding OpId in replica: term: 2 index: 5. Preceding OpId from leader: term: 2 index: 6. (index mismatch)
I20260608 12:41:52.626417  8390 raft_consensus.cc:1275] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db [term 2 LEARNER]: Refusing update from remote peer ad3fda85a2794dd1a26161ae2d476691: Log matching property violated. Preceding OpId in replica: term: 2 index: 5. Preceding OpId from leader: term: 2 index: 6. (index mismatch)
I20260608 12:41:52.628082  8555 consensus_queue.cc:1048] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260608 12:41:52.629206  8545 consensus_queue.cc:1048] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [LEADER]: Connected to new peer: Peer: permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.001s
I20260608 12:41:52.639375  8331 raft_consensus.cc:2955] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [term 2 LEADER]: Committing config change with OpId 2.6: config changed from index 4 to 6, 49818bf28c45478db3337d012cbf08db (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } attrs { replace: true } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } } }
I20260608 12:41:52.651803  8390 raft_consensus.cc:2955] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db [term 2 FOLLOWER]: Committing config change with OpId 2.6: config changed from index 4 to 6, 49818bf28c45478db3337d012cbf08db (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } attrs { replace: true } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } } }
I20260608 12:41:52.656599  7954 catalog_manager.cc:5696] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 reported cstate change: config changed from index 4 to 6, 49818bf28c45478db3337d012cbf08db (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "ad3fda85a2794dd1a26161ae2d476691" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:52.663452  8204 raft_consensus.cc:2955] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [term 2 FOLLOWER]: Committing config change with OpId 2.6: config changed from index 4 to 6, 49818bf28c45478db3337d012cbf08db (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } attrs { replace: true } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } } }
I20260608 12:41:52.674114  8477 raft_consensus.cc:1275] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad [term 2 FOLLOWER]: Refusing update from remote peer ad3fda85a2794dd1a26161ae2d476691: Log matching property violated. Preceding OpId in replica: term: 2 index: 5. Preceding OpId from leader: term: 2 index: 6. (index mismatch)
I20260608 12:41:52.681526  8554 consensus_queue.cc:1048] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.001s
I20260608 12:41:52.688694  8477 raft_consensus.cc:2955] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad [term 2 FOLLOWER]: Committing config change with OpId 2.6: config changed from index 4 to 6, 49818bf28c45478db3337d012cbf08db (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } attrs { replace: true } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } } }
I20260608 12:41:52.906065  8439 raft_consensus.cc:1064] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216: attempting to promote NON_VOTER 49818bf28c45478db3337d012cbf08db to VOTER
I20260608 12:41:52.908543  8439 consensus_queue.cc:237] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [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: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } attrs { replace: true } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } }
I20260608 12:41:52.915230  8390 raft_consensus.cc:1275] T 517145faf54840268bcbd77cd43d7c5b P 49818bf28c45478db3337d012cbf08db [term 2 LEARNER]: Refusing update from remote peer bdab2ffab94b414ba6bf1a46b1133216: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:41:52.915300  8129 raft_consensus.cc:1275] T 517145faf54840268bcbd77cd43d7c5b P ad3fda85a2794dd1a26161ae2d476691 [term 2 FOLLOWER]: Refusing update from remote peer bdab2ffab94b414ba6bf1a46b1133216: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:41:52.916700  8477 raft_consensus.cc:1275] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad [term 2 FOLLOWER]: Refusing update from remote peer bdab2ffab94b414ba6bf1a46b1133216: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:41:52.917150  8439 consensus_queue.cc:1048] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Connected to new peer: Peer: permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:52.918129  8305 consensus_queue.cc:1048] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:52.918919  8314 consensus_queue.cc:1048] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:52.931113  8314 raft_consensus.cc:2955] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 49818bf28c45478db3337d012cbf08db (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } attrs { replace: true } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } } }
I20260608 12:41:52.933096  8477 raft_consensus.cc:2955] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 49818bf28c45478db3337d012cbf08db (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } attrs { replace: true } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } } }
I20260608 12:41:52.935428  8390 raft_consensus.cc:2955] T 517145faf54840268bcbd77cd43d7c5b P 49818bf28c45478db3337d012cbf08db [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 49818bf28c45478db3337d012cbf08db (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } attrs { replace: true } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } } }
I20260608 12:41:52.944272  8129 raft_consensus.cc:2955] T 517145faf54840268bcbd77cd43d7c5b P ad3fda85a2794dd1a26161ae2d476691 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 49818bf28c45478db3337d012cbf08db (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } attrs { replace: true } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } } }
I20260608 12:41:52.949950  7952 catalog_manager.cc:5696] T 517145faf54840268bcbd77cd43d7c5b P 49818bf28c45478db3337d012cbf08db reported cstate change: config changed from index 3 to 4, 49818bf28c45478db3337d012cbf08db (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "bdab2ffab94b414ba6bf1a46b1133216" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } attrs { replace: true } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } } }
I20260608 12:41:52.966741  8305 raft_consensus.cc:1064] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216: attempting to promote NON_VOTER 49818bf28c45478db3337d012cbf08db to VOTER
I20260608 12:41:52.968266  8204 consensus_queue.cc:237] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [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: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } }
I20260608 12:41:52.969550  8305 consensus_queue.cc:237] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [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: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } attrs { replace: true } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } }
I20260608 12:41:52.974654  8390 raft_consensus.cc:1275] T 517145faf54840268bcbd77cd43d7c5b P 49818bf28c45478db3337d012cbf08db [term 2 FOLLOWER]: Refusing update from remote peer bdab2ffab94b414ba6bf1a46b1133216: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:41:52.976258  8314 consensus_queue.cc:1048] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Connected to new peer: Peer: permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:52.978173  8129 raft_consensus.cc:1275] T 517145faf54840268bcbd77cd43d7c5b P ad3fda85a2794dd1a26161ae2d476691 [term 2 FOLLOWER]: Refusing update from remote peer bdab2ffab94b414ba6bf1a46b1133216: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:41:52.980827  8314 consensus_queue.cc:1048] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260608 12:41:52.987627  8389 raft_consensus.cc:1275] T c8390eaa4d5449d5a96da811289acae0 P 49818bf28c45478db3337d012cbf08db [term 2 LEARNER]: Refusing update from remote peer bdab2ffab94b414ba6bf1a46b1133216: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:41:52.991225  8568 consensus_queue.cc:1048] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Connected to new peer: Peer: permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:41:52.991032  8439 raft_consensus.cc:2955] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } } }
I20260608 12:41:52.992585  8389 raft_consensus.cc:2955] T 517145faf54840268bcbd77cd43d7c5b P 49818bf28c45478db3337d012cbf08db [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } } }
I20260608 12:41:53.012089  7954 catalog_manager.cc:5696] T 517145faf54840268bcbd77cd43d7c5b P 49818bf28c45478db3337d012cbf08db reported cstate change: config changed from index 4 to 5, VOTER 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193) evicted. New cstate: current_term: 2 leader_uuid: "bdab2ffab94b414ba6bf1a46b1133216" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } } }
I20260608 12:41:53.021365  8477 raft_consensus.cc:1275] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [term 2 FOLLOWER]: Refusing update from remote peer bdab2ffab94b414ba6bf1a46b1133216: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:41:53.022224  7941 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 517145faf54840268bcbd77cd43d7c5b with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:53.024729  8569 consensus_queue.cc:1048] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:41:53.029059  8468 tablet_service.cc:1558] Processing DeleteTablet for tablet 517145faf54840268bcbd77cd43d7c5b with delete_type TABLET_DATA_TOMBSTONED (TS 5029126aec3c488686e9ef1ca67f87ad not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:49950
I20260608 12:41:53.039700  8129 raft_consensus.cc:1275] T c8390eaa4d5449d5a96da811289acae0 P ad3fda85a2794dd1a26161ae2d476691 [term 2 FOLLOWER]: Refusing update from remote peer bdab2ffab94b414ba6bf1a46b1133216: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:41:53.042387  8129 raft_consensus.cc:2955] T 517145faf54840268bcbd77cd43d7c5b P ad3fda85a2794dd1a26161ae2d476691 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } } }
I20260608 12:41:53.051496  8575 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:53.052134  8305 consensus_queue.cc:1048] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:53.052570  8575 raft_consensus.cc:2243] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:53.053426  8575 raft_consensus.cc:2272] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:53.057276  8575 ts_tablet_manager.cc:1916] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:53.060994  8305 raft_consensus.cc:2955] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 49818bf28c45478db3337d012cbf08db (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } attrs { replace: true } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } } }
I20260608 12:41:53.069025  8477 raft_consensus.cc:2955] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 49818bf28c45478db3337d012cbf08db (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } attrs { replace: true } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } } }
I20260608 12:41:53.073644  8575 ts_tablet_manager.cc:1929] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260608 12:41:53.074132  8575 log.cc:1199] T 517145faf54840268bcbd77cd43d7c5b P 5029126aec3c488686e9ef1ca67f87ad: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-0-root/wals/517145faf54840268bcbd77cd43d7c5b
I20260608 12:41:53.075812  7941 catalog_manager.cc:5027] TS 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117): tablet 517145faf54840268bcbd77cd43d7c5b (table test-workload [id=a5b3fc52027e4cf1b61c990b129c7a0d]) successfully deleted
I20260608 12:41:53.079841  8129 raft_consensus.cc:2955] T c8390eaa4d5449d5a96da811289acae0 P ad3fda85a2794dd1a26161ae2d476691 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 49818bf28c45478db3337d012cbf08db (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } attrs { replace: true } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } } }
I20260608 12:41:53.085505  7954 catalog_manager.cc:5696] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 reported cstate change: config changed from index 3 to 4, 49818bf28c45478db3337d012cbf08db (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "bdab2ffab94b414ba6bf1a46b1133216" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:53.084040  8390 raft_consensus.cc:2955] T c8390eaa4d5449d5a96da811289acae0 P 49818bf28c45478db3337d012cbf08db [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 49818bf28c45478db3337d012cbf08db (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } attrs { replace: true } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } } }
I20260608 12:41:53.105456  8204 consensus_queue.cc:237] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [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: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } }
I20260608 12:41:53.111603  8477 raft_consensus.cc:1275] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [term 2 FOLLOWER]: Refusing update from remote peer bdab2ffab94b414ba6bf1a46b1133216: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:41:53.111852  8390 raft_consensus.cc:1275] T c8390eaa4d5449d5a96da811289acae0 P 49818bf28c45478db3337d012cbf08db [term 2 FOLLOWER]: Refusing update from remote peer bdab2ffab94b414ba6bf1a46b1133216: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:41:53.114468  8574 consensus_queue.cc:1048] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260608 12:41:53.115852  8305 consensus_queue.cc:1048] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [LEADER]: Connected to new peer: Peer: permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:53.123265  8314 raft_consensus.cc:2955] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER ad3fda85a2794dd1a26161ae2d476691 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } } }
I20260608 12:41:53.125260  8390 raft_consensus.cc:2955] T c8390eaa4d5449d5a96da811289acae0 P 49818bf28c45478db3337d012cbf08db [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER ad3fda85a2794dd1a26161ae2d476691 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } } }
I20260608 12:41:53.130153  7941 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet c8390eaa4d5449d5a96da811289acae0 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:53.133219  8478 raft_consensus.cc:2955] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER ad3fda85a2794dd1a26161ae2d476691 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } } }
I20260608 12:41:53.134526  7951 catalog_manager.cc:5696] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 reported cstate change: config changed from index 4 to 5, VOTER ad3fda85a2794dd1a26161ae2d476691 (127.0.107.194) evicted. New cstate: current_term: 2 leader_uuid: "bdab2ffab94b414ba6bf1a46b1133216" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bdab2ffab94b414ba6bf1a46b1133216" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39901 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:53.148284  8119 tablet_service.cc:1558] Processing DeleteTablet for tablet c8390eaa4d5449d5a96da811289acae0 with delete_type TABLET_DATA_TOMBSTONED (TS ad3fda85a2794dd1a26161ae2d476691 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:38630
I20260608 12:41:53.151346  8578 tablet_replica.cc:333] T c8390eaa4d5449d5a96da811289acae0 P ad3fda85a2794dd1a26161ae2d476691: stopping tablet replica
I20260608 12:41:53.152144  8578 raft_consensus.cc:2243] T c8390eaa4d5449d5a96da811289acae0 P ad3fda85a2794dd1a26161ae2d476691 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:53.152720  8578 raft_consensus.cc:2272] T c8390eaa4d5449d5a96da811289acae0 P ad3fda85a2794dd1a26161ae2d476691 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:53.156322  8578 ts_tablet_manager.cc:1916] T c8390eaa4d5449d5a96da811289acae0 P ad3fda85a2794dd1a26161ae2d476691: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:53.162741  8129 consensus_queue.cc:237] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 6, Committed index: 6, Last appended: 2.6, Last appended by leader: 4, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } }
I20260608 12:41:53.167538  8390 raft_consensus.cc:1275] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db [term 2 FOLLOWER]: Refusing update from remote peer ad3fda85a2794dd1a26161ae2d476691: Log matching property violated. Preceding OpId in replica: term: 2 index: 6. Preceding OpId from leader: term: 2 index: 7. (index mismatch)
I20260608 12:41:53.168026  8478 raft_consensus.cc:1275] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad [term 2 FOLLOWER]: Refusing update from remote peer ad3fda85a2794dd1a26161ae2d476691: Log matching property violated. Preceding OpId in replica: term: 2 index: 6. Preceding OpId from leader: term: 2 index: 7. (index mismatch)
I20260608 12:41:53.169045  8555 consensus_queue.cc:1048] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [LEADER]: Connected to new peer: Peer: permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 7, Last known committed idx: 6, Time since last communication: 0.000s
I20260608 12:41:53.169353  8578 ts_tablet_manager.cc:1929] T c8390eaa4d5449d5a96da811289acae0 P ad3fda85a2794dd1a26161ae2d476691: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260608 12:41:53.169857  8578 log.cc:1199] T c8390eaa4d5449d5a96da811289acae0 P ad3fda85a2794dd1a26161ae2d476691: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-1-root/wals/c8390eaa4d5449d5a96da811289acae0
I20260608 12:41:53.169868  8331 consensus_queue.cc:1048] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 7, Last known committed idx: 6, Time since last communication: 0.001s
I20260608 12:41:53.171886  7940 catalog_manager.cc:5027] TS ad3fda85a2794dd1a26161ae2d476691 (127.0.107.194:41111): tablet c8390eaa4d5449d5a96da811289acae0 (table test-workload [id=a5b3fc52027e4cf1b61c990b129c7a0d]) successfully deleted
I20260608 12:41:53.176404  8331 raft_consensus.cc:2955] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [term 2 LEADER]: Committing config change with OpId 2.7: config changed from index 6 to 7, VOTER bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195) evicted. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } } }
I20260608 12:41:53.178335  8478 raft_consensus.cc:2955] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad [term 2 FOLLOWER]: Committing config change with OpId 2.7: config changed from index 6 to 7, VOTER bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195) evicted. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } } }
I20260608 12:41:53.180395  8390 raft_consensus.cc:2955] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db [term 2 FOLLOWER]: Committing config change with OpId 2.7: config changed from index 6 to 7, VOTER bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195) evicted. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } } }
I20260608 12:41:53.188544  7940 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 551fc6f34b08427692fa382675f8403a with cas_config_opid_index 6: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:53.188839  7952 catalog_manager.cc:5696] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad reported cstate change: config changed from index 6 to 7, VOTER bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195) evicted. New cstate: current_term: 2 leader_uuid: "ad3fda85a2794dd1a26161ae2d476691" committed_config { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "ad3fda85a2794dd1a26161ae2d476691" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41111 } } peers { permanent_uuid: "5029126aec3c488686e9ef1ca67f87ad" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36117 } } peers { permanent_uuid: "49818bf28c45478db3337d012cbf08db" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 32915 } attrs { promote: false } } }
I20260608 12:41:53.199208  8192 tablet_service.cc:1558] Processing DeleteTablet for tablet 551fc6f34b08427692fa382675f8403a with delete_type TABLET_DATA_TOMBSTONED (TS bdab2ffab94b414ba6bf1a46b1133216 not found in new config with opid_index 7) from {username='slave'} at 127.0.0.1:46862
I20260608 12:41:53.201133  8579 tablet_replica.cc:333] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216: stopping tablet replica
I20260608 12:41:53.201862  8579 raft_consensus.cc:2243] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:53.202518  8579 raft_consensus.cc:2272] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:53.205385  8579 ts_tablet_manager.cc:1916] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:53.216231  8579 ts_tablet_manager.cc:1929] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.6
I20260608 12:41:53.216581  8579 log.cc:1199] T 551fc6f34b08427692fa382675f8403a P bdab2ffab94b414ba6bf1a46b1133216: Deleting WAL directory at /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922302632525-431-0/minicluster-data/ts-2-root/wals/551fc6f34b08427692fa382675f8403a
I20260608 12:41:53.218034  7941 catalog_manager.cc:5027] TS bdab2ffab94b414ba6bf1a46b1133216 (127.0.107.195:39901): tablet 551fc6f34b08427692fa382675f8403a (table test-workload [id=a5b3fc52027e4cf1b61c990b129c7a0d]) successfully deleted
I20260608 12:41:54.694253   431 tablet_server.cc:179] TabletServer@127.0.107.193:36117 shutting down...
W20260608 12:41:54.700091  8171 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 38 similar messages]
W20260608 12:41:54.707500  8171 consensus_peers.cc:597] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 -> Peer 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117): Couldn't send request to peer 5029126aec3c488686e9ef1ca67f87ad. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:54.726310   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:54.727396   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:54.728207   431 raft_consensus.cc:2243] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:54.729372   431 raft_consensus.cc:2272] T c8390eaa4d5449d5a96da811289acae0 P 5029126aec3c488686e9ef1ca67f87ad [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:54.732133   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:54.732667   431 raft_consensus.cc:2243] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:54.734191   431 raft_consensus.cc:2272] T 551fc6f34b08427692fa382675f8403a P 5029126aec3c488686e9ef1ca67f87ad [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:54.736824   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:54.737331   431 raft_consensus.cc:2243] T 3e471922a61e45d080c1571fc9cd01cc P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:54.738263   431 raft_consensus.cc:2272] T 3e471922a61e45d080c1571fc9cd01cc P 5029126aec3c488686e9ef1ca67f87ad [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:54.767735   431 tablet_server.cc:196] TabletServer@127.0.107.193:36117 shutdown complete.
W20260608 12:41:54.789372  8171 consensus_peers.cc:597] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 -> Peer 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117): Couldn't send request to peer 5029126aec3c488686e9ef1ca67f87ad. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36117: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:54.801728   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
W20260608 12:41:54.804427  8097 consensus_peers.cc:597] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 -> Peer 5029126aec3c488686e9ef1ca67f87ad (127.0.107.193:36117): Couldn't send request to peer 5029126aec3c488686e9ef1ca67f87ad. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36117: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:54.830464   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:54.831502   431 tablet_replica.cc:333] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691: stopping tablet replica
I20260608 12:41:54.832639   431 raft_consensus.cc:2243] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:41:54.833899   431 raft_consensus.cc:2272] T 551fc6f34b08427692fa382675f8403a P ad3fda85a2794dd1a26161ae2d476691 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:54.836611   431 tablet_replica.cc:333] T 3e471922a61e45d080c1571fc9cd01cc P ad3fda85a2794dd1a26161ae2d476691: stopping tablet replica
I20260608 12:41:54.837131   431 raft_consensus.cc:2243] T 3e471922a61e45d080c1571fc9cd01cc P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:54.838124   431 raft_consensus.cc:2272] T 3e471922a61e45d080c1571fc9cd01cc P ad3fda85a2794dd1a26161ae2d476691 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:54.840757   431 tablet_replica.cc:333] T 517145faf54840268bcbd77cd43d7c5b P ad3fda85a2794dd1a26161ae2d476691: stopping tablet replica
I20260608 12:41:54.841225   431 raft_consensus.cc:2243] T 517145faf54840268bcbd77cd43d7c5b P ad3fda85a2794dd1a26161ae2d476691 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:54.841861   431 raft_consensus.cc:2272] T 517145faf54840268bcbd77cd43d7c5b P ad3fda85a2794dd1a26161ae2d476691 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:54.867107   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:54.894158   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:54.923611   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
W20260608 12:41:54.923645  8170 consensus_peers.cc:597] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 -> Peer ad3fda85a2794dd1a26161ae2d476691 (127.0.107.194:41111): Couldn't send request to peer ad3fda85a2794dd1a26161ae2d476691. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:41111: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:54.924772   431 tablet_replica.cc:333] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216: stopping tablet replica
I20260608 12:41:54.925673   431 raft_consensus.cc:2243] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:41:54.926776   431 raft_consensus.cc:2272] T c8390eaa4d5449d5a96da811289acae0 P bdab2ffab94b414ba6bf1a46b1133216 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:54.929525   431 tablet_replica.cc:333] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216: stopping tablet replica
I20260608 12:41:54.930114   431 raft_consensus.cc:2243] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:41:54.931089   431 raft_consensus.cc:2272] T 517145faf54840268bcbd77cd43d7c5b P bdab2ffab94b414ba6bf1a46b1133216 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:54.933447   431 tablet_replica.cc:333] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216: stopping tablet replica
I20260608 12:41:54.933980   431 raft_consensus.cc:2243] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:54.934930   431 raft_consensus.cc:2272] T 3e471922a61e45d080c1571fc9cd01cc P bdab2ffab94b414ba6bf1a46b1133216 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:54.961499   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:54.987020   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:41:55.012813   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:55.013557   431 tablet_replica.cc:333] T c8390eaa4d5449d5a96da811289acae0 P 49818bf28c45478db3337d012cbf08db: stopping tablet replica
I20260608 12:41:55.014189   431 raft_consensus.cc:2243] T c8390eaa4d5449d5a96da811289acae0 P 49818bf28c45478db3337d012cbf08db [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:55.014788   431 raft_consensus.cc:2272] T c8390eaa4d5449d5a96da811289acae0 P 49818bf28c45478db3337d012cbf08db [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:55.017212   431 tablet_replica.cc:333] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db: stopping tablet replica
I20260608 12:41:55.017663   431 raft_consensus.cc:2243] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:55.018280   431 raft_consensus.cc:2272] T 551fc6f34b08427692fa382675f8403a P 49818bf28c45478db3337d012cbf08db [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:55.020423   431 tablet_replica.cc:333] T 517145faf54840268bcbd77cd43d7c5b P 49818bf28c45478db3337d012cbf08db: stopping tablet replica
I20260608 12:41:55.020866   431 raft_consensus.cc:2243] T 517145faf54840268bcbd77cd43d7c5b P 49818bf28c45478db3337d012cbf08db [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:55.021387   431 raft_consensus.cc:2272] T 517145faf54840268bcbd77cd43d7c5b P 49818bf28c45478db3337d012cbf08db [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:55.045192   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:41:55.061901   431 master.cc:562] Master@127.0.107.254:40913 shutting down...
I20260608 12:41:55.085115   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 0acb9dfb164e4ea595284201d2a1f441 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:55.085783   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 0acb9dfb164e4ea595284201d2a1f441 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:55.086139   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 0acb9dfb164e4ea595284201d2a1f441: stopping tablet replica
I20260608 12:41:55.108134   431 master.cc:584] Master@127.0.107.254:40913 shutdown complete.
[       OK ] AutoRebalancerTest.TestDeletedTables (8811 ms)
[ RUN      ] AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails
I20260608 12:41:55.152218   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:42093
I20260608 12:41:55.154296   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:55.160405  8585 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:55.160710  8586 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:55.161341  8588 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:55.162221   431 server_base.cc:1061] running on GCE node
I20260608 12:41:55.163048   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:55.163259   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.
I20260608 12:41:55.163441   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922515163385 us; error 0 us; skew 500 ppm
I20260608 12:41:55.164050   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:55.166630   431 webserver.cc:533] Webserver started at http://127.0.107.254:43353/ using document root <none> and password file <none>
I20260608 12:41:55.167176   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:55.167378   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:55.167778   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:55.168972   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922302632525-431-0/minicluster-data/master-0-root/instance:
uuid: "20164f998ef345fd82cf746ebe6500eb"
format_stamp: "Formatted at 2026-06-08 12:41:55 on dist-test-slave-g6ln"
I20260608 12:41:55.173738   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:41:55.177356  8593 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:55.178145   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:41:55.178574   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922302632525-431-0/minicluster-data/master-0-root
uuid: "20164f998ef345fd82cf746ebe6500eb"
format_stamp: "Formatted at 2026-06-08 12:41:55 on dist-test-slave-g6ln"
I20260608 12:41:55.178864   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922302632525-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922302632525-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922302632525-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)
I20260608 12:41:55.194515   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:55.195896   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:55.235044   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:42093
I20260608 12:41:55.235191  8644 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:42093 every 8 connection(s)
I20260608 12:41:55.239346  8645 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:55.250892  8645 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 20164f998ef345fd82cf746ebe6500eb: Bootstrap starting.
I20260608 12:41:55.255991  8645 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 20164f998ef345fd82cf746ebe6500eb: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:55.260332  8645 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 20164f998ef345fd82cf746ebe6500eb: No bootstrap required, opened a new log
I20260608 12:41:55.262670  8645 raft_consensus.cc:359] T 00000000000000000000000000000000 P 20164f998ef345fd82cf746ebe6500eb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "20164f998ef345fd82cf746ebe6500eb" member_type: VOTER }
I20260608 12:41:55.263080  8645 raft_consensus.cc:385] T 00000000000000000000000000000000 P 20164f998ef345fd82cf746ebe6500eb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:55.263276  8645 raft_consensus.cc:740] T 00000000000000000000000000000000 P 20164f998ef345fd82cf746ebe6500eb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 20164f998ef345fd82cf746ebe6500eb, State: Initialized, Role: FOLLOWER
I20260608 12:41:55.263926  8645 consensus_queue.cc:260] T 00000000000000000000000000000000 P 20164f998ef345fd82cf746ebe6500eb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "20164f998ef345fd82cf746ebe6500eb" member_type: VOTER }
I20260608 12:41:55.264391  8645 raft_consensus.cc:399] T 00000000000000000000000000000000 P 20164f998ef345fd82cf746ebe6500eb [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:55.264588  8645 raft_consensus.cc:493] T 00000000000000000000000000000000 P 20164f998ef345fd82cf746ebe6500eb [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:55.264797  8645 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 20164f998ef345fd82cf746ebe6500eb [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:55.269894  8645 raft_consensus.cc:515] T 00000000000000000000000000000000 P 20164f998ef345fd82cf746ebe6500eb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "20164f998ef345fd82cf746ebe6500eb" member_type: VOTER }
I20260608 12:41:55.270447  8645 leader_election.cc:304] T 00000000000000000000000000000000 P 20164f998ef345fd82cf746ebe6500eb [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: 20164f998ef345fd82cf746ebe6500eb; no voters: 
I20260608 12:41:55.272030  8645 leader_election.cc:290] T 00000000000000000000000000000000 P 20164f998ef345fd82cf746ebe6500eb [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:55.272574  8648 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 20164f998ef345fd82cf746ebe6500eb [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:55.274102  8648 raft_consensus.cc:697] T 00000000000000000000000000000000 P 20164f998ef345fd82cf746ebe6500eb [term 1 LEADER]: Becoming Leader. State: Replica: 20164f998ef345fd82cf746ebe6500eb, State: Running, Role: LEADER
I20260608 12:41:55.274936  8648 consensus_queue.cc:237] T 00000000000000000000000000000000 P 20164f998ef345fd82cf746ebe6500eb [LEADER]: Queue going to LEADER mode. State: All 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: "20164f998ef345fd82cf746ebe6500eb" member_type: VOTER }
I20260608 12:41:55.275077  8645 sys_catalog.cc:565] T 00000000000000000000000000000000 P 20164f998ef345fd82cf746ebe6500eb [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:55.282452  8650 sys_catalog.cc:455] T 00000000000000000000000000000000 P 20164f998ef345fd82cf746ebe6500eb [sys.catalog]: SysCatalogTable state changed. Reason: New leader 20164f998ef345fd82cf746ebe6500eb. Latest consensus state: current_term: 1 leader_uuid: "20164f998ef345fd82cf746ebe6500eb" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "20164f998ef345fd82cf746ebe6500eb" member_type: VOTER } }
I20260608 12:41:55.283102  8650 sys_catalog.cc:458] T 00000000000000000000000000000000 P 20164f998ef345fd82cf746ebe6500eb [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:55.283739  8649 sys_catalog.cc:455] T 00000000000000000000000000000000 P 20164f998ef345fd82cf746ebe6500eb [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "20164f998ef345fd82cf746ebe6500eb" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "20164f998ef345fd82cf746ebe6500eb" member_type: VOTER } }
I20260608 12:41:55.284557  8649 sys_catalog.cc:458] T 00000000000000000000000000000000 P 20164f998ef345fd82cf746ebe6500eb [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:55.285312  8658 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:55.293339  8658 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:55.294445   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:55.303306  8658 catalog_manager.cc:1382] Generated new cluster ID: 81a8ab52e3134a3dae3759bbfa6a634a
I20260608 12:41:55.303658  8658 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:55.332412  8658 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:55.333854  8658 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:55.349877  8658 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 20164f998ef345fd82cf746ebe6500eb: Generated new TSK 0
I20260608 12:41:55.350509  8658 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:55.361044   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:55.367872  8666 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:55.369220  8667 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:55.373543  8669 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:55.373600   431 server_base.cc:1061] running on GCE node
I20260608 12:41:55.375365   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:55.375640   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.
I20260608 12:41:55.375774   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922515375763 us; error 0 us; skew 500 ppm
I20260608 12:41:55.376346   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:55.378768   431 webserver.cc:533] Webserver started at http://127.0.107.193:41931/ using document root <none> and password file <none>
I20260608 12:41:55.379243   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:55.379395   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:55.379704   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:55.380860   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922302632525-431-0/minicluster-data/ts-0-root/instance:
uuid: "d257436005d6494784b7347953f63b9d"
format_stamp: "Formatted at 2026-06-08 12:41:55 on dist-test-slave-g6ln"
I20260608 12:41:55.385908   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.002s
I20260608 12:41:55.389562  8674 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:55.390391   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:55.390686   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922302632525-431-0/minicluster-data/ts-0-root
uuid: "d257436005d6494784b7347953f63b9d"
format_stamp: "Formatted at 2026-06-08 12:41:55 on dist-test-slave-g6ln"
I20260608 12:41:55.390933   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922302632525-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922302632525-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922302632525-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)
I20260608 12:41:55.416508   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:55.417759   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:55.419173   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:55.421608   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:55.421845   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:55.422101   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:55.422257   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:55.465181   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:41789
I20260608 12:41:55.465310  8736 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:41789 every 8 connection(s)
I20260608 12:41:55.470777   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:55.480002  8742 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:55.480257  8741 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:55.483170  8744 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:55.485217   431 server_base.cc:1061] running on GCE node
I20260608 12:41:55.486254   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:55.486449   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.
I20260608 12:41:55.486675   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922515486642 us; error 0 us; skew 500 ppm
I20260608 12:41:55.487299   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:55.490128  8737 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42093
I20260608 12:41:55.490708  8737 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:55.491925   431 webserver.cc:533] Webserver started at http://127.0.107.194:44355/ using document root <none> and password file <none>
I20260608 12:41:55.491984  8737 heartbeater.cc:507] Master 127.0.107.254:42093 requested a full tablet report, sending...
I20260608 12:41:55.492890   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:55.493187   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:55.493490   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:55.494715   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922302632525-431-0/minicluster-data/ts-1-root/instance:
uuid: "82136530380043eeb90a78741424f2ce"
format_stamp: "Formatted at 2026-06-08 12:41:55 on dist-test-slave-g6ln"
I20260608 12:41:55.494727  8610 ts_manager.cc:194] Registered new tserver with Master: d257436005d6494784b7347953f63b9d (127.0.107.193:41789)
I20260608 12:41:55.496913  8610 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39744
I20260608 12:41:55.500046   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.002s
I20260608 12:41:55.503834  8749 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:55.504654   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:41:55.505004   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922302632525-431-0/minicluster-data/ts-1-root
uuid: "82136530380043eeb90a78741424f2ce"
format_stamp: "Formatted at 2026-06-08 12:41:55 on dist-test-slave-g6ln"
I20260608 12:41:55.505316   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922302632525-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922302632525-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922302632525-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)
I20260608 12:41:55.519778   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:55.521080   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:55.522588   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:55.525036   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:55.525272   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:55.525527   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:55.525712   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:55.572956   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:40017
I20260608 12:41:55.573082  8811 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:40017 every 8 connection(s)
I20260608 12:41:55.578290   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:55.586371  8815 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:55.588917  8816 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:55.590618   431 server_base.cc:1061] running on GCE node
W20260608 12:41:55.591727  8818 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:55.592919   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:41:55.593119  8812 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42093
W20260608 12:41:55.593186   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.
I20260608 12:41:55.593675   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922515593654 us; error 0 us; skew 500 ppm
I20260608 12:41:55.593727  8812 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:55.594678   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:55.594841  8812 heartbeater.cc:507] Master 127.0.107.254:42093 requested a full tablet report, sending...
I20260608 12:41:55.597447   431 webserver.cc:533] Webserver started at http://127.0.107.195:33441/ using document root <none> and password file <none>
I20260608 12:41:55.597608  8610 ts_manager.cc:194] Registered new tserver with Master: 82136530380043eeb90a78741424f2ce (127.0.107.194:40017)
I20260608 12:41:55.598205   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:55.598486   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:55.598821   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:55.599606  8610 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39750
I20260608 12:41:55.600459   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922302632525-431-0/minicluster-data/ts-2-root/instance:
uuid: "a4a0fd31e5e04f01add844027f3d24da"
format_stamp: "Formatted at 2026-06-08 12:41:55 on dist-test-slave-g6ln"
I20260608 12:41:55.605862   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:41:55.610222  8823 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:55.611227   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:41:55.611624   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922302632525-431-0/minicluster-data/ts-2-root
uuid: "a4a0fd31e5e04f01add844027f3d24da"
format_stamp: "Formatted at 2026-06-08 12:41:55 on dist-test-slave-g6ln"
I20260608 12:41:55.611917   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922302632525-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922302632525-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922302632525-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)
I20260608 12:41:55.634097   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:55.635399   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:55.637019   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:55.639461   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:55.639716   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:55.639972   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:55.640156   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:55.683825   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:33193
I20260608 12:41:55.683944  8885 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:33193 every 8 connection(s)
I20260608 12:41:55.698861  8886 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42093
I20260608 12:41:55.699291  8886 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:55.700098  8886 heartbeater.cc:507] Master 127.0.107.254:42093 requested a full tablet report, sending...
I20260608 12:41:55.702339  8610 ts_manager.cc:194] Registered new tserver with Master: a4a0fd31e5e04f01add844027f3d24da (127.0.107.195:33193)
I20260608 12:41:55.702508   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015134631s
I20260608 12:41:55.704084  8610 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39766
I20260608 12:41:56.500330  8737 heartbeater.cc:499] Master 127.0.107.254:42093 was elected leader, sending a full tablet report...
I20260608 12:41:56.602854  8812 heartbeater.cc:499] Master 127.0.107.254:42093 was elected leader, sending a full tablet report...
I20260608 12:41:56.707271  8886 heartbeater.cc:499] Master 127.0.107.254:42093 was elected leader, sending a full tablet report...
I20260608 12:41:56.763085  8610 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:39770:
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"
    }
  }
}
W20260608 12:41:56.765640  8610 catalog_manager.cc:7076] 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.
I20260608 12:41:56.831782  8702 tablet_service.cc:1511] Processing CreateTablet for tablet 889270688cf34566ae934a4823bce3f9 (DEFAULT_TABLE table=test-workload [id=8927de011c604281a135aed2cf36fddf]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:56.833716  8702 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 889270688cf34566ae934a4823bce3f9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:56.836818  8701 tablet_service.cc:1511] Processing CreateTablet for tablet 9169bf2d1a344468a13c4de926194e41 (DEFAULT_TABLE table=test-workload [id=8927de011c604281a135aed2cf36fddf]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:56.838629  8701 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9169bf2d1a344468a13c4de926194e41. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:56.840905  8700 tablet_service.cc:1511] Processing CreateTablet for tablet 82620be678334804879003ed4dd089ec (DEFAULT_TABLE table=test-workload [id=8927de011c604281a135aed2cf36fddf]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:56.842641  8699 tablet_service.cc:1511] Processing CreateTablet for tablet 33a5c279ebde41db9f5c988660fe26bb (DEFAULT_TABLE table=test-workload [id=8927de011c604281a135aed2cf36fddf]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:56.844867  8776 tablet_service.cc:1511] Processing CreateTablet for tablet 9169bf2d1a344468a13c4de926194e41 (DEFAULT_TABLE table=test-workload [id=8927de011c604281a135aed2cf36fddf]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:56.845386  8774 tablet_service.cc:1511] Processing CreateTablet for tablet 33a5c279ebde41db9f5c988660fe26bb (DEFAULT_TABLE table=test-workload [id=8927de011c604281a135aed2cf36fddf]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:56.846545  8776 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9169bf2d1a344468a13c4de926194e41. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:56.842675  8700 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 82620be678334804879003ed4dd089ec. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:56.847851  8775 tablet_service.cc:1511] Processing CreateTablet for tablet 82620be678334804879003ed4dd089ec (DEFAULT_TABLE table=test-workload [id=8927de011c604281a135aed2cf36fddf]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:56.848970  8699 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 33a5c279ebde41db9f5c988660fe26bb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:56.849395  8775 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 82620be678334804879003ed4dd089ec. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:56.849301  8777 tablet_service.cc:1511] Processing CreateTablet for tablet 889270688cf34566ae934a4823bce3f9 (DEFAULT_TABLE table=test-workload [id=8927de011c604281a135aed2cf36fddf]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:56.850762  8774 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 33a5c279ebde41db9f5c988660fe26bb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:56.851528  8777 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 889270688cf34566ae934a4823bce3f9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:56.878701  8851 tablet_service.cc:1511] Processing CreateTablet for tablet 889270688cf34566ae934a4823bce3f9 (DEFAULT_TABLE table=test-workload [id=8927de011c604281a135aed2cf36fddf]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:56.880424  8851 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 889270688cf34566ae934a4823bce3f9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:56.885000  8850 tablet_service.cc:1511] Processing CreateTablet for tablet 9169bf2d1a344468a13c4de926194e41 (DEFAULT_TABLE table=test-workload [id=8927de011c604281a135aed2cf36fddf]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:56.886677  8850 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9169bf2d1a344468a13c4de926194e41. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:56.890059  8849 tablet_service.cc:1511] Processing CreateTablet for tablet 82620be678334804879003ed4dd089ec (DEFAULT_TABLE table=test-workload [id=8927de011c604281a135aed2cf36fddf]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:56.893527  8848 tablet_service.cc:1511] Processing CreateTablet for tablet 33a5c279ebde41db9f5c988660fe26bb (DEFAULT_TABLE table=test-workload [id=8927de011c604281a135aed2cf36fddf]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:56.895282  8849 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 82620be678334804879003ed4dd089ec. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:56.899839  8848 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 33a5c279ebde41db9f5c988660fe26bb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:56.933087  8908 tablet_bootstrap.cc:492] T 9169bf2d1a344468a13c4de926194e41 P a4a0fd31e5e04f01add844027f3d24da: Bootstrap starting.
I20260608 12:41:56.936674  8907 tablet_bootstrap.cc:492] T 82620be678334804879003ed4dd089ec P d257436005d6494784b7347953f63b9d: Bootstrap starting.
I20260608 12:41:56.941166  8906 tablet_bootstrap.cc:492] T 9169bf2d1a344468a13c4de926194e41 P 82136530380043eeb90a78741424f2ce: Bootstrap starting.
I20260608 12:41:56.948498  8906 tablet_bootstrap.cc:654] T 9169bf2d1a344468a13c4de926194e41 P 82136530380043eeb90a78741424f2ce: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:56.949961  8908 tablet_bootstrap.cc:654] T 9169bf2d1a344468a13c4de926194e41 P a4a0fd31e5e04f01add844027f3d24da: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:56.955029  8907 tablet_bootstrap.cc:654] T 82620be678334804879003ed4dd089ec P d257436005d6494784b7347953f63b9d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:56.963001  8907 tablet_bootstrap.cc:492] T 82620be678334804879003ed4dd089ec P d257436005d6494784b7347953f63b9d: No bootstrap required, opened a new log
I20260608 12:41:56.963292  8906 tablet_bootstrap.cc:492] T 9169bf2d1a344468a13c4de926194e41 P 82136530380043eeb90a78741424f2ce: No bootstrap required, opened a new log
I20260608 12:41:56.963483  8908 tablet_bootstrap.cc:492] T 9169bf2d1a344468a13c4de926194e41 P a4a0fd31e5e04f01add844027f3d24da: No bootstrap required, opened a new log
I20260608 12:41:56.963656  8907 ts_tablet_manager.cc:1403] T 82620be678334804879003ed4dd089ec P d257436005d6494784b7347953f63b9d: Time spent bootstrapping tablet: real 0.027s	user 0.016s	sys 0.000s
I20260608 12:41:56.964011  8906 ts_tablet_manager.cc:1403] T 9169bf2d1a344468a13c4de926194e41 P 82136530380043eeb90a78741424f2ce: Time spent bootstrapping tablet: real 0.023s	user 0.019s	sys 0.002s
I20260608 12:41:56.964003  8908 ts_tablet_manager.cc:1403] T 9169bf2d1a344468a13c4de926194e41 P a4a0fd31e5e04f01add844027f3d24da: Time spent bootstrapping tablet: real 0.031s	user 0.013s	sys 0.009s
I20260608 12:41:56.967000  8906 raft_consensus.cc:359] T 9169bf2d1a344468a13c4de926194e41 P 82136530380043eeb90a78741424f2ce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:56.967689  8906 raft_consensus.cc:385] T 9169bf2d1a344468a13c4de926194e41 P 82136530380043eeb90a78741424f2ce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:56.967777  8907 raft_consensus.cc:359] T 82620be678334804879003ed4dd089ec P d257436005d6494784b7347953f63b9d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:56.968031  8906 raft_consensus.cc:740] T 9169bf2d1a344468a13c4de926194e41 P 82136530380043eeb90a78741424f2ce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 82136530380043eeb90a78741424f2ce, State: Initialized, Role: FOLLOWER
I20260608 12:41:56.968012  8908 raft_consensus.cc:359] T 9169bf2d1a344468a13c4de926194e41 P a4a0fd31e5e04f01add844027f3d24da [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:56.968742  8907 raft_consensus.cc:385] T 82620be678334804879003ed4dd089ec P d257436005d6494784b7347953f63b9d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:56.969126  8908 raft_consensus.cc:385] T 9169bf2d1a344468a13c4de926194e41 P a4a0fd31e5e04f01add844027f3d24da [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:56.969169  8907 raft_consensus.cc:740] T 82620be678334804879003ed4dd089ec P d257436005d6494784b7347953f63b9d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d257436005d6494784b7347953f63b9d, State: Initialized, Role: FOLLOWER
I20260608 12:41:56.969677  8908 raft_consensus.cc:740] T 9169bf2d1a344468a13c4de926194e41 P a4a0fd31e5e04f01add844027f3d24da [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a4a0fd31e5e04f01add844027f3d24da, State: Initialized, Role: FOLLOWER
I20260608 12:41:56.969399  8906 consensus_queue.cc:260] T 9169bf2d1a344468a13c4de926194e41 P 82136530380043eeb90a78741424f2ce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:56.970605  8908 consensus_queue.cc:260] T 9169bf2d1a344468a13c4de926194e41 P a4a0fd31e5e04f01add844027f3d24da [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:56.970521  8907 consensus_queue.cc:260] T 82620be678334804879003ed4dd089ec P d257436005d6494784b7347953f63b9d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:56.972862  8906 ts_tablet_manager.cc:1434] T 9169bf2d1a344468a13c4de926194e41 P 82136530380043eeb90a78741424f2ce: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.004s
I20260608 12:41:56.973978  8906 tablet_bootstrap.cc:492] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce: Bootstrap starting.
I20260608 12:41:56.978842  8907 ts_tablet_manager.cc:1434] T 82620be678334804879003ed4dd089ec P d257436005d6494784b7347953f63b9d: Time spent starting tablet: real 0.015s	user 0.007s	sys 0.004s
I20260608 12:41:56.980943  8906 tablet_bootstrap.cc:654] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:56.987214  8906 tablet_bootstrap.cc:492] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce: No bootstrap required, opened a new log
I20260608 12:41:56.987766  8906 ts_tablet_manager.cc:1403] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce: Time spent bootstrapping tablet: real 0.014s	user 0.009s	sys 0.004s
I20260608 12:41:56.990849  8906 raft_consensus.cc:359] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:56.991618  8906 raft_consensus.cc:385] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:56.991907  8906 raft_consensus.cc:740] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 82136530380043eeb90a78741424f2ce, State: Initialized, Role: FOLLOWER
I20260608 12:41:56.992676  8906 consensus_queue.cc:260] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:56.992913  8907 tablet_bootstrap.cc:492] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d: Bootstrap starting.
I20260608 12:41:56.994990  8906 ts_tablet_manager.cc:1434] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260608 12:41:56.996096  8906 tablet_bootstrap.cc:492] T 889270688cf34566ae934a4823bce3f9 P 82136530380043eeb90a78741424f2ce: Bootstrap starting.
I20260608 12:41:56.998087  8908 ts_tablet_manager.cc:1434] T 9169bf2d1a344468a13c4de926194e41 P a4a0fd31e5e04f01add844027f3d24da: Time spent starting tablet: real 0.033s	user 0.019s	sys 0.011s
I20260608 12:41:56.999372  8908 tablet_bootstrap.cc:492] T 82620be678334804879003ed4dd089ec P a4a0fd31e5e04f01add844027f3d24da: Bootstrap starting.
I20260608 12:41:57.003089  8906 tablet_bootstrap.cc:654] T 889270688cf34566ae934a4823bce3f9 P 82136530380043eeb90a78741424f2ce: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:57.007015  8908 tablet_bootstrap.cc:654] T 82620be678334804879003ed4dd089ec P a4a0fd31e5e04f01add844027f3d24da: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:57.015625  8906 tablet_bootstrap.cc:492] T 889270688cf34566ae934a4823bce3f9 P 82136530380043eeb90a78741424f2ce: No bootstrap required, opened a new log
I20260608 12:41:57.016254  8906 ts_tablet_manager.cc:1403] T 889270688cf34566ae934a4823bce3f9 P 82136530380043eeb90a78741424f2ce: Time spent bootstrapping tablet: real 0.020s	user 0.015s	sys 0.004s
I20260608 12:41:57.017853  8907 tablet_bootstrap.cc:654] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:57.019809  8906 raft_consensus.cc:359] T 889270688cf34566ae934a4823bce3f9 P 82136530380043eeb90a78741424f2ce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:57.020569  8906 raft_consensus.cc:385] T 889270688cf34566ae934a4823bce3f9 P 82136530380043eeb90a78741424f2ce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:57.020893  8906 raft_consensus.cc:740] T 889270688cf34566ae934a4823bce3f9 P 82136530380043eeb90a78741424f2ce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 82136530380043eeb90a78741424f2ce, State: Initialized, Role: FOLLOWER
I20260608 12:41:57.020954  8912 raft_consensus.cc:493] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:57.021533  8912 raft_consensus.cc:515] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:57.021960  8906 consensus_queue.cc:260] T 889270688cf34566ae934a4823bce3f9 P 82136530380043eeb90a78741424f2ce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:57.027324  8906 ts_tablet_manager.cc:1434] T 889270688cf34566ae934a4823bce3f9 P 82136530380043eeb90a78741424f2ce: Time spent starting tablet: real 0.011s	user 0.002s	sys 0.007s
I20260608 12:41:57.028518  8906 tablet_bootstrap.cc:492] T 33a5c279ebde41db9f5c988660fe26bb P 82136530380043eeb90a78741424f2ce: Bootstrap starting.
I20260608 12:41:57.030292  8918 raft_consensus.cc:493] T 889270688cf34566ae934a4823bce3f9 P 82136530380043eeb90a78741424f2ce [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:57.030947  8912 leader_election.cc:290] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d257436005d6494784b7347953f63b9d (127.0.107.193:41789), a4a0fd31e5e04f01add844027f3d24da (127.0.107.195:33193)
I20260608 12:41:57.038885  8906 tablet_bootstrap.cc:654] T 33a5c279ebde41db9f5c988660fe26bb P 82136530380043eeb90a78741424f2ce: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:57.030884  8918 raft_consensus.cc:515] T 889270688cf34566ae934a4823bce3f9 P 82136530380043eeb90a78741424f2ce [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:57.043619  8908 tablet_bootstrap.cc:492] T 82620be678334804879003ed4dd089ec P a4a0fd31e5e04f01add844027f3d24da: No bootstrap required, opened a new log
I20260608 12:41:57.044198  8918 leader_election.cc:290] T 889270688cf34566ae934a4823bce3f9 P 82136530380043eeb90a78741424f2ce [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d257436005d6494784b7347953f63b9d (127.0.107.193:41789), a4a0fd31e5e04f01add844027f3d24da (127.0.107.195:33193)
I20260608 12:41:57.044297  8908 ts_tablet_manager.cc:1403] T 82620be678334804879003ed4dd089ec P a4a0fd31e5e04f01add844027f3d24da: Time spent bootstrapping tablet: real 0.045s	user 0.019s	sys 0.016s
I20260608 12:41:57.048663  8908 raft_consensus.cc:359] T 82620be678334804879003ed4dd089ec P a4a0fd31e5e04f01add844027f3d24da [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:57.049522  8908 raft_consensus.cc:385] T 82620be678334804879003ed4dd089ec P a4a0fd31e5e04f01add844027f3d24da [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:57.049872  8908 raft_consensus.cc:740] T 82620be678334804879003ed4dd089ec P a4a0fd31e5e04f01add844027f3d24da [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a4a0fd31e5e04f01add844027f3d24da, State: Initialized, Role: FOLLOWER
I20260608 12:41:57.050834  8908 consensus_queue.cc:260] T 82620be678334804879003ed4dd089ec P a4a0fd31e5e04f01add844027f3d24da [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:57.053412  8908 ts_tablet_manager.cc:1434] T 82620be678334804879003ed4dd089ec P a4a0fd31e5e04f01add844027f3d24da: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260608 12:41:57.054929  8711 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "889270688cf34566ae934a4823bce3f9" candidate_uuid: "82136530380043eeb90a78741424f2ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d257436005d6494784b7347953f63b9d" is_pre_election: true
W20260608 12:41:57.057049  8753 leader_election.cc:343] T 889270688cf34566ae934a4823bce3f9 P 82136530380043eeb90a78741424f2ce [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer d257436005d6494784b7347953f63b9d (127.0.107.193:41789): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:57.054652  8712 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82620be678334804879003ed4dd089ec" candidate_uuid: "82136530380043eeb90a78741424f2ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d257436005d6494784b7347953f63b9d" is_pre_election: true
I20260608 12:41:57.057583  8908 tablet_bootstrap.cc:492] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da: Bootstrap starting.
I20260608 12:41:57.057761  8860 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "889270688cf34566ae934a4823bce3f9" candidate_uuid: "82136530380043eeb90a78741424f2ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a4a0fd31e5e04f01add844027f3d24da" is_pre_election: true
I20260608 12:41:57.058826  8861 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82620be678334804879003ed4dd089ec" candidate_uuid: "82136530380043eeb90a78741424f2ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a4a0fd31e5e04f01add844027f3d24da" is_pre_election: true
I20260608 12:41:57.057072  8907 tablet_bootstrap.cc:492] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d: No bootstrap required, opened a new log
I20260608 12:41:57.058167  8712 raft_consensus.cc:2468] T 82620be678334804879003ed4dd089ec P d257436005d6494784b7347953f63b9d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 82136530380043eeb90a78741424f2ce in term 0.
I20260608 12:41:57.059729  8861 raft_consensus.cc:2468] T 82620be678334804879003ed4dd089ec P a4a0fd31e5e04f01add844027f3d24da [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 82136530380043eeb90a78741424f2ce in term 0.
W20260608 12:41:57.060457  8750 leader_election.cc:343] T 889270688cf34566ae934a4823bce3f9 P 82136530380043eeb90a78741424f2ce [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer a4a0fd31e5e04f01add844027f3d24da (127.0.107.195:33193): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:57.061041  8750 leader_election.cc:304] T 889270688cf34566ae934a4823bce3f9 P 82136530380043eeb90a78741424f2ce [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: 82136530380043eeb90a78741424f2ce; no voters: a4a0fd31e5e04f01add844027f3d24da, d257436005d6494784b7347953f63b9d
I20260608 12:41:57.061208  8753 leader_election.cc:304] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 82136530380043eeb90a78741424f2ce, d257436005d6494784b7347953f63b9d; no voters: 
I20260608 12:41:57.062238  8912 raft_consensus.cc:2749] T 889270688cf34566ae934a4823bce3f9 P 82136530380043eeb90a78741424f2ce [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:57.062606  8907 ts_tablet_manager.cc:1403] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d: Time spent bootstrapping tablet: real 0.070s	user 0.013s	sys 0.019s
I20260608 12:41:57.062948  8918 raft_consensus.cc:2804] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:57.063581  8918 raft_consensus.cc:493] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:57.063966  8918 raft_consensus.cc:3060] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:57.071861  8918 raft_consensus.cc:515] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:57.074731  8906 tablet_bootstrap.cc:492] T 33a5c279ebde41db9f5c988660fe26bb P 82136530380043eeb90a78741424f2ce: No bootstrap required, opened a new log
I20260608 12:41:57.075348  8906 ts_tablet_manager.cc:1403] T 33a5c279ebde41db9f5c988660fe26bb P 82136530380043eeb90a78741424f2ce: Time spent bootstrapping tablet: real 0.047s	user 0.006s	sys 0.017s
I20260608 12:41:57.075656  8712 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82620be678334804879003ed4dd089ec" candidate_uuid: "82136530380043eeb90a78741424f2ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d257436005d6494784b7347953f63b9d"
I20260608 12:41:57.076357  8712 raft_consensus.cc:3060] T 82620be678334804879003ed4dd089ec P d257436005d6494784b7347953f63b9d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:57.076519  8861 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82620be678334804879003ed4dd089ec" candidate_uuid: "82136530380043eeb90a78741424f2ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a4a0fd31e5e04f01add844027f3d24da"
I20260608 12:41:57.077317  8861 raft_consensus.cc:3060] T 82620be678334804879003ed4dd089ec P a4a0fd31e5e04f01add844027f3d24da [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:57.075939  8907 raft_consensus.cc:359] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:57.078588  8907 raft_consensus.cc:385] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:57.079039  8907 raft_consensus.cc:740] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d257436005d6494784b7347953f63b9d, State: Initialized, Role: FOLLOWER
I20260608 12:41:57.078785  8906 raft_consensus.cc:359] T 33a5c279ebde41db9f5c988660fe26bb P 82136530380043eeb90a78741424f2ce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:57.079730  8906 raft_consensus.cc:385] T 33a5c279ebde41db9f5c988660fe26bb P 82136530380043eeb90a78741424f2ce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:57.080068  8906 raft_consensus.cc:740] T 33a5c279ebde41db9f5c988660fe26bb P 82136530380043eeb90a78741424f2ce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 82136530380043eeb90a78741424f2ce, State: Initialized, Role: FOLLOWER
I20260608 12:41:57.080595  8907 consensus_queue.cc:260] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:57.081001  8906 consensus_queue.cc:260] T 33a5c279ebde41db9f5c988660fe26bb P 82136530380043eeb90a78741424f2ce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:57.083678  8906 ts_tablet_manager.cc:1434] T 33a5c279ebde41db9f5c988660fe26bb P 82136530380043eeb90a78741424f2ce: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.001s
I20260608 12:41:57.084467  8918 leader_election.cc:290] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [CANDIDATE]: Term 1 election: Requested vote from peers d257436005d6494784b7347953f63b9d (127.0.107.193:41789), a4a0fd31e5e04f01add844027f3d24da (127.0.107.195:33193)
I20260608 12:41:57.073319  8908 tablet_bootstrap.cc:654] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:57.089159  8907 ts_tablet_manager.cc:1434] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d: Time spent starting tablet: real 0.017s	user 0.005s	sys 0.003s
I20260608 12:41:57.090471  8907 tablet_bootstrap.cc:492] T 9169bf2d1a344468a13c4de926194e41 P d257436005d6494784b7347953f63b9d: Bootstrap starting.
I20260608 12:41:57.098429  8907 tablet_bootstrap.cc:654] T 9169bf2d1a344468a13c4de926194e41 P d257436005d6494784b7347953f63b9d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:57.098706  8861 raft_consensus.cc:2468] T 82620be678334804879003ed4dd089ec P a4a0fd31e5e04f01add844027f3d24da [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 82136530380043eeb90a78741424f2ce in term 1.
I20260608 12:41:57.100831  8712 raft_consensus.cc:2468] T 82620be678334804879003ed4dd089ec P d257436005d6494784b7347953f63b9d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 82136530380043eeb90a78741424f2ce in term 1.
I20260608 12:41:57.100751  8750 leader_election.cc:304] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 82136530380043eeb90a78741424f2ce, a4a0fd31e5e04f01add844027f3d24da; no voters: 
I20260608 12:41:57.102432  8918 raft_consensus.cc:2804] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:57.103104  8918 raft_consensus.cc:697] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [term 1 LEADER]: Becoming Leader. State: Replica: 82136530380043eeb90a78741424f2ce, State: Running, Role: LEADER
I20260608 12:41:57.104174  8918 consensus_queue.cc:237] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:57.105084  8908 tablet_bootstrap.cc:492] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da: No bootstrap required, opened a new log
I20260608 12:41:57.105698  8908 ts_tablet_manager.cc:1403] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da: Time spent bootstrapping tablet: real 0.048s	user 0.025s	sys 0.004s
I20260608 12:41:57.106513  8907 tablet_bootstrap.cc:492] T 9169bf2d1a344468a13c4de926194e41 P d257436005d6494784b7347953f63b9d: No bootstrap required, opened a new log
I20260608 12:41:57.107105  8907 ts_tablet_manager.cc:1403] T 9169bf2d1a344468a13c4de926194e41 P d257436005d6494784b7347953f63b9d: Time spent bootstrapping tablet: real 0.017s	user 0.011s	sys 0.002s
I20260608 12:41:57.109249  8908 raft_consensus.cc:359] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:57.110142  8908 raft_consensus.cc:385] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:57.110438  8908 raft_consensus.cc:740] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a4a0fd31e5e04f01add844027f3d24da, State: Initialized, Role: FOLLOWER
I20260608 12:41:57.110450  8907 raft_consensus.cc:359] T 9169bf2d1a344468a13c4de926194e41 P d257436005d6494784b7347953f63b9d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:57.110845  8914 raft_consensus.cc:493] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:57.111517  8907 raft_consensus.cc:385] T 9169bf2d1a344468a13c4de926194e41 P d257436005d6494784b7347953f63b9d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:57.111673  8914 raft_consensus.cc:515] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:57.111943  8907 raft_consensus.cc:740] T 9169bf2d1a344468a13c4de926194e41 P d257436005d6494784b7347953f63b9d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d257436005d6494784b7347953f63b9d, State: Initialized, Role: FOLLOWER
I20260608 12:41:57.111681  8908 consensus_queue.cc:260] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:57.113090  8907 consensus_queue.cc:260] T 9169bf2d1a344468a13c4de926194e41 P d257436005d6494784b7347953f63b9d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:57.115715  8609 catalog_manager.cc:5696] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce reported cstate change: term changed from 0 to 1, leader changed from <none> to 82136530380043eeb90a78741424f2ce (127.0.107.194). New cstate: current_term: 1 leader_uuid: "82136530380043eeb90a78741424f2ce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:57.123224  8914 leader_election.cc:290] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 82136530380043eeb90a78741424f2ce (127.0.107.194:40017), a4a0fd31e5e04f01add844027f3d24da (127.0.107.195:33193)
I20260608 12:41:57.129149  8908 ts_tablet_manager.cc:1434] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da: Time spent starting tablet: real 0.023s	user 0.011s	sys 0.000s
I20260608 12:41:57.130493  8908 tablet_bootstrap.cc:492] T 33a5c279ebde41db9f5c988660fe26bb P a4a0fd31e5e04f01add844027f3d24da: Bootstrap starting.
I20260608 12:41:57.130493  8907 ts_tablet_manager.cc:1434] T 9169bf2d1a344468a13c4de926194e41 P d257436005d6494784b7347953f63b9d: Time spent starting tablet: real 0.023s	user 0.016s	sys 0.004s
I20260608 12:41:57.134368  8907 tablet_bootstrap.cc:492] T 889270688cf34566ae934a4823bce3f9 P d257436005d6494784b7347953f63b9d: Bootstrap starting.
I20260608 12:41:57.141350  8907 tablet_bootstrap.cc:654] T 889270688cf34566ae934a4823bce3f9 P d257436005d6494784b7347953f63b9d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:57.150236  8861 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "33a5c279ebde41db9f5c988660fe26bb" candidate_uuid: "d257436005d6494784b7347953f63b9d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a4a0fd31e5e04f01add844027f3d24da" is_pre_election: true
W20260608 12:41:57.151919  8675 leader_election.cc:343] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer a4a0fd31e5e04f01add844027f3d24da (127.0.107.195:33193): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:57.153549  8907 tablet_bootstrap.cc:492] T 889270688cf34566ae934a4823bce3f9 P d257436005d6494784b7347953f63b9d: No bootstrap required, opened a new log
I20260608 12:41:57.153980  8907 ts_tablet_manager.cc:1403] T 889270688cf34566ae934a4823bce3f9 P d257436005d6494784b7347953f63b9d: Time spent bootstrapping tablet: real 0.020s	user 0.011s	sys 0.003s
I20260608 12:41:57.155920  8787 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "33a5c279ebde41db9f5c988660fe26bb" candidate_uuid: "d257436005d6494784b7347953f63b9d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "82136530380043eeb90a78741424f2ce" is_pre_election: true
I20260608 12:41:57.156845  8787 raft_consensus.cc:2468] T 33a5c279ebde41db9f5c988660fe26bb P 82136530380043eeb90a78741424f2ce [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d257436005d6494784b7347953f63b9d in term 0.
I20260608 12:41:57.157080  8907 raft_consensus.cc:359] T 889270688cf34566ae934a4823bce3f9 P d257436005d6494784b7347953f63b9d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:57.158010  8907 raft_consensus.cc:385] T 889270688cf34566ae934a4823bce3f9 P d257436005d6494784b7347953f63b9d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:57.158317  8907 raft_consensus.cc:740] T 889270688cf34566ae934a4823bce3f9 P d257436005d6494784b7347953f63b9d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d257436005d6494784b7347953f63b9d, State: Initialized, Role: FOLLOWER
I20260608 12:41:57.158964  8678 leader_election.cc:304] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [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: 82136530380043eeb90a78741424f2ce, d257436005d6494784b7347953f63b9d; no voters: a4a0fd31e5e04f01add844027f3d24da
I20260608 12:41:57.159102  8908 tablet_bootstrap.cc:654] T 33a5c279ebde41db9f5c988660fe26bb P a4a0fd31e5e04f01add844027f3d24da: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:57.159145  8907 consensus_queue.cc:260] T 889270688cf34566ae934a4823bce3f9 P d257436005d6494784b7347953f63b9d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:57.160393  8926 raft_consensus.cc:2804] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:57.161098  8926 raft_consensus.cc:493] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:57.161535  8926 raft_consensus.cc:3060] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:57.161646  8907 ts_tablet_manager.cc:1434] T 889270688cf34566ae934a4823bce3f9 P d257436005d6494784b7347953f63b9d: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:41:57.167606  8908 tablet_bootstrap.cc:492] T 33a5c279ebde41db9f5c988660fe26bb P a4a0fd31e5e04f01add844027f3d24da: No bootstrap required, opened a new log
I20260608 12:41:57.168215  8908 ts_tablet_manager.cc:1403] T 33a5c279ebde41db9f5c988660fe26bb P a4a0fd31e5e04f01add844027f3d24da: Time spent bootstrapping tablet: real 0.038s	user 0.010s	sys 0.006s
I20260608 12:41:57.169778  8926 raft_consensus.cc:515] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:57.170944  8908 raft_consensus.cc:359] T 33a5c279ebde41db9f5c988660fe26bb P a4a0fd31e5e04f01add844027f3d24da [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:57.171581  8908 raft_consensus.cc:385] T 33a5c279ebde41db9f5c988660fe26bb P a4a0fd31e5e04f01add844027f3d24da [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:57.171809  8908 raft_consensus.cc:740] T 33a5c279ebde41db9f5c988660fe26bb P a4a0fd31e5e04f01add844027f3d24da [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a4a0fd31e5e04f01add844027f3d24da, State: Initialized, Role: FOLLOWER
I20260608 12:41:57.172008  8926 leader_election.cc:290] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [CANDIDATE]: Term 1 election: Requested vote from peers 82136530380043eeb90a78741424f2ce (127.0.107.194:40017), a4a0fd31e5e04f01add844027f3d24da (127.0.107.195:33193)
I20260608 12:41:57.172652  8908 consensus_queue.cc:260] T 33a5c279ebde41db9f5c988660fe26bb P a4a0fd31e5e04f01add844027f3d24da [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:57.173555  8861 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "33a5c279ebde41db9f5c988660fe26bb" candidate_uuid: "d257436005d6494784b7347953f63b9d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a4a0fd31e5e04f01add844027f3d24da"
I20260608 12:41:57.173874  8787 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "33a5c279ebde41db9f5c988660fe26bb" candidate_uuid: "d257436005d6494784b7347953f63b9d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "82136530380043eeb90a78741424f2ce"
I20260608 12:41:57.174283  8861 raft_consensus.cc:3060] T 33a5c279ebde41db9f5c988660fe26bb P a4a0fd31e5e04f01add844027f3d24da [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:57.174438  8787 raft_consensus.cc:3060] T 33a5c279ebde41db9f5c988660fe26bb P 82136530380043eeb90a78741424f2ce [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:57.174911  8908 ts_tablet_manager.cc:1434] T 33a5c279ebde41db9f5c988660fe26bb P a4a0fd31e5e04f01add844027f3d24da: Time spent starting tablet: real 0.006s	user 0.001s	sys 0.003s
I20260608 12:41:57.182658  8861 raft_consensus.cc:2468] T 33a5c279ebde41db9f5c988660fe26bb P a4a0fd31e5e04f01add844027f3d24da [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d257436005d6494784b7347953f63b9d in term 1.
I20260608 12:41:57.182658  8787 raft_consensus.cc:2468] T 33a5c279ebde41db9f5c988660fe26bb P 82136530380043eeb90a78741424f2ce [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d257436005d6494784b7347953f63b9d in term 1.
I20260608 12:41:57.184485  8675 leader_election.cc:304] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a4a0fd31e5e04f01add844027f3d24da, d257436005d6494784b7347953f63b9d; no voters: 
I20260608 12:41:57.185545  8926 raft_consensus.cc:2804] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:57.186136  8926 raft_consensus.cc:697] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [term 1 LEADER]: Becoming Leader. State: Replica: d257436005d6494784b7347953f63b9d, State: Running, Role: LEADER
I20260608 12:41:57.186992  8926 consensus_queue.cc:237] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:57.197409  8607 catalog_manager.cc:5696] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d reported cstate change: term changed from 0 to 1, leader changed from <none> to d257436005d6494784b7347953f63b9d (127.0.107.193). New cstate: current_term: 1 leader_uuid: "d257436005d6494784b7347953f63b9d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:57.206909  8918 raft_consensus.cc:493] T 9169bf2d1a344468a13c4de926194e41 P 82136530380043eeb90a78741424f2ce [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:57.207464  8918 raft_consensus.cc:515] T 9169bf2d1a344468a13c4de926194e41 P 82136530380043eeb90a78741424f2ce [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:57.209282  8918 leader_election.cc:290] T 9169bf2d1a344468a13c4de926194e41 P 82136530380043eeb90a78741424f2ce [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d257436005d6494784b7347953f63b9d (127.0.107.193:41789), a4a0fd31e5e04f01add844027f3d24da (127.0.107.195:33193)
I20260608 12:41:57.210542  8861 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9169bf2d1a344468a13c4de926194e41" candidate_uuid: "82136530380043eeb90a78741424f2ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a4a0fd31e5e04f01add844027f3d24da" is_pre_election: true
I20260608 12:41:57.210403  8712 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9169bf2d1a344468a13c4de926194e41" candidate_uuid: "82136530380043eeb90a78741424f2ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d257436005d6494784b7347953f63b9d" is_pre_election: true
I20260608 12:41:57.211534  8712 raft_consensus.cc:2468] T 9169bf2d1a344468a13c4de926194e41 P d257436005d6494784b7347953f63b9d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 82136530380043eeb90a78741424f2ce in term 0.
I20260608 12:41:57.211501  8861 raft_consensus.cc:2468] T 9169bf2d1a344468a13c4de926194e41 P a4a0fd31e5e04f01add844027f3d24da [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 82136530380043eeb90a78741424f2ce in term 0.
I20260608 12:41:57.213104  8750 leader_election.cc:304] T 9169bf2d1a344468a13c4de926194e41 P 82136530380043eeb90a78741424f2ce [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 82136530380043eeb90a78741424f2ce, a4a0fd31e5e04f01add844027f3d24da; no voters: 
I20260608 12:41:57.214027  8918 raft_consensus.cc:2804] T 9169bf2d1a344468a13c4de926194e41 P 82136530380043eeb90a78741424f2ce [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:57.214447  8918 raft_consensus.cc:493] T 9169bf2d1a344468a13c4de926194e41 P 82136530380043eeb90a78741424f2ce [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:57.214754  8918 raft_consensus.cc:3060] T 9169bf2d1a344468a13c4de926194e41 P 82136530380043eeb90a78741424f2ce [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:57.221051  8918 raft_consensus.cc:515] T 9169bf2d1a344468a13c4de926194e41 P 82136530380043eeb90a78741424f2ce [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:57.223276  8918 leader_election.cc:290] T 9169bf2d1a344468a13c4de926194e41 P 82136530380043eeb90a78741424f2ce [CANDIDATE]: Term 1 election: Requested vote from peers d257436005d6494784b7347953f63b9d (127.0.107.193:41789), a4a0fd31e5e04f01add844027f3d24da (127.0.107.195:33193)
I20260608 12:41:57.223973  8712 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9169bf2d1a344468a13c4de926194e41" candidate_uuid: "82136530380043eeb90a78741424f2ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d257436005d6494784b7347953f63b9d"
I20260608 12:41:57.224287  8861 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9169bf2d1a344468a13c4de926194e41" candidate_uuid: "82136530380043eeb90a78741424f2ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a4a0fd31e5e04f01add844027f3d24da"
I20260608 12:41:57.224701  8712 raft_consensus.cc:3060] T 9169bf2d1a344468a13c4de926194e41 P d257436005d6494784b7347953f63b9d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:57.224972  8861 raft_consensus.cc:3060] T 9169bf2d1a344468a13c4de926194e41 P a4a0fd31e5e04f01add844027f3d24da [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:57.231753  8861 raft_consensus.cc:2468] T 9169bf2d1a344468a13c4de926194e41 P a4a0fd31e5e04f01add844027f3d24da [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 82136530380043eeb90a78741424f2ce in term 1.
I20260608 12:41:57.231757  8712 raft_consensus.cc:2468] T 9169bf2d1a344468a13c4de926194e41 P d257436005d6494784b7347953f63b9d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 82136530380043eeb90a78741424f2ce in term 1.
I20260608 12:41:57.233145  8750 leader_election.cc:304] T 9169bf2d1a344468a13c4de926194e41 P 82136530380043eeb90a78741424f2ce [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 82136530380043eeb90a78741424f2ce, a4a0fd31e5e04f01add844027f3d24da; no voters: 
I20260608 12:41:57.233848  8918 raft_consensus.cc:2804] T 9169bf2d1a344468a13c4de926194e41 P 82136530380043eeb90a78741424f2ce [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:57.234288  8918 raft_consensus.cc:697] T 9169bf2d1a344468a13c4de926194e41 P 82136530380043eeb90a78741424f2ce [term 1 LEADER]: Becoming Leader. State: Replica: 82136530380043eeb90a78741424f2ce, State: Running, Role: LEADER
I20260608 12:41:57.234949  8918 consensus_queue.cc:237] T 9169bf2d1a344468a13c4de926194e41 P 82136530380043eeb90a78741424f2ce [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:57.242118  8607 catalog_manager.cc:5696] T 9169bf2d1a344468a13c4de926194e41 P 82136530380043eeb90a78741424f2ce reported cstate change: term changed from 0 to 1, leader changed from <none> to 82136530380043eeb90a78741424f2ce (127.0.107.194). New cstate: current_term: 1 leader_uuid: "82136530380043eeb90a78741424f2ce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } health_report { overall_health: UNKNOWN } } }
W20260608 12:41:57.287932  8657 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:41:57.328454  8913 raft_consensus.cc:493] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:57.328979  8913 raft_consensus.cc:515] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:57.331481  8913 leader_election.cc:290] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d257436005d6494784b7347953f63b9d (127.0.107.193:41789), 82136530380043eeb90a78741424f2ce (127.0.107.194:40017)
I20260608 12:41:57.341424  8712 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "889270688cf34566ae934a4823bce3f9" candidate_uuid: "a4a0fd31e5e04f01add844027f3d24da" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d257436005d6494784b7347953f63b9d" is_pre_election: true
I20260608 12:41:57.342186  8712 raft_consensus.cc:2468] T 889270688cf34566ae934a4823bce3f9 P d257436005d6494784b7347953f63b9d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a4a0fd31e5e04f01add844027f3d24da in term 0.
I20260608 12:41:57.343474  8827 leader_election.cc:304] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a4a0fd31e5e04f01add844027f3d24da, d257436005d6494784b7347953f63b9d; no voters: 
I20260608 12:41:57.343518  8787 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "889270688cf34566ae934a4823bce3f9" candidate_uuid: "a4a0fd31e5e04f01add844027f3d24da" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "82136530380043eeb90a78741424f2ce" is_pre_election: true
I20260608 12:41:57.344430  8787 raft_consensus.cc:2468] T 889270688cf34566ae934a4823bce3f9 P 82136530380043eeb90a78741424f2ce [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a4a0fd31e5e04f01add844027f3d24da in term 0.
I20260608 12:41:57.344501  8913 raft_consensus.cc:2804] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:57.344944  8913 raft_consensus.cc:493] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:57.345237  8913 raft_consensus.cc:3060] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:57.350343  8913 raft_consensus.cc:515] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:57.352102  8913 leader_election.cc:290] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [CANDIDATE]: Term 1 election: Requested vote from peers d257436005d6494784b7347953f63b9d (127.0.107.193:41789), 82136530380043eeb90a78741424f2ce (127.0.107.194:40017)
I20260608 12:41:57.352694  8712 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "889270688cf34566ae934a4823bce3f9" candidate_uuid: "a4a0fd31e5e04f01add844027f3d24da" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d257436005d6494784b7347953f63b9d"
I20260608 12:41:57.353084  8787 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "889270688cf34566ae934a4823bce3f9" candidate_uuid: "a4a0fd31e5e04f01add844027f3d24da" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "82136530380043eeb90a78741424f2ce"
I20260608 12:41:57.353183  8712 raft_consensus.cc:3060] T 889270688cf34566ae934a4823bce3f9 P d257436005d6494784b7347953f63b9d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:57.353704  8787 raft_consensus.cc:3060] T 889270688cf34566ae934a4823bce3f9 P 82136530380043eeb90a78741424f2ce [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:57.358194  8712 raft_consensus.cc:2468] T 889270688cf34566ae934a4823bce3f9 P d257436005d6494784b7347953f63b9d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a4a0fd31e5e04f01add844027f3d24da in term 1.
I20260608 12:41:57.358317  8787 raft_consensus.cc:2468] T 889270688cf34566ae934a4823bce3f9 P 82136530380043eeb90a78741424f2ce [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a4a0fd31e5e04f01add844027f3d24da in term 1.
I20260608 12:41:57.359373  8827 leader_election.cc:304] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a4a0fd31e5e04f01add844027f3d24da, d257436005d6494784b7347953f63b9d; no voters: 
I20260608 12:41:57.360136  8913 raft_consensus.cc:2804] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:57.361107  8913 raft_consensus.cc:697] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [term 1 LEADER]: Becoming Leader. State: Replica: a4a0fd31e5e04f01add844027f3d24da, State: Running, Role: LEADER
I20260608 12:41:57.361896  8913 consensus_queue.cc:237] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:57.369517  8607 catalog_manager.cc:5696] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da reported cstate change: term changed from 0 to 1, leader changed from <none> to a4a0fd31e5e04f01add844027f3d24da (127.0.107.195). New cstate: current_term: 1 leader_uuid: "a4a0fd31e5e04f01add844027f3d24da" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:57.417999   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:57.424201  8937 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:57.425417  8938 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:57.428289  8940 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:57.428404   431 server_base.cc:1061] running on GCE node
I20260608 12:41:57.429816   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:57.430081   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.
I20260608 12:41:57.430289   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922517430259 us; error 0 us; skew 500 ppm
I20260608 12:41:57.430904   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:57.433483   431 webserver.cc:533] Webserver started at http://127.0.107.196:42559/ using document root <none> and password file <none>
I20260608 12:41:57.434020   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:57.434245   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:57.434535   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:57.435757   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922302632525-431-0/minicluster-data/ts-3-root/instance:
uuid: "02af63da77354fd7a0c6e0dd0c8d6d64"
format_stamp: "Formatted at 2026-06-08 12:41:57 on dist-test-slave-g6ln"
I20260608 12:41:57.440572   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260608 12:41:57.444088  8945 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:57.444926   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.002s
I20260608 12:41:57.445276   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922302632525-431-0/minicluster-data/ts-3-root
uuid: "02af63da77354fd7a0c6e0dd0c8d6d64"
format_stamp: "Formatted at 2026-06-08 12:41:57 on dist-test-slave-g6ln"
I20260608 12:41:57.445621   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922302632525-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922302632525-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922302632525-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)
I20260608 12:41:57.459863   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:57.461133   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:57.462697   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:57.464890   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:57.465129   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:57.465377   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:57.465560   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:57.509660   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:34785
I20260608 12:41:57.509812  9007 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:34785 every 8 connection(s)
I20260608 12:41:57.524873  9008 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42093
I20260608 12:41:57.525316  9008 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:57.526058  9008 heartbeater.cc:507] Master 127.0.107.254:42093 requested a full tablet report, sending...
I20260608 12:41:57.528231  8607 ts_manager.cc:194] Registered new tserver with Master: 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196:34785)
I20260608 12:41:57.529816  8607 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52622
I20260608 12:41:57.616194  8918 consensus_queue.cc:1048] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:57.628497  8918 consensus_queue.cc:1048] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:57.671998  8918 consensus_queue.cc:1048] T 9169bf2d1a344468a13c4de926194e41 P 82136530380043eeb90a78741424f2ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:57.678493  8918 consensus_queue.cc:1048] T 9169bf2d1a344468a13c4de926194e41 P 82136530380043eeb90a78741424f2ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:57.688223  8926 consensus_queue.cc:1048] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [LEADER]: Connected to new peer: Peer: permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:57.717002  9023 consensus_queue.cc:1048] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:57.785645  8913 consensus_queue.cc:1048] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [LEADER]: Connected to new peer: Peer: permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:57.790374  8913 consensus_queue.cc:1048] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [LEADER]: Connected to new peer: Peer: permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:58.311892  8787 consensus_queue.cc:237] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [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: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } attrs { replace: true } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } } peers { permanent_uuid: "02af63da77354fd7a0c6e0dd0c8d6d64" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34785 } attrs { promote: true } }
I20260608 12:41:58.318282  8861 raft_consensus.cc:1275] T 82620be678334804879003ed4dd089ec P a4a0fd31e5e04f01add844027f3d24da [term 1 FOLLOWER]: Refusing update from remote peer 82136530380043eeb90a78741424f2ce: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:58.320006  8711 raft_consensus.cc:1275] T 82620be678334804879003ed4dd089ec P d257436005d6494784b7347953f63b9d [term 1 FOLLOWER]: Refusing update from remote peer 82136530380043eeb90a78741424f2ce: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:58.320856  8918 consensus_queue.cc:1048] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:58.321847  9028 consensus_queue.cc:1048] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:58.329950  9028 raft_consensus.cc:2955] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } attrs { replace: true } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } } peers { permanent_uuid: "02af63da77354fd7a0c6e0dd0c8d6d64" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34785 } attrs { promote: true } } }
W20260608 12:41:58.331538  8750 consensus_peers.cc:597] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce -> Peer 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196:34785): Couldn't send request to peer 02af63da77354fd7a0c6e0dd0c8d6d64. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 82620be678334804879003ed4dd089ec. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:58.332278  8711 raft_consensus.cc:2955] T 82620be678334804879003ed4dd089ec P d257436005d6494784b7347953f63b9d [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } attrs { replace: true } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } } peers { permanent_uuid: "02af63da77354fd7a0c6e0dd0c8d6d64" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34785 } attrs { promote: true } } }
I20260608 12:41:58.333844  8861 raft_consensus.cc:2955] T 82620be678334804879003ed4dd089ec P a4a0fd31e5e04f01add844027f3d24da [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } attrs { replace: true } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } } peers { permanent_uuid: "02af63da77354fd7a0c6e0dd0c8d6d64" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34785 } attrs { promote: true } } }
I20260608 12:41:58.346537  8609 catalog_manager.cc:5696] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce reported cstate change: config changed from index -1 to 2, NON_VOTER 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "82136530380043eeb90a78741424f2ce" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "02af63da77354fd7a0c6e0dd0c8d6d64" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34785 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:58.357796  8711 consensus_queue.cc:237] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [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: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } attrs { replace: true } } peers { permanent_uuid: "02af63da77354fd7a0c6e0dd0c8d6d64" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34785 } attrs { promote: true } }
I20260608 12:41:58.366212  8787 raft_consensus.cc:1275] T 33a5c279ebde41db9f5c988660fe26bb P 82136530380043eeb90a78741424f2ce [term 1 FOLLOWER]: Refusing update from remote peer d257436005d6494784b7347953f63b9d: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:58.367966  9029 consensus_queue.cc:1048] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [LEADER]: Connected to new peer: Peer: permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:58.375315  8861 raft_consensus.cc:1275] T 33a5c279ebde41db9f5c988660fe26bb P a4a0fd31e5e04f01add844027f3d24da [term 1 FOLLOWER]: Refusing update from remote peer d257436005d6494784b7347953f63b9d: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:58.375012  9031 raft_consensus.cc:2955] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } attrs { replace: true } } peers { permanent_uuid: "02af63da77354fd7a0c6e0dd0c8d6d64" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34785 } attrs { promote: true } } }
I20260608 12:41:58.377158  8787 raft_consensus.cc:2955] T 33a5c279ebde41db9f5c988660fe26bb P 82136530380043eeb90a78741424f2ce [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } attrs { replace: true } } peers { permanent_uuid: "02af63da77354fd7a0c6e0dd0c8d6d64" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34785 } attrs { promote: true } } }
I20260608 12:41:58.380228  9029 consensus_queue.cc:1048] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:41:58.384979  8675 consensus_peers.cc:597] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d -> Peer 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196:34785): Couldn't send request to peer 02af63da77354fd7a0c6e0dd0c8d6d64. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 33a5c279ebde41db9f5c988660fe26bb. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:58.385854  8861 raft_consensus.cc:2955] T 33a5c279ebde41db9f5c988660fe26bb P a4a0fd31e5e04f01add844027f3d24da [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } attrs { replace: true } } peers { permanent_uuid: "02af63da77354fd7a0c6e0dd0c8d6d64" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34785 } attrs { promote: true } } }
I20260608 12:41:58.391217  8610 catalog_manager.cc:5696] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d reported cstate change: config changed from index -1 to 2, NON_VOTER 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "d257436005d6494784b7347953f63b9d" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "02af63da77354fd7a0c6e0dd0c8d6d64" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34785 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:58.412964  8861 consensus_queue.cc:237] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [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: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } attrs { replace: true } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } } peers { permanent_uuid: "02af63da77354fd7a0c6e0dd0c8d6d64" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34785 } attrs { promote: true } }
I20260608 12:41:58.419384  8787 raft_consensus.cc:1275] T 889270688cf34566ae934a4823bce3f9 P 82136530380043eeb90a78741424f2ce [term 1 FOLLOWER]: Refusing update from remote peer a4a0fd31e5e04f01add844027f3d24da: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:58.420857  8711 raft_consensus.cc:1275] T 889270688cf34566ae934a4823bce3f9 P d257436005d6494784b7347953f63b9d [term 1 FOLLOWER]: Refusing update from remote peer a4a0fd31e5e04f01add844027f3d24da: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:58.421121  9042 consensus_queue.cc:1048] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [LEADER]: Connected to new peer: Peer: permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:41:58.422489  9026 consensus_queue.cc:1048] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [LEADER]: Connected to new peer: Peer: permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:58.429258  9042 raft_consensus.cc:2955] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } attrs { replace: true } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } } peers { permanent_uuid: "02af63da77354fd7a0c6e0dd0c8d6d64" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34785 } attrs { promote: true } } }
W20260608 12:41:58.431303  8824 consensus_peers.cc:597] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da -> Peer 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196:34785): Couldn't send request to peer 02af63da77354fd7a0c6e0dd0c8d6d64. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 889270688cf34566ae934a4823bce3f9. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:58.432689  8711 raft_consensus.cc:2955] T 889270688cf34566ae934a4823bce3f9 P d257436005d6494784b7347953f63b9d [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } attrs { replace: true } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } } peers { permanent_uuid: "02af63da77354fd7a0c6e0dd0c8d6d64" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34785 } attrs { promote: true } } }
I20260608 12:41:58.435014  8787 raft_consensus.cc:2955] T 889270688cf34566ae934a4823bce3f9 P 82136530380043eeb90a78741424f2ce [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } attrs { replace: true } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } } peers { permanent_uuid: "02af63da77354fd7a0c6e0dd0c8d6d64" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34785 } attrs { promote: true } } }
I20260608 12:41:58.445786  8786 consensus_queue.cc:237] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [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: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } attrs { replace: false } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } } peers { permanent_uuid: "02af63da77354fd7a0c6e0dd0c8d6d64" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34785 } attrs { promote: true } }
I20260608 12:41:58.445184  8610 catalog_manager.cc:5696] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da reported cstate change: config changed from index -1 to 2, NON_VOTER 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "a4a0fd31e5e04f01add844027f3d24da" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "02af63da77354fd7a0c6e0dd0c8d6d64" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34785 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:58.455678  8861 raft_consensus.cc:1275] T 82620be678334804879003ed4dd089ec P a4a0fd31e5e04f01add844027f3d24da [term 1 FOLLOWER]: Refusing update from remote peer 82136530380043eeb90a78741424f2ce: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
W20260608 12:41:58.457176  8750 consensus_peers.cc:597] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce -> Peer 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196:34785): Couldn't send request to peer 02af63da77354fd7a0c6e0dd0c8d6d64. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 82620be678334804879003ed4dd089ec. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:58.457551  8711 raft_consensus.cc:1275] T 82620be678334804879003ed4dd089ec P d257436005d6494784b7347953f63b9d [term 1 FOLLOWER]: Refusing update from remote peer 82136530380043eeb90a78741424f2ce: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:58.458396  9030 consensus_queue.cc:1048] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:41:58.459358  8918 consensus_queue.cc:1048] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:58.468400  8918 raft_consensus.cc:2955] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [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: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } attrs { replace: false } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } } peers { permanent_uuid: "02af63da77354fd7a0c6e0dd0c8d6d64" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34785 } attrs { promote: true } } }
I20260608 12:41:58.470427  8711 raft_consensus.cc:2955] T 82620be678334804879003ed4dd089ec P d257436005d6494784b7347953f63b9d [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: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } attrs { replace: false } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } } peers { permanent_uuid: "02af63da77354fd7a0c6e0dd0c8d6d64" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34785 } attrs { promote: true } } }
I20260608 12:41:58.472918  8861 raft_consensus.cc:2955] T 82620be678334804879003ed4dd089ec P a4a0fd31e5e04f01add844027f3d24da [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: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } attrs { replace: false } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } } peers { permanent_uuid: "02af63da77354fd7a0c6e0dd0c8d6d64" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34785 } attrs { promote: true } } }
W20260608 12:41:58.476851  8657 auto_rebalancer.cc:863] Could not move replica: Illegal state: Injected artificial test failure.
W20260608 12:41:58.477303  8657 auto_rebalancer.cc:301] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260608 12:41:58.482746  8712 consensus_queue.cc:237] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [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: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } attrs { replace: false } } peers { permanent_uuid: "02af63da77354fd7a0c6e0dd0c8d6d64" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34785 } attrs { promote: true } }
I20260608 12:41:58.484728  8609 catalog_manager.cc:5696] T 82620be678334804879003ed4dd089ec P d257436005d6494784b7347953f63b9d reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "82136530380043eeb90a78741424f2ce" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } attrs { replace: false } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } } peers { permanent_uuid: "02af63da77354fd7a0c6e0dd0c8d6d64" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34785 } attrs { promote: true } } }
W20260608 12:41:58.491508  8675 consensus_peers.cc:597] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d -> Peer 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196:34785): Couldn't send request to peer 02af63da77354fd7a0c6e0dd0c8d6d64. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 33a5c279ebde41db9f5c988660fe26bb. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:58.491720  8786 raft_consensus.cc:1275] T 33a5c279ebde41db9f5c988660fe26bb P 82136530380043eeb90a78741424f2ce [term 1 FOLLOWER]: Refusing update from remote peer d257436005d6494784b7347953f63b9d: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:58.492295  8861 raft_consensus.cc:1275] T 33a5c279ebde41db9f5c988660fe26bb P a4a0fd31e5e04f01add844027f3d24da [term 1 FOLLOWER]: Refusing update from remote peer d257436005d6494784b7347953f63b9d: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:58.493326  9023 consensus_queue.cc:1048] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [LEADER]: Connected to new peer: Peer: permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:58.494067  9029 consensus_queue.cc:1048] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:58.501250  9029 raft_consensus.cc:2955] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [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: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } attrs { replace: false } } peers { permanent_uuid: "02af63da77354fd7a0c6e0dd0c8d6d64" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34785 } attrs { promote: true } } }
I20260608 12:41:58.503225  8786 raft_consensus.cc:2955] T 33a5c279ebde41db9f5c988660fe26bb P 82136530380043eeb90a78741424f2ce [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: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } attrs { replace: false } } peers { permanent_uuid: "02af63da77354fd7a0c6e0dd0c8d6d64" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34785 } attrs { promote: true } } }
I20260608 12:41:58.508006  8861 raft_consensus.cc:2955] T 33a5c279ebde41db9f5c988660fe26bb P a4a0fd31e5e04f01add844027f3d24da [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: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } attrs { replace: false } } peers { permanent_uuid: "02af63da77354fd7a0c6e0dd0c8d6d64" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34785 } attrs { promote: true } } }
I20260608 12:41:58.510667  8787 consensus_queue.cc:237] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [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: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } attrs { replace: false } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
W20260608 12:41:58.513727  8657 auto_rebalancer.cc:863] Could not move replica: Illegal state: Injected artificial test failure.
W20260608 12:41:58.514166  8657 auto_rebalancer.cc:301] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260608 12:41:58.517256  8860 raft_consensus.cc:1275] T 82620be678334804879003ed4dd089ec P a4a0fd31e5e04f01add844027f3d24da [term 1 FOLLOWER]: Refusing update from remote peer 82136530380043eeb90a78741424f2ce: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:58.518561  8712 raft_consensus.cc:1275] T 82620be678334804879003ed4dd089ec P d257436005d6494784b7347953f63b9d [term 1 FOLLOWER]: Refusing update from remote peer 82136530380043eeb90a78741424f2ce: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:58.519866  9028 consensus_queue.cc:1048] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:58.521565  9028 consensus_queue.cc:1048] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:58.522394  8860 consensus_queue.cc:237] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [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: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } attrs { replace: false } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } } peers { permanent_uuid: "02af63da77354fd7a0c6e0dd0c8d6d64" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34785 } attrs { promote: true } }
I20260608 12:41:58.524914  8610 catalog_manager.cc:5696] T 33a5c279ebde41db9f5c988660fe26bb P a4a0fd31e5e04f01add844027f3d24da reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "d257436005d6494784b7347953f63b9d" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } attrs { replace: false } } peers { permanent_uuid: "02af63da77354fd7a0c6e0dd0c8d6d64" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34785 } attrs { promote: true } } }
I20260608 12:41:58.530524  8918 raft_consensus.cc:2955] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } attrs { replace: false } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } } }
I20260608 12:41:58.532593  9008 heartbeater.cc:499] Master 127.0.107.254:42093 was elected leader, sending a full tablet report...
I20260608 12:41:58.539124  8712 raft_consensus.cc:2955] T 82620be678334804879003ed4dd089ec P d257436005d6494784b7347953f63b9d [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } attrs { replace: false } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } } }
I20260608 12:41:58.551770  8786 raft_consensus.cc:1275] T 889270688cf34566ae934a4823bce3f9 P 82136530380043eeb90a78741424f2ce [term 1 FOLLOWER]: Refusing update from remote peer a4a0fd31e5e04f01add844027f3d24da: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
W20260608 12:41:58.553813  8824 consensus_peers.cc:597] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da -> Peer 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196:34785): Couldn't send request to peer 02af63da77354fd7a0c6e0dd0c8d6d64. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 889270688cf34566ae934a4823bce3f9. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:58.551766  8861 raft_consensus.cc:2955] T 82620be678334804879003ed4dd089ec P a4a0fd31e5e04f01add844027f3d24da [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } attrs { replace: false } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } } }
I20260608 12:41:58.554363  9042 consensus_queue.cc:1048] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [LEADER]: Connected to new peer: Peer: permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:58.556221  8711 consensus_queue.cc:237] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [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: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } attrs { replace: false } }
I20260608 12:41:58.562410  8710 raft_consensus.cc:1275] T 889270688cf34566ae934a4823bce3f9 P d257436005d6494784b7347953f63b9d [term 1 FOLLOWER]: Refusing update from remote peer a4a0fd31e5e04f01add844027f3d24da: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:58.564203  9026 consensus_queue.cc:1048] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [LEADER]: Connected to new peer: Peer: permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:58.572899  8860 raft_consensus.cc:1275] T 33a5c279ebde41db9f5c988660fe26bb P a4a0fd31e5e04f01add844027f3d24da [term 1 FOLLOWER]: Refusing update from remote peer d257436005d6494784b7347953f63b9d: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:58.570858  9044 raft_consensus.cc:2955] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [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: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } attrs { replace: false } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } } peers { permanent_uuid: "02af63da77354fd7a0c6e0dd0c8d6d64" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34785 } attrs { promote: true } } }
I20260608 12:41:58.575546  8787 raft_consensus.cc:1275] T 33a5c279ebde41db9f5c988660fe26bb P 82136530380043eeb90a78741424f2ce [term 1 FOLLOWER]: Refusing update from remote peer d257436005d6494784b7347953f63b9d: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:58.577431  9029 consensus_queue.cc:1048] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [LEADER]: Connected to new peer: Peer: permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:58.583566  8597 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 82620be678334804879003ed4dd089ec with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:58.582255  8786 raft_consensus.cc:2955] T 889270688cf34566ae934a4823bce3f9 P 82136530380043eeb90a78741424f2ce [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: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } attrs { replace: false } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } } peers { permanent_uuid: "02af63da77354fd7a0c6e0dd0c8d6d64" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34785 } attrs { promote: true } } }
I20260608 12:41:58.587728  9029 consensus_queue.cc:1048] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:58.588601  9023 raft_consensus.cc:2955] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } attrs { replace: false } } }
I20260608 12:41:58.593146  8860 raft_consensus.cc:2955] T 33a5c279ebde41db9f5c988660fe26bb P a4a0fd31e5e04f01add844027f3d24da [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } attrs { replace: false } } }
W20260608 12:41:58.595193  8657 auto_rebalancer.cc:863] Could not move replica: Illegal state: Injected artificial test failure.
W20260608 12:41:58.595616  8657 auto_rebalancer.cc:301] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260608 12:41:58.596195  8787 raft_consensus.cc:2955] T 33a5c279ebde41db9f5c988660fe26bb P 82136530380043eeb90a78741424f2ce [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } attrs { replace: false } } }
I20260608 12:41:58.606360  8609 catalog_manager.cc:5696] T 82620be678334804879003ed4dd089ec P a4a0fd31e5e04f01add844027f3d24da reported cstate change: config changed from index 3 to 4, NON_VOTER 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "82136530380043eeb90a78741424f2ce" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } attrs { replace: false } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } } }
I20260608 12:41:58.600891  8709 raft_consensus.cc:2955] T 889270688cf34566ae934a4823bce3f9 P d257436005d6494784b7347953f63b9d [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: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } attrs { replace: false } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } } peers { permanent_uuid: "02af63da77354fd7a0c6e0dd0c8d6d64" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34785 } attrs { promote: true } } }
I20260608 12:41:58.617672  8597 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 33a5c279ebde41db9f5c988660fe26bb with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:58.635917  8608 catalog_manager.cc:5696] T 889270688cf34566ae934a4823bce3f9 P 82136530380043eeb90a78741424f2ce reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "a4a0fd31e5e04f01add844027f3d24da" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } attrs { replace: false } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } } peers { permanent_uuid: "02af63da77354fd7a0c6e0dd0c8d6d64" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34785 } attrs { promote: true } } }
I20260608 12:41:58.638042  8608 catalog_manager.cc:5696] T 33a5c279ebde41db9f5c988660fe26bb P 82136530380043eeb90a78741424f2ce reported cstate change: config changed from index 3 to 4, NON_VOTER 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "d257436005d6494784b7347953f63b9d" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } attrs { replace: false } } }
I20260608 12:41:58.643966  8973 tablet_service.cc:1558] Processing DeleteTablet for tablet 82620be678334804879003ed4dd089ec with delete_type TABLET_DATA_TOMBSTONED (TS 02af63da77354fd7a0c6e0dd0c8d6d64 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:42816
W20260608 12:41:58.647943  8594 catalog_manager.cc:4994] TS 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196:34785): delete failed for tablet 82620be678334804879003ed4dd089ec because the tablet was not found. No further retry: Not found: Tablet not found: 82620be678334804879003ed4dd089ec
I20260608 12:41:58.656503  8973 tablet_service.cc:1558] Processing DeleteTablet for tablet 33a5c279ebde41db9f5c988660fe26bb with delete_type TABLET_DATA_TOMBSTONED (TS 02af63da77354fd7a0c6e0dd0c8d6d64 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:42816
W20260608 12:41:58.658241  8594 catalog_manager.cc:4994] TS 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196:34785): delete failed for tablet 33a5c279ebde41db9f5c988660fe26bb because the tablet was not found. No further retry: Not found: Tablet not found: 33a5c279ebde41db9f5c988660fe26bb
I20260608 12:41:58.666581  8860 consensus_queue.cc:237] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [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: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } attrs { replace: false } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } }
I20260608 12:41:58.672807  8787 raft_consensus.cc:1275] T 889270688cf34566ae934a4823bce3f9 P 82136530380043eeb90a78741424f2ce [term 1 FOLLOWER]: Refusing update from remote peer a4a0fd31e5e04f01add844027f3d24da: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:58.674189  8712 raft_consensus.cc:1275] T 889270688cf34566ae934a4823bce3f9 P d257436005d6494784b7347953f63b9d [term 1 FOLLOWER]: Refusing update from remote peer a4a0fd31e5e04f01add844027f3d24da: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:58.674647  9044 consensus_queue.cc:1048] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [LEADER]: Connected to new peer: Peer: permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:58.675865  9026 consensus_queue.cc:1048] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [LEADER]: Connected to new peer: Peer: permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:58.684227   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:58.683305  9042 raft_consensus.cc:2955] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } attrs { replace: false } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } } }
I20260608 12:41:58.685460  8787 raft_consensus.cc:2955] T 889270688cf34566ae934a4823bce3f9 P 82136530380043eeb90a78741424f2ce [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } attrs { replace: false } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } } }
I20260608 12:41:58.698551  8594 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 889270688cf34566ae934a4823bce3f9 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:58.708675  8610 catalog_manager.cc:5696] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da reported cstate change: config changed from index 3 to 4, NON_VOTER 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "a4a0fd31e5e04f01add844027f3d24da" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } health_report { overall_health: HEALTHY } } }
W20260608 12:41:58.713327  8827 consensus_peers.cc:597] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da -> Peer d257436005d6494784b7347953f63b9d (127.0.107.193:41789): Couldn't send request to peer d257436005d6494784b7347953f63b9d. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:58.729130  8973 tablet_service.cc:1558] Processing DeleteTablet for tablet 889270688cf34566ae934a4823bce3f9 with delete_type TABLET_DATA_TOMBSTONED (TS 02af63da77354fd7a0c6e0dd0c8d6d64 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:42816
W20260608 12:41:58.731487  8594 catalog_manager.cc:4994] TS 02af63da77354fd7a0c6e0dd0c8d6d64 (127.0.107.196:34785): delete failed for tablet 889270688cf34566ae934a4823bce3f9 because the tablet was not found. No further retry: Not found: Tablet not found: 889270688cf34566ae934a4823bce3f9
I20260608 12:41:58.734822   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:58.735654   431 tablet_replica.cc:333] T 9169bf2d1a344468a13c4de926194e41 P d257436005d6494784b7347953f63b9d: stopping tablet replica
I20260608 12:41:58.736296   431 raft_consensus.cc:2243] T 9169bf2d1a344468a13c4de926194e41 P d257436005d6494784b7347953f63b9d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:58.736786   431 raft_consensus.cc:2272] T 9169bf2d1a344468a13c4de926194e41 P d257436005d6494784b7347953f63b9d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:58.738945   431 tablet_replica.cc:333] T 889270688cf34566ae934a4823bce3f9 P d257436005d6494784b7347953f63b9d: stopping tablet replica
I20260608 12:41:58.739620   431 raft_consensus.cc:2243] T 889270688cf34566ae934a4823bce3f9 P d257436005d6494784b7347953f63b9d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:58.740190   431 pending_rounds.cc:70] T 889270688cf34566ae934a4823bce3f9 P d257436005d6494784b7347953f63b9d: Trying to abort 1 pending ops.
I20260608 12:41:58.740399   431 pending_rounds.cc:77] T 889270688cf34566ae934a4823bce3f9 P d257436005d6494784b7347953f63b9d: Aborting op as it isn't in flight: id { term: 1 index: 4 } timestamp: 7294658636452286464 op_type: CHANGE_CONFIG_OP change_config_record { tablet_id: "889270688cf34566ae934a4823bce3f9" old_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } attrs { replace: false } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } } peers { permanent_uuid: "02af63da77354fd7a0c6e0dd0c8d6d64" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34785 } attrs { promote: true } } } new_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d257436005d6494784b7347953f63b9d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41789 } } peers { permanent_uuid: "82136530380043eeb90a78741424f2ce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40017 } attrs { replace: false } } peers { permanent_uuid: "a4a0fd31e5e04f01add844027f3d24da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33193 } } } }
I20260608 12:41:58.741093   431 raft_consensus.cc:2917] T 889270688cf34566ae934a4823bce3f9 P d257436005d6494784b7347953f63b9d [term 1 FOLLOWER]: Aborting config change with OpId 1.4: Aborted: Op aborted
I20260608 12:41:58.741422   431 raft_consensus.cc:2889] T 889270688cf34566ae934a4823bce3f9 P d257436005d6494784b7347953f63b9d [term 1 FOLLOWER]: CHANGE_CONFIG_OP replication failed: Aborted: Op aborted
I20260608 12:41:58.741701   431 raft_consensus.cc:2272] T 889270688cf34566ae934a4823bce3f9 P d257436005d6494784b7347953f63b9d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:58.744247   431 tablet_replica.cc:333] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d: stopping tablet replica
I20260608 12:41:58.744853   431 raft_consensus.cc:2243] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:58.745757   431 raft_consensus.cc:2272] T 33a5c279ebde41db9f5c988660fe26bb P d257436005d6494784b7347953f63b9d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:58.748363   431 tablet_replica.cc:333] T 82620be678334804879003ed4dd089ec P d257436005d6494784b7347953f63b9d: stopping tablet replica
I20260608 12:41:58.748914   431 raft_consensus.cc:2243] T 82620be678334804879003ed4dd089ec P d257436005d6494784b7347953f63b9d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:58.749521   431 raft_consensus.cc:2272] T 82620be678334804879003ed4dd089ec P d257436005d6494784b7347953f63b9d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:58.773973   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:58.787103   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:58.809003   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:58.809789   431 tablet_replica.cc:333] T 33a5c279ebde41db9f5c988660fe26bb P 82136530380043eeb90a78741424f2ce: stopping tablet replica
I20260608 12:41:58.810429   431 raft_consensus.cc:2243] T 33a5c279ebde41db9f5c988660fe26bb P 82136530380043eeb90a78741424f2ce [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:58.811079   431 raft_consensus.cc:2272] T 33a5c279ebde41db9f5c988660fe26bb P 82136530380043eeb90a78741424f2ce [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:58.813611   431 tablet_replica.cc:333] T 889270688cf34566ae934a4823bce3f9 P 82136530380043eeb90a78741424f2ce: stopping tablet replica
I20260608 12:41:58.814229   431 raft_consensus.cc:2243] T 889270688cf34566ae934a4823bce3f9 P 82136530380043eeb90a78741424f2ce [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:58.814838   431 raft_consensus.cc:2272] T 889270688cf34566ae934a4823bce3f9 P 82136530380043eeb90a78741424f2ce [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:58.817178   431 tablet_replica.cc:333] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce: stopping tablet replica
I20260608 12:41:58.817704   431 raft_consensus.cc:2243] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:58.818475   431 raft_consensus.cc:2272] T 82620be678334804879003ed4dd089ec P 82136530380043eeb90a78741424f2ce [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:58.820726   431 tablet_replica.cc:333] T 9169bf2d1a344468a13c4de926194e41 P 82136530380043eeb90a78741424f2ce: stopping tablet replica
I20260608 12:41:58.821242   431 raft_consensus.cc:2243] T 9169bf2d1a344468a13c4de926194e41 P 82136530380043eeb90a78741424f2ce [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:58.821982   431 raft_consensus.cc:2272] T 9169bf2d1a344468a13c4de926194e41 P 82136530380043eeb90a78741424f2ce [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:58.846005   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:58.860006   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:58.880882   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:58.881654   431 tablet_replica.cc:333] T 33a5c279ebde41db9f5c988660fe26bb P a4a0fd31e5e04f01add844027f3d24da: stopping tablet replica
I20260608 12:41:58.882238   431 raft_consensus.cc:2243] T 33a5c279ebde41db9f5c988660fe26bb P a4a0fd31e5e04f01add844027f3d24da [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:58.882881   431 raft_consensus.cc:2272] T 33a5c279ebde41db9f5c988660fe26bb P a4a0fd31e5e04f01add844027f3d24da [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:58.885340   431 tablet_replica.cc:333] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da: stopping tablet replica
I20260608 12:41:58.885890   431 raft_consensus.cc:2243] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:58.886672   431 raft_consensus.cc:2272] T 889270688cf34566ae934a4823bce3f9 P a4a0fd31e5e04f01add844027f3d24da [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:58.889174   431 tablet_replica.cc:333] T 82620be678334804879003ed4dd089ec P a4a0fd31e5e04f01add844027f3d24da: stopping tablet replica
I20260608 12:41:58.889712   431 raft_consensus.cc:2243] T 82620be678334804879003ed4dd089ec P a4a0fd31e5e04f01add844027f3d24da [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:58.890290   431 raft_consensus.cc:2272] T 82620be678334804879003ed4dd089ec P a4a0fd31e5e04f01add844027f3d24da [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:58.892607   431 tablet_replica.cc:333] T 9169bf2d1a344468a13c4de926194e41 P a4a0fd31e5e04f01add844027f3d24da: stopping tablet replica
I20260608 12:41:58.893218   431 raft_consensus.cc:2243] T 9169bf2d1a344468a13c4de926194e41 P a4a0fd31e5e04f01add844027f3d24da [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:58.893643   431 raft_consensus.cc:2272] T 9169bf2d1a344468a13c4de926194e41 P a4a0fd31e5e04f01add844027f3d24da [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:58.917398   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:58.930992   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:41:58.950932   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:58.967923   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:41:58.976801   431 master.cc:562] Master@127.0.107.254:42093 shutting down...
I20260608 12:41:58.994388   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 20164f998ef345fd82cf746ebe6500eb [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:58.995041   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 20164f998ef345fd82cf746ebe6500eb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:58.995508   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 20164f998ef345fd82cf746ebe6500eb: stopping tablet replica
I20260608 12:41:59.009374   431 master.cc:584] Master@127.0.107.254:42093 shutdown complete.
[       OK ] AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails (3887 ms)
[ RUN      ] AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag
I20260608 12:41:59.040066   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:39413
I20260608 12:41:59.041755   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:59.048475  9050 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:59.048810  9051 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:59.053624  9053 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:59.054315   431 server_base.cc:1061] running on GCE node
I20260608 12:41:59.055153   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:59.055352   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.
I20260608 12:41:59.055572   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922519055557 us; error 0 us; skew 500 ppm
I20260608 12:41:59.056247   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:59.058713   431 webserver.cc:533] Webserver started at http://127.0.107.254:40041/ using document root <none> and password file <none>
I20260608 12:41:59.059279   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:59.059552   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:59.059857   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:59.060981   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922302632525-431-0/minicluster-data/master-0-root/instance:
uuid: "8909de1287b147ef99cff0ae0525d272"
format_stamp: "Formatted at 2026-06-08 12:41:59 on dist-test-slave-g6ln"
I20260608 12:41:59.065917   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:41:59.069490  9058 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:59.070322   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:59.070624   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922302632525-431-0/minicluster-data/master-0-root
uuid: "8909de1287b147ef99cff0ae0525d272"
format_stamp: "Formatted at 2026-06-08 12:41:59 on dist-test-slave-g6ln"
I20260608 12:41:59.070935   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922302632525-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922302632525-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922302632525-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)
I20260608 12:41:59.104132   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:59.105211   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:59.142379   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:39413
I20260608 12:41:59.142511  9109 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:39413 every 8 connection(s)
I20260608 12:41:59.146425  9110 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:59.156683  9110 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8909de1287b147ef99cff0ae0525d272: Bootstrap starting.
I20260608 12:41:59.161289  9110 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8909de1287b147ef99cff0ae0525d272: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:59.165378  9110 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8909de1287b147ef99cff0ae0525d272: No bootstrap required, opened a new log
I20260608 12:41:59.167589  9110 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8909de1287b147ef99cff0ae0525d272 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8909de1287b147ef99cff0ae0525d272" member_type: VOTER }
I20260608 12:41:59.167980  9110 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8909de1287b147ef99cff0ae0525d272 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:59.168200  9110 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8909de1287b147ef99cff0ae0525d272 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8909de1287b147ef99cff0ae0525d272, State: Initialized, Role: FOLLOWER
I20260608 12:41:59.168905  9110 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8909de1287b147ef99cff0ae0525d272 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "8909de1287b147ef99cff0ae0525d272" member_type: VOTER }
I20260608 12:41:59.169345  9110 raft_consensus.cc:399] T 00000000000000000000000000000000 P 8909de1287b147ef99cff0ae0525d272 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:59.169582  9110 raft_consensus.cc:493] T 00000000000000000000000000000000 P 8909de1287b147ef99cff0ae0525d272 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:59.169876  9110 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8909de1287b147ef99cff0ae0525d272 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:59.174863  9110 raft_consensus.cc:515] T 00000000000000000000000000000000 P 8909de1287b147ef99cff0ae0525d272 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8909de1287b147ef99cff0ae0525d272" member_type: VOTER }
I20260608 12:41:59.175472  9110 leader_election.cc:304] T 00000000000000000000000000000000 P 8909de1287b147ef99cff0ae0525d272 [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: 8909de1287b147ef99cff0ae0525d272; no voters: 
I20260608 12:41:59.176616  9110 leader_election.cc:290] T 00000000000000000000000000000000 P 8909de1287b147ef99cff0ae0525d272 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:59.177016  9113 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 8909de1287b147ef99cff0ae0525d272 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:59.178354  9113 raft_consensus.cc:697] T 00000000000000000000000000000000 P 8909de1287b147ef99cff0ae0525d272 [term 1 LEADER]: Becoming Leader. State: Replica: 8909de1287b147ef99cff0ae0525d272, State: Running, Role: LEADER
I20260608 12:41:59.179059  9113 consensus_queue.cc:237] T 00000000000000000000000000000000 P 8909de1287b147ef99cff0ae0525d272 [LEADER]: Queue going to LEADER mode. State: All 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: "8909de1287b147ef99cff0ae0525d272" member_type: VOTER }
I20260608 12:41:59.179697  9110 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8909de1287b147ef99cff0ae0525d272 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:59.182054  9115 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8909de1287b147ef99cff0ae0525d272 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8909de1287b147ef99cff0ae0525d272. Latest consensus state: current_term: 1 leader_uuid: "8909de1287b147ef99cff0ae0525d272" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8909de1287b147ef99cff0ae0525d272" member_type: VOTER } }
I20260608 12:41:59.182035  9114 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8909de1287b147ef99cff0ae0525d272 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "8909de1287b147ef99cff0ae0525d272" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8909de1287b147ef99cff0ae0525d272" member_type: VOTER } }
I20260608 12:41:59.182766  9115 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8909de1287b147ef99cff0ae0525d272 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:59.182873  9114 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8909de1287b147ef99cff0ae0525d272 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:59.188171  9118 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:59.196346  9118 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:59.197412   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:59.206276  9118 catalog_manager.cc:1382] Generated new cluster ID: c632354d55014517af1904e0e59dcb79
I20260608 12:41:59.206560  9118 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:59.232734  9118 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:59.234210  9118 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:59.252084  9118 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 8909de1287b147ef99cff0ae0525d272: Generated new TSK 0
I20260608 12:41:59.252753  9118 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:59.264104   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:59.270252  9131 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:59.271174  9132 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:59.272902  9134 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:59.273262   431 server_base.cc:1061] running on GCE node
I20260608 12:41:59.274106   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:59.274345   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.
I20260608 12:41:59.274484   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922519274472 us; error 0 us; skew 500 ppm
I20260608 12:41:59.275017   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:59.277294   431 webserver.cc:533] Webserver started at http://127.0.107.193:36217/ using document root <none> and password file <none>
I20260608 12:41:59.277771   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:59.277930   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:59.278151   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:59.279173   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922302632525-431-0/minicluster-data/ts-0-root/instance:
uuid: "3de1921a649f4fb29844c791d3e1cd46"
format_stamp: "Formatted at 2026-06-08 12:41:59 on dist-test-slave-g6ln"
I20260608 12:41:59.283958   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260608 12:41:59.287477  9139 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:59.288319   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:41:59.288578   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922302632525-431-0/minicluster-data/ts-0-root
uuid: "3de1921a649f4fb29844c791d3e1cd46"
format_stamp: "Formatted at 2026-06-08 12:41:59 on dist-test-slave-g6ln"
I20260608 12:41:59.288837   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922302632525-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922302632525-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922302632525-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)
I20260608 12:41:59.300722   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:59.301712   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:59.303189   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:59.305678   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:59.305856   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:59.306141   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:59.306340   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:59.345734   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:44909
I20260608 12:41:59.345852  9201 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:44909 every 8 connection(s)
I20260608 12:41:59.351200   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:59.360997  9206 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:59.362751  9207 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:59.366542  9202 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39413
I20260608 12:41:59.367035  9202 heartbeater.cc:461] Registering TS with master...
W20260608 12:41:59.367274  9209 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:59.367344   431 server_base.cc:1061] running on GCE node
I20260608 12:41:59.368119  9202 heartbeater.cc:507] Master 127.0.107.254:39413 requested a full tablet report, sending...
I20260608 12:41:59.368769   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:59.369027   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.
I20260608 12:41:59.369252   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922519369233 us; error 0 us; skew 500 ppm
I20260608 12:41:59.370033   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:59.370736  9075 ts_manager.cc:194] Registered new tserver with Master: 3de1921a649f4fb29844c791d3e1cd46 (127.0.107.193:44909)
I20260608 12:41:59.373090   431 webserver.cc:533] Webserver started at http://127.0.107.194:42131/ using document root <none> and password file <none>
I20260608 12:41:59.373481  9075 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33038
I20260608 12:41:59.373831   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:59.374125   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:59.374457   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:59.375696   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922302632525-431-0/minicluster-data/ts-1-root/instance:
uuid: "61eb5a9450664171a71119e33f3b05aa"
format_stamp: "Formatted at 2026-06-08 12:41:59 on dist-test-slave-g6ln"
I20260608 12:41:59.380316   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
I20260608 12:41:59.384088  9214 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:59.384929   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.002s
I20260608 12:41:59.385304   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922302632525-431-0/minicluster-data/ts-1-root
uuid: "61eb5a9450664171a71119e33f3b05aa"
format_stamp: "Formatted at 2026-06-08 12:41:59 on dist-test-slave-g6ln"
I20260608 12:41:59.385596   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922302632525-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922302632525-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922302632525-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)
I20260608 12:41:59.403841   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:59.404893   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:59.406359   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:59.408696   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:59.408926   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:59.409192   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:59.409372   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:59.456087   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:37487
I20260608 12:41:59.456215  9276 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:37487 every 8 connection(s)
I20260608 12:41:59.463555   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:59.473526  9281 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:59.475121  9283 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:59.478163  9277 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39413
I20260608 12:41:59.478753  9277 heartbeater.cc:461] Registering TS with master...
W20260608 12:41:59.479483  9280 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:59.479907  9277 heartbeater.cc:507] Master 127.0.107.254:39413 requested a full tablet report, sending...
I20260608 12:41:59.481014   431 server_base.cc:1061] running on GCE node
I20260608 12:41:59.482197   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:59.482462   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.
I20260608 12:41:59.482679   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922519482662 us; error 0 us; skew 500 ppm
I20260608 12:41:59.482854  9075 ts_manager.cc:194] Registered new tserver with Master: 61eb5a9450664171a71119e33f3b05aa (127.0.107.194:37487)
I20260608 12:41:59.483529   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:59.484871  9075 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33044
I20260608 12:41:59.496289   431 webserver.cc:533] Webserver started at http://127.0.107.195:45091/ using document root <none> and password file <none>
I20260608 12:41:59.497139   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:59.497359   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:59.497659   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:59.499153   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922302632525-431-0/minicluster-data/ts-2-root/instance:
uuid: "5076315240654cd983cbac915146d8c3"
format_stamp: "Formatted at 2026-06-08 12:41:59 on dist-test-slave-g6ln"
I20260608 12:41:59.505550   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.000s
I20260608 12:41:59.509014  9288 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:59.509984   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:41:59.510385   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922302632525-431-0/minicluster-data/ts-2-root
uuid: "5076315240654cd983cbac915146d8c3"
format_stamp: "Formatted at 2026-06-08 12:41:59 on dist-test-slave-g6ln"
I20260608 12:41:59.510737   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922302632525-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922302632525-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922302632525-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)
I20260608 12:41:59.537943   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:59.539158   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:59.540804   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:59.543337   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:59.543665   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:41:59.543936   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:59.544140   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:59.590487   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:33597
I20260608 12:41:59.590601  9350 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:33597 every 8 connection(s)
I20260608 12:41:59.605098  9351 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39413
I20260608 12:41:59.605578  9351 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:59.606325  9351 heartbeater.cc:507] Master 127.0.107.254:39413 requested a full tablet report, sending...
I20260608 12:41:59.608530  9075 ts_manager.cc:194] Registered new tserver with Master: 5076315240654cd983cbac915146d8c3 (127.0.107.195:33597)
I20260608 12:41:59.608994   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014980856s
I20260608 12:41:59.610210  9075 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33050
I20260608 12:42:00.376485  9202 heartbeater.cc:499] Master 127.0.107.254:39413 was elected leader, sending a full tablet report...
I20260608 12:42:00.495993  9277 heartbeater.cc:499] Master 127.0.107.254:39413 was elected leader, sending a full tablet report...
I20260608 12:42:00.613303  9351 heartbeater.cc:499] Master 127.0.107.254:39413 was elected leader, sending a full tablet report...
I20260608 12:42:00.673636  9075 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:33066:
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"
    }
  }
}
W20260608 12:42:00.676154  9075 catalog_manager.cc:7076] 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.
I20260608 12:42:00.750589  9313 tablet_service.cc:1511] Processing CreateTablet for tablet f8931325de0f4431b69dadb36c52ae58 (DEFAULT_TABLE table=test-workload [id=8647dc927ec04ce5952d17e03e24f733]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:00.752213  9313 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f8931325de0f4431b69dadb36c52ae58. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.753633  9314 tablet_service.cc:1511] Processing CreateTablet for tablet 68a51b84a36e42529ce088b114f19209 (DEFAULT_TABLE table=test-workload [id=8647dc927ec04ce5952d17e03e24f733]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:00.755017  9314 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 68a51b84a36e42529ce088b114f19209. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.751811  9315 tablet_service.cc:1511] Processing CreateTablet for tablet 7f49ce492fd240d6a867bd2cecd29b2f (DEFAULT_TABLE table=test-workload [id=8647dc927ec04ce5952d17e03e24f733]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:00.750589  9316 tablet_service.cc:1511] Processing CreateTablet for tablet de99503ac256458c9c3b9b6dbfe3f77e (DEFAULT_TABLE table=test-workload [id=8647dc927ec04ce5952d17e03e24f733]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:00.756618  9315 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7f49ce492fd240d6a867bd2cecd29b2f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.760161  9316 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet de99503ac256458c9c3b9b6dbfe3f77e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.770258  9312 tablet_service.cc:1511] Processing CreateTablet for tablet e79a70aea4144a23a3333b94c7f58012 (DEFAULT_TABLE table=test-workload [id=8647dc927ec04ce5952d17e03e24f733]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:00.771956  9312 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e79a70aea4144a23a3333b94c7f58012. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.774765  9167 tablet_service.cc:1511] Processing CreateTablet for tablet de99503ac256458c9c3b9b6dbfe3f77e (DEFAULT_TABLE table=test-workload [id=8647dc927ec04ce5952d17e03e24f733]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:00.776216  9167 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet de99503ac256458c9c3b9b6dbfe3f77e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.778056  9311 tablet_service.cc:1511] Processing CreateTablet for tablet 483186038be64324afcd04af96bb007e (DEFAULT_TABLE table=test-workload [id=8647dc927ec04ce5952d17e03e24f733]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:00.779927  9311 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 483186038be64324afcd04af96bb007e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.788364  9166 tablet_service.cc:1511] Processing CreateTablet for tablet 7f49ce492fd240d6a867bd2cecd29b2f (DEFAULT_TABLE table=test-workload [id=8647dc927ec04ce5952d17e03e24f733]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:00.789928  9166 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7f49ce492fd240d6a867bd2cecd29b2f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.789613  9164 tablet_service.cc:1511] Processing CreateTablet for tablet f8931325de0f4431b69dadb36c52ae58 (DEFAULT_TABLE table=test-workload [id=8647dc927ec04ce5952d17e03e24f733]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:00.791086  9164 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f8931325de0f4431b69dadb36c52ae58. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.792304  9165 tablet_service.cc:1511] Processing CreateTablet for tablet 68a51b84a36e42529ce088b114f19209 (DEFAULT_TABLE table=test-workload [id=8647dc927ec04ce5952d17e03e24f733]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:00.793651  9165 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 68a51b84a36e42529ce088b114f19209. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.814030  9163 tablet_service.cc:1511] Processing CreateTablet for tablet e79a70aea4144a23a3333b94c7f58012 (DEFAULT_TABLE table=test-workload [id=8647dc927ec04ce5952d17e03e24f733]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:00.815639  9163 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e79a70aea4144a23a3333b94c7f58012. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.830200  9242 tablet_service.cc:1511] Processing CreateTablet for tablet de99503ac256458c9c3b9b6dbfe3f77e (DEFAULT_TABLE table=test-workload [id=8647dc927ec04ce5952d17e03e24f733]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:00.830595  9241 tablet_service.cc:1511] Processing CreateTablet for tablet 7f49ce492fd240d6a867bd2cecd29b2f (DEFAULT_TABLE table=test-workload [id=8647dc927ec04ce5952d17e03e24f733]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:00.831056  9167 tablet_service.cc:1511] Processing CreateTablet for tablet 483186038be64324afcd04af96bb007e (DEFAULT_TABLE table=test-workload [id=8647dc927ec04ce5952d17e03e24f733]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:00.831744  9242 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet de99503ac256458c9c3b9b6dbfe3f77e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.832445  9167 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 483186038be64324afcd04af96bb007e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.832824  9240 tablet_service.cc:1511] Processing CreateTablet for tablet 68a51b84a36e42529ce088b114f19209 (DEFAULT_TABLE table=test-workload [id=8647dc927ec04ce5952d17e03e24f733]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:00.834146  9240 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 68a51b84a36e42529ce088b114f19209. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.836620  9239 tablet_service.cc:1511] Processing CreateTablet for tablet f8931325de0f4431b69dadb36c52ae58 (DEFAULT_TABLE table=test-workload [id=8647dc927ec04ce5952d17e03e24f733]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:00.837925  9239 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f8931325de0f4431b69dadb36c52ae58. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.840718  9238 tablet_service.cc:1511] Processing CreateTablet for tablet e79a70aea4144a23a3333b94c7f58012 (DEFAULT_TABLE table=test-workload [id=8647dc927ec04ce5952d17e03e24f733]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:00.842083  9238 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e79a70aea4144a23a3333b94c7f58012. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.844655  9237 tablet_service.cc:1511] Processing CreateTablet for tablet 483186038be64324afcd04af96bb007e (DEFAULT_TABLE table=test-workload [id=8647dc927ec04ce5952d17e03e24f733]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:00.845978  9237 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 483186038be64324afcd04af96bb007e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.848039  9241 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7f49ce492fd240d6a867bd2cecd29b2f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.881441  9372 tablet_bootstrap.cc:492] T f8931325de0f4431b69dadb36c52ae58 P 3de1921a649f4fb29844c791d3e1cd46: Bootstrap starting.
I20260608 12:42:00.888582  9371 tablet_bootstrap.cc:492] T f8931325de0f4431b69dadb36c52ae58 P 5076315240654cd983cbac915146d8c3: Bootstrap starting.
I20260608 12:42:00.894426  9373 tablet_bootstrap.cc:492] T de99503ac256458c9c3b9b6dbfe3f77e P 61eb5a9450664171a71119e33f3b05aa: Bootstrap starting.
I20260608 12:42:00.902189  9373 tablet_bootstrap.cc:654] T de99503ac256458c9c3b9b6dbfe3f77e P 61eb5a9450664171a71119e33f3b05aa: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:00.901978  9372 tablet_bootstrap.cc:654] T f8931325de0f4431b69dadb36c52ae58 P 3de1921a649f4fb29844c791d3e1cd46: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:00.907135  9371 tablet_bootstrap.cc:654] T f8931325de0f4431b69dadb36c52ae58 P 5076315240654cd983cbac915146d8c3: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:00.914974  9371 tablet_bootstrap.cc:492] T f8931325de0f4431b69dadb36c52ae58 P 5076315240654cd983cbac915146d8c3: No bootstrap required, opened a new log
I20260608 12:42:00.915701  9371 ts_tablet_manager.cc:1403] T f8931325de0f4431b69dadb36c52ae58 P 5076315240654cd983cbac915146d8c3: Time spent bootstrapping tablet: real 0.027s	user 0.013s	sys 0.000s
I20260608 12:42:00.921051  9371 raft_consensus.cc:359] T f8931325de0f4431b69dadb36c52ae58 P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:00.921831  9371 raft_consensus.cc:385] T f8931325de0f4431b69dadb36c52ae58 P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:00.922446  9371 raft_consensus.cc:740] T f8931325de0f4431b69dadb36c52ae58 P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5076315240654cd983cbac915146d8c3, State: Initialized, Role: FOLLOWER
I20260608 12:42:00.923447  9373 tablet_bootstrap.cc:492] T de99503ac256458c9c3b9b6dbfe3f77e P 61eb5a9450664171a71119e33f3b05aa: No bootstrap required, opened a new log
I20260608 12:42:00.923257  9371 consensus_queue.cc:260] T f8931325de0f4431b69dadb36c52ae58 P 5076315240654cd983cbac915146d8c3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:00.924005  9373 ts_tablet_manager.cc:1403] T de99503ac256458c9c3b9b6dbfe3f77e P 61eb5a9450664171a71119e33f3b05aa: Time spent bootstrapping tablet: real 0.030s	user 0.016s	sys 0.005s
I20260608 12:42:00.925941  9372 tablet_bootstrap.cc:492] T f8931325de0f4431b69dadb36c52ae58 P 3de1921a649f4fb29844c791d3e1cd46: No bootstrap required, opened a new log
I20260608 12:42:00.926416  9372 ts_tablet_manager.cc:1403] T f8931325de0f4431b69dadb36c52ae58 P 3de1921a649f4fb29844c791d3e1cd46: Time spent bootstrapping tablet: real 0.045s	user 0.003s	sys 0.010s
I20260608 12:42:00.927551  9373 raft_consensus.cc:359] T de99503ac256458c9c3b9b6dbfe3f77e P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } }
I20260608 12:42:00.928280  9373 raft_consensus.cc:385] T de99503ac256458c9c3b9b6dbfe3f77e P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:00.928725  9373 raft_consensus.cc:740] T de99503ac256458c9c3b9b6dbfe3f77e P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 61eb5a9450664171a71119e33f3b05aa, State: Initialized, Role: FOLLOWER
I20260608 12:42:00.929175  9371 ts_tablet_manager.cc:1434] T f8931325de0f4431b69dadb36c52ae58 P 5076315240654cd983cbac915146d8c3: Time spent starting tablet: real 0.013s	user 0.002s	sys 0.009s
I20260608 12:42:00.929347  9372 raft_consensus.cc:359] T f8931325de0f4431b69dadb36c52ae58 P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:00.930145  9372 raft_consensus.cc:385] T f8931325de0f4431b69dadb36c52ae58 P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:00.929654  9373 consensus_queue.cc:260] T de99503ac256458c9c3b9b6dbfe3f77e P 61eb5a9450664171a71119e33f3b05aa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } }
I20260608 12:42:00.930500  9372 raft_consensus.cc:740] T f8931325de0f4431b69dadb36c52ae58 P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3de1921a649f4fb29844c791d3e1cd46, State: Initialized, Role: FOLLOWER
I20260608 12:42:00.930642  9371 tablet_bootstrap.cc:492] T 68a51b84a36e42529ce088b114f19209 P 5076315240654cd983cbac915146d8c3: Bootstrap starting.
I20260608 12:42:00.931457  9372 consensus_queue.cc:260] T f8931325de0f4431b69dadb36c52ae58 P 3de1921a649f4fb29844c791d3e1cd46 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:00.939806  9373 ts_tablet_manager.cc:1434] T de99503ac256458c9c3b9b6dbfe3f77e P 61eb5a9450664171a71119e33f3b05aa: Time spent starting tablet: real 0.015s	user 0.008s	sys 0.007s
I20260608 12:42:00.940325  9371 tablet_bootstrap.cc:654] T 68a51b84a36e42529ce088b114f19209 P 5076315240654cd983cbac915146d8c3: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:00.943799  9373 tablet_bootstrap.cc:492] T 7f49ce492fd240d6a867bd2cecd29b2f P 61eb5a9450664171a71119e33f3b05aa: Bootstrap starting.
I20260608 12:42:00.951776  9373 tablet_bootstrap.cc:654] T 7f49ce492fd240d6a867bd2cecd29b2f P 61eb5a9450664171a71119e33f3b05aa: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:00.964499  9372 ts_tablet_manager.cc:1434] T f8931325de0f4431b69dadb36c52ae58 P 3de1921a649f4fb29844c791d3e1cd46: Time spent starting tablet: real 0.038s	user 0.012s	sys 0.026s
I20260608 12:42:00.964948  9373 tablet_bootstrap.cc:492] T 7f49ce492fd240d6a867bd2cecd29b2f P 61eb5a9450664171a71119e33f3b05aa: No bootstrap required, opened a new log
I20260608 12:42:00.965730  9373 ts_tablet_manager.cc:1403] T 7f49ce492fd240d6a867bd2cecd29b2f P 61eb5a9450664171a71119e33f3b05aa: Time spent bootstrapping tablet: real 0.022s	user 0.015s	sys 0.004s
I20260608 12:42:00.965782  9372 tablet_bootstrap.cc:492] T de99503ac256458c9c3b9b6dbfe3f77e P 3de1921a649f4fb29844c791d3e1cd46: Bootstrap starting.
I20260608 12:42:00.970283  9373 raft_consensus.cc:359] T 7f49ce492fd240d6a867bd2cecd29b2f P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:00.971297  9373 raft_consensus.cc:385] T 7f49ce492fd240d6a867bd2cecd29b2f P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:00.971897  9373 raft_consensus.cc:740] T 7f49ce492fd240d6a867bd2cecd29b2f P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 61eb5a9450664171a71119e33f3b05aa, State: Initialized, Role: FOLLOWER
I20260608 12:42:00.972700  9373 consensus_queue.cc:260] T 7f49ce492fd240d6a867bd2cecd29b2f P 61eb5a9450664171a71119e33f3b05aa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:00.974833  9373 ts_tablet_manager.cc:1434] T 7f49ce492fd240d6a867bd2cecd29b2f P 61eb5a9450664171a71119e33f3b05aa: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.004s
I20260608 12:42:00.975977  9373 tablet_bootstrap.cc:492] T 483186038be64324afcd04af96bb007e P 61eb5a9450664171a71119e33f3b05aa: Bootstrap starting.
I20260608 12:42:00.976630  9372 tablet_bootstrap.cc:654] T de99503ac256458c9c3b9b6dbfe3f77e P 3de1921a649f4fb29844c791d3e1cd46: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:00.980443  9371 tablet_bootstrap.cc:492] T 68a51b84a36e42529ce088b114f19209 P 5076315240654cd983cbac915146d8c3: No bootstrap required, opened a new log
I20260608 12:42:00.981053  9371 ts_tablet_manager.cc:1403] T 68a51b84a36e42529ce088b114f19209 P 5076315240654cd983cbac915146d8c3: Time spent bootstrapping tablet: real 0.051s	user 0.014s	sys 0.028s
I20260608 12:42:00.982209  9373 tablet_bootstrap.cc:654] T 483186038be64324afcd04af96bb007e P 61eb5a9450664171a71119e33f3b05aa: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:00.984141  9371 raft_consensus.cc:359] T 68a51b84a36e42529ce088b114f19209 P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:00.985044  9371 raft_consensus.cc:385] T 68a51b84a36e42529ce088b114f19209 P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:00.985549  9371 raft_consensus.cc:740] T 68a51b84a36e42529ce088b114f19209 P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5076315240654cd983cbac915146d8c3, State: Initialized, Role: FOLLOWER
I20260608 12:42:00.986970  9371 consensus_queue.cc:260] T 68a51b84a36e42529ce088b114f19209 P 5076315240654cd983cbac915146d8c3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.000293  9371 ts_tablet_manager.cc:1434] T 68a51b84a36e42529ce088b114f19209 P 5076315240654cd983cbac915146d8c3: Time spent starting tablet: real 0.019s	user 0.006s	sys 0.001s
I20260608 12:42:01.001410  9371 tablet_bootstrap.cc:492] T de99503ac256458c9c3b9b6dbfe3f77e P 5076315240654cd983cbac915146d8c3: Bootstrap starting.
I20260608 12:42:01.002637  9372 tablet_bootstrap.cc:492] T de99503ac256458c9c3b9b6dbfe3f77e P 3de1921a649f4fb29844c791d3e1cd46: No bootstrap required, opened a new log
I20260608 12:42:01.002830  9373 tablet_bootstrap.cc:492] T 483186038be64324afcd04af96bb007e P 61eb5a9450664171a71119e33f3b05aa: No bootstrap required, opened a new log
I20260608 12:42:01.003477  9372 ts_tablet_manager.cc:1403] T de99503ac256458c9c3b9b6dbfe3f77e P 3de1921a649f4fb29844c791d3e1cd46: Time spent bootstrapping tablet: real 0.038s	user 0.026s	sys 0.009s
I20260608 12:42:01.003486  9373 ts_tablet_manager.cc:1403] T 483186038be64324afcd04af96bb007e P 61eb5a9450664171a71119e33f3b05aa: Time spent bootstrapping tablet: real 0.028s	user 0.017s	sys 0.009s
I20260608 12:42:01.007164  9373 raft_consensus.cc:359] T 483186038be64324afcd04af96bb007e P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.007400  9372 raft_consensus.cc:359] T de99503ac256458c9c3b9b6dbfe3f77e P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } }
I20260608 12:42:01.007995  9371 tablet_bootstrap.cc:654] T de99503ac256458c9c3b9b6dbfe3f77e P 5076315240654cd983cbac915146d8c3: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:01.008038  9373 raft_consensus.cc:385] T 483186038be64324afcd04af96bb007e P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:01.008226  9372 raft_consensus.cc:385] T de99503ac256458c9c3b9b6dbfe3f77e P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:01.008808  9373 raft_consensus.cc:740] T 483186038be64324afcd04af96bb007e P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 61eb5a9450664171a71119e33f3b05aa, State: Initialized, Role: FOLLOWER
I20260608 12:42:01.008919  9372 raft_consensus.cc:740] T de99503ac256458c9c3b9b6dbfe3f77e P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3de1921a649f4fb29844c791d3e1cd46, State: Initialized, Role: FOLLOWER
I20260608 12:42:01.009709  9373 consensus_queue.cc:260] T 483186038be64324afcd04af96bb007e P 61eb5a9450664171a71119e33f3b05aa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.010037  9372 consensus_queue.cc:260] T de99503ac256458c9c3b9b6dbfe3f77e P 3de1921a649f4fb29844c791d3e1cd46 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } }
I20260608 12:42:01.013944  9372 ts_tablet_manager.cc:1434] T de99503ac256458c9c3b9b6dbfe3f77e P 3de1921a649f4fb29844c791d3e1cd46: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260608 12:42:01.015329  9372 tablet_bootstrap.cc:492] T 7f49ce492fd240d6a867bd2cecd29b2f P 3de1921a649f4fb29844c791d3e1cd46: Bootstrap starting.
I20260608 12:42:01.015938  9373 ts_tablet_manager.cc:1434] T 483186038be64324afcd04af96bb007e P 61eb5a9450664171a71119e33f3b05aa: Time spent starting tablet: real 0.012s	user 0.009s	sys 0.000s
I20260608 12:42:01.017127  9373 tablet_bootstrap.cc:492] T 68a51b84a36e42529ce088b114f19209 P 61eb5a9450664171a71119e33f3b05aa: Bootstrap starting.
I20260608 12:42:01.020391  9371 tablet_bootstrap.cc:492] T de99503ac256458c9c3b9b6dbfe3f77e P 5076315240654cd983cbac915146d8c3: No bootstrap required, opened a new log
I20260608 12:42:01.020965  9371 ts_tablet_manager.cc:1403] T de99503ac256458c9c3b9b6dbfe3f77e P 5076315240654cd983cbac915146d8c3: Time spent bootstrapping tablet: real 0.020s	user 0.010s	sys 0.007s
I20260608 12:42:01.022517  9372 tablet_bootstrap.cc:654] T 7f49ce492fd240d6a867bd2cecd29b2f P 3de1921a649f4fb29844c791d3e1cd46: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:01.024003  9373 tablet_bootstrap.cc:654] T 68a51b84a36e42529ce088b114f19209 P 61eb5a9450664171a71119e33f3b05aa: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:01.024008  9371 raft_consensus.cc:359] T de99503ac256458c9c3b9b6dbfe3f77e P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } }
I20260608 12:42:01.025023  9371 raft_consensus.cc:385] T de99503ac256458c9c3b9b6dbfe3f77e P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:01.025421  9371 raft_consensus.cc:740] T de99503ac256458c9c3b9b6dbfe3f77e P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5076315240654cd983cbac915146d8c3, State: Initialized, Role: FOLLOWER
I20260608 12:42:01.026654  9371 consensus_queue.cc:260] T de99503ac256458c9c3b9b6dbfe3f77e P 5076315240654cd983cbac915146d8c3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } }
I20260608 12:42:01.038324  9371 ts_tablet_manager.cc:1434] T de99503ac256458c9c3b9b6dbfe3f77e P 5076315240654cd983cbac915146d8c3: Time spent starting tablet: real 0.017s	user 0.006s	sys 0.003s
I20260608 12:42:01.039803  9371 tablet_bootstrap.cc:492] T e79a70aea4144a23a3333b94c7f58012 P 5076315240654cd983cbac915146d8c3: Bootstrap starting.
I20260608 12:42:01.046402  9372 tablet_bootstrap.cc:492] T 7f49ce492fd240d6a867bd2cecd29b2f P 3de1921a649f4fb29844c791d3e1cd46: No bootstrap required, opened a new log
I20260608 12:42:01.047158  9372 ts_tablet_manager.cc:1403] T 7f49ce492fd240d6a867bd2cecd29b2f P 3de1921a649f4fb29844c791d3e1cd46: Time spent bootstrapping tablet: real 0.032s	user 0.011s	sys 0.019s
I20260608 12:42:01.048242  9371 tablet_bootstrap.cc:654] T e79a70aea4144a23a3333b94c7f58012 P 5076315240654cd983cbac915146d8c3: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:01.050256  9372 raft_consensus.cc:359] T 7f49ce492fd240d6a867bd2cecd29b2f P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.050714  9379 raft_consensus.cc:493] T de99503ac256458c9c3b9b6dbfe3f77e P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:01.051126  9372 raft_consensus.cc:385] T 7f49ce492fd240d6a867bd2cecd29b2f P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:01.051556  9372 raft_consensus.cc:740] T 7f49ce492fd240d6a867bd2cecd29b2f P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3de1921a649f4fb29844c791d3e1cd46, State: Initialized, Role: FOLLOWER
I20260608 12:42:01.051331  9379 raft_consensus.cc:515] T de99503ac256458c9c3b9b6dbfe3f77e P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } }
I20260608 12:42:01.052722  9372 consensus_queue.cc:260] T 7f49ce492fd240d6a867bd2cecd29b2f P 3de1921a649f4fb29844c791d3e1cd46 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.057511  9373 tablet_bootstrap.cc:492] T 68a51b84a36e42529ce088b114f19209 P 61eb5a9450664171a71119e33f3b05aa: No bootstrap required, opened a new log
I20260608 12:42:01.058188  9373 ts_tablet_manager.cc:1403] T 68a51b84a36e42529ce088b114f19209 P 61eb5a9450664171a71119e33f3b05aa: Time spent bootstrapping tablet: real 0.041s	user 0.024s	sys 0.012s
I20260608 12:42:01.057735  9379 leader_election.cc:290] T de99503ac256458c9c3b9b6dbfe3f77e P 3de1921a649f4fb29844c791d3e1cd46 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5076315240654cd983cbac915146d8c3 (127.0.107.195:33597), 61eb5a9450664171a71119e33f3b05aa (127.0.107.194:37487)
I20260608 12:42:01.061409  9373 raft_consensus.cc:359] T 68a51b84a36e42529ce088b114f19209 P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.061879  9372 ts_tablet_manager.cc:1434] T 7f49ce492fd240d6a867bd2cecd29b2f P 3de1921a649f4fb29844c791d3e1cd46: Time spent starting tablet: real 0.014s	user 0.003s	sys 0.007s
I20260608 12:42:01.062331  9373 raft_consensus.cc:385] T 68a51b84a36e42529ce088b114f19209 P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:01.062765  9373 raft_consensus.cc:740] T 68a51b84a36e42529ce088b114f19209 P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 61eb5a9450664171a71119e33f3b05aa, State: Initialized, Role: FOLLOWER
I20260608 12:42:01.063474  9372 tablet_bootstrap.cc:492] T 68a51b84a36e42529ce088b114f19209 P 3de1921a649f4fb29844c791d3e1cd46: Bootstrap starting.
I20260608 12:42:01.063731  9373 consensus_queue.cc:260] T 68a51b84a36e42529ce088b114f19209 P 61eb5a9450664171a71119e33f3b05aa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.066375  9373 ts_tablet_manager.cc:1434] T 68a51b84a36e42529ce088b114f19209 P 61eb5a9450664171a71119e33f3b05aa: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:42:01.067497  9373 tablet_bootstrap.cc:492] T f8931325de0f4431b69dadb36c52ae58 P 61eb5a9450664171a71119e33f3b05aa: Bootstrap starting.
I20260608 12:42:01.070473  9371 tablet_bootstrap.cc:492] T e79a70aea4144a23a3333b94c7f58012 P 5076315240654cd983cbac915146d8c3: No bootstrap required, opened a new log
I20260608 12:42:01.071046  9371 ts_tablet_manager.cc:1403] T e79a70aea4144a23a3333b94c7f58012 P 5076315240654cd983cbac915146d8c3: Time spent bootstrapping tablet: real 0.032s	user 0.006s	sys 0.020s
I20260608 12:42:01.072767  9372 tablet_bootstrap.cc:654] T 68a51b84a36e42529ce088b114f19209 P 3de1921a649f4fb29844c791d3e1cd46: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:01.074694  9373 tablet_bootstrap.cc:654] T f8931325de0f4431b69dadb36c52ae58 P 61eb5a9450664171a71119e33f3b05aa: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:01.074306  9371 raft_consensus.cc:359] T e79a70aea4144a23a3333b94c7f58012 P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.075333  9371 raft_consensus.cc:385] T e79a70aea4144a23a3333b94c7f58012 P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:01.075841  9371 raft_consensus.cc:740] T e79a70aea4144a23a3333b94c7f58012 P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5076315240654cd983cbac915146d8c3, State: Initialized, Role: FOLLOWER
I20260608 12:42:01.077118  9371 consensus_queue.cc:260] T e79a70aea4144a23a3333b94c7f58012 P 5076315240654cd983cbac915146d8c3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.083143  9371 ts_tablet_manager.cc:1434] T e79a70aea4144a23a3333b94c7f58012 P 5076315240654cd983cbac915146d8c3: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.001s
I20260608 12:42:01.084352  9371 tablet_bootstrap.cc:492] T 7f49ce492fd240d6a867bd2cecd29b2f P 5076315240654cd983cbac915146d8c3: Bootstrap starting.
I20260608 12:42:01.084470  9372 tablet_bootstrap.cc:492] T 68a51b84a36e42529ce088b114f19209 P 3de1921a649f4fb29844c791d3e1cd46: No bootstrap required, opened a new log
I20260608 12:42:01.085043  9372 ts_tablet_manager.cc:1403] T 68a51b84a36e42529ce088b114f19209 P 3de1921a649f4fb29844c791d3e1cd46: Time spent bootstrapping tablet: real 0.022s	user 0.008s	sys 0.011s
I20260608 12:42:01.088142  9372 raft_consensus.cc:359] T 68a51b84a36e42529ce088b114f19209 P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.088884  9372 raft_consensus.cc:385] T 68a51b84a36e42529ce088b114f19209 P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:01.089201  9372 raft_consensus.cc:740] T 68a51b84a36e42529ce088b114f19209 P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3de1921a649f4fb29844c791d3e1cd46, State: Initialized, Role: FOLLOWER
I20260608 12:42:01.089938  9372 consensus_queue.cc:260] T 68a51b84a36e42529ce088b114f19209 P 3de1921a649f4fb29844c791d3e1cd46 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.091621  9371 tablet_bootstrap.cc:654] T 7f49ce492fd240d6a867bd2cecd29b2f P 5076315240654cd983cbac915146d8c3: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:01.092434  9372 ts_tablet_manager.cc:1434] T 68a51b84a36e42529ce088b114f19209 P 3de1921a649f4fb29844c791d3e1cd46: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:42:01.093562  9372 tablet_bootstrap.cc:492] T e79a70aea4144a23a3333b94c7f58012 P 3de1921a649f4fb29844c791d3e1cd46: Bootstrap starting.
I20260608 12:42:01.097221  9373 tablet_bootstrap.cc:492] T f8931325de0f4431b69dadb36c52ae58 P 61eb5a9450664171a71119e33f3b05aa: No bootstrap required, opened a new log
I20260608 12:42:01.097997  9373 ts_tablet_manager.cc:1403] T f8931325de0f4431b69dadb36c52ae58 P 61eb5a9450664171a71119e33f3b05aa: Time spent bootstrapping tablet: real 0.031s	user 0.024s	sys 0.005s
I20260608 12:42:01.101080  9372 tablet_bootstrap.cc:654] T e79a70aea4144a23a3333b94c7f58012 P 3de1921a649f4fb29844c791d3e1cd46: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:01.108080  9373 raft_consensus.cc:359] T f8931325de0f4431b69dadb36c52ae58 P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.109000  9373 raft_consensus.cc:385] T f8931325de0f4431b69dadb36c52ae58 P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:01.109426  9373 raft_consensus.cc:740] T f8931325de0f4431b69dadb36c52ae58 P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 61eb5a9450664171a71119e33f3b05aa, State: Initialized, Role: FOLLOWER
I20260608 12:42:01.110306  9373 consensus_queue.cc:260] T f8931325de0f4431b69dadb36c52ae58 P 61eb5a9450664171a71119e33f3b05aa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.113530  9373 ts_tablet_manager.cc:1434] T f8931325de0f4431b69dadb36c52ae58 P 61eb5a9450664171a71119e33f3b05aa: Time spent starting tablet: real 0.015s	user 0.007s	sys 0.000s
I20260608 12:42:01.113713  9378 raft_consensus.cc:493] T de99503ac256458c9c3b9b6dbfe3f77e P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:01.114166  9378 raft_consensus.cc:515] T de99503ac256458c9c3b9b6dbfe3f77e P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } }
I20260608 12:42:01.114408  9371 tablet_bootstrap.cc:492] T 7f49ce492fd240d6a867bd2cecd29b2f P 5076315240654cd983cbac915146d8c3: No bootstrap required, opened a new log
I20260608 12:42:01.114530  9372 tablet_bootstrap.cc:492] T e79a70aea4144a23a3333b94c7f58012 P 3de1921a649f4fb29844c791d3e1cd46: No bootstrap required, opened a new log
I20260608 12:42:01.115089  9371 ts_tablet_manager.cc:1403] T 7f49ce492fd240d6a867bd2cecd29b2f P 5076315240654cd983cbac915146d8c3: Time spent bootstrapping tablet: real 0.031s	user 0.010s	sys 0.013s
I20260608 12:42:01.115226  9372 ts_tablet_manager.cc:1403] T e79a70aea4144a23a3333b94c7f58012 P 3de1921a649f4fb29844c791d3e1cd46: Time spent bootstrapping tablet: real 0.022s	user 0.013s	sys 0.007s
I20260608 12:42:01.116845  9378 leader_election.cc:290] T de99503ac256458c9c3b9b6dbfe3f77e P 61eb5a9450664171a71119e33f3b05aa [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5076315240654cd983cbac915146d8c3 (127.0.107.195:33597), 3de1921a649f4fb29844c791d3e1cd46 (127.0.107.193:44909)
I20260608 12:42:01.118409  9371 raft_consensus.cc:359] T 7f49ce492fd240d6a867bd2cecd29b2f P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.118638  9372 raft_consensus.cc:359] T e79a70aea4144a23a3333b94c7f58012 P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.119251  9371 raft_consensus.cc:385] T 7f49ce492fd240d6a867bd2cecd29b2f P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:01.119495  9372 raft_consensus.cc:385] T e79a70aea4144a23a3333b94c7f58012 P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:01.119613  9371 raft_consensus.cc:740] T 7f49ce492fd240d6a867bd2cecd29b2f P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5076315240654cd983cbac915146d8c3, State: Initialized, Role: FOLLOWER
I20260608 12:42:01.120004  9372 raft_consensus.cc:740] T e79a70aea4144a23a3333b94c7f58012 P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3de1921a649f4fb29844c791d3e1cd46, State: Initialized, Role: FOLLOWER
I20260608 12:42:01.120728  9371 consensus_queue.cc:260] T 7f49ce492fd240d6a867bd2cecd29b2f P 5076315240654cd983cbac915146d8c3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.120855  9372 consensus_queue.cc:260] T e79a70aea4144a23a3333b94c7f58012 P 3de1921a649f4fb29844c791d3e1cd46 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.123263  9371 ts_tablet_manager.cc:1434] T 7f49ce492fd240d6a867bd2cecd29b2f P 5076315240654cd983cbac915146d8c3: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260608 12:42:01.123967  9372 ts_tablet_manager.cc:1434] T e79a70aea4144a23a3333b94c7f58012 P 3de1921a649f4fb29844c791d3e1cd46: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.001s
I20260608 12:42:01.124440  9371 tablet_bootstrap.cc:492] T 483186038be64324afcd04af96bb007e P 5076315240654cd983cbac915146d8c3: Bootstrap starting.
I20260608 12:42:01.125167  9372 tablet_bootstrap.cc:492] T 483186038be64324afcd04af96bb007e P 3de1921a649f4fb29844c791d3e1cd46: Bootstrap starting.
I20260608 12:42:01.128106  9373 tablet_bootstrap.cc:492] T e79a70aea4144a23a3333b94c7f58012 P 61eb5a9450664171a71119e33f3b05aa: Bootstrap starting.
I20260608 12:42:01.131735  9371 tablet_bootstrap.cc:654] T 483186038be64324afcd04af96bb007e P 5076315240654cd983cbac915146d8c3: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:01.132550  9372 tablet_bootstrap.cc:654] T 483186038be64324afcd04af96bb007e P 3de1921a649f4fb29844c791d3e1cd46: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:01.133103  9379 raft_consensus.cc:493] T f8931325de0f4431b69dadb36c52ae58 P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:01.133649  9379 raft_consensus.cc:515] T f8931325de0f4431b69dadb36c52ae58 P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.136435  9379 leader_election.cc:290] T f8931325de0f4431b69dadb36c52ae58 P 3de1921a649f4fb29844c791d3e1cd46 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 61eb5a9450664171a71119e33f3b05aa (127.0.107.194:37487), 5076315240654cd983cbac915146d8c3 (127.0.107.195:33597)
I20260608 12:42:01.158268  9378 raft_consensus.cc:493] T 7f49ce492fd240d6a867bd2cecd29b2f P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:01.158844  9378 raft_consensus.cc:515] T 7f49ce492fd240d6a867bd2cecd29b2f P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.161239  9378 leader_election.cc:290] T 7f49ce492fd240d6a867bd2cecd29b2f P 61eb5a9450664171a71119e33f3b05aa [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3de1921a649f4fb29844c791d3e1cd46 (127.0.107.193:44909), 5076315240654cd983cbac915146d8c3 (127.0.107.195:33597)
I20260608 12:42:01.175474  9371 tablet_bootstrap.cc:492] T 483186038be64324afcd04af96bb007e P 5076315240654cd983cbac915146d8c3: No bootstrap required, opened a new log
I20260608 12:42:01.176100  9371 ts_tablet_manager.cc:1403] T 483186038be64324afcd04af96bb007e P 5076315240654cd983cbac915146d8c3: Time spent bootstrapping tablet: real 0.052s	user 0.023s	sys 0.028s
I20260608 12:42:01.178500  9326 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "de99503ac256458c9c3b9b6dbfe3f77e" candidate_uuid: "3de1921a649f4fb29844c791d3e1cd46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5076315240654cd983cbac915146d8c3" is_pre_election: true
I20260608 12:42:01.179184  9371 raft_consensus.cc:359] T 483186038be64324afcd04af96bb007e P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.179901  9371 raft_consensus.cc:385] T 483186038be64324afcd04af96bb007e P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:01.179296  9326 raft_consensus.cc:2468] T de99503ac256458c9c3b9b6dbfe3f77e P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3de1921a649f4fb29844c791d3e1cd46 in term 0.
I20260608 12:42:01.180205  9371 raft_consensus.cc:740] T 483186038be64324afcd04af96bb007e P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5076315240654cd983cbac915146d8c3, State: Initialized, Role: FOLLOWER
I20260608 12:42:01.180800  9379 raft_consensus.cc:493] T 68a51b84a36e42529ce088b114f19209 P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:01.181263  9379 raft_consensus.cc:515] T 68a51b84a36e42529ce088b114f19209 P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.181257  9371 consensus_queue.cc:260] T 483186038be64324afcd04af96bb007e P 5076315240654cd983cbac915146d8c3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.180154  9325 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f8931325de0f4431b69dadb36c52ae58" candidate_uuid: "3de1921a649f4fb29844c791d3e1cd46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5076315240654cd983cbac915146d8c3" is_pre_election: true
I20260608 12:42:01.182927  9325 raft_consensus.cc:2468] T f8931325de0f4431b69dadb36c52ae58 P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3de1921a649f4fb29844c791d3e1cd46 in term 0.
I20260608 12:42:01.183318  9252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "de99503ac256458c9c3b9b6dbfe3f77e" candidate_uuid: "3de1921a649f4fb29844c791d3e1cd46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "61eb5a9450664171a71119e33f3b05aa" is_pre_election: true
I20260608 12:42:01.183884  9371 ts_tablet_manager.cc:1434] T 483186038be64324afcd04af96bb007e P 5076315240654cd983cbac915146d8c3: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:42:01.184023  9252 raft_consensus.cc:2468] T de99503ac256458c9c3b9b6dbfe3f77e P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3de1921a649f4fb29844c791d3e1cd46 in term 0.
I20260608 12:42:01.184494  9377 raft_consensus.cc:493] T e79a70aea4144a23a3333b94c7f58012 P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:01.185000  9377 raft_consensus.cc:515] T e79a70aea4144a23a3333b94c7f58012 P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.181615  9141 leader_election.cc:304] T de99503ac256458c9c3b9b6dbfe3f77e P 3de1921a649f4fb29844c791d3e1cd46 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3de1921a649f4fb29844c791d3e1cd46, 5076315240654cd983cbac915146d8c3; no voters: 
I20260608 12:42:01.187238  9251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "68a51b84a36e42529ce088b114f19209" candidate_uuid: "3de1921a649f4fb29844c791d3e1cd46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "61eb5a9450664171a71119e33f3b05aa" is_pre_election: true
I20260608 12:42:01.187855  9373 tablet_bootstrap.cc:654] T e79a70aea4144a23a3333b94c7f58012 P 61eb5a9450664171a71119e33f3b05aa: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:01.187955  9251 raft_consensus.cc:2468] T 68a51b84a36e42529ce088b114f19209 P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3de1921a649f4fb29844c791d3e1cd46 in term 0.
I20260608 12:42:01.188604  9141 leader_election.cc:304] T f8931325de0f4431b69dadb36c52ae58 P 3de1921a649f4fb29844c791d3e1cd46 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3de1921a649f4fb29844c791d3e1cd46, 5076315240654cd983cbac915146d8c3; no voters: 
I20260608 12:42:01.189044  9388 raft_consensus.cc:2804] T de99503ac256458c9c3b9b6dbfe3f77e P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:01.189469  9388 raft_consensus.cc:493] T de99503ac256458c9c3b9b6dbfe3f77e P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:01.189872  9388 raft_consensus.cc:3060] T de99503ac256458c9c3b9b6dbfe3f77e P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.190557  9325 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "68a51b84a36e42529ce088b114f19209" candidate_uuid: "3de1921a649f4fb29844c791d3e1cd46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5076315240654cd983cbac915146d8c3" is_pre_election: true
I20260608 12:42:01.191196  9325 raft_consensus.cc:2468] T 68a51b84a36e42529ce088b114f19209 P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3de1921a649f4fb29844c791d3e1cd46 in term 0.
W20260608 12:42:01.192600  9123 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:42:01.183820  9379 leader_election.cc:290] T 68a51b84a36e42529ce088b114f19209 P 3de1921a649f4fb29844c791d3e1cd46 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 61eb5a9450664171a71119e33f3b05aa (127.0.107.194:37487), 5076315240654cd983cbac915146d8c3 (127.0.107.195:33597)
I20260608 12:42:01.193490  9379 raft_consensus.cc:2804] T f8931325de0f4431b69dadb36c52ae58 P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:01.194286  9379 raft_consensus.cc:493] T f8931325de0f4431b69dadb36c52ae58 P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:01.194756  9379 raft_consensus.cc:3060] T f8931325de0f4431b69dadb36c52ae58 P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.196187  9252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f8931325de0f4431b69dadb36c52ae58" candidate_uuid: "3de1921a649f4fb29844c791d3e1cd46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "61eb5a9450664171a71119e33f3b05aa" is_pre_election: true
I20260608 12:42:01.193853  9377 leader_election.cc:290] T e79a70aea4144a23a3333b94c7f58012 P 5076315240654cd983cbac915146d8c3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3de1921a649f4fb29844c791d3e1cd46 (127.0.107.193:44909), 61eb5a9450664171a71119e33f3b05aa (127.0.107.194:37487)
I20260608 12:42:01.196879  9252 raft_consensus.cc:2468] T f8931325de0f4431b69dadb36c52ae58 P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3de1921a649f4fb29844c791d3e1cd46 in term 0.
I20260608 12:42:01.200183  9372 tablet_bootstrap.cc:492] T 483186038be64324afcd04af96bb007e P 3de1921a649f4fb29844c791d3e1cd46: No bootstrap required, opened a new log
I20260608 12:42:01.205530  9140 leader_election.cc:304] T 68a51b84a36e42529ce088b114f19209 P 3de1921a649f4fb29844c791d3e1cd46 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3de1921a649f4fb29844c791d3e1cd46, 61eb5a9450664171a71119e33f3b05aa; no voters: 
I20260608 12:42:01.200711  9388 raft_consensus.cc:515] T de99503ac256458c9c3b9b6dbfe3f77e P 3de1921a649f4fb29844c791d3e1cd46 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } }
I20260608 12:42:01.205768  9372 ts_tablet_manager.cc:1403] T 483186038be64324afcd04af96bb007e P 3de1921a649f4fb29844c791d3e1cd46: Time spent bootstrapping tablet: real 0.081s	user 0.021s	sys 0.016s
I20260608 12:42:01.208402  9388 leader_election.cc:290] T de99503ac256458c9c3b9b6dbfe3f77e P 3de1921a649f4fb29844c791d3e1cd46 [CANDIDATE]: Term 1 election: Requested vote from peers 5076315240654cd983cbac915146d8c3 (127.0.107.195:33597), 61eb5a9450664171a71119e33f3b05aa (127.0.107.194:37487)
I20260608 12:42:01.209018  9388 raft_consensus.cc:2804] T 68a51b84a36e42529ce088b114f19209 P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:01.209834  9252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "de99503ac256458c9c3b9b6dbfe3f77e" candidate_uuid: "3de1921a649f4fb29844c791d3e1cd46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "61eb5a9450664171a71119e33f3b05aa"
I20260608 12:42:01.210529  9252 raft_consensus.cc:3060] T de99503ac256458c9c3b9b6dbfe3f77e P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.212299  9373 tablet_bootstrap.cc:492] T e79a70aea4144a23a3333b94c7f58012 P 61eb5a9450664171a71119e33f3b05aa: No bootstrap required, opened a new log
I20260608 12:42:01.213016  9373 ts_tablet_manager.cc:1403] T e79a70aea4144a23a3333b94c7f58012 P 61eb5a9450664171a71119e33f3b05aa: Time spent bootstrapping tablet: real 0.085s	user 0.013s	sys 0.000s
I20260608 12:42:01.214423  9378 raft_consensus.cc:493] T 483186038be64324afcd04af96bb007e P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:01.215093  9378 raft_consensus.cc:515] T 483186038be64324afcd04af96bb007e P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.219530  9177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "de99503ac256458c9c3b9b6dbfe3f77e" candidate_uuid: "61eb5a9450664171a71119e33f3b05aa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3de1921a649f4fb29844c791d3e1cd46" is_pre_election: true
I20260608 12:42:01.220064  9388 raft_consensus.cc:493] T 68a51b84a36e42529ce088b114f19209 P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:01.220530  9177 raft_consensus.cc:2393] T de99503ac256458c9c3b9b6dbfe3f77e P 3de1921a649f4fb29844c791d3e1cd46 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 61eb5a9450664171a71119e33f3b05aa in current term 1: Already voted for candidate 3de1921a649f4fb29844c791d3e1cd46 in this term.
I20260608 12:42:01.220492  9388 raft_consensus.cc:3060] T 68a51b84a36e42529ce088b114f19209 P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.219681  9252 raft_consensus.cc:2468] T de99503ac256458c9c3b9b6dbfe3f77e P 61eb5a9450664171a71119e33f3b05aa [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3de1921a649f4fb29844c791d3e1cd46 in term 1.
I20260608 12:42:01.235106  9140 leader_election.cc:304] T de99503ac256458c9c3b9b6dbfe3f77e P 3de1921a649f4fb29844c791d3e1cd46 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3de1921a649f4fb29844c791d3e1cd46, 61eb5a9450664171a71119e33f3b05aa; no voters: 
I20260608 12:42:01.242129  9388 raft_consensus.cc:515] T 68a51b84a36e42529ce088b114f19209 P 3de1921a649f4fb29844c791d3e1cd46 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.211818  9379 raft_consensus.cc:515] T f8931325de0f4431b69dadb36c52ae58 P 3de1921a649f4fb29844c791d3e1cd46 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.245011  9379 leader_election.cc:290] T f8931325de0f4431b69dadb36c52ae58 P 3de1921a649f4fb29844c791d3e1cd46 [CANDIDATE]: Term 1 election: Requested vote from peers 61eb5a9450664171a71119e33f3b05aa (127.0.107.194:37487), 5076315240654cd983cbac915146d8c3 (127.0.107.195:33597)
I20260608 12:42:01.245818  9252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f8931325de0f4431b69dadb36c52ae58" candidate_uuid: "3de1921a649f4fb29844c791d3e1cd46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "61eb5a9450664171a71119e33f3b05aa"
I20260608 12:42:01.246137  9373 raft_consensus.cc:359] T e79a70aea4144a23a3333b94c7f58012 P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.246937  9252 raft_consensus.cc:3060] T f8931325de0f4431b69dadb36c52ae58 P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.247038  9379 raft_consensus.cc:2804] T de99503ac256458c9c3b9b6dbfe3f77e P 3de1921a649f4fb29844c791d3e1cd46 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:01.245781  9372 raft_consensus.cc:359] T 483186038be64324afcd04af96bb007e P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.259680  9372 raft_consensus.cc:385] T 483186038be64324afcd04af96bb007e P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:01.259794  9176 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f49ce492fd240d6a867bd2cecd29b2f" candidate_uuid: "61eb5a9450664171a71119e33f3b05aa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3de1921a649f4fb29844c791d3e1cd46" is_pre_election: true
I20260608 12:42:01.260085  9372 raft_consensus.cc:740] T 483186038be64324afcd04af96bb007e P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3de1921a649f4fb29844c791d3e1cd46, State: Initialized, Role: FOLLOWER
I20260608 12:42:01.260639  9176 raft_consensus.cc:2468] T 7f49ce492fd240d6a867bd2cecd29b2f P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 61eb5a9450664171a71119e33f3b05aa in term 0.
I20260608 12:42:01.261978  9379 raft_consensus.cc:697] T de99503ac256458c9c3b9b6dbfe3f77e P 3de1921a649f4fb29844c791d3e1cd46 [term 1 LEADER]: Becoming Leader. State: Replica: 3de1921a649f4fb29844c791d3e1cd46, State: Running, Role: LEADER
I20260608 12:42:01.262041  9372 consensus_queue.cc:260] T 483186038be64324afcd04af96bb007e P 3de1921a649f4fb29844c791d3e1cd46 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.262705  9378 leader_election.cc:290] T 483186038be64324afcd04af96bb007e P 61eb5a9450664171a71119e33f3b05aa [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3de1921a649f4fb29844c791d3e1cd46 (127.0.107.193:44909), 5076315240654cd983cbac915146d8c3 (127.0.107.195:33597)
I20260608 12:42:01.263794  9215 leader_election.cc:304] T 7f49ce492fd240d6a867bd2cecd29b2f P 61eb5a9450664171a71119e33f3b05aa [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3de1921a649f4fb29844c791d3e1cd46, 61eb5a9450664171a71119e33f3b05aa; no voters: 
I20260608 12:42:01.263636  9379 consensus_queue.cc:237] T de99503ac256458c9c3b9b6dbfe3f77e P 3de1921a649f4fb29844c791d3e1cd46 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } }
I20260608 12:42:01.265522  9176 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "483186038be64324afcd04af96bb007e" candidate_uuid: "61eb5a9450664171a71119e33f3b05aa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3de1921a649f4fb29844c791d3e1cd46" is_pre_election: true
I20260608 12:42:01.265761  9378 raft_consensus.cc:2804] T 7f49ce492fd240d6a867bd2cecd29b2f P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:01.266161  9378 raft_consensus.cc:493] T 7f49ce492fd240d6a867bd2cecd29b2f P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:01.266165  9176 raft_consensus.cc:2468] T 483186038be64324afcd04af96bb007e P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 61eb5a9450664171a71119e33f3b05aa in term 0.
I20260608 12:42:01.266625  9378 raft_consensus.cc:3060] T 7f49ce492fd240d6a867bd2cecd29b2f P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.267839  9215 leader_election.cc:304] T 483186038be64324afcd04af96bb007e P 61eb5a9450664171a71119e33f3b05aa [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3de1921a649f4fb29844c791d3e1cd46, 61eb5a9450664171a71119e33f3b05aa; no voters: 
I20260608 12:42:01.247305  9373 raft_consensus.cc:385] T e79a70aea4144a23a3333b94c7f58012 P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:01.271767  9373 raft_consensus.cc:740] T e79a70aea4144a23a3333b94c7f58012 P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 61eb5a9450664171a71119e33f3b05aa, State: Initialized, Role: FOLLOWER
I20260608 12:42:01.272583  9373 consensus_queue.cc:260] T e79a70aea4144a23a3333b94c7f58012 P 61eb5a9450664171a71119e33f3b05aa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
W20260608 12:42:01.260658  9141 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.195:33597, user_credentials={real_user=slave}} blocked reactor thread for 72171.6us
I20260608 12:42:01.281118  9325 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "de99503ac256458c9c3b9b6dbfe3f77e" candidate_uuid: "3de1921a649f4fb29844c791d3e1cd46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5076315240654cd983cbac915146d8c3"
I20260608 12:42:01.281780  9325 raft_consensus.cc:3060] T de99503ac256458c9c3b9b6dbfe3f77e P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.284862  9326 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "de99503ac256458c9c3b9b6dbfe3f77e" candidate_uuid: "61eb5a9450664171a71119e33f3b05aa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5076315240654cd983cbac915146d8c3" is_pre_election: true
I20260608 12:42:01.285359  9324 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f49ce492fd240d6a867bd2cecd29b2f" candidate_uuid: "61eb5a9450664171a71119e33f3b05aa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5076315240654cd983cbac915146d8c3" is_pre_election: true
I20260608 12:42:01.286250  9324 raft_consensus.cc:2468] T 7f49ce492fd240d6a867bd2cecd29b2f P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 61eb5a9450664171a71119e33f3b05aa in term 0.
I20260608 12:42:01.287757  9324 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f8931325de0f4431b69dadb36c52ae58" candidate_uuid: "3de1921a649f4fb29844c791d3e1cd46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5076315240654cd983cbac915146d8c3"
I20260608 12:42:01.288481  9324 raft_consensus.cc:3060] T f8931325de0f4431b69dadb36c52ae58 P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.290026  9326 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "483186038be64324afcd04af96bb007e" candidate_uuid: "61eb5a9450664171a71119e33f3b05aa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5076315240654cd983cbac915146d8c3" is_pre_election: true
I20260608 12:42:01.290856  9326 raft_consensus.cc:2468] T 483186038be64324afcd04af96bb007e P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 61eb5a9450664171a71119e33f3b05aa in term 0.
I20260608 12:42:01.293805  9372 ts_tablet_manager.cc:1434] T 483186038be64324afcd04af96bb007e P 3de1921a649f4fb29844c791d3e1cd46: Time spent starting tablet: real 0.087s	user 0.003s	sys 0.014s
I20260608 12:42:01.294278  9373 ts_tablet_manager.cc:1434] T e79a70aea4144a23a3333b94c7f58012 P 61eb5a9450664171a71119e33f3b05aa: Time spent starting tablet: real 0.081s	user 0.018s	sys 0.001s
I20260608 12:42:01.295056  9388 leader_election.cc:290] T 68a51b84a36e42529ce088b114f19209 P 3de1921a649f4fb29844c791d3e1cd46 [CANDIDATE]: Term 1 election: Requested vote from peers 61eb5a9450664171a71119e33f3b05aa (127.0.107.194:37487), 5076315240654cd983cbac915146d8c3 (127.0.107.195:33597)
I20260608 12:42:01.302786  9324 raft_consensus.cc:2468] T f8931325de0f4431b69dadb36c52ae58 P 5076315240654cd983cbac915146d8c3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3de1921a649f4fb29844c791d3e1cd46 in term 1.
I20260608 12:42:01.304579  9251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "68a51b84a36e42529ce088b114f19209" candidate_uuid: "3de1921a649f4fb29844c791d3e1cd46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "61eb5a9450664171a71119e33f3b05aa"
I20260608 12:42:01.305233  9251 raft_consensus.cc:3060] T 68a51b84a36e42529ce088b114f19209 P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.306432  9216 leader_election.cc:304] T de99503ac256458c9c3b9b6dbfe3f77e P 61eb5a9450664171a71119e33f3b05aa [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: 61eb5a9450664171a71119e33f3b05aa; no voters: 3de1921a649f4fb29844c791d3e1cd46, 5076315240654cd983cbac915146d8c3
I20260608 12:42:01.309921  9176 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e79a70aea4144a23a3333b94c7f58012" candidate_uuid: "5076315240654cd983cbac915146d8c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3de1921a649f4fb29844c791d3e1cd46" is_pre_election: true
I20260608 12:42:01.310452  9250 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e79a70aea4144a23a3333b94c7f58012" candidate_uuid: "5076315240654cd983cbac915146d8c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "61eb5a9450664171a71119e33f3b05aa" is_pre_election: true
I20260608 12:42:01.310674  9176 raft_consensus.cc:2468] T e79a70aea4144a23a3333b94c7f58012 P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5076315240654cd983cbac915146d8c3 in term 0.
I20260608 12:42:01.311445  9250 raft_consensus.cc:2468] T e79a70aea4144a23a3333b94c7f58012 P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5076315240654cd983cbac915146d8c3 in term 0.
I20260608 12:42:01.312194  9251 raft_consensus.cc:2468] T 68a51b84a36e42529ce088b114f19209 P 61eb5a9450664171a71119e33f3b05aa [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3de1921a649f4fb29844c791d3e1cd46 in term 1.
I20260608 12:42:01.315230  9140 leader_election.cc:304] T 68a51b84a36e42529ce088b114f19209 P 3de1921a649f4fb29844c791d3e1cd46 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3de1921a649f4fb29844c791d3e1cd46, 61eb5a9450664171a71119e33f3b05aa; no voters: 
I20260608 12:42:01.318212  9388 raft_consensus.cc:2804] T 68a51b84a36e42529ce088b114f19209 P 3de1921a649f4fb29844c791d3e1cd46 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:01.318956  9388 raft_consensus.cc:697] T 68a51b84a36e42529ce088b114f19209 P 3de1921a649f4fb29844c791d3e1cd46 [term 1 LEADER]: Becoming Leader. State: Replica: 3de1921a649f4fb29844c791d3e1cd46, State: Running, Role: LEADER
I20260608 12:42:01.320343  9388 consensus_queue.cc:237] T 68a51b84a36e42529ce088b114f19209 P 3de1921a649f4fb29844c791d3e1cd46 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.324261  9407 raft_consensus.cc:2749] T de99503ac256458c9c3b9b6dbfe3f77e P 61eb5a9450664171a71119e33f3b05aa [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:42:01.325999  9378 raft_consensus.cc:515] T 7f49ce492fd240d6a867bd2cecd29b2f P 61eb5a9450664171a71119e33f3b05aa [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.325505  9075 catalog_manager.cc:5696] T de99503ac256458c9c3b9b6dbfe3f77e P 3de1921a649f4fb29844c791d3e1cd46 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3de1921a649f4fb29844c791d3e1cd46 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "3de1921a649f4fb29844c791d3e1cd46" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:01.328343  9378 leader_election.cc:290] T 7f49ce492fd240d6a867bd2cecd29b2f P 61eb5a9450664171a71119e33f3b05aa [CANDIDATE]: Term 1 election: Requested vote from peers 3de1921a649f4fb29844c791d3e1cd46 (127.0.107.193:44909), 5076315240654cd983cbac915146d8c3 (127.0.107.195:33597)
I20260608 12:42:01.305473  9325 raft_consensus.cc:2468] T de99503ac256458c9c3b9b6dbfe3f77e P 5076315240654cd983cbac915146d8c3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3de1921a649f4fb29844c791d3e1cd46 in term 1.
I20260608 12:42:01.333627  9252 raft_consensus.cc:2468] T f8931325de0f4431b69dadb36c52ae58 P 61eb5a9450664171a71119e33f3b05aa [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3de1921a649f4fb29844c791d3e1cd46 in term 1.
I20260608 12:42:01.334317  9289 leader_election.cc:304] T e79a70aea4144a23a3333b94c7f58012 P 5076315240654cd983cbac915146d8c3 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3de1921a649f4fb29844c791d3e1cd46, 5076315240654cd983cbac915146d8c3; no voters: 
I20260608 12:42:01.334208  9176 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f49ce492fd240d6a867bd2cecd29b2f" candidate_uuid: "61eb5a9450664171a71119e33f3b05aa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3de1921a649f4fb29844c791d3e1cd46"
I20260608 12:42:01.338739  9176 raft_consensus.cc:3060] T 7f49ce492fd240d6a867bd2cecd29b2f P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.335661  9324 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "68a51b84a36e42529ce088b114f19209" candidate_uuid: "3de1921a649f4fb29844c791d3e1cd46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5076315240654cd983cbac915146d8c3"
I20260608 12:42:01.330399  9408 raft_consensus.cc:2804] T 483186038be64324afcd04af96bb007e P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:01.342063  9400 raft_consensus.cc:2804] T e79a70aea4144a23a3333b94c7f58012 P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:01.342576  9400 raft_consensus.cc:493] T e79a70aea4144a23a3333b94c7f58012 P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:01.343003  9400 raft_consensus.cc:3060] T e79a70aea4144a23a3333b94c7f58012 P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.348376  9408 raft_consensus.cc:493] T 483186038be64324afcd04af96bb007e P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:01.348896  9408 raft_consensus.cc:3060] T 483186038be64324afcd04af96bb007e P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.350751  9400 raft_consensus.cc:515] T e79a70aea4144a23a3333b94c7f58012 P 5076315240654cd983cbac915146d8c3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.351588  9325 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f49ce492fd240d6a867bd2cecd29b2f" candidate_uuid: "61eb5a9450664171a71119e33f3b05aa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5076315240654cd983cbac915146d8c3"
I20260608 12:42:01.334218  9141 leader_election.cc:304] T f8931325de0f4431b69dadb36c52ae58 P 3de1921a649f4fb29844c791d3e1cd46 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3de1921a649f4fb29844c791d3e1cd46, 5076315240654cd983cbac915146d8c3; no voters: 
I20260608 12:42:01.352212  9325 raft_consensus.cc:3060] T 7f49ce492fd240d6a867bd2cecd29b2f P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.352515  9176 raft_consensus.cc:2468] T 7f49ce492fd240d6a867bd2cecd29b2f P 3de1921a649f4fb29844c791d3e1cd46 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 61eb5a9450664171a71119e33f3b05aa in term 1.
I20260608 12:42:01.353778  9215 leader_election.cc:304] T 7f49ce492fd240d6a867bd2cecd29b2f P 61eb5a9450664171a71119e33f3b05aa [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3de1921a649f4fb29844c791d3e1cd46, 61eb5a9450664171a71119e33f3b05aa; no voters: 
I20260608 12:42:01.354288  9388 raft_consensus.cc:2804] T f8931325de0f4431b69dadb36c52ae58 P 3de1921a649f4fb29844c791d3e1cd46 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:01.354734  9409 raft_consensus.cc:2804] T 7f49ce492fd240d6a867bd2cecd29b2f P 61eb5a9450664171a71119e33f3b05aa [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:01.355122  9388 raft_consensus.cc:697] T f8931325de0f4431b69dadb36c52ae58 P 3de1921a649f4fb29844c791d3e1cd46 [term 1 LEADER]: Becoming Leader. State: Replica: 3de1921a649f4fb29844c791d3e1cd46, State: Running, Role: LEADER
I20260608 12:42:01.355321  9409 raft_consensus.cc:697] T 7f49ce492fd240d6a867bd2cecd29b2f P 61eb5a9450664171a71119e33f3b05aa [term 1 LEADER]: Becoming Leader. State: Replica: 61eb5a9450664171a71119e33f3b05aa, State: Running, Role: LEADER
I20260608 12:42:01.355496  9324 raft_consensus.cc:3060] T 68a51b84a36e42529ce088b114f19209 P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.360728  9408 raft_consensus.cc:515] T 483186038be64324afcd04af96bb007e P 61eb5a9450664171a71119e33f3b05aa [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.361538  9177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e79a70aea4144a23a3333b94c7f58012" candidate_uuid: "5076315240654cd983cbac915146d8c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3de1921a649f4fb29844c791d3e1cd46"
I20260608 12:42:01.362160  9177 raft_consensus.cc:3060] T e79a70aea4144a23a3333b94c7f58012 P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.363727  9408 leader_election.cc:290] T 483186038be64324afcd04af96bb007e P 61eb5a9450664171a71119e33f3b05aa [CANDIDATE]: Term 1 election: Requested vote from peers 3de1921a649f4fb29844c791d3e1cd46 (127.0.107.193:44909), 5076315240654cd983cbac915146d8c3 (127.0.107.195:33597)
I20260608 12:42:01.370296  9177 raft_consensus.cc:2468] T e79a70aea4144a23a3333b94c7f58012 P 3de1921a649f4fb29844c791d3e1cd46 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5076315240654cd983cbac915146d8c3 in term 1.
I20260608 12:42:01.365242  9175 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "483186038be64324afcd04af96bb007e" candidate_uuid: "61eb5a9450664171a71119e33f3b05aa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3de1921a649f4fb29844c791d3e1cd46"
I20260608 12:42:01.375432  9175 raft_consensus.cc:3060] T 483186038be64324afcd04af96bb007e P 3de1921a649f4fb29844c791d3e1cd46 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.367405  9326 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "483186038be64324afcd04af96bb007e" candidate_uuid: "61eb5a9450664171a71119e33f3b05aa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5076315240654cd983cbac915146d8c3"
I20260608 12:42:01.376230  9326 raft_consensus.cc:3060] T 483186038be64324afcd04af96bb007e P 5076315240654cd983cbac915146d8c3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.376482  9324 raft_consensus.cc:2468] T 68a51b84a36e42529ce088b114f19209 P 5076315240654cd983cbac915146d8c3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3de1921a649f4fb29844c791d3e1cd46 in term 1.
I20260608 12:42:01.360767  9409 consensus_queue.cc:237] T 7f49ce492fd240d6a867bd2cecd29b2f P 61eb5a9450664171a71119e33f3b05aa [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.364723  9388 consensus_queue.cc:237] T f8931325de0f4431b69dadb36c52ae58 P 3de1921a649f4fb29844c791d3e1cd46 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.379508  9289 leader_election.cc:304] T e79a70aea4144a23a3333b94c7f58012 P 5076315240654cd983cbac915146d8c3 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3de1921a649f4fb29844c791d3e1cd46, 5076315240654cd983cbac915146d8c3; no voters: 
I20260608 12:42:01.366245  9252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e79a70aea4144a23a3333b94c7f58012" candidate_uuid: "5076315240654cd983cbac915146d8c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "61eb5a9450664171a71119e33f3b05aa"
I20260608 12:42:01.380425  9377 raft_consensus.cc:2804] T e79a70aea4144a23a3333b94c7f58012 P 5076315240654cd983cbac915146d8c3 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:01.380556  9252 raft_consensus.cc:3060] T e79a70aea4144a23a3333b94c7f58012 P 61eb5a9450664171a71119e33f3b05aa [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.359496  9325 raft_consensus.cc:2468] T 7f49ce492fd240d6a867bd2cecd29b2f P 5076315240654cd983cbac915146d8c3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 61eb5a9450664171a71119e33f3b05aa in term 1.
I20260608 12:42:01.356951  9400 leader_election.cc:290] T e79a70aea4144a23a3333b94c7f58012 P 5076315240654cd983cbac915146d8c3 [CANDIDATE]: Term 1 election: Requested vote from peers 3de1921a649f4fb29844c791d3e1cd46 (127.0.107.193:44909), 61eb5a9450664171a71119e33f3b05aa (127.0.107.194:37487)
I20260608 12:42:01.385598  9326 raft_consensus.cc:2468] T 483186038be64324afcd04af96bb007e P 5076315240654cd983cbac915146d8c3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 61eb5a9450664171a71119e33f3b05aa in term 1.
I20260608 12:42:01.387375  9377 raft_consensus.cc:697] T e79a70aea4144a23a3333b94c7f58012 P 5076315240654cd983cbac915146d8c3 [term 1 LEADER]: Becoming Leader. State: Replica: 5076315240654cd983cbac915146d8c3, State: Running, Role: LEADER
I20260608 12:42:01.387977  9216 leader_election.cc:304] T 483186038be64324afcd04af96bb007e P 61eb5a9450664171a71119e33f3b05aa [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5076315240654cd983cbac915146d8c3, 61eb5a9450664171a71119e33f3b05aa; no voters: 
I20260608 12:42:01.388470  9377 consensus_queue.cc:237] T e79a70aea4144a23a3333b94c7f58012 P 5076315240654cd983cbac915146d8c3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.388933  9408 raft_consensus.cc:2804] T 483186038be64324afcd04af96bb007e P 61eb5a9450664171a71119e33f3b05aa [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:01.389557  9408 raft_consensus.cc:697] T 483186038be64324afcd04af96bb007e P 61eb5a9450664171a71119e33f3b05aa [term 1 LEADER]: Becoming Leader. State: Replica: 61eb5a9450664171a71119e33f3b05aa, State: Running, Role: LEADER
I20260608 12:42:01.392664  9408 consensus_queue.cc:237] T 483186038be64324afcd04af96bb007e P 61eb5a9450664171a71119e33f3b05aa [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } }
I20260608 12:42:01.391551  9252 raft_consensus.cc:2468] T e79a70aea4144a23a3333b94c7f58012 P 61eb5a9450664171a71119e33f3b05aa [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5076315240654cd983cbac915146d8c3 in term 1.
I20260608 12:42:01.396108  9175 raft_consensus.cc:2468] T 483186038be64324afcd04af96bb007e P 3de1921a649f4fb29844c791d3e1cd46 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 61eb5a9450664171a71119e33f3b05aa in term 1.
I20260608 12:42:01.409845  9074 catalog_manager.cc:5696] T e79a70aea4144a23a3333b94c7f58012 P 5076315240654cd983cbac915146d8c3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5076315240654cd983cbac915146d8c3 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "5076315240654cd983cbac915146d8c3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:01.410408  9073 catalog_manager.cc:5696] T 7f49ce492fd240d6a867bd2cecd29b2f P 61eb5a9450664171a71119e33f3b05aa reported cstate change: term changed from 0 to 1, leader changed from <none> to 61eb5a9450664171a71119e33f3b05aa (127.0.107.194). New cstate: current_term: 1 leader_uuid: "61eb5a9450664171a71119e33f3b05aa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:01.425590  9074 catalog_manager.cc:5696] T 68a51b84a36e42529ce088b114f19209 P 3de1921a649f4fb29844c791d3e1cd46 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3de1921a649f4fb29844c791d3e1cd46 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "3de1921a649f4fb29844c791d3e1cd46" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:01.426990  9074 catalog_manager.cc:5696] T f8931325de0f4431b69dadb36c52ae58 P 3de1921a649f4fb29844c791d3e1cd46 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3de1921a649f4fb29844c791d3e1cd46 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "3de1921a649f4fb29844c791d3e1cd46" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:01.435667  9073 catalog_manager.cc:5696] T 483186038be64324afcd04af96bb007e P 61eb5a9450664171a71119e33f3b05aa reported cstate change: term changed from 0 to 1, leader changed from <none> to 61eb5a9450664171a71119e33f3b05aa (127.0.107.194). New cstate: current_term: 1 leader_uuid: "61eb5a9450664171a71119e33f3b05aa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:01.735023  9388 consensus_queue.cc:1048] T de99503ac256458c9c3b9b6dbfe3f77e P 3de1921a649f4fb29844c791d3e1cd46 [LEADER]: Connected to new peer: Peer: permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:01.748574  9405 consensus_queue.cc:1048] T 68a51b84a36e42529ce088b114f19209 P 3de1921a649f4fb29844c791d3e1cd46 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:01.759438  9405 consensus_queue.cc:1048] T de99503ac256458c9c3b9b6dbfe3f77e P 3de1921a649f4fb29844c791d3e1cd46 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:01.764072  9405 consensus_queue.cc:1048] T f8931325de0f4431b69dadb36c52ae58 P 3de1921a649f4fb29844c791d3e1cd46 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:01.791589  9408 consensus_queue.cc:1048] T 483186038be64324afcd04af96bb007e P 61eb5a9450664171a71119e33f3b05aa [LEADER]: Connected to new peer: Peer: permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260608 12:42:01.799573  9355 outbound_call.cc:321] RPC callback for RPC call kudu.master.MasterService.GetTableLocations -> {remote=127.0.107.254:39413, user_credentials={real_user=slave}} blocked reactor thread for 50046.7us
I20260608 12:42:01.799943  9405 consensus_queue.cc:1048] T f8931325de0f4431b69dadb36c52ae58 P 3de1921a649f4fb29844c791d3e1cd46 [LEADER]: Connected to new peer: Peer: permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:01.833869  9405 consensus_queue.cc:1048] T 68a51b84a36e42529ce088b114f19209 P 3de1921a649f4fb29844c791d3e1cd46 [LEADER]: Connected to new peer: Peer: permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:01.843537  9408 consensus_queue.cc:1048] T 7f49ce492fd240d6a867bd2cecd29b2f P 61eb5a9450664171a71119e33f3b05aa [LEADER]: Connected to new peer: Peer: permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:01.863045  9377 consensus_queue.cc:1048] T e79a70aea4144a23a3333b94c7f58012 P 5076315240654cd983cbac915146d8c3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:01.873586  9252 raft_consensus.cc:1275] T e79a70aea4144a23a3333b94c7f58012 P 61eb5a9450664171a71119e33f3b05aa [term 1 FOLLOWER]: Refusing update from remote peer 5076315240654cd983cbac915146d8c3: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:01.875478  9377 consensus_queue.cc:1048] T e79a70aea4144a23a3333b94c7f58012 P 5076315240654cd983cbac915146d8c3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "61eb5a9450664171a71119e33f3b05aa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37487 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:01.946527  9445 consensus_queue.cc:1048] T 483186038be64324afcd04af96bb007e P 61eb5a9450664171a71119e33f3b05aa [LEADER]: Connected to new peer: Peer: permanent_uuid: "3de1921a649f4fb29844c791d3e1cd46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44909 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:42:01.997360  9216 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:33597, user_credentials={real_user=slave}} blocked reactor thread for 85614.1us
I20260608 12:42:02.010449  9446 consensus_queue.cc:1048] T 7f49ce492fd240d6a867bd2cecd29b2f P 61eb5a9450664171a71119e33f3b05aa [LEADER]: Connected to new peer: Peer: permanent_uuid: "5076315240654cd983cbac915146d8c3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33597 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:03.425844   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:42:03.449388   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:03.450282   431 tablet_replica.cc:333] T 483186038be64324afcd04af96bb007e P 3de1921a649f4fb29844c791d3e1cd46: stopping tablet replica
I20260608 12:42:03.450965   431 raft_consensus.cc:2243] T 483186038be64324afcd04af96bb007e P 3de1921a649f4fb29844c791d3e1cd46 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:03.451578   431 raft_consensus.cc:2272] T 483186038be64324afcd04af96bb007e P 3de1921a649f4fb29844c791d3e1cd46 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.454766   431 tablet_replica.cc:333] T e79a70aea4144a23a3333b94c7f58012 P 3de1921a649f4fb29844c791d3e1cd46: stopping tablet replica
I20260608 12:42:03.455480   431 raft_consensus.cc:2243] T e79a70aea4144a23a3333b94c7f58012 P 3de1921a649f4fb29844c791d3e1cd46 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:03.456060   431 raft_consensus.cc:2272] T e79a70aea4144a23a3333b94c7f58012 P 3de1921a649f4fb29844c791d3e1cd46 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.458663   431 tablet_replica.cc:333] T 68a51b84a36e42529ce088b114f19209 P 3de1921a649f4fb29844c791d3e1cd46: stopping tablet replica
I20260608 12:42:03.459234   431 raft_consensus.cc:2243] T 68a51b84a36e42529ce088b114f19209 P 3de1921a649f4fb29844c791d3e1cd46 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:03.460122   431 raft_consensus.cc:2272] T 68a51b84a36e42529ce088b114f19209 P 3de1921a649f4fb29844c791d3e1cd46 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.463562   431 tablet_replica.cc:333] T f8931325de0f4431b69dadb36c52ae58 P 3de1921a649f4fb29844c791d3e1cd46: stopping tablet replica
I20260608 12:42:03.464443   431 raft_consensus.cc:2243] T f8931325de0f4431b69dadb36c52ae58 P 3de1921a649f4fb29844c791d3e1cd46 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:03.465575   431 raft_consensus.cc:2272] T f8931325de0f4431b69dadb36c52ae58 P 3de1921a649f4fb29844c791d3e1cd46 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.469074   431 tablet_replica.cc:333] T 7f49ce492fd240d6a867bd2cecd29b2f P 3de1921a649f4fb29844c791d3e1cd46: stopping tablet replica
I20260608 12:42:03.469774   431 raft_consensus.cc:2243] T 7f49ce492fd240d6a867bd2cecd29b2f P 3de1921a649f4fb29844c791d3e1cd46 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:03.470351   431 raft_consensus.cc:2272] T 7f49ce492fd240d6a867bd2cecd29b2f P 3de1921a649f4fb29844c791d3e1cd46 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.473239   431 tablet_replica.cc:333] T de99503ac256458c9c3b9b6dbfe3f77e P 3de1921a649f4fb29844c791d3e1cd46: stopping tablet replica
I20260608 12:42:03.473835   431 raft_consensus.cc:2243] T de99503ac256458c9c3b9b6dbfe3f77e P 3de1921a649f4fb29844c791d3e1cd46 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:03.474656   431 raft_consensus.cc:2272] T de99503ac256458c9c3b9b6dbfe3f77e P 3de1921a649f4fb29844c791d3e1cd46 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.497356   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:42:03.512494   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:42:03.538160   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:03.538763   431 tablet_replica.cc:333] T e79a70aea4144a23a3333b94c7f58012 P 61eb5a9450664171a71119e33f3b05aa: stopping tablet replica
I20260608 12:42:03.539358   431 raft_consensus.cc:2243] T e79a70aea4144a23a3333b94c7f58012 P 61eb5a9450664171a71119e33f3b05aa [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:03.540019   431 raft_consensus.cc:2272] T e79a70aea4144a23a3333b94c7f58012 P 61eb5a9450664171a71119e33f3b05aa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.543021   431 tablet_replica.cc:333] T 7f49ce492fd240d6a867bd2cecd29b2f P 61eb5a9450664171a71119e33f3b05aa: stopping tablet replica
I20260608 12:42:03.543649   431 raft_consensus.cc:2243] T 7f49ce492fd240d6a867bd2cecd29b2f P 61eb5a9450664171a71119e33f3b05aa [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:03.544505   431 raft_consensus.cc:2272] T 7f49ce492fd240d6a867bd2cecd29b2f P 61eb5a9450664171a71119e33f3b05aa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.546888   431 tablet_replica.cc:333] T f8931325de0f4431b69dadb36c52ae58 P 61eb5a9450664171a71119e33f3b05aa: stopping tablet replica
I20260608 12:42:03.547528   431 raft_consensus.cc:2243] T f8931325de0f4431b69dadb36c52ae58 P 61eb5a9450664171a71119e33f3b05aa [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:03.548024   431 raft_consensus.cc:2272] T f8931325de0f4431b69dadb36c52ae58 P 61eb5a9450664171a71119e33f3b05aa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.550674   431 tablet_replica.cc:333] T 68a51b84a36e42529ce088b114f19209 P 61eb5a9450664171a71119e33f3b05aa: stopping tablet replica
I20260608 12:42:03.551218   431 raft_consensus.cc:2243] T 68a51b84a36e42529ce088b114f19209 P 61eb5a9450664171a71119e33f3b05aa [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:03.551774   431 raft_consensus.cc:2272] T 68a51b84a36e42529ce088b114f19209 P 61eb5a9450664171a71119e33f3b05aa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.554261   431 tablet_replica.cc:333] T 483186038be64324afcd04af96bb007e P 61eb5a9450664171a71119e33f3b05aa: stopping tablet replica
I20260608 12:42:03.554807   431 raft_consensus.cc:2243] T 483186038be64324afcd04af96bb007e P 61eb5a9450664171a71119e33f3b05aa [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:03.555685   431 raft_consensus.cc:2272] T 483186038be64324afcd04af96bb007e P 61eb5a9450664171a71119e33f3b05aa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.558012   431 tablet_replica.cc:333] T de99503ac256458c9c3b9b6dbfe3f77e P 61eb5a9450664171a71119e33f3b05aa: stopping tablet replica
I20260608 12:42:03.558491   431 raft_consensus.cc:2243] T de99503ac256458c9c3b9b6dbfe3f77e P 61eb5a9450664171a71119e33f3b05aa [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:03.558986   431 raft_consensus.cc:2272] T de99503ac256458c9c3b9b6dbfe3f77e P 61eb5a9450664171a71119e33f3b05aa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.588058   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:42:03.603305   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:42:03.626844   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:03.627624   431 tablet_replica.cc:333] T 483186038be64324afcd04af96bb007e P 5076315240654cd983cbac915146d8c3: stopping tablet replica
I20260608 12:42:03.628211   431 raft_consensus.cc:2243] T 483186038be64324afcd04af96bb007e P 5076315240654cd983cbac915146d8c3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:03.628806   431 raft_consensus.cc:2272] T 483186038be64324afcd04af96bb007e P 5076315240654cd983cbac915146d8c3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.631155   431 tablet_replica.cc:333] T f8931325de0f4431b69dadb36c52ae58 P 5076315240654cd983cbac915146d8c3: stopping tablet replica
I20260608 12:42:03.631765   431 raft_consensus.cc:2243] T f8931325de0f4431b69dadb36c52ae58 P 5076315240654cd983cbac915146d8c3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:03.632246   431 raft_consensus.cc:2272] T f8931325de0f4431b69dadb36c52ae58 P 5076315240654cd983cbac915146d8c3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.635110   431 tablet_replica.cc:333] T 7f49ce492fd240d6a867bd2cecd29b2f P 5076315240654cd983cbac915146d8c3: stopping tablet replica
I20260608 12:42:03.635748   431 raft_consensus.cc:2243] T 7f49ce492fd240d6a867bd2cecd29b2f P 5076315240654cd983cbac915146d8c3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:03.636308   431 raft_consensus.cc:2272] T 7f49ce492fd240d6a867bd2cecd29b2f P 5076315240654cd983cbac915146d8c3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.638877   431 tablet_replica.cc:333] T de99503ac256458c9c3b9b6dbfe3f77e P 5076315240654cd983cbac915146d8c3: stopping tablet replica
I20260608 12:42:03.639396   431 raft_consensus.cc:2243] T de99503ac256458c9c3b9b6dbfe3f77e P 5076315240654cd983cbac915146d8c3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:03.639966   431 raft_consensus.cc:2272] T de99503ac256458c9c3b9b6dbfe3f77e P 5076315240654cd983cbac915146d8c3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.642535   431 tablet_replica.cc:333] T e79a70aea4144a23a3333b94c7f58012 P 5076315240654cd983cbac915146d8c3: stopping tablet replica
I20260608 12:42:03.643049   431 raft_consensus.cc:2243] T e79a70aea4144a23a3333b94c7f58012 P 5076315240654cd983cbac915146d8c3 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:03.643868   431 raft_consensus.cc:2272] T e79a70aea4144a23a3333b94c7f58012 P 5076315240654cd983cbac915146d8c3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.646291   431 tablet_replica.cc:333] T 68a51b84a36e42529ce088b114f19209 P 5076315240654cd983cbac915146d8c3: stopping tablet replica
I20260608 12:42:03.646777   431 raft_consensus.cc:2243] T 68a51b84a36e42529ce088b114f19209 P 5076315240654cd983cbac915146d8c3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:03.647212   431 raft_consensus.cc:2272] T 68a51b84a36e42529ce088b114f19209 P 5076315240654cd983cbac915146d8c3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.674768   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:42:03.691951   431 master.cc:562] Master@127.0.107.254:39413 shutting down...
I20260608 12:42:03.711189   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 8909de1287b147ef99cff0ae0525d272 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:03.711830   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 8909de1287b147ef99cff0ae0525d272 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.712162   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 8909de1287b147ef99cff0ae0525d272: stopping tablet replica
I20260608 12:42:03.731570   431 master.cc:584] Master@127.0.107.254:39413 shutdown complete.
[       OK ] AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag (4723 ms)
[ RUN      ] AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap
I20260608 12:42:03.762621   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:32965
I20260608 12:42:03.763921   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:03.769161  9481 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:03.769447  9482 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:03.771035  9484 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:03.772064   431 server_base.cc:1061] running on GCE node
I20260608 12:42:03.772903   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:03.773106   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.
I20260608 12:42:03.773273   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922523773240 us; error 0 us; skew 500 ppm
I20260608 12:42:03.773866   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:03.776537   431 webserver.cc:533] Webserver started at http://127.0.107.254:34215/ using document root <none> and password file <none>
I20260608 12:42:03.777052   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:03.777249   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:03.777524   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:03.778578   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922302632525-431-0/minicluster-data/master-0-root/instance:
uuid: "8085d2b22fe64d629a44a1fcfba951e8"
format_stamp: "Formatted at 2026-06-08 12:42:03 on dist-test-slave-g6ln"
I20260608 12:42:03.783113   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:42:03.786732  9489 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:03.787672   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:42:03.787927   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922302632525-431-0/minicluster-data/master-0-root
uuid: "8085d2b22fe64d629a44a1fcfba951e8"
format_stamp: "Formatted at 2026-06-08 12:42:03 on dist-test-slave-g6ln"
I20260608 12:42:03.788157   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922302632525-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922302632525-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922302632525-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)
I20260608 12:42:03.800889   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:03.801918   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:03.837188   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:32965
I20260608 12:42:03.837316  9540 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:32965 every 8 connection(s)
I20260608 12:42:03.841154  9541 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:03.851205  9541 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8085d2b22fe64d629a44a1fcfba951e8: Bootstrap starting.
I20260608 12:42:03.855695  9541 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8085d2b22fe64d629a44a1fcfba951e8: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:03.859566  9541 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8085d2b22fe64d629a44a1fcfba951e8: No bootstrap required, opened a new log
I20260608 12:42:03.861621  9541 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8085d2b22fe64d629a44a1fcfba951e8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8085d2b22fe64d629a44a1fcfba951e8" member_type: VOTER }
I20260608 12:42:03.861982  9541 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8085d2b22fe64d629a44a1fcfba951e8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:03.862165  9541 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8085d2b22fe64d629a44a1fcfba951e8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8085d2b22fe64d629a44a1fcfba951e8, State: Initialized, Role: FOLLOWER
I20260608 12:42:03.862691  9541 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8085d2b22fe64d629a44a1fcfba951e8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "8085d2b22fe64d629a44a1fcfba951e8" member_type: VOTER }
I20260608 12:42:03.863091  9541 raft_consensus.cc:399] T 00000000000000000000000000000000 P 8085d2b22fe64d629a44a1fcfba951e8 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:03.863278  9541 raft_consensus.cc:493] T 00000000000000000000000000000000 P 8085d2b22fe64d629a44a1fcfba951e8 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:03.863512  9541 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8085d2b22fe64d629a44a1fcfba951e8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:03.868005  9541 raft_consensus.cc:515] T 00000000000000000000000000000000 P 8085d2b22fe64d629a44a1fcfba951e8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8085d2b22fe64d629a44a1fcfba951e8" member_type: VOTER }
I20260608 12:42:03.868489  9541 leader_election.cc:304] T 00000000000000000000000000000000 P 8085d2b22fe64d629a44a1fcfba951e8 [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: 8085d2b22fe64d629a44a1fcfba951e8; no voters: 
I20260608 12:42:03.869532  9541 leader_election.cc:290] T 00000000000000000000000000000000 P 8085d2b22fe64d629a44a1fcfba951e8 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:03.869939  9544 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 8085d2b22fe64d629a44a1fcfba951e8 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:03.871384  9544 raft_consensus.cc:697] T 00000000000000000000000000000000 P 8085d2b22fe64d629a44a1fcfba951e8 [term 1 LEADER]: Becoming Leader. State: Replica: 8085d2b22fe64d629a44a1fcfba951e8, State: Running, Role: LEADER
I20260608 12:42:03.872098  9544 consensus_queue.cc:237] T 00000000000000000000000000000000 P 8085d2b22fe64d629a44a1fcfba951e8 [LEADER]: Queue going to LEADER mode. State: All 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: "8085d2b22fe64d629a44a1fcfba951e8" member_type: VOTER }
I20260608 12:42:03.872838  9541 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8085d2b22fe64d629a44a1fcfba951e8 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:42:03.876236  9545 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8085d2b22fe64d629a44a1fcfba951e8 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "8085d2b22fe64d629a44a1fcfba951e8" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8085d2b22fe64d629a44a1fcfba951e8" member_type: VOTER } }
I20260608 12:42:03.876353  9546 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8085d2b22fe64d629a44a1fcfba951e8 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8085d2b22fe64d629a44a1fcfba951e8. Latest consensus state: current_term: 1 leader_uuid: "8085d2b22fe64d629a44a1fcfba951e8" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8085d2b22fe64d629a44a1fcfba951e8" member_type: VOTER } }
I20260608 12:42:03.877027  9546 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8085d2b22fe64d629a44a1fcfba951e8 [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:03.877002  9545 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8085d2b22fe64d629a44a1fcfba951e8 [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:03.879565  9550 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:42:03.884720  9550 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:42:03.889257   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:42:03.894716  9550 catalog_manager.cc:1382] Generated new cluster ID: 616df50441194ca387affd75417aab73
I20260608 12:42:03.894994  9550 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:42:03.920092  9550 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:42:03.921386  9550 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:42:03.936141  9550 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 8085d2b22fe64d629a44a1fcfba951e8: Generated new TSK 0
I20260608 12:42:03.936797  9550 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:42:03.956028   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:03.962252  9562 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:03.963675  9563 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:03.965356  9565 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:03.966156   431 server_base.cc:1061] running on GCE node
I20260608 12:42:03.966987   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:03.967199   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.
I20260608 12:42:03.967371   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922523967337 us; error 0 us; skew 500 ppm
I20260608 12:42:03.968040   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:03.970562   431 webserver.cc:533] Webserver started at http://127.0.107.193:37183/ using document root <none> and password file <none>
I20260608 12:42:03.971101   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:03.971263   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:03.971648   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:03.972839   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922302632525-431-0/minicluster-data/ts-0-root/instance:
uuid: "cb68b8660bf541938d6d1a5ca4aa4f8f"
format_stamp: "Formatted at 2026-06-08 12:42:03 on dist-test-slave-g6ln"
I20260608 12:42:03.977756   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:42:03.981257  9570 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:03.981990   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:42:03.982308   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922302632525-431-0/minicluster-data/ts-0-root
uuid: "cb68b8660bf541938d6d1a5ca4aa4f8f"
format_stamp: "Formatted at 2026-06-08 12:42:03 on dist-test-slave-g6ln"
I20260608 12:42:03.982573   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922302632525-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922302632525-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922302632525-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)
I20260608 12:42:04.000560   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:04.001724   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:04.003235   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:04.005679   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:04.005916   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:04.006175   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:04.006363   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:04.045770   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:41859
I20260608 12:42:04.045930  9632 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:41859 every 8 connection(s)
I20260608 12:42:04.050943   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:04.058463  9637 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:04.060094  9638 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:04.064329  9640 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:04.064388   431 server_base.cc:1061] running on GCE node
I20260608 12:42:04.064942  9633 heartbeater.cc:344] Connected to a master server at 127.0.107.254:32965
I20260608 12:42:04.065400  9633 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:04.066413  9633 heartbeater.cc:507] Master 127.0.107.254:32965 requested a full tablet report, sending...
I20260608 12:42:04.066994   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:04.067301   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.
I20260608 12:42:04.067561   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922524067541 us; error 0 us; skew 500 ppm
I20260608 12:42:04.068389   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:04.068883  9506 ts_manager.cc:194] Registered new tserver with Master: cb68b8660bf541938d6d1a5ca4aa4f8f (127.0.107.193:41859)
I20260608 12:42:04.070971   431 webserver.cc:533] Webserver started at http://127.0.107.194:42093/ using document root <none> and password file <none>
I20260608 12:42:04.071157  9506 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52398
I20260608 12:42:04.071617   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:04.071884   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:04.072196   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:04.073338   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922302632525-431-0/minicluster-data/ts-1-root/instance:
uuid: "1a67ba2518c14814918c06b4e684de34"
format_stamp: "Formatted at 2026-06-08 12:42:04 on dist-test-slave-g6ln"
I20260608 12:42:04.077850   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:42:04.081111  9645 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:04.081868   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:42:04.082118   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922302632525-431-0/minicluster-data/ts-1-root
uuid: "1a67ba2518c14814918c06b4e684de34"
format_stamp: "Formatted at 2026-06-08 12:42:04 on dist-test-slave-g6ln"
I20260608 12:42:04.082358   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922302632525-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922302632525-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922302632525-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)
I20260608 12:42:04.121831   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:04.124029   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:04.126475   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:04.129786   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:04.130031   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:04.130406   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:04.130620   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:04.179768   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:39991
I20260608 12:42:04.180106  9708 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:39991 every 8 connection(s)
I20260608 12:42:04.188428   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:04.198882  9712 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:04.202659  9713 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:04.202965  9709 heartbeater.cc:344] Connected to a master server at 127.0.107.254:32965
I20260608 12:42:04.203511  9709 heartbeater.cc:461] Registering TS with master...
W20260608 12:42:04.203657  9715 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:04.204286   431 server_base.cc:1061] running on GCE node
I20260608 12:42:04.204605  9709 heartbeater.cc:507] Master 127.0.107.254:32965 requested a full tablet report, sending...
I20260608 12:42:04.205530   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:04.205832   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.
I20260608 12:42:04.206079   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922524206058 us; error 0 us; skew 500 ppm
I20260608 12:42:04.206805   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:04.207810  9506 ts_manager.cc:194] Registered new tserver with Master: 1a67ba2518c14814918c06b4e684de34 (127.0.107.194:39991)
I20260608 12:42:04.209901   431 webserver.cc:533] Webserver started at http://127.0.107.195:43279/ using document root <none> and password file <none>
I20260608 12:42:04.210167  9506 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52414
I20260608 12:42:04.210541   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:04.210867   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:04.211221   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:04.212922   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922302632525-431-0/minicluster-data/ts-2-root/instance:
uuid: "a77b53d725504342aca437c374365a95"
format_stamp: "Formatted at 2026-06-08 12:42:04 on dist-test-slave-g6ln"
I20260608 12:42:04.217876   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:42:04.221342  9720 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:04.222114   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:42:04.222407   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922302632525-431-0/minicluster-data/ts-2-root
uuid: "a77b53d725504342aca437c374365a95"
format_stamp: "Formatted at 2026-06-08 12:42:04 on dist-test-slave-g6ln"
I20260608 12:42:04.222695   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922302632525-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922302632525-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922302632525-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)
I20260608 12:42:04.241681   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:04.242950   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:04.244457   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:04.246840   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:04.247074   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:04.247328   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:04.247534   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:42:04.290972   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:34003
I20260608 12:42:04.291096  9782 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:34003 every 8 connection(s)
I20260608 12:42:04.306205  9783 heartbeater.cc:344] Connected to a master server at 127.0.107.254:32965
I20260608 12:42:04.306708  9783 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:04.307720  9783 heartbeater.cc:507] Master 127.0.107.254:32965 requested a full tablet report, sending...
I20260608 12:42:04.309672  9506 ts_manager.cc:194] Registered new tserver with Master: a77b53d725504342aca437c374365a95 (127.0.107.195:34003)
I20260608 12:42:04.310324   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015972685s
I20260608 12:42:04.311594  9506 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52428
I20260608 12:42:05.074173  9633 heartbeater.cc:499] Master 127.0.107.254:32965 was elected leader, sending a full tablet report...
I20260608 12:42:05.213359  9709 heartbeater.cc:499] Master 127.0.107.254:32965 was elected leader, sending a full tablet report...
I20260608 12:42:05.315114  9783 heartbeater.cc:499] Master 127.0.107.254:32965 was elected leader, sending a full tablet report...
I20260608 12:42:05.369035  9506 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:52432:
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"
    }
  }
}
W20260608 12:42:05.371201  9506 catalog_manager.cc:7076] 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.
I20260608 12:42:05.430053  9674 tablet_service.cc:1511] Processing CreateTablet for tablet a05fb2c235514990a4ab24aa78e020bc (DEFAULT_TABLE table=test-workload [id=da75ca10356d4fa8adf4a2ad6b4660f3]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:42:05.431767  9674 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a05fb2c235514990a4ab24aa78e020bc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:05.431483  9748 tablet_service.cc:1511] Processing CreateTablet for tablet a05fb2c235514990a4ab24aa78e020bc (DEFAULT_TABLE table=test-workload [id=da75ca10356d4fa8adf4a2ad6b4660f3]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:42:05.432917  9748 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a05fb2c235514990a4ab24aa78e020bc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:05.436415  9598 tablet_service.cc:1511] Processing CreateTablet for tablet a05fb2c235514990a4ab24aa78e020bc (DEFAULT_TABLE table=test-workload [id=da75ca10356d4fa8adf4a2ad6b4660f3]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:42:05.438158  9598 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a05fb2c235514990a4ab24aa78e020bc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:05.453531  9803 tablet_bootstrap.cc:492] T a05fb2c235514990a4ab24aa78e020bc P 1a67ba2518c14814918c06b4e684de34: Bootstrap starting.
I20260608 12:42:05.456867  9804 tablet_bootstrap.cc:492] T a05fb2c235514990a4ab24aa78e020bc P a77b53d725504342aca437c374365a95: Bootstrap starting.
I20260608 12:42:05.459146  9805 tablet_bootstrap.cc:492] T a05fb2c235514990a4ab24aa78e020bc P cb68b8660bf541938d6d1a5ca4aa4f8f: Bootstrap starting.
I20260608 12:42:05.462471  9803 tablet_bootstrap.cc:654] T a05fb2c235514990a4ab24aa78e020bc P 1a67ba2518c14814918c06b4e684de34: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.465292  9804 tablet_bootstrap.cc:654] T a05fb2c235514990a4ab24aa78e020bc P a77b53d725504342aca437c374365a95: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.465965  9805 tablet_bootstrap.cc:654] T a05fb2c235514990a4ab24aa78e020bc P cb68b8660bf541938d6d1a5ca4aa4f8f: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.469303  9803 tablet_bootstrap.cc:492] T a05fb2c235514990a4ab24aa78e020bc P 1a67ba2518c14814918c06b4e684de34: No bootstrap required, opened a new log
I20260608 12:42:05.469795  9803 ts_tablet_manager.cc:1403] T a05fb2c235514990a4ab24aa78e020bc P 1a67ba2518c14814918c06b4e684de34: Time spent bootstrapping tablet: real 0.017s	user 0.013s	sys 0.002s
I20260608 12:42:05.471828  9804 tablet_bootstrap.cc:492] T a05fb2c235514990a4ab24aa78e020bc P a77b53d725504342aca437c374365a95: No bootstrap required, opened a new log
I20260608 12:42:05.472393  9804 ts_tablet_manager.cc:1403] T a05fb2c235514990a4ab24aa78e020bc P a77b53d725504342aca437c374365a95: Time spent bootstrapping tablet: real 0.016s	user 0.015s	sys 0.000s
I20260608 12:42:05.472687  9805 tablet_bootstrap.cc:492] T a05fb2c235514990a4ab24aa78e020bc P cb68b8660bf541938d6d1a5ca4aa4f8f: No bootstrap required, opened a new log
I20260608 12:42:05.473281  9805 ts_tablet_manager.cc:1403] T a05fb2c235514990a4ab24aa78e020bc P cb68b8660bf541938d6d1a5ca4aa4f8f: Time spent bootstrapping tablet: real 0.015s	user 0.005s	sys 0.008s
I20260608 12:42:05.473189  9803 raft_consensus.cc:359] T a05fb2c235514990a4ab24aa78e020bc P 1a67ba2518c14814918c06b4e684de34 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a67ba2518c14814918c06b4e684de34" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39991 } } peers { permanent_uuid: "a77b53d725504342aca437c374365a95" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34003 } } peers { permanent_uuid: "cb68b8660bf541938d6d1a5ca4aa4f8f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41859 } }
I20260608 12:42:05.474460  9803 raft_consensus.cc:385] T a05fb2c235514990a4ab24aa78e020bc P 1a67ba2518c14814918c06b4e684de34 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.474834  9803 raft_consensus.cc:740] T a05fb2c235514990a4ab24aa78e020bc P 1a67ba2518c14814918c06b4e684de34 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1a67ba2518c14814918c06b4e684de34, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.475929  9804 raft_consensus.cc:359] T a05fb2c235514990a4ab24aa78e020bc P a77b53d725504342aca437c374365a95 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a67ba2518c14814918c06b4e684de34" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39991 } } peers { permanent_uuid: "a77b53d725504342aca437c374365a95" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34003 } } peers { permanent_uuid: "cb68b8660bf541938d6d1a5ca4aa4f8f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41859 } }
I20260608 12:42:05.475929  9803 consensus_queue.cc:260] T a05fb2c235514990a4ab24aa78e020bc P 1a67ba2518c14814918c06b4e684de34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a67ba2518c14814918c06b4e684de34" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39991 } } peers { permanent_uuid: "a77b53d725504342aca437c374365a95" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34003 } } peers { permanent_uuid: "cb68b8660bf541938d6d1a5ca4aa4f8f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41859 } }
I20260608 12:42:05.477036  9804 raft_consensus.cc:385] T a05fb2c235514990a4ab24aa78e020bc P a77b53d725504342aca437c374365a95 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.476773  9805 raft_consensus.cc:359] T a05fb2c235514990a4ab24aa78e020bc P cb68b8660bf541938d6d1a5ca4aa4f8f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a67ba2518c14814918c06b4e684de34" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39991 } } peers { permanent_uuid: "a77b53d725504342aca437c374365a95" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34003 } } peers { permanent_uuid: "cb68b8660bf541938d6d1a5ca4aa4f8f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41859 } }
I20260608 12:42:05.477576  9805 raft_consensus.cc:385] T a05fb2c235514990a4ab24aa78e020bc P cb68b8660bf541938d6d1a5ca4aa4f8f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.477424  9804 raft_consensus.cc:740] T a05fb2c235514990a4ab24aa78e020bc P a77b53d725504342aca437c374365a95 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a77b53d725504342aca437c374365a95, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.478032  9805 raft_consensus.cc:740] T a05fb2c235514990a4ab24aa78e020bc P cb68b8660bf541938d6d1a5ca4aa4f8f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cb68b8660bf541938d6d1a5ca4aa4f8f, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.478817  9804 consensus_queue.cc:260] T a05fb2c235514990a4ab24aa78e020bc P a77b53d725504342aca437c374365a95 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a67ba2518c14814918c06b4e684de34" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39991 } } peers { permanent_uuid: "a77b53d725504342aca437c374365a95" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34003 } } peers { permanent_uuid: "cb68b8660bf541938d6d1a5ca4aa4f8f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41859 } }
I20260608 12:42:05.479583  9803 ts_tablet_manager.cc:1434] T a05fb2c235514990a4ab24aa78e020bc P 1a67ba2518c14814918c06b4e684de34: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.003s
I20260608 12:42:05.480695  9805 consensus_queue.cc:260] T a05fb2c235514990a4ab24aa78e020bc P cb68b8660bf541938d6d1a5ca4aa4f8f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a67ba2518c14814918c06b4e684de34" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39991 } } peers { permanent_uuid: "a77b53d725504342aca437c374365a95" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34003 } } peers { permanent_uuid: "cb68b8660bf541938d6d1a5ca4aa4f8f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41859 } }
I20260608 12:42:05.482136  9804 ts_tablet_manager.cc:1434] T a05fb2c235514990a4ab24aa78e020bc P a77b53d725504342aca437c374365a95: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260608 12:42:05.489284  9805 ts_tablet_manager.cc:1434] T a05fb2c235514990a4ab24aa78e020bc P cb68b8660bf541938d6d1a5ca4aa4f8f: Time spent starting tablet: real 0.015s	user 0.003s	sys 0.009s
W20260608 12:42:05.546581  9784 tablet.cc:2404] T a05fb2c235514990a4ab24aa78e020bc P a77b53d725504342aca437c374365a95: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:42:05.635726  9811 raft_consensus.cc:493] T a05fb2c235514990a4ab24aa78e020bc P cb68b8660bf541938d6d1a5ca4aa4f8f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:05.636361  9811 raft_consensus.cc:515] T a05fb2c235514990a4ab24aa78e020bc P cb68b8660bf541938d6d1a5ca4aa4f8f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a67ba2518c14814918c06b4e684de34" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39991 } } peers { permanent_uuid: "a77b53d725504342aca437c374365a95" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34003 } } peers { permanent_uuid: "cb68b8660bf541938d6d1a5ca4aa4f8f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41859 } }
I20260608 12:42:05.638684  9811 leader_election.cc:290] T a05fb2c235514990a4ab24aa78e020bc P cb68b8660bf541938d6d1a5ca4aa4f8f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1a67ba2518c14814918c06b4e684de34 (127.0.107.194:39991), a77b53d725504342aca437c374365a95 (127.0.107.195:34003)
I20260608 12:42:05.651726  9758 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a05fb2c235514990a4ab24aa78e020bc" candidate_uuid: "cb68b8660bf541938d6d1a5ca4aa4f8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a77b53d725504342aca437c374365a95" is_pre_election: true
I20260608 12:42:05.651798  9684 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a05fb2c235514990a4ab24aa78e020bc" candidate_uuid: "cb68b8660bf541938d6d1a5ca4aa4f8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a67ba2518c14814918c06b4e684de34" is_pre_election: true
I20260608 12:42:05.652638  9758 raft_consensus.cc:2468] T a05fb2c235514990a4ab24aa78e020bc P a77b53d725504342aca437c374365a95 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cb68b8660bf541938d6d1a5ca4aa4f8f in term 0.
I20260608 12:42:05.652647  9684 raft_consensus.cc:2468] T a05fb2c235514990a4ab24aa78e020bc P 1a67ba2518c14814918c06b4e684de34 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cb68b8660bf541938d6d1a5ca4aa4f8f in term 0.
I20260608 12:42:05.654285  9571 leader_election.cc:304] T a05fb2c235514990a4ab24aa78e020bc P cb68b8660bf541938d6d1a5ca4aa4f8f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a77b53d725504342aca437c374365a95, cb68b8660bf541938d6d1a5ca4aa4f8f; no voters: 
I20260608 12:42:05.655077  9811 raft_consensus.cc:2804] T a05fb2c235514990a4ab24aa78e020bc P cb68b8660bf541938d6d1a5ca4aa4f8f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:05.655354  9811 raft_consensus.cc:493] T a05fb2c235514990a4ab24aa78e020bc P cb68b8660bf541938d6d1a5ca4aa4f8f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:05.655594  9811 raft_consensus.cc:3060] T a05fb2c235514990a4ab24aa78e020bc P cb68b8660bf541938d6d1a5ca4aa4f8f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:05.661496  9811 raft_consensus.cc:515] T a05fb2c235514990a4ab24aa78e020bc P cb68b8660bf541938d6d1a5ca4aa4f8f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a67ba2518c14814918c06b4e684de34" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39991 } } peers { permanent_uuid: "a77b53d725504342aca437c374365a95" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34003 } } peers { permanent_uuid: "cb68b8660bf541938d6d1a5ca4aa4f8f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41859 } }
I20260608 12:42:05.663223  9811 leader_election.cc:290] T a05fb2c235514990a4ab24aa78e020bc P cb68b8660bf541938d6d1a5ca4aa4f8f [CANDIDATE]: Term 1 election: Requested vote from peers 1a67ba2518c14814918c06b4e684de34 (127.0.107.194:39991), a77b53d725504342aca437c374365a95 (127.0.107.195:34003)
I20260608 12:42:05.664191  9684 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a05fb2c235514990a4ab24aa78e020bc" candidate_uuid: "cb68b8660bf541938d6d1a5ca4aa4f8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a67ba2518c14814918c06b4e684de34"
I20260608 12:42:05.664398  9758 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a05fb2c235514990a4ab24aa78e020bc" candidate_uuid: "cb68b8660bf541938d6d1a5ca4aa4f8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a77b53d725504342aca437c374365a95"
I20260608 12:42:05.664872  9684 raft_consensus.cc:3060] T a05fb2c235514990a4ab24aa78e020bc P 1a67ba2518c14814918c06b4e684de34 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:05.664927  9758 raft_consensus.cc:3060] T a05fb2c235514990a4ab24aa78e020bc P a77b53d725504342aca437c374365a95 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:05.673866  9684 raft_consensus.cc:2468] T a05fb2c235514990a4ab24aa78e020bc P 1a67ba2518c14814918c06b4e684de34 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cb68b8660bf541938d6d1a5ca4aa4f8f in term 1.
I20260608 12:42:05.673866  9758 raft_consensus.cc:2468] T a05fb2c235514990a4ab24aa78e020bc P a77b53d725504342aca437c374365a95 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cb68b8660bf541938d6d1a5ca4aa4f8f in term 1.
I20260608 12:42:05.675534  9572 leader_election.cc:304] T a05fb2c235514990a4ab24aa78e020bc P cb68b8660bf541938d6d1a5ca4aa4f8f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1a67ba2518c14814918c06b4e684de34, cb68b8660bf541938d6d1a5ca4aa4f8f; no voters: 
I20260608 12:42:05.676276  9811 raft_consensus.cc:2804] T a05fb2c235514990a4ab24aa78e020bc P cb68b8660bf541938d6d1a5ca4aa4f8f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:05.677327  9811 raft_consensus.cc:697] T a05fb2c235514990a4ab24aa78e020bc P cb68b8660bf541938d6d1a5ca4aa4f8f [term 1 LEADER]: Becoming Leader. State: Replica: cb68b8660bf541938d6d1a5ca4aa4f8f, State: Running, Role: LEADER
I20260608 12:42:05.678224  9811 consensus_queue.cc:237] T a05fb2c235514990a4ab24aa78e020bc P cb68b8660bf541938d6d1a5ca4aa4f8f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a67ba2518c14814918c06b4e684de34" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39991 } } peers { permanent_uuid: "a77b53d725504342aca437c374365a95" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34003 } } peers { permanent_uuid: "cb68b8660bf541938d6d1a5ca4aa4f8f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41859 } }
I20260608 12:42:05.687594  9504 catalog_manager.cc:5696] T a05fb2c235514990a4ab24aa78e020bc P cb68b8660bf541938d6d1a5ca4aa4f8f reported cstate change: term changed from 0 to 1, leader changed from <none> to cb68b8660bf541938d6d1a5ca4aa4f8f (127.0.107.193). New cstate: current_term: 1 leader_uuid: "cb68b8660bf541938d6d1a5ca4aa4f8f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a67ba2518c14814918c06b4e684de34" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39991 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a77b53d725504342aca437c374365a95" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34003 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cb68b8660bf541938d6d1a5ca4aa4f8f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41859 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:05.866698  9758 raft_consensus.cc:1275] T a05fb2c235514990a4ab24aa78e020bc P a77b53d725504342aca437c374365a95 [term 1 FOLLOWER]: Refusing update from remote peer cb68b8660bf541938d6d1a5ca4aa4f8f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:05.866750  9684 raft_consensus.cc:1275] T a05fb2c235514990a4ab24aa78e020bc P 1a67ba2518c14814918c06b4e684de34 [term 1 FOLLOWER]: Refusing update from remote peer cb68b8660bf541938d6d1a5ca4aa4f8f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:05.868722  9814 consensus_queue.cc:1048] T a05fb2c235514990a4ab24aa78e020bc P cb68b8660bf541938d6d1a5ca4aa4f8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "a77b53d725504342aca437c374365a95" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34003 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:05.869412  9811 consensus_queue.cc:1048] T a05fb2c235514990a4ab24aa78e020bc P cb68b8660bf541938d6d1a5ca4aa4f8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "1a67ba2518c14814918c06b4e684de34" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39991 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:06.327638   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:42:06.355203   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:06.356426   431 tablet_replica.cc:333] T a05fb2c235514990a4ab24aa78e020bc P cb68b8660bf541938d6d1a5ca4aa4f8f: stopping tablet replica
I20260608 12:42:06.357229   431 raft_consensus.cc:2243] T a05fb2c235514990a4ab24aa78e020bc P cb68b8660bf541938d6d1a5ca4aa4f8f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:06.358536   431 raft_consensus.cc:2272] T a05fb2c235514990a4ab24aa78e020bc P cb68b8660bf541938d6d1a5ca4aa4f8f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:06.380954   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:42:06.393292   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:42:06.413354   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:06.413931   431 tablet_replica.cc:333] T a05fb2c235514990a4ab24aa78e020bc P 1a67ba2518c14814918c06b4e684de34: stopping tablet replica
I20260608 12:42:06.414431   431 raft_consensus.cc:2243] T a05fb2c235514990a4ab24aa78e020bc P 1a67ba2518c14814918c06b4e684de34 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:06.414947   431 raft_consensus.cc:2272] T a05fb2c235514990a4ab24aa78e020bc P 1a67ba2518c14814918c06b4e684de34 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:06.425391   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:42:06.435730   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:42:06.455740   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:06.456378   431 tablet_replica.cc:333] T a05fb2c235514990a4ab24aa78e020bc P a77b53d725504342aca437c374365a95: stopping tablet replica
I20260608 12:42:06.456852   431 raft_consensus.cc:2243] T a05fb2c235514990a4ab24aa78e020bc P a77b53d725504342aca437c374365a95 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:06.457370   431 raft_consensus.cc:2272] T a05fb2c235514990a4ab24aa78e020bc P a77b53d725504342aca437c374365a95 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:06.477437   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:42:06.487193   431 master.cc:562] Master@127.0.107.254:32965 shutting down...
I20260608 12:42:06.508286   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 8085d2b22fe64d629a44a1fcfba951e8 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:06.508780   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 8085d2b22fe64d629a44a1fcfba951e8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:06.509052   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 8085d2b22fe64d629a44a1fcfba951e8: stopping tablet replica
I20260608 12:42:06.528537   431 master.cc:584] Master@127.0.107.254:32965 shutdown complete.
[       OK ] AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap (2800 ms)
[ RUN      ] AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash
I20260608 12:42:06.566294   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:38003
I20260608 12:42:06.567456   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:06.573148  9836 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:06.573246  9835 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:06.574566  9838 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:06.575205   431 server_base.cc:1061] running on GCE node
I20260608 12:42:06.576145   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:06.576363   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.
I20260608 12:42:06.576552   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922526576536 us; error 0 us; skew 500 ppm
I20260608 12:42:06.577230   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:06.579821   431 webserver.cc:533] Webserver started at http://127.0.107.254:39093/ using document root <none> and password file <none>
I20260608 12:42:06.580382   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:06.580591   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:06.580899   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:06.582108   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922302632525-431-0/minicluster-data/master-0-root/instance:
uuid: "1e67ff997fc74989b09beb036c56ff19"
format_stamp: "Formatted at 2026-06-08 12:42:06 on dist-test-slave-g6ln"
I20260608 12:42:06.587069   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260608 12:42:06.590910  9843 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:06.591889   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:42:06.592164   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922302632525-431-0/minicluster-data/master-0-root
uuid: "1e67ff997fc74989b09beb036c56ff19"
format_stamp: "Formatted at 2026-06-08 12:42:06 on dist-test-slave-g6ln"
I20260608 12:42:06.592404   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922302632525-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922302632525-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922302632525-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)
I20260608 12:42:06.621328   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:06.622936   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:06.662717   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:38003
I20260608 12:42:06.662940  9894 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:38003 every 8 connection(s)
I20260608 12:42:06.667025  9895 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:06.678915  9895 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1e67ff997fc74989b09beb036c56ff19: Bootstrap starting.
I20260608 12:42:06.684439  9895 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1e67ff997fc74989b09beb036c56ff19: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:06.689075  9895 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1e67ff997fc74989b09beb036c56ff19: No bootstrap required, opened a new log
I20260608 12:42:06.691547  9895 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1e67ff997fc74989b09beb036c56ff19 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1e67ff997fc74989b09beb036c56ff19" member_type: VOTER }
I20260608 12:42:06.692098  9895 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1e67ff997fc74989b09beb036c56ff19 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:06.692394  9895 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1e67ff997fc74989b09beb036c56ff19 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1e67ff997fc74989b09beb036c56ff19, State: Initialized, Role: FOLLOWER
I20260608 12:42:06.693325  9895 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1e67ff997fc74989b09beb036c56ff19 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "1e67ff997fc74989b09beb036c56ff19" member_type: VOTER }
I20260608 12:42:06.693847  9895 raft_consensus.cc:399] T 00000000000000000000000000000000 P 1e67ff997fc74989b09beb036c56ff19 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:06.694181  9895 raft_consensus.cc:493] T 00000000000000000000000000000000 P 1e67ff997fc74989b09beb036c56ff19 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:06.694636  9895 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1e67ff997fc74989b09beb036c56ff19 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:06.699849  9895 raft_consensus.cc:515] T 00000000000000000000000000000000 P 1e67ff997fc74989b09beb036c56ff19 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1e67ff997fc74989b09beb036c56ff19" member_type: VOTER }
I20260608 12:42:06.700484  9895 leader_election.cc:304] T 00000000000000000000000000000000 P 1e67ff997fc74989b09beb036c56ff19 [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: 1e67ff997fc74989b09beb036c56ff19; no voters: 
I20260608 12:42:06.701787  9895 leader_election.cc:290] T 00000000000000000000000000000000 P 1e67ff997fc74989b09beb036c56ff19 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:06.702310  9898 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 1e67ff997fc74989b09beb036c56ff19 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:06.704079  9898 raft_consensus.cc:697] T 00000000000000000000000000000000 P 1e67ff997fc74989b09beb036c56ff19 [term 1 LEADER]: Becoming Leader. State: Replica: 1e67ff997fc74989b09beb036c56ff19, State: Running, Role: LEADER
I20260608 12:42:06.704982  9898 consensus_queue.cc:237] T 00000000000000000000000000000000 P 1e67ff997fc74989b09beb036c56ff19 [LEADER]: Queue going to LEADER mode. State: All 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: "1e67ff997fc74989b09beb036c56ff19" member_type: VOTER }
I20260608 12:42:06.705312  9895 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1e67ff997fc74989b09beb036c56ff19 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:42:06.709982  9900 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1e67ff997fc74989b09beb036c56ff19 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 1e67ff997fc74989b09beb036c56ff19. Latest consensus state: current_term: 1 leader_uuid: "1e67ff997fc74989b09beb036c56ff19" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1e67ff997fc74989b09beb036c56ff19" member_type: VOTER } }
I20260608 12:42:06.710753  9900 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1e67ff997fc74989b09beb036c56ff19 [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:06.710877  9899 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1e67ff997fc74989b09beb036c56ff19 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "1e67ff997fc74989b09beb036c56ff19" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1e67ff997fc74989b09beb036c56ff19" member_type: VOTER } }
I20260608 12:42:06.711892  9899 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1e67ff997fc74989b09beb036c56ff19 [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:06.718843  9906 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:42:06.724345  9906 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:42:06.725620   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:42:06.733862  9906 catalog_manager.cc:1382] Generated new cluster ID: 93150b1976ea48ee88ac7fc8959f6a58
I20260608 12:42:06.734242  9906 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:42:06.757730  9906 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:42:06.759250  9906 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:42:06.780848  9906 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 1e67ff997fc74989b09beb036c56ff19: Generated new TSK 0
I20260608 12:42:06.781438  9906 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:42:06.793061   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:06.799978  9916 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:06.801172  9917 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:06.803287  9919 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:06.803746   431 server_base.cc:1061] running on GCE node
I20260608 12:42:06.804682   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:06.804900   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.
I20260608 12:42:06.805032   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922526805020 us; error 0 us; skew 500 ppm
I20260608 12:42:06.805639   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:06.808367   431 webserver.cc:533] Webserver started at http://127.0.107.193:40983/ using document root <none> and password file <none>
I20260608 12:42:06.808876   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:06.809037   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:06.809269   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:06.810499   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922302632525-431-0/minicluster-data/ts-0-root/instance:
uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d"
format_stamp: "Formatted at 2026-06-08 12:42:06 on dist-test-slave-g6ln"
I20260608 12:42:06.815729   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.001s
I20260608 12:42:06.819538  9924 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:06.820312   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.004s	sys 0.000s
I20260608 12:42:06.820650   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922302632525-431-0/minicluster-data/ts-0-root
uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d"
format_stamp: "Formatted at 2026-06-08 12:42:06 on dist-test-slave-g6ln"
I20260608 12:42:06.820952   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922302632525-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922302632525-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922302632525-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)
I20260608 12:42:06.832085   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:06.833237   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:06.834645   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:06.837131   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:06.837350   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:06.837603   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:06.837776   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:06.877560   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:36335
I20260608 12:42:06.877671  9986 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:36335 every 8 connection(s)
I20260608 12:42:06.883900   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:06.892194  9991 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:06.892799  9992 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:06.896060   431 server_base.cc:1061] running on GCE node
W20260608 12:42:06.896332  9995 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:06.898746   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:06.899109   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.
I20260608 12:42:06.899350   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922526899328 us; error 0 us; skew 500 ppm
I20260608 12:42:06.900290   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:06.901643  9987 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38003
I20260608 12:42:06.902114  9987 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:06.903153  9987 heartbeater.cc:507] Master 127.0.107.254:38003 requested a full tablet report, sending...
I20260608 12:42:06.903743   431 webserver.cc:533] Webserver started at http://127.0.107.194:38591/ using document root <none> and password file <none>
I20260608 12:42:06.904537   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:06.904755   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:06.905122   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:06.905956  9860 ts_manager.cc:194] Registered new tserver with Master: 9e2ed3aabb3e45ac87c6eda2ff85919d (127.0.107.193:36335)
I20260608 12:42:06.906468   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922302632525-431-0/minicluster-data/ts-1-root/instance:
uuid: "c60bfa90b84b4313b93ae06aedde64d9"
format_stamp: "Formatted at 2026-06-08 12:42:06 on dist-test-slave-g6ln"
I20260608 12:42:06.908074  9860 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36008
I20260608 12:42:06.912636   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.008s	sys 0.000s
I20260608 12:42:06.916625  9999 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:06.917456   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.001s
I20260608 12:42:06.917804   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922302632525-431-0/minicluster-data/ts-1-root
uuid: "c60bfa90b84b4313b93ae06aedde64d9"
format_stamp: "Formatted at 2026-06-08 12:42:06 on dist-test-slave-g6ln"
I20260608 12:42:06.918109   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922302632525-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922302632525-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922302632525-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)
I20260608 12:42:06.933751   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:06.935026   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:06.936686   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:06.939309   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:06.939563   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:42:06.939935   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:06.940099   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:06.982028   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:39719
I20260608 12:42:06.982157 10061 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:39719 every 8 connection(s)
I20260608 12:42:06.987851   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:06.994797 10065 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:06.996960 10066 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:06.998167 10068 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:06.999181   431 server_base.cc:1061] running on GCE node
I20260608 12:42:07.000461   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:07.000728   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.
I20260608 12:42:07.000929   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922527000903 us; error 0 us; skew 500 ppm
I20260608 12:42:07.001309 10062 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38003
I20260608 12:42:07.001711   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:07.001772 10062 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:07.002975 10062 heartbeater.cc:507] Master 127.0.107.254:38003 requested a full tablet report, sending...
I20260608 12:42:07.005026   431 webserver.cc:533] Webserver started at http://127.0.107.195:35831/ using document root <none> and password file <none>
I20260608 12:42:07.005460  9860 ts_manager.cc:194] Registered new tserver with Master: c60bfa90b84b4313b93ae06aedde64d9 (127.0.107.194:39719)
I20260608 12:42:07.005604   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:07.005939   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:07.006224   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:07.007040  9860 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36018
I20260608 12:42:07.007666   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922302632525-431-0/minicluster-data/ts-2-root/instance:
uuid: "c5f707dd947a4e57bbc64d94e1d4902f"
format_stamp: "Formatted at 2026-06-08 12:42:07 on dist-test-slave-g6ln"
I20260608 12:42:07.012945   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:42:07.016531 10073 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:07.017552   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:42:07.017828   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922302632525-431-0/minicluster-data/ts-2-root
uuid: "c5f707dd947a4e57bbc64d94e1d4902f"
format_stamp: "Formatted at 2026-06-08 12:42:07 on dist-test-slave-g6ln"
I20260608 12:42:07.018074   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922302632525-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922302632525-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922302632525-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)
I20260608 12:42:07.054065   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:07.055289   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:07.056836   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:07.059144   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:07.059374   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:07.059669   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:07.059870   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:07.100111   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:37857
I20260608 12:42:07.100234 10135 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:37857 every 8 connection(s)
I20260608 12:42:07.115034 10136 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38003
I20260608 12:42:07.115526 10136 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:07.116433 10136 heartbeater.cc:507] Master 127.0.107.254:38003 requested a full tablet report, sending...
I20260608 12:42:07.118577  9860 ts_manager.cc:194] Registered new tserver with Master: c5f707dd947a4e57bbc64d94e1d4902f (127.0.107.195:37857)
I20260608 12:42:07.119594   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015940709s
I20260608 12:42:07.120298  9860 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36034
I20260608 12:42:07.911339  9987 heartbeater.cc:499] Master 127.0.107.254:38003 was elected leader, sending a full tablet report...
I20260608 12:42:08.010030 10062 heartbeater.cc:499] Master 127.0.107.254:38003 was elected leader, sending a full tablet report...
I20260608 12:42:08.123178 10136 heartbeater.cc:499] Master 127.0.107.254:38003 was elected leader, sending a full tablet report...
I20260608 12:42:08.180392  9860 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:34978:
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"
    }
  }
}
I20260608 12:42:08.245873 10027 tablet_service.cc:1511] Processing CreateTablet for tablet c21e7a59f0d1437db3f285030d174366 (DEFAULT_TABLE table=test-workload [id=6ecfbb00d91540b5882aa54da93627b9]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:08.246438 10026 tablet_service.cc:1511] Processing CreateTablet for tablet d34ec1e7f77745929d8e68e85ac6df90 (DEFAULT_TABLE table=test-workload [id=6ecfbb00d91540b5882aa54da93627b9]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:08.247360 10027 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c21e7a59f0d1437db3f285030d174366. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:08.248502 10026 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d34ec1e7f77745929d8e68e85ac6df90. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:08.250579 10101 tablet_service.cc:1511] Processing CreateTablet for tablet 5b0049845c92483897469c2f57524393 (DEFAULT_TABLE table=test-workload [id=6ecfbb00d91540b5882aa54da93627b9]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:08.252013 10101 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5b0049845c92483897469c2f57524393. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:08.254459 10100 tablet_service.cc:1511] Processing CreateTablet for tablet a096b370b04647b193c7f138fc612a50 (DEFAULT_TABLE table=test-workload [id=6ecfbb00d91540b5882aa54da93627b9]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:08.255915 10100 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a096b370b04647b193c7f138fc612a50. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:08.260700  9952 tablet_service.cc:1511] Processing CreateTablet for tablet 2621f92b8f52463584e5d8487cebef0a (DEFAULT_TABLE table=test-workload [id=6ecfbb00d91540b5882aa54da93627b9]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:08.262159  9952 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2621f92b8f52463584e5d8487cebef0a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:08.273042 10157 tablet_bootstrap.cc:492] T 5b0049845c92483897469c2f57524393 P c5f707dd947a4e57bbc64d94e1d4902f: Bootstrap starting.
I20260608 12:42:08.275830 10156 tablet_bootstrap.cc:492] T d34ec1e7f77745929d8e68e85ac6df90 P c60bfa90b84b4313b93ae06aedde64d9: Bootstrap starting.
I20260608 12:42:08.277297  9951 tablet_service.cc:1511] Processing CreateTablet for tablet 95ddf2b82c7247caadfdcfbdc51617b7 (DEFAULT_TABLE table=test-workload [id=6ecfbb00d91540b5882aa54da93627b9]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:08.278683  9951 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 95ddf2b82c7247caadfdcfbdc51617b7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:08.281901 10157 tablet_bootstrap.cc:654] T 5b0049845c92483897469c2f57524393 P c5f707dd947a4e57bbc64d94e1d4902f: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:08.282927 10156 tablet_bootstrap.cc:654] T d34ec1e7f77745929d8e68e85ac6df90 P c60bfa90b84b4313b93ae06aedde64d9: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:08.305472 10160 tablet_bootstrap.cc:492] T 2621f92b8f52463584e5d8487cebef0a P 9e2ed3aabb3e45ac87c6eda2ff85919d: Bootstrap starting.
I20260608 12:42:08.306341 10156 tablet_bootstrap.cc:492] T d34ec1e7f77745929d8e68e85ac6df90 P c60bfa90b84b4313b93ae06aedde64d9: No bootstrap required, opened a new log
I20260608 12:42:08.306604 10157 tablet_bootstrap.cc:492] T 5b0049845c92483897469c2f57524393 P c5f707dd947a4e57bbc64d94e1d4902f: No bootstrap required, opened a new log
I20260608 12:42:08.306938 10156 ts_tablet_manager.cc:1403] T d34ec1e7f77745929d8e68e85ac6df90 P c60bfa90b84b4313b93ae06aedde64d9: Time spent bootstrapping tablet: real 0.031s	user 0.015s	sys 0.016s
I20260608 12:42:08.307253 10157 ts_tablet_manager.cc:1403] T 5b0049845c92483897469c2f57524393 P c5f707dd947a4e57bbc64d94e1d4902f: Time spent bootstrapping tablet: real 0.035s	user 0.013s	sys 0.018s
I20260608 12:42:08.309669 10157 raft_consensus.cc:359] T 5b0049845c92483897469c2f57524393 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:08.310124 10157 raft_consensus.cc:385] T 5b0049845c92483897469c2f57524393 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:08.310400 10157 raft_consensus.cc:740] T 5b0049845c92483897469c2f57524393 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c5f707dd947a4e57bbc64d94e1d4902f, State: Initialized, Role: FOLLOWER
I20260608 12:42:08.310384 10156 raft_consensus.cc:359] T d34ec1e7f77745929d8e68e85ac6df90 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } }
I20260608 12:42:08.311210 10156 raft_consensus.cc:385] T d34ec1e7f77745929d8e68e85ac6df90 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:08.311556 10156 raft_consensus.cc:740] T d34ec1e7f77745929d8e68e85ac6df90 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c60bfa90b84b4313b93ae06aedde64d9, State: Initialized, Role: FOLLOWER
I20260608 12:42:08.311513 10157 consensus_queue.cc:260] T 5b0049845c92483897469c2f57524393 P c5f707dd947a4e57bbc64d94e1d4902f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:08.312387 10160 tablet_bootstrap.cc:654] T 2621f92b8f52463584e5d8487cebef0a P 9e2ed3aabb3e45ac87c6eda2ff85919d: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:08.312398 10157 raft_consensus.cc:399] T 5b0049845c92483897469c2f57524393 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:08.312558 10156 consensus_queue.cc:260] T d34ec1e7f77745929d8e68e85ac6df90 P c60bfa90b84b4313b93ae06aedde64d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } }
I20260608 12:42:08.313153 10157 raft_consensus.cc:493] T 5b0049845c92483897469c2f57524393 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:08.313568 10156 raft_consensus.cc:399] T d34ec1e7f77745929d8e68e85ac6df90 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:08.314109 10156 raft_consensus.cc:493] T d34ec1e7f77745929d8e68e85ac6df90 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:08.314507 10156 raft_consensus.cc:3060] T d34ec1e7f77745929d8e68e85ac6df90 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:08.313627 10157 raft_consensus.cc:3060] T 5b0049845c92483897469c2f57524393 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:08.318783 10160 tablet_bootstrap.cc:492] T 2621f92b8f52463584e5d8487cebef0a P 9e2ed3aabb3e45ac87c6eda2ff85919d: No bootstrap required, opened a new log
I20260608 12:42:08.319307 10160 ts_tablet_manager.cc:1403] T 2621f92b8f52463584e5d8487cebef0a P 9e2ed3aabb3e45ac87c6eda2ff85919d: Time spent bootstrapping tablet: real 0.014s	user 0.008s	sys 0.004s
I20260608 12:42:08.322266 10156 raft_consensus.cc:515] T d34ec1e7f77745929d8e68e85ac6df90 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } }
I20260608 12:42:08.322608 10157 raft_consensus.cc:515] T 5b0049845c92483897469c2f57524393 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:08.322750 10160 raft_consensus.cc:359] T 2621f92b8f52463584e5d8487cebef0a P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } }
I20260608 12:42:08.323104 10156 leader_election.cc:304] T d34ec1e7f77745929d8e68e85ac6df90 P c60bfa90b84b4313b93ae06aedde64d9 [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: c60bfa90b84b4313b93ae06aedde64d9; no voters: 
I20260608 12:42:08.323381 10157 leader_election.cc:304] T 5b0049845c92483897469c2f57524393 P c5f707dd947a4e57bbc64d94e1d4902f [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: c5f707dd947a4e57bbc64d94e1d4902f; no voters: 
I20260608 12:42:08.323400 10160 raft_consensus.cc:385] T 2621f92b8f52463584e5d8487cebef0a P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:08.324162 10160 raft_consensus.cc:740] T 2621f92b8f52463584e5d8487cebef0a P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e2ed3aabb3e45ac87c6eda2ff85919d, State: Initialized, Role: FOLLOWER
I20260608 12:42:08.324967 10156 leader_election.cc:290] T d34ec1e7f77745929d8e68e85ac6df90 P c60bfa90b84b4313b93ae06aedde64d9 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:08.325266 10160 consensus_queue.cc:260] T 2621f92b8f52463584e5d8487cebef0a P 9e2ed3aabb3e45ac87c6eda2ff85919d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } }
I20260608 12:42:08.325812 10162 raft_consensus.cc:2804] T d34ec1e7f77745929d8e68e85ac6df90 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:08.326081 10160 raft_consensus.cc:399] T 2621f92b8f52463584e5d8487cebef0a P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:08.326673 10160 raft_consensus.cc:493] T 2621f92b8f52463584e5d8487cebef0a P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:08.327181 10160 raft_consensus.cc:3060] T 2621f92b8f52463584e5d8487cebef0a P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:08.330204 10162 raft_consensus.cc:697] T d34ec1e7f77745929d8e68e85ac6df90 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 LEADER]: Becoming Leader. State: Replica: c60bfa90b84b4313b93ae06aedde64d9, State: Running, Role: LEADER
I20260608 12:42:08.331355 10162 consensus_queue.cc:237] T d34ec1e7f77745929d8e68e85ac6df90 P c60bfa90b84b4313b93ae06aedde64d9 [LEADER]: Queue going to LEADER mode. State: All 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: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } }
I20260608 12:42:08.335696 10157 leader_election.cc:290] T 5b0049845c92483897469c2f57524393 P c5f707dd947a4e57bbc64d94e1d4902f [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:08.336442 10163 raft_consensus.cc:2804] T 5b0049845c92483897469c2f57524393 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:08.337218 10156 ts_tablet_manager.cc:1434] T d34ec1e7f77745929d8e68e85ac6df90 P c60bfa90b84b4313b93ae06aedde64d9: Time spent starting tablet: real 0.030s	user 0.019s	sys 0.010s
I20260608 12:42:08.337777 10160 raft_consensus.cc:515] T 2621f92b8f52463584e5d8487cebef0a P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } }
I20260608 12:42:08.338297 10156 tablet_bootstrap.cc:492] T c21e7a59f0d1437db3f285030d174366 P c60bfa90b84b4313b93ae06aedde64d9: Bootstrap starting.
I20260608 12:42:08.338524 10160 leader_election.cc:304] T 2621f92b8f52463584e5d8487cebef0a P 9e2ed3aabb3e45ac87c6eda2ff85919d [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: 9e2ed3aabb3e45ac87c6eda2ff85919d; no voters: 
I20260608 12:42:08.345314 10163 raft_consensus.cc:697] T 5b0049845c92483897469c2f57524393 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 LEADER]: Becoming Leader. State: Replica: c5f707dd947a4e57bbc64d94e1d4902f, State: Running, Role: LEADER
I20260608 12:42:08.346923 10160 leader_election.cc:290] T 2621f92b8f52463584e5d8487cebef0a P 9e2ed3aabb3e45ac87c6eda2ff85919d [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:08.347766 10169 raft_consensus.cc:2804] T 2621f92b8f52463584e5d8487cebef0a P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:08.349354 10163 consensus_queue.cc:237] T 5b0049845c92483897469c2f57524393 P c5f707dd947a4e57bbc64d94e1d4902f [LEADER]: Queue going to LEADER mode. State: All 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: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:08.348517 10156 tablet_bootstrap.cc:654] T c21e7a59f0d1437db3f285030d174366 P c60bfa90b84b4313b93ae06aedde64d9: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:08.358624  9860 catalog_manager.cc:5696] T d34ec1e7f77745929d8e68e85ac6df90 P c60bfa90b84b4313b93ae06aedde64d9 reported cstate change: term changed from 0 to 1, leader changed from <none> to c60bfa90b84b4313b93ae06aedde64d9 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "c60bfa90b84b4313b93ae06aedde64d9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:08.361274 10157 ts_tablet_manager.cc:1434] T 5b0049845c92483897469c2f57524393 P c5f707dd947a4e57bbc64d94e1d4902f: Time spent starting tablet: real 0.054s	user 0.019s	sys 0.031s
I20260608 12:42:08.362388 10157 tablet_bootstrap.cc:492] T a096b370b04647b193c7f138fc612a50 P c5f707dd947a4e57bbc64d94e1d4902f: Bootstrap starting.
I20260608 12:42:08.368901 10157 tablet_bootstrap.cc:654] T a096b370b04647b193c7f138fc612a50 P c5f707dd947a4e57bbc64d94e1d4902f: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:08.384987  9860 catalog_manager.cc:5696] T 5b0049845c92483897469c2f57524393 P c5f707dd947a4e57bbc64d94e1d4902f reported cstate change: term changed from 0 to 1, leader changed from <none> to c5f707dd947a4e57bbc64d94e1d4902f (127.0.107.195). New cstate: current_term: 1 leader_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:08.392874 10156 tablet_bootstrap.cc:492] T c21e7a59f0d1437db3f285030d174366 P c60bfa90b84b4313b93ae06aedde64d9: No bootstrap required, opened a new log
I20260608 12:42:08.393626 10156 ts_tablet_manager.cc:1403] T c21e7a59f0d1437db3f285030d174366 P c60bfa90b84b4313b93ae06aedde64d9: Time spent bootstrapping tablet: real 0.056s	user 0.013s	sys 0.012s
I20260608 12:42:08.394963 10169 raft_consensus.cc:697] T 2621f92b8f52463584e5d8487cebef0a P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 LEADER]: Becoming Leader. State: Replica: 9e2ed3aabb3e45ac87c6eda2ff85919d, State: Running, Role: LEADER
I20260608 12:42:08.396510 10169 consensus_queue.cc:237] T 2621f92b8f52463584e5d8487cebef0a P 9e2ed3aabb3e45ac87c6eda2ff85919d [LEADER]: Queue going to LEADER mode. State: All 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: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } }
I20260608 12:42:08.399844 10160 ts_tablet_manager.cc:1434] T 2621f92b8f52463584e5d8487cebef0a P 9e2ed3aabb3e45ac87c6eda2ff85919d: Time spent starting tablet: real 0.080s	user 0.017s	sys 0.027s
I20260608 12:42:08.399919 10156 raft_consensus.cc:359] T c21e7a59f0d1437db3f285030d174366 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } }
I20260608 12:42:08.400585 10156 raft_consensus.cc:385] T c21e7a59f0d1437db3f285030d174366 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:08.400861 10156 raft_consensus.cc:740] T c21e7a59f0d1437db3f285030d174366 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c60bfa90b84b4313b93ae06aedde64d9, State: Initialized, Role: FOLLOWER
I20260608 12:42:08.400983 10160 tablet_bootstrap.cc:492] T 95ddf2b82c7247caadfdcfbdc51617b7 P 9e2ed3aabb3e45ac87c6eda2ff85919d: Bootstrap starting.
I20260608 12:42:08.401710 10156 consensus_queue.cc:260] T c21e7a59f0d1437db3f285030d174366 P c60bfa90b84b4313b93ae06aedde64d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } }
I20260608 12:42:08.402418 10156 raft_consensus.cc:399] T c21e7a59f0d1437db3f285030d174366 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:08.402729 10156 raft_consensus.cc:493] T c21e7a59f0d1437db3f285030d174366 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:08.403070 10156 raft_consensus.cc:3060] T c21e7a59f0d1437db3f285030d174366 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:08.418361 10157 tablet_bootstrap.cc:492] T a096b370b04647b193c7f138fc612a50 P c5f707dd947a4e57bbc64d94e1d4902f: No bootstrap required, opened a new log
I20260608 12:42:08.422447 10160 tablet_bootstrap.cc:654] T 95ddf2b82c7247caadfdcfbdc51617b7 P 9e2ed3aabb3e45ac87c6eda2ff85919d: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:08.422724 10156 raft_consensus.cc:515] T c21e7a59f0d1437db3f285030d174366 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } }
I20260608 12:42:08.423578 10156 leader_election.cc:304] T c21e7a59f0d1437db3f285030d174366 P c60bfa90b84b4313b93ae06aedde64d9 [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: c60bfa90b84b4313b93ae06aedde64d9; no voters: 
I20260608 12:42:08.424450 10162 raft_consensus.cc:2804] T c21e7a59f0d1437db3f285030d174366 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:08.424981 10162 raft_consensus.cc:697] T c21e7a59f0d1437db3f285030d174366 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 LEADER]: Becoming Leader. State: Replica: c60bfa90b84b4313b93ae06aedde64d9, State: Running, Role: LEADER
I20260608 12:42:08.421047 10157 ts_tablet_manager.cc:1403] T a096b370b04647b193c7f138fc612a50 P c5f707dd947a4e57bbc64d94e1d4902f: Time spent bootstrapping tablet: real 0.059s	user 0.032s	sys 0.016s
I20260608 12:42:08.425824 10162 consensus_queue.cc:237] T c21e7a59f0d1437db3f285030d174366 P c60bfa90b84b4313b93ae06aedde64d9 [LEADER]: Queue going to LEADER mode. State: All 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: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } }
I20260608 12:42:08.426682 10156 leader_election.cc:290] T c21e7a59f0d1437db3f285030d174366 P c60bfa90b84b4313b93ae06aedde64d9 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:08.433650 10156 ts_tablet_manager.cc:1434] T c21e7a59f0d1437db3f285030d174366 P c60bfa90b84b4313b93ae06aedde64d9: Time spent starting tablet: real 0.040s	user 0.016s	sys 0.005s
I20260608 12:42:08.435923 10160 tablet_bootstrap.cc:492] T 95ddf2b82c7247caadfdcfbdc51617b7 P 9e2ed3aabb3e45ac87c6eda2ff85919d: No bootstrap required, opened a new log
I20260608 12:42:08.438561 10160 ts_tablet_manager.cc:1403] T 95ddf2b82c7247caadfdcfbdc51617b7 P 9e2ed3aabb3e45ac87c6eda2ff85919d: Time spent bootstrapping tablet: real 0.038s	user 0.012s	sys 0.008s
I20260608 12:42:08.441598 10160 raft_consensus.cc:359] T 95ddf2b82c7247caadfdcfbdc51617b7 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } }
I20260608 12:42:08.442184 10160 raft_consensus.cc:385] T 95ddf2b82c7247caadfdcfbdc51617b7 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:08.442497 10160 raft_consensus.cc:740] T 95ddf2b82c7247caadfdcfbdc51617b7 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e2ed3aabb3e45ac87c6eda2ff85919d, State: Initialized, Role: FOLLOWER
I20260608 12:42:08.443496  9859 catalog_manager.cc:5696] T c21e7a59f0d1437db3f285030d174366 P c60bfa90b84b4313b93ae06aedde64d9 reported cstate change: term changed from 0 to 1, leader changed from <none> to c60bfa90b84b4313b93ae06aedde64d9 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "c60bfa90b84b4313b93ae06aedde64d9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:08.444141  9858 catalog_manager.cc:5696] T 2621f92b8f52463584e5d8487cebef0a P 9e2ed3aabb3e45ac87c6eda2ff85919d reported cstate change: term changed from 0 to 1, leader changed from <none> to 9e2ed3aabb3e45ac87c6eda2ff85919d (127.0.107.193). New cstate: current_term: 1 leader_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:08.431355 10157 raft_consensus.cc:359] T a096b370b04647b193c7f138fc612a50 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:08.446774 10157 raft_consensus.cc:385] T a096b370b04647b193c7f138fc612a50 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:08.447111 10157 raft_consensus.cc:740] T a096b370b04647b193c7f138fc612a50 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c5f707dd947a4e57bbc64d94e1d4902f, State: Initialized, Role: FOLLOWER
I20260608 12:42:08.448046 10157 consensus_queue.cc:260] T a096b370b04647b193c7f138fc612a50 P c5f707dd947a4e57bbc64d94e1d4902f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:08.448737 10157 raft_consensus.cc:399] T a096b370b04647b193c7f138fc612a50 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:08.449048 10157 raft_consensus.cc:493] T a096b370b04647b193c7f138fc612a50 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:08.449411 10157 raft_consensus.cc:3060] T a096b370b04647b193c7f138fc612a50 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:08.443480 10160 consensus_queue.cc:260] T 95ddf2b82c7247caadfdcfbdc51617b7 P 9e2ed3aabb3e45ac87c6eda2ff85919d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } }
I20260608 12:42:08.452179 10160 raft_consensus.cc:399] T 95ddf2b82c7247caadfdcfbdc51617b7 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:08.452515 10160 raft_consensus.cc:493] T 95ddf2b82c7247caadfdcfbdc51617b7 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:08.452879 10160 raft_consensus.cc:3060] T 95ddf2b82c7247caadfdcfbdc51617b7 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:08.457870 10157 raft_consensus.cc:515] T a096b370b04647b193c7f138fc612a50 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:08.460119 10160 raft_consensus.cc:515] T 95ddf2b82c7247caadfdcfbdc51617b7 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } }
I20260608 12:42:08.460911 10160 leader_election.cc:304] T 95ddf2b82c7247caadfdcfbdc51617b7 P 9e2ed3aabb3e45ac87c6eda2ff85919d [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: 9e2ed3aabb3e45ac87c6eda2ff85919d; no voters: 
I20260608 12:42:08.461606 10160 leader_election.cc:290] T 95ddf2b82c7247caadfdcfbdc51617b7 P 9e2ed3aabb3e45ac87c6eda2ff85919d [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:08.462001 10170 raft_consensus.cc:2804] T 95ddf2b82c7247caadfdcfbdc51617b7 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:08.463402 10160 ts_tablet_manager.cc:1434] T 95ddf2b82c7247caadfdcfbdc51617b7 P 9e2ed3aabb3e45ac87c6eda2ff85919d: Time spent starting tablet: real 0.025s	user 0.013s	sys 0.000s
I20260608 12:42:08.458757 10157 leader_election.cc:304] T a096b370b04647b193c7f138fc612a50 P c5f707dd947a4e57bbc64d94e1d4902f [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: c5f707dd947a4e57bbc64d94e1d4902f; no voters: 
I20260608 12:42:08.465471 10163 raft_consensus.cc:2804] T a096b370b04647b193c7f138fc612a50 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:08.466887 10163 raft_consensus.cc:697] T a096b370b04647b193c7f138fc612a50 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 LEADER]: Becoming Leader. State: Replica: c5f707dd947a4e57bbc64d94e1d4902f, State: Running, Role: LEADER
I20260608 12:42:08.467710 10163 consensus_queue.cc:237] T a096b370b04647b193c7f138fc612a50 P c5f707dd947a4e57bbc64d94e1d4902f [LEADER]: Queue going to LEADER mode. State: All 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: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:08.474598 10157 leader_election.cc:290] T a096b370b04647b193c7f138fc612a50 P c5f707dd947a4e57bbc64d94e1d4902f [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:08.476892 10157 ts_tablet_manager.cc:1434] T a096b370b04647b193c7f138fc612a50 P c5f707dd947a4e57bbc64d94e1d4902f: Time spent starting tablet: real 0.049s	user 0.009s	sys 0.008s
I20260608 12:42:08.478449 10170 raft_consensus.cc:697] T 95ddf2b82c7247caadfdcfbdc51617b7 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 LEADER]: Becoming Leader. State: Replica: 9e2ed3aabb3e45ac87c6eda2ff85919d, State: Running, Role: LEADER
I20260608 12:42:08.483285 10170 consensus_queue.cc:237] T 95ddf2b82c7247caadfdcfbdc51617b7 P 9e2ed3aabb3e45ac87c6eda2ff85919d [LEADER]: Queue going to LEADER mode. State: All 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: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } }
I20260608 12:42:08.484596  9858 catalog_manager.cc:5696] T a096b370b04647b193c7f138fc612a50 P c5f707dd947a4e57bbc64d94e1d4902f reported cstate change: term changed from 0 to 1, leader changed from <none> to c5f707dd947a4e57bbc64d94e1d4902f (127.0.107.195). New cstate: current_term: 1 leader_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:08.495342  9859 catalog_manager.cc:5696] T 95ddf2b82c7247caadfdcfbdc51617b7 P 9e2ed3aabb3e45ac87c6eda2ff85919d reported cstate change: term changed from 0 to 1, leader changed from <none> to 9e2ed3aabb3e45ac87c6eda2ff85919d (127.0.107.193). New cstate: current_term: 1 leader_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:09.258546  9856 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:34980:
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"
    }
  }
}
W20260608 12:42:09.261189  9856 catalog_manager.cc:7076] 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.
I20260608 12:42:09.304363  9952 tablet_service.cc:1511] Processing CreateTablet for tablet 586c2b87d4704aa9b85c60c240434b00 (DEFAULT_TABLE table=test-workload-rf3 [id=0b80b613f5d7469aae43b9e26da123fa]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:09.305747  9952 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 586c2b87d4704aa9b85c60c240434b00. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:09.305650 10027 tablet_service.cc:1511] Processing CreateTablet for tablet 586c2b87d4704aa9b85c60c240434b00 (DEFAULT_TABLE table=test-workload-rf3 [id=0b80b613f5d7469aae43b9e26da123fa]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:09.307219 10101 tablet_service.cc:1511] Processing CreateTablet for tablet 586c2b87d4704aa9b85c60c240434b00 (DEFAULT_TABLE table=test-workload-rf3 [id=0b80b613f5d7469aae43b9e26da123fa]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:09.307219 10027 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 586c2b87d4704aa9b85c60c240434b00. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:09.308552 10101 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 586c2b87d4704aa9b85c60c240434b00. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:09.309199  9951 tablet_service.cc:1511] Processing CreateTablet for tablet 05491c5462f842b3a51c3cd4bdd27add (DEFAULT_TABLE table=test-workload-rf3 [id=0b80b613f5d7469aae43b9e26da123fa]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:09.311807 10026 tablet_service.cc:1511] Processing CreateTablet for tablet 05491c5462f842b3a51c3cd4bdd27add (DEFAULT_TABLE table=test-workload-rf3 [id=0b80b613f5d7469aae43b9e26da123fa]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:09.313571 10026 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 05491c5462f842b3a51c3cd4bdd27add. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:09.316325  9951 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 05491c5462f842b3a51c3cd4bdd27add. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:09.321040 10100 tablet_service.cc:1511] Processing CreateTablet for tablet 05491c5462f842b3a51c3cd4bdd27add (DEFAULT_TABLE table=test-workload-rf3 [id=0b80b613f5d7469aae43b9e26da123fa]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:09.322428 10100 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 05491c5462f842b3a51c3cd4bdd27add. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:09.324147  9950 tablet_service.cc:1511] Processing CreateTablet for tablet 94b1ea83f6ec4bdd8a9259922f240cd7 (DEFAULT_TABLE table=test-workload-rf3 [id=0b80b613f5d7469aae43b9e26da123fa]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:09.325678  9950 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 94b1ea83f6ec4bdd8a9259922f240cd7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:09.327499 10099 tablet_service.cc:1511] Processing CreateTablet for tablet 94b1ea83f6ec4bdd8a9259922f240cd7 (DEFAULT_TABLE table=test-workload-rf3 [id=0b80b613f5d7469aae43b9e26da123fa]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:09.328994 10099 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 94b1ea83f6ec4bdd8a9259922f240cd7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:09.329795 10025 tablet_service.cc:1511] Processing CreateTablet for tablet 94b1ea83f6ec4bdd8a9259922f240cd7 (DEFAULT_TABLE table=test-workload-rf3 [id=0b80b613f5d7469aae43b9e26da123fa]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:09.331404 10025 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 94b1ea83f6ec4bdd8a9259922f240cd7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:09.351454  9949 tablet_service.cc:1511] Processing CreateTablet for tablet cbb11ab9201d46f0aa0cbcb432752c03 (DEFAULT_TABLE table=test-workload-rf3 [id=0b80b613f5d7469aae43b9e26da123fa]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:09.353142  9949 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cbb11ab9201d46f0aa0cbcb432752c03. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:09.355165 10098 tablet_service.cc:1511] Processing CreateTablet for tablet cbb11ab9201d46f0aa0cbcb432752c03 (DEFAULT_TABLE table=test-workload-rf3 [id=0b80b613f5d7469aae43b9e26da123fa]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:09.356544 10098 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cbb11ab9201d46f0aa0cbcb432752c03. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:09.358192 10024 tablet_service.cc:1511] Processing CreateTablet for tablet cbb11ab9201d46f0aa0cbcb432752c03 (DEFAULT_TABLE table=test-workload-rf3 [id=0b80b613f5d7469aae43b9e26da123fa]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:09.360749 10097 tablet_service.cc:1511] Processing CreateTablet for tablet 1908c08458764d629b633ecfff403e89 (DEFAULT_TABLE table=test-workload-rf3 [id=0b80b613f5d7469aae43b9e26da123fa]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:09.361429  9948 tablet_service.cc:1511] Processing CreateTablet for tablet 1908c08458764d629b633ecfff403e89 (DEFAULT_TABLE table=test-workload-rf3 [id=0b80b613f5d7469aae43b9e26da123fa]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:09.362330 10097 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1908c08458764d629b633ecfff403e89. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:09.362934  9948 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1908c08458764d629b633ecfff403e89. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:09.363765 10024 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cbb11ab9201d46f0aa0cbcb432752c03. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:09.370934 10214 tablet_bootstrap.cc:492] T 586c2b87d4704aa9b85c60c240434b00 P c5f707dd947a4e57bbc64d94e1d4902f: Bootstrap starting.
I20260608 12:42:09.374415 10023 tablet_service.cc:1511] Processing CreateTablet for tablet 1908c08458764d629b633ecfff403e89 (DEFAULT_TABLE table=test-workload-rf3 [id=0b80b613f5d7469aae43b9e26da123fa]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:09.376097 10023 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1908c08458764d629b633ecfff403e89. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:09.377460 10214 tablet_bootstrap.cc:654] T 586c2b87d4704aa9b85c60c240434b00 P c5f707dd947a4e57bbc64d94e1d4902f: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:09.378611 10101 tablet_service.cc:1511] Processing CreateTablet for tablet 88171df5f99e44af82e3cdada94e3594 (DEFAULT_TABLE table=test-workload-rf3 [id=0b80b613f5d7469aae43b9e26da123fa]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:09.380172 10101 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 88171df5f99e44af82e3cdada94e3594. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:09.382692 10022 tablet_service.cc:1511] Processing CreateTablet for tablet 88171df5f99e44af82e3cdada94e3594 (DEFAULT_TABLE table=test-workload-rf3 [id=0b80b613f5d7469aae43b9e26da123fa]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:09.384229 10022 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 88171df5f99e44af82e3cdada94e3594. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:09.400331 10214 tablet_bootstrap.cc:492] T 586c2b87d4704aa9b85c60c240434b00 P c5f707dd947a4e57bbc64d94e1d4902f: No bootstrap required, opened a new log
I20260608 12:42:09.401259 10214 ts_tablet_manager.cc:1403] T 586c2b87d4704aa9b85c60c240434b00 P c5f707dd947a4e57bbc64d94e1d4902f: Time spent bootstrapping tablet: real 0.031s	user 0.015s	sys 0.004s
I20260608 12:42:09.403836  9951 tablet_service.cc:1511] Processing CreateTablet for tablet 88171df5f99e44af82e3cdada94e3594 (DEFAULT_TABLE table=test-workload-rf3 [id=0b80b613f5d7469aae43b9e26da123fa]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:09.405375  9951 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 88171df5f99e44af82e3cdada94e3594. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:09.405807 10214 raft_consensus.cc:359] T 586c2b87d4704aa9b85c60c240434b00 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.406911 10214 raft_consensus.cc:385] T 586c2b87d4704aa9b85c60c240434b00 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:09.407467 10214 raft_consensus.cc:740] T 586c2b87d4704aa9b85c60c240434b00 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c5f707dd947a4e57bbc64d94e1d4902f, State: Initialized, Role: FOLLOWER
I20260608 12:42:09.408761 10214 consensus_queue.cc:260] T 586c2b87d4704aa9b85c60c240434b00 P c5f707dd947a4e57bbc64d94e1d4902f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.435130 10163 raft_consensus.cc:493] T 586c2b87d4704aa9b85c60c240434b00 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:09.435855 10163 raft_consensus.cc:515] T 586c2b87d4704aa9b85c60c240434b00 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.440891 10163 leader_election.cc:290] T 586c2b87d4704aa9b85c60c240434b00 P c5f707dd947a4e57bbc64d94e1d4902f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9e2ed3aabb3e45ac87c6eda2ff85919d (127.0.107.193:36335), c60bfa90b84b4313b93ae06aedde64d9 (127.0.107.194:39719)
I20260608 12:42:09.458375 10217 tablet_bootstrap.cc:492] T 05491c5462f842b3a51c3cd4bdd27add P c60bfa90b84b4313b93ae06aedde64d9: Bootstrap starting.
I20260608 12:42:09.460441 10214 ts_tablet_manager.cc:1434] T 586c2b87d4704aa9b85c60c240434b00 P c5f707dd947a4e57bbc64d94e1d4902f: Time spent starting tablet: real 0.059s	user 0.010s	sys 0.000s
I20260608 12:42:09.472579 10214 tablet_bootstrap.cc:492] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c5f707dd947a4e57bbc64d94e1d4902f: Bootstrap starting.
I20260608 12:42:09.478166 10217 tablet_bootstrap.cc:654] T 05491c5462f842b3a51c3cd4bdd27add P c60bfa90b84b4313b93ae06aedde64d9: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:09.487555 10215 tablet_bootstrap.cc:492] T 586c2b87d4704aa9b85c60c240434b00 P 9e2ed3aabb3e45ac87c6eda2ff85919d: Bootstrap starting.
I20260608 12:42:09.490166 10214 tablet_bootstrap.cc:654] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c5f707dd947a4e57bbc64d94e1d4902f: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:09.554212 10217 tablet_bootstrap.cc:492] T 05491c5462f842b3a51c3cd4bdd27add P c60bfa90b84b4313b93ae06aedde64d9: No bootstrap required, opened a new log
I20260608 12:42:09.554829 10217 ts_tablet_manager.cc:1403] T 05491c5462f842b3a51c3cd4bdd27add P c60bfa90b84b4313b93ae06aedde64d9: Time spent bootstrapping tablet: real 0.097s	user 0.030s	sys 0.008s
I20260608 12:42:09.554738 10037 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "586c2b87d4704aa9b85c60c240434b00" candidate_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c60bfa90b84b4313b93ae06aedde64d9" is_pre_election: true
W20260608 12:42:09.557495 10074 leader_election.cc:343] T 586c2b87d4704aa9b85c60c240434b00 P c5f707dd947a4e57bbc64d94e1d4902f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c60bfa90b84b4313b93ae06aedde64d9 (127.0.107.194:39719): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:09.557562  9962 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "586c2b87d4704aa9b85c60c240434b00" candidate_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" is_pre_election: true
I20260608 12:42:09.558395 10217 raft_consensus.cc:359] T 05491c5462f842b3a51c3cd4bdd27add P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.559194 10217 raft_consensus.cc:385] T 05491c5462f842b3a51c3cd4bdd27add P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:09.559517 10217 raft_consensus.cc:740] T 05491c5462f842b3a51c3cd4bdd27add P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c60bfa90b84b4313b93ae06aedde64d9, State: Initialized, Role: FOLLOWER
W20260608 12:42:09.559628 10074 leader_election.cc:343] T 586c2b87d4704aa9b85c60c240434b00 P c5f707dd947a4e57bbc64d94e1d4902f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9e2ed3aabb3e45ac87c6eda2ff85919d (127.0.107.193:36335): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:09.560503 10074 leader_election.cc:304] T 586c2b87d4704aa9b85c60c240434b00 P c5f707dd947a4e57bbc64d94e1d4902f [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: c5f707dd947a4e57bbc64d94e1d4902f; no voters: 9e2ed3aabb3e45ac87c6eda2ff85919d, c60bfa90b84b4313b93ae06aedde64d9
I20260608 12:42:09.559677 10215 tablet_bootstrap.cc:654] T 586c2b87d4704aa9b85c60c240434b00 P 9e2ed3aabb3e45ac87c6eda2ff85919d: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:09.561584 10214 tablet_bootstrap.cc:492] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c5f707dd947a4e57bbc64d94e1d4902f: No bootstrap required, opened a new log
I20260608 12:42:09.561847 10163 raft_consensus.cc:2749] T 586c2b87d4704aa9b85c60c240434b00 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:42:09.562135 10214 ts_tablet_manager.cc:1403] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c5f707dd947a4e57bbc64d94e1d4902f: Time spent bootstrapping tablet: real 0.090s	user 0.016s	sys 0.043s
I20260608 12:42:09.560469 10217 consensus_queue.cc:260] T 05491c5462f842b3a51c3cd4bdd27add P c60bfa90b84b4313b93ae06aedde64d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.565672 10214 raft_consensus.cc:359] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.566418 10214 raft_consensus.cc:385] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:09.566633 10217 ts_tablet_manager.cc:1434] T 05491c5462f842b3a51c3cd4bdd27add P c60bfa90b84b4313b93ae06aedde64d9: Time spent starting tablet: real 0.011s	user 0.009s	sys 0.000s
I20260608 12:42:09.566720 10214 raft_consensus.cc:740] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c5f707dd947a4e57bbc64d94e1d4902f, State: Initialized, Role: FOLLOWER
I20260608 12:42:09.567993 10217 tablet_bootstrap.cc:492] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c60bfa90b84b4313b93ae06aedde64d9: Bootstrap starting.
I20260608 12:42:09.567713 10214 consensus_queue.cc:260] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c5f707dd947a4e57bbc64d94e1d4902f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.570030 10214 ts_tablet_manager.cc:1434] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c5f707dd947a4e57bbc64d94e1d4902f: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:42:09.571096 10214 tablet_bootstrap.cc:492] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f: Bootstrap starting.
I20260608 12:42:09.575861 10217 tablet_bootstrap.cc:654] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c60bfa90b84b4313b93ae06aedde64d9: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:09.578131 10214 tablet_bootstrap.cc:654] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:09.581447 10215 tablet_bootstrap.cc:492] T 586c2b87d4704aa9b85c60c240434b00 P 9e2ed3aabb3e45ac87c6eda2ff85919d: No bootstrap required, opened a new log
I20260608 12:42:09.582144 10215 ts_tablet_manager.cc:1403] T 586c2b87d4704aa9b85c60c240434b00 P 9e2ed3aabb3e45ac87c6eda2ff85919d: Time spent bootstrapping tablet: real 0.142s	user 0.009s	sys 0.005s
I20260608 12:42:09.586290 10215 raft_consensus.cc:359] T 586c2b87d4704aa9b85c60c240434b00 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.587288 10215 raft_consensus.cc:385] T 586c2b87d4704aa9b85c60c240434b00 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:09.588943 10215 raft_consensus.cc:740] T 586c2b87d4704aa9b85c60c240434b00 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e2ed3aabb3e45ac87c6eda2ff85919d, State: Initialized, Role: FOLLOWER
I20260608 12:42:09.590126 10215 consensus_queue.cc:260] T 586c2b87d4704aa9b85c60c240434b00 P 9e2ed3aabb3e45ac87c6eda2ff85919d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.593432 10215 ts_tablet_manager.cc:1434] T 586c2b87d4704aa9b85c60c240434b00 P 9e2ed3aabb3e45ac87c6eda2ff85919d: Time spent starting tablet: real 0.011s	user 0.003s	sys 0.006s
I20260608 12:42:09.594878 10215 tablet_bootstrap.cc:492] T 05491c5462f842b3a51c3cd4bdd27add P 9e2ed3aabb3e45ac87c6eda2ff85919d: Bootstrap starting.
I20260608 12:42:09.598389 10214 tablet_bootstrap.cc:492] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f: No bootstrap required, opened a new log
I20260608 12:42:09.598809 10217 tablet_bootstrap.cc:492] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c60bfa90b84b4313b93ae06aedde64d9: No bootstrap required, opened a new log
I20260608 12:42:09.599032 10214 ts_tablet_manager.cc:1403] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f: Time spent bootstrapping tablet: real 0.028s	user 0.012s	sys 0.016s
I20260608 12:42:09.599380 10217 ts_tablet_manager.cc:1403] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c60bfa90b84b4313b93ae06aedde64d9: Time spent bootstrapping tablet: real 0.032s	user 0.007s	sys 0.004s
I20260608 12:42:09.603065 10217 raft_consensus.cc:359] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.603610 10215 tablet_bootstrap.cc:654] T 05491c5462f842b3a51c3cd4bdd27add P 9e2ed3aabb3e45ac87c6eda2ff85919d: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:09.603876 10217 raft_consensus.cc:385] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:09.604228 10217 raft_consensus.cc:740] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c60bfa90b84b4313b93ae06aedde64d9, State: Initialized, Role: FOLLOWER
I20260608 12:42:09.604806 10214 raft_consensus.cc:359] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.605643 10214 raft_consensus.cc:385] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:09.605372 10217 consensus_queue.cc:260] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c60bfa90b84b4313b93ae06aedde64d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.606045 10214 raft_consensus.cc:740] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c5f707dd947a4e57bbc64d94e1d4902f, State: Initialized, Role: FOLLOWER
I20260608 12:42:09.607197 10214 consensus_queue.cc:260] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.612462 10214 ts_tablet_manager.cc:1434] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.000s
I20260608 12:42:09.613903 10214 tablet_bootstrap.cc:492] T cbb11ab9201d46f0aa0cbcb432752c03 P c5f707dd947a4e57bbc64d94e1d4902f: Bootstrap starting.
I20260608 12:42:09.612514 10217 ts_tablet_manager.cc:1434] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c60bfa90b84b4313b93ae06aedde64d9: Time spent starting tablet: real 0.013s	user 0.008s	sys 0.000s
I20260608 12:42:09.618088 10215 tablet_bootstrap.cc:492] T 05491c5462f842b3a51c3cd4bdd27add P 9e2ed3aabb3e45ac87c6eda2ff85919d: No bootstrap required, opened a new log
I20260608 12:42:09.618351 10217 tablet_bootstrap.cc:492] T 1908c08458764d629b633ecfff403e89 P c60bfa90b84b4313b93ae06aedde64d9: Bootstrap starting.
I20260608 12:42:09.618726 10215 ts_tablet_manager.cc:1403] T 05491c5462f842b3a51c3cd4bdd27add P 9e2ed3aabb3e45ac87c6eda2ff85919d: Time spent bootstrapping tablet: real 0.024s	user 0.010s	sys 0.007s
I20260608 12:42:09.622310 10214 tablet_bootstrap.cc:654] T cbb11ab9201d46f0aa0cbcb432752c03 P c5f707dd947a4e57bbc64d94e1d4902f: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:09.622231 10215 raft_consensus.cc:359] T 05491c5462f842b3a51c3cd4bdd27add P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.623461 10215 raft_consensus.cc:385] T 05491c5462f842b3a51c3cd4bdd27add P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:09.623867 10215 raft_consensus.cc:740] T 05491c5462f842b3a51c3cd4bdd27add P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e2ed3aabb3e45ac87c6eda2ff85919d, State: Initialized, Role: FOLLOWER
I20260608 12:42:09.624855 10215 consensus_queue.cc:260] T 05491c5462f842b3a51c3cd4bdd27add P 9e2ed3aabb3e45ac87c6eda2ff85919d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.626268 10217 tablet_bootstrap.cc:654] T 1908c08458764d629b633ecfff403e89 P c60bfa90b84b4313b93ae06aedde64d9: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:09.627242 10215 ts_tablet_manager.cc:1434] T 05491c5462f842b3a51c3cd4bdd27add P 9e2ed3aabb3e45ac87c6eda2ff85919d: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.004s
I20260608 12:42:09.628515 10215 tablet_bootstrap.cc:492] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d: Bootstrap starting.
I20260608 12:42:09.636047 10215 tablet_bootstrap.cc:654] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:09.638175 10214 tablet_bootstrap.cc:492] T cbb11ab9201d46f0aa0cbcb432752c03 P c5f707dd947a4e57bbc64d94e1d4902f: No bootstrap required, opened a new log
I20260608 12:42:09.638828 10214 ts_tablet_manager.cc:1403] T cbb11ab9201d46f0aa0cbcb432752c03 P c5f707dd947a4e57bbc64d94e1d4902f: Time spent bootstrapping tablet: real 0.025s	user 0.017s	sys 0.003s
I20260608 12:42:09.644512 10214 raft_consensus.cc:359] T cbb11ab9201d46f0aa0cbcb432752c03 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.647197 10214 raft_consensus.cc:385] T cbb11ab9201d46f0aa0cbcb432752c03 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:09.647614 10214 raft_consensus.cc:740] T cbb11ab9201d46f0aa0cbcb432752c03 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c5f707dd947a4e57bbc64d94e1d4902f, State: Initialized, Role: FOLLOWER
I20260608 12:42:09.648388 10214 consensus_queue.cc:260] T cbb11ab9201d46f0aa0cbcb432752c03 P c5f707dd947a4e57bbc64d94e1d4902f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.649118 10215 tablet_bootstrap.cc:492] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d: No bootstrap required, opened a new log
I20260608 12:42:09.649497 10217 tablet_bootstrap.cc:492] T 1908c08458764d629b633ecfff403e89 P c60bfa90b84b4313b93ae06aedde64d9: No bootstrap required, opened a new log
I20260608 12:42:09.649712 10215 ts_tablet_manager.cc:1403] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d: Time spent bootstrapping tablet: real 0.021s	user 0.013s	sys 0.005s
I20260608 12:42:09.650013 10217 ts_tablet_manager.cc:1403] T 1908c08458764d629b633ecfff403e89 P c60bfa90b84b4313b93ae06aedde64d9: Time spent bootstrapping tablet: real 0.032s	user 0.015s	sys 0.009s
I20260608 12:42:09.650539 10214 ts_tablet_manager.cc:1434] T cbb11ab9201d46f0aa0cbcb432752c03 P c5f707dd947a4e57bbc64d94e1d4902f: Time spent starting tablet: real 0.011s	user 0.002s	sys 0.002s
I20260608 12:42:09.651721 10214 tablet_bootstrap.cc:492] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f: Bootstrap starting.
I20260608 12:42:09.653224 10215 raft_consensus.cc:359] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.653462 10217 raft_consensus.cc:359] T 1908c08458764d629b633ecfff403e89 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.654059 10215 raft_consensus.cc:385] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:09.654387 10217 raft_consensus.cc:385] T 1908c08458764d629b633ecfff403e89 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:09.654418 10215 raft_consensus.cc:740] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e2ed3aabb3e45ac87c6eda2ff85919d, State: Initialized, Role: FOLLOWER
I20260608 12:42:09.655010 10217 raft_consensus.cc:740] T 1908c08458764d629b633ecfff403e89 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c60bfa90b84b4313b93ae06aedde64d9, State: Initialized, Role: FOLLOWER
I20260608 12:42:09.655567 10215 consensus_queue.cc:260] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.655922 10217 consensus_queue.cc:260] T 1908c08458764d629b633ecfff403e89 P c60bfa90b84b4313b93ae06aedde64d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.658043 10215 ts_tablet_manager.cc:1434] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:42:09.659157 10215 tablet_bootstrap.cc:492] T 1908c08458764d629b633ecfff403e89 P 9e2ed3aabb3e45ac87c6eda2ff85919d: Bootstrap starting.
I20260608 12:42:09.661145 10217 ts_tablet_manager.cc:1434] T 1908c08458764d629b633ecfff403e89 P c60bfa90b84b4313b93ae06aedde64d9: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.000s
I20260608 12:42:09.662439 10217 tablet_bootstrap.cc:492] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9: Bootstrap starting.
I20260608 12:42:09.665199 10214 tablet_bootstrap.cc:654] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:09.666052 10215 tablet_bootstrap.cc:654] T 1908c08458764d629b633ecfff403e89 P 9e2ed3aabb3e45ac87c6eda2ff85919d: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:09.669888 10217 tablet_bootstrap.cc:654] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:09.680169 10217 tablet_bootstrap.cc:492] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9: No bootstrap required, opened a new log
I20260608 12:42:09.680727 10217 ts_tablet_manager.cc:1403] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9: Time spent bootstrapping tablet: real 0.019s	user 0.008s	sys 0.008s
I20260608 12:42:09.683816 10217 raft_consensus.cc:359] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.684386 10217 raft_consensus.cc:385] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:09.684648 10217 raft_consensus.cc:740] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c60bfa90b84b4313b93ae06aedde64d9, State: Initialized, Role: FOLLOWER
I20260608 12:42:09.684722 10214 tablet_bootstrap.cc:492] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f: No bootstrap required, opened a new log
I20260608 12:42:09.685422 10217 consensus_queue.cc:260] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.685734 10214 ts_tablet_manager.cc:1403] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f: Time spent bootstrapping tablet: real 0.034s	user 0.008s	sys 0.007s
I20260608 12:42:09.687762 10217 ts_tablet_manager.cc:1434] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.003s
I20260608 12:42:09.688872 10217 tablet_bootstrap.cc:492] T 88171df5f99e44af82e3cdada94e3594 P c60bfa90b84b4313b93ae06aedde64d9: Bootstrap starting.
I20260608 12:42:09.694126 10214 raft_consensus.cc:359] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.695127 10214 raft_consensus.cc:385] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:09.695779 10214 raft_consensus.cc:740] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c5f707dd947a4e57bbc64d94e1d4902f, State: Initialized, Role: FOLLOWER
I20260608 12:42:09.697135 10217 tablet_bootstrap.cc:654] T 88171df5f99e44af82e3cdada94e3594 P c60bfa90b84b4313b93ae06aedde64d9: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:09.696835 10214 consensus_queue.cc:260] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.698031 10215 tablet_bootstrap.cc:492] T 1908c08458764d629b633ecfff403e89 P 9e2ed3aabb3e45ac87c6eda2ff85919d: No bootstrap required, opened a new log
I20260608 12:42:09.698612 10215 ts_tablet_manager.cc:1403] T 1908c08458764d629b633ecfff403e89 P 9e2ed3aabb3e45ac87c6eda2ff85919d: Time spent bootstrapping tablet: real 0.040s	user 0.015s	sys 0.019s
I20260608 12:42:09.702282 10215 raft_consensus.cc:359] T 1908c08458764d629b633ecfff403e89 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.703085 10215 raft_consensus.cc:385] T 1908c08458764d629b633ecfff403e89 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:09.703401 10215 raft_consensus.cc:740] T 1908c08458764d629b633ecfff403e89 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e2ed3aabb3e45ac87c6eda2ff85919d, State: Initialized, Role: FOLLOWER
I20260608 12:42:09.704423 10215 consensus_queue.cc:260] T 1908c08458764d629b633ecfff403e89 P 9e2ed3aabb3e45ac87c6eda2ff85919d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.707021 10217 tablet_bootstrap.cc:492] T 88171df5f99e44af82e3cdada94e3594 P c60bfa90b84b4313b93ae06aedde64d9: No bootstrap required, opened a new log
I20260608 12:42:09.707226 10215 ts_tablet_manager.cc:1434] T 1908c08458764d629b633ecfff403e89 P 9e2ed3aabb3e45ac87c6eda2ff85919d: Time spent starting tablet: real 0.008s	user 0.009s	sys 0.001s
I20260608 12:42:09.707631 10217 ts_tablet_manager.cc:1403] T 88171df5f99e44af82e3cdada94e3594 P c60bfa90b84b4313b93ae06aedde64d9: Time spent bootstrapping tablet: real 0.019s	user 0.018s	sys 0.000s
I20260608 12:42:09.708602 10215 tablet_bootstrap.cc:492] T cbb11ab9201d46f0aa0cbcb432752c03 P 9e2ed3aabb3e45ac87c6eda2ff85919d: Bootstrap starting.
I20260608 12:42:09.708977 10214 ts_tablet_manager.cc:1434] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f: Time spent starting tablet: real 0.023s	user 0.011s	sys 0.002s
I20260608 12:42:09.710891 10217 raft_consensus.cc:359] T 88171df5f99e44af82e3cdada94e3594 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.711688 10217 raft_consensus.cc:385] T 88171df5f99e44af82e3cdada94e3594 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:09.711983 10217 raft_consensus.cc:740] T 88171df5f99e44af82e3cdada94e3594 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c60bfa90b84b4313b93ae06aedde64d9, State: Initialized, Role: FOLLOWER
I20260608 12:42:09.712790 10217 consensus_queue.cc:260] T 88171df5f99e44af82e3cdada94e3594 P c60bfa90b84b4313b93ae06aedde64d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.715283 10217 ts_tablet_manager.cc:1434] T 88171df5f99e44af82e3cdada94e3594 P c60bfa90b84b4313b93ae06aedde64d9: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260608 12:42:09.717365 10217 tablet_bootstrap.cc:492] T cbb11ab9201d46f0aa0cbcb432752c03 P c60bfa90b84b4313b93ae06aedde64d9: Bootstrap starting.
I20260608 12:42:09.717746 10215 tablet_bootstrap.cc:654] T cbb11ab9201d46f0aa0cbcb432752c03 P 9e2ed3aabb3e45ac87c6eda2ff85919d: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:09.721766 10214 tablet_bootstrap.cc:492] T 88171df5f99e44af82e3cdada94e3594 P c5f707dd947a4e57bbc64d94e1d4902f: Bootstrap starting.
I20260608 12:42:09.724293 10163 raft_consensus.cc:493] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:09.724843 10163 raft_consensus.cc:515] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.727276 10163 leader_election.cc:290] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9e2ed3aabb3e45ac87c6eda2ff85919d (127.0.107.193:36335), c60bfa90b84b4313b93ae06aedde64d9 (127.0.107.194:39719)
I20260608 12:42:09.728379 10217 tablet_bootstrap.cc:654] T cbb11ab9201d46f0aa0cbcb432752c03 P c60bfa90b84b4313b93ae06aedde64d9: Neither blocks nor log segments found. Creating new log.
W20260608 12:42:09.729423  9908 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:42:09.730443  9962 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1908c08458764d629b633ecfff403e89" candidate_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" is_pre_election: true
I20260608 12:42:09.731062  9962 raft_consensus.cc:2468] T 1908c08458764d629b633ecfff403e89 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c5f707dd947a4e57bbc64d94e1d4902f in term 0.
I20260608 12:42:09.731813 10037 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1908c08458764d629b633ecfff403e89" candidate_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c60bfa90b84b4313b93ae06aedde64d9" is_pre_election: true
I20260608 12:42:09.732432 10037 raft_consensus.cc:2468] T 1908c08458764d629b633ecfff403e89 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c5f707dd947a4e57bbc64d94e1d4902f in term 0.
I20260608 12:42:09.735011 10215 tablet_bootstrap.cc:492] T cbb11ab9201d46f0aa0cbcb432752c03 P 9e2ed3aabb3e45ac87c6eda2ff85919d: No bootstrap required, opened a new log
I20260608 12:42:09.735821 10215 ts_tablet_manager.cc:1403] T cbb11ab9201d46f0aa0cbcb432752c03 P 9e2ed3aabb3e45ac87c6eda2ff85919d: Time spent bootstrapping tablet: real 0.027s	user 0.013s	sys 0.002s
I20260608 12:42:09.736779 10074 leader_election.cc:304] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9e2ed3aabb3e45ac87c6eda2ff85919d, c5f707dd947a4e57bbc64d94e1d4902f; no voters: 
I20260608 12:42:09.738324 10163 raft_consensus.cc:2804] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:09.738770 10163 raft_consensus.cc:493] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:09.738894 10214 tablet_bootstrap.cc:654] T 88171df5f99e44af82e3cdada94e3594 P c5f707dd947a4e57bbc64d94e1d4902f: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:09.739183 10163 raft_consensus.cc:3060] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.745174 10215 raft_consensus.cc:359] T cbb11ab9201d46f0aa0cbcb432752c03 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.746392 10215 raft_consensus.cc:385] T cbb11ab9201d46f0aa0cbcb432752c03 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:09.746840 10215 raft_consensus.cc:740] T cbb11ab9201d46f0aa0cbcb432752c03 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e2ed3aabb3e45ac87c6eda2ff85919d, State: Initialized, Role: FOLLOWER
I20260608 12:42:09.748149 10215 consensus_queue.cc:260] T cbb11ab9201d46f0aa0cbcb432752c03 P 9e2ed3aabb3e45ac87c6eda2ff85919d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.749019 10163 raft_consensus.cc:515] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.751370 10181 raft_consensus.cc:493] T cbb11ab9201d46f0aa0cbcb432752c03 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:09.751906 10181 raft_consensus.cc:515] T cbb11ab9201d46f0aa0cbcb432752c03 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.755095 10215 ts_tablet_manager.cc:1434] T cbb11ab9201d46f0aa0cbcb432752c03 P 9e2ed3aabb3e45ac87c6eda2ff85919d: Time spent starting tablet: real 0.019s	user 0.010s	sys 0.001s
I20260608 12:42:09.757526 10215 tablet_bootstrap.cc:492] T 94b1ea83f6ec4bdd8a9259922f240cd7 P 9e2ed3aabb3e45ac87c6eda2ff85919d: Bootstrap starting.
I20260608 12:42:09.758550  9962 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1908c08458764d629b633ecfff403e89" candidate_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d"
I20260608 12:42:09.759202  9962 raft_consensus.cc:3060] T 1908c08458764d629b633ecfff403e89 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.761595 10181 leader_election.cc:290] T cbb11ab9201d46f0aa0cbcb432752c03 P 9e2ed3aabb3e45ac87c6eda2ff85919d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c60bfa90b84b4313b93ae06aedde64d9 (127.0.107.194:39719), c5f707dd947a4e57bbc64d94e1d4902f (127.0.107.195:37857)
I20260608 12:42:09.765698 10214 tablet_bootstrap.cc:492] T 88171df5f99e44af82e3cdada94e3594 P c5f707dd947a4e57bbc64d94e1d4902f: No bootstrap required, opened a new log
I20260608 12:42:09.766494 10214 ts_tablet_manager.cc:1403] T 88171df5f99e44af82e3cdada94e3594 P c5f707dd947a4e57bbc64d94e1d4902f: Time spent bootstrapping tablet: real 0.045s	user 0.016s	sys 0.003s
I20260608 12:42:09.767256 10215 tablet_bootstrap.cc:654] T 94b1ea83f6ec4bdd8a9259922f240cd7 P 9e2ed3aabb3e45ac87c6eda2ff85919d: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:09.767961 10217 tablet_bootstrap.cc:492] T cbb11ab9201d46f0aa0cbcb432752c03 P c60bfa90b84b4313b93ae06aedde64d9: No bootstrap required, opened a new log
I20260608 12:42:09.768543 10217 ts_tablet_manager.cc:1403] T cbb11ab9201d46f0aa0cbcb432752c03 P c60bfa90b84b4313b93ae06aedde64d9: Time spent bootstrapping tablet: real 0.051s	user 0.025s	sys 0.020s
I20260608 12:42:09.771523 10214 raft_consensus.cc:359] T 88171df5f99e44af82e3cdada94e3594 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.772156 10217 raft_consensus.cc:359] T cbb11ab9201d46f0aa0cbcb432752c03 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.772902 10214 raft_consensus.cc:385] T 88171df5f99e44af82e3cdada94e3594 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:09.773214 10217 raft_consensus.cc:385] T cbb11ab9201d46f0aa0cbcb432752c03 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:09.773599 10214 raft_consensus.cc:740] T 88171df5f99e44af82e3cdada94e3594 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c5f707dd947a4e57bbc64d94e1d4902f, State: Initialized, Role: FOLLOWER
I20260608 12:42:09.774035 10217 raft_consensus.cc:740] T cbb11ab9201d46f0aa0cbcb432752c03 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c60bfa90b84b4313b93ae06aedde64d9, State: Initialized, Role: FOLLOWER
I20260608 12:42:09.775202 10214 consensus_queue.cc:260] T 88171df5f99e44af82e3cdada94e3594 P c5f707dd947a4e57bbc64d94e1d4902f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.775453 10217 consensus_queue.cc:260] T cbb11ab9201d46f0aa0cbcb432752c03 P c60bfa90b84b4313b93ae06aedde64d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.789705 10217 ts_tablet_manager.cc:1434] T cbb11ab9201d46f0aa0cbcb432752c03 P c60bfa90b84b4313b93ae06aedde64d9: Time spent starting tablet: real 0.021s	user 0.009s	sys 0.000s
I20260608 12:42:09.791126 10181 raft_consensus.cc:493] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:09.791949 10181 raft_consensus.cc:515] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.795011 10181 leader_election.cc:290] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c60bfa90b84b4313b93ae06aedde64d9 (127.0.107.194:39719), c5f707dd947a4e57bbc64d94e1d4902f (127.0.107.195:37857)
I20260608 12:42:09.804131 10163 leader_election.cc:290] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f [CANDIDATE]: Term 1 election: Requested vote from peers 9e2ed3aabb3e45ac87c6eda2ff85919d (127.0.107.193:36335), c60bfa90b84b4313b93ae06aedde64d9 (127.0.107.194:39719)
I20260608 12:42:09.805085 10215 tablet_bootstrap.cc:492] T 94b1ea83f6ec4bdd8a9259922f240cd7 P 9e2ed3aabb3e45ac87c6eda2ff85919d: No bootstrap required, opened a new log
I20260608 12:42:09.805641 10215 ts_tablet_manager.cc:1403] T 94b1ea83f6ec4bdd8a9259922f240cd7 P 9e2ed3aabb3e45ac87c6eda2ff85919d: Time spent bootstrapping tablet: real 0.048s	user 0.025s	sys 0.019s
I20260608 12:42:09.805563 10037 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1908c08458764d629b633ecfff403e89" candidate_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c60bfa90b84b4313b93ae06aedde64d9"
I20260608 12:42:09.806353  9962 raft_consensus.cc:2468] T 1908c08458764d629b633ecfff403e89 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c5f707dd947a4e57bbc64d94e1d4902f in term 1.
I20260608 12:42:09.806432 10037 raft_consensus.cc:3060] T 1908c08458764d629b633ecfff403e89 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.809331 10215 raft_consensus.cc:359] T 94b1ea83f6ec4bdd8a9259922f240cd7 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.809926 10215 raft_consensus.cc:385] T 94b1ea83f6ec4bdd8a9259922f240cd7 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:09.810051 10214 ts_tablet_manager.cc:1434] T 88171df5f99e44af82e3cdada94e3594 P c5f707dd947a4e57bbc64d94e1d4902f: Time spent starting tablet: real 0.043s	user 0.005s	sys 0.033s
I20260608 12:42:09.810269 10215 raft_consensus.cc:740] T 94b1ea83f6ec4bdd8a9259922f240cd7 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e2ed3aabb3e45ac87c6eda2ff85919d, State: Initialized, Role: FOLLOWER
I20260608 12:42:09.811311 10215 consensus_queue.cc:260] T 94b1ea83f6ec4bdd8a9259922f240cd7 P 9e2ed3aabb3e45ac87c6eda2ff85919d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.813768 10215 ts_tablet_manager.cc:1434] T 94b1ea83f6ec4bdd8a9259922f240cd7 P 9e2ed3aabb3e45ac87c6eda2ff85919d: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:42:09.815476 10037 raft_consensus.cc:2468] T 1908c08458764d629b633ecfff403e89 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c5f707dd947a4e57bbc64d94e1d4902f in term 1.
I20260608 12:42:09.816613 10074 leader_election.cc:304] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c5f707dd947a4e57bbc64d94e1d4902f, c60bfa90b84b4313b93ae06aedde64d9; no voters: 
I20260608 12:42:09.817550 10242 raft_consensus.cc:2804] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:09.818195 10242 raft_consensus.cc:697] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 LEADER]: Becoming Leader. State: Replica: c5f707dd947a4e57bbc64d94e1d4902f, State: Running, Role: LEADER
I20260608 12:42:09.819116 10242 consensus_queue.cc:237] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.819859 10163 raft_consensus.cc:493] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:09.820420 10163 raft_consensus.cc:515] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.822594 10163 leader_election.cc:290] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9e2ed3aabb3e45ac87c6eda2ff85919d (127.0.107.193:36335), c60bfa90b84b4313b93ae06aedde64d9 (127.0.107.194:39719)
I20260608 12:42:09.830317 10037 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "05491c5462f842b3a51c3cd4bdd27add" candidate_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c60bfa90b84b4313b93ae06aedde64d9" is_pre_election: true
I20260608 12:42:09.831113 10037 raft_consensus.cc:2468] T 05491c5462f842b3a51c3cd4bdd27add P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c5f707dd947a4e57bbc64d94e1d4902f in term 0.
I20260608 12:42:09.831230  9962 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "05491c5462f842b3a51c3cd4bdd27add" candidate_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" is_pre_election: true
I20260608 12:42:09.832222  9962 raft_consensus.cc:2468] T 05491c5462f842b3a51c3cd4bdd27add P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c5f707dd947a4e57bbc64d94e1d4902f in term 0.
I20260608 12:42:09.832741 10074 leader_election.cc:304] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c5f707dd947a4e57bbc64d94e1d4902f, c60bfa90b84b4313b93ae06aedde64d9; no voters: 
I20260608 12:42:09.834199 10242 raft_consensus.cc:2804] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:09.834620 10242 raft_consensus.cc:493] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:09.834919 10242 raft_consensus.cc:3060] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.842067 10037 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cbb11ab9201d46f0aa0cbcb432752c03" candidate_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c60bfa90b84b4313b93ae06aedde64d9" is_pre_election: true
I20260608 12:42:09.842674 10036 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "88171df5f99e44af82e3cdada94e3594" candidate_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c60bfa90b84b4313b93ae06aedde64d9" is_pre_election: true
I20260608 12:42:09.841949  9856 catalog_manager.cc:5696] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f reported cstate change: term changed from 0 to 1, leader changed from <none> to c5f707dd947a4e57bbc64d94e1d4902f (127.0.107.195). New cstate: current_term: 1 leader_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:09.842792 10037 raft_consensus.cc:2468] T cbb11ab9201d46f0aa0cbcb432752c03 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9e2ed3aabb3e45ac87c6eda2ff85919d in term 0.
I20260608 12:42:09.843403 10036 raft_consensus.cc:2468] T 88171df5f99e44af82e3cdada94e3594 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9e2ed3aabb3e45ac87c6eda2ff85919d in term 0.
I20260608 12:42:09.843761 10111 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cbb11ab9201d46f0aa0cbcb432752c03" candidate_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" is_pre_election: true
I20260608 12:42:09.841603 10242 raft_consensus.cc:515] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.844456 10111 raft_consensus.cc:2468] T cbb11ab9201d46f0aa0cbcb432752c03 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9e2ed3aabb3e45ac87c6eda2ff85919d in term 0.
I20260608 12:42:09.845000  9925 leader_election.cc:304] T cbb11ab9201d46f0aa0cbcb432752c03 P 9e2ed3aabb3e45ac87c6eda2ff85919d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9e2ed3aabb3e45ac87c6eda2ff85919d, c60bfa90b84b4313b93ae06aedde64d9; no voters: 
I20260608 12:42:09.845934 10181 raft_consensus.cc:2804] T cbb11ab9201d46f0aa0cbcb432752c03 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:09.845997 10110 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "88171df5f99e44af82e3cdada94e3594" candidate_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" is_pre_election: true
I20260608 12:42:09.846398 10181 raft_consensus.cc:493] T cbb11ab9201d46f0aa0cbcb432752c03 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:09.846866 10181 raft_consensus.cc:3060] T cbb11ab9201d46f0aa0cbcb432752c03 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.846894 10110 raft_consensus.cc:2468] T 88171df5f99e44af82e3cdada94e3594 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9e2ed3aabb3e45ac87c6eda2ff85919d in term 0.
I20260608 12:42:09.846000 10242 leader_election.cc:290] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f [CANDIDATE]: Term 1 election: Requested vote from peers 9e2ed3aabb3e45ac87c6eda2ff85919d (127.0.107.193:36335), c60bfa90b84b4313b93ae06aedde64d9 (127.0.107.194:39719)
I20260608 12:42:09.848227 10036 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "05491c5462f842b3a51c3cd4bdd27add" candidate_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c60bfa90b84b4313b93ae06aedde64d9"
I20260608 12:42:09.848866 10036 raft_consensus.cc:3060] T 05491c5462f842b3a51c3cd4bdd27add P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.849028  9928 leader_election.cc:304] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9e2ed3aabb3e45ac87c6eda2ff85919d, c5f707dd947a4e57bbc64d94e1d4902f; no voters: 
I20260608 12:42:09.854970 10181 raft_consensus.cc:515] T cbb11ab9201d46f0aa0cbcb432752c03 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.856549 10036 raft_consensus.cc:2468] T 05491c5462f842b3a51c3cd4bdd27add P c60bfa90b84b4313b93ae06aedde64d9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c5f707dd947a4e57bbc64d94e1d4902f in term 1.
I20260608 12:42:09.857393 10181 leader_election.cc:290] T cbb11ab9201d46f0aa0cbcb432752c03 P 9e2ed3aabb3e45ac87c6eda2ff85919d [CANDIDATE]: Term 1 election: Requested vote from peers c60bfa90b84b4313b93ae06aedde64d9 (127.0.107.194:39719), c5f707dd947a4e57bbc64d94e1d4902f (127.0.107.195:37857)
I20260608 12:42:09.857851 10074 leader_election.cc:304] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c5f707dd947a4e57bbc64d94e1d4902f, c60bfa90b84b4313b93ae06aedde64d9; no voters: 
I20260608 12:42:09.858860 10242 raft_consensus.cc:2804] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:09.859397 10242 raft_consensus.cc:697] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f [term 1 LEADER]: Becoming Leader. State: Replica: c5f707dd947a4e57bbc64d94e1d4902f, State: Running, Role: LEADER
I20260608 12:42:09.860366 10242 consensus_queue.cc:237] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.860845 10037 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cbb11ab9201d46f0aa0cbcb432752c03" candidate_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c60bfa90b84b4313b93ae06aedde64d9"
I20260608 12:42:09.861164 10110 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cbb11ab9201d46f0aa0cbcb432752c03" candidate_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5f707dd947a4e57bbc64d94e1d4902f"
I20260608 12:42:09.861524 10037 raft_consensus.cc:3060] T cbb11ab9201d46f0aa0cbcb432752c03 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.861821 10110 raft_consensus.cc:3060] T cbb11ab9201d46f0aa0cbcb432752c03 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.858031 10181 raft_consensus.cc:2804] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:09.863902 10181 raft_consensus.cc:493] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:09.864413 10181 raft_consensus.cc:3060] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.868726 10037 raft_consensus.cc:2468] T cbb11ab9201d46f0aa0cbcb432752c03 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9e2ed3aabb3e45ac87c6eda2ff85919d in term 1.
I20260608 12:42:09.868726 10110 raft_consensus.cc:2468] T cbb11ab9201d46f0aa0cbcb432752c03 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9e2ed3aabb3e45ac87c6eda2ff85919d in term 1.
I20260608 12:42:09.870193  9925 leader_election.cc:304] T cbb11ab9201d46f0aa0cbcb432752c03 P 9e2ed3aabb3e45ac87c6eda2ff85919d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9e2ed3aabb3e45ac87c6eda2ff85919d, c60bfa90b84b4313b93ae06aedde64d9; no voters: 
I20260608 12:42:09.871222 10245 raft_consensus.cc:2804] T cbb11ab9201d46f0aa0cbcb432752c03 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:09.871819  9962 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "05491c5462f842b3a51c3cd4bdd27add" candidate_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d"
I20260608 12:42:09.872046 10181 raft_consensus.cc:515] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.872476  9962 raft_consensus.cc:3060] T 05491c5462f842b3a51c3cd4bdd27add P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.874346 10181 leader_election.cc:290] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d [CANDIDATE]: Term 1 election: Requested vote from peers c60bfa90b84b4313b93ae06aedde64d9 (127.0.107.194:39719), c5f707dd947a4e57bbc64d94e1d4902f (127.0.107.195:37857)
I20260608 12:42:09.876053 10110 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "88171df5f99e44af82e3cdada94e3594" candidate_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5f707dd947a4e57bbc64d94e1d4902f"
I20260608 12:42:09.876765 10110 raft_consensus.cc:3060] T 88171df5f99e44af82e3cdada94e3594 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.876830 10036 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "88171df5f99e44af82e3cdada94e3594" candidate_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c60bfa90b84b4313b93ae06aedde64d9"
I20260608 12:42:09.877676 10036 raft_consensus.cc:3060] T 88171df5f99e44af82e3cdada94e3594 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.879709  9962 raft_consensus.cc:2468] T 05491c5462f842b3a51c3cd4bdd27add P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c5f707dd947a4e57bbc64d94e1d4902f in term 1.
I20260608 12:42:09.884368 10110 raft_consensus.cc:2468] T 88171df5f99e44af82e3cdada94e3594 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9e2ed3aabb3e45ac87c6eda2ff85919d in term 1.
I20260608 12:42:09.885558  9928 leader_election.cc:304] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9e2ed3aabb3e45ac87c6eda2ff85919d, c5f707dd947a4e57bbc64d94e1d4902f; no voters: 
I20260608 12:42:09.886514 10181 raft_consensus.cc:2804] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:09.886941 10245 raft_consensus.cc:697] T cbb11ab9201d46f0aa0cbcb432752c03 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 LEADER]: Becoming Leader. State: Replica: 9e2ed3aabb3e45ac87c6eda2ff85919d, State: Running, Role: LEADER
I20260608 12:42:09.887041 10181 raft_consensus.cc:697] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 LEADER]: Becoming Leader. State: Replica: 9e2ed3aabb3e45ac87c6eda2ff85919d, State: Running, Role: LEADER
I20260608 12:42:09.888087 10245 consensus_queue.cc:237] T cbb11ab9201d46f0aa0cbcb432752c03 P 9e2ed3aabb3e45ac87c6eda2ff85919d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.888505 10181 consensus_queue.cc:237] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.891716 10036 raft_consensus.cc:2468] T 88171df5f99e44af82e3cdada94e3594 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9e2ed3aabb3e45ac87c6eda2ff85919d in term 1.
I20260608 12:42:09.896899  9856 catalog_manager.cc:5696] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f reported cstate change: term changed from 0 to 1, leader changed from <none> to c5f707dd947a4e57bbc64d94e1d4902f (127.0.107.195). New cstate: current_term: 1 leader_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:09.901763  9857 catalog_manager.cc:5696] T cbb11ab9201d46f0aa0cbcb432752c03 P 9e2ed3aabb3e45ac87c6eda2ff85919d reported cstate change: term changed from 0 to 1, leader changed from <none> to 9e2ed3aabb3e45ac87c6eda2ff85919d (127.0.107.193). New cstate: current_term: 1 leader_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:09.915508  9857 catalog_manager.cc:5696] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d reported cstate change: term changed from 0 to 1, leader changed from <none> to 9e2ed3aabb3e45ac87c6eda2ff85919d (127.0.107.193). New cstate: current_term: 1 leader_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:09.940203 10164 raft_consensus.cc:493] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:09.940732 10164 raft_consensus.cc:515] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.942853 10164 leader_election.cc:290] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9e2ed3aabb3e45ac87c6eda2ff85919d (127.0.107.193:36335), c5f707dd947a4e57bbc64d94e1d4902f (127.0.107.195:37857)
I20260608 12:42:09.954226 10110 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "586c2b87d4704aa9b85c60c240434b00" candidate_uuid: "c60bfa90b84b4313b93ae06aedde64d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" is_pre_election: true
I20260608 12:42:09.954294  9962 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "586c2b87d4704aa9b85c60c240434b00" candidate_uuid: "c60bfa90b84b4313b93ae06aedde64d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" is_pre_election: true
I20260608 12:42:09.955284  9962 raft_consensus.cc:2468] T 586c2b87d4704aa9b85c60c240434b00 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c60bfa90b84b4313b93ae06aedde64d9 in term 0.
I20260608 12:42:09.955284 10110 raft_consensus.cc:2468] T 586c2b87d4704aa9b85c60c240434b00 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c60bfa90b84b4313b93ae06aedde64d9 in term 0.
I20260608 12:42:09.956967 10003 leader_election.cc:304] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c5f707dd947a4e57bbc64d94e1d4902f, c60bfa90b84b4313b93ae06aedde64d9; no voters: 
I20260608 12:42:09.957468 10164 raft_consensus.cc:493] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:09.958045 10164 raft_consensus.cc:515] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.959147 10254 raft_consensus.cc:2804] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:09.959542 10254 raft_consensus.cc:493] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:09.959885 10254 raft_consensus.cc:3060] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.960587 10164 leader_election.cc:290] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c60bfa90b84b4313b93ae06aedde64d9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9e2ed3aabb3e45ac87c6eda2ff85919d (127.0.107.193:36335), c5f707dd947a4e57bbc64d94e1d4902f (127.0.107.195:37857)
I20260608 12:42:09.960994  9962 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "94b1ea83f6ec4bdd8a9259922f240cd7" candidate_uuid: "c60bfa90b84b4313b93ae06aedde64d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" is_pre_election: true
I20260608 12:42:09.961216 10110 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "94b1ea83f6ec4bdd8a9259922f240cd7" candidate_uuid: "c60bfa90b84b4313b93ae06aedde64d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" is_pre_election: true
I20260608 12:42:09.961932  9962 raft_consensus.cc:2468] T 94b1ea83f6ec4bdd8a9259922f240cd7 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c60bfa90b84b4313b93ae06aedde64d9 in term 0.
I20260608 12:42:09.962245 10110 raft_consensus.cc:2468] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c60bfa90b84b4313b93ae06aedde64d9 in term 0.
I20260608 12:42:09.963090 10000 leader_election.cc:304] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c60bfa90b84b4313b93ae06aedde64d9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9e2ed3aabb3e45ac87c6eda2ff85919d, c60bfa90b84b4313b93ae06aedde64d9; no voters: 
I20260608 12:42:09.964035 10164 raft_consensus.cc:2804] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:09.964421 10164 raft_consensus.cc:493] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:09.964758 10164 raft_consensus.cc:3060] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c60bfa90b84b4313b93ae06aedde64d9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.967531 10254 raft_consensus.cc:515] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.969975 10254 leader_election.cc:290] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9 [CANDIDATE]: Term 1 election: Requested vote from peers 9e2ed3aabb3e45ac87c6eda2ff85919d (127.0.107.193:36335), c5f707dd947a4e57bbc64d94e1d4902f (127.0.107.195:37857)
I20260608 12:42:09.970808  9962 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "586c2b87d4704aa9b85c60c240434b00" candidate_uuid: "c60bfa90b84b4313b93ae06aedde64d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d"
I20260608 12:42:09.971148 10110 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "586c2b87d4704aa9b85c60c240434b00" candidate_uuid: "c60bfa90b84b4313b93ae06aedde64d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5f707dd947a4e57bbc64d94e1d4902f"
I20260608 12:42:09.971390  9962 raft_consensus.cc:3060] T 586c2b87d4704aa9b85c60c240434b00 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.971817 10110 raft_consensus.cc:3060] T 586c2b87d4704aa9b85c60c240434b00 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.971954 10164 raft_consensus.cc:515] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.974996 10164 leader_election.cc:290] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c60bfa90b84b4313b93ae06aedde64d9 [CANDIDATE]: Term 1 election: Requested vote from peers 9e2ed3aabb3e45ac87c6eda2ff85919d (127.0.107.193:36335), c5f707dd947a4e57bbc64d94e1d4902f (127.0.107.195:37857)
I20260608 12:42:09.975397  9961 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "94b1ea83f6ec4bdd8a9259922f240cd7" candidate_uuid: "c60bfa90b84b4313b93ae06aedde64d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d"
I20260608 12:42:09.975569 10111 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "94b1ea83f6ec4bdd8a9259922f240cd7" candidate_uuid: "c60bfa90b84b4313b93ae06aedde64d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5f707dd947a4e57bbc64d94e1d4902f"
I20260608 12:42:09.976123  9961 raft_consensus.cc:3060] T 94b1ea83f6ec4bdd8a9259922f240cd7 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.976238 10111 raft_consensus.cc:3060] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c5f707dd947a4e57bbc64d94e1d4902f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.979199 10110 raft_consensus.cc:2468] T 586c2b87d4704aa9b85c60c240434b00 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c60bfa90b84b4313b93ae06aedde64d9 in term 1.
I20260608 12:42:09.979210  9962 raft_consensus.cc:2468] T 586c2b87d4704aa9b85c60c240434b00 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c60bfa90b84b4313b93ae06aedde64d9 in term 1.
I20260608 12:42:09.980535 10003 leader_election.cc:304] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c5f707dd947a4e57bbc64d94e1d4902f, c60bfa90b84b4313b93ae06aedde64d9; no voters: 
I20260608 12:42:09.981659 10164 raft_consensus.cc:2804] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:09.982177 10164 raft_consensus.cc:697] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 LEADER]: Becoming Leader. State: Replica: c60bfa90b84b4313b93ae06aedde64d9, State: Running, Role: LEADER
I20260608 12:42:09.983031 10164 consensus_queue.cc:237] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.983489 10111 raft_consensus.cc:2468] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c60bfa90b84b4313b93ae06aedde64d9 in term 1.
I20260608 12:42:09.984416  9961 raft_consensus.cc:2468] T 94b1ea83f6ec4bdd8a9259922f240cd7 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c60bfa90b84b4313b93ae06aedde64d9 in term 1.
I20260608 12:42:09.984532 10003 leader_election.cc:304] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c60bfa90b84b4313b93ae06aedde64d9 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c5f707dd947a4e57bbc64d94e1d4902f, c60bfa90b84b4313b93ae06aedde64d9; no voters: 
I20260608 12:42:09.985481 10254 raft_consensus.cc:2804] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:09.986707 10254 raft_consensus.cc:697] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 LEADER]: Becoming Leader. State: Replica: c60bfa90b84b4313b93ae06aedde64d9, State: Running, Role: LEADER
I20260608 12:42:09.987739 10254 consensus_queue.cc:237] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c60bfa90b84b4313b93ae06aedde64d9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } }
I20260608 12:42:09.993489  9857 catalog_manager.cc:5696] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9 reported cstate change: term changed from 0 to 1, leader changed from <none> to c60bfa90b84b4313b93ae06aedde64d9 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "c60bfa90b84b4313b93ae06aedde64d9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:10.007875  9857 catalog_manager.cc:5696] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c60bfa90b84b4313b93ae06aedde64d9 reported cstate change: term changed from 0 to 1, leader changed from <none> to c60bfa90b84b4313b93ae06aedde64d9 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "c60bfa90b84b4313b93ae06aedde64d9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:10.287392 10245 consensus_queue.cc:1048] T cbb11ab9201d46f0aa0cbcb432752c03 P 9e2ed3aabb3e45ac87c6eda2ff85919d [LEADER]: Connected to new peer: Peer: permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:10.291090 10245 consensus_queue.cc:1048] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d [LEADER]: Connected to new peer: Peer: permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:10.311592 10249 consensus_queue.cc:1048] T cbb11ab9201d46f0aa0cbcb432752c03 P 9e2ed3aabb3e45ac87c6eda2ff85919d [LEADER]: Connected to new peer: Peer: permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:10.313764 10245 consensus_queue.cc:1048] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d [LEADER]: Connected to new peer: Peer: permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:10.378895  9961 raft_consensus.cc:1275] T 05491c5462f842b3a51c3cd4bdd27add P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 FOLLOWER]: Refusing update from remote peer c5f707dd947a4e57bbc64d94e1d4902f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:10.386206 10242 consensus_queue.cc:1048] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:10.391204 10036 raft_consensus.cc:1275] T 05491c5462f842b3a51c3cd4bdd27add P c60bfa90b84b4313b93ae06aedde64d9 [term 1 FOLLOWER]: Refusing update from remote peer c5f707dd947a4e57bbc64d94e1d4902f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:10.392203 10242 consensus_queue.cc:1048] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f [LEADER]: Connected to new peer: Peer: permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:10.421788  9962 raft_consensus.cc:1275] T 1908c08458764d629b633ecfff403e89 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 FOLLOWER]: Refusing update from remote peer c5f707dd947a4e57bbc64d94e1d4902f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:42:10.422824 10242 consensus_queue.cc:1048] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f [LEADER]: Connected to new peer: Peer: permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:10.443681 10242 consensus_queue.cc:1048] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:10.488426 10254 consensus_queue.cc:1048] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c60bfa90b84b4313b93ae06aedde64d9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.014s
I20260608 12:42:10.492874 10164 consensus_queue.cc:1048] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.019s
I20260608 12:42:10.527035 10254 consensus_queue.cc:1048] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.031s
W20260608 12:42:10.584448 10000 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:36335, user_credentials={real_user=slave}} blocked reactor thread for 70046.7us
I20260608 12:42:10.693796 10289 consensus_queue.cc:1048] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c60bfa90b84b4313b93ae06aedde64d9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.033s
W20260608 12:42:10.751772 10298 log.cc:927] Time spent T 586c2b87d4704aa9b85c60c240434b00 P c5f707dd947a4e57bbc64d94e1d4902f: Append to log took a long time: real 0.058s	user 0.000s	sys 0.001s
W20260608 12:42:11.402872 10208 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.107.195:37857, user_credentials={real_user=slave}} blocked reactor thread for 47038.3us
W20260608 12:42:11.399551 10259 meta_cache.cc:1261] Time spent looking up entry by key: real 0.052s	user 0.004s	sys 0.000s
W20260608 12:42:11.527361 10000 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:36335, user_credentials={real_user=slave}} blocked reactor thread for 111246us
W20260608 12:42:11.578961 10003 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:37857, user_credentials={real_user=slave}} blocked reactor thread for 63866.6us
W20260608 12:42:11.589279 10208 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.107.195:37857, user_credentials={real_user=slave}} blocked reactor thread for 56538.4us
I20260608 12:42:11.899199   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:11.913071 10314 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:11.913950 10315 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:11.920753 10317 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:11.922976   431 server_base.cc:1061] running on GCE node
I20260608 12:42:11.924556   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:11.924839   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.
I20260608 12:42:11.925083   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922531925062 us; error 0 us; skew 500 ppm
I20260608 12:42:11.925886   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:11.928632   431 webserver.cc:533] Webserver started at http://127.0.107.196:34393/ using document root <none> and password file <none>
I20260608 12:42:11.929167   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:11.929384   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:11.929657   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:11.930719   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922302632525-431-0/minicluster-data/ts-3-root/instance:
uuid: "ac5b7fd939514d9aa37ed41ad651476d"
format_stamp: "Formatted at 2026-06-08 12:42:11 on dist-test-slave-g6ln"
I20260608 12:42:11.935781   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:42:11.939396 10322 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:11.940225   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:42:11.940551   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922302632525-431-0/minicluster-data/ts-3-root
uuid: "ac5b7fd939514d9aa37ed41ad651476d"
format_stamp: "Formatted at 2026-06-08 12:42:11 on dist-test-slave-g6ln"
I20260608 12:42:11.940840   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922302632525-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922302632525-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922302632525-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)
I20260608 12:42:11.994624   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:11.995952   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:11.997443   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:11.999786   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:12.000018   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:12.000262   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:12.000437   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:12.041211   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:43729
I20260608 12:42:12.041347 10384 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:43729 every 8 connection(s)
I20260608 12:42:12.059051 10385 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38003
I20260608 12:42:12.059528 10385 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:12.060230 10385 heartbeater.cc:507] Master 127.0.107.254:38003 requested a full tablet report, sending...
I20260608 12:42:12.062354  9855 ts_manager.cc:194] Registered new tserver with Master: ac5b7fd939514d9aa37ed41ad651476d (127.0.107.196:43729)
I20260608 12:42:12.064054  9855 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34990
I20260608 12:42:12.926187 10034 consensus_queue.cc:237] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 16, Committed index: 16, Last appended: 1.16, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } attrs { replace: true } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: true } }
I20260608 12:42:12.936829 10110 raft_consensus.cc:1275] T 586c2b87d4704aa9b85c60c240434b00 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 FOLLOWER]: Refusing update from remote peer c60bfa90b84b4313b93ae06aedde64d9: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 12:42:12.939116 10310 consensus_queue.cc:1048] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.001s
I20260608 12:42:12.953151  9960 raft_consensus.cc:1275] T 586c2b87d4704aa9b85c60c240434b00 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 FOLLOWER]: Refusing update from remote peer c60bfa90b84b4313b93ae06aedde64d9: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 12:42:12.954242 10310 raft_consensus.cc:2955] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 LEADER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER ac5b7fd939514d9aa37ed41ad651476d (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } attrs { replace: true } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: true } } }
I20260608 12:42:12.956012 10392 consensus_queue.cc:1048] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.001s
W20260608 12:42:12.957423 10002 consensus_peers.cc:597] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9 -> Peer ac5b7fd939514d9aa37ed41ad651476d (127.0.107.196:43729): Couldn't send request to peer ac5b7fd939514d9aa37ed41ad651476d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 586c2b87d4704aa9b85c60c240434b00. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:12.958860 10107 raft_consensus.cc:2955] T 586c2b87d4704aa9b85c60c240434b00 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER ac5b7fd939514d9aa37ed41ad651476d (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } attrs { replace: true } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: true } } }
I20260608 12:42:12.982824  9855 catalog_manager.cc:5696] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9 reported cstate change: config changed from index -1 to 17, NON_VOTER ac5b7fd939514d9aa37ed41ad651476d (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "c60bfa90b84b4313b93ae06aedde64d9" committed_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:12.985287  9960 raft_consensus.cc:2955] T 586c2b87d4704aa9b85c60c240434b00 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER ac5b7fd939514d9aa37ed41ad651476d (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } attrs { replace: true } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: true } } }
I20260608 12:42:13.008893 10107 consensus_queue.cc:237] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 16, Committed index: 16, Last appended: 1.16, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } attrs { replace: true } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: true } }
I20260608 12:42:13.016433 10034 raft_consensus.cc:1275] T 05491c5462f842b3a51c3cd4bdd27add P c60bfa90b84b4313b93ae06aedde64d9 [term 1 FOLLOWER]: Refusing update from remote peer c5f707dd947a4e57bbc64d94e1d4902f: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 12:42:13.020270 10277 consensus_queue.cc:1048] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f [LEADER]: Connected to new peer: Peer: permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.001s
I20260608 12:42:13.028512  9960 raft_consensus.cc:1275] T 05491c5462f842b3a51c3cd4bdd27add P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 FOLLOWER]: Refusing update from remote peer c5f707dd947a4e57bbc64d94e1d4902f: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 12:42:13.030251 10277 consensus_queue.cc:1048] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
I20260608 12:42:13.029858 10400 raft_consensus.cc:2955] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f [term 1 LEADER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER ac5b7fd939514d9aa37ed41ad651476d (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } attrs { replace: true } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: true } } }
W20260608 12:42:13.032548 10076 consensus_peers.cc:597] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f -> Peer ac5b7fd939514d9aa37ed41ad651476d (127.0.107.196:43729): Couldn't send request to peer ac5b7fd939514d9aa37ed41ad651476d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 05491c5462f842b3a51c3cd4bdd27add. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:13.033288 10034 raft_consensus.cc:2955] T 05491c5462f842b3a51c3cd4bdd27add P c60bfa90b84b4313b93ae06aedde64d9 [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER ac5b7fd939514d9aa37ed41ad651476d (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } attrs { replace: true } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: true } } }
I20260608 12:42:13.037001  9960 raft_consensus.cc:2955] T 05491c5462f842b3a51c3cd4bdd27add P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER ac5b7fd939514d9aa37ed41ad651476d (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } attrs { replace: true } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: true } } }
I20260608 12:42:13.044986  9858 catalog_manager.cc:5696] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f reported cstate change: config changed from index -1 to 17, NON_VOTER ac5b7fd939514d9aa37ed41ad651476d (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" committed_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:13.047859 10107 consensus_queue.cc:237] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 16, Committed index: 16, Last appended: 1.16, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } attrs { replace: true } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: true } }
I20260608 12:42:13.055670 10034 raft_consensus.cc:1275] T 1908c08458764d629b633ecfff403e89 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 FOLLOWER]: Refusing update from remote peer c5f707dd947a4e57bbc64d94e1d4902f: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
W20260608 12:42:13.056324 10076 consensus_peers.cc:597] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f -> Peer ac5b7fd939514d9aa37ed41ad651476d (127.0.107.196:43729): Couldn't send request to peer ac5b7fd939514d9aa37ed41ad651476d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1908c08458764d629b633ecfff403e89. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:13.057149  9960 raft_consensus.cc:1275] T 1908c08458764d629b633ecfff403e89 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 FOLLOWER]: Refusing update from remote peer c5f707dd947a4e57bbc64d94e1d4902f: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 12:42:13.057405 10277 consensus_queue.cc:1048] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f [LEADER]: Connected to new peer: Peer: permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
I20260608 12:42:13.059491 10408 consensus_queue.cc:1048] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.001s
I20260608 12:42:13.066447 10385 heartbeater.cc:499] Master 127.0.107.254:38003 was elected leader, sending a full tablet report...
I20260608 12:42:13.068673 10277 raft_consensus.cc:2955] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 LEADER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER ac5b7fd939514d9aa37ed41ad651476d (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } attrs { replace: true } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: true } } }
I20260608 12:42:13.070938  9960 raft_consensus.cc:2955] T 1908c08458764d629b633ecfff403e89 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER ac5b7fd939514d9aa37ed41ad651476d (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } attrs { replace: true } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: true } } }
I20260608 12:42:13.073800 10034 raft_consensus.cc:2955] T 1908c08458764d629b633ecfff403e89 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER ac5b7fd939514d9aa37ed41ad651476d (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } attrs { replace: true } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: true } } }
I20260608 12:42:13.087149  9855 catalog_manager.cc:5696] T 1908c08458764d629b633ecfff403e89 P 9e2ed3aabb3e45ac87c6eda2ff85919d reported cstate change: config changed from index -1 to 17, NON_VOTER ac5b7fd939514d9aa37ed41ad651476d (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" committed_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } attrs { replace: true } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: true } } }
I20260608 12:42:13.097920  9960 consensus_queue.cc:237] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 16, Committed index: 16, Last appended: 1.16, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } attrs { replace: true } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: true } }
I20260608 12:42:13.108927 10107 raft_consensus.cc:1275] T 88171df5f99e44af82e3cdada94e3594 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 FOLLOWER]: Refusing update from remote peer 9e2ed3aabb3e45ac87c6eda2ff85919d: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 12:42:13.110749 10415 consensus_queue.cc:1048] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d [LEADER]: Connected to new peer: Peer: permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.001s
I20260608 12:42:13.111177 10034 raft_consensus.cc:1275] T 88171df5f99e44af82e3cdada94e3594 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 FOLLOWER]: Refusing update from remote peer 9e2ed3aabb3e45ac87c6eda2ff85919d: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 12:42:13.112614 10181 consensus_queue.cc:1048] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d [LEADER]: Connected to new peer: Peer: permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
W20260608 12:42:13.118261  9927 consensus_peers.cc:597] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d -> Peer ac5b7fd939514d9aa37ed41ad651476d (127.0.107.196:43729): Couldn't send request to peer ac5b7fd939514d9aa37ed41ad651476d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 88171df5f99e44af82e3cdada94e3594. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:13.120376 10181 raft_consensus.cc:2955] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 LEADER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER ac5b7fd939514d9aa37ed41ad651476d (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } attrs { replace: true } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: true } } }
I20260608 12:42:13.122241 10107 raft_consensus.cc:2955] T 88171df5f99e44af82e3cdada94e3594 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER ac5b7fd939514d9aa37ed41ad651476d (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } attrs { replace: true } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: true } } }
I20260608 12:42:13.124202 10034 raft_consensus.cc:2955] T 88171df5f99e44af82e3cdada94e3594 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER ac5b7fd939514d9aa37ed41ad651476d (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } attrs { replace: true } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: true } } }
I20260608 12:42:13.135056  9854 catalog_manager.cc:5696] T 88171df5f99e44af82e3cdada94e3594 P c5f707dd947a4e57bbc64d94e1d4902f reported cstate change: config changed from index -1 to 17, NON_VOTER ac5b7fd939514d9aa37ed41ad651476d (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" committed_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } attrs { replace: true } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: true } } }
I20260608 12:42:13.395491 10420 ts_tablet_manager.cc:933] T 05491c5462f842b3a51c3cd4bdd27add P ac5b7fd939514d9aa37ed41ad651476d: Initiating tablet copy from peer c5f707dd947a4e57bbc64d94e1d4902f (127.0.107.195:37857)
I20260608 12:42:13.397308 10420 tablet_copy_client.cc:323] T 05491c5462f842b3a51c3cd4bdd27add P ac5b7fd939514d9aa37ed41ad651476d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:37857
I20260608 12:42:13.409399 10121 tablet_copy_service.cc:140] P c5f707dd947a4e57bbc64d94e1d4902f: Received BeginTabletCopySession request for tablet 05491c5462f842b3a51c3cd4bdd27add from peer ac5b7fd939514d9aa37ed41ad651476d ({username='slave'} at 127.0.0.1:42834)
I20260608 12:42:13.410068 10121 tablet_copy_service.cc:161] P c5f707dd947a4e57bbc64d94e1d4902f: Beginning new tablet copy session on tablet 05491c5462f842b3a51c3cd4bdd27add from peer ac5b7fd939514d9aa37ed41ad651476d at {username='slave'} at 127.0.0.1:42834: session id = ac5b7fd939514d9aa37ed41ad651476d-05491c5462f842b3a51c3cd4bdd27add
I20260608 12:42:13.418562 10121 tablet_copy_source_session.cc:215] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:13.422133 10420 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 05491c5462f842b3a51c3cd4bdd27add. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:13.434162 10420 tablet_copy_client.cc:806] T 05491c5462f842b3a51c3cd4bdd27add P ac5b7fd939514d9aa37ed41ad651476d: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:13.434749 10420 tablet_copy_client.cc:670] T 05491c5462f842b3a51c3cd4bdd27add P ac5b7fd939514d9aa37ed41ad651476d: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:13.439180 10420 tablet_copy_client.cc:538] T 05491c5462f842b3a51c3cd4bdd27add P ac5b7fd939514d9aa37ed41ad651476d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:13.446172 10420 tablet_bootstrap.cc:492] T 05491c5462f842b3a51c3cd4bdd27add P ac5b7fd939514d9aa37ed41ad651476d: Bootstrap starting.
I20260608 12:42:13.471480 10424 ts_tablet_manager.cc:933] T 1908c08458764d629b633ecfff403e89 P ac5b7fd939514d9aa37ed41ad651476d: Initiating tablet copy from peer c5f707dd947a4e57bbc64d94e1d4902f (127.0.107.195:37857)
I20260608 12:42:13.473417 10424 tablet_copy_client.cc:323] T 1908c08458764d629b633ecfff403e89 P ac5b7fd939514d9aa37ed41ad651476d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:37857
I20260608 12:42:13.475508 10121 tablet_copy_service.cc:140] P c5f707dd947a4e57bbc64d94e1d4902f: Received BeginTabletCopySession request for tablet 1908c08458764d629b633ecfff403e89 from peer ac5b7fd939514d9aa37ed41ad651476d ({username='slave'} at 127.0.0.1:42834)
I20260608 12:42:13.476099 10121 tablet_copy_service.cc:161] P c5f707dd947a4e57bbc64d94e1d4902f: Beginning new tablet copy session on tablet 1908c08458764d629b633ecfff403e89 from peer ac5b7fd939514d9aa37ed41ad651476d at {username='slave'} at 127.0.0.1:42834: session id = ac5b7fd939514d9aa37ed41ad651476d-1908c08458764d629b633ecfff403e89
I20260608 12:42:13.484119 10121 tablet_copy_source_session.cc:215] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:13.489364 10424 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1908c08458764d629b633ecfff403e89. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:13.508090 10424 tablet_copy_client.cc:806] T 1908c08458764d629b633ecfff403e89 P ac5b7fd939514d9aa37ed41ad651476d: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:13.508745 10424 tablet_copy_client.cc:670] T 1908c08458764d629b633ecfff403e89 P ac5b7fd939514d9aa37ed41ad651476d: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:13.513715 10424 tablet_copy_client.cc:538] T 1908c08458764d629b633ecfff403e89 P ac5b7fd939514d9aa37ed41ad651476d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:13.523270 10424 tablet_bootstrap.cc:492] T 1908c08458764d629b633ecfff403e89 P ac5b7fd939514d9aa37ed41ad651476d: Bootstrap starting.
I20260608 12:42:13.570639 10420 tablet_bootstrap.cc:492] T 05491c5462f842b3a51c3cd4bdd27add P ac5b7fd939514d9aa37ed41ad651476d: Bootstrap replayed 1/1 log segments. Stats: ops{read=17 overwritten=0 applied=17 ignored=0} inserts{seen=119 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:13.571686 10420 tablet_bootstrap.cc:492] T 05491c5462f842b3a51c3cd4bdd27add P ac5b7fd939514d9aa37ed41ad651476d: Bootstrap complete.
I20260608 12:42:13.572432 10420 ts_tablet_manager.cc:1403] T 05491c5462f842b3a51c3cd4bdd27add P ac5b7fd939514d9aa37ed41ad651476d: Time spent bootstrapping tablet: real 0.126s	user 0.121s	sys 0.004s
I20260608 12:42:13.575520 10420 raft_consensus.cc:359] T 05491c5462f842b3a51c3cd4bdd27add P ac5b7fd939514d9aa37ed41ad651476d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } attrs { replace: true } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: true } }
I20260608 12:42:13.576333 10420 raft_consensus.cc:740] T 05491c5462f842b3a51c3cd4bdd27add P ac5b7fd939514d9aa37ed41ad651476d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ac5b7fd939514d9aa37ed41ad651476d, State: Initialized, Role: LEARNER
I20260608 12:42:13.577000 10420 consensus_queue.cc:260] T 05491c5462f842b3a51c3cd4bdd27add P ac5b7fd939514d9aa37ed41ad651476d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 17, Last appended: 1.17, Last appended by leader: 17, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } attrs { replace: true } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: true } }
I20260608 12:42:13.582563 10428 ts_tablet_manager.cc:933] T 88171df5f99e44af82e3cdada94e3594 P ac5b7fd939514d9aa37ed41ad651476d: Initiating tablet copy from peer 9e2ed3aabb3e45ac87c6eda2ff85919d (127.0.107.193:36335)
I20260608 12:42:13.592298 10428 tablet_copy_client.cc:323] T 88171df5f99e44af82e3cdada94e3594 P ac5b7fd939514d9aa37ed41ad651476d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:36335
I20260608 12:42:13.593664 10426 ts_tablet_manager.cc:933] T 586c2b87d4704aa9b85c60c240434b00 P ac5b7fd939514d9aa37ed41ad651476d: Initiating tablet copy from peer c60bfa90b84b4313b93ae06aedde64d9 (127.0.107.194:39719)
I20260608 12:42:13.596230 10420 ts_tablet_manager.cc:1434] T 05491c5462f842b3a51c3cd4bdd27add P ac5b7fd939514d9aa37ed41ad651476d: Time spent starting tablet: real 0.023s	user 0.014s	sys 0.008s
I20260608 12:42:13.614547 10121 tablet_copy_service.cc:342] P c5f707dd947a4e57bbc64d94e1d4902f: Request end of tablet copy session ac5b7fd939514d9aa37ed41ad651476d-05491c5462f842b3a51c3cd4bdd27add received from {username='slave'} at 127.0.0.1:42834
I20260608 12:42:13.615087 10121 tablet_copy_service.cc:434] P c5f707dd947a4e57bbc64d94e1d4902f: ending tablet copy session ac5b7fd939514d9aa37ed41ad651476d-05491c5462f842b3a51c3cd4bdd27add on tablet 05491c5462f842b3a51c3cd4bdd27add with peer ac5b7fd939514d9aa37ed41ad651476d
I20260608 12:42:13.628948 10426 tablet_copy_client.cc:323] T 586c2b87d4704aa9b85c60c240434b00 P ac5b7fd939514d9aa37ed41ad651476d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:39719
I20260608 12:42:13.677465  9972 tablet_copy_service.cc:140] P 9e2ed3aabb3e45ac87c6eda2ff85919d: Received BeginTabletCopySession request for tablet 88171df5f99e44af82e3cdada94e3594 from peer ac5b7fd939514d9aa37ed41ad651476d ({username='slave'} at 127.0.0.1:33218)
I20260608 12:42:13.678165  9972 tablet_copy_service.cc:161] P 9e2ed3aabb3e45ac87c6eda2ff85919d: Beginning new tablet copy session on tablet 88171df5f99e44af82e3cdada94e3594 from peer ac5b7fd939514d9aa37ed41ad651476d at {username='slave'} at 127.0.0.1:33218: session id = ac5b7fd939514d9aa37ed41ad651476d-88171df5f99e44af82e3cdada94e3594
I20260608 12:42:13.686647  9972 tablet_copy_source_session.cc:215] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:13.690315 10428 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 88171df5f99e44af82e3cdada94e3594. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:13.692199 10047 tablet_copy_service.cc:140] P c60bfa90b84b4313b93ae06aedde64d9: Received BeginTabletCopySession request for tablet 586c2b87d4704aa9b85c60c240434b00 from peer ac5b7fd939514d9aa37ed41ad651476d ({username='slave'} at 127.0.0.1:48272)
I20260608 12:42:13.692888 10047 tablet_copy_service.cc:161] P c60bfa90b84b4313b93ae06aedde64d9: Beginning new tablet copy session on tablet 586c2b87d4704aa9b85c60c240434b00 from peer ac5b7fd939514d9aa37ed41ad651476d at {username='slave'} at 127.0.0.1:48272: session id = ac5b7fd939514d9aa37ed41ad651476d-586c2b87d4704aa9b85c60c240434b00
I20260608 12:42:13.693145 10424 tablet_bootstrap.cc:492] T 1908c08458764d629b633ecfff403e89 P ac5b7fd939514d9aa37ed41ad651476d: Bootstrap replayed 1/1 log segments. Stats: ops{read=17 overwritten=0 applied=17 ignored=0} inserts{seen=130 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:13.694114 10424 tablet_bootstrap.cc:492] T 1908c08458764d629b633ecfff403e89 P ac5b7fd939514d9aa37ed41ad651476d: Bootstrap complete.
I20260608 12:42:13.694783 10424 ts_tablet_manager.cc:1403] T 1908c08458764d629b633ecfff403e89 P ac5b7fd939514d9aa37ed41ad651476d: Time spent bootstrapping tablet: real 0.172s	user 0.124s	sys 0.031s
I20260608 12:42:13.697603 10424 raft_consensus.cc:359] T 1908c08458764d629b633ecfff403e89 P ac5b7fd939514d9aa37ed41ad651476d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } attrs { replace: true } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: true } }
I20260608 12:42:13.698340 10424 raft_consensus.cc:740] T 1908c08458764d629b633ecfff403e89 P ac5b7fd939514d9aa37ed41ad651476d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ac5b7fd939514d9aa37ed41ad651476d, State: Initialized, Role: LEARNER
I20260608 12:42:13.698947 10424 consensus_queue.cc:260] T 1908c08458764d629b633ecfff403e89 P ac5b7fd939514d9aa37ed41ad651476d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 17, Last appended: 1.17, Last appended by leader: 17, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } attrs { replace: true } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: true } }
I20260608 12:42:13.701092 10047 tablet_copy_source_session.cc:215] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:13.701385 10424 ts_tablet_manager.cc:1434] T 1908c08458764d629b633ecfff403e89 P ac5b7fd939514d9aa37ed41ad651476d: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260608 12:42:13.703624 10121 tablet_copy_service.cc:342] P c5f707dd947a4e57bbc64d94e1d4902f: Request end of tablet copy session ac5b7fd939514d9aa37ed41ad651476d-1908c08458764d629b633ecfff403e89 received from {username='slave'} at 127.0.0.1:42834
I20260608 12:42:13.704068 10121 tablet_copy_service.cc:434] P c5f707dd947a4e57bbc64d94e1d4902f: ending tablet copy session ac5b7fd939514d9aa37ed41ad651476d-1908c08458764d629b633ecfff403e89 on tablet 1908c08458764d629b633ecfff403e89 with peer ac5b7fd939514d9aa37ed41ad651476d
I20260608 12:42:13.705256 10426 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 586c2b87d4704aa9b85c60c240434b00. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:13.714535 10428 tablet_copy_client.cc:806] T 88171df5f99e44af82e3cdada94e3594 P ac5b7fd939514d9aa37ed41ad651476d: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:13.715255 10428 tablet_copy_client.cc:670] T 88171df5f99e44af82e3cdada94e3594 P ac5b7fd939514d9aa37ed41ad651476d: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:13.721496 10428 tablet_copy_client.cc:538] T 88171df5f99e44af82e3cdada94e3594 P ac5b7fd939514d9aa37ed41ad651476d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:13.723186 10426 tablet_copy_client.cc:806] T 586c2b87d4704aa9b85c60c240434b00 P ac5b7fd939514d9aa37ed41ad651476d: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:13.723867 10426 tablet_copy_client.cc:670] T 586c2b87d4704aa9b85c60c240434b00 P ac5b7fd939514d9aa37ed41ad651476d: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:13.728710 10426 tablet_copy_client.cc:538] T 586c2b87d4704aa9b85c60c240434b00 P ac5b7fd939514d9aa37ed41ad651476d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:13.730476 10428 tablet_bootstrap.cc:492] T 88171df5f99e44af82e3cdada94e3594 P ac5b7fd939514d9aa37ed41ad651476d: Bootstrap starting.
I20260608 12:42:13.738063 10426 tablet_bootstrap.cc:492] T 586c2b87d4704aa9b85c60c240434b00 P ac5b7fd939514d9aa37ed41ad651476d: Bootstrap starting.
I20260608 12:42:13.834470 10428 tablet_bootstrap.cc:492] T 88171df5f99e44af82e3cdada94e3594 P ac5b7fd939514d9aa37ed41ad651476d: Bootstrap replayed 1/1 log segments. Stats: ops{read=17 overwritten=0 applied=17 ignored=0} inserts{seen=136 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:13.835263 10428 tablet_bootstrap.cc:492] T 88171df5f99e44af82e3cdada94e3594 P ac5b7fd939514d9aa37ed41ad651476d: Bootstrap complete.
I20260608 12:42:13.835979 10428 ts_tablet_manager.cc:1403] T 88171df5f99e44af82e3cdada94e3594 P ac5b7fd939514d9aa37ed41ad651476d: Time spent bootstrapping tablet: real 0.106s	user 0.096s	sys 0.009s
I20260608 12:42:13.838109 10428 raft_consensus.cc:359] T 88171df5f99e44af82e3cdada94e3594 P ac5b7fd939514d9aa37ed41ad651476d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } attrs { replace: true } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: true } }
I20260608 12:42:13.838709 10428 raft_consensus.cc:740] T 88171df5f99e44af82e3cdada94e3594 P ac5b7fd939514d9aa37ed41ad651476d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ac5b7fd939514d9aa37ed41ad651476d, State: Initialized, Role: LEARNER
I20260608 12:42:13.839212 10428 consensus_queue.cc:260] T 88171df5f99e44af82e3cdada94e3594 P ac5b7fd939514d9aa37ed41ad651476d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 17, Last appended: 1.17, Last appended by leader: 17, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } attrs { replace: true } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: true } }
I20260608 12:42:13.841114 10428 ts_tablet_manager.cc:1434] T 88171df5f99e44af82e3cdada94e3594 P ac5b7fd939514d9aa37ed41ad651476d: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:42:13.842976  9972 tablet_copy_service.cc:342] P 9e2ed3aabb3e45ac87c6eda2ff85919d: Request end of tablet copy session ac5b7fd939514d9aa37ed41ad651476d-88171df5f99e44af82e3cdada94e3594 received from {username='slave'} at 127.0.0.1:33218
I20260608 12:42:13.843449  9972 tablet_copy_service.cc:434] P 9e2ed3aabb3e45ac87c6eda2ff85919d: ending tablet copy session ac5b7fd939514d9aa37ed41ad651476d-88171df5f99e44af82e3cdada94e3594 on tablet 88171df5f99e44af82e3cdada94e3594 with peer ac5b7fd939514d9aa37ed41ad651476d
I20260608 12:42:13.867797 10426 tablet_bootstrap.cc:492] T 586c2b87d4704aa9b85c60c240434b00 P ac5b7fd939514d9aa37ed41ad651476d: Bootstrap replayed 1/1 log segments. Stats: ops{read=17 overwritten=0 applied=17 ignored=0} inserts{seen=120 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:13.868749 10426 tablet_bootstrap.cc:492] T 586c2b87d4704aa9b85c60c240434b00 P ac5b7fd939514d9aa37ed41ad651476d: Bootstrap complete.
I20260608 12:42:13.869462 10426 ts_tablet_manager.cc:1403] T 586c2b87d4704aa9b85c60c240434b00 P ac5b7fd939514d9aa37ed41ad651476d: Time spent bootstrapping tablet: real 0.132s	user 0.126s	sys 0.004s
I20260608 12:42:13.872257 10426 raft_consensus.cc:359] T 586c2b87d4704aa9b85c60c240434b00 P ac5b7fd939514d9aa37ed41ad651476d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } attrs { replace: true } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: true } }
I20260608 12:42:13.873016 10426 raft_consensus.cc:740] T 586c2b87d4704aa9b85c60c240434b00 P ac5b7fd939514d9aa37ed41ad651476d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ac5b7fd939514d9aa37ed41ad651476d, State: Initialized, Role: LEARNER
I20260608 12:42:13.873620 10426 consensus_queue.cc:260] T 586c2b87d4704aa9b85c60c240434b00 P ac5b7fd939514d9aa37ed41ad651476d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 17, Last appended: 1.17, Last appended by leader: 17, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } attrs { replace: true } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: true } }
I20260608 12:42:13.875730 10426 ts_tablet_manager.cc:1434] T 586c2b87d4704aa9b85c60c240434b00 P ac5b7fd939514d9aa37ed41ad651476d: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260608 12:42:13.877723 10047 tablet_copy_service.cc:342] P c60bfa90b84b4313b93ae06aedde64d9: Request end of tablet copy session ac5b7fd939514d9aa37ed41ad651476d-586c2b87d4704aa9b85c60c240434b00 received from {username='slave'} at 127.0.0.1:48272
I20260608 12:42:13.878161 10047 tablet_copy_service.cc:434] P c60bfa90b84b4313b93ae06aedde64d9: ending tablet copy session ac5b7fd939514d9aa37ed41ad651476d-586c2b87d4704aa9b85c60c240434b00 on tablet 586c2b87d4704aa9b85c60c240434b00 with peer ac5b7fd939514d9aa37ed41ad651476d
I20260608 12:42:13.927775 10360 raft_consensus.cc:1217] T 05491c5462f842b3a51c3cd4bdd27add P ac5b7fd939514d9aa37ed41ad651476d [term 1 LEARNER]: Deduplicated request from leader. Original: 1.16->[1.17-1.17]   Dedup: 1.17->[]
I20260608 12:42:13.972713 10360 raft_consensus.cc:1217] T 88171df5f99e44af82e3cdada94e3594 P ac5b7fd939514d9aa37ed41ad651476d [term 1 LEARNER]: Deduplicated request from leader. Original: 1.16->[1.17-1.17]   Dedup: 1.17->[]
I20260608 12:42:14.011250 10360 raft_consensus.cc:1217] T 1908c08458764d629b633ecfff403e89 P ac5b7fd939514d9aa37ed41ad651476d [term 1 LEARNER]: Deduplicated request from leader. Original: 1.16->[1.17-1.17]   Dedup: 1.17->[]
I20260608 12:42:14.074867   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:42:14.103987   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:14.104732   431 tablet_replica.cc:333] T 94b1ea83f6ec4bdd8a9259922f240cd7 P 9e2ed3aabb3e45ac87c6eda2ff85919d: stopping tablet replica
I20260608 12:42:14.105679   431 raft_consensus.cc:2243] T 94b1ea83f6ec4bdd8a9259922f240cd7 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:14.106362   431 raft_consensus.cc:2272] T 94b1ea83f6ec4bdd8a9259922f240cd7 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:14.108675   431 tablet_replica.cc:333] T cbb11ab9201d46f0aa0cbcb432752c03 P 9e2ed3aabb3e45ac87c6eda2ff85919d: stopping tablet replica
I20260608 12:42:14.109229   431 raft_consensus.cc:2243] T cbb11ab9201d46f0aa0cbcb432752c03 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:14.110031   431 raft_consensus.cc:2272] T cbb11ab9201d46f0aa0cbcb432752c03 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:14.112708   431 tablet_replica.cc:333] T 1908c08458764d629b633ecfff403e89 P 9e2ed3aabb3e45ac87c6eda2ff85919d: stopping tablet replica
I20260608 12:42:14.113276   431 raft_consensus.cc:2243] T 1908c08458764d629b633ecfff403e89 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:14.113924   431 raft_consensus.cc:2272] T 1908c08458764d629b633ecfff403e89 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:14.116561   431 tablet_replica.cc:333] T 95ddf2b82c7247caadfdcfbdc51617b7 P 9e2ed3aabb3e45ac87c6eda2ff85919d: stopping tablet replica
W20260608 12:42:14.117089 10074 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]
I20260608 12:42:14.117221   431 raft_consensus.cc:2243] T 95ddf2b82c7247caadfdcfbdc51617b7 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:14.118860   431 raft_consensus.cc:2272] T 95ddf2b82c7247caadfdcfbdc51617b7 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:42:14.123095 10074 consensus_peers.cc:597] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f -> Peer 9e2ed3aabb3e45ac87c6eda2ff85919d (127.0.107.193:36335): Couldn't send request to peer 9e2ed3aabb3e45ac87c6eda2ff85919d. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:14.123941   431 tablet_replica.cc:333] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d: stopping tablet replica
I20260608 12:42:14.124595   431 raft_consensus.cc:2243] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:14.125648   431 raft_consensus.cc:2272] T 88171df5f99e44af82e3cdada94e3594 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:14.128348   431 tablet_replica.cc:333] T 05491c5462f842b3a51c3cd4bdd27add P 9e2ed3aabb3e45ac87c6eda2ff85919d: stopping tablet replica
I20260608 12:42:14.128988   431 raft_consensus.cc:2243] T 05491c5462f842b3a51c3cd4bdd27add P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:14.129463   431 raft_consensus.cc:2272] T 05491c5462f842b3a51c3cd4bdd27add P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:14.131865   431 tablet_replica.cc:333] T 586c2b87d4704aa9b85c60c240434b00 P 9e2ed3aabb3e45ac87c6eda2ff85919d: stopping tablet replica
I20260608 12:42:14.132368   431 raft_consensus.cc:2243] T 586c2b87d4704aa9b85c60c240434b00 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:14.132813   431 raft_consensus.cc:2272] T 586c2b87d4704aa9b85c60c240434b00 P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:14.134804   431 tablet_replica.cc:333] T 2621f92b8f52463584e5d8487cebef0a P 9e2ed3aabb3e45ac87c6eda2ff85919d: stopping tablet replica
I20260608 12:42:14.135274   431 raft_consensus.cc:2243] T 2621f92b8f52463584e5d8487cebef0a P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:14.135807   431 raft_consensus.cc:2272] T 2621f92b8f52463584e5d8487cebef0a P 9e2ed3aabb3e45ac87c6eda2ff85919d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:14.208379 10360 raft_consensus.cc:1217] T 586c2b87d4704aa9b85c60c240434b00 P ac5b7fd939514d9aa37ed41ad651476d [term 1 LEARNER]: Deduplicated request from leader. Original: 1.16->[1.17-1.17]   Dedup: 1.17->[]
W20260608 12:42:14.209311 10074 consensus_peers.cc:597] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f -> Peer 9e2ed3aabb3e45ac87c6eda2ff85919d (127.0.107.193:36335): Couldn't send request to peer 9e2ed3aabb3e45ac87c6eda2ff85919d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36335: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:14.228942   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:42:14.289973   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
W20260608 12:42:14.335152 10000 consensus_peers.cc:597] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c60bfa90b84b4313b93ae06aedde64d9 -> Peer 9e2ed3aabb3e45ac87c6eda2ff85919d (127.0.107.193:36335): Couldn't send request to peer 9e2ed3aabb3e45ac87c6eda2ff85919d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36335: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:14.338907   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:14.339965   431 tablet_replica.cc:333] T cbb11ab9201d46f0aa0cbcb432752c03 P c60bfa90b84b4313b93ae06aedde64d9: stopping tablet replica
I20260608 12:42:14.341064   431 raft_consensus.cc:2243] T cbb11ab9201d46f0aa0cbcb432752c03 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:14.342271   431 raft_consensus.cc:2272] T cbb11ab9201d46f0aa0cbcb432752c03 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:14.345855   431 tablet_replica.cc:333] T 88171df5f99e44af82e3cdada94e3594 P c60bfa90b84b4313b93ae06aedde64d9: stopping tablet replica
I20260608 12:42:14.346972   431 raft_consensus.cc:2243] T 88171df5f99e44af82e3cdada94e3594 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:14.348323   431 raft_consensus.cc:2272] T 88171df5f99e44af82e3cdada94e3594 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:14.351593   431 tablet_replica.cc:333] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9: stopping tablet replica
I20260608 12:42:14.352214   431 raft_consensus.cc:2243] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:14.354074   431 raft_consensus.cc:2272] T 586c2b87d4704aa9b85c60c240434b00 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:14.358352   431 tablet_replica.cc:333] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c60bfa90b84b4313b93ae06aedde64d9: stopping tablet replica
I20260608 12:42:14.359237   431 raft_consensus.cc:2243] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:14.360976   431 raft_consensus.cc:2272] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:14.361446 10434 raft_consensus.cc:1064] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f: attempting to promote NON_VOTER ac5b7fd939514d9aa37ed41ad651476d to VOTER
I20260608 12:42:14.364764   431 tablet_replica.cc:333] T c21e7a59f0d1437db3f285030d174366 P c60bfa90b84b4313b93ae06aedde64d9: stopping tablet replica
I20260608 12:42:14.365610   431 raft_consensus.cc:2243] T c21e7a59f0d1437db3f285030d174366 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:14.366604   431 raft_consensus.cc:2272] T c21e7a59f0d1437db3f285030d174366 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:14.366374 10434 consensus_queue.cc:237] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 17, Committed index: 17, Last appended: 1.17, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } attrs { replace: true } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: false } }
I20260608 12:42:14.370793   431 tablet_replica.cc:333] T 05491c5462f842b3a51c3cd4bdd27add P c60bfa90b84b4313b93ae06aedde64d9: stopping tablet replica
I20260608 12:42:14.371558   431 raft_consensus.cc:2243] T 05491c5462f842b3a51c3cd4bdd27add P c60bfa90b84b4313b93ae06aedde64d9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:14.373514   431 raft_consensus.cc:2272] T 05491c5462f842b3a51c3cd4bdd27add P c60bfa90b84b4313b93ae06aedde64d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:14.378422 10360 raft_consensus.cc:1275] T 05491c5462f842b3a51c3cd4bdd27add P ac5b7fd939514d9aa37ed41ad651476d [term 1 LEARNER]: Refusing update from remote peer c5f707dd947a4e57bbc64d94e1d4902f: Log matching property violated. Preceding OpId in replica: term: 1 index: 17. Preceding OpId from leader: term: 1 index: 18. (index mismatch)
I20260608 12:42:14.378608   431 tablet_replica.cc:333] T 1908c08458764d629b633ecfff403e89 P c60bfa90b84b4313b93ae06aedde64d9: stopping tablet replica
I20260608 12:42:14.379601   431 raft_consensus.cc:2243] T 1908c08458764d629b633ecfff403e89 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:14.380663 10434 consensus_queue.cc:1048] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f [LEADER]: Connected to new peer: Peer: permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 18, Last known committed idx: 17, Time since last communication: 0.001s
I20260608 12:42:14.381088   431 raft_consensus.cc:2272] T 1908c08458764d629b633ecfff403e89 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:14.385849   431 tablet_replica.cc:333] T d34ec1e7f77745929d8e68e85ac6df90 P c60bfa90b84b4313b93ae06aedde64d9: stopping tablet replica
W20260608 12:42:14.386358 10074 consensus_peers.cc:597] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f -> Peer c60bfa90b84b4313b93ae06aedde64d9 (127.0.107.194:39719): Couldn't send request to peer c60bfa90b84b4313b93ae06aedde64d9. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:14.386752   431 raft_consensus.cc:2243] T d34ec1e7f77745929d8e68e85ac6df90 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 LEADER]: Raft consensus shutting down.
W20260608 12:42:14.388502 10074 consensus_peers.cc:597] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f -> Peer 9e2ed3aabb3e45ac87c6eda2ff85919d (127.0.107.193:36335): Couldn't send request to peer 9e2ed3aabb3e45ac87c6eda2ff85919d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36335: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:14.389122   431 raft_consensus.cc:2272] T d34ec1e7f77745929d8e68e85ac6df90 P c60bfa90b84b4313b93ae06aedde64d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:14.404285 10434 raft_consensus.cc:1064] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f: attempting to promote NON_VOTER ac5b7fd939514d9aa37ed41ad651476d to VOTER
I20260608 12:42:14.407526 10434 consensus_queue.cc:237] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 17, Committed index: 17, Last appended: 1.17, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } attrs { replace: true } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: false } }
W20260608 12:42:14.415462 10001 connection.cc:466] server connection from 127.0.0.1:48224 torn down before Call kudu.consensus.ConsensusService.UpdateConsensus from 127.0.0.1:48224 (request call id 57) could send its response
I20260608 12:42:14.417455 10360 raft_consensus.cc:1275] T 1908c08458764d629b633ecfff403e89 P ac5b7fd939514d9aa37ed41ad651476d [term 1 LEARNER]: Refusing update from remote peer c5f707dd947a4e57bbc64d94e1d4902f: Log matching property violated. Preceding OpId in replica: term: 1 index: 17. Preceding OpId from leader: term: 1 index: 18. (index mismatch)
I20260608 12:42:14.419268 10434 consensus_queue.cc:1048] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f [LEADER]: Connected to new peer: Peer: permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 18, Last known committed idx: 17, Time since last communication: 0.001s
W20260608 12:42:14.421615 10074 consensus_peers.cc:597] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f -> Peer c60bfa90b84b4313b93ae06aedde64d9 (127.0.107.194:39719): Couldn't send request to peer c60bfa90b84b4313b93ae06aedde64d9. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:39719: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:42:14.424978 10074 consensus_peers.cc:597] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f -> Peer 9e2ed3aabb3e45ac87c6eda2ff85919d (127.0.107.193:36335): Couldn't send request to peer 9e2ed3aabb3e45ac87c6eda2ff85919d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36335: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:14.430994   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:42:14.475122   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:42:14.511164   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:14.512315   431 tablet_replica.cc:333] T 88171df5f99e44af82e3cdada94e3594 P c5f707dd947a4e57bbc64d94e1d4902f: stopping tablet replica
I20260608 12:42:14.513118   431 raft_consensus.cc:2243] T 88171df5f99e44af82e3cdada94e3594 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:14.514346   431 raft_consensus.cc:2272] T 88171df5f99e44af82e3cdada94e3594 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:14.517694   431 tablet_replica.cc:333] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f: stopping tablet replica
I20260608 12:42:14.518528   431 raft_consensus.cc:2243] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:14.519656   431 pending_rounds.cc:70] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f: Trying to abort 1 pending ops.
I20260608 12:42:14.519953   431 pending_rounds.cc:77] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f: Aborting op as it isn't in flight: id { term: 1 index: 18 } timestamp: 7294658700924170240 op_type: CHANGE_CONFIG_OP change_config_record { tablet_id: "1908c08458764d629b633ecfff403e89" old_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } attrs { replace: true } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: true } } } new_config { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } attrs { replace: true } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: false } } } }
I20260608 12:42:14.520834   431 raft_consensus.cc:2917] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 LEADER]: Aborting config change with OpId 1.18: Aborted: Op aborted
I20260608 12:42:14.521183   431 raft_consensus.cc:2889] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 LEADER]: CHANGE_CONFIG_OP replication failed: Aborted: Op aborted
I20260608 12:42:14.521519   431 raft_consensus.cc:2272] T 1908c08458764d629b633ecfff403e89 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:14.525221   431 tablet_replica.cc:333] T cbb11ab9201d46f0aa0cbcb432752c03 P c5f707dd947a4e57bbc64d94e1d4902f: stopping tablet replica
I20260608 12:42:14.525867   431 raft_consensus.cc:2243] T cbb11ab9201d46f0aa0cbcb432752c03 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:14.526928   431 raft_consensus.cc:2272] T cbb11ab9201d46f0aa0cbcb432752c03 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:14.530012   431 tablet_replica.cc:333] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f: stopping tablet replica
I20260608 12:42:14.530609   431 raft_consensus.cc:2243] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:14.531656   431 pending_rounds.cc:70] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f: Trying to abort 1 pending ops.
I20260608 12:42:14.531886   431 pending_rounds.cc:77] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f: Aborting op as it isn't in flight: id { term: 1 index: 18 } timestamp: 7294658700751200256 op_type: CHANGE_CONFIG_OP change_config_record { tablet_id: "05491c5462f842b3a51c3cd4bdd27add" old_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } attrs { replace: true } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: true } } } new_config { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } attrs { replace: true } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: false } } } }
I20260608 12:42:14.532553   431 raft_consensus.cc:2917] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f [term 1 LEADER]: Aborting config change with OpId 1.18: Aborted: Op aborted
I20260608 12:42:14.532872   431 raft_consensus.cc:2889] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f [term 1 LEADER]: CHANGE_CONFIG_OP replication failed: Aborted: Op aborted
I20260608 12:42:14.533144   431 raft_consensus.cc:2272] T 05491c5462f842b3a51c3cd4bdd27add P c5f707dd947a4e57bbc64d94e1d4902f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:14.536926   431 tablet_replica.cc:333] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c5f707dd947a4e57bbc64d94e1d4902f: stopping tablet replica
I20260608 12:42:14.537565   431 raft_consensus.cc:2243] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:14.538434   431 raft_consensus.cc:2272] T 94b1ea83f6ec4bdd8a9259922f240cd7 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:14.541577   431 tablet_replica.cc:333] T 586c2b87d4704aa9b85c60c240434b00 P c5f707dd947a4e57bbc64d94e1d4902f: stopping tablet replica
I20260608 12:42:14.542135   431 raft_consensus.cc:2243] T 586c2b87d4704aa9b85c60c240434b00 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:14.543017   431 raft_consensus.cc:2272] T 586c2b87d4704aa9b85c60c240434b00 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:14.546155   431 tablet_replica.cc:333] T a096b370b04647b193c7f138fc612a50 P c5f707dd947a4e57bbc64d94e1d4902f: stopping tablet replica
I20260608 12:42:14.546725   431 raft_consensus.cc:2243] T a096b370b04647b193c7f138fc612a50 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:14.547796   431 raft_consensus.cc:2272] T a096b370b04647b193c7f138fc612a50 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:14.550901   431 tablet_replica.cc:333] T 5b0049845c92483897469c2f57524393 P c5f707dd947a4e57bbc64d94e1d4902f: stopping tablet replica
I20260608 12:42:14.551380   431 raft_consensus.cc:2243] T 5b0049845c92483897469c2f57524393 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:14.552143   431 raft_consensus.cc:2272] T 5b0049845c92483897469c2f57524393 P c5f707dd947a4e57bbc64d94e1d4902f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:14.588187   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:42:14.618901   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:42:14.653460   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:14.654418   431 tablet_replica.cc:333] T 586c2b87d4704aa9b85c60c240434b00 P ac5b7fd939514d9aa37ed41ad651476d: stopping tablet replica
I20260608 12:42:14.655298   431 raft_consensus.cc:2243] T 586c2b87d4704aa9b85c60c240434b00 P ac5b7fd939514d9aa37ed41ad651476d [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:42:14.655927   431 raft_consensus.cc:2272] T 586c2b87d4704aa9b85c60c240434b00 P ac5b7fd939514d9aa37ed41ad651476d [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:42:14.659925   431 tablet_replica.cc:333] T 1908c08458764d629b633ecfff403e89 P ac5b7fd939514d9aa37ed41ad651476d: stopping tablet replica
I20260608 12:42:14.660694   431 raft_consensus.cc:2243] T 1908c08458764d629b633ecfff403e89 P ac5b7fd939514d9aa37ed41ad651476d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:14.661177   431 pending_rounds.cc:70] T 1908c08458764d629b633ecfff403e89 P ac5b7fd939514d9aa37ed41ad651476d: Trying to abort 1 pending ops.
I20260608 12:42:14.661393   431 pending_rounds.cc:77] T 1908c08458764d629b633ecfff403e89 P ac5b7fd939514d9aa37ed41ad651476d: Aborting op as it isn't in flight: id { term: 1 index: 18 } timestamp: 7294658700924170240 op_type: CHANGE_CONFIG_OP change_config_record { tablet_id: "1908c08458764d629b633ecfff403e89" old_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } attrs { replace: true } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: true } } } new_config { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } attrs { replace: true } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: false } } } }
I20260608 12:42:14.662431   431 raft_consensus.cc:2917] T 1908c08458764d629b633ecfff403e89 P ac5b7fd939514d9aa37ed41ad651476d [term 1 FOLLOWER]: Aborting config change with OpId 1.18: Aborted: Op aborted
I20260608 12:42:14.662825   431 raft_consensus.cc:2889] T 1908c08458764d629b633ecfff403e89 P ac5b7fd939514d9aa37ed41ad651476d [term 1 LEARNER]: CHANGE_CONFIG_OP replication failed: Aborted: Op aborted
I20260608 12:42:14.663218   431 raft_consensus.cc:2272] T 1908c08458764d629b633ecfff403e89 P ac5b7fd939514d9aa37ed41ad651476d [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:42:14.667287   431 tablet_replica.cc:333] T 88171df5f99e44af82e3cdada94e3594 P ac5b7fd939514d9aa37ed41ad651476d: stopping tablet replica
I20260608 12:42:14.668051   431 raft_consensus.cc:2243] T 88171df5f99e44af82e3cdada94e3594 P ac5b7fd939514d9aa37ed41ad651476d [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:42:14.668637   431 raft_consensus.cc:2272] T 88171df5f99e44af82e3cdada94e3594 P ac5b7fd939514d9aa37ed41ad651476d [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:42:14.672221   431 tablet_replica.cc:333] T 05491c5462f842b3a51c3cd4bdd27add P ac5b7fd939514d9aa37ed41ad651476d: stopping tablet replica
I20260608 12:42:14.672894   431 raft_consensus.cc:2243] T 05491c5462f842b3a51c3cd4bdd27add P ac5b7fd939514d9aa37ed41ad651476d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:14.673382   431 pending_rounds.cc:70] T 05491c5462f842b3a51c3cd4bdd27add P ac5b7fd939514d9aa37ed41ad651476d: Trying to abort 1 pending ops.
I20260608 12:42:14.673625   431 pending_rounds.cc:77] T 05491c5462f842b3a51c3cd4bdd27add P ac5b7fd939514d9aa37ed41ad651476d: Aborting op as it isn't in flight: id { term: 1 index: 18 } timestamp: 7294658700751200256 op_type: CHANGE_CONFIG_OP change_config_record { tablet_id: "05491c5462f842b3a51c3cd4bdd27add" old_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } attrs { replace: true } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: true } } } new_config { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "9e2ed3aabb3e45ac87c6eda2ff85919d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36335 } } peers { permanent_uuid: "c60bfa90b84b4313b93ae06aedde64d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39719 } attrs { replace: true } } peers { permanent_uuid: "c5f707dd947a4e57bbc64d94e1d4902f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37857 } } peers { permanent_uuid: "ac5b7fd939514d9aa37ed41ad651476d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43729 } attrs { promote: false } } } }
I20260608 12:42:14.674604   431 raft_consensus.cc:2917] T 05491c5462f842b3a51c3cd4bdd27add P ac5b7fd939514d9aa37ed41ad651476d [term 1 FOLLOWER]: Aborting config change with OpId 1.18: Aborted: Op aborted
I20260608 12:42:14.674997   431 raft_consensus.cc:2889] T 05491c5462f842b3a51c3cd4bdd27add P ac5b7fd939514d9aa37ed41ad651476d [term 1 LEARNER]: CHANGE_CONFIG_OP replication failed: Aborted: Op aborted
I20260608 12:42:14.675333   431 raft_consensus.cc:2272] T 05491c5462f842b3a51c3cd4bdd27add P ac5b7fd939514d9aa37ed41ad651476d [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:42:14.704039   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:42:14.723348   431 master.cc:562] Master@127.0.107.254:38003 shutting down...
W20260608 12:42:14.751127  9908 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:42:14.751418  9908 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:42:14.751675  9908 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:42:14.753540   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 1e67ff997fc74989b09beb036c56ff19 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:14.754101   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 1e67ff997fc74989b09beb036c56ff19 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:14.754400   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 1e67ff997fc74989b09beb036c56ff19: stopping tablet replica
I20260608 12:42:14.777518   431 master.cc:584] Master@127.0.107.254:38003 shutdown complete.
[       OK ] AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash (8271 ms)
[ RUN      ] AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale
I20260608 12:42:14.837345   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:39467
I20260608 12:42:14.838503   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:14.844122 10453 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:14.844276 10454 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:14.846566 10456 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:14.847333   431 server_base.cc:1061] running on GCE node
I20260608 12:42:14.848198   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:14.848400   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.
I20260608 12:42:14.848582   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922534848548 us; error 0 us; skew 500 ppm
I20260608 12:42:14.849198   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:14.851789   431 webserver.cc:533] Webserver started at http://127.0.107.254:33877/ using document root <none> and password file <none>
I20260608 12:42:14.852310   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:14.852502   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:14.852788   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:14.853963   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922302632525-431-0/minicluster-data/master-0-root/instance:
uuid: "b54bc71a9ea94767bb29ce030fa269e4"
format_stamp: "Formatted at 2026-06-08 12:42:14 on dist-test-slave-g6ln"
I20260608 12:42:14.858501   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.002s
I20260608 12:42:14.861939 10461 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:14.862684   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260608 12:42:14.862984   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922302632525-431-0/minicluster-data/master-0-root
uuid: "b54bc71a9ea94767bb29ce030fa269e4"
format_stamp: "Formatted at 2026-06-08 12:42:14 on dist-test-slave-g6ln"
I20260608 12:42:14.863274   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922302632525-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922302632525-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922302632525-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)
I20260608 12:42:14.881963   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:14.883209   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:14.922480   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:39467
I20260608 12:42:14.922605 10512 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:39467 every 8 connection(s)
I20260608 12:42:14.926757 10513 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:14.937857 10513 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b54bc71a9ea94767bb29ce030fa269e4: Bootstrap starting.
I20260608 12:42:14.942857 10513 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b54bc71a9ea94767bb29ce030fa269e4: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:14.947314 10513 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b54bc71a9ea94767bb29ce030fa269e4: No bootstrap required, opened a new log
I20260608 12:42:14.949640 10513 raft_consensus.cc:359] T 00000000000000000000000000000000 P b54bc71a9ea94767bb29ce030fa269e4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b54bc71a9ea94767bb29ce030fa269e4" member_type: VOTER }
I20260608 12:42:14.950048 10513 raft_consensus.cc:385] T 00000000000000000000000000000000 P b54bc71a9ea94767bb29ce030fa269e4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:14.950276 10513 raft_consensus.cc:740] T 00000000000000000000000000000000 P b54bc71a9ea94767bb29ce030fa269e4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b54bc71a9ea94767bb29ce030fa269e4, State: Initialized, Role: FOLLOWER
I20260608 12:42:14.950955 10513 consensus_queue.cc:260] T 00000000000000000000000000000000 P b54bc71a9ea94767bb29ce030fa269e4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "b54bc71a9ea94767bb29ce030fa269e4" member_type: VOTER }
I20260608 12:42:14.951435 10513 raft_consensus.cc:399] T 00000000000000000000000000000000 P b54bc71a9ea94767bb29ce030fa269e4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:14.951671 10513 raft_consensus.cc:493] T 00000000000000000000000000000000 P b54bc71a9ea94767bb29ce030fa269e4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:14.951972 10513 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b54bc71a9ea94767bb29ce030fa269e4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:14.956780 10513 raft_consensus.cc:515] T 00000000000000000000000000000000 P b54bc71a9ea94767bb29ce030fa269e4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b54bc71a9ea94767bb29ce030fa269e4" member_type: VOTER }
I20260608 12:42:14.957358 10513 leader_election.cc:304] T 00000000000000000000000000000000 P b54bc71a9ea94767bb29ce030fa269e4 [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: b54bc71a9ea94767bb29ce030fa269e4; no voters: 
I20260608 12:42:14.958509 10513 leader_election.cc:290] T 00000000000000000000000000000000 P b54bc71a9ea94767bb29ce030fa269e4 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:14.959050 10516 raft_consensus.cc:2804] T 00000000000000000000000000000000 P b54bc71a9ea94767bb29ce030fa269e4 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:14.960561 10516 raft_consensus.cc:697] T 00000000000000000000000000000000 P b54bc71a9ea94767bb29ce030fa269e4 [term 1 LEADER]: Becoming Leader. State: Replica: b54bc71a9ea94767bb29ce030fa269e4, State: Running, Role: LEADER
I20260608 12:42:14.961308 10516 consensus_queue.cc:237] T 00000000000000000000000000000000 P b54bc71a9ea94767bb29ce030fa269e4 [LEADER]: Queue going to LEADER mode. State: All 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: "b54bc71a9ea94767bb29ce030fa269e4" member_type: VOTER }
I20260608 12:42:14.961736 10513 sys_catalog.cc:565] T 00000000000000000000000000000000 P b54bc71a9ea94767bb29ce030fa269e4 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:42:14.968422 10517 sys_catalog.cc:455] T 00000000000000000000000000000000 P b54bc71a9ea94767bb29ce030fa269e4 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "b54bc71a9ea94767bb29ce030fa269e4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b54bc71a9ea94767bb29ce030fa269e4" member_type: VOTER } }
I20260608 12:42:14.968549 10518 sys_catalog.cc:455] T 00000000000000000000000000000000 P b54bc71a9ea94767bb29ce030fa269e4 [sys.catalog]: SysCatalogTable state changed. Reason: New leader b54bc71a9ea94767bb29ce030fa269e4. Latest consensus state: current_term: 1 leader_uuid: "b54bc71a9ea94767bb29ce030fa269e4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b54bc71a9ea94767bb29ce030fa269e4" member_type: VOTER } }
I20260608 12:42:14.969239 10517 sys_catalog.cc:458] T 00000000000000000000000000000000 P b54bc71a9ea94767bb29ce030fa269e4 [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:14.969305 10518 sys_catalog.cc:458] T 00000000000000000000000000000000 P b54bc71a9ea94767bb29ce030fa269e4 [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:14.971436 10525 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:42:14.979584 10525 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:42:14.980664   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:42:14.989176 10525 catalog_manager.cc:1382] Generated new cluster ID: 728942210b294902af0a0f861d897af8
I20260608 12:42:14.989496 10525 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:42:15.028447 10525 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:42:15.029772 10525 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:42:15.045966 10525 catalog_manager.cc:6069] T 00000000000000000000000000000000 P b54bc71a9ea94767bb29ce030fa269e4: Generated new TSK 0
I20260608 12:42:15.046625 10525 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:42:15.111528   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:15.118127 10534 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:15.119163 10535 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:15.120822 10537 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:15.121464   431 server_base.cc:1061] running on GCE node
I20260608 12:42:15.122386   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:15.122614   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.
I20260608 12:42:15.122792   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922535122768 us; error 0 us; skew 500 ppm
I20260608 12:42:15.123386   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:15.126288   431 webserver.cc:533] Webserver started at http://127.0.107.193:41075/ using document root <none> and password file <none>
I20260608 12:42:15.126847   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:15.127063   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:15.127355   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:15.128571   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922302632525-431-0/minicluster-data/ts-0-root/instance:
uuid: "a8a713e6e46a452da0bf158cd84b88a0"
format_stamp: "Formatted at 2026-06-08 12:42:15 on dist-test-slave-g6ln"
I20260608 12:42:15.133261   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:42:15.136684 10542 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:15.137635   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:42:15.138118   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922302632525-431-0/minicluster-data/ts-0-root
uuid: "a8a713e6e46a452da0bf158cd84b88a0"
format_stamp: "Formatted at 2026-06-08 12:42:15 on dist-test-slave-g6ln"
I20260608 12:42:15.138509   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922302632525-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922302632525-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922302632525-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)
I20260608 12:42:15.168975   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:15.170151   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:15.171702   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:15.174238   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:15.174417   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:15.174696   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:15.174870   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:15.217274   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:45521
I20260608 12:42:15.217403 10604 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:45521 every 8 connection(s)
I20260608 12:42:15.222759   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:15.230979 10609 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:15.232120 10610 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:15.234558 10612 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:15.236405   431 server_base.cc:1061] running on GCE node
I20260608 12:42:15.237411 10605 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39467
I20260608 12:42:15.237807 10605 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:15.238461   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:42:15.238569 10605 heartbeater.cc:507] Master 127.0.107.254:39467 requested a full tablet report, sending...
W20260608 12:42:15.238766   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.
I20260608 12:42:15.239055   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922535239039 us; error 0 us; skew 500 ppm
I20260608 12:42:15.239790   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:15.241207 10478 ts_manager.cc:194] Registered new tserver with Master: a8a713e6e46a452da0bf158cd84b88a0 (127.0.107.193:45521)
I20260608 12:42:15.242945   431 webserver.cc:533] Webserver started at http://127.0.107.194:37675/ using document root <none> and password file <none>
I20260608 12:42:15.243160 10478 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51076
I20260608 12:42:15.243577   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:15.243853   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:15.244124   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:15.245666   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922302632525-431-0/minicluster-data/ts-1-root/instance:
uuid: "4b7fb8496088430bb101eb77a290b571"
format_stamp: "Formatted at 2026-06-08 12:42:15 on dist-test-slave-g6ln"
I20260608 12:42:15.250444   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:42:15.254297 10617 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:15.255143   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:42:15.255496   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922302632525-431-0/minicluster-data/ts-1-root
uuid: "4b7fb8496088430bb101eb77a290b571"
format_stamp: "Formatted at 2026-06-08 12:42:15 on dist-test-slave-g6ln"
I20260608 12:42:15.255761   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922302632525-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922302632525-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922302632525-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)
I20260608 12:42:15.282054   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:15.283246   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:15.284819   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:15.287175   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:15.287403   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:15.287674   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:15.287850   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:15.328408   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:41411
I20260608 12:42:15.328570 10679 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:41411 every 8 connection(s)
I20260608 12:42:15.333568   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:15.341722 10683 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:15.342677 10684 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:15.344904 10686 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:15.345458   431 server_base.cc:1061] running on GCE node
I20260608 12:42:15.346510   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:15.346830   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.
I20260608 12:42:15.346748 10680 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39467
I20260608 12:42:15.347247   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922535347207 us; error 0 us; skew 500 ppm
I20260608 12:42:15.347463 10680 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:15.348070   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:15.348403 10680 heartbeater.cc:507] Master 127.0.107.254:39467 requested a full tablet report, sending...
I20260608 12:42:15.350647 10478 ts_manager.cc:194] Registered new tserver with Master: 4b7fb8496088430bb101eb77a290b571 (127.0.107.194:41411)
I20260608 12:42:15.351126   431 webserver.cc:533] Webserver started at http://127.0.107.195:37713/ using document root <none> and password file <none>
I20260608 12:42:15.351742   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:15.351927   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:15.352223   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:15.352458 10478 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51086
I20260608 12:42:15.353566   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922302632525-431-0/minicluster-data/ts-2-root/instance:
uuid: "9e9359c503e04cf5a67d619f2d923fa0"
format_stamp: "Formatted at 2026-06-08 12:42:15 on dist-test-slave-g6ln"
I20260608 12:42:15.358448   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.001s
I20260608 12:42:15.362505 10691 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:15.363473   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:42:15.363850   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922302632525-431-0/minicluster-data/ts-2-root
uuid: "9e9359c503e04cf5a67d619f2d923fa0"
format_stamp: "Formatted at 2026-06-08 12:42:15 on dist-test-slave-g6ln"
I20260608 12:42:15.364291   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922302632525-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922302632525-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922302632525-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)
I20260608 12:42:15.379376   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:15.380738   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:15.382324   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:15.384927   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:15.385190   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:15.385460   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:15.385664   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:15.429203   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:36353
I20260608 12:42:15.429348 10753 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:36353 every 8 connection(s)
I20260608 12:42:15.444657 10754 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39467
I20260608 12:42:15.445151 10754 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:15.445891 10754 heartbeater.cc:507] Master 127.0.107.254:39467 requested a full tablet report, sending...
I20260608 12:42:15.448068 10478 ts_manager.cc:194] Registered new tserver with Master: 9e9359c503e04cf5a67d619f2d923fa0 (127.0.107.195:36353)
I20260608 12:42:15.448597   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015790517s
I20260608 12:42:15.449484 10478 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51100
I20260608 12:42:15.474756 10478 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:51108:
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"
    }
  }
}
W20260608 12:42:15.476848 10478 catalog_manager.cc:7076] 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.
I20260608 12:42:15.520576 10645 tablet_service.cc:1511] Processing CreateTablet for tablet 6d0f53caa2c84896af638a8124714b9b (DEFAULT_TABLE table=test-workload [id=6bbd826e1392495d9810511698531991]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:42:15.522074 10645 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6d0f53caa2c84896af638a8124714b9b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:15.528585 10570 tablet_service.cc:1511] Processing CreateTablet for tablet 6d0f53caa2c84896af638a8124714b9b (DEFAULT_TABLE table=test-workload [id=6bbd826e1392495d9810511698531991]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:42:15.530050 10570 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6d0f53caa2c84896af638a8124714b9b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:15.530332 10719 tablet_service.cc:1511] Processing CreateTablet for tablet 6d0f53caa2c84896af638a8124714b9b (DEFAULT_TABLE table=test-workload [id=6bbd826e1392495d9810511698531991]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:42:15.531805 10719 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6d0f53caa2c84896af638a8124714b9b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:15.544112 10769 tablet_bootstrap.cc:492] T 6d0f53caa2c84896af638a8124714b9b P 4b7fb8496088430bb101eb77a290b571: Bootstrap starting.
I20260608 12:42:15.548234 10770 tablet_bootstrap.cc:492] T 6d0f53caa2c84896af638a8124714b9b P 9e9359c503e04cf5a67d619f2d923fa0: Bootstrap starting.
I20260608 12:42:15.550567 10771 tablet_bootstrap.cc:492] T 6d0f53caa2c84896af638a8124714b9b P a8a713e6e46a452da0bf158cd84b88a0: Bootstrap starting.
I20260608 12:42:15.553900 10769 tablet_bootstrap.cc:654] T 6d0f53caa2c84896af638a8124714b9b P 4b7fb8496088430bb101eb77a290b571: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:15.556043 10770 tablet_bootstrap.cc:654] T 6d0f53caa2c84896af638a8124714b9b P 9e9359c503e04cf5a67d619f2d923fa0: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:15.557946 10771 tablet_bootstrap.cc:654] T 6d0f53caa2c84896af638a8124714b9b P a8a713e6e46a452da0bf158cd84b88a0: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:15.564180 10769 tablet_bootstrap.cc:492] T 6d0f53caa2c84896af638a8124714b9b P 4b7fb8496088430bb101eb77a290b571: No bootstrap required, opened a new log
I20260608 12:42:15.565235 10769 ts_tablet_manager.cc:1403] T 6d0f53caa2c84896af638a8124714b9b P 4b7fb8496088430bb101eb77a290b571: Time spent bootstrapping tablet: real 0.021s	user 0.009s	sys 0.006s
I20260608 12:42:15.566378 10770 tablet_bootstrap.cc:492] T 6d0f53caa2c84896af638a8124714b9b P 9e9359c503e04cf5a67d619f2d923fa0: No bootstrap required, opened a new log
I20260608 12:42:15.566965 10770 ts_tablet_manager.cc:1403] T 6d0f53caa2c84896af638a8124714b9b P 9e9359c503e04cf5a67d619f2d923fa0: Time spent bootstrapping tablet: real 0.019s	user 0.009s	sys 0.008s
I20260608 12:42:15.568434 10769 raft_consensus.cc:359] T 6d0f53caa2c84896af638a8124714b9b P 4b7fb8496088430bb101eb77a290b571 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b7fb8496088430bb101eb77a290b571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41411 } } peers { permanent_uuid: "a8a713e6e46a452da0bf158cd84b88a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45521 } } peers { permanent_uuid: "9e9359c503e04cf5a67d619f2d923fa0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36353 } }
I20260608 12:42:15.569358 10769 raft_consensus.cc:385] T 6d0f53caa2c84896af638a8124714b9b P 4b7fb8496088430bb101eb77a290b571 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:15.569667 10769 raft_consensus.cc:740] T 6d0f53caa2c84896af638a8124714b9b P 4b7fb8496088430bb101eb77a290b571 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4b7fb8496088430bb101eb77a290b571, State: Initialized, Role: FOLLOWER
I20260608 12:42:15.570968 10771 tablet_bootstrap.cc:492] T 6d0f53caa2c84896af638a8124714b9b P a8a713e6e46a452da0bf158cd84b88a0: No bootstrap required, opened a new log
I20260608 12:42:15.570420 10770 raft_consensus.cc:359] T 6d0f53caa2c84896af638a8124714b9b P 9e9359c503e04cf5a67d619f2d923fa0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b7fb8496088430bb101eb77a290b571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41411 } } peers { permanent_uuid: "a8a713e6e46a452da0bf158cd84b88a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45521 } } peers { permanent_uuid: "9e9359c503e04cf5a67d619f2d923fa0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36353 } }
I20260608 12:42:15.570478 10769 consensus_queue.cc:260] T 6d0f53caa2c84896af638a8124714b9b P 4b7fb8496088430bb101eb77a290b571 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b7fb8496088430bb101eb77a290b571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41411 } } peers { permanent_uuid: "a8a713e6e46a452da0bf158cd84b88a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45521 } } peers { permanent_uuid: "9e9359c503e04cf5a67d619f2d923fa0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36353 } }
I20260608 12:42:15.571653 10770 raft_consensus.cc:385] T 6d0f53caa2c84896af638a8124714b9b P 9e9359c503e04cf5a67d619f2d923fa0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:15.571760 10771 ts_tablet_manager.cc:1403] T 6d0f53caa2c84896af638a8124714b9b P a8a713e6e46a452da0bf158cd84b88a0: Time spent bootstrapping tablet: real 0.022s	user 0.006s	sys 0.010s
I20260608 12:42:15.572141 10770 raft_consensus.cc:740] T 6d0f53caa2c84896af638a8124714b9b P 9e9359c503e04cf5a67d619f2d923fa0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e9359c503e04cf5a67d619f2d923fa0, State: Initialized, Role: FOLLOWER
I20260608 12:42:15.573475 10770 consensus_queue.cc:260] T 6d0f53caa2c84896af638a8124714b9b P 9e9359c503e04cf5a67d619f2d923fa0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b7fb8496088430bb101eb77a290b571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41411 } } peers { permanent_uuid: "a8a713e6e46a452da0bf158cd84b88a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45521 } } peers { permanent_uuid: "9e9359c503e04cf5a67d619f2d923fa0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36353 } }
I20260608 12:42:15.575482 10771 raft_consensus.cc:359] T 6d0f53caa2c84896af638a8124714b9b P a8a713e6e46a452da0bf158cd84b88a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b7fb8496088430bb101eb77a290b571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41411 } } peers { permanent_uuid: "a8a713e6e46a452da0bf158cd84b88a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45521 } } peers { permanent_uuid: "9e9359c503e04cf5a67d619f2d923fa0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36353 } }
I20260608 12:42:15.576418 10771 raft_consensus.cc:385] T 6d0f53caa2c84896af638a8124714b9b P a8a713e6e46a452da0bf158cd84b88a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:15.576741 10754 heartbeater.cc:499] Master 127.0.107.254:39467 was elected leader, sending a full tablet report...
I20260608 12:42:15.577732 10770 ts_tablet_manager.cc:1434] T 6d0f53caa2c84896af638a8124714b9b P 9e9359c503e04cf5a67d619f2d923fa0: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.003s
I20260608 12:42:15.576757 10771 raft_consensus.cc:740] T 6d0f53caa2c84896af638a8124714b9b P a8a713e6e46a452da0bf158cd84b88a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8a713e6e46a452da0bf158cd84b88a0, State: Initialized, Role: FOLLOWER
I20260608 12:42:15.578724 10680 heartbeater.cc:499] Master 127.0.107.254:39467 was elected leader, sending a full tablet report...
I20260608 12:42:15.579015 10769 ts_tablet_manager.cc:1434] T 6d0f53caa2c84896af638a8124714b9b P 4b7fb8496088430bb101eb77a290b571: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.006s
I20260608 12:42:15.578956 10771 consensus_queue.cc:260] T 6d0f53caa2c84896af638a8124714b9b P a8a713e6e46a452da0bf158cd84b88a0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b7fb8496088430bb101eb77a290b571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41411 } } peers { permanent_uuid: "a8a713e6e46a452da0bf158cd84b88a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45521 } } peers { permanent_uuid: "9e9359c503e04cf5a67d619f2d923fa0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36353 } }
I20260608 12:42:15.583577 10605 heartbeater.cc:499] Master 127.0.107.254:39467 was elected leader, sending a full tablet report...
I20260608 12:42:15.584935 10771 ts_tablet_manager.cc:1434] T 6d0f53caa2c84896af638a8124714b9b P a8a713e6e46a452da0bf158cd84b88a0: Time spent starting tablet: real 0.013s	user 0.008s	sys 0.001s
I20260608 12:42:15.653352 10777 raft_consensus.cc:493] T 6d0f53caa2c84896af638a8124714b9b P a8a713e6e46a452da0bf158cd84b88a0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:15.653855 10777 raft_consensus.cc:515] T 6d0f53caa2c84896af638a8124714b9b P a8a713e6e46a452da0bf158cd84b88a0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b7fb8496088430bb101eb77a290b571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41411 } } peers { permanent_uuid: "a8a713e6e46a452da0bf158cd84b88a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45521 } } peers { permanent_uuid: "9e9359c503e04cf5a67d619f2d923fa0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36353 } }
I20260608 12:42:15.656327 10777 leader_election.cc:290] T 6d0f53caa2c84896af638a8124714b9b P a8a713e6e46a452da0bf158cd84b88a0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4b7fb8496088430bb101eb77a290b571 (127.0.107.194:41411), 9e9359c503e04cf5a67d619f2d923fa0 (127.0.107.195:36353)
I20260608 12:42:15.666044 10655 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6d0f53caa2c84896af638a8124714b9b" candidate_uuid: "a8a713e6e46a452da0bf158cd84b88a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4b7fb8496088430bb101eb77a290b571" is_pre_election: true
I20260608 12:42:15.666955 10655 raft_consensus.cc:2468] T 6d0f53caa2c84896af638a8124714b9b P 4b7fb8496088430bb101eb77a290b571 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a8a713e6e46a452da0bf158cd84b88a0 in term 0.
I20260608 12:42:15.668067 10729 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6d0f53caa2c84896af638a8124714b9b" candidate_uuid: "a8a713e6e46a452da0bf158cd84b88a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e9359c503e04cf5a67d619f2d923fa0" is_pre_election: true
I20260608 12:42:15.668349 10546 leader_election.cc:304] T 6d0f53caa2c84896af638a8124714b9b P a8a713e6e46a452da0bf158cd84b88a0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4b7fb8496088430bb101eb77a290b571, a8a713e6e46a452da0bf158cd84b88a0; no voters: 
I20260608 12:42:15.668669 10729 raft_consensus.cc:2468] T 6d0f53caa2c84896af638a8124714b9b P 9e9359c503e04cf5a67d619f2d923fa0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a8a713e6e46a452da0bf158cd84b88a0 in term 0.
I20260608 12:42:15.669250 10777 raft_consensus.cc:2804] T 6d0f53caa2c84896af638a8124714b9b P a8a713e6e46a452da0bf158cd84b88a0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:15.669624 10777 raft_consensus.cc:493] T 6d0f53caa2c84896af638a8124714b9b P a8a713e6e46a452da0bf158cd84b88a0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:15.669978 10777 raft_consensus.cc:3060] T 6d0f53caa2c84896af638a8124714b9b P a8a713e6e46a452da0bf158cd84b88a0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:15.675343 10777 raft_consensus.cc:515] T 6d0f53caa2c84896af638a8124714b9b P a8a713e6e46a452da0bf158cd84b88a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b7fb8496088430bb101eb77a290b571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41411 } } peers { permanent_uuid: "a8a713e6e46a452da0bf158cd84b88a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45521 } } peers { permanent_uuid: "9e9359c503e04cf5a67d619f2d923fa0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36353 } }
I20260608 12:42:15.677008 10777 leader_election.cc:290] T 6d0f53caa2c84896af638a8124714b9b P a8a713e6e46a452da0bf158cd84b88a0 [CANDIDATE]: Term 1 election: Requested vote from peers 4b7fb8496088430bb101eb77a290b571 (127.0.107.194:41411), 9e9359c503e04cf5a67d619f2d923fa0 (127.0.107.195:36353)
I20260608 12:42:15.677948 10655 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6d0f53caa2c84896af638a8124714b9b" candidate_uuid: "a8a713e6e46a452da0bf158cd84b88a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4b7fb8496088430bb101eb77a290b571"
I20260608 12:42:15.678063 10729 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6d0f53caa2c84896af638a8124714b9b" candidate_uuid: "a8a713e6e46a452da0bf158cd84b88a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e9359c503e04cf5a67d619f2d923fa0"
I20260608 12:42:15.678766 10655 raft_consensus.cc:3060] T 6d0f53caa2c84896af638a8124714b9b P 4b7fb8496088430bb101eb77a290b571 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:15.678817 10729 raft_consensus.cc:3060] T 6d0f53caa2c84896af638a8124714b9b P 9e9359c503e04cf5a67d619f2d923fa0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:15.686620 10729 raft_consensus.cc:2468] T 6d0f53caa2c84896af638a8124714b9b P 9e9359c503e04cf5a67d619f2d923fa0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a8a713e6e46a452da0bf158cd84b88a0 in term 1.
I20260608 12:42:15.686614 10655 raft_consensus.cc:2468] T 6d0f53caa2c84896af638a8124714b9b P 4b7fb8496088430bb101eb77a290b571 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a8a713e6e46a452da0bf158cd84b88a0 in term 1.
I20260608 12:42:15.688238 10543 leader_election.cc:304] T 6d0f53caa2c84896af638a8124714b9b P a8a713e6e46a452da0bf158cd84b88a0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9e9359c503e04cf5a67d619f2d923fa0, a8a713e6e46a452da0bf158cd84b88a0; no voters: 
I20260608 12:42:15.688997 10777 raft_consensus.cc:2804] T 6d0f53caa2c84896af638a8124714b9b P a8a713e6e46a452da0bf158cd84b88a0 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:15.690251 10777 raft_consensus.cc:697] T 6d0f53caa2c84896af638a8124714b9b P a8a713e6e46a452da0bf158cd84b88a0 [term 1 LEADER]: Becoming Leader. State: Replica: a8a713e6e46a452da0bf158cd84b88a0, State: Running, Role: LEADER
I20260608 12:42:15.690976 10777 consensus_queue.cc:237] T 6d0f53caa2c84896af638a8124714b9b P a8a713e6e46a452da0bf158cd84b88a0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b7fb8496088430bb101eb77a290b571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41411 } } peers { permanent_uuid: "a8a713e6e46a452da0bf158cd84b88a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45521 } } peers { permanent_uuid: "9e9359c503e04cf5a67d619f2d923fa0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36353 } }
I20260608 12:42:15.698256 10478 catalog_manager.cc:5696] T 6d0f53caa2c84896af638a8124714b9b P a8a713e6e46a452da0bf158cd84b88a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to a8a713e6e46a452da0bf158cd84b88a0 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "a8a713e6e46a452da0bf158cd84b88a0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b7fb8496088430bb101eb77a290b571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41411 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a8a713e6e46a452da0bf158cd84b88a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45521 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9e9359c503e04cf5a67d619f2d923fa0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36353 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:15.724961   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:42:15.743683   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:15.744740   431 tablet_replica.cc:333] T 6d0f53caa2c84896af638a8124714b9b P a8a713e6e46a452da0bf158cd84b88a0: stopping tablet replica
I20260608 12:42:15.745350   431 raft_consensus.cc:2243] T 6d0f53caa2c84896af638a8124714b9b P a8a713e6e46a452da0bf158cd84b88a0 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:15.746048   431 pending_rounds.cc:70] T 6d0f53caa2c84896af638a8124714b9b P a8a713e6e46a452da0bf158cd84b88a0: Trying to abort 1 pending ops.
I20260608 12:42:15.746279   431 pending_rounds.cc:77] T 6d0f53caa2c84896af638a8124714b9b P a8a713e6e46a452da0bf158cd84b88a0: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658706197524480 op_type: NO_OP noop_request { }
I20260608 12:42:15.746560   431 raft_consensus.cc:2889] T 6d0f53caa2c84896af638a8124714b9b P a8a713e6e46a452da0bf158cd84b88a0 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:42:15.746873   431 raft_consensus.cc:2272] T 6d0f53caa2c84896af638a8124714b9b P a8a713e6e46a452da0bf158cd84b88a0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:15.757778   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:42:15.767267   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:42:15.787204   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:15.788090   431 tablet_replica.cc:333] T 6d0f53caa2c84896af638a8124714b9b P 4b7fb8496088430bb101eb77a290b571: stopping tablet replica
I20260608 12:42:15.788679   431 raft_consensus.cc:2243] T 6d0f53caa2c84896af638a8124714b9b P 4b7fb8496088430bb101eb77a290b571 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:15.789116   431 raft_consensus.cc:2272] T 6d0f53caa2c84896af638a8124714b9b P 4b7fb8496088430bb101eb77a290b571 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:15.809298   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:42:15.818804   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:42:15.836078   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:15.836982   431 tablet_replica.cc:333] T 6d0f53caa2c84896af638a8124714b9b P 9e9359c503e04cf5a67d619f2d923fa0: stopping tablet replica
I20260608 12:42:15.837563   431 raft_consensus.cc:2243] T 6d0f53caa2c84896af638a8124714b9b P 9e9359c503e04cf5a67d619f2d923fa0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:15.837967   431 raft_consensus.cc:2272] T 6d0f53caa2c84896af638a8124714b9b P 9e9359c503e04cf5a67d619f2d923fa0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:15.857123   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:42:15.866539   431 master.cc:562] Master@127.0.107.254:39467 shutting down...
I20260608 12:42:15.881043   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P b54bc71a9ea94767bb29ce030fa269e4 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:15.881552   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P b54bc71a9ea94767bb29ce030fa269e4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:15.881816   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P b54bc71a9ea94767bb29ce030fa269e4: stopping tablet replica
I20260608 12:42:15.903654   431 master.cc:584] Master@127.0.107.254:39467 shutdown complete.
[       OK ] AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale (1101 ms)
[ RUN      ] AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully
I20260608 12:42:15.938339   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:45311
I20260608 12:42:15.939627   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:15.945216 10782 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:15.945266 10781 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:15.947083 10784 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:15.947814   431 server_base.cc:1061] running on GCE node
I20260608 12:42:15.948585   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:15.948817   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.
I20260608 12:42:15.948984   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922535948961 us; error 0 us; skew 500 ppm
I20260608 12:42:15.949563   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:15.951926   431 webserver.cc:533] Webserver started at http://127.0.107.254:43531/ using document root <none> and password file <none>
I20260608 12:42:15.952456   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:15.952662   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:15.952946   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:15.954120   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922302632525-431-0/minicluster-data/master-0-root/instance:
uuid: "adc74a284af1435497565c848d15d71f"
format_stamp: "Formatted at 2026-06-08 12:42:15 on dist-test-slave-g6ln"
I20260608 12:42:15.958719   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.003s
I20260608 12:42:15.962301 10789 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:15.963210   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:42:15.963562   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922302632525-431-0/minicluster-data/master-0-root
uuid: "adc74a284af1435497565c848d15d71f"
format_stamp: "Formatted at 2026-06-08 12:42:15 on dist-test-slave-g6ln"
I20260608 12:42:15.964159   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922302632525-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922302632525-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922302632525-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)
I20260608 12:42:15.998878   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:15.999946   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:16.037739   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:45311
I20260608 12:42:16.037859 10840 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:45311 every 8 connection(s)
I20260608 12:42:16.042308 10841 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:16.056597 10841 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P adc74a284af1435497565c848d15d71f: Bootstrap starting.
I20260608 12:42:16.061774 10841 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P adc74a284af1435497565c848d15d71f: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:16.066987 10841 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P adc74a284af1435497565c848d15d71f: No bootstrap required, opened a new log
I20260608 12:42:16.069404 10841 raft_consensus.cc:359] T 00000000000000000000000000000000 P adc74a284af1435497565c848d15d71f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "adc74a284af1435497565c848d15d71f" member_type: VOTER }
I20260608 12:42:16.069823 10841 raft_consensus.cc:385] T 00000000000000000000000000000000 P adc74a284af1435497565c848d15d71f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:16.070051 10841 raft_consensus.cc:740] T 00000000000000000000000000000000 P adc74a284af1435497565c848d15d71f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: adc74a284af1435497565c848d15d71f, State: Initialized, Role: FOLLOWER
I20260608 12:42:16.070775 10841 consensus_queue.cc:260] T 00000000000000000000000000000000 P adc74a284af1435497565c848d15d71f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "adc74a284af1435497565c848d15d71f" member_type: VOTER }
I20260608 12:42:16.071254 10841 raft_consensus.cc:399] T 00000000000000000000000000000000 P adc74a284af1435497565c848d15d71f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:16.071509 10841 raft_consensus.cc:493] T 00000000000000000000000000000000 P adc74a284af1435497565c848d15d71f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:16.071808 10841 raft_consensus.cc:3060] T 00000000000000000000000000000000 P adc74a284af1435497565c848d15d71f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:16.077343 10841 raft_consensus.cc:515] T 00000000000000000000000000000000 P adc74a284af1435497565c848d15d71f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "adc74a284af1435497565c848d15d71f" member_type: VOTER }
I20260608 12:42:16.078070 10841 leader_election.cc:304] T 00000000000000000000000000000000 P adc74a284af1435497565c848d15d71f [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: adc74a284af1435497565c848d15d71f; no voters: 
I20260608 12:42:16.079586 10841 leader_election.cc:290] T 00000000000000000000000000000000 P adc74a284af1435497565c848d15d71f [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:16.080003 10844 raft_consensus.cc:2804] T 00000000000000000000000000000000 P adc74a284af1435497565c848d15d71f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:16.081595 10844 raft_consensus.cc:697] T 00000000000000000000000000000000 P adc74a284af1435497565c848d15d71f [term 1 LEADER]: Becoming Leader. State: Replica: adc74a284af1435497565c848d15d71f, State: Running, Role: LEADER
I20260608 12:42:16.082235 10844 consensus_queue.cc:237] T 00000000000000000000000000000000 P adc74a284af1435497565c848d15d71f [LEADER]: Queue going to LEADER mode. State: All 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: "adc74a284af1435497565c848d15d71f" member_type: VOTER }
I20260608 12:42:16.082715 10841 sys_catalog.cc:565] T 00000000000000000000000000000000 P adc74a284af1435497565c848d15d71f [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:42:16.085449 10845 sys_catalog.cc:455] T 00000000000000000000000000000000 P adc74a284af1435497565c848d15d71f [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "adc74a284af1435497565c848d15d71f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "adc74a284af1435497565c848d15d71f" member_type: VOTER } }
I20260608 12:42:16.085449 10846 sys_catalog.cc:455] T 00000000000000000000000000000000 P adc74a284af1435497565c848d15d71f [sys.catalog]: SysCatalogTable state changed. Reason: New leader adc74a284af1435497565c848d15d71f. Latest consensus state: current_term: 1 leader_uuid: "adc74a284af1435497565c848d15d71f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "adc74a284af1435497565c848d15d71f" member_type: VOTER } }
I20260608 12:42:16.086270 10845 sys_catalog.cc:458] T 00000000000000000000000000000000 P adc74a284af1435497565c848d15d71f [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:16.086375 10846 sys_catalog.cc:458] T 00000000000000000000000000000000 P adc74a284af1435497565c848d15d71f [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:16.092203 10849 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:42:16.097169 10849 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:42:16.099344   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:42:16.106739 10849 catalog_manager.cc:1382] Generated new cluster ID: 897044f48520480095f487aa866d211b
I20260608 12:42:16.107039 10849 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:42:16.125236 10849 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:42:16.126567 10849 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:42:16.141882 10849 catalog_manager.cc:6069] T 00000000000000000000000000000000 P adc74a284af1435497565c848d15d71f: Generated new TSK 0
I20260608 12:42:16.142544 10849 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:42:16.166314   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:16.172645 10862 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:16.173758 10863 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:16.176438 10865 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:16.177700   431 server_base.cc:1061] running on GCE node
I20260608 12:42:16.178529   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:16.178718   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.
I20260608 12:42:16.178845   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922536178834 us; error 0 us; skew 500 ppm
I20260608 12:42:16.179382   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:16.181785   431 webserver.cc:533] Webserver started at http://127.0.107.193:40851/ using document root <none> and password file <none>
I20260608 12:42:16.182255   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:16.182412   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:16.182619   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:16.183785   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922302632525-431-0/minicluster-data/ts-0-root/instance:
uuid: "fe8ab7b649184a0ca053029de5c3221a"
format_stamp: "Formatted at 2026-06-08 12:42:16 on dist-test-slave-g6ln"
I20260608 12:42:16.188369   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260608 12:42:16.191781 10870 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:16.192541   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:42:16.192858   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922302632525-431-0/minicluster-data/ts-0-root
uuid: "fe8ab7b649184a0ca053029de5c3221a"
format_stamp: "Formatted at 2026-06-08 12:42:16 on dist-test-slave-g6ln"
I20260608 12:42:16.193187   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922302632525-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922302632525-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922302632525-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)
I20260608 12:42:16.216174   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:16.217301   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:16.218775   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:16.221269   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:16.221452   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:16.221792   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:16.221966   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:16.261664   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:44433
I20260608 12:42:16.261842 10932 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:44433 every 8 connection(s)
I20260608 12:42:16.267000   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:16.274693 10937 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:16.277177 10938 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:16.278520 10940 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:16.279065   431 server_base.cc:1061] running on GCE node
I20260608 12:42:16.280390   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:16.280653   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.
I20260608 12:42:16.280866   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922536280846 us; error 0 us; skew 500 ppm
I20260608 12:42:16.281636   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:16.281704 10933 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45311
I20260608 12:42:16.282186 10933 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:16.283114 10933 heartbeater.cc:507] Master 127.0.107.254:45311 requested a full tablet report, sending...
I20260608 12:42:16.284363   431 webserver.cc:533] Webserver started at http://127.0.107.194:33625/ using document root <none> and password file <none>
I20260608 12:42:16.285022   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:16.285248   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:16.285535   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:16.285624 10806 ts_manager.cc:194] Registered new tserver with Master: fe8ab7b649184a0ca053029de5c3221a (127.0.107.193:44433)
I20260608 12:42:16.286708   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922302632525-431-0/minicluster-data/ts-1-root/instance:
uuid: "dd98f21c7f4f438aae9835790668adb7"
format_stamp: "Formatted at 2026-06-08 12:42:16 on dist-test-slave-g6ln"
I20260608 12:42:16.287637 10806 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57860
I20260608 12:42:16.291718   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260608 12:42:16.295949 10945 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:16.296824   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260608 12:42:16.297169   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922302632525-431-0/minicluster-data/ts-1-root
uuid: "dd98f21c7f4f438aae9835790668adb7"
format_stamp: "Formatted at 2026-06-08 12:42:16 on dist-test-slave-g6ln"
I20260608 12:42:16.297439   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922302632525-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922302632525-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922302632525-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)
I20260608 12:42:16.324712   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:16.325924   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:16.327481   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:16.330045   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:16.330300   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:16.330570   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:16.330771   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:16.372823   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:34647
I20260608 12:42:16.372959 11007 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:34647 every 8 connection(s)
I20260608 12:42:16.378310   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:16.386672 11011 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:16.388397 11012 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:16.392277 11008 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45311
I20260608 12:42:16.393030 11008 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:16.394979 11008 heartbeater.cc:507] Master 127.0.107.254:45311 requested a full tablet report, sending...
I20260608 12:42:16.397617 10806 ts_manager.cc:194] Registered new tserver with Master: dd98f21c7f4f438aae9835790668adb7 (127.0.107.194:34647)
W20260608 12:42:16.397958 11014 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:16.398692   431 server_base.cc:1061] running on GCE node
I20260608 12:42:16.400292 10806 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57872
I20260608 12:42:16.401193   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:16.401506   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.
I20260608 12:42:16.401723   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922536401709 us; error 0 us; skew 500 ppm
I20260608 12:42:16.402410   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:16.405067   431 webserver.cc:533] Webserver started at http://127.0.107.195:33579/ using document root <none> and password file <none>
I20260608 12:42:16.405637   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:16.405865   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:16.406167   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:16.407320   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922302632525-431-0/minicluster-data/ts-2-root/instance:
uuid: "e9efb4b4c7ba4d8cab3920369248b89f"
format_stamp: "Formatted at 2026-06-08 12:42:16 on dist-test-slave-g6ln"
I20260608 12:42:16.412359   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:42:16.416127 11019 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:16.417011   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 12:42:16.417330   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922302632525-431-0/minicluster-data/ts-2-root
uuid: "e9efb4b4c7ba4d8cab3920369248b89f"
format_stamp: "Formatted at 2026-06-08 12:42:16 on dist-test-slave-g6ln"
I20260608 12:42:16.417618   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922302632525-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922302632525-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922302632525-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)
I20260608 12:42:16.432830   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:16.433916   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:16.435355   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:16.437671   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:16.437901   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:16.438148   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:16.438328   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:16.479851   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:44067
I20260608 12:42:16.479977 11081 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:44067 every 8 connection(s)
I20260608 12:42:16.485209   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:16.493827 11085 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:16.495957 11086 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:16.498391 11082 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45311
I20260608 12:42:16.498881 11082 heartbeater.cc:461] Registering TS with master...
W20260608 12:42:16.499653 11088 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:16.499998 11082 heartbeater.cc:507] Master 127.0.107.254:45311 requested a full tablet report, sending...
I20260608 12:42:16.500644   431 server_base.cc:1061] running on GCE node
I20260608 12:42:16.501749   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:16.502043   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.
I20260608 12:42:16.502241   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922536502223 us; error 0 us; skew 500 ppm
I20260608 12:42:16.502606 10806 ts_manager.cc:194] Registered new tserver with Master: e9efb4b4c7ba4d8cab3920369248b89f (127.0.107.195:44067)
I20260608 12:42:16.502828   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:16.504573 10806 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57882
I20260608 12:42:16.506037   431 webserver.cc:533] Webserver started at http://127.0.107.196:46421/ using document root <none> and password file <none>
I20260608 12:42:16.506623   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:16.506830   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:16.507123   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:16.508266   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922302632525-431-0/minicluster-data/ts-3-root/instance:
uuid: "822b88ab98bd4067ba740d1551146025"
format_stamp: "Formatted at 2026-06-08 12:42:16 on dist-test-slave-g6ln"
I20260608 12:42:16.512892   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260608 12:42:16.516687 11093 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:16.517508   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:42:16.517867   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922302632525-431-0/minicluster-data/ts-3-root
uuid: "822b88ab98bd4067ba740d1551146025"
format_stamp: "Formatted at 2026-06-08 12:42:16 on dist-test-slave-g6ln"
I20260608 12:42:16.518181   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922302632525-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922302632525-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922302632525-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)
I20260608 12:42:16.557286   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:16.558597   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:16.560174   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:16.562493   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:16.562736   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:16.563004   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:16.563190   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:16.607339   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:37235
I20260608 12:42:16.607717 11155 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:37235 every 8 connection(s)
I20260608 12:42:16.622483 11156 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45311
I20260608 12:42:16.622956 11156 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:16.623842 11156 heartbeater.cc:507] Master 127.0.107.254:45311 requested a full tablet report, sending...
I20260608 12:42:16.625976 10806 ts_manager.cc:194] Registered new tserver with Master: 822b88ab98bd4067ba740d1551146025 (127.0.107.196:37235)
I20260608 12:42:16.627169   431 internal_mini_cluster.cc:371] 4 TS(s) registered with all masters after 0.016256002s
I20260608 12:42:16.627460 10806 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57896
I20260608 12:42:16.653349 10806 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:57908:
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"
    }
  }
}
I20260608 12:42:16.697844 10973 tablet_service.cc:1511] Processing CreateTablet for tablet ef01dadd3b804948b58a60c021738eea (DEFAULT_TABLE table=test-workload [id=e8e9bd93893c45c3af72eadef466e495]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:42:16.699258 10973 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef01dadd3b804948b58a60c021738eea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:16.701548 11121 tablet_service.cc:1511] Processing CreateTablet for tablet ef01dadd3b804948b58a60c021738eea (DEFAULT_TABLE table=test-workload [id=e8e9bd93893c45c3af72eadef466e495]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:42:16.703241 11121 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef01dadd3b804948b58a60c021738eea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:16.704900 10898 tablet_service.cc:1511] Processing CreateTablet for tablet ef01dadd3b804948b58a60c021738eea (DEFAULT_TABLE table=test-workload [id=e8e9bd93893c45c3af72eadef466e495]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:42:16.706560 10898 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef01dadd3b804948b58a60c021738eea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:16.715277 11174 tablet_bootstrap.cc:492] T ef01dadd3b804948b58a60c021738eea P dd98f21c7f4f438aae9835790668adb7: Bootstrap starting.
I20260608 12:42:16.722424 11174 tablet_bootstrap.cc:654] T ef01dadd3b804948b58a60c021738eea P dd98f21c7f4f438aae9835790668adb7: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:16.724361 11175 tablet_bootstrap.cc:492] T ef01dadd3b804948b58a60c021738eea P 822b88ab98bd4067ba740d1551146025: Bootstrap starting.
I20260608 12:42:16.730146 11177 tablet_bootstrap.cc:492] T ef01dadd3b804948b58a60c021738eea P fe8ab7b649184a0ca053029de5c3221a: Bootstrap starting.
I20260608 12:42:16.730543 11174 tablet_bootstrap.cc:492] T ef01dadd3b804948b58a60c021738eea P dd98f21c7f4f438aae9835790668adb7: No bootstrap required, opened a new log
I20260608 12:42:16.731187 11174 ts_tablet_manager.cc:1403] T ef01dadd3b804948b58a60c021738eea P dd98f21c7f4f438aae9835790668adb7: Time spent bootstrapping tablet: real 0.016s	user 0.006s	sys 0.006s
I20260608 12:42:16.733861 11175 tablet_bootstrap.cc:654] T ef01dadd3b804948b58a60c021738eea P 822b88ab98bd4067ba740d1551146025: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:16.734156 11174 raft_consensus.cc:359] T ef01dadd3b804948b58a60c021738eea P dd98f21c7f4f438aae9835790668adb7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd98f21c7f4f438aae9835790668adb7" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34647 } } peers { permanent_uuid: "822b88ab98bd4067ba740d1551146025" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37235 } } peers { permanent_uuid: "fe8ab7b649184a0ca053029de5c3221a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44433 } }
I20260608 12:42:16.734948 11174 raft_consensus.cc:385] T ef01dadd3b804948b58a60c021738eea P dd98f21c7f4f438aae9835790668adb7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:16.735258 11174 raft_consensus.cc:740] T ef01dadd3b804948b58a60c021738eea P dd98f21c7f4f438aae9835790668adb7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dd98f21c7f4f438aae9835790668adb7, State: Initialized, Role: FOLLOWER
I20260608 12:42:16.736179 11174 consensus_queue.cc:260] T ef01dadd3b804948b58a60c021738eea P dd98f21c7f4f438aae9835790668adb7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd98f21c7f4f438aae9835790668adb7" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34647 } } peers { permanent_uuid: "822b88ab98bd4067ba740d1551146025" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37235 } } peers { permanent_uuid: "fe8ab7b649184a0ca053029de5c3221a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44433 } }
I20260608 12:42:16.740115 11177 tablet_bootstrap.cc:654] T ef01dadd3b804948b58a60c021738eea P fe8ab7b649184a0ca053029de5c3221a: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:16.745688 11008 heartbeater.cc:499] Master 127.0.107.254:45311 was elected leader, sending a full tablet report...
I20260608 12:42:16.746268 11174 ts_tablet_manager.cc:1434] T ef01dadd3b804948b58a60c021738eea P dd98f21c7f4f438aae9835790668adb7: Time spent starting tablet: real 0.015s	user 0.003s	sys 0.010s
I20260608 12:42:16.747673 11175 tablet_bootstrap.cc:492] T ef01dadd3b804948b58a60c021738eea P 822b88ab98bd4067ba740d1551146025: No bootstrap required, opened a new log
I20260608 12:42:16.748435 11175 ts_tablet_manager.cc:1403] T ef01dadd3b804948b58a60c021738eea P 822b88ab98bd4067ba740d1551146025: Time spent bootstrapping tablet: real 0.024s	user 0.011s	sys 0.010s
I20260608 12:42:16.750181 11177 tablet_bootstrap.cc:492] T ef01dadd3b804948b58a60c021738eea P fe8ab7b649184a0ca053029de5c3221a: No bootstrap required, opened a new log
I20260608 12:42:16.750782 11177 ts_tablet_manager.cc:1403] T ef01dadd3b804948b58a60c021738eea P fe8ab7b649184a0ca053029de5c3221a: Time spent bootstrapping tablet: real 0.021s	user 0.004s	sys 0.014s
I20260608 12:42:16.752580 11175 raft_consensus.cc:359] T ef01dadd3b804948b58a60c021738eea P 822b88ab98bd4067ba740d1551146025 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd98f21c7f4f438aae9835790668adb7" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34647 } } peers { permanent_uuid: "822b88ab98bd4067ba740d1551146025" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37235 } } peers { permanent_uuid: "fe8ab7b649184a0ca053029de5c3221a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44433 } }
I20260608 12:42:16.753536 11175 raft_consensus.cc:385] T ef01dadd3b804948b58a60c021738eea P 822b88ab98bd4067ba740d1551146025 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:16.753904 11175 raft_consensus.cc:740] T ef01dadd3b804948b58a60c021738eea P 822b88ab98bd4067ba740d1551146025 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 822b88ab98bd4067ba740d1551146025, State: Initialized, Role: FOLLOWER
I20260608 12:42:16.754268 11177 raft_consensus.cc:359] T ef01dadd3b804948b58a60c021738eea P fe8ab7b649184a0ca053029de5c3221a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd98f21c7f4f438aae9835790668adb7" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34647 } } peers { permanent_uuid: "822b88ab98bd4067ba740d1551146025" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37235 } } peers { permanent_uuid: "fe8ab7b649184a0ca053029de5c3221a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44433 } }
I20260608 12:42:16.754992 11177 raft_consensus.cc:385] T ef01dadd3b804948b58a60c021738eea P fe8ab7b649184a0ca053029de5c3221a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:16.755342 11177 raft_consensus.cc:740] T ef01dadd3b804948b58a60c021738eea P fe8ab7b649184a0ca053029de5c3221a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe8ab7b649184a0ca053029de5c3221a, State: Initialized, Role: FOLLOWER
I20260608 12:42:16.754848 11175 consensus_queue.cc:260] T ef01dadd3b804948b58a60c021738eea P 822b88ab98bd4067ba740d1551146025 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd98f21c7f4f438aae9835790668adb7" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34647 } } peers { permanent_uuid: "822b88ab98bd4067ba740d1551146025" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37235 } } peers { permanent_uuid: "fe8ab7b649184a0ca053029de5c3221a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44433 } }
I20260608 12:42:16.756203 11177 consensus_queue.cc:260] T ef01dadd3b804948b58a60c021738eea P fe8ab7b649184a0ca053029de5c3221a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd98f21c7f4f438aae9835790668adb7" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34647 } } peers { permanent_uuid: "822b88ab98bd4067ba740d1551146025" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37235 } } peers { permanent_uuid: "fe8ab7b649184a0ca053029de5c3221a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44433 } }
I20260608 12:42:16.758937 10933 heartbeater.cc:499] Master 127.0.107.254:45311 was elected leader, sending a full tablet report...
I20260608 12:42:16.759591 11177 ts_tablet_manager.cc:1434] T ef01dadd3b804948b58a60c021738eea P fe8ab7b649184a0ca053029de5c3221a: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:42:16.761994 11156 heartbeater.cc:499] Master 127.0.107.254:45311 was elected leader, sending a full tablet report...
I20260608 12:42:16.762701 11175 ts_tablet_manager.cc:1434] T ef01dadd3b804948b58a60c021738eea P 822b88ab98bd4067ba740d1551146025: Time spent starting tablet: real 0.014s	user 0.009s	sys 0.004s
I20260608 12:42:16.783206 11182 raft_consensus.cc:493] T ef01dadd3b804948b58a60c021738eea P 822b88ab98bd4067ba740d1551146025 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:16.783850 11182 raft_consensus.cc:515] T ef01dadd3b804948b58a60c021738eea P 822b88ab98bd4067ba740d1551146025 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd98f21c7f4f438aae9835790668adb7" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34647 } } peers { permanent_uuid: "822b88ab98bd4067ba740d1551146025" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37235 } } peers { permanent_uuid: "fe8ab7b649184a0ca053029de5c3221a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44433 } }
I20260608 12:42:16.787681 11182 leader_election.cc:290] T ef01dadd3b804948b58a60c021738eea P 822b88ab98bd4067ba740d1551146025 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers dd98f21c7f4f438aae9835790668adb7 (127.0.107.194:34647), fe8ab7b649184a0ca053029de5c3221a (127.0.107.193:44433)
I20260608 12:42:16.796169 10983 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef01dadd3b804948b58a60c021738eea" candidate_uuid: "822b88ab98bd4067ba740d1551146025" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dd98f21c7f4f438aae9835790668adb7" is_pre_election: true
I20260608 12:42:16.797058 10983 raft_consensus.cc:2468] T ef01dadd3b804948b58a60c021738eea P dd98f21c7f4f438aae9835790668adb7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 822b88ab98bd4067ba740d1551146025 in term 0.
I20260608 12:42:16.798200 10908 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef01dadd3b804948b58a60c021738eea" candidate_uuid: "822b88ab98bd4067ba740d1551146025" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fe8ab7b649184a0ca053029de5c3221a" is_pre_election: true
I20260608 12:42:16.798596 11094 leader_election.cc:304] T ef01dadd3b804948b58a60c021738eea P 822b88ab98bd4067ba740d1551146025 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 822b88ab98bd4067ba740d1551146025, dd98f21c7f4f438aae9835790668adb7; no voters: 
I20260608 12:42:16.799003 10908 raft_consensus.cc:2468] T ef01dadd3b804948b58a60c021738eea P fe8ab7b649184a0ca053029de5c3221a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 822b88ab98bd4067ba740d1551146025 in term 0.
I20260608 12:42:16.799582 11182 raft_consensus.cc:2804] T ef01dadd3b804948b58a60c021738eea P 822b88ab98bd4067ba740d1551146025 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:16.799986 11182 raft_consensus.cc:493] T ef01dadd3b804948b58a60c021738eea P 822b88ab98bd4067ba740d1551146025 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:16.800343 11182 raft_consensus.cc:3060] T ef01dadd3b804948b58a60c021738eea P 822b88ab98bd4067ba740d1551146025 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:16.805410 11182 raft_consensus.cc:515] T ef01dadd3b804948b58a60c021738eea P 822b88ab98bd4067ba740d1551146025 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd98f21c7f4f438aae9835790668adb7" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34647 } } peers { permanent_uuid: "822b88ab98bd4067ba740d1551146025" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37235 } } peers { permanent_uuid: "fe8ab7b649184a0ca053029de5c3221a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44433 } }
I20260608 12:42:16.807479 11182 leader_election.cc:290] T ef01dadd3b804948b58a60c021738eea P 822b88ab98bd4067ba740d1551146025 [CANDIDATE]: Term 1 election: Requested vote from peers dd98f21c7f4f438aae9835790668adb7 (127.0.107.194:34647), fe8ab7b649184a0ca053029de5c3221a (127.0.107.193:44433)
I20260608 12:42:16.808336 10983 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef01dadd3b804948b58a60c021738eea" candidate_uuid: "822b88ab98bd4067ba740d1551146025" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dd98f21c7f4f438aae9835790668adb7"
I20260608 12:42:16.808657 10908 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef01dadd3b804948b58a60c021738eea" candidate_uuid: "822b88ab98bd4067ba740d1551146025" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fe8ab7b649184a0ca053029de5c3221a"
I20260608 12:42:16.809002 10983 raft_consensus.cc:3060] T ef01dadd3b804948b58a60c021738eea P dd98f21c7f4f438aae9835790668adb7 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:16.809224 10908 raft_consensus.cc:3060] T ef01dadd3b804948b58a60c021738eea P fe8ab7b649184a0ca053029de5c3221a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:16.816726 10908 raft_consensus.cc:2468] T ef01dadd3b804948b58a60c021738eea P fe8ab7b649184a0ca053029de5c3221a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 822b88ab98bd4067ba740d1551146025 in term 1.
I20260608 12:42:16.816726 10983 raft_consensus.cc:2468] T ef01dadd3b804948b58a60c021738eea P dd98f21c7f4f438aae9835790668adb7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 822b88ab98bd4067ba740d1551146025 in term 1.
I20260608 12:42:16.818264 11096 leader_election.cc:304] T ef01dadd3b804948b58a60c021738eea P 822b88ab98bd4067ba740d1551146025 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 822b88ab98bd4067ba740d1551146025, fe8ab7b649184a0ca053029de5c3221a; no voters: 
I20260608 12:42:16.818984 11182 raft_consensus.cc:2804] T ef01dadd3b804948b58a60c021738eea P 822b88ab98bd4067ba740d1551146025 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:16.820021 11182 raft_consensus.cc:697] T ef01dadd3b804948b58a60c021738eea P 822b88ab98bd4067ba740d1551146025 [term 1 LEADER]: Becoming Leader. State: Replica: 822b88ab98bd4067ba740d1551146025, State: Running, Role: LEADER
I20260608 12:42:16.820909 11182 consensus_queue.cc:237] T ef01dadd3b804948b58a60c021738eea P 822b88ab98bd4067ba740d1551146025 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd98f21c7f4f438aae9835790668adb7" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34647 } } peers { permanent_uuid: "822b88ab98bd4067ba740d1551146025" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37235 } } peers { permanent_uuid: "fe8ab7b649184a0ca053029de5c3221a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44433 } }
I20260608 12:42:16.827823 10804 catalog_manager.cc:5696] T ef01dadd3b804948b58a60c021738eea P 822b88ab98bd4067ba740d1551146025 reported cstate change: term changed from 0 to 1, leader changed from <none> to 822b88ab98bd4067ba740d1551146025 (127.0.107.196). New cstate: current_term: 1 leader_uuid: "822b88ab98bd4067ba740d1551146025" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd98f21c7f4f438aae9835790668adb7" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34647 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "822b88ab98bd4067ba740d1551146025" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37235 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fe8ab7b649184a0ca053029de5c3221a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44433 } health_report { overall_health: UNKNOWN } } }
W20260608 12:42:16.893370   431 auto_rebalancer.cc:591] Failed to schedule move for tablet ef01dadd3b804948b58a60c021738eea: Illegal state: Leader has not yet committed an operation in its own term
I20260608 12:42:16.895236   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:42:16.914075   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:16.914884   431 tablet_replica.cc:333] T ef01dadd3b804948b58a60c021738eea P fe8ab7b649184a0ca053029de5c3221a: stopping tablet replica
I20260608 12:42:16.915576   431 raft_consensus.cc:2243] T ef01dadd3b804948b58a60c021738eea P fe8ab7b649184a0ca053029de5c3221a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:16.916054   431 raft_consensus.cc:2272] T ef01dadd3b804948b58a60c021738eea P fe8ab7b649184a0ca053029de5c3221a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:16.935066   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:42:16.944363   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:42:16.961337   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:16.962185   431 tablet_replica.cc:333] T ef01dadd3b804948b58a60c021738eea P dd98f21c7f4f438aae9835790668adb7: stopping tablet replica
I20260608 12:42:16.962735   431 raft_consensus.cc:2243] T ef01dadd3b804948b58a60c021738eea P dd98f21c7f4f438aae9835790668adb7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:16.963182   431 raft_consensus.cc:2272] T ef01dadd3b804948b58a60c021738eea P dd98f21c7f4f438aae9835790668adb7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:16.982439   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:42:16.991886   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:42:17.011597   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:17.027400   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:42:17.035715   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:42:17.051699   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:17.052562   431 tablet_replica.cc:333] T ef01dadd3b804948b58a60c021738eea P 822b88ab98bd4067ba740d1551146025: stopping tablet replica
I20260608 12:42:17.053118   431 raft_consensus.cc:2243] T ef01dadd3b804948b58a60c021738eea P 822b88ab98bd4067ba740d1551146025 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:17.053756   431 pending_rounds.cc:70] T ef01dadd3b804948b58a60c021738eea P 822b88ab98bd4067ba740d1551146025: Trying to abort 1 pending ops.
I20260608 12:42:17.053977   431 pending_rounds.cc:77] T ef01dadd3b804948b58a60c021738eea P 822b88ab98bd4067ba740d1551146025: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658710825824256 op_type: NO_OP noop_request { }
I20260608 12:42:17.054258   431 raft_consensus.cc:2889] T ef01dadd3b804948b58a60c021738eea P 822b88ab98bd4067ba740d1551146025 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:42:17.054549   431 raft_consensus.cc:2272] T ef01dadd3b804948b58a60c021738eea P 822b88ab98bd4067ba740d1551146025 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:17.075521   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:42:17.085168   431 master.cc:562] Master@127.0.107.254:45311 shutting down...
I20260608 12:42:17.103404   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P adc74a284af1435497565c848d15d71f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:17.104032   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P adc74a284af1435497565c848d15d71f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:17.104308   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P adc74a284af1435497565c848d15d71f: stopping tablet replica
I20260608 12:42:17.124903   431 master.cc:584] Master@127.0.107.254:45311 shutdown complete.
[       OK ] AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully (1220 ms)
[----------] 22 tests from AutoRebalancerTest (234355 ms total)

[----------] 2 tests from PreferFollowerRebalancingTest
[ RUN      ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/0
I20260608 12:42:17.159649   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:35237
I20260608 12:42:17.160843   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:17.166059 11188 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:17.167304 11189 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:17.168406   431 server_base.cc:1061] running on GCE node
W20260608 12:42:17.168435 11191 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:17.169492   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:17.169697   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.
I20260608 12:42:17.169883   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922537169868 us; error 0 us; skew 500 ppm
I20260608 12:42:17.170533   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:17.173063   431 webserver.cc:533] Webserver started at http://127.0.107.254:40047/ using document root <none> and password file <none>
I20260608 12:42:17.173637   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:17.173804   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:17.174134   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:17.175266   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922302632525-431-0/minicluster-data/master-0-root/instance:
uuid: "1d8e4cfefed64774b94efca318557046"
format_stamp: "Formatted at 2026-06-08 12:42:17 on dist-test-slave-g6ln"
I20260608 12:42:17.180068   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260608 12:42:17.183794 11196 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:17.184680   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 12:42:17.185009   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922302632525-431-0/minicluster-data/master-0-root
uuid: "1d8e4cfefed64774b94efca318557046"
format_stamp: "Formatted at 2026-06-08 12:42:17 on dist-test-slave-g6ln"
I20260608 12:42:17.185304   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922302632525-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922302632525-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922302632525-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)
I20260608 12:42:17.212636   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:17.213845   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:17.250782   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:35237
I20260608 12:42:17.250892 11247 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:35237 every 8 connection(s)
I20260608 12:42:17.255183 11248 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:17.266170 11248 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1d8e4cfefed64774b94efca318557046: Bootstrap starting.
I20260608 12:42:17.270828 11248 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1d8e4cfefed64774b94efca318557046: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:17.275166 11248 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1d8e4cfefed64774b94efca318557046: No bootstrap required, opened a new log
I20260608 12:42:17.277429 11248 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1d8e4cfefed64774b94efca318557046 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1d8e4cfefed64774b94efca318557046" member_type: VOTER }
I20260608 12:42:17.277817 11248 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1d8e4cfefed64774b94efca318557046 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:17.278105 11248 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1d8e4cfefed64774b94efca318557046 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1d8e4cfefed64774b94efca318557046, State: Initialized, Role: FOLLOWER
I20260608 12:42:17.278745 11248 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1d8e4cfefed64774b94efca318557046 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "1d8e4cfefed64774b94efca318557046" member_type: VOTER }
I20260608 12:42:17.279214 11248 raft_consensus.cc:399] T 00000000000000000000000000000000 P 1d8e4cfefed64774b94efca318557046 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:17.279439 11248 raft_consensus.cc:493] T 00000000000000000000000000000000 P 1d8e4cfefed64774b94efca318557046 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:17.279708 11248 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1d8e4cfefed64774b94efca318557046 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:17.284561 11248 raft_consensus.cc:515] T 00000000000000000000000000000000 P 1d8e4cfefed64774b94efca318557046 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1d8e4cfefed64774b94efca318557046" member_type: VOTER }
I20260608 12:42:17.285094 11248 leader_election.cc:304] T 00000000000000000000000000000000 P 1d8e4cfefed64774b94efca318557046 [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: 1d8e4cfefed64774b94efca318557046; no voters: 
I20260608 12:42:17.286252 11248 leader_election.cc:290] T 00000000000000000000000000000000 P 1d8e4cfefed64774b94efca318557046 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:17.286887 11251 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 1d8e4cfefed64774b94efca318557046 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:17.288358 11251 raft_consensus.cc:697] T 00000000000000000000000000000000 P 1d8e4cfefed64774b94efca318557046 [term 1 LEADER]: Becoming Leader. State: Replica: 1d8e4cfefed64774b94efca318557046, State: Running, Role: LEADER
I20260608 12:42:17.289098 11251 consensus_queue.cc:237] T 00000000000000000000000000000000 P 1d8e4cfefed64774b94efca318557046 [LEADER]: Queue going to LEADER mode. State: All 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: "1d8e4cfefed64774b94efca318557046" member_type: VOTER }
I20260608 12:42:17.289546 11248 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1d8e4cfefed64774b94efca318557046 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:42:17.292572 11253 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1d8e4cfefed64774b94efca318557046 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 1d8e4cfefed64774b94efca318557046. Latest consensus state: current_term: 1 leader_uuid: "1d8e4cfefed64774b94efca318557046" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1d8e4cfefed64774b94efca318557046" member_type: VOTER } }
I20260608 12:42:17.292474 11252 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1d8e4cfefed64774b94efca318557046 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "1d8e4cfefed64774b94efca318557046" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1d8e4cfefed64774b94efca318557046" member_type: VOTER } }
I20260608 12:42:17.293429 11253 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1d8e4cfefed64774b94efca318557046 [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:17.293704 11252 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1d8e4cfefed64774b94efca318557046 [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:17.301322 11257 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:42:17.307050 11257 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:42:17.308360   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:42:17.316403 11257 catalog_manager.cc:1382] Generated new cluster ID: 5ee43017d7a846ef9558f609898ea797
I20260608 12:42:17.316740 11257 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:42:17.331355 11257 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:42:17.332743 11257 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:42:17.346745 11257 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 1d8e4cfefed64774b94efca318557046: Generated new TSK 0
I20260608 12:42:17.347353 11257 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:42:17.375610   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:17.381886 11269 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:17.383306 11270 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:17.384979   431 server_base.cc:1061] running on GCE node
W20260608 12:42:17.384907 11272 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:17.386132   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:17.386320   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.
I20260608 12:42:17.386502   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922537386453 us; error 0 us; skew 500 ppm
I20260608 12:42:17.387217   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:17.389612   431 webserver.cc:533] Webserver started at http://127.0.107.193:39073/ using document root <none> and password file <none>
I20260608 12:42:17.390136   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:17.390345   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:17.390620   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:17.391809   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922302632525-431-0/minicluster-data/ts-0-root/instance:
uuid: "81293a6e3c6145eba04a126ab72d3a08"
format_stamp: "Formatted at 2026-06-08 12:42:17 on dist-test-slave-g6ln"
I20260608 12:42:17.396471   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
I20260608 12:42:17.400156 11277 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:17.400918   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.002s
I20260608 12:42:17.401228   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922302632525-431-0/minicluster-data/ts-0-root
uuid: "81293a6e3c6145eba04a126ab72d3a08"
format_stamp: "Formatted at 2026-06-08 12:42:17 on dist-test-slave-g6ln"
I20260608 12:42:17.401552   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922302632525-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922302632525-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922302632525-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)
I20260608 12:42:17.414940   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:17.416071   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:17.417568   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:17.420043   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:17.420266   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:17.420518   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:17.420693   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:17.458757   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:46491
I20260608 12:42:17.458878 11339 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:46491 every 8 connection(s)
I20260608 12:42:17.464157   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:17.471925 11344 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:17.474114 11345 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:17.476514   431 server_base.cc:1061] running on GCE node
W20260608 12:42:17.476850 11347 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:17.477840   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:17.478084   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.
I20260608 12:42:17.478276   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922537478259 us; error 0 us; skew 500 ppm
I20260608 12:42:17.478858   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:17.481055 11340 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35237
I20260608 12:42:17.481441 11340 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:17.481786   431 webserver.cc:533] Webserver started at http://127.0.107.194:38771/ using document root <none> and password file <none>
I20260608 12:42:17.482275 11340 heartbeater.cc:507] Master 127.0.107.254:35237 requested a full tablet report, sending...
I20260608 12:42:17.482385   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:17.482697   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:17.483000   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:17.484346   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922302632525-431-0/minicluster-data/ts-1-root/instance:
uuid: "348575a6d01d4ddb93f9cc197abfd2bf"
format_stamp: "Formatted at 2026-06-08 12:42:17 on dist-test-slave-g6ln"
I20260608 12:42:17.484705 11213 ts_manager.cc:194] Registered new tserver with Master: 81293a6e3c6145eba04a126ab72d3a08 (127.0.107.193:46491)
I20260608 12:42:17.486517 11213 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33746
I20260608 12:42:17.489542   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:42:17.493300 11352 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:17.494156   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:42:17.494462   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922302632525-431-0/minicluster-data/ts-1-root
uuid: "348575a6d01d4ddb93f9cc197abfd2bf"
format_stamp: "Formatted at 2026-06-08 12:42:17 on dist-test-slave-g6ln"
I20260608 12:42:17.494727   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922302632525-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922302632525-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922302632525-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)
I20260608 12:42:17.507987   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:17.509064   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:17.510524   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:17.513108   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:17.513299   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:17.513595   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:17.513772   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:17.552233   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:34565
I20260608 12:42:17.552350 11414 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:34565 every 8 connection(s)
I20260608 12:42:17.557513   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:17.569422 11418 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:17.570470 11419 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:17.574579 11415 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35237
I20260608 12:42:17.575059 11415 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:17.575894 11415 heartbeater.cc:507] Master 127.0.107.254:35237 requested a full tablet report, sending...
I20260608 12:42:17.576416   431 server_base.cc:1061] running on GCE node
W20260608 12:42:17.577404 11421 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:17.578229 11213 ts_manager.cc:194] Registered new tserver with Master: 348575a6d01d4ddb93f9cc197abfd2bf (127.0.107.194:34565)
I20260608 12:42:17.578423   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:17.578727   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.
I20260608 12:42:17.578920   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922537578899 us; error 0 us; skew 500 ppm
I20260608 12:42:17.579623   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:17.579929 11213 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33758
I20260608 12:42:17.582813   431 webserver.cc:533] Webserver started at http://127.0.107.195:36061/ using document root <none> and password file <none>
I20260608 12:42:17.583376   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:17.583617   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:17.583835   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:17.584875   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922302632525-431-0/minicluster-data/ts-2-root/instance:
uuid: "f3e7d34735e64e69ad8e0810f6415beb"
format_stamp: "Formatted at 2026-06-08 12:42:17 on dist-test-slave-g6ln"
I20260608 12:42:17.589644   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:42:17.593585 11426 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:17.594488   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:42:17.594755   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922302632525-431-0/minicluster-data/ts-2-root
uuid: "f3e7d34735e64e69ad8e0810f6415beb"
format_stamp: "Formatted at 2026-06-08 12:42:17 on dist-test-slave-g6ln"
I20260608 12:42:17.594993   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922302632525-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922302632525-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922302632525-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)
I20260608 12:42:17.606727   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:17.607818   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:17.609180   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:17.611634   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:17.611825   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:17.612113   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:17.612264   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:17.652493   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:42331
I20260608 12:42:17.652594 11488 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:42331 every 8 connection(s)
I20260608 12:42:17.667865 11489 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35237
I20260608 12:42:17.668370 11489 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:17.669253 11489 heartbeater.cc:507] Master 127.0.107.254:35237 requested a full tablet report, sending...
I20260608 12:42:17.671623 11213 ts_manager.cc:194] Registered new tserver with Master: f3e7d34735e64e69ad8e0810f6415beb (127.0.107.195:42331)
I20260608 12:42:17.672232   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016105963s
I20260608 12:42:17.673101 11213 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33772
I20260608 12:42:18.489492 11340 heartbeater.cc:499] Master 127.0.107.254:35237 was elected leader, sending a full tablet report...
I20260608 12:42:18.583024 11415 heartbeater.cc:499] Master 127.0.107.254:35237 was elected leader, sending a full tablet report...
I20260608 12:42:18.675974 11489 heartbeater.cc:499] Master 127.0.107.254:35237 was elected leader, sending a full tablet report...
I20260608 12:42:18.729808 11213 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:33788:
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"
    }
  }
}
W20260608 12:42:18.732568 11213 catalog_manager.cc:7076] 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.
I20260608 12:42:18.800679 11303 tablet_service.cc:1511] Processing CreateTablet for tablet 76683378ffae47afa73ccdf5929817a1 (DEFAULT_TABLE table=test-workload [id=5b119c6254614c48886b599abbac3b23]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:18.802237 11303 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 76683378ffae47afa73ccdf5929817a1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:18.802124 11305 tablet_service.cc:1511] Processing CreateTablet for tablet 0d68e9ae923d4d5386532f108eb3338c (DEFAULT_TABLE table=test-workload [id=5b119c6254614c48886b599abbac3b23]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:18.806339 11305 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0d68e9ae923d4d5386532f108eb3338c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:18.800680 11304 tablet_service.cc:1511] Processing CreateTablet for tablet 9fba86c22fca48dcb4bd8de26c9eba7f (DEFAULT_TABLE table=test-workload [id=5b119c6254614c48886b599abbac3b23]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:18.808056 11304 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9fba86c22fca48dcb4bd8de26c9eba7f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:18.810039 11380 tablet_service.cc:1511] Processing CreateTablet for tablet 0d68e9ae923d4d5386532f108eb3338c (DEFAULT_TABLE table=test-workload [id=5b119c6254614c48886b599abbac3b23]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:18.811461 11380 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0d68e9ae923d4d5386532f108eb3338c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:18.813874 11302 tablet_service.cc:1511] Processing CreateTablet for tablet f57bcce2b4e24db48b052aefcc3875dd (DEFAULT_TABLE table=test-workload [id=5b119c6254614c48886b599abbac3b23]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:18.817112 11301 tablet_service.cc:1511] Processing CreateTablet for tablet a503b1d5e76a4f08a369378fee213cb2 (DEFAULT_TABLE table=test-workload [id=5b119c6254614c48886b599abbac3b23]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:18.818548 11301 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a503b1d5e76a4f08a369378fee213cb2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:18.821260 11379 tablet_service.cc:1511] Processing CreateTablet for tablet 9fba86c22fca48dcb4bd8de26c9eba7f (DEFAULT_TABLE table=test-workload [id=5b119c6254614c48886b599abbac3b23]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:18.821816 11300 tablet_service.cc:1511] Processing CreateTablet for tablet 8e0ea68a2a3b4bb79b95cc04ce54a7f8 (DEFAULT_TABLE table=test-workload [id=5b119c6254614c48886b599abbac3b23]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:18.822808 11379 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9fba86c22fca48dcb4bd8de26c9eba7f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:18.825942 11302 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f57bcce2b4e24db48b052aefcc3875dd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:18.829900 11454 tablet_service.cc:1511] Processing CreateTablet for tablet 0d68e9ae923d4d5386532f108eb3338c (DEFAULT_TABLE table=test-workload [id=5b119c6254614c48886b599abbac3b23]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:18.831382 11454 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0d68e9ae923d4d5386532f108eb3338c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:18.839002 11377 tablet_service.cc:1511] Processing CreateTablet for tablet f57bcce2b4e24db48b052aefcc3875dd (DEFAULT_TABLE table=test-workload [id=5b119c6254614c48886b599abbac3b23]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:18.840553 11377 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f57bcce2b4e24db48b052aefcc3875dd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:18.832787 11453 tablet_service.cc:1511] Processing CreateTablet for tablet 9fba86c22fca48dcb4bd8de26c9eba7f (DEFAULT_TABLE table=test-workload [id=5b119c6254614c48886b599abbac3b23]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:18.845023 11453 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9fba86c22fca48dcb4bd8de26c9eba7f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:18.850951 11376 tablet_service.cc:1511] Processing CreateTablet for tablet a503b1d5e76a4f08a369378fee213cb2 (DEFAULT_TABLE table=test-workload [id=5b119c6254614c48886b599abbac3b23]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:18.834108 11452 tablet_service.cc:1511] Processing CreateTablet for tablet 76683378ffae47afa73ccdf5929817a1 (DEFAULT_TABLE table=test-workload [id=5b119c6254614c48886b599abbac3b23]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:18.853018 11375 tablet_service.cc:1511] Processing CreateTablet for tablet 8e0ea68a2a3b4bb79b95cc04ce54a7f8 (DEFAULT_TABLE table=test-workload [id=5b119c6254614c48886b599abbac3b23]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:18.853703 11452 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 76683378ffae47afa73ccdf5929817a1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:18.854321 11375 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8e0ea68a2a3b4bb79b95cc04ce54a7f8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:18.835474 11451 tablet_service.cc:1511] Processing CreateTablet for tablet f57bcce2b4e24db48b052aefcc3875dd (DEFAULT_TABLE table=test-workload [id=5b119c6254614c48886b599abbac3b23]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:18.857504 11451 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f57bcce2b4e24db48b052aefcc3875dd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:18.860127 11376 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a503b1d5e76a4f08a369378fee213cb2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:18.836858 11450 tablet_service.cc:1511] Processing CreateTablet for tablet a503b1d5e76a4f08a369378fee213cb2 (DEFAULT_TABLE table=test-workload [id=5b119c6254614c48886b599abbac3b23]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:18.861577 11450 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a503b1d5e76a4f08a369378fee213cb2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:18.838335 11449 tablet_service.cc:1511] Processing CreateTablet for tablet 8e0ea68a2a3b4bb79b95cc04ce54a7f8 (DEFAULT_TABLE table=test-workload [id=5b119c6254614c48886b599abbac3b23]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:18.864962 11449 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8e0ea68a2a3b4bb79b95cc04ce54a7f8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:18.837210 11378 tablet_service.cc:1511] Processing CreateTablet for tablet 76683378ffae47afa73ccdf5929817a1 (DEFAULT_TABLE table=test-workload [id=5b119c6254614c48886b599abbac3b23]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:18.868884 11378 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 76683378ffae47afa73ccdf5929817a1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:18.832167 11300 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8e0ea68a2a3b4bb79b95cc04ce54a7f8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:18.910739 11510 tablet_bootstrap.cc:492] T 9fba86c22fca48dcb4bd8de26c9eba7f P 348575a6d01d4ddb93f9cc197abfd2bf: Bootstrap starting.
I20260608 12:42:18.928635 11510 tablet_bootstrap.cc:654] T 9fba86c22fca48dcb4bd8de26c9eba7f P 348575a6d01d4ddb93f9cc197abfd2bf: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:18.940444 11510 tablet_bootstrap.cc:492] T 9fba86c22fca48dcb4bd8de26c9eba7f P 348575a6d01d4ddb93f9cc197abfd2bf: No bootstrap required, opened a new log
I20260608 12:42:18.941064 11510 ts_tablet_manager.cc:1403] T 9fba86c22fca48dcb4bd8de26c9eba7f P 348575a6d01d4ddb93f9cc197abfd2bf: Time spent bootstrapping tablet: real 0.031s	user 0.015s	sys 0.014s
I20260608 12:42:18.944183 11510 raft_consensus.cc:359] T 9fba86c22fca48dcb4bd8de26c9eba7f P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:18.945083 11510 raft_consensus.cc:385] T 9fba86c22fca48dcb4bd8de26c9eba7f P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:18.945431 11510 raft_consensus.cc:740] T 9fba86c22fca48dcb4bd8de26c9eba7f P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 348575a6d01d4ddb93f9cc197abfd2bf, State: Initialized, Role: FOLLOWER
I20260608 12:42:18.928925 11509 tablet_bootstrap.cc:492] T 0d68e9ae923d4d5386532f108eb3338c P 81293a6e3c6145eba04a126ab72d3a08: Bootstrap starting.
I20260608 12:42:18.946486 11510 consensus_queue.cc:260] T 9fba86c22fca48dcb4bd8de26c9eba7f P 348575a6d01d4ddb93f9cc197abfd2bf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:18.950557 11512 tablet_bootstrap.cc:492] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb: Bootstrap starting.
I20260608 12:42:18.954037 11509 tablet_bootstrap.cc:654] T 0d68e9ae923d4d5386532f108eb3338c P 81293a6e3c6145eba04a126ab72d3a08: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:18.956959 11510 ts_tablet_manager.cc:1434] T 9fba86c22fca48dcb4bd8de26c9eba7f P 348575a6d01d4ddb93f9cc197abfd2bf: Time spent starting tablet: real 0.016s	user 0.006s	sys 0.004s
I20260608 12:42:18.972066 11510 tablet_bootstrap.cc:492] T 0d68e9ae923d4d5386532f108eb3338c P 348575a6d01d4ddb93f9cc197abfd2bf: Bootstrap starting.
I20260608 12:42:18.974502 11513 raft_consensus.cc:493] T 9fba86c22fca48dcb4bd8de26c9eba7f P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:18.975651 11513 raft_consensus.cc:515] T 9fba86c22fca48dcb4bd8de26c9eba7f P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:18.982286 11510 tablet_bootstrap.cc:654] T 0d68e9ae923d4d5386532f108eb3338c P 348575a6d01d4ddb93f9cc197abfd2bf: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:18.986274 11512 tablet_bootstrap.cc:654] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:18.993495 11513 leader_election.cc:290] T 9fba86c22fca48dcb4bd8de26c9eba7f P 348575a6d01d4ddb93f9cc197abfd2bf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 81293a6e3c6145eba04a126ab72d3a08 (127.0.107.193:46491), f3e7d34735e64e69ad8e0810f6415beb (127.0.107.195:42331)
I20260608 12:42:18.994935 11509 tablet_bootstrap.cc:492] T 0d68e9ae923d4d5386532f108eb3338c P 81293a6e3c6145eba04a126ab72d3a08: No bootstrap required, opened a new log
I20260608 12:42:18.995837 11509 ts_tablet_manager.cc:1403] T 0d68e9ae923d4d5386532f108eb3338c P 81293a6e3c6145eba04a126ab72d3a08: Time spent bootstrapping tablet: real 0.067s	user 0.032s	sys 0.013s
I20260608 12:42:18.999773 11512 tablet_bootstrap.cc:492] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb: No bootstrap required, opened a new log
I20260608 12:42:19.000273 11510 tablet_bootstrap.cc:492] T 0d68e9ae923d4d5386532f108eb3338c P 348575a6d01d4ddb93f9cc197abfd2bf: No bootstrap required, opened a new log
I20260608 12:42:18.999845 11509 raft_consensus.cc:359] T 0d68e9ae923d4d5386532f108eb3338c P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } }
I20260608 12:42:19.000799 11509 raft_consensus.cc:385] T 0d68e9ae923d4d5386532f108eb3338c P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:19.000911 11510 ts_tablet_manager.cc:1403] T 0d68e9ae923d4d5386532f108eb3338c P 348575a6d01d4ddb93f9cc197abfd2bf: Time spent bootstrapping tablet: real 0.029s	user 0.014s	sys 0.010s
I20260608 12:42:19.001230 11509 raft_consensus.cc:740] T 0d68e9ae923d4d5386532f108eb3338c P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 81293a6e3c6145eba04a126ab72d3a08, State: Initialized, Role: FOLLOWER
I20260608 12:42:19.001787 11512 ts_tablet_manager.cc:1403] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb: Time spent bootstrapping tablet: real 0.052s	user 0.010s	sys 0.006s
I20260608 12:42:19.002324 11509 consensus_queue.cc:260] T 0d68e9ae923d4d5386532f108eb3338c P 81293a6e3c6145eba04a126ab72d3a08 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } }
I20260608 12:42:19.004760 11510 raft_consensus.cc:359] T 0d68e9ae923d4d5386532f108eb3338c P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } }
I20260608 12:42:19.005122 11512 raft_consensus.cc:359] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.005774 11510 raft_consensus.cc:385] T 0d68e9ae923d4d5386532f108eb3338c P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:19.006000 11512 raft_consensus.cc:385] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:19.006263 11510 raft_consensus.cc:740] T 0d68e9ae923d4d5386532f108eb3338c P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 348575a6d01d4ddb93f9cc197abfd2bf, State: Initialized, Role: FOLLOWER
I20260608 12:42:19.006729 11512 raft_consensus.cc:740] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3e7d34735e64e69ad8e0810f6415beb, State: Initialized, Role: FOLLOWER
I20260608 12:42:19.007470 11510 consensus_queue.cc:260] T 0d68e9ae923d4d5386532f108eb3338c P 348575a6d01d4ddb93f9cc197abfd2bf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } }
I20260608 12:42:19.010593 11510 ts_tablet_manager.cc:1434] T 0d68e9ae923d4d5386532f108eb3338c P 348575a6d01d4ddb93f9cc197abfd2bf: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 12:42:19.011261 11509 ts_tablet_manager.cc:1434] T 0d68e9ae923d4d5386532f108eb3338c P 81293a6e3c6145eba04a126ab72d3a08: Time spent starting tablet: real 0.015s	user 0.007s	sys 0.003s
I20260608 12:42:19.011866 11510 tablet_bootstrap.cc:492] T f57bcce2b4e24db48b052aefcc3875dd P 348575a6d01d4ddb93f9cc197abfd2bf: Bootstrap starting.
I20260608 12:42:19.015694 11315 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9fba86c22fca48dcb4bd8de26c9eba7f" candidate_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81293a6e3c6145eba04a126ab72d3a08" is_pre_election: true
W20260608 12:42:19.017697 11356 leader_election.cc:343] T 9fba86c22fca48dcb4bd8de26c9eba7f P 348575a6d01d4ddb93f9cc197abfd2bf [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 81293a6e3c6145eba04a126ab72d3a08 (127.0.107.193:46491): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:19.019955 11510 tablet_bootstrap.cc:654] T f57bcce2b4e24db48b052aefcc3875dd P 348575a6d01d4ddb93f9cc197abfd2bf: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:19.024240 11509 tablet_bootstrap.cc:492] T a503b1d5e76a4f08a369378fee213cb2 P 81293a6e3c6145eba04a126ab72d3a08: Bootstrap starting.
I20260608 12:42:19.023929 11464 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9fba86c22fca48dcb4bd8de26c9eba7f" candidate_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3e7d34735e64e69ad8e0810f6415beb" is_pre_election: true
I20260608 12:42:19.008440 11512 consensus_queue.cc:260] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
W20260608 12:42:19.026147 11354 leader_election.cc:343] T 9fba86c22fca48dcb4bd8de26c9eba7f P 348575a6d01d4ddb93f9cc197abfd2bf [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f3e7d34735e64e69ad8e0810f6415beb (127.0.107.195:42331): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:19.026921 11354 leader_election.cc:304] T 9fba86c22fca48dcb4bd8de26c9eba7f P 348575a6d01d4ddb93f9cc197abfd2bf [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: 348575a6d01d4ddb93f9cc197abfd2bf; no voters: 81293a6e3c6145eba04a126ab72d3a08, f3e7d34735e64e69ad8e0810f6415beb
I20260608 12:42:19.028292 11513 raft_consensus.cc:2749] T 9fba86c22fca48dcb4bd8de26c9eba7f P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:42:19.030431 11510 tablet_bootstrap.cc:492] T f57bcce2b4e24db48b052aefcc3875dd P 348575a6d01d4ddb93f9cc197abfd2bf: No bootstrap required, opened a new log
I20260608 12:42:19.030828 11512 ts_tablet_manager.cc:1434] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb: Time spent starting tablet: real 0.029s	user 0.006s	sys 0.002s
I20260608 12:42:19.031097 11510 ts_tablet_manager.cc:1403] T f57bcce2b4e24db48b052aefcc3875dd P 348575a6d01d4ddb93f9cc197abfd2bf: Time spent bootstrapping tablet: real 0.020s	user 0.016s	sys 0.002s
I20260608 12:42:19.032150 11512 tablet_bootstrap.cc:492] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb: Bootstrap starting.
I20260608 12:42:19.033558 11509 tablet_bootstrap.cc:654] T a503b1d5e76a4f08a369378fee213cb2 P 81293a6e3c6145eba04a126ab72d3a08: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:19.034719 11510 raft_consensus.cc:359] T f57bcce2b4e24db48b052aefcc3875dd P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.035648 11510 raft_consensus.cc:385] T f57bcce2b4e24db48b052aefcc3875dd P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:19.036039 11510 raft_consensus.cc:740] T f57bcce2b4e24db48b052aefcc3875dd P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 348575a6d01d4ddb93f9cc197abfd2bf, State: Initialized, Role: FOLLOWER
I20260608 12:42:19.037009 11510 consensus_queue.cc:260] T f57bcce2b4e24db48b052aefcc3875dd P 348575a6d01d4ddb93f9cc197abfd2bf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.039664 11510 ts_tablet_manager.cc:1434] T f57bcce2b4e24db48b052aefcc3875dd P 348575a6d01d4ddb93f9cc197abfd2bf: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:42:19.040357 11512 tablet_bootstrap.cc:654] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:19.043658 11510 tablet_bootstrap.cc:492] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf: Bootstrap starting.
I20260608 12:42:19.047115 11509 tablet_bootstrap.cc:492] T a503b1d5e76a4f08a369378fee213cb2 P 81293a6e3c6145eba04a126ab72d3a08: No bootstrap required, opened a new log
I20260608 12:42:19.047778 11509 ts_tablet_manager.cc:1403] T a503b1d5e76a4f08a369378fee213cb2 P 81293a6e3c6145eba04a126ab72d3a08: Time spent bootstrapping tablet: real 0.024s	user 0.015s	sys 0.004s
I20260608 12:42:19.051342 11509 raft_consensus.cc:359] T a503b1d5e76a4f08a369378fee213cb2 P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.052313 11509 raft_consensus.cc:385] T a503b1d5e76a4f08a369378fee213cb2 P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:19.052659 11509 raft_consensus.cc:740] T a503b1d5e76a4f08a369378fee213cb2 P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 81293a6e3c6145eba04a126ab72d3a08, State: Initialized, Role: FOLLOWER
I20260608 12:42:19.053516 11509 consensus_queue.cc:260] T a503b1d5e76a4f08a369378fee213cb2 P 81293a6e3c6145eba04a126ab72d3a08 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.055276 11510 tablet_bootstrap.cc:654] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:19.055918 11509 ts_tablet_manager.cc:1434] T a503b1d5e76a4f08a369378fee213cb2 P 81293a6e3c6145eba04a126ab72d3a08: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:42:19.057524 11509 tablet_bootstrap.cc:492] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08: Bootstrap starting.
I20260608 12:42:19.064711 11512 tablet_bootstrap.cc:492] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb: No bootstrap required, opened a new log
I20260608 12:42:19.065135 11509 tablet_bootstrap.cc:654] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:19.065717 11512 ts_tablet_manager.cc:1403] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb: Time spent bootstrapping tablet: real 0.034s	user 0.021s	sys 0.008s
I20260608 12:42:19.070417 11512 raft_consensus.cc:359] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.071571 11512 raft_consensus.cc:385] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:19.072844 11520 raft_consensus.cc:493] T 0d68e9ae923d4d5386532f108eb3338c P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:19.073604 11520 raft_consensus.cc:515] T 0d68e9ae923d4d5386532f108eb3338c P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } }
I20260608 12:42:19.072113 11512 raft_consensus.cc:740] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3e7d34735e64e69ad8e0810f6415beb, State: Initialized, Role: FOLLOWER
I20260608 12:42:19.077040 11512 consensus_queue.cc:260] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.078418 11509 tablet_bootstrap.cc:492] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08: No bootstrap required, opened a new log
I20260608 12:42:19.078747 11510 tablet_bootstrap.cc:492] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf: No bootstrap required, opened a new log
I20260608 12:42:19.079066 11509 ts_tablet_manager.cc:1403] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08: Time spent bootstrapping tablet: real 0.022s	user 0.017s	sys 0.000s
I20260608 12:42:19.079314 11510 ts_tablet_manager.cc:1403] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf: Time spent bootstrapping tablet: real 0.036s	user 0.023s	sys 0.008s
I20260608 12:42:19.079746 11512 ts_tablet_manager.cc:1434] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb: Time spent starting tablet: real 0.013s	user 0.009s	sys 0.000s
I20260608 12:42:19.081633 11520 leader_election.cc:290] T 0d68e9ae923d4d5386532f108eb3338c P 81293a6e3c6145eba04a126ab72d3a08 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f3e7d34735e64e69ad8e0810f6415beb (127.0.107.195:42331), 348575a6d01d4ddb93f9cc197abfd2bf (127.0.107.194:34565)
I20260608 12:42:19.086390 11512 tablet_bootstrap.cc:492] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P f3e7d34735e64e69ad8e0810f6415beb: Bootstrap starting.
I20260608 12:42:19.082882 11509 raft_consensus.cc:359] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.087759 11509 raft_consensus.cc:385] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:19.084825 11510 raft_consensus.cc:359] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.088140 11509 raft_consensus.cc:740] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 81293a6e3c6145eba04a126ab72d3a08, State: Initialized, Role: FOLLOWER
I20260608 12:42:19.088260 11510 raft_consensus.cc:385] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:19.088788 11510 raft_consensus.cc:740] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 348575a6d01d4ddb93f9cc197abfd2bf, State: Initialized, Role: FOLLOWER
I20260608 12:42:19.089200 11509 consensus_queue.cc:260] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.089821 11510 consensus_queue.cc:260] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.095780 11509 ts_tablet_manager.cc:1434] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08: Time spent starting tablet: real 0.016s	user 0.008s	sys 0.000s
I20260608 12:42:19.097024 11509 tablet_bootstrap.cc:492] T 76683378ffae47afa73ccdf5929817a1 P 81293a6e3c6145eba04a126ab72d3a08: Bootstrap starting.
I20260608 12:42:19.101312 11510 ts_tablet_manager.cc:1434] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf: Time spent starting tablet: real 0.022s	user 0.006s	sys 0.001s
I20260608 12:42:19.102694 11510 tablet_bootstrap.cc:492] T 76683378ffae47afa73ccdf5929817a1 P 348575a6d01d4ddb93f9cc197abfd2bf: Bootstrap starting.
I20260608 12:42:19.107318 11509 tablet_bootstrap.cc:654] T 76683378ffae47afa73ccdf5929817a1 P 81293a6e3c6145eba04a126ab72d3a08: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:19.111060 11512 tablet_bootstrap.cc:654] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P f3e7d34735e64e69ad8e0810f6415beb: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:19.115975 11390 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0d68e9ae923d4d5386532f108eb3338c" candidate_uuid: "81293a6e3c6145eba04a126ab72d3a08" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" is_pre_election: true
I20260608 12:42:19.116703 11510 tablet_bootstrap.cc:654] T 76683378ffae47afa73ccdf5929817a1 P 348575a6d01d4ddb93f9cc197abfd2bf: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:19.116851 11390 raft_consensus.cc:2468] T 0d68e9ae923d4d5386532f108eb3338c P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 81293a6e3c6145eba04a126ab72d3a08 in term 0.
I20260608 12:42:19.118708 11509 tablet_bootstrap.cc:492] T 76683378ffae47afa73ccdf5929817a1 P 81293a6e3c6145eba04a126ab72d3a08: No bootstrap required, opened a new log
I20260608 12:42:19.118902 11279 leader_election.cc:304] T 0d68e9ae923d4d5386532f108eb3338c P 81293a6e3c6145eba04a126ab72d3a08 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 348575a6d01d4ddb93f9cc197abfd2bf, 81293a6e3c6145eba04a126ab72d3a08; no voters: 
I20260608 12:42:19.119382 11509 ts_tablet_manager.cc:1403] T 76683378ffae47afa73ccdf5929817a1 P 81293a6e3c6145eba04a126ab72d3a08: Time spent bootstrapping tablet: real 0.023s	user 0.008s	sys 0.011s
I20260608 12:42:19.120141 11520 raft_consensus.cc:2804] T 0d68e9ae923d4d5386532f108eb3338c P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:19.120631 11520 raft_consensus.cc:493] T 0d68e9ae923d4d5386532f108eb3338c P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:19.121124 11520 raft_consensus.cc:3060] T 0d68e9ae923d4d5386532f108eb3338c P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:19.122701 11509 raft_consensus.cc:359] T 76683378ffae47afa73ccdf5929817a1 P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.123288 11509 raft_consensus.cc:385] T 76683378ffae47afa73ccdf5929817a1 P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:19.123631 11509 raft_consensus.cc:740] T 76683378ffae47afa73ccdf5929817a1 P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 81293a6e3c6145eba04a126ab72d3a08, State: Initialized, Role: FOLLOWER
I20260608 12:42:19.124460 11509 consensus_queue.cc:260] T 76683378ffae47afa73ccdf5929817a1 P 81293a6e3c6145eba04a126ab72d3a08 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.125126 11464 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0d68e9ae923d4d5386532f108eb3338c" candidate_uuid: "81293a6e3c6145eba04a126ab72d3a08" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3e7d34735e64e69ad8e0810f6415beb" is_pre_election: true
W20260608 12:42:19.127056 11279 leader_election.cc:343] T 0d68e9ae923d4d5386532f108eb3338c P 81293a6e3c6145eba04a126ab72d3a08 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f3e7d34735e64e69ad8e0810f6415beb (127.0.107.195:42331): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:19.128554 11509 ts_tablet_manager.cc:1434] T 76683378ffae47afa73ccdf5929817a1 P 81293a6e3c6145eba04a126ab72d3a08: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.004s
I20260608 12:42:19.129848 11509 tablet_bootstrap.cc:492] T 9fba86c22fca48dcb4bd8de26c9eba7f P 81293a6e3c6145eba04a126ab72d3a08: Bootstrap starting.
I20260608 12:42:19.136161 11520 raft_consensus.cc:515] T 0d68e9ae923d4d5386532f108eb3338c P 81293a6e3c6145eba04a126ab72d3a08 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } }
I20260608 12:42:19.137485 11509 tablet_bootstrap.cc:654] T 9fba86c22fca48dcb4bd8de26c9eba7f P 81293a6e3c6145eba04a126ab72d3a08: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:19.140444 11464 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0d68e9ae923d4d5386532f108eb3338c" candidate_uuid: "81293a6e3c6145eba04a126ab72d3a08" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3e7d34735e64e69ad8e0810f6415beb"
W20260608 12:42:19.142606 11279 leader_election.cc:343] T 0d68e9ae923d4d5386532f108eb3338c P 81293a6e3c6145eba04a126ab72d3a08 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer f3e7d34735e64e69ad8e0810f6415beb (127.0.107.195:42331): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:19.147627 11390 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0d68e9ae923d4d5386532f108eb3338c" candidate_uuid: "81293a6e3c6145eba04a126ab72d3a08" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "348575a6d01d4ddb93f9cc197abfd2bf"
I20260608 12:42:19.148288 11390 raft_consensus.cc:3060] T 0d68e9ae923d4d5386532f108eb3338c P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:19.148392 11520 leader_election.cc:290] T 0d68e9ae923d4d5386532f108eb3338c P 81293a6e3c6145eba04a126ab72d3a08 [CANDIDATE]: Term 1 election: Requested vote from peers f3e7d34735e64e69ad8e0810f6415beb (127.0.107.195:42331), 348575a6d01d4ddb93f9cc197abfd2bf (127.0.107.194:34565)
I20260608 12:42:19.149084 11520 raft_consensus.cc:493] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:19.149582 11520 raft_consensus.cc:515] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.151918 11520 leader_election.cc:290] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 348575a6d01d4ddb93f9cc197abfd2bf (127.0.107.194:34565), f3e7d34735e64e69ad8e0810f6415beb (127.0.107.195:42331)
I20260608 12:42:19.154254 11510 tablet_bootstrap.cc:492] T 76683378ffae47afa73ccdf5929817a1 P 348575a6d01d4ddb93f9cc197abfd2bf: No bootstrap required, opened a new log
I20260608 12:42:19.154877 11510 ts_tablet_manager.cc:1403] T 76683378ffae47afa73ccdf5929817a1 P 348575a6d01d4ddb93f9cc197abfd2bf: Time spent bootstrapping tablet: real 0.052s	user 0.012s	sys 0.010s
I20260608 12:42:19.157212 11389 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f57bcce2b4e24db48b052aefcc3875dd" candidate_uuid: "81293a6e3c6145eba04a126ab72d3a08" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" is_pre_election: true
I20260608 12:42:19.157517 11464 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f57bcce2b4e24db48b052aefcc3875dd" candidate_uuid: "81293a6e3c6145eba04a126ab72d3a08" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3e7d34735e64e69ad8e0810f6415beb" is_pre_election: true
I20260608 12:42:19.158016 11389 raft_consensus.cc:2468] T f57bcce2b4e24db48b052aefcc3875dd P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 81293a6e3c6145eba04a126ab72d3a08 in term 0.
I20260608 12:42:19.158106 11390 raft_consensus.cc:2468] T 0d68e9ae923d4d5386532f108eb3338c P 348575a6d01d4ddb93f9cc197abfd2bf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 81293a6e3c6145eba04a126ab72d3a08 in term 1.
I20260608 12:42:19.158699 11509 tablet_bootstrap.cc:492] T 9fba86c22fca48dcb4bd8de26c9eba7f P 81293a6e3c6145eba04a126ab72d3a08: No bootstrap required, opened a new log
I20260608 12:42:19.148293 11512 tablet_bootstrap.cc:492] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P f3e7d34735e64e69ad8e0810f6415beb: No bootstrap required, opened a new log
I20260608 12:42:19.159261 11509 ts_tablet_manager.cc:1403] T 9fba86c22fca48dcb4bd8de26c9eba7f P 81293a6e3c6145eba04a126ab72d3a08: Time spent bootstrapping tablet: real 0.030s	user 0.015s	sys 0.011s
I20260608 12:42:19.159636 11512 ts_tablet_manager.cc:1403] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P f3e7d34735e64e69ad8e0810f6415beb: Time spent bootstrapping tablet: real 0.073s	user 0.016s	sys 0.012s
W20260608 12:42:19.160701 11279 leader_election.cc:343] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f3e7d34735e64e69ad8e0810f6415beb (127.0.107.195:42331): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:19.161553 11279 leader_election.cc:304] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08 [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: 348575a6d01d4ddb93f9cc197abfd2bf, 81293a6e3c6145eba04a126ab72d3a08; no voters: f3e7d34735e64e69ad8e0810f6415beb
I20260608 12:42:19.161489 11510 raft_consensus.cc:359] T 76683378ffae47afa73ccdf5929817a1 P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.162519 11510 raft_consensus.cc:385] T 76683378ffae47afa73ccdf5929817a1 P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:19.162949 11533 raft_consensus.cc:2804] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:19.162907 11509 raft_consensus.cc:359] T 9fba86c22fca48dcb4bd8de26c9eba7f P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.163195 11512 raft_consensus.cc:359] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.163877 11533 raft_consensus.cc:493] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:19.164054 11509 raft_consensus.cc:385] T 9fba86c22fca48dcb4bd8de26c9eba7f P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:19.164196 11512 raft_consensus.cc:385] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:19.164491 11533 raft_consensus.cc:3060] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:19.164631 11509 raft_consensus.cc:740] T 9fba86c22fca48dcb4bd8de26c9eba7f P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 81293a6e3c6145eba04a126ab72d3a08, State: Initialized, Role: FOLLOWER
I20260608 12:42:19.162951 11510 raft_consensus.cc:740] T 76683378ffae47afa73ccdf5929817a1 P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 348575a6d01d4ddb93f9cc197abfd2bf, State: Initialized, Role: FOLLOWER
I20260608 12:42:19.166075 11509 consensus_queue.cc:260] T 9fba86c22fca48dcb4bd8de26c9eba7f P 81293a6e3c6145eba04a126ab72d3a08 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.166364 11510 consensus_queue.cc:260] T 76683378ffae47afa73ccdf5929817a1 P 348575a6d01d4ddb93f9cc197abfd2bf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.167548 11279 leader_election.cc:304] T 0d68e9ae923d4d5386532f108eb3338c P 81293a6e3c6145eba04a126ab72d3a08 [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: 348575a6d01d4ddb93f9cc197abfd2bf, 81293a6e3c6145eba04a126ab72d3a08; no voters: f3e7d34735e64e69ad8e0810f6415beb
I20260608 12:42:19.164731 11512 raft_consensus.cc:740] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3e7d34735e64e69ad8e0810f6415beb, State: Initialized, Role: FOLLOWER
I20260608 12:42:19.168915 11509 ts_tablet_manager.cc:1434] T 9fba86c22fca48dcb4bd8de26c9eba7f P 81293a6e3c6145eba04a126ab72d3a08: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.001s
I20260608 12:42:19.169772 11512 consensus_queue.cc:260] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P f3e7d34735e64e69ad8e0810f6415beb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.175138 11509 tablet_bootstrap.cc:492] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 81293a6e3c6145eba04a126ab72d3a08: Bootstrap starting.
I20260608 12:42:19.179190 11533 raft_consensus.cc:515] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.180613 11512 ts_tablet_manager.cc:1434] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P f3e7d34735e64e69ad8e0810f6415beb: Time spent starting tablet: real 0.021s	user 0.008s	sys 0.000s
I20260608 12:42:19.168937 11510 ts_tablet_manager.cc:1434] T 76683378ffae47afa73ccdf5929817a1 P 348575a6d01d4ddb93f9cc197abfd2bf: Time spent starting tablet: real 0.014s	user 0.005s	sys 0.004s
I20260608 12:42:19.182082 11533 leader_election.cc:290] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08 [CANDIDATE]: Term 1 election: Requested vote from peers 348575a6d01d4ddb93f9cc197abfd2bf (127.0.107.194:34565), f3e7d34735e64e69ad8e0810f6415beb (127.0.107.195:42331)
I20260608 12:42:19.182417 11510 tablet_bootstrap.cc:492] T a503b1d5e76a4f08a369378fee213cb2 P 348575a6d01d4ddb93f9cc197abfd2bf: Bootstrap starting.
I20260608 12:42:19.183590 11509 tablet_bootstrap.cc:654] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 81293a6e3c6145eba04a126ab72d3a08: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:19.188200 11512 tablet_bootstrap.cc:492] T 0d68e9ae923d4d5386532f108eb3338c P f3e7d34735e64e69ad8e0810f6415beb: Bootstrap starting.
I20260608 12:42:19.188686 11533 raft_consensus.cc:2804] T 0d68e9ae923d4d5386532f108eb3338c P 81293a6e3c6145eba04a126ab72d3a08 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:19.190259 11390 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f57bcce2b4e24db48b052aefcc3875dd" candidate_uuid: "81293a6e3c6145eba04a126ab72d3a08" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "348575a6d01d4ddb93f9cc197abfd2bf"
I20260608 12:42:19.191908 11390 raft_consensus.cc:3060] T f57bcce2b4e24db48b052aefcc3875dd P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:19.193120 11464 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f57bcce2b4e24db48b052aefcc3875dd" candidate_uuid: "81293a6e3c6145eba04a126ab72d3a08" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3e7d34735e64e69ad8e0810f6415beb"
I20260608 12:42:19.194025 11533 raft_consensus.cc:697] T 0d68e9ae923d4d5386532f108eb3338c P 81293a6e3c6145eba04a126ab72d3a08 [term 1 LEADER]: Becoming Leader. State: Replica: 81293a6e3c6145eba04a126ab72d3a08, State: Running, Role: LEADER
I20260608 12:42:19.193122 11510 tablet_bootstrap.cc:654] T a503b1d5e76a4f08a369378fee213cb2 P 348575a6d01d4ddb93f9cc197abfd2bf: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:19.195042 11533 consensus_queue.cc:237] T 0d68e9ae923d4d5386532f108eb3338c P 81293a6e3c6145eba04a126ab72d3a08 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } }
W20260608 12:42:19.196943 11279 leader_election.cc:343] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer f3e7d34735e64e69ad8e0810f6415beb (127.0.107.195:42331): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:19.198812 11512 tablet_bootstrap.cc:654] T 0d68e9ae923d4d5386532f108eb3338c P f3e7d34735e64e69ad8e0810f6415beb: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:19.201373 11390 raft_consensus.cc:2468] T f57bcce2b4e24db48b052aefcc3875dd P 348575a6d01d4ddb93f9cc197abfd2bf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 81293a6e3c6145eba04a126ab72d3a08 in term 1.
I20260608 12:42:19.204517 11509 tablet_bootstrap.cc:492] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 81293a6e3c6145eba04a126ab72d3a08: No bootstrap required, opened a new log
I20260608 12:42:19.205245 11509 ts_tablet_manager.cc:1403] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 81293a6e3c6145eba04a126ab72d3a08: Time spent bootstrapping tablet: real 0.030s	user 0.007s	sys 0.012s
I20260608 12:42:19.204805 11279 leader_election.cc:304] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08 [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: 348575a6d01d4ddb93f9cc197abfd2bf, 81293a6e3c6145eba04a126ab72d3a08; no voters: f3e7d34735e64e69ad8e0810f6415beb
I20260608 12:42:19.206357 11520 raft_consensus.cc:2804] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:19.207049 11520 raft_consensus.cc:697] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08 [term 1 LEADER]: Becoming Leader. State: Replica: 81293a6e3c6145eba04a126ab72d3a08, State: Running, Role: LEADER
I20260608 12:42:19.208243 11510 tablet_bootstrap.cc:492] T a503b1d5e76a4f08a369378fee213cb2 P 348575a6d01d4ddb93f9cc197abfd2bf: No bootstrap required, opened a new log
I20260608 12:42:19.208330 11520 consensus_queue.cc:237] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.209022 11509 raft_consensus.cc:359] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.209982 11509 raft_consensus.cc:385] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:19.210340 11509 raft_consensus.cc:740] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 81293a6e3c6145eba04a126ab72d3a08, State: Initialized, Role: FOLLOWER
I20260608 12:42:19.209070 11510 ts_tablet_manager.cc:1403] T a503b1d5e76a4f08a369378fee213cb2 P 348575a6d01d4ddb93f9cc197abfd2bf: Time spent bootstrapping tablet: real 0.027s	user 0.015s	sys 0.006s
I20260608 12:42:19.211251 11509 consensus_queue.cc:260] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 81293a6e3c6145eba04a126ab72d3a08 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.214594 11509 ts_tablet_manager.cc:1434] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 81293a6e3c6145eba04a126ab72d3a08: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.002s
I20260608 12:42:19.216246 11510 raft_consensus.cc:359] T a503b1d5e76a4f08a369378fee213cb2 P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.217182 11510 raft_consensus.cc:385] T a503b1d5e76a4f08a369378fee213cb2 P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:19.217579 11510 raft_consensus.cc:740] T a503b1d5e76a4f08a369378fee213cb2 P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 348575a6d01d4ddb93f9cc197abfd2bf, State: Initialized, Role: FOLLOWER
I20260608 12:42:19.218559 11510 consensus_queue.cc:260] T a503b1d5e76a4f08a369378fee213cb2 P 348575a6d01d4ddb93f9cc197abfd2bf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.222003 11510 ts_tablet_manager.cc:1434] T a503b1d5e76a4f08a369378fee213cb2 P 348575a6d01d4ddb93f9cc197abfd2bf: Time spent starting tablet: real 0.010s	user 0.003s	sys 0.005s
I20260608 12:42:19.222544 11512 tablet_bootstrap.cc:492] T 0d68e9ae923d4d5386532f108eb3338c P f3e7d34735e64e69ad8e0810f6415beb: No bootstrap required, opened a new log
I20260608 12:42:19.223173 11512 ts_tablet_manager.cc:1403] T 0d68e9ae923d4d5386532f108eb3338c P f3e7d34735e64e69ad8e0810f6415beb: Time spent bootstrapping tablet: real 0.035s	user 0.014s	sys 0.001s
I20260608 12:42:19.228077 11512 raft_consensus.cc:359] T 0d68e9ae923d4d5386532f108eb3338c P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } }
I20260608 12:42:19.228976 11512 raft_consensus.cc:385] T 0d68e9ae923d4d5386532f108eb3338c P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:19.229383 11512 raft_consensus.cc:740] T 0d68e9ae923d4d5386532f108eb3338c P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3e7d34735e64e69ad8e0810f6415beb, State: Initialized, Role: FOLLOWER
I20260608 12:42:19.230500 11512 consensus_queue.cc:260] T 0d68e9ae923d4d5386532f108eb3338c P f3e7d34735e64e69ad8e0810f6415beb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } }
I20260608 12:42:19.233086 11512 ts_tablet_manager.cc:1434] T 0d68e9ae923d4d5386532f108eb3338c P f3e7d34735e64e69ad8e0810f6415beb: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 12:42:19.234347 11512 tablet_bootstrap.cc:492] T f57bcce2b4e24db48b052aefcc3875dd P f3e7d34735e64e69ad8e0810f6415beb: Bootstrap starting.
I20260608 12:42:19.233901 11212 catalog_manager.cc:5696] T 0d68e9ae923d4d5386532f108eb3338c P 81293a6e3c6145eba04a126ab72d3a08 reported cstate change: term changed from 0 to 1, leader changed from <none> to 81293a6e3c6145eba04a126ab72d3a08 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "81293a6e3c6145eba04a126ab72d3a08" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:19.241034 11512 tablet_bootstrap.cc:654] T f57bcce2b4e24db48b052aefcc3875dd P f3e7d34735e64e69ad8e0810f6415beb: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:19.246685 11512 tablet_bootstrap.cc:492] T f57bcce2b4e24db48b052aefcc3875dd P f3e7d34735e64e69ad8e0810f6415beb: No bootstrap required, opened a new log
I20260608 12:42:19.247220 11512 ts_tablet_manager.cc:1403] T f57bcce2b4e24db48b052aefcc3875dd P f3e7d34735e64e69ad8e0810f6415beb: Time spent bootstrapping tablet: real 0.013s	user 0.010s	sys 0.000s
I20260608 12:42:19.250347 11512 raft_consensus.cc:359] T f57bcce2b4e24db48b052aefcc3875dd P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.251202 11512 raft_consensus.cc:385] T f57bcce2b4e24db48b052aefcc3875dd P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:19.251611 11512 raft_consensus.cc:740] T f57bcce2b4e24db48b052aefcc3875dd P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3e7d34735e64e69ad8e0810f6415beb, State: Initialized, Role: FOLLOWER
I20260608 12:42:19.252528 11512 consensus_queue.cc:260] T f57bcce2b4e24db48b052aefcc3875dd P f3e7d34735e64e69ad8e0810f6415beb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.252871 11211 catalog_manager.cc:5696] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08 reported cstate change: term changed from 0 to 1, leader changed from <none> to 81293a6e3c6145eba04a126ab72d3a08 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "81293a6e3c6145eba04a126ab72d3a08" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:19.255227 11512 ts_tablet_manager.cc:1434] T f57bcce2b4e24db48b052aefcc3875dd P f3e7d34735e64e69ad8e0810f6415beb: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.000s
I20260608 12:42:19.256472 11512 tablet_bootstrap.cc:492] T a503b1d5e76a4f08a369378fee213cb2 P f3e7d34735e64e69ad8e0810f6415beb: Bootstrap starting.
I20260608 12:42:19.262993 11512 tablet_bootstrap.cc:654] T a503b1d5e76a4f08a369378fee213cb2 P f3e7d34735e64e69ad8e0810f6415beb: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:19.269017 11512 tablet_bootstrap.cc:492] T a503b1d5e76a4f08a369378fee213cb2 P f3e7d34735e64e69ad8e0810f6415beb: No bootstrap required, opened a new log
I20260608 12:42:19.269482 11512 ts_tablet_manager.cc:1403] T a503b1d5e76a4f08a369378fee213cb2 P f3e7d34735e64e69ad8e0810f6415beb: Time spent bootstrapping tablet: real 0.013s	user 0.011s	sys 0.000s
I20260608 12:42:19.271904 11512 raft_consensus.cc:359] T a503b1d5e76a4f08a369378fee213cb2 P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.272488 11512 raft_consensus.cc:385] T a503b1d5e76a4f08a369378fee213cb2 P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:19.272776 11512 raft_consensus.cc:740] T a503b1d5e76a4f08a369378fee213cb2 P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3e7d34735e64e69ad8e0810f6415beb, State: Initialized, Role: FOLLOWER
I20260608 12:42:19.273453 11512 consensus_queue.cc:260] T a503b1d5e76a4f08a369378fee213cb2 P f3e7d34735e64e69ad8e0810f6415beb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.275775 11512 ts_tablet_manager.cc:1434] T a503b1d5e76a4f08a369378fee213cb2 P f3e7d34735e64e69ad8e0810f6415beb: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260608 12:42:19.301287 11522 raft_consensus.cc:493] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:19.301855 11522 raft_consensus.cc:515] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
W20260608 12:42:19.302983 11261 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:42:19.304311 11522 leader_election.cc:290] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 81293a6e3c6145eba04a126ab72d3a08 (127.0.107.193:46491), 348575a6d01d4ddb93f9cc197abfd2bf (127.0.107.194:34565)
I20260608 12:42:19.307256 11513 raft_consensus.cc:493] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:19.307842 11513 raft_consensus.cc:515] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.309846 11513 leader_election.cc:290] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 81293a6e3c6145eba04a126ab72d3a08 (127.0.107.193:46491), f3e7d34735e64e69ad8e0810f6415beb (127.0.107.195:42331)
I20260608 12:42:19.310565 11315 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8e0ea68a2a3b4bb79b95cc04ce54a7f8" candidate_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81293a6e3c6145eba04a126ab72d3a08" is_pre_election: true
I20260608 12:42:19.311281 11315 raft_consensus.cc:2468] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 348575a6d01d4ddb93f9cc197abfd2bf in term 0.
I20260608 12:42:19.312690 11356 leader_election.cc:304] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 348575a6d01d4ddb93f9cc197abfd2bf, 81293a6e3c6145eba04a126ab72d3a08; no voters: 
I20260608 12:42:19.313602 11464 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8e0ea68a2a3b4bb79b95cc04ce54a7f8" candidate_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3e7d34735e64e69ad8e0810f6415beb" is_pre_election: true
I20260608 12:42:19.313656 11513 raft_consensus.cc:2804] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:19.314282 11513 raft_consensus.cc:493] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:19.314329 11464 raft_consensus.cc:2468] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 348575a6d01d4ddb93f9cc197abfd2bf in term 0.
I20260608 12:42:19.314759 11513 raft_consensus.cc:3060] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:19.319559 11315 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "76683378ffae47afa73ccdf5929817a1" candidate_uuid: "f3e7d34735e64e69ad8e0810f6415beb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81293a6e3c6145eba04a126ab72d3a08" is_pre_election: true
I20260608 12:42:19.320155 11315 raft_consensus.cc:2468] T 76683378ffae47afa73ccdf5929817a1 P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f3e7d34735e64e69ad8e0810f6415beb in term 0.
I20260608 12:42:19.321053 11390 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "76683378ffae47afa73ccdf5929817a1" candidate_uuid: "f3e7d34735e64e69ad8e0810f6415beb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" is_pre_election: true
I20260608 12:42:19.321403 11430 leader_election.cc:304] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 81293a6e3c6145eba04a126ab72d3a08, f3e7d34735e64e69ad8e0810f6415beb; no voters: 
I20260608 12:42:19.321516 11513 raft_consensus.cc:515] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.321750 11390 raft_consensus.cc:2468] T 76683378ffae47afa73ccdf5929817a1 P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f3e7d34735e64e69ad8e0810f6415beb in term 0.
I20260608 12:42:19.322566 11522 raft_consensus.cc:2804] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:19.322993 11522 raft_consensus.cc:493] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:19.323365 11522 raft_consensus.cc:3060] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:19.324494 11513 leader_election.cc:290] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf [CANDIDATE]: Term 1 election: Requested vote from peers 81293a6e3c6145eba04a126ab72d3a08 (127.0.107.193:46491), f3e7d34735e64e69ad8e0810f6415beb (127.0.107.195:42331)
I20260608 12:42:19.325081 11315 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8e0ea68a2a3b4bb79b95cc04ce54a7f8" candidate_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81293a6e3c6145eba04a126ab72d3a08"
I20260608 12:42:19.325644 11315 raft_consensus.cc:3060] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:19.325611 11464 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8e0ea68a2a3b4bb79b95cc04ce54a7f8" candidate_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3e7d34735e64e69ad8e0810f6415beb"
I20260608 12:42:19.326375 11464 raft_consensus.cc:3060] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:19.329545 11522 raft_consensus.cc:515] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.331374 11522 leader_election.cc:290] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb [CANDIDATE]: Term 1 election: Requested vote from peers 81293a6e3c6145eba04a126ab72d3a08 (127.0.107.193:46491), 348575a6d01d4ddb93f9cc197abfd2bf (127.0.107.194:34565)
I20260608 12:42:19.332423 11314 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "76683378ffae47afa73ccdf5929817a1" candidate_uuid: "f3e7d34735e64e69ad8e0810f6415beb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81293a6e3c6145eba04a126ab72d3a08"
I20260608 12:42:19.332481 11390 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "76683378ffae47afa73ccdf5929817a1" candidate_uuid: "f3e7d34735e64e69ad8e0810f6415beb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "348575a6d01d4ddb93f9cc197abfd2bf"
I20260608 12:42:19.333276 11390 raft_consensus.cc:3060] T 76683378ffae47afa73ccdf5929817a1 P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:19.333276 11314 raft_consensus.cc:3060] T 76683378ffae47afa73ccdf5929817a1 P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:19.333850 11315 raft_consensus.cc:2468] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 81293a6e3c6145eba04a126ab72d3a08 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 348575a6d01d4ddb93f9cc197abfd2bf in term 1.
I20260608 12:42:19.333948 11464 raft_consensus.cc:2468] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P f3e7d34735e64e69ad8e0810f6415beb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 348575a6d01d4ddb93f9cc197abfd2bf in term 1.
I20260608 12:42:19.335088 11356 leader_election.cc:304] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 348575a6d01d4ddb93f9cc197abfd2bf, 81293a6e3c6145eba04a126ab72d3a08; no voters: 
I20260608 12:42:19.335824 11513 raft_consensus.cc:2804] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:19.336198 11513 raft_consensus.cc:697] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf [term 1 LEADER]: Becoming Leader. State: Replica: 348575a6d01d4ddb93f9cc197abfd2bf, State: Running, Role: LEADER
I20260608 12:42:19.337260 11533 raft_consensus.cc:493] T a503b1d5e76a4f08a369378fee213cb2 P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:19.337044 11513 consensus_queue.cc:237] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.337738 11533 raft_consensus.cc:515] T a503b1d5e76a4f08a369378fee213cb2 P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.340073 11533 leader_election.cc:290] T a503b1d5e76a4f08a369378fee213cb2 P 81293a6e3c6145eba04a126ab72d3a08 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 348575a6d01d4ddb93f9cc197abfd2bf (127.0.107.194:34565), f3e7d34735e64e69ad8e0810f6415beb (127.0.107.195:42331)
I20260608 12:42:19.340487 11314 raft_consensus.cc:2468] T 76683378ffae47afa73ccdf5929817a1 P 81293a6e3c6145eba04a126ab72d3a08 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f3e7d34735e64e69ad8e0810f6415beb in term 1.
I20260608 12:42:19.340750 11389 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a503b1d5e76a4f08a369378fee213cb2" candidate_uuid: "81293a6e3c6145eba04a126ab72d3a08" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" is_pre_election: true
I20260608 12:42:19.341413 11389 raft_consensus.cc:2468] T a503b1d5e76a4f08a369378fee213cb2 P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 81293a6e3c6145eba04a126ab72d3a08 in term 0.
I20260608 12:42:19.341847 11430 leader_election.cc:304] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 81293a6e3c6145eba04a126ab72d3a08, f3e7d34735e64e69ad8e0810f6415beb; no voters: 
I20260608 12:42:19.342654 11279 leader_election.cc:304] T a503b1d5e76a4f08a369378fee213cb2 P 81293a6e3c6145eba04a126ab72d3a08 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 348575a6d01d4ddb93f9cc197abfd2bf, 81293a6e3c6145eba04a126ab72d3a08; no voters: 
I20260608 12:42:19.342846 11522 raft_consensus.cc:2804] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:19.343015 11464 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a503b1d5e76a4f08a369378fee213cb2" candidate_uuid: "81293a6e3c6145eba04a126ab72d3a08" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3e7d34735e64e69ad8e0810f6415beb" is_pre_election: true
I20260608 12:42:19.341805 11390 raft_consensus.cc:2468] T 76683378ffae47afa73ccdf5929817a1 P 348575a6d01d4ddb93f9cc197abfd2bf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f3e7d34735e64e69ad8e0810f6415beb in term 1.
I20260608 12:42:19.343979 11533 raft_consensus.cc:2804] T a503b1d5e76a4f08a369378fee213cb2 P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:19.344007 11464 raft_consensus.cc:2468] T a503b1d5e76a4f08a369378fee213cb2 P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 81293a6e3c6145eba04a126ab72d3a08 in term 0.
I20260608 12:42:19.344895 11533 raft_consensus.cc:493] T a503b1d5e76a4f08a369378fee213cb2 P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:19.345494 11533 raft_consensus.cc:3060] T a503b1d5e76a4f08a369378fee213cb2 P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:19.347277 11522 raft_consensus.cc:697] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb [term 1 LEADER]: Becoming Leader. State: Replica: f3e7d34735e64e69ad8e0810f6415beb, State: Running, Role: LEADER
I20260608 12:42:19.348263 11522 consensus_queue.cc:237] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.356212 11533 raft_consensus.cc:515] T a503b1d5e76a4f08a369378fee213cb2 P 81293a6e3c6145eba04a126ab72d3a08 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.356315 11212 catalog_manager.cc:5696] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb reported cstate change: term changed from 0 to 1, leader changed from <none> to f3e7d34735e64e69ad8e0810f6415beb (127.0.107.195). New cstate: current_term: 1 leader_uuid: "f3e7d34735e64e69ad8e0810f6415beb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:19.360317 11390 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a503b1d5e76a4f08a369378fee213cb2" candidate_uuid: "81293a6e3c6145eba04a126ab72d3a08" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "348575a6d01d4ddb93f9cc197abfd2bf"
I20260608 12:42:19.360829 11533 leader_election.cc:290] T a503b1d5e76a4f08a369378fee213cb2 P 81293a6e3c6145eba04a126ab72d3a08 [CANDIDATE]: Term 1 election: Requested vote from peers 348575a6d01d4ddb93f9cc197abfd2bf (127.0.107.194:34565), f3e7d34735e64e69ad8e0810f6415beb (127.0.107.195:42331)
I20260608 12:42:19.360939 11390 raft_consensus.cc:3060] T a503b1d5e76a4f08a369378fee213cb2 P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:19.362794 11464 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a503b1d5e76a4f08a369378fee213cb2" candidate_uuid: "81293a6e3c6145eba04a126ab72d3a08" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3e7d34735e64e69ad8e0810f6415beb"
I20260608 12:42:19.363376 11464 raft_consensus.cc:3060] T a503b1d5e76a4f08a369378fee213cb2 P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:19.363749 11211 catalog_manager.cc:5696] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf reported cstate change: term changed from 0 to 1, leader changed from <none> to 348575a6d01d4ddb93f9cc197abfd2bf (127.0.107.194). New cstate: current_term: 1 leader_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:19.371114 11464 raft_consensus.cc:2468] T a503b1d5e76a4f08a369378fee213cb2 P f3e7d34735e64e69ad8e0810f6415beb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 81293a6e3c6145eba04a126ab72d3a08 in term 1.
I20260608 12:42:19.372383 11390 raft_consensus.cc:2468] T a503b1d5e76a4f08a369378fee213cb2 P 348575a6d01d4ddb93f9cc197abfd2bf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 81293a6e3c6145eba04a126ab72d3a08 in term 1.
I20260608 12:42:19.372411 11279 leader_election.cc:304] T a503b1d5e76a4f08a369378fee213cb2 P 81293a6e3c6145eba04a126ab72d3a08 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 81293a6e3c6145eba04a126ab72d3a08, f3e7d34735e64e69ad8e0810f6415beb; no voters: 
I20260608 12:42:19.373543 11533 raft_consensus.cc:2804] T a503b1d5e76a4f08a369378fee213cb2 P 81293a6e3c6145eba04a126ab72d3a08 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:19.374133 11533 raft_consensus.cc:697] T a503b1d5e76a4f08a369378fee213cb2 P 81293a6e3c6145eba04a126ab72d3a08 [term 1 LEADER]: Becoming Leader. State: Replica: 81293a6e3c6145eba04a126ab72d3a08, State: Running, Role: LEADER
I20260608 12:42:19.374985 11533 consensus_queue.cc:237] T a503b1d5e76a4f08a369378fee213cb2 P 81293a6e3c6145eba04a126ab72d3a08 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.382565 11211 catalog_manager.cc:5696] T a503b1d5e76a4f08a369378fee213cb2 P 81293a6e3c6145eba04a126ab72d3a08 reported cstate change: term changed from 0 to 1, leader changed from <none> to 81293a6e3c6145eba04a126ab72d3a08 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "81293a6e3c6145eba04a126ab72d3a08" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:19.412824 11522 raft_consensus.cc:493] T f57bcce2b4e24db48b052aefcc3875dd P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:19.413498 11522 raft_consensus.cc:515] T f57bcce2b4e24db48b052aefcc3875dd P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.415369 11522 leader_election.cc:290] T f57bcce2b4e24db48b052aefcc3875dd P f3e7d34735e64e69ad8e0810f6415beb [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 81293a6e3c6145eba04a126ab72d3a08 (127.0.107.193:46491), 348575a6d01d4ddb93f9cc197abfd2bf (127.0.107.194:34565)
I20260608 12:42:19.416450 11390 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f57bcce2b4e24db48b052aefcc3875dd" candidate_uuid: "f3e7d34735e64e69ad8e0810f6415beb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" is_pre_election: true
I20260608 12:42:19.416426 11314 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f57bcce2b4e24db48b052aefcc3875dd" candidate_uuid: "f3e7d34735e64e69ad8e0810f6415beb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81293a6e3c6145eba04a126ab72d3a08" is_pre_election: true
I20260608 12:42:19.417598 11390 raft_consensus.cc:2393] T f57bcce2b4e24db48b052aefcc3875dd P 348575a6d01d4ddb93f9cc197abfd2bf [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate f3e7d34735e64e69ad8e0810f6415beb in current term 1: Already voted for candidate 81293a6e3c6145eba04a126ab72d3a08 in this term.
I20260608 12:42:19.418852 11428 leader_election.cc:304] T f57bcce2b4e24db48b052aefcc3875dd P f3e7d34735e64e69ad8e0810f6415beb [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: f3e7d34735e64e69ad8e0810f6415beb; no voters: 348575a6d01d4ddb93f9cc197abfd2bf, 81293a6e3c6145eba04a126ab72d3a08
I20260608 12:42:19.419610 11522 raft_consensus.cc:3060] T f57bcce2b4e24db48b052aefcc3875dd P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:19.425067 11522 raft_consensus.cc:2749] T f57bcce2b4e24db48b052aefcc3875dd P f3e7d34735e64e69ad8e0810f6415beb [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:42:19.507282 11522 raft_consensus.cc:493] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:19.507972 11522 raft_consensus.cc:515] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.510341 11522 leader_election.cc:290] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 81293a6e3c6145eba04a126ab72d3a08 (127.0.107.193:46491), 348575a6d01d4ddb93f9cc197abfd2bf (127.0.107.194:34565)
I20260608 12:42:19.510917 11314 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9fba86c22fca48dcb4bd8de26c9eba7f" candidate_uuid: "f3e7d34735e64e69ad8e0810f6415beb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81293a6e3c6145eba04a126ab72d3a08" is_pre_election: true
I20260608 12:42:19.511530 11390 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9fba86c22fca48dcb4bd8de26c9eba7f" candidate_uuid: "f3e7d34735e64e69ad8e0810f6415beb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" is_pre_election: true
I20260608 12:42:19.511652 11314 raft_consensus.cc:2468] T 9fba86c22fca48dcb4bd8de26c9eba7f P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f3e7d34735e64e69ad8e0810f6415beb in term 0.
I20260608 12:42:19.512126 11390 raft_consensus.cc:2468] T 9fba86c22fca48dcb4bd8de26c9eba7f P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f3e7d34735e64e69ad8e0810f6415beb in term 0.
I20260608 12:42:19.512847 11430 leader_election.cc:304] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 81293a6e3c6145eba04a126ab72d3a08, f3e7d34735e64e69ad8e0810f6415beb; no voters: 
I20260608 12:42:19.513901 11522 raft_consensus.cc:2804] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:19.514463 11522 raft_consensus.cc:493] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:19.514789 11522 raft_consensus.cc:3060] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:19.519909 11522 raft_consensus.cc:515] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.522122 11522 leader_election.cc:290] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb [CANDIDATE]: Term 1 election: Requested vote from peers 81293a6e3c6145eba04a126ab72d3a08 (127.0.107.193:46491), 348575a6d01d4ddb93f9cc197abfd2bf (127.0.107.194:34565)
I20260608 12:42:19.523022 11314 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9fba86c22fca48dcb4bd8de26c9eba7f" candidate_uuid: "f3e7d34735e64e69ad8e0810f6415beb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81293a6e3c6145eba04a126ab72d3a08"
I20260608 12:42:19.523247 11390 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9fba86c22fca48dcb4bd8de26c9eba7f" candidate_uuid: "f3e7d34735e64e69ad8e0810f6415beb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "348575a6d01d4ddb93f9cc197abfd2bf"
I20260608 12:42:19.523622 11314 raft_consensus.cc:3060] T 9fba86c22fca48dcb4bd8de26c9eba7f P 81293a6e3c6145eba04a126ab72d3a08 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:19.523952 11390 raft_consensus.cc:3060] T 9fba86c22fca48dcb4bd8de26c9eba7f P 348575a6d01d4ddb93f9cc197abfd2bf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:19.528906 11314 raft_consensus.cc:2468] T 9fba86c22fca48dcb4bd8de26c9eba7f P 81293a6e3c6145eba04a126ab72d3a08 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f3e7d34735e64e69ad8e0810f6415beb in term 1.
I20260608 12:42:19.529923 11390 raft_consensus.cc:2468] T 9fba86c22fca48dcb4bd8de26c9eba7f P 348575a6d01d4ddb93f9cc197abfd2bf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f3e7d34735e64e69ad8e0810f6415beb in term 1.
I20260608 12:42:19.530210 11430 leader_election.cc:304] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 81293a6e3c6145eba04a126ab72d3a08, f3e7d34735e64e69ad8e0810f6415beb; no voters: 
I20260608 12:42:19.531128 11522 raft_consensus.cc:2804] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:19.531793 11522 raft_consensus.cc:697] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb [term 1 LEADER]: Becoming Leader. State: Replica: f3e7d34735e64e69ad8e0810f6415beb, State: Running, Role: LEADER
I20260608 12:42:19.532508 11522 consensus_queue.cc:237] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } }
I20260608 12:42:19.540529 11211 catalog_manager.cc:5696] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb reported cstate change: term changed from 0 to 1, leader changed from <none> to f3e7d34735e64e69ad8e0810f6415beb (127.0.107.195). New cstate: current_term: 1 leader_uuid: "f3e7d34735e64e69ad8e0810f6415beb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:19.594870 11464 raft_consensus.cc:3060] T 0d68e9ae923d4d5386532f108eb3338c P f3e7d34735e64e69ad8e0810f6415beb [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:19.601718 11533 consensus_queue.cc:1048] T 0d68e9ae923d4d5386532f108eb3338c P 81293a6e3c6145eba04a126ab72d3a08 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:19.614740 11520 consensus_queue.cc:1048] T 0d68e9ae923d4d5386532f108eb3338c P 81293a6e3c6145eba04a126ab72d3a08 [LEADER]: Connected to new peer: Peer: permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:19.730475 11532 consensus_queue.cc:1048] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:19.742147 11532 consensus_queue.cc:1048] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08 [LEADER]: Connected to new peer: Peer: permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:19.819100 11522 consensus_queue.cc:1048] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb [LEADER]: Connected to new peer: Peer: permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:19.826630 11520 consensus_queue.cc:1048] T a503b1d5e76a4f08a369378fee213cb2 P 81293a6e3c6145eba04a126ab72d3a08 [LEADER]: Connected to new peer: Peer: permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:19.850361 11522 consensus_queue.cc:1048] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb [LEADER]: Connected to new peer: Peer: permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:19.865433 11520 consensus_queue.cc:1048] T a503b1d5e76a4f08a369378fee213cb2 P 81293a6e3c6145eba04a126ab72d3a08 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:19.884111 11513 consensus_queue.cc:1048] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:19.926347 11545 consensus_queue.cc:1048] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb [LEADER]: Connected to new peer: Peer: permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:19.929404 11513 consensus_queue.cc:1048] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf [LEADER]: Connected to new peer: Peer: permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.003s
I20260608 12:42:20.003922 11568 consensus_queue.cc:1048] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb [LEADER]: Connected to new peer: Peer: permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260608 12:42:20.580276 11279 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:34565, user_credentials={real_user=slave}} blocked reactor thread for 59365.8us
W20260608 12:42:20.862957 11356 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:46491, user_credentials={real_user=slave}} blocked reactor thread for 92451.1us
W20260608 12:42:21.164319 11556 meta_cache.cc:1261] Time spent looking up entry by key: real 0.115s	user 0.002s	sys 0.000s
I20260608 12:42:21.343518   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:21.349905 11607 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:21.350894 11608 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:21.351614 11610 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:21.352161   431 server_base.cc:1061] running on GCE node
I20260608 12:42:21.353107   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:21.353327   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.
I20260608 12:42:21.353530   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922541353507 us; error 0 us; skew 500 ppm
I20260608 12:42:21.354182   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:21.357314   431 webserver.cc:533] Webserver started at http://127.0.107.196:43003/ using document root <none> and password file <none>
I20260608 12:42:21.357887   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:21.358108   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:21.358381   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:21.359549   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922302632525-431-0/minicluster-data/ts-3-root/instance:
uuid: "865043cc930044eda941dfbacdff7cf1"
format_stamp: "Formatted at 2026-06-08 12:42:21 on dist-test-slave-g6ln"
I20260608 12:42:21.364413   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:42:21.367976 11615 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:21.368794   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.002s
I20260608 12:42:21.369115   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922302632525-431-0/minicluster-data/ts-3-root
uuid: "865043cc930044eda941dfbacdff7cf1"
format_stamp: "Formatted at 2026-06-08 12:42:21 on dist-test-slave-g6ln"
I20260608 12:42:21.369414   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922302632525-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922302632525-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922302632525-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)
I20260608 12:42:21.379739   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:21.380807   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:21.382252   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:21.384670   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:21.384903   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:21.385151   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:21.385336   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:21.428407   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:46119
I20260608 12:42:21.428535 11677 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:46119 every 8 connection(s)
I20260608 12:42:21.443595 11678 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35237
I20260608 12:42:21.444036 11678 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:21.444756 11678 heartbeater.cc:507] Master 127.0.107.254:35237 requested a full tablet report, sending...
I20260608 12:42:21.446892 11212 ts_manager.cc:194] Registered new tserver with Master: 865043cc930044eda941dfbacdff7cf1 (127.0.107.196:46119)
I20260608 12:42:21.448844 11212 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33790
I20260608 12:42:22.451824 11678 heartbeater.cc:499] Master 127.0.107.254:35237 was elected leader, sending a full tablet report...
I20260608 12:42:22.480798 11464 consensus_queue.cc:237] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb [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: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } attrs { replace: true } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } } peers { permanent_uuid: "865043cc930044eda941dfbacdff7cf1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46119 } attrs { promote: true } }
I20260608 12:42:22.488200 11388 raft_consensus.cc:1275] T 9fba86c22fca48dcb4bd8de26c9eba7f P 348575a6d01d4ddb93f9cc197abfd2bf [term 1 FOLLOWER]: Refusing update from remote peer f3e7d34735e64e69ad8e0810f6415beb: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:22.489355 11314 raft_consensus.cc:1275] T 9fba86c22fca48dcb4bd8de26c9eba7f P 81293a6e3c6145eba04a126ab72d3a08 [term 1 FOLLOWER]: Refusing update from remote peer f3e7d34735e64e69ad8e0810f6415beb: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:22.490267 11682 consensus_queue.cc:1048] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb [LEADER]: Connected to new peer: Peer: permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
I20260608 12:42:22.492733 11522 consensus_queue.cc:1048] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb [LEADER]: Connected to new peer: Peer: permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:42:22.503355 11522 raft_consensus.cc:2955] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 865043cc930044eda941dfbacdff7cf1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } attrs { replace: true } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } } peers { permanent_uuid: "865043cc930044eda941dfbacdff7cf1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46119 } attrs { promote: true } } }
I20260608 12:42:22.506247 11388 raft_consensus.cc:2955] T 9fba86c22fca48dcb4bd8de26c9eba7f P 348575a6d01d4ddb93f9cc197abfd2bf [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 865043cc930044eda941dfbacdff7cf1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } attrs { replace: true } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } } peers { permanent_uuid: "865043cc930044eda941dfbacdff7cf1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46119 } attrs { promote: true } } }
W20260608 12:42:22.507792 11429 consensus_peers.cc:597] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb -> Peer 865043cc930044eda941dfbacdff7cf1 (127.0.107.196:46119): Couldn't send request to peer 865043cc930044eda941dfbacdff7cf1. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 9fba86c22fca48dcb4bd8de26c9eba7f. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:22.507046 11314 raft_consensus.cc:2955] T 9fba86c22fca48dcb4bd8de26c9eba7f P 81293a6e3c6145eba04a126ab72d3a08 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 865043cc930044eda941dfbacdff7cf1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } attrs { replace: true } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } } peers { permanent_uuid: "865043cc930044eda941dfbacdff7cf1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46119 } attrs { promote: true } } }
I20260608 12:42:22.527585 11212 catalog_manager.cc:5696] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb reported cstate change: config changed from index -1 to 16, NON_VOTER 865043cc930044eda941dfbacdff7cf1 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "f3e7d34735e64e69ad8e0810f6415beb" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "865043cc930044eda941dfbacdff7cf1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46119 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:22.537019 11388 consensus_queue.cc:237] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf [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: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } attrs { replace: true } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } } peers { permanent_uuid: "865043cc930044eda941dfbacdff7cf1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46119 } attrs { promote: true } }
I20260608 12:42:22.548966 11464 raft_consensus.cc:1275] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P f3e7d34735e64e69ad8e0810f6415beb [term 1 FOLLOWER]: Refusing update from remote peer 348575a6d01d4ddb93f9cc197abfd2bf: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:22.553277 11314 raft_consensus.cc:1275] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 81293a6e3c6145eba04a126ab72d3a08 [term 1 FOLLOWER]: Refusing update from remote peer 348575a6d01d4ddb93f9cc197abfd2bf: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:22.555454 11683 consensus_queue.cc:1048] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:42:22.557713 11698 consensus_queue.cc:1048] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf [LEADER]: Connected to new peer: Peer: permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
W20260608 12:42:22.562943 11355 consensus_peers.cc:597] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf -> Peer 865043cc930044eda941dfbacdff7cf1 (127.0.107.196:46119): Couldn't send request to peer 865043cc930044eda941dfbacdff7cf1. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8e0ea68a2a3b4bb79b95cc04ce54a7f8. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:22.565263 11698 raft_consensus.cc:2955] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 865043cc930044eda941dfbacdff7cf1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } attrs { replace: true } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } } peers { permanent_uuid: "865043cc930044eda941dfbacdff7cf1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46119 } attrs { promote: true } } }
I20260608 12:42:22.567305 11464 raft_consensus.cc:2955] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P f3e7d34735e64e69ad8e0810f6415beb [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 865043cc930044eda941dfbacdff7cf1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } attrs { replace: true } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } } peers { permanent_uuid: "865043cc930044eda941dfbacdff7cf1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46119 } attrs { promote: true } } }
I20260608 12:42:22.569583 11314 raft_consensus.cc:2955] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 81293a6e3c6145eba04a126ab72d3a08 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 865043cc930044eda941dfbacdff7cf1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } attrs { replace: true } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } } peers { permanent_uuid: "865043cc930044eda941dfbacdff7cf1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46119 } attrs { promote: true } } }
I20260608 12:42:22.585107 11205 catalog_manager.cc:5696] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P f3e7d34735e64e69ad8e0810f6415beb reported cstate change: config changed from index -1 to 16, NON_VOTER 865043cc930044eda941dfbacdff7cf1 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } attrs { replace: true } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } } peers { permanent_uuid: "865043cc930044eda941dfbacdff7cf1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46119 } attrs { promote: true } } }
I20260608 12:42:22.596947 11314 consensus_queue.cc:237] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08 [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: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } attrs { replace: true } } peers { permanent_uuid: "865043cc930044eda941dfbacdff7cf1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46119 } attrs { promote: true } }
I20260608 12:42:22.606164 11464 raft_consensus.cc:1275] T f57bcce2b4e24db48b052aefcc3875dd P f3e7d34735e64e69ad8e0810f6415beb [term 1 FOLLOWER]: Refusing update from remote peer 81293a6e3c6145eba04a126ab72d3a08: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:22.607898 11520 consensus_queue.cc:1048] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
W20260608 12:42:22.622908 11280 consensus_peers.cc:597] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08 -> Peer 865043cc930044eda941dfbacdff7cf1 (127.0.107.196:46119): Couldn't send request to peer 865043cc930044eda941dfbacdff7cf1. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: f57bcce2b4e24db48b052aefcc3875dd. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:22.625376 11704 raft_consensus.cc:2955] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08 [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 865043cc930044eda941dfbacdff7cf1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } attrs { replace: true } } peers { permanent_uuid: "865043cc930044eda941dfbacdff7cf1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46119 } attrs { promote: true } } }
I20260608 12:42:22.627713 11388 raft_consensus.cc:1275] T f57bcce2b4e24db48b052aefcc3875dd P 348575a6d01d4ddb93f9cc197abfd2bf [term 1 FOLLOWER]: Refusing update from remote peer 81293a6e3c6145eba04a126ab72d3a08: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:22.626932 11464 raft_consensus.cc:2955] T f57bcce2b4e24db48b052aefcc3875dd P f3e7d34735e64e69ad8e0810f6415beb [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 865043cc930044eda941dfbacdff7cf1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } attrs { replace: true } } peers { permanent_uuid: "865043cc930044eda941dfbacdff7cf1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46119 } attrs { promote: true } } }
I20260608 12:42:22.629854 11520 consensus_queue.cc:1048] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08 [LEADER]: Connected to new peer: Peer: permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:42:22.644407 11388 raft_consensus.cc:2955] T f57bcce2b4e24db48b052aefcc3875dd P 348575a6d01d4ddb93f9cc197abfd2bf [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 865043cc930044eda941dfbacdff7cf1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } attrs { replace: true } } peers { permanent_uuid: "865043cc930044eda941dfbacdff7cf1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46119 } attrs { promote: true } } }
I20260608 12:42:22.645954 11464 consensus_queue.cc:237] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb [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: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } attrs { replace: true } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } } peers { permanent_uuid: "865043cc930044eda941dfbacdff7cf1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46119 } attrs { promote: true } }
I20260608 12:42:22.648031 11209 catalog_manager.cc:5696] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08 reported cstate change: config changed from index -1 to 16, NON_VOTER 865043cc930044eda941dfbacdff7cf1 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "81293a6e3c6145eba04a126ab72d3a08" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "865043cc930044eda941dfbacdff7cf1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46119 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:22.653923 11390 raft_consensus.cc:1275] T 76683378ffae47afa73ccdf5929817a1 P 348575a6d01d4ddb93f9cc197abfd2bf [term 1 FOLLOWER]: Refusing update from remote peer f3e7d34735e64e69ad8e0810f6415beb: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
W20260608 12:42:22.653990 11429 consensus_peers.cc:597] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb -> Peer 865043cc930044eda941dfbacdff7cf1 (127.0.107.196:46119): Couldn't send request to peer 865043cc930044eda941dfbacdff7cf1. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 76683378ffae47afa73ccdf5929817a1. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:22.657117 11687 consensus_queue.cc:1048] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb [LEADER]: Connected to new peer: Peer: permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
I20260608 12:42:22.662438 11314 raft_consensus.cc:1275] T 76683378ffae47afa73ccdf5929817a1 P 81293a6e3c6145eba04a126ab72d3a08 [term 1 FOLLOWER]: Refusing update from remote peer f3e7d34735e64e69ad8e0810f6415beb: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:22.664315 11687 consensus_queue.cc:1048] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb [LEADER]: Connected to new peer: Peer: permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:42:22.666271 11682 raft_consensus.cc:2955] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 865043cc930044eda941dfbacdff7cf1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } attrs { replace: true } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } } peers { permanent_uuid: "865043cc930044eda941dfbacdff7cf1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46119 } attrs { promote: true } } }
I20260608 12:42:22.670104 11390 raft_consensus.cc:2955] T 76683378ffae47afa73ccdf5929817a1 P 348575a6d01d4ddb93f9cc197abfd2bf [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 865043cc930044eda941dfbacdff7cf1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } attrs { replace: true } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } } peers { permanent_uuid: "865043cc930044eda941dfbacdff7cf1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46119 } attrs { promote: true } } }
I20260608 12:42:22.687817 11212 catalog_manager.cc:5696] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb reported cstate change: config changed from index -1 to 16, NON_VOTER 865043cc930044eda941dfbacdff7cf1 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "f3e7d34735e64e69ad8e0810f6415beb" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "865043cc930044eda941dfbacdff7cf1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46119 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:22.690996 11314 raft_consensus.cc:2955] T 76683378ffae47afa73ccdf5929817a1 P 81293a6e3c6145eba04a126ab72d3a08 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 865043cc930044eda941dfbacdff7cf1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } attrs { replace: true } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } } peers { permanent_uuid: "865043cc930044eda941dfbacdff7cf1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46119 } attrs { promote: true } } }
I20260608 12:42:22.985730 11712 ts_tablet_manager.cc:933] T f57bcce2b4e24db48b052aefcc3875dd P 865043cc930044eda941dfbacdff7cf1: Initiating tablet copy from peer 81293a6e3c6145eba04a126ab72d3a08 (127.0.107.193:46491)
I20260608 12:42:22.987905 11712 tablet_copy_client.cc:323] T f57bcce2b4e24db48b052aefcc3875dd P 865043cc930044eda941dfbacdff7cf1: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:46491
I20260608 12:42:23.000643 11325 tablet_copy_service.cc:140] P 81293a6e3c6145eba04a126ab72d3a08: Received BeginTabletCopySession request for tablet f57bcce2b4e24db48b052aefcc3875dd from peer 865043cc930044eda941dfbacdff7cf1 ({username='slave'} at 127.0.0.1:54978)
I20260608 12:42:23.001315 11325 tablet_copy_service.cc:161] P 81293a6e3c6145eba04a126ab72d3a08: Beginning new tablet copy session on tablet f57bcce2b4e24db48b052aefcc3875dd from peer 865043cc930044eda941dfbacdff7cf1 at {username='slave'} at 127.0.0.1:54978: session id = 865043cc930044eda941dfbacdff7cf1-f57bcce2b4e24db48b052aefcc3875dd
I20260608 12:42:23.009939 11325 tablet_copy_source_session.cc:215] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:23.013566 11712 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f57bcce2b4e24db48b052aefcc3875dd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:23.021257 11715 ts_tablet_manager.cc:933] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 865043cc930044eda941dfbacdff7cf1: Initiating tablet copy from peer 348575a6d01d4ddb93f9cc197abfd2bf (127.0.107.194:34565)
I20260608 12:42:23.023545 11715 tablet_copy_client.cc:323] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 865043cc930044eda941dfbacdff7cf1: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:34565
I20260608 12:42:23.037618 11712 tablet_copy_client.cc:806] T f57bcce2b4e24db48b052aefcc3875dd P 865043cc930044eda941dfbacdff7cf1: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:23.038460 11712 tablet_copy_client.cc:670] T f57bcce2b4e24db48b052aefcc3875dd P 865043cc930044eda941dfbacdff7cf1: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:23.039654 11400 tablet_copy_service.cc:140] P 348575a6d01d4ddb93f9cc197abfd2bf: Received BeginTabletCopySession request for tablet 8e0ea68a2a3b4bb79b95cc04ce54a7f8 from peer 865043cc930044eda941dfbacdff7cf1 ({username='slave'} at 127.0.0.1:51876)
I20260608 12:42:23.040406 11400 tablet_copy_service.cc:161] P 348575a6d01d4ddb93f9cc197abfd2bf: Beginning new tablet copy session on tablet 8e0ea68a2a3b4bb79b95cc04ce54a7f8 from peer 865043cc930044eda941dfbacdff7cf1 at {username='slave'} at 127.0.0.1:51876: session id = 865043cc930044eda941dfbacdff7cf1-8e0ea68a2a3b4bb79b95cc04ce54a7f8
I20260608 12:42:23.041308 11718 ts_tablet_manager.cc:933] T 76683378ffae47afa73ccdf5929817a1 P 865043cc930044eda941dfbacdff7cf1: Initiating tablet copy from peer f3e7d34735e64e69ad8e0810f6415beb (127.0.107.195:42331)
I20260608 12:42:23.041715 11717 ts_tablet_manager.cc:933] T 9fba86c22fca48dcb4bd8de26c9eba7f P 865043cc930044eda941dfbacdff7cf1: Initiating tablet copy from peer f3e7d34735e64e69ad8e0810f6415beb (127.0.107.195:42331)
I20260608 12:42:23.047039 11712 tablet_copy_client.cc:538] T f57bcce2b4e24db48b052aefcc3875dd P 865043cc930044eda941dfbacdff7cf1: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:23.064765 11400 tablet_copy_source_session.cc:215] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:23.066672 11712 tablet_bootstrap.cc:492] T f57bcce2b4e24db48b052aefcc3875dd P 865043cc930044eda941dfbacdff7cf1: Bootstrap starting.
I20260608 12:42:23.069834 11715 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8e0ea68a2a3b4bb79b95cc04ce54a7f8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:23.080961 11717 tablet_copy_client.cc:323] T 9fba86c22fca48dcb4bd8de26c9eba7f P 865043cc930044eda941dfbacdff7cf1: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:42331
I20260608 12:42:23.095494 11718 tablet_copy_client.cc:323] T 76683378ffae47afa73ccdf5929817a1 P 865043cc930044eda941dfbacdff7cf1: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:42331
I20260608 12:42:23.108855 11715 tablet_copy_client.cc:806] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 865043cc930044eda941dfbacdff7cf1: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:23.109690 11715 tablet_copy_client.cc:670] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 865043cc930044eda941dfbacdff7cf1: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:23.113881 11474 tablet_copy_service.cc:140] P f3e7d34735e64e69ad8e0810f6415beb: Received BeginTabletCopySession request for tablet 9fba86c22fca48dcb4bd8de26c9eba7f from peer 865043cc930044eda941dfbacdff7cf1 ({username='slave'} at 127.0.0.1:47530)
I20260608 12:42:23.114635 11474 tablet_copy_service.cc:161] P f3e7d34735e64e69ad8e0810f6415beb: Beginning new tablet copy session on tablet 9fba86c22fca48dcb4bd8de26c9eba7f from peer 865043cc930044eda941dfbacdff7cf1 at {username='slave'} at 127.0.0.1:47530: session id = 865043cc930044eda941dfbacdff7cf1-9fba86c22fca48dcb4bd8de26c9eba7f
I20260608 12:42:23.115064 11715 tablet_copy_client.cc:538] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 865043cc930044eda941dfbacdff7cf1: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:23.119843 11473 tablet_copy_service.cc:140] P f3e7d34735e64e69ad8e0810f6415beb: Received BeginTabletCopySession request for tablet 76683378ffae47afa73ccdf5929817a1 from peer 865043cc930044eda941dfbacdff7cf1 ({username='slave'} at 127.0.0.1:47530)
I20260608 12:42:23.120591 11473 tablet_copy_service.cc:161] P f3e7d34735e64e69ad8e0810f6415beb: Beginning new tablet copy session on tablet 76683378ffae47afa73ccdf5929817a1 from peer 865043cc930044eda941dfbacdff7cf1 at {username='slave'} at 127.0.0.1:47530: session id = 865043cc930044eda941dfbacdff7cf1-76683378ffae47afa73ccdf5929817a1
I20260608 12:42:23.124612 11715 tablet_bootstrap.cc:492] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 865043cc930044eda941dfbacdff7cf1: Bootstrap starting.
I20260608 12:42:23.135455 11474 tablet_copy_source_session.cc:215] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:23.143683 11717 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9fba86c22fca48dcb4bd8de26c9eba7f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:23.139124 11473 tablet_copy_source_session.cc:215] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:23.159533 11718 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 76683378ffae47afa73ccdf5929817a1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:23.197494 11717 tablet_copy_client.cc:806] T 9fba86c22fca48dcb4bd8de26c9eba7f P 865043cc930044eda941dfbacdff7cf1: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:23.198218 11717 tablet_copy_client.cc:670] T 9fba86c22fca48dcb4bd8de26c9eba7f P 865043cc930044eda941dfbacdff7cf1: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:23.198850 11718 tablet_copy_client.cc:806] T 76683378ffae47afa73ccdf5929817a1 P 865043cc930044eda941dfbacdff7cf1: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:23.203548 11717 tablet_copy_client.cc:538] T 9fba86c22fca48dcb4bd8de26c9eba7f P 865043cc930044eda941dfbacdff7cf1: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:23.199780 11718 tablet_copy_client.cc:670] T 76683378ffae47afa73ccdf5929817a1 P 865043cc930044eda941dfbacdff7cf1: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:23.211241 11718 tablet_copy_client.cc:538] T 76683378ffae47afa73ccdf5929817a1 P 865043cc930044eda941dfbacdff7cf1: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:23.219152 11712 tablet_bootstrap.cc:492] T f57bcce2b4e24db48b052aefcc3875dd P 865043cc930044eda941dfbacdff7cf1: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=91 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:23.220253 11712 tablet_bootstrap.cc:492] T f57bcce2b4e24db48b052aefcc3875dd P 865043cc930044eda941dfbacdff7cf1: Bootstrap complete.
I20260608 12:42:23.220968 11718 tablet_bootstrap.cc:492] T 76683378ffae47afa73ccdf5929817a1 P 865043cc930044eda941dfbacdff7cf1: Bootstrap starting.
I20260608 12:42:23.221009 11712 ts_tablet_manager.cc:1403] T f57bcce2b4e24db48b052aefcc3875dd P 865043cc930044eda941dfbacdff7cf1: Time spent bootstrapping tablet: real 0.160s	user 0.124s	sys 0.024s
I20260608 12:42:23.226634 11712 raft_consensus.cc:359] T f57bcce2b4e24db48b052aefcc3875dd P 865043cc930044eda941dfbacdff7cf1 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } attrs { replace: true } } peers { permanent_uuid: "865043cc930044eda941dfbacdff7cf1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46119 } attrs { promote: true } }
I20260608 12:42:23.227491 11712 raft_consensus.cc:740] T f57bcce2b4e24db48b052aefcc3875dd P 865043cc930044eda941dfbacdff7cf1 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 865043cc930044eda941dfbacdff7cf1, State: Initialized, Role: LEARNER
I20260608 12:42:23.228161 11712 consensus_queue.cc:260] T f57bcce2b4e24db48b052aefcc3875dd P 865043cc930044eda941dfbacdff7cf1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 16, Last appended: 1.16, Last appended by leader: 16, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } attrs { replace: true } } peers { permanent_uuid: "865043cc930044eda941dfbacdff7cf1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46119 } attrs { promote: true } }
I20260608 12:42:23.228785 11717 tablet_bootstrap.cc:492] T 9fba86c22fca48dcb4bd8de26c9eba7f P 865043cc930044eda941dfbacdff7cf1: Bootstrap starting.
I20260608 12:42:23.256629 11712 ts_tablet_manager.cc:1434] T f57bcce2b4e24db48b052aefcc3875dd P 865043cc930044eda941dfbacdff7cf1: Time spent starting tablet: real 0.033s	user 0.009s	sys 0.000s
I20260608 12:42:23.258744 11325 tablet_copy_service.cc:342] P 81293a6e3c6145eba04a126ab72d3a08: Request end of tablet copy session 865043cc930044eda941dfbacdff7cf1-f57bcce2b4e24db48b052aefcc3875dd received from {username='slave'} at 127.0.0.1:54978
I20260608 12:42:23.259231 11325 tablet_copy_service.cc:434] P 81293a6e3c6145eba04a126ab72d3a08: ending tablet copy session 865043cc930044eda941dfbacdff7cf1-f57bcce2b4e24db48b052aefcc3875dd on tablet f57bcce2b4e24db48b052aefcc3875dd with peer 865043cc930044eda941dfbacdff7cf1
I20260608 12:42:23.269395 11715 tablet_bootstrap.cc:492] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 865043cc930044eda941dfbacdff7cf1: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=127 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:23.270444 11715 tablet_bootstrap.cc:492] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 865043cc930044eda941dfbacdff7cf1: Bootstrap complete.
I20260608 12:42:23.271263 11715 ts_tablet_manager.cc:1403] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 865043cc930044eda941dfbacdff7cf1: Time spent bootstrapping tablet: real 0.147s	user 0.129s	sys 0.012s
I20260608 12:42:23.275110 11715 raft_consensus.cc:359] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 865043cc930044eda941dfbacdff7cf1 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } attrs { replace: true } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } } peers { permanent_uuid: "865043cc930044eda941dfbacdff7cf1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46119 } attrs { promote: true } }
I20260608 12:42:23.276741 11715 raft_consensus.cc:740] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 865043cc930044eda941dfbacdff7cf1 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 865043cc930044eda941dfbacdff7cf1, State: Initialized, Role: LEARNER
I20260608 12:42:23.277410 11715 consensus_queue.cc:260] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 865043cc930044eda941dfbacdff7cf1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 16, Last appended: 1.16, Last appended by leader: 16, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } attrs { replace: true } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } } peers { permanent_uuid: "865043cc930044eda941dfbacdff7cf1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46119 } attrs { promote: true } }
I20260608 12:42:23.279450 11715 ts_tablet_manager.cc:1434] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 865043cc930044eda941dfbacdff7cf1: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:42:23.281404 11400 tablet_copy_service.cc:342] P 348575a6d01d4ddb93f9cc197abfd2bf: Request end of tablet copy session 865043cc930044eda941dfbacdff7cf1-8e0ea68a2a3b4bb79b95cc04ce54a7f8 received from {username='slave'} at 127.0.0.1:51876
I20260608 12:42:23.281828 11400 tablet_copy_service.cc:434] P 348575a6d01d4ddb93f9cc197abfd2bf: ending tablet copy session 865043cc930044eda941dfbacdff7cf1-8e0ea68a2a3b4bb79b95cc04ce54a7f8 on tablet 8e0ea68a2a3b4bb79b95cc04ce54a7f8 with peer 865043cc930044eda941dfbacdff7cf1
I20260608 12:42:23.358139 11717 tablet_bootstrap.cc:492] T 9fba86c22fca48dcb4bd8de26c9eba7f P 865043cc930044eda941dfbacdff7cf1: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=113 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:23.358968 11717 tablet_bootstrap.cc:492] T 9fba86c22fca48dcb4bd8de26c9eba7f P 865043cc930044eda941dfbacdff7cf1: Bootstrap complete.
I20260608 12:42:23.359639 11717 ts_tablet_manager.cc:1403] T 9fba86c22fca48dcb4bd8de26c9eba7f P 865043cc930044eda941dfbacdff7cf1: Time spent bootstrapping tablet: real 0.131s	user 0.095s	sys 0.010s
I20260608 12:42:23.361656 11717 raft_consensus.cc:359] T 9fba86c22fca48dcb4bd8de26c9eba7f P 865043cc930044eda941dfbacdff7cf1 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } attrs { replace: true } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } } peers { permanent_uuid: "865043cc930044eda941dfbacdff7cf1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46119 } attrs { promote: true } }
I20260608 12:42:23.362210 11717 raft_consensus.cc:740] T 9fba86c22fca48dcb4bd8de26c9eba7f P 865043cc930044eda941dfbacdff7cf1 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 865043cc930044eda941dfbacdff7cf1, State: Initialized, Role: LEARNER
I20260608 12:42:23.362699 11717 consensus_queue.cc:260] T 9fba86c22fca48dcb4bd8de26c9eba7f P 865043cc930044eda941dfbacdff7cf1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 16, Last appended: 1.16, Last appended by leader: 16, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } attrs { replace: true } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } } peers { permanent_uuid: "865043cc930044eda941dfbacdff7cf1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46119 } attrs { promote: true } }
I20260608 12:42:23.364675 11717 ts_tablet_manager.cc:1434] T 9fba86c22fca48dcb4bd8de26c9eba7f P 865043cc930044eda941dfbacdff7cf1: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:42:23.366384 11474 tablet_copy_service.cc:342] P f3e7d34735e64e69ad8e0810f6415beb: Request end of tablet copy session 865043cc930044eda941dfbacdff7cf1-9fba86c22fca48dcb4bd8de26c9eba7f received from {username='slave'} at 127.0.0.1:47530
I20260608 12:42:23.366851 11474 tablet_copy_service.cc:434] P f3e7d34735e64e69ad8e0810f6415beb: ending tablet copy session 865043cc930044eda941dfbacdff7cf1-9fba86c22fca48dcb4bd8de26c9eba7f on tablet 9fba86c22fca48dcb4bd8de26c9eba7f with peer 865043cc930044eda941dfbacdff7cf1
I20260608 12:42:23.380610 11718 tablet_bootstrap.cc:492] T 76683378ffae47afa73ccdf5929817a1 P 865043cc930044eda941dfbacdff7cf1: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=133 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:23.381583 11718 tablet_bootstrap.cc:492] T 76683378ffae47afa73ccdf5929817a1 P 865043cc930044eda941dfbacdff7cf1: Bootstrap complete.
I20260608 12:42:23.382318 11718 ts_tablet_manager.cc:1403] T 76683378ffae47afa73ccdf5929817a1 P 865043cc930044eda941dfbacdff7cf1: Time spent bootstrapping tablet: real 0.162s	user 0.124s	sys 0.017s
I20260608 12:42:23.385164 11718 raft_consensus.cc:359] T 76683378ffae47afa73ccdf5929817a1 P 865043cc930044eda941dfbacdff7cf1 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } attrs { replace: true } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } } peers { permanent_uuid: "865043cc930044eda941dfbacdff7cf1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46119 } attrs { promote: true } }
I20260608 12:42:23.385932 11718 raft_consensus.cc:740] T 76683378ffae47afa73ccdf5929817a1 P 865043cc930044eda941dfbacdff7cf1 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 865043cc930044eda941dfbacdff7cf1, State: Initialized, Role: LEARNER
I20260608 12:42:23.386559 11718 consensus_queue.cc:260] T 76683378ffae47afa73ccdf5929817a1 P 865043cc930044eda941dfbacdff7cf1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 16, Last appended: 1.16, Last appended by leader: 16, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "81293a6e3c6145eba04a126ab72d3a08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46491 } } peers { permanent_uuid: "348575a6d01d4ddb93f9cc197abfd2bf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34565 } attrs { replace: true } } peers { permanent_uuid: "f3e7d34735e64e69ad8e0810f6415beb" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42331 } } peers { permanent_uuid: "865043cc930044eda941dfbacdff7cf1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46119 } attrs { promote: true } }
I20260608 12:42:23.388736 11718 ts_tablet_manager.cc:1434] T 76683378ffae47afa73ccdf5929817a1 P 865043cc930044eda941dfbacdff7cf1: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260608 12:42:23.390467 11474 tablet_copy_service.cc:342] P f3e7d34735e64e69ad8e0810f6415beb: Request end of tablet copy session 865043cc930044eda941dfbacdff7cf1-76683378ffae47afa73ccdf5929817a1 received from {username='slave'} at 127.0.0.1:47530
I20260608 12:42:23.390920 11474 tablet_copy_service.cc:434] P f3e7d34735e64e69ad8e0810f6415beb: ending tablet copy session 865043cc930044eda941dfbacdff7cf1-76683378ffae47afa73ccdf5929817a1 on tablet 76683378ffae47afa73ccdf5929817a1 with peer 865043cc930044eda941dfbacdff7cf1
I20260608 12:42:23.462118   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
W20260608 12:42:23.472790 11430 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 6 similar messages]
W20260608 12:42:23.476742 11430 consensus_peers.cc:597] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb -> Peer 81293a6e3c6145eba04a126ab72d3a08 (127.0.107.193:46491): Couldn't send request to peer 81293a6e3c6145eba04a126ab72d3a08. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:23.483975 11652 raft_consensus.cc:1217] T 76683378ffae47afa73ccdf5929817a1 P 865043cc930044eda941dfbacdff7cf1 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.15->[1.16-1.16]   Dedup: 1.16->[]
I20260608 12:42:23.505368 11652 raft_consensus.cc:1217] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 865043cc930044eda941dfbacdff7cf1 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.15->[1.16-1.16]   Dedup: 1.16->[]
I20260608 12:42:23.527486   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:23.528496   431 tablet_replica.cc:333] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 81293a6e3c6145eba04a126ab72d3a08: stopping tablet replica
I20260608 12:42:23.529175   431 raft_consensus.cc:2243] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 81293a6e3c6145eba04a126ab72d3a08 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:23.529805   431 raft_consensus.cc:2272] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 81293a6e3c6145eba04a126ab72d3a08 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:23.533066   431 tablet_replica.cc:333] T 0d68e9ae923d4d5386532f108eb3338c P 81293a6e3c6145eba04a126ab72d3a08: stopping tablet replica
I20260608 12:42:23.533885   431 raft_consensus.cc:2243] T 0d68e9ae923d4d5386532f108eb3338c P 81293a6e3c6145eba04a126ab72d3a08 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:23.534709   431 raft_consensus.cc:2272] T 0d68e9ae923d4d5386532f108eb3338c P 81293a6e3c6145eba04a126ab72d3a08 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:23.537079   431 tablet_replica.cc:333] T a503b1d5e76a4f08a369378fee213cb2 P 81293a6e3c6145eba04a126ab72d3a08: stopping tablet replica
I20260608 12:42:23.537631   431 raft_consensus.cc:2243] T a503b1d5e76a4f08a369378fee213cb2 P 81293a6e3c6145eba04a126ab72d3a08 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:23.538738   431 raft_consensus.cc:2272] T a503b1d5e76a4f08a369378fee213cb2 P 81293a6e3c6145eba04a126ab72d3a08 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:23.541188   431 tablet_replica.cc:333] T 76683378ffae47afa73ccdf5929817a1 P 81293a6e3c6145eba04a126ab72d3a08: stopping tablet replica
I20260608 12:42:23.541757   431 raft_consensus.cc:2243] T 76683378ffae47afa73ccdf5929817a1 P 81293a6e3c6145eba04a126ab72d3a08 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:23.542297   431 raft_consensus.cc:2272] T 76683378ffae47afa73ccdf5929817a1 P 81293a6e3c6145eba04a126ab72d3a08 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:23.544950   431 tablet_replica.cc:333] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08: stopping tablet replica
I20260608 12:42:23.545504   431 raft_consensus.cc:2243] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:23.546505   431 raft_consensus.cc:2272] T f57bcce2b4e24db48b052aefcc3875dd P 81293a6e3c6145eba04a126ab72d3a08 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:23.549803   431 tablet_replica.cc:333] T 9fba86c22fca48dcb4bd8de26c9eba7f P 81293a6e3c6145eba04a126ab72d3a08: stopping tablet replica
I20260608 12:42:23.550541   431 raft_consensus.cc:2243] T 9fba86c22fca48dcb4bd8de26c9eba7f P 81293a6e3c6145eba04a126ab72d3a08 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:23.551232   431 raft_consensus.cc:2272] T 9fba86c22fca48dcb4bd8de26c9eba7f P 81293a6e3c6145eba04a126ab72d3a08 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:23.555680 11652 raft_consensus.cc:1217] T 9fba86c22fca48dcb4bd8de26c9eba7f P 865043cc930044eda941dfbacdff7cf1 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.15->[1.16-1.16]   Dedup: 1.16->[]
I20260608 12:42:23.587977   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:42:23.610008   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
W20260608 12:42:23.641098 11430 consensus_peers.cc:597] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb -> Peer 81293a6e3c6145eba04a126ab72d3a08 (127.0.107.193:46491): Couldn't send request to peer 81293a6e3c6145eba04a126ab72d3a08. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46491: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:23.647564   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:23.648473   431 tablet_replica.cc:333] T a503b1d5e76a4f08a369378fee213cb2 P 348575a6d01d4ddb93f9cc197abfd2bf: stopping tablet replica
I20260608 12:42:23.649295   431 raft_consensus.cc:2243] T a503b1d5e76a4f08a369378fee213cb2 P 348575a6d01d4ddb93f9cc197abfd2bf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:23.650053   431 raft_consensus.cc:2272] T a503b1d5e76a4f08a369378fee213cb2 P 348575a6d01d4ddb93f9cc197abfd2bf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:23.653182   431 tablet_replica.cc:333] T 0d68e9ae923d4d5386532f108eb3338c P 348575a6d01d4ddb93f9cc197abfd2bf: stopping tablet replica
I20260608 12:42:23.653918   431 raft_consensus.cc:2243] T 0d68e9ae923d4d5386532f108eb3338c P 348575a6d01d4ddb93f9cc197abfd2bf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:23.654532   431 raft_consensus.cc:2272] T 0d68e9ae923d4d5386532f108eb3338c P 348575a6d01d4ddb93f9cc197abfd2bf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:23.657464   431 tablet_replica.cc:333] T 76683378ffae47afa73ccdf5929817a1 P 348575a6d01d4ddb93f9cc197abfd2bf: stopping tablet replica
I20260608 12:42:23.658205   431 raft_consensus.cc:2243] T 76683378ffae47afa73ccdf5929817a1 P 348575a6d01d4ddb93f9cc197abfd2bf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:23.658881   431 raft_consensus.cc:2272] T 76683378ffae47afa73ccdf5929817a1 P 348575a6d01d4ddb93f9cc197abfd2bf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:23.662482   431 tablet_replica.cc:333] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf: stopping tablet replica
I20260608 12:42:23.663282   431 raft_consensus.cc:2243] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:23.665033   431 raft_consensus.cc:2272] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 348575a6d01d4ddb93f9cc197abfd2bf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:23.668285   431 tablet_replica.cc:333] T f57bcce2b4e24db48b052aefcc3875dd P 348575a6d01d4ddb93f9cc197abfd2bf: stopping tablet replica
I20260608 12:42:23.669041   431 raft_consensus.cc:2243] T f57bcce2b4e24db48b052aefcc3875dd P 348575a6d01d4ddb93f9cc197abfd2bf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:23.669623   431 raft_consensus.cc:2272] T f57bcce2b4e24db48b052aefcc3875dd P 348575a6d01d4ddb93f9cc197abfd2bf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:23.672659   431 tablet_replica.cc:333] T 9fba86c22fca48dcb4bd8de26c9eba7f P 348575a6d01d4ddb93f9cc197abfd2bf: stopping tablet replica
I20260608 12:42:23.673417   431 raft_consensus.cc:2243] T 9fba86c22fca48dcb4bd8de26c9eba7f P 348575a6d01d4ddb93f9cc197abfd2bf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:23.674084   431 raft_consensus.cc:2272] T 9fba86c22fca48dcb4bd8de26c9eba7f P 348575a6d01d4ddb93f9cc197abfd2bf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:23.695263   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:42:23.714736   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:42:23.738569   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:23.739245   431 tablet_replica.cc:333] T f57bcce2b4e24db48b052aefcc3875dd P f3e7d34735e64e69ad8e0810f6415beb: stopping tablet replica
I20260608 12:42:23.740093   431 raft_consensus.cc:2243] T f57bcce2b4e24db48b052aefcc3875dd P f3e7d34735e64e69ad8e0810f6415beb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:23.740628   431 raft_consensus.cc:2272] T f57bcce2b4e24db48b052aefcc3875dd P f3e7d34735e64e69ad8e0810f6415beb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:23.742832   431 tablet_replica.cc:333] T a503b1d5e76a4f08a369378fee213cb2 P f3e7d34735e64e69ad8e0810f6415beb: stopping tablet replica
I20260608 12:42:23.743485   431 raft_consensus.cc:2243] T a503b1d5e76a4f08a369378fee213cb2 P f3e7d34735e64e69ad8e0810f6415beb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:23.744051   431 raft_consensus.cc:2272] T a503b1d5e76a4f08a369378fee213cb2 P f3e7d34735e64e69ad8e0810f6415beb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:23.746134   431 tablet_replica.cc:333] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb: stopping tablet replica
I20260608 12:42:23.746701   431 raft_consensus.cc:2243] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:23.747870   431 raft_consensus.cc:2272] T 76683378ffae47afa73ccdf5929817a1 P f3e7d34735e64e69ad8e0810f6415beb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:23.750080   431 tablet_replica.cc:333] T 0d68e9ae923d4d5386532f108eb3338c P f3e7d34735e64e69ad8e0810f6415beb: stopping tablet replica
I20260608 12:42:23.750669   431 raft_consensus.cc:2243] T 0d68e9ae923d4d5386532f108eb3338c P f3e7d34735e64e69ad8e0810f6415beb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:23.751122   431 raft_consensus.cc:2272] T 0d68e9ae923d4d5386532f108eb3338c P f3e7d34735e64e69ad8e0810f6415beb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:23.753275   431 tablet_replica.cc:333] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb: stopping tablet replica
I20260608 12:42:23.753825   431 raft_consensus.cc:2243] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:23.754837   431 raft_consensus.cc:2272] T 9fba86c22fca48dcb4bd8de26c9eba7f P f3e7d34735e64e69ad8e0810f6415beb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:23.756922   431 tablet_replica.cc:333] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P f3e7d34735e64e69ad8e0810f6415beb: stopping tablet replica
I20260608 12:42:23.757404   431 raft_consensus.cc:2243] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P f3e7d34735e64e69ad8e0810f6415beb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:23.757998   431 raft_consensus.cc:2272] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P f3e7d34735e64e69ad8e0810f6415beb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:23.786239   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:42:23.804040   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:42:23.836855   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:23.837997   431 tablet_replica.cc:333] T 9fba86c22fca48dcb4bd8de26c9eba7f P 865043cc930044eda941dfbacdff7cf1: stopping tablet replica
I20260608 12:42:23.838650   431 raft_consensus.cc:2243] T 9fba86c22fca48dcb4bd8de26c9eba7f P 865043cc930044eda941dfbacdff7cf1 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:42:23.839087   431 raft_consensus.cc:2272] T 9fba86c22fca48dcb4bd8de26c9eba7f P 865043cc930044eda941dfbacdff7cf1 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:42:23.841305   431 tablet_replica.cc:333] T 76683378ffae47afa73ccdf5929817a1 P 865043cc930044eda941dfbacdff7cf1: stopping tablet replica
I20260608 12:42:23.841832   431 raft_consensus.cc:2243] T 76683378ffae47afa73ccdf5929817a1 P 865043cc930044eda941dfbacdff7cf1 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:42:23.842216   431 raft_consensus.cc:2272] T 76683378ffae47afa73ccdf5929817a1 P 865043cc930044eda941dfbacdff7cf1 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:42:23.844275   431 tablet_replica.cc:333] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 865043cc930044eda941dfbacdff7cf1: stopping tablet replica
I20260608 12:42:23.844770   431 raft_consensus.cc:2243] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 865043cc930044eda941dfbacdff7cf1 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:42:23.845155   431 raft_consensus.cc:2272] T 8e0ea68a2a3b4bb79b95cc04ce54a7f8 P 865043cc930044eda941dfbacdff7cf1 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:42:23.847108   431 tablet_replica.cc:333] T f57bcce2b4e24db48b052aefcc3875dd P 865043cc930044eda941dfbacdff7cf1: stopping tablet replica
I20260608 12:42:23.847638   431 raft_consensus.cc:2243] T f57bcce2b4e24db48b052aefcc3875dd P 865043cc930044eda941dfbacdff7cf1 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:42:23.848057   431 raft_consensus.cc:2272] T f57bcce2b4e24db48b052aefcc3875dd P 865043cc930044eda941dfbacdff7cf1 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:42:23.869726   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:42:23.882865   431 master.cc:562] Master@127.0.107.254:35237 shutting down...
W20260608 12:42:23.905055 11261 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:42:23.905311 11261 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:42:23.905529 11261 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:42:23.906903   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 1d8e4cfefed64774b94efca318557046 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:23.907568   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 1d8e4cfefed64774b94efca318557046 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:23.907980   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 1d8e4cfefed64774b94efca318557046: stopping tablet replica
I20260608 12:42:23.928249   431 master.cc:584] Master@127.0.107.254:35237 shutdown complete.
[       OK ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/0 (6810 ms)
[ RUN      ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/1
I20260608 12:42:23.970098   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:38809
I20260608 12:42:23.971525   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:23.976778 11732 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:23.977205 11733 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:23.978626 11735 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:23.979888   431 server_base.cc:1061] running on GCE node
I20260608 12:42:23.980815   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:23.981042   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.
I20260608 12:42:23.981240   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922543981217 us; error 0 us; skew 500 ppm
I20260608 12:42:23.981865   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:23.984426   431 webserver.cc:533] Webserver started at http://127.0.107.254:36139/ using document root <none> and password file <none>
I20260608 12:42:23.985005   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:23.985229   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:23.985529   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:23.986677   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922302632525-431-0/minicluster-data/master-0-root/instance:
uuid: "e035bcdfeaeb487cb7fd99860f0d2425"
format_stamp: "Formatted at 2026-06-08 12:42:23 on dist-test-slave-g6ln"
I20260608 12:42:23.991532   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:42:23.995124 11740 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:23.996089   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.003s
I20260608 12:42:23.996418   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922302632525-431-0/minicluster-data/master-0-root
uuid: "e035bcdfeaeb487cb7fd99860f0d2425"
format_stamp: "Formatted at 2026-06-08 12:42:23 on dist-test-slave-g6ln"
I20260608 12:42:23.996680   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922302632525-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922302632525-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922302632525-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)
I20260608 12:42:24.025516   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:24.026671   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:24.065186   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:38809
I20260608 12:42:24.065320 11791 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:38809 every 8 connection(s)
I20260608 12:42:24.069586 11792 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:24.080091 11792 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e035bcdfeaeb487cb7fd99860f0d2425: Bootstrap starting.
I20260608 12:42:24.085129 11792 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e035bcdfeaeb487cb7fd99860f0d2425: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:24.089860 11792 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e035bcdfeaeb487cb7fd99860f0d2425: No bootstrap required, opened a new log
I20260608 12:42:24.092103 11792 raft_consensus.cc:359] T 00000000000000000000000000000000 P e035bcdfeaeb487cb7fd99860f0d2425 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e035bcdfeaeb487cb7fd99860f0d2425" member_type: VOTER }
I20260608 12:42:24.092494 11792 raft_consensus.cc:385] T 00000000000000000000000000000000 P e035bcdfeaeb487cb7fd99860f0d2425 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:24.092728 11792 raft_consensus.cc:740] T 00000000000000000000000000000000 P e035bcdfeaeb487cb7fd99860f0d2425 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e035bcdfeaeb487cb7fd99860f0d2425, State: Initialized, Role: FOLLOWER
I20260608 12:42:24.093461 11792 consensus_queue.cc:260] T 00000000000000000000000000000000 P e035bcdfeaeb487cb7fd99860f0d2425 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "e035bcdfeaeb487cb7fd99860f0d2425" member_type: VOTER }
I20260608 12:42:24.093940 11792 raft_consensus.cc:399] T 00000000000000000000000000000000 P e035bcdfeaeb487cb7fd99860f0d2425 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:24.094143 11792 raft_consensus.cc:493] T 00000000000000000000000000000000 P e035bcdfeaeb487cb7fd99860f0d2425 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:24.094465 11792 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e035bcdfeaeb487cb7fd99860f0d2425 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:24.099439 11792 raft_consensus.cc:515] T 00000000000000000000000000000000 P e035bcdfeaeb487cb7fd99860f0d2425 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e035bcdfeaeb487cb7fd99860f0d2425" member_type: VOTER }
I20260608 12:42:24.100000 11792 leader_election.cc:304] T 00000000000000000000000000000000 P e035bcdfeaeb487cb7fd99860f0d2425 [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: e035bcdfeaeb487cb7fd99860f0d2425; no voters: 
I20260608 12:42:24.101179 11792 leader_election.cc:290] T 00000000000000000000000000000000 P e035bcdfeaeb487cb7fd99860f0d2425 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:24.101658 11795 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e035bcdfeaeb487cb7fd99860f0d2425 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:24.103236 11795 raft_consensus.cc:697] T 00000000000000000000000000000000 P e035bcdfeaeb487cb7fd99860f0d2425 [term 1 LEADER]: Becoming Leader. State: Replica: e035bcdfeaeb487cb7fd99860f0d2425, State: Running, Role: LEADER
I20260608 12:42:24.103986 11795 consensus_queue.cc:237] T 00000000000000000000000000000000 P e035bcdfeaeb487cb7fd99860f0d2425 [LEADER]: Queue going to LEADER mode. State: All 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: "e035bcdfeaeb487cb7fd99860f0d2425" member_type: VOTER }
I20260608 12:42:24.104251 11792 sys_catalog.cc:565] T 00000000000000000000000000000000 P e035bcdfeaeb487cb7fd99860f0d2425 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:42:24.108692 11797 sys_catalog.cc:455] T 00000000000000000000000000000000 P e035bcdfeaeb487cb7fd99860f0d2425 [sys.catalog]: SysCatalogTable state changed. Reason: New leader e035bcdfeaeb487cb7fd99860f0d2425. Latest consensus state: current_term: 1 leader_uuid: "e035bcdfeaeb487cb7fd99860f0d2425" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e035bcdfeaeb487cb7fd99860f0d2425" member_type: VOTER } }
I20260608 12:42:24.108834 11796 sys_catalog.cc:455] T 00000000000000000000000000000000 P e035bcdfeaeb487cb7fd99860f0d2425 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "e035bcdfeaeb487cb7fd99860f0d2425" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e035bcdfeaeb487cb7fd99860f0d2425" member_type: VOTER } }
I20260608 12:42:24.109637 11797 sys_catalog.cc:458] T 00000000000000000000000000000000 P e035bcdfeaeb487cb7fd99860f0d2425 [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:24.109709 11796 sys_catalog.cc:458] T 00000000000000000000000000000000 P e035bcdfeaeb487cb7fd99860f0d2425 [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:24.117728 11803 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:42:24.122633 11803 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:42:24.123828   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:42:24.132099 11803 catalog_manager.cc:1382] Generated new cluster ID: 9457dc37e27f457eb59a7447cd66d9d7
I20260608 12:42:24.132418 11803 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:42:24.155104 11803 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:42:24.156553 11803 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:42:24.175685 11803 catalog_manager.cc:6069] T 00000000000000000000000000000000 P e035bcdfeaeb487cb7fd99860f0d2425: Generated new TSK 0
I20260608 12:42:24.176415 11803 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:42:24.191041   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:24.197234 11813 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:24.198447 11814 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:24.201282   431 server_base.cc:1061] running on GCE node
W20260608 12:42:24.201336 11816 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:24.202375   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:24.202610   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.
I20260608 12:42:24.202795   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922544202776 us; error 0 us; skew 500 ppm
I20260608 12:42:24.203382   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:24.233935   431 webserver.cc:533] Webserver started at http://127.0.107.193:33519/ using document root <none> and password file <none>
I20260608 12:42:24.234664   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:24.234846   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:24.235109   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:24.236768   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922302632525-431-0/minicluster-data/ts-0-root/instance:
uuid: "68cc5d77c97b4c0d89cfef409636af5f"
format_stamp: "Formatted at 2026-06-08 12:42:24 on dist-test-slave-g6ln"
I20260608 12:42:24.242095   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:42:24.246258 11822 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:24.247339   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:42:24.247781   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922302632525-431-0/minicluster-data/ts-0-root
uuid: "68cc5d77c97b4c0d89cfef409636af5f"
format_stamp: "Formatted at 2026-06-08 12:42:24 on dist-test-slave-g6ln"
I20260608 12:42:24.248133   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922302632525-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922302632525-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922302632525-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)
I20260608 12:42:24.274210   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:24.275801   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:24.277566   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:24.280400   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:24.280725   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:24.281049   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:24.281260   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:24.327105   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:44505
I20260608 12:42:24.327235 11884 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:44505 every 8 connection(s)
I20260608 12:42:24.334213   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:24.343200 11889 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:24.344482 11890 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:24.348196 11892 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:24.349259   431 server_base.cc:1061] running on GCE node
I20260608 12:42:24.350795 11885 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38809
I20260608 12:42:24.351331 11885 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:24.352460   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:42:24.352517 11885 heartbeater.cc:507] Master 127.0.107.254:38809 requested a full tablet report, sending...
W20260608 12:42:24.353026   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.
I20260608 12:42:24.353279   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922544353258 us; error 0 us; skew 500 ppm
I20260608 12:42:24.354157   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:24.355916 11757 ts_manager.cc:194] Registered new tserver with Master: 68cc5d77c97b4c0d89cfef409636af5f (127.0.107.193:44505)
I20260608 12:42:24.357415   431 webserver.cc:533] Webserver started at http://127.0.107.194:42945/ using document root <none> and password file <none>
I20260608 12:42:24.358006   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:24.358215   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:24.358486   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:24.358611 11757 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56542
I20260608 12:42:24.360141   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922302632525-431-0/minicluster-data/ts-1-root/instance:
uuid: "0593210e3b144472bf5d750308eb8edf"
format_stamp: "Formatted at 2026-06-08 12:42:24 on dist-test-slave-g6ln"
I20260608 12:42:24.365545   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.003s
I20260608 12:42:24.369406 11897 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:24.370203   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:42:24.370507   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922302632525-431-0/minicluster-data/ts-1-root
uuid: "0593210e3b144472bf5d750308eb8edf"
format_stamp: "Formatted at 2026-06-08 12:42:24 on dist-test-slave-g6ln"
I20260608 12:42:24.370808   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922302632525-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922302632525-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922302632525-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)
I20260608 12:42:24.392525   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:24.393859   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:24.395468   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:24.397894   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:24.398124   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:24.398438   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:24.398633   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:24.441982   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:32845
I20260608 12:42:24.442162 11959 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:32845 every 8 connection(s)
I20260608 12:42:24.447716   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:24.456424 11963 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:24.458755 11964 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:24.458937 11966 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:24.459766   431 server_base.cc:1061] running on GCE node
I20260608 12:42:24.460580   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:24.460817   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.
I20260608 12:42:24.461050   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922544461027 us; error 0 us; skew 500 ppm
I20260608 12:42:24.461952   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:24.463757 11960 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38809
I20260608 12:42:24.464150 11960 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:24.465018   431 webserver.cc:533] Webserver started at http://127.0.107.195:33909/ using document root <none> and password file <none>
I20260608 12:42:24.465144 11960 heartbeater.cc:507] Master 127.0.107.254:38809 requested a full tablet report, sending...
I20260608 12:42:24.465677   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:24.465932   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:24.466248   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:24.467762 11757 ts_manager.cc:194] Registered new tserver with Master: 0593210e3b144472bf5d750308eb8edf (127.0.107.194:32845)
I20260608 12:42:24.467976   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922302632525-431-0/minicluster-data/ts-2-root/instance:
uuid: "cfc6ff0088cd4f16983ad69959c0373d"
format_stamp: "Formatted at 2026-06-08 12:42:24 on dist-test-slave-g6ln"
I20260608 12:42:24.469837 11757 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56544
I20260608 12:42:24.474107   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:42:24.478039 11971 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:24.478912   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:42:24.479202   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922302632525-431-0/minicluster-data/ts-2-root
uuid: "cfc6ff0088cd4f16983ad69959c0373d"
format_stamp: "Formatted at 2026-06-08 12:42:24 on dist-test-slave-g6ln"
I20260608 12:42:24.479542   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922302632525-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922302632525-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922302632525-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)
I20260608 12:42:24.508090   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:24.509347   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:24.510679   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:24.513257   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:24.513495   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:24.513913   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:24.514184   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:24.560016   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:40531
I20260608 12:42:24.560207 12033 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:40531 every 8 connection(s)
I20260608 12:42:24.576625 12034 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38809
I20260608 12:42:24.577178 12034 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:24.578074 12034 heartbeater.cc:507] Master 127.0.107.254:38809 requested a full tablet report, sending...
I20260608 12:42:24.580451 11757 ts_manager.cc:194] Registered new tserver with Master: cfc6ff0088cd4f16983ad69959c0373d (127.0.107.195:40531)
I20260608 12:42:24.581526   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.017378808s
I20260608 12:42:24.582163 11757 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56548
I20260608 12:42:25.362353 11885 heartbeater.cc:499] Master 127.0.107.254:38809 was elected leader, sending a full tablet report...
I20260608 12:42:25.472985 11960 heartbeater.cc:499] Master 127.0.107.254:38809 was elected leader, sending a full tablet report...
I20260608 12:42:25.585621 12034 heartbeater.cc:499] Master 127.0.107.254:38809 was elected leader, sending a full tablet report...
I20260608 12:42:25.641871 11757 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:56556:
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"
    }
  }
}
W20260608 12:42:25.644814 11757 catalog_manager.cc:7076] 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.
I20260608 12:42:25.718310 11925 tablet_service.cc:1511] Processing CreateTablet for tablet 32595e6537b548319817e6d0d9f13746 (DEFAULT_TABLE table=test-workload [id=c3405ce7c5924596b78e992024d49ed6]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:25.722055 11924 tablet_service.cc:1511] Processing CreateTablet for tablet 78c0f17e0be744cc9d00c5fc7b7b237d (DEFAULT_TABLE table=test-workload [id=c3405ce7c5924596b78e992024d49ed6]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:25.723996 11925 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 32595e6537b548319817e6d0d9f13746. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:25.725194 11924 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 78c0f17e0be744cc9d00c5fc7b7b237d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:25.730350 11923 tablet_service.cc:1511] Processing CreateTablet for tablet 415a289300e04284bdf369239d4974f4 (DEFAULT_TABLE table=test-workload [id=c3405ce7c5924596b78e992024d49ed6]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:25.732333 11923 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 415a289300e04284bdf369239d4974f4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:25.739147 11922 tablet_service.cc:1511] Processing CreateTablet for tablet c13d8e5fac4d4efa934916694824bcc8 (DEFAULT_TABLE table=test-workload [id=c3405ce7c5924596b78e992024d49ed6]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:25.740952 11922 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c13d8e5fac4d4efa934916694824bcc8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:25.746145 11921 tablet_service.cc:1511] Processing CreateTablet for tablet 04c3fa21200643b69a84faabe439a6cd (DEFAULT_TABLE table=test-workload [id=c3405ce7c5924596b78e992024d49ed6]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:25.749166 11847 tablet_service.cc:1511] Processing CreateTablet for tablet c13d8e5fac4d4efa934916694824bcc8 (DEFAULT_TABLE table=test-workload [id=c3405ce7c5924596b78e992024d49ed6]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:25.751056 11847 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c13d8e5fac4d4efa934916694824bcc8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:25.753007 11846 tablet_service.cc:1511] Processing CreateTablet for tablet 04c3fa21200643b69a84faabe439a6cd (DEFAULT_TABLE table=test-workload [id=c3405ce7c5924596b78e992024d49ed6]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:25.754645 11846 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 04c3fa21200643b69a84faabe439a6cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:25.755388 11920 tablet_service.cc:1511] Processing CreateTablet for tablet 782b4efc9dc44e67a9ddb2ddecab6688 (DEFAULT_TABLE table=test-workload [id=c3405ce7c5924596b78e992024d49ed6]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:25.751456 11848 tablet_service.cc:1511] Processing CreateTablet for tablet 415a289300e04284bdf369239d4974f4 (DEFAULT_TABLE table=test-workload [id=c3405ce7c5924596b78e992024d49ed6]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:25.747478 11850 tablet_service.cc:1511] Processing CreateTablet for tablet 32595e6537b548319817e6d0d9f13746 (DEFAULT_TABLE table=test-workload [id=c3405ce7c5924596b78e992024d49ed6]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:25.756771 11845 tablet_service.cc:1511] Processing CreateTablet for tablet 782b4efc9dc44e67a9ddb2ddecab6688 (DEFAULT_TABLE table=test-workload [id=c3405ce7c5924596b78e992024d49ed6]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:25.749243 11849 tablet_service.cc:1511] Processing CreateTablet for tablet 78c0f17e0be744cc9d00c5fc7b7b237d (DEFAULT_TABLE table=test-workload [id=c3405ce7c5924596b78e992024d49ed6]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:25.759510 11920 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 782b4efc9dc44e67a9ddb2ddecab6688. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:25.764171 11921 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 04c3fa21200643b69a84faabe439a6cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:25.757755 11848 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 415a289300e04284bdf369239d4974f4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:25.768303 11850 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 32595e6537b548319817e6d0d9f13746. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:25.769157 11849 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 78c0f17e0be744cc9d00c5fc7b7b237d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:25.769838 11845 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 782b4efc9dc44e67a9ddb2ddecab6688. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:25.774566 11995 tablet_service.cc:1511] Processing CreateTablet for tablet 04c3fa21200643b69a84faabe439a6cd (DEFAULT_TABLE table=test-workload [id=c3405ce7c5924596b78e992024d49ed6]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:25.774869 11999 tablet_service.cc:1511] Processing CreateTablet for tablet 32595e6537b548319817e6d0d9f13746 (DEFAULT_TABLE table=test-workload [id=c3405ce7c5924596b78e992024d49ed6]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:25.776490 11995 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 04c3fa21200643b69a84faabe439a6cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:25.777232 11998 tablet_service.cc:1511] Processing CreateTablet for tablet 78c0f17e0be744cc9d00c5fc7b7b237d (DEFAULT_TABLE table=test-workload [id=c3405ce7c5924596b78e992024d49ed6]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:25.778818 11998 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 78c0f17e0be744cc9d00c5fc7b7b237d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:25.778671 11997 tablet_service.cc:1511] Processing CreateTablet for tablet 415a289300e04284bdf369239d4974f4 (DEFAULT_TABLE table=test-workload [id=c3405ce7c5924596b78e992024d49ed6]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:25.780223 11999 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 32595e6537b548319817e6d0d9f13746. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:25.780963 11994 tablet_service.cc:1511] Processing CreateTablet for tablet 782b4efc9dc44e67a9ddb2ddecab6688 (DEFAULT_TABLE table=test-workload [id=c3405ce7c5924596b78e992024d49ed6]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:25.777227 11996 tablet_service.cc:1511] Processing CreateTablet for tablet c13d8e5fac4d4efa934916694824bcc8 (DEFAULT_TABLE table=test-workload [id=c3405ce7c5924596b78e992024d49ed6]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:25.788571 11994 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 782b4efc9dc44e67a9ddb2ddecab6688. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:25.789242 11997 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 415a289300e04284bdf369239d4974f4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:25.790797 11996 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c13d8e5fac4d4efa934916694824bcc8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:25.811157 12055 tablet_bootstrap.cc:492] T 782b4efc9dc44e67a9ddb2ddecab6688 P cfc6ff0088cd4f16983ad69959c0373d: Bootstrap starting.
I20260608 12:42:25.824846 12054 tablet_bootstrap.cc:492] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf: Bootstrap starting.
I20260608 12:42:25.834491 12056 tablet_bootstrap.cc:492] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f: Bootstrap starting.
I20260608 12:42:25.841753 12056 tablet_bootstrap.cc:654] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:25.843604 12055 tablet_bootstrap.cc:654] T 782b4efc9dc44e67a9ddb2ddecab6688 P cfc6ff0088cd4f16983ad69959c0373d: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:25.850443 12054 tablet_bootstrap.cc:654] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:25.882494 12056 tablet_bootstrap.cc:492] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f: No bootstrap required, opened a new log
I20260608 12:42:25.888551 12056 ts_tablet_manager.cc:1403] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f: Time spent bootstrapping tablet: real 0.060s	user 0.003s	sys 0.036s
I20260608 12:42:25.894035 12056 raft_consensus.cc:359] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:25.895100 12056 raft_consensus.cc:385] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:25.895529 12056 raft_consensus.cc:740] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 68cc5d77c97b4c0d89cfef409636af5f, State: Initialized, Role: FOLLOWER
I20260608 12:42:25.890470 12055 tablet_bootstrap.cc:492] T 782b4efc9dc44e67a9ddb2ddecab6688 P cfc6ff0088cd4f16983ad69959c0373d: No bootstrap required, opened a new log
I20260608 12:42:25.896333 12055 ts_tablet_manager.cc:1403] T 782b4efc9dc44e67a9ddb2ddecab6688 P cfc6ff0088cd4f16983ad69959c0373d: Time spent bootstrapping tablet: real 0.086s	user 0.004s	sys 0.037s
I20260608 12:42:25.898941 12054 tablet_bootstrap.cc:492] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf: No bootstrap required, opened a new log
I20260608 12:42:25.899572 12054 ts_tablet_manager.cc:1403] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf: Time spent bootstrapping tablet: real 0.075s	user 0.015s	sys 0.016s
I20260608 12:42:25.899019 12055 raft_consensus.cc:359] T 782b4efc9dc44e67a9ddb2ddecab6688 P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:25.900131 12055 raft_consensus.cc:385] T 782b4efc9dc44e67a9ddb2ddecab6688 P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:25.900652 12055 raft_consensus.cc:740] T 782b4efc9dc44e67a9ddb2ddecab6688 P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cfc6ff0088cd4f16983ad69959c0373d, State: Initialized, Role: FOLLOWER
I20260608 12:42:25.900055 12056 consensus_queue.cc:260] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:25.901491 12055 consensus_queue.cc:260] T 782b4efc9dc44e67a9ddb2ddecab6688 P cfc6ff0088cd4f16983ad69959c0373d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:25.902503 12054 raft_consensus.cc:359] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } } peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } }
I20260608 12:42:25.903349 12054 raft_consensus.cc:385] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:25.903728 12054 raft_consensus.cc:740] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0593210e3b144472bf5d750308eb8edf, State: Initialized, Role: FOLLOWER
I20260608 12:42:25.904858 12054 consensus_queue.cc:260] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } } peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } }
I20260608 12:42:25.906127 12056 ts_tablet_manager.cc:1434] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f: Time spent starting tablet: real 0.015s	user 0.005s	sys 0.004s
I20260608 12:42:25.907311 12056 tablet_bootstrap.cc:492] T c13d8e5fac4d4efa934916694824bcc8 P 68cc5d77c97b4c0d89cfef409636af5f: Bootstrap starting.
I20260608 12:42:25.911753 12054 ts_tablet_manager.cc:1434] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.004s
I20260608 12:42:25.915783 12054 tablet_bootstrap.cc:492] T c13d8e5fac4d4efa934916694824bcc8 P 0593210e3b144472bf5d750308eb8edf: Bootstrap starting.
I20260608 12:42:25.916605 12056 tablet_bootstrap.cc:654] T c13d8e5fac4d4efa934916694824bcc8 P 68cc5d77c97b4c0d89cfef409636af5f: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:25.924245 12055 ts_tablet_manager.cc:1434] T 782b4efc9dc44e67a9ddb2ddecab6688 P cfc6ff0088cd4f16983ad69959c0373d: Time spent starting tablet: real 0.028s	user 0.011s	sys 0.012s
I20260608 12:42:25.925948 12055 tablet_bootstrap.cc:492] T c13d8e5fac4d4efa934916694824bcc8 P cfc6ff0088cd4f16983ad69959c0373d: Bootstrap starting.
I20260608 12:42:25.928821 12054 tablet_bootstrap.cc:654] T c13d8e5fac4d4efa934916694824bcc8 P 0593210e3b144472bf5d750308eb8edf: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:25.935609 12055 tablet_bootstrap.cc:654] T c13d8e5fac4d4efa934916694824bcc8 P cfc6ff0088cd4f16983ad69959c0373d: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:25.936532 12056 tablet_bootstrap.cc:492] T c13d8e5fac4d4efa934916694824bcc8 P 68cc5d77c97b4c0d89cfef409636af5f: No bootstrap required, opened a new log
I20260608 12:42:25.937326 12056 ts_tablet_manager.cc:1403] T c13d8e5fac4d4efa934916694824bcc8 P 68cc5d77c97b4c0d89cfef409636af5f: Time spent bootstrapping tablet: real 0.030s	user 0.022s	sys 0.007s
I20260608 12:42:25.940652 12054 tablet_bootstrap.cc:492] T c13d8e5fac4d4efa934916694824bcc8 P 0593210e3b144472bf5d750308eb8edf: No bootstrap required, opened a new log
I20260608 12:42:25.941141 12054 ts_tablet_manager.cc:1403] T c13d8e5fac4d4efa934916694824bcc8 P 0593210e3b144472bf5d750308eb8edf: Time spent bootstrapping tablet: real 0.026s	user 0.015s	sys 0.003s
I20260608 12:42:25.941387 12056 raft_consensus.cc:359] T c13d8e5fac4d4efa934916694824bcc8 P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:25.942487 12056 raft_consensus.cc:385] T c13d8e5fac4d4efa934916694824bcc8 P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:25.942945 12056 raft_consensus.cc:740] T c13d8e5fac4d4efa934916694824bcc8 P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 68cc5d77c97b4c0d89cfef409636af5f, State: Initialized, Role: FOLLOWER
I20260608 12:42:25.943754 12056 consensus_queue.cc:260] T c13d8e5fac4d4efa934916694824bcc8 P 68cc5d77c97b4c0d89cfef409636af5f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:25.944070 12054 raft_consensus.cc:359] T c13d8e5fac4d4efa934916694824bcc8 P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:25.944808 12054 raft_consensus.cc:385] T c13d8e5fac4d4efa934916694824bcc8 P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:25.945225 12054 raft_consensus.cc:740] T c13d8e5fac4d4efa934916694824bcc8 P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0593210e3b144472bf5d750308eb8edf, State: Initialized, Role: FOLLOWER
I20260608 12:42:25.945499 12055 tablet_bootstrap.cc:492] T c13d8e5fac4d4efa934916694824bcc8 P cfc6ff0088cd4f16983ad69959c0373d: No bootstrap required, opened a new log
I20260608 12:42:25.946082 12055 ts_tablet_manager.cc:1403] T c13d8e5fac4d4efa934916694824bcc8 P cfc6ff0088cd4f16983ad69959c0373d: Time spent bootstrapping tablet: real 0.020s	user 0.011s	sys 0.008s
I20260608 12:42:25.946132 12056 ts_tablet_manager.cc:1434] T c13d8e5fac4d4efa934916694824bcc8 P 68cc5d77c97b4c0d89cfef409636af5f: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:42:25.946208 12054 consensus_queue.cc:260] T c13d8e5fac4d4efa934916694824bcc8 P 0593210e3b144472bf5d750308eb8edf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:25.947594 12056 tablet_bootstrap.cc:492] T 78c0f17e0be744cc9d00c5fc7b7b237d P 68cc5d77c97b4c0d89cfef409636af5f: Bootstrap starting.
I20260608 12:42:25.949616 12055 raft_consensus.cc:359] T c13d8e5fac4d4efa934916694824bcc8 P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:25.950475 12055 raft_consensus.cc:385] T c13d8e5fac4d4efa934916694824bcc8 P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:25.950853 12055 raft_consensus.cc:740] T c13d8e5fac4d4efa934916694824bcc8 P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cfc6ff0088cd4f16983ad69959c0373d, State: Initialized, Role: FOLLOWER
I20260608 12:42:25.952118 12055 consensus_queue.cc:260] T c13d8e5fac4d4efa934916694824bcc8 P cfc6ff0088cd4f16983ad69959c0373d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:25.953253 12054 ts_tablet_manager.cc:1434] T c13d8e5fac4d4efa934916694824bcc8 P 0593210e3b144472bf5d750308eb8edf: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.000s
I20260608 12:42:25.954514 12055 ts_tablet_manager.cc:1434] T c13d8e5fac4d4efa934916694824bcc8 P cfc6ff0088cd4f16983ad69959c0373d: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:42:25.954538 12054 tablet_bootstrap.cc:492] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf: Bootstrap starting.
I20260608 12:42:25.958077 12055 tablet_bootstrap.cc:492] T 04c3fa21200643b69a84faabe439a6cd P cfc6ff0088cd4f16983ad69959c0373d: Bootstrap starting.
I20260608 12:42:25.959008 12056 tablet_bootstrap.cc:654] T 78c0f17e0be744cc9d00c5fc7b7b237d P 68cc5d77c97b4c0d89cfef409636af5f: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:25.963495 12054 tablet_bootstrap.cc:654] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:25.967077 12055 tablet_bootstrap.cc:654] T 04c3fa21200643b69a84faabe439a6cd P cfc6ff0088cd4f16983ad69959c0373d: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:25.971753 12056 tablet_bootstrap.cc:492] T 78c0f17e0be744cc9d00c5fc7b7b237d P 68cc5d77c97b4c0d89cfef409636af5f: No bootstrap required, opened a new log
I20260608 12:42:25.972561 12056 ts_tablet_manager.cc:1403] T 78c0f17e0be744cc9d00c5fc7b7b237d P 68cc5d77c97b4c0d89cfef409636af5f: Time spent bootstrapping tablet: real 0.025s	user 0.010s	sys 0.011s
I20260608 12:42:25.976480 12054 tablet_bootstrap.cc:492] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf: No bootstrap required, opened a new log
I20260608 12:42:25.977210 12054 ts_tablet_manager.cc:1403] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf: Time spent bootstrapping tablet: real 0.023s	user 0.014s	sys 0.007s
I20260608 12:42:25.977072 12056 raft_consensus.cc:359] T 78c0f17e0be744cc9d00c5fc7b7b237d P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:25.978125 12056 raft_consensus.cc:385] T 78c0f17e0be744cc9d00c5fc7b7b237d P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:25.978520 12056 raft_consensus.cc:740] T 78c0f17e0be744cc9d00c5fc7b7b237d P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 68cc5d77c97b4c0d89cfef409636af5f, State: Initialized, Role: FOLLOWER
I20260608 12:42:25.979729 12055 tablet_bootstrap.cc:492] T 04c3fa21200643b69a84faabe439a6cd P cfc6ff0088cd4f16983ad69959c0373d: No bootstrap required, opened a new log
I20260608 12:42:25.979549 12056 consensus_queue.cc:260] T 78c0f17e0be744cc9d00c5fc7b7b237d P 68cc5d77c97b4c0d89cfef409636af5f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:25.980381 12055 ts_tablet_manager.cc:1403] T 04c3fa21200643b69a84faabe439a6cd P cfc6ff0088cd4f16983ad69959c0373d: Time spent bootstrapping tablet: real 0.023s	user 0.007s	sys 0.013s
I20260608 12:42:25.981083 12054 raft_consensus.cc:359] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:25.982090 12054 raft_consensus.cc:385] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:25.983027 12054 raft_consensus.cc:740] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0593210e3b144472bf5d750308eb8edf, State: Initialized, Role: FOLLOWER
I20260608 12:42:25.984525 12056 ts_tablet_manager.cc:1434] T 78c0f17e0be744cc9d00c5fc7b7b237d P 68cc5d77c97b4c0d89cfef409636af5f: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.000s
I20260608 12:42:25.984077 12055 raft_consensus.cc:359] T 04c3fa21200643b69a84faabe439a6cd P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:25.984278 12054 consensus_queue.cc:260] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:25.985041 12055 raft_consensus.cc:385] T 04c3fa21200643b69a84faabe439a6cd P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:25.985730 12056 tablet_bootstrap.cc:492] T 415a289300e04284bdf369239d4974f4 P 68cc5d77c97b4c0d89cfef409636af5f: Bootstrap starting.
I20260608 12:42:25.985778 12055 raft_consensus.cc:740] T 04c3fa21200643b69a84faabe439a6cd P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cfc6ff0088cd4f16983ad69959c0373d, State: Initialized, Role: FOLLOWER
I20260608 12:42:25.987928 12054 ts_tablet_manager.cc:1434] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf: Time spent starting tablet: real 0.010s	user 0.009s	sys 0.000s
I20260608 12:42:25.987877 12055 consensus_queue.cc:260] T 04c3fa21200643b69a84faabe439a6cd P cfc6ff0088cd4f16983ad69959c0373d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:25.989557 12054 tablet_bootstrap.cc:492] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf: Bootstrap starting.
I20260608 12:42:25.990342 12055 ts_tablet_manager.cc:1434] T 04c3fa21200643b69a84faabe439a6cd P cfc6ff0088cd4f16983ad69959c0373d: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.002s
I20260608 12:42:25.991641 12055 tablet_bootstrap.cc:492] T 78c0f17e0be744cc9d00c5fc7b7b237d P cfc6ff0088cd4f16983ad69959c0373d: Bootstrap starting.
I20260608 12:42:25.995397 12056 tablet_bootstrap.cc:654] T 415a289300e04284bdf369239d4974f4 P 68cc5d77c97b4c0d89cfef409636af5f: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:25.997108 12054 tablet_bootstrap.cc:654] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:26.000582 12062 raft_consensus.cc:493] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:26.001255 12062 raft_consensus.cc:515] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:26.009606 12055 tablet_bootstrap.cc:654] T 78c0f17e0be744cc9d00c5fc7b7b237d P cfc6ff0088cd4f16983ad69959c0373d: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:26.019115 12062 leader_election.cc:290] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 68cc5d77c97b4c0d89cfef409636af5f (127.0.107.193:44505), cfc6ff0088cd4f16983ad69959c0373d (127.0.107.195:40531)
I20260608 12:42:26.028683 12054 tablet_bootstrap.cc:492] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf: No bootstrap required, opened a new log
I20260608 12:42:26.029422 12054 ts_tablet_manager.cc:1403] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf: Time spent bootstrapping tablet: real 0.040s	user 0.013s	sys 0.003s
I20260608 12:42:26.033011 12054 raft_consensus.cc:359] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:26.034054 12054 raft_consensus.cc:385] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:26.034471 12054 raft_consensus.cc:740] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0593210e3b144472bf5d750308eb8edf, State: Initialized, Role: FOLLOWER
I20260608 12:42:26.035753 12054 consensus_queue.cc:260] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:26.036830 12062 raft_consensus.cc:493] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:26.037334 12062 raft_consensus.cc:515] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:26.043602 12062 leader_election.cc:290] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 68cc5d77c97b4c0d89cfef409636af5f (127.0.107.193:44505), cfc6ff0088cd4f16983ad69959c0373d (127.0.107.195:40531)
I20260608 12:42:26.044785 12056 tablet_bootstrap.cc:492] T 415a289300e04284bdf369239d4974f4 P 68cc5d77c97b4c0d89cfef409636af5f: No bootstrap required, opened a new log
I20260608 12:42:26.045439 12056 ts_tablet_manager.cc:1403] T 415a289300e04284bdf369239d4974f4 P 68cc5d77c97b4c0d89cfef409636af5f: Time spent bootstrapping tablet: real 0.060s	user 0.013s	sys 0.028s
I20260608 12:42:26.046528 12055 tablet_bootstrap.cc:492] T 78c0f17e0be744cc9d00c5fc7b7b237d P cfc6ff0088cd4f16983ad69959c0373d: No bootstrap required, opened a new log
I20260608 12:42:26.048879 12056 raft_consensus.cc:359] T 415a289300e04284bdf369239d4974f4 P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:26.051362 12056 raft_consensus.cc:385] T 415a289300e04284bdf369239d4974f4 P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:26.051715 12056 raft_consensus.cc:740] T 415a289300e04284bdf369239d4974f4 P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 68cc5d77c97b4c0d89cfef409636af5f, State: Initialized, Role: FOLLOWER
I20260608 12:42:26.052616 12054 ts_tablet_manager.cc:1434] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf: Time spent starting tablet: real 0.023s	user 0.008s	sys 0.007s
I20260608 12:42:26.052546 12056 consensus_queue.cc:260] T 415a289300e04284bdf369239d4974f4 P 68cc5d77c97b4c0d89cfef409636af5f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:26.054064 12054 tablet_bootstrap.cc:492] T 04c3fa21200643b69a84faabe439a6cd P 0593210e3b144472bf5d750308eb8edf: Bootstrap starting.
I20260608 12:42:26.053812 12009 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "78c0f17e0be744cc9d00c5fc7b7b237d" candidate_uuid: "0593210e3b144472bf5d750308eb8edf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cfc6ff0088cd4f16983ad69959c0373d" is_pre_election: true
I20260608 12:42:26.055186 12056 ts_tablet_manager.cc:1434] T 415a289300e04284bdf369239d4974f4 P 68cc5d77c97b4c0d89cfef409636af5f: Time spent starting tablet: real 0.009s	user 0.003s	sys 0.001s
I20260608 12:42:26.056205 12056 tablet_bootstrap.cc:492] T 782b4efc9dc44e67a9ddb2ddecab6688 P 68cc5d77c97b4c0d89cfef409636af5f: Bootstrap starting.
I20260608 12:42:26.056034 12008 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "782b4efc9dc44e67a9ddb2ddecab6688" candidate_uuid: "0593210e3b144472bf5d750308eb8edf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cfc6ff0088cd4f16983ad69959c0373d" is_pre_election: true
I20260608 12:42:26.056851 12008 raft_consensus.cc:2468] T 782b4efc9dc44e67a9ddb2ddecab6688 P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0593210e3b144472bf5d750308eb8edf in term 0.
I20260608 12:42:26.058271 11859 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "782b4efc9dc44e67a9ddb2ddecab6688" candidate_uuid: "0593210e3b144472bf5d750308eb8edf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "68cc5d77c97b4c0d89cfef409636af5f" is_pre_election: true
I20260608 12:42:26.059921 12055 ts_tablet_manager.cc:1403] T 78c0f17e0be744cc9d00c5fc7b7b237d P cfc6ff0088cd4f16983ad69959c0373d: Time spent bootstrapping tablet: real 0.069s	user 0.029s	sys 0.001s
I20260608 12:42:26.060161 11860 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "78c0f17e0be744cc9d00c5fc7b7b237d" candidate_uuid: "0593210e3b144472bf5d750308eb8edf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "68cc5d77c97b4c0d89cfef409636af5f" is_pre_election: true
I20260608 12:42:26.061053 11860 raft_consensus.cc:2468] T 78c0f17e0be744cc9d00c5fc7b7b237d P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0593210e3b144472bf5d750308eb8edf in term 0.
I20260608 12:42:26.062398 12056 tablet_bootstrap.cc:654] T 782b4efc9dc44e67a9ddb2ddecab6688 P 68cc5d77c97b4c0d89cfef409636af5f: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:26.062870 12054 tablet_bootstrap.cc:654] T 04c3fa21200643b69a84faabe439a6cd P 0593210e3b144472bf5d750308eb8edf: Neither blocks nor log segments found. Creating new log.
W20260608 12:42:26.063130 11899 leader_election.cc:343] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer cfc6ff0088cd4f16983ad69959c0373d (127.0.107.195:40531): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:26.063501 12055 raft_consensus.cc:359] T 78c0f17e0be744cc9d00c5fc7b7b237d P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:26.064464 12055 raft_consensus.cc:385] T 78c0f17e0be744cc9d00c5fc7b7b237d P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:26.064504 11899 leader_election.cc:304] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0593210e3b144472bf5d750308eb8edf, cfc6ff0088cd4f16983ad69959c0373d; no voters: 
I20260608 12:42:26.064877 12055 raft_consensus.cc:740] T 78c0f17e0be744cc9d00c5fc7b7b237d P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cfc6ff0088cd4f16983ad69959c0373d, State: Initialized, Role: FOLLOWER
I20260608 12:42:26.065722 12062 raft_consensus.cc:493] T c13d8e5fac4d4efa934916694824bcc8 P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:26.066087 12055 consensus_queue.cc:260] T 78c0f17e0be744cc9d00c5fc7b7b237d P cfc6ff0088cd4f16983ad69959c0373d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:26.066309 12062 raft_consensus.cc:515] T c13d8e5fac4d4efa934916694824bcc8 P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:26.070065 12062 leader_election.cc:290] T c13d8e5fac4d4efa934916694824bcc8 P 0593210e3b144472bf5d750308eb8edf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 68cc5d77c97b4c0d89cfef409636af5f (127.0.107.193:44505), cfc6ff0088cd4f16983ad69959c0373d (127.0.107.195:40531)
I20260608 12:42:26.070873 12062 raft_consensus.cc:2804] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:26.072017 12060 raft_consensus.cc:493] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:26.072616 12060 raft_consensus.cc:515] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:26.073081 12055 ts_tablet_manager.cc:1434] T 78c0f17e0be744cc9d00c5fc7b7b237d P cfc6ff0088cd4f16983ad69959c0373d: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.001s
I20260608 12:42:26.074865 12055 tablet_bootstrap.cc:492] T 415a289300e04284bdf369239d4974f4 P cfc6ff0088cd4f16983ad69959c0373d: Bootstrap starting.
W20260608 12:42:26.081969 11900 leader_election.cc:343] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 68cc5d77c97b4c0d89cfef409636af5f (127.0.107.193:44505): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:26.084686 12056 tablet_bootstrap.cc:492] T 782b4efc9dc44e67a9ddb2ddecab6688 P 68cc5d77c97b4c0d89cfef409636af5f: No bootstrap required, opened a new log
I20260608 12:42:26.085369 12056 ts_tablet_manager.cc:1403] T 782b4efc9dc44e67a9ddb2ddecab6688 P 68cc5d77c97b4c0d89cfef409636af5f: Time spent bootstrapping tablet: real 0.029s	user 0.024s	sys 0.002s
I20260608 12:42:26.086694 12055 tablet_bootstrap.cc:654] T 415a289300e04284bdf369239d4974f4 P cfc6ff0088cd4f16983ad69959c0373d: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:26.091714 11860 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c13d8e5fac4d4efa934916694824bcc8" candidate_uuid: "0593210e3b144472bf5d750308eb8edf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "68cc5d77c97b4c0d89cfef409636af5f" is_pre_election: true
I20260608 12:42:26.091897 12056 raft_consensus.cc:359] T 782b4efc9dc44e67a9ddb2ddecab6688 P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:26.092890 11860 raft_consensus.cc:2468] T c13d8e5fac4d4efa934916694824bcc8 P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0593210e3b144472bf5d750308eb8edf in term 0.
I20260608 12:42:26.092916 12056 raft_consensus.cc:385] T 782b4efc9dc44e67a9ddb2ddecab6688 P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:26.094545 12056 raft_consensus.cc:740] T 782b4efc9dc44e67a9ddb2ddecab6688 P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 68cc5d77c97b4c0d89cfef409636af5f, State: Initialized, Role: FOLLOWER
I20260608 12:42:26.094705 12008 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c13d8e5fac4d4efa934916694824bcc8" candidate_uuid: "0593210e3b144472bf5d750308eb8edf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cfc6ff0088cd4f16983ad69959c0373d" is_pre_election: true
I20260608 12:42:26.095779 12056 consensus_queue.cc:260] T 782b4efc9dc44e67a9ddb2ddecab6688 P 68cc5d77c97b4c0d89cfef409636af5f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:26.097201 12055 tablet_bootstrap.cc:492] T 415a289300e04284bdf369239d4974f4 P cfc6ff0088cd4f16983ad69959c0373d: No bootstrap required, opened a new log
I20260608 12:42:26.097793 12055 ts_tablet_manager.cc:1403] T 415a289300e04284bdf369239d4974f4 P cfc6ff0088cd4f16983ad69959c0373d: Time spent bootstrapping tablet: real 0.023s	user 0.015s	sys 0.001s
I20260608 12:42:26.100236 12008 raft_consensus.cc:2468] T c13d8e5fac4d4efa934916694824bcc8 P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0593210e3b144472bf5d750308eb8edf in term 0.
I20260608 12:42:26.101316 12055 raft_consensus.cc:359] T 415a289300e04284bdf369239d4974f4 P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:26.101800 11899 leader_election.cc:304] T c13d8e5fac4d4efa934916694824bcc8 P 0593210e3b144472bf5d750308eb8edf [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0593210e3b144472bf5d750308eb8edf, cfc6ff0088cd4f16983ad69959c0373d; no voters: 
I20260608 12:42:26.102141 12055 raft_consensus.cc:385] T 415a289300e04284bdf369239d4974f4 P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:26.102514 12055 raft_consensus.cc:740] T 415a289300e04284bdf369239d4974f4 P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cfc6ff0088cd4f16983ad69959c0373d, State: Initialized, Role: FOLLOWER
I20260608 12:42:26.103539 12055 consensus_queue.cc:260] T 415a289300e04284bdf369239d4974f4 P cfc6ff0088cd4f16983ad69959c0373d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:26.104744 12060 leader_election.cc:290] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0593210e3b144472bf5d750308eb8edf (127.0.107.194:32845), cfc6ff0088cd4f16983ad69959c0373d (127.0.107.195:40531)
I20260608 12:42:26.106690 11900 leader_election.cc:304] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf [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: 0593210e3b144472bf5d750308eb8edf, 68cc5d77c97b4c0d89cfef409636af5f; no voters: cfc6ff0088cd4f16983ad69959c0373d
I20260608 12:42:26.107663 12074 raft_consensus.cc:2804] T c13d8e5fac4d4efa934916694824bcc8 P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:26.108196 12074 raft_consensus.cc:493] T c13d8e5fac4d4efa934916694824bcc8 P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:26.108680 12074 raft_consensus.cc:3060] T c13d8e5fac4d4efa934916694824bcc8 P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:26.071260 12062 raft_consensus.cc:493] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:26.113483 12062 raft_consensus.cc:3060] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:42:26.117401 11805 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:42:26.123214 12061 raft_consensus.cc:493] T 78c0f17e0be744cc9d00c5fc7b7b237d P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:26.124089 12061 raft_consensus.cc:515] T 78c0f17e0be744cc9d00c5fc7b7b237d P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:26.106549 12055 ts_tablet_manager.cc:1434] T 415a289300e04284bdf369239d4974f4 P cfc6ff0088cd4f16983ad69959c0373d: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:42:26.131036 12055 tablet_bootstrap.cc:492] T 32595e6537b548319817e6d0d9f13746 P cfc6ff0088cd4f16983ad69959c0373d: Bootstrap starting.
W20260608 12:42:26.138541 11900 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.193:44505, user_credentials={real_user=slave}} blocked reactor thread for 55081us
I20260608 12:42:26.139081 12055 tablet_bootstrap.cc:654] T 32595e6537b548319817e6d0d9f13746 P cfc6ff0088cd4f16983ad69959c0373d: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:26.140347 12061 leader_election.cc:290] T 78c0f17e0be744cc9d00c5fc7b7b237d P cfc6ff0088cd4f16983ad69959c0373d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 68cc5d77c97b4c0d89cfef409636af5f (127.0.107.193:44505), 0593210e3b144472bf5d750308eb8edf (127.0.107.194:32845)
I20260608 12:42:26.141021 12081 raft_consensus.cc:2804] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:26.153474 12081 raft_consensus.cc:493] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:26.154237 12081 raft_consensus.cc:3060] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:26.158190 12062 raft_consensus.cc:515] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:26.172128 12074 raft_consensus.cc:515] T c13d8e5fac4d4efa934916694824bcc8 P 0593210e3b144472bf5d750308eb8edf [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:26.193197 12055 tablet_bootstrap.cc:492] T 32595e6537b548319817e6d0d9f13746 P cfc6ff0088cd4f16983ad69959c0373d: No bootstrap required, opened a new log
I20260608 12:42:26.194137 12055 ts_tablet_manager.cc:1403] T 32595e6537b548319817e6d0d9f13746 P cfc6ff0088cd4f16983ad69959c0373d: Time spent bootstrapping tablet: real 0.063s	user 0.007s	sys 0.014s
I20260608 12:42:26.196062 12074 leader_election.cc:290] T c13d8e5fac4d4efa934916694824bcc8 P 0593210e3b144472bf5d750308eb8edf [CANDIDATE]: Term 1 election: Requested vote from peers 68cc5d77c97b4c0d89cfef409636af5f (127.0.107.193:44505), cfc6ff0088cd4f16983ad69959c0373d (127.0.107.195:40531)
I20260608 12:42:26.196846 12074 raft_consensus.cc:493] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:26.197438 12008 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c13d8e5fac4d4efa934916694824bcc8" candidate_uuid: "0593210e3b144472bf5d750308eb8edf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cfc6ff0088cd4f16983ad69959c0373d"
I20260608 12:42:26.197419 12074 raft_consensus.cc:515] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } } peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } }
I20260608 12:42:26.198304 12008 raft_consensus.cc:3060] T c13d8e5fac4d4efa934916694824bcc8 P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:26.199988 12055 raft_consensus.cc:359] T 32595e6537b548319817e6d0d9f13746 P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } } peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } }
I20260608 12:42:26.201206 12055 raft_consensus.cc:385] T 32595e6537b548319817e6d0d9f13746 P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:26.201726 12055 raft_consensus.cc:740] T 32595e6537b548319817e6d0d9f13746 P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cfc6ff0088cd4f16983ad69959c0373d, State: Initialized, Role: FOLLOWER
I20260608 12:42:26.207756 12054 tablet_bootstrap.cc:492] T 04c3fa21200643b69a84faabe439a6cd P 0593210e3b144472bf5d750308eb8edf: No bootstrap required, opened a new log
I20260608 12:42:26.208431 12054 ts_tablet_manager.cc:1403] T 04c3fa21200643b69a84faabe439a6cd P 0593210e3b144472bf5d750308eb8edf: Time spent bootstrapping tablet: real 0.155s	user 0.026s	sys 0.021s
I20260608 12:42:26.209354 12062 leader_election.cc:290] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf [CANDIDATE]: Term 1 election: Requested vote from peers 68cc5d77c97b4c0d89cfef409636af5f (127.0.107.193:44505), cfc6ff0088cd4f16983ad69959c0373d (127.0.107.195:40531)
I20260608 12:42:26.211711 12009 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "782b4efc9dc44e67a9ddb2ddecab6688" candidate_uuid: "0593210e3b144472bf5d750308eb8edf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cfc6ff0088cd4f16983ad69959c0373d"
I20260608 12:42:26.212029 12074 leader_election.cc:290] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cfc6ff0088cd4f16983ad69959c0373d (127.0.107.195:40531), 68cc5d77c97b4c0d89cfef409636af5f (127.0.107.193:44505)
I20260608 12:42:26.212404 12009 raft_consensus.cc:3060] T 782b4efc9dc44e67a9ddb2ddecab6688 P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:26.210741 12008 raft_consensus.cc:2468] T c13d8e5fac4d4efa934916694824bcc8 P cfc6ff0088cd4f16983ad69959c0373d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0593210e3b144472bf5d750308eb8edf in term 1.
I20260608 12:42:26.203285 12055 consensus_queue.cc:260] T 32595e6537b548319817e6d0d9f13746 P cfc6ff0088cd4f16983ad69959c0373d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } } peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } }
I20260608 12:42:26.218744 11935 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "04c3fa21200643b69a84faabe439a6cd" candidate_uuid: "68cc5d77c97b4c0d89cfef409636af5f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0593210e3b144472bf5d750308eb8edf" is_pre_election: true
I20260608 12:42:26.218868 11899 leader_election.cc:304] T c13d8e5fac4d4efa934916694824bcc8 P 0593210e3b144472bf5d750308eb8edf [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0593210e3b144472bf5d750308eb8edf, cfc6ff0088cd4f16983ad69959c0373d; no voters: 
I20260608 12:42:26.220420 12061 raft_consensus.cc:493] T 415a289300e04284bdf369239d4974f4 P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:26.220957 12061 raft_consensus.cc:515] T 415a289300e04284bdf369239d4974f4 P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:26.221323 11860 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c13d8e5fac4d4efa934916694824bcc8" candidate_uuid: "0593210e3b144472bf5d750308eb8edf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "68cc5d77c97b4c0d89cfef409636af5f"
I20260608 12:42:26.221946 11860 raft_consensus.cc:3060] T c13d8e5fac4d4efa934916694824bcc8 P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:26.222333 11859 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "782b4efc9dc44e67a9ddb2ddecab6688" candidate_uuid: "0593210e3b144472bf5d750308eb8edf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "68cc5d77c97b4c0d89cfef409636af5f"
I20260608 12:42:26.222930 11859 raft_consensus.cc:3060] T 782b4efc9dc44e67a9ddb2ddecab6688 P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:26.223354 12061 leader_election.cc:290] T 415a289300e04284bdf369239d4974f4 P cfc6ff0088cd4f16983ad69959c0373d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 68cc5d77c97b4c0d89cfef409636af5f (127.0.107.193:44505), 0593210e3b144472bf5d750308eb8edf (127.0.107.194:32845)
I20260608 12:42:26.225771 12007 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "04c3fa21200643b69a84faabe439a6cd" candidate_uuid: "68cc5d77c97b4c0d89cfef409636af5f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cfc6ff0088cd4f16983ad69959c0373d" is_pre_election: true
I20260608 12:42:26.226425 12007 raft_consensus.cc:2468] T 04c3fa21200643b69a84faabe439a6cd P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 68cc5d77c97b4c0d89cfef409636af5f in term 0.
I20260608 12:42:26.229246 12008 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "32595e6537b548319817e6d0d9f13746" candidate_uuid: "0593210e3b144472bf5d750308eb8edf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cfc6ff0088cd4f16983ad69959c0373d" is_pre_election: true
I20260608 12:42:26.230013 11858 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "32595e6537b548319817e6d0d9f13746" candidate_uuid: "0593210e3b144472bf5d750308eb8edf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "68cc5d77c97b4c0d89cfef409636af5f" is_pre_election: true
I20260608 12:42:26.228622 11824 leader_election.cc:304] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 68cc5d77c97b4c0d89cfef409636af5f, cfc6ff0088cd4f16983ad69959c0373d; no voters: 
I20260608 12:42:26.230698 12056 ts_tablet_manager.cc:1434] T 782b4efc9dc44e67a9ddb2ddecab6688 P 68cc5d77c97b4c0d89cfef409636af5f: Time spent starting tablet: real 0.145s	user 0.030s	sys 0.069s
I20260608 12:42:26.230580 12008 raft_consensus.cc:2468] T 32595e6537b548319817e6d0d9f13746 P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0593210e3b144472bf5d750308eb8edf in term 0.
W20260608 12:42:26.231701 11900 leader_election.cc:343] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 68cc5d77c97b4c0d89cfef409636af5f (127.0.107.193:44505): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:26.231997 12056 tablet_bootstrap.cc:492] T 32595e6537b548319817e6d0d9f13746 P 68cc5d77c97b4c0d89cfef409636af5f: Bootstrap starting.
I20260608 12:42:26.232344 11899 leader_election.cc:304] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf [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: 0593210e3b144472bf5d750308eb8edf, cfc6ff0088cd4f16983ad69959c0373d; no voters: 68cc5d77c97b4c0d89cfef409636af5f
I20260608 12:42:26.233273 12062 raft_consensus.cc:2804] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:26.233642 12062 raft_consensus.cc:493] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:26.234030 12062 raft_consensus.cc:3060] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:26.228842 12074 raft_consensus.cc:2804] T c13d8e5fac4d4efa934916694824bcc8 P 0593210e3b144472bf5d750308eb8edf [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:26.239665 12074 raft_consensus.cc:697] T c13d8e5fac4d4efa934916694824bcc8 P 0593210e3b144472bf5d750308eb8edf [term 1 LEADER]: Becoming Leader. State: Replica: 0593210e3b144472bf5d750308eb8edf, State: Running, Role: LEADER
I20260608 12:42:26.240630 12074 consensus_queue.cc:237] T c13d8e5fac4d4efa934916694824bcc8 P 0593210e3b144472bf5d750308eb8edf [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:26.221922 12081 raft_consensus.cc:515] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:26.213937 12054 raft_consensus.cc:359] T 04c3fa21200643b69a84faabe439a6cd P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:26.237892 12078 raft_consensus.cc:2804] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:26.242412 12078 raft_consensus.cc:493] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:26.244304 12078 raft_consensus.cc:3060] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:26.246582 12055 ts_tablet_manager.cc:1434] T 32595e6537b548319817e6d0d9f13746 P cfc6ff0088cd4f16983ad69959c0373d: Time spent starting tablet: real 0.052s	user 0.006s	sys 0.003s
I20260608 12:42:26.246613 12056 tablet_bootstrap.cc:654] T 32595e6537b548319817e6d0d9f13746 P 68cc5d77c97b4c0d89cfef409636af5f: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:26.248090 12008 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "78c0f17e0be744cc9d00c5fc7b7b237d" candidate_uuid: "0593210e3b144472bf5d750308eb8edf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cfc6ff0088cd4f16983ad69959c0373d"
I20260608 12:42:26.250010 12008 raft_consensus.cc:3060] T 78c0f17e0be744cc9d00c5fc7b7b237d P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:26.252759 11858 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "78c0f17e0be744cc9d00c5fc7b7b237d" candidate_uuid: "0593210e3b144472bf5d750308eb8edf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "68cc5d77c97b4c0d89cfef409636af5f"
I20260608 12:42:26.253420 11858 raft_consensus.cc:3060] T 78c0f17e0be744cc9d00c5fc7b7b237d P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:26.243319 12054 raft_consensus.cc:385] T 04c3fa21200643b69a84faabe439a6cd P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:26.254484 12054 raft_consensus.cc:740] T 04c3fa21200643b69a84faabe439a6cd P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0593210e3b144472bf5d750308eb8edf, State: Initialized, Role: FOLLOWER
I20260608 12:42:26.255677 12054 consensus_queue.cc:260] T 04c3fa21200643b69a84faabe439a6cd P 0593210e3b144472bf5d750308eb8edf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:26.257053 11935 raft_consensus.cc:2468] T 04c3fa21200643b69a84faabe439a6cd P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 68cc5d77c97b4c0d89cfef409636af5f in term 0.
I20260608 12:42:26.260851 12008 raft_consensus.cc:2468] T 78c0f17e0be744cc9d00c5fc7b7b237d P cfc6ff0088cd4f16983ad69959c0373d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0593210e3b144472bf5d750308eb8edf in term 1.
I20260608 12:42:26.262748 12009 raft_consensus.cc:2468] T 782b4efc9dc44e67a9ddb2ddecab6688 P cfc6ff0088cd4f16983ad69959c0373d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0593210e3b144472bf5d750308eb8edf in term 1.
I20260608 12:42:26.243619 11860 raft_consensus.cc:2468] T c13d8e5fac4d4efa934916694824bcc8 P 68cc5d77c97b4c0d89cfef409636af5f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0593210e3b144472bf5d750308eb8edf in term 1.
I20260608 12:42:26.267146 11899 leader_election.cc:304] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0593210e3b144472bf5d750308eb8edf, cfc6ff0088cd4f16983ad69959c0373d; no voters: 
I20260608 12:42:26.268266 11899 leader_election.cc:304] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0593210e3b144472bf5d750308eb8edf, cfc6ff0088cd4f16983ad69959c0373d; no voters: 
I20260608 12:42:26.269430 12086 raft_consensus.cc:2804] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:26.270460 11859 raft_consensus.cc:2468] T 782b4efc9dc44e67a9ddb2ddecab6688 P 68cc5d77c97b4c0d89cfef409636af5f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0593210e3b144472bf5d750308eb8edf in term 1.
I20260608 12:42:26.272185 12062 raft_consensus.cc:515] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } } peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } }
I20260608 12:42:26.284614 12054 ts_tablet_manager.cc:1434] T 04c3fa21200643b69a84faabe439a6cd P 0593210e3b144472bf5d750308eb8edf: Time spent starting tablet: real 0.076s	user 0.010s	sys 0.001s
I20260608 12:42:26.285847 12081 leader_election.cc:290] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf [CANDIDATE]: Term 1 election: Requested vote from peers 68cc5d77c97b4c0d89cfef409636af5f (127.0.107.193:44505), cfc6ff0088cd4f16983ad69959c0373d (127.0.107.195:40531)
I20260608 12:42:26.286379 12054 tablet_bootstrap.cc:492] T 415a289300e04284bdf369239d4974f4 P 0593210e3b144472bf5d750308eb8edf: Bootstrap starting.
I20260608 12:42:26.286764 12081 raft_consensus.cc:2804] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:26.287501 12081 raft_consensus.cc:697] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf [term 1 LEADER]: Becoming Leader. State: Replica: 0593210e3b144472bf5d750308eb8edf, State: Running, Role: LEADER
I20260608 12:42:26.288700 12081 consensus_queue.cc:237] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:26.291764 11860 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "78c0f17e0be744cc9d00c5fc7b7b237d" candidate_uuid: "cfc6ff0088cd4f16983ad69959c0373d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "68cc5d77c97b4c0d89cfef409636af5f" is_pre_election: true
I20260608 12:42:26.292109 12078 raft_consensus.cc:515] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:26.294238 11859 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "415a289300e04284bdf369239d4974f4" candidate_uuid: "cfc6ff0088cd4f16983ad69959c0373d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "68cc5d77c97b4c0d89cfef409636af5f" is_pre_election: true
I20260608 12:42:26.295176 11859 raft_consensus.cc:2468] T 415a289300e04284bdf369239d4974f4 P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cfc6ff0088cd4f16983ad69959c0373d in term 0.
I20260608 12:42:26.297372 11974 leader_election.cc:304] T 415a289300e04284bdf369239d4974f4 P cfc6ff0088cd4f16983ad69959c0373d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 68cc5d77c97b4c0d89cfef409636af5f, cfc6ff0088cd4f16983ad69959c0373d; no voters: 
I20260608 12:42:26.298746 12061 raft_consensus.cc:2804] T 415a289300e04284bdf369239d4974f4 P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:26.278405 11858 raft_consensus.cc:2468] T 78c0f17e0be744cc9d00c5fc7b7b237d P 68cc5d77c97b4c0d89cfef409636af5f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0593210e3b144472bf5d750308eb8edf in term 1.
I20260608 12:42:26.299326 12061 raft_consensus.cc:493] T 415a289300e04284bdf369239d4974f4 P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:26.300248 12061 raft_consensus.cc:3060] T 415a289300e04284bdf369239d4974f4 P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:26.312520 12086 raft_consensus.cc:697] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf [term 1 LEADER]: Becoming Leader. State: Replica: 0593210e3b144472bf5d750308eb8edf, State: Running, Role: LEADER
I20260608 12:42:26.319041 11934 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "415a289300e04284bdf369239d4974f4" candidate_uuid: "cfc6ff0088cd4f16983ad69959c0373d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0593210e3b144472bf5d750308eb8edf" is_pre_election: true
I20260608 12:42:26.327095 11933 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "04c3fa21200643b69a84faabe439a6cd" candidate_uuid: "68cc5d77c97b4c0d89cfef409636af5f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0593210e3b144472bf5d750308eb8edf"
I20260608 12:42:26.327790 12009 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "04c3fa21200643b69a84faabe439a6cd" candidate_uuid: "68cc5d77c97b4c0d89cfef409636af5f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cfc6ff0088cd4f16983ad69959c0373d"
I20260608 12:42:26.327883 11933 raft_consensus.cc:3060] T 04c3fa21200643b69a84faabe439a6cd P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:26.328548 12009 raft_consensus.cc:3060] T 04c3fa21200643b69a84faabe439a6cd P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:26.330475 12062 leader_election.cc:290] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf [CANDIDATE]: Term 1 election: Requested vote from peers cfc6ff0088cd4f16983ad69959c0373d (127.0.107.195:40531), 68cc5d77c97b4c0d89cfef409636af5f (127.0.107.193:44505)
I20260608 12:42:26.324821 11935 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "78c0f17e0be744cc9d00c5fc7b7b237d" candidate_uuid: "cfc6ff0088cd4f16983ad69959c0373d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0593210e3b144472bf5d750308eb8edf" is_pre_election: true
I20260608 12:42:26.324995 12061 raft_consensus.cc:515] T 415a289300e04284bdf369239d4974f4 P cfc6ff0088cd4f16983ad69959c0373d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:26.334122 12061 leader_election.cc:290] T 415a289300e04284bdf369239d4974f4 P cfc6ff0088cd4f16983ad69959c0373d [CANDIDATE]: Term 1 election: Requested vote from peers 68cc5d77c97b4c0d89cfef409636af5f (127.0.107.193:44505), 0593210e3b144472bf5d750308eb8edf (127.0.107.194:32845)
I20260608 12:42:26.324230 12078 leader_election.cc:290] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f [CANDIDATE]: Term 1 election: Requested vote from peers 0593210e3b144472bf5d750308eb8edf (127.0.107.194:32845), cfc6ff0088cd4f16983ad69959c0373d (127.0.107.195:40531)
I20260608 12:42:26.335464 11858 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "415a289300e04284bdf369239d4974f4" candidate_uuid: "cfc6ff0088cd4f16983ad69959c0373d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "68cc5d77c97b4c0d89cfef409636af5f"
I20260608 12:42:26.334023 11754 catalog_manager.cc:5696] T c13d8e5fac4d4efa934916694824bcc8 P 0593210e3b144472bf5d750308eb8edf reported cstate change: term changed from 0 to 1, leader changed from <none> to 0593210e3b144472bf5d750308eb8edf (127.0.107.194). New cstate: current_term: 1 leader_uuid: "0593210e3b144472bf5d750308eb8edf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:26.336153 11858 raft_consensus.cc:3060] T 415a289300e04284bdf369239d4974f4 P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:26.336833 11933 raft_consensus.cc:2468] T 04c3fa21200643b69a84faabe439a6cd P 0593210e3b144472bf5d750308eb8edf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 68cc5d77c97b4c0d89cfef409636af5f in term 1.
W20260608 12:42:26.325510 11899 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.195:40531, user_credentials={real_user=slave}} blocked reactor thread for 57310.5us
I20260608 12:42:26.339226 11972 leader_election.cc:304] T 78c0f17e0be744cc9d00c5fc7b7b237d P cfc6ff0088cd4f16983ad69959c0373d [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: cfc6ff0088cd4f16983ad69959c0373d; no voters: 0593210e3b144472bf5d750308eb8edf, 68cc5d77c97b4c0d89cfef409636af5f
I20260608 12:42:26.340325 12008 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "32595e6537b548319817e6d0d9f13746" candidate_uuid: "0593210e3b144472bf5d750308eb8edf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cfc6ff0088cd4f16983ad69959c0373d"
W20260608 12:42:26.340672 11972 leader_election.cc:343] T 415a289300e04284bdf369239d4974f4 P cfc6ff0088cd4f16983ad69959c0373d [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 0593210e3b144472bf5d750308eb8edf (127.0.107.194:32845): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:26.340984 12008 raft_consensus.cc:3060] T 32595e6537b548319817e6d0d9f13746 P cfc6ff0088cd4f16983ad69959c0373d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:26.341220 11823 leader_election.cc:304] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0593210e3b144472bf5d750308eb8edf, 68cc5d77c97b4c0d89cfef409636af5f; no voters: 
I20260608 12:42:26.341908 12061 raft_consensus.cc:2749] T 78c0f17e0be744cc9d00c5fc7b7b237d P cfc6ff0088cd4f16983ad69959c0373d [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:42:26.342294 12078 raft_consensus.cc:2804] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:26.342871 12078 raft_consensus.cc:697] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f [term 1 LEADER]: Becoming Leader. State: Replica: 68cc5d77c97b4c0d89cfef409636af5f, State: Running, Role: LEADER
I20260608 12:42:26.343509 12054 tablet_bootstrap.cc:654] T 415a289300e04284bdf369239d4974f4 P 0593210e3b144472bf5d750308eb8edf: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:26.343845 12078 consensus_queue.cc:237] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:26.346077 12009 raft_consensus.cc:2468] T 04c3fa21200643b69a84faabe439a6cd P cfc6ff0088cd4f16983ad69959c0373d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 68cc5d77c97b4c0d89cfef409636af5f in term 1.
I20260608 12:42:26.347282 11859 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "32595e6537b548319817e6d0d9f13746" candidate_uuid: "0593210e3b144472bf5d750308eb8edf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "68cc5d77c97b4c0d89cfef409636af5f"
W20260608 12:42:26.356043 11900 leader_election.cc:343] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 68cc5d77c97b4c0d89cfef409636af5f (127.0.107.193:44505): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:26.346881 12086 consensus_queue.cc:237] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:26.349287 12056 tablet_bootstrap.cc:492] T 32595e6537b548319817e6d0d9f13746 P 68cc5d77c97b4c0d89cfef409636af5f: No bootstrap required, opened a new log
I20260608 12:42:26.360193 12056 ts_tablet_manager.cc:1403] T 32595e6537b548319817e6d0d9f13746 P 68cc5d77c97b4c0d89cfef409636af5f: Time spent bootstrapping tablet: real 0.128s	user 0.032s	sys 0.026s
I20260608 12:42:26.364549 12056 raft_consensus.cc:359] T 32595e6537b548319817e6d0d9f13746 P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } } peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } }
I20260608 12:42:26.365191 12056 raft_consensus.cc:385] T 32595e6537b548319817e6d0d9f13746 P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:26.365481 12056 raft_consensus.cc:740] T 32595e6537b548319817e6d0d9f13746 P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 68cc5d77c97b4c0d89cfef409636af5f, State: Initialized, Role: FOLLOWER
I20260608 12:42:26.338508 11933 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "415a289300e04284bdf369239d4974f4" candidate_uuid: "cfc6ff0088cd4f16983ad69959c0373d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0593210e3b144472bf5d750308eb8edf"
I20260608 12:42:26.353034 12008 raft_consensus.cc:2468] T 32595e6537b548319817e6d0d9f13746 P cfc6ff0088cd4f16983ad69959c0373d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0593210e3b144472bf5d750308eb8edf in term 1.
I20260608 12:42:26.368861 11899 leader_election.cc:304] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf [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: 0593210e3b144472bf5d750308eb8edf, cfc6ff0088cd4f16983ad69959c0373d; no voters: 68cc5d77c97b4c0d89cfef409636af5f
W20260608 12:42:26.371244 11972 leader_election.cc:343] T 415a289300e04284bdf369239d4974f4 P cfc6ff0088cd4f16983ad69959c0373d [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 0593210e3b144472bf5d750308eb8edf (127.0.107.194:32845): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:26.372418 12081 raft_consensus.cc:2804] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:26.374930 11858 raft_consensus.cc:2468] T 415a289300e04284bdf369239d4974f4 P 68cc5d77c97b4c0d89cfef409636af5f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cfc6ff0088cd4f16983ad69959c0373d in term 1.
I20260608 12:42:26.375353 12054 tablet_bootstrap.cc:492] T 415a289300e04284bdf369239d4974f4 P 0593210e3b144472bf5d750308eb8edf: No bootstrap required, opened a new log
I20260608 12:42:26.373055 12056 consensus_queue.cc:260] T 32595e6537b548319817e6d0d9f13746 P 68cc5d77c97b4c0d89cfef409636af5f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } } peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } }
I20260608 12:42:26.376211 12054 ts_tablet_manager.cc:1403] T 415a289300e04284bdf369239d4974f4 P 0593210e3b144472bf5d750308eb8edf: Time spent bootstrapping tablet: real 0.090s	user 0.022s	sys 0.012s
I20260608 12:42:26.373113 12081 raft_consensus.cc:697] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf [term 1 LEADER]: Becoming Leader. State: Replica: 0593210e3b144472bf5d750308eb8edf, State: Running, Role: LEADER
I20260608 12:42:26.376693 11974 leader_election.cc:304] T 415a289300e04284bdf369239d4974f4 P cfc6ff0088cd4f16983ad69959c0373d [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: 68cc5d77c97b4c0d89cfef409636af5f, cfc6ff0088cd4f16983ad69959c0373d; no voters: 0593210e3b144472bf5d750308eb8edf
I20260608 12:42:26.377780 12061 raft_consensus.cc:2804] T 415a289300e04284bdf369239d4974f4 P cfc6ff0088cd4f16983ad69959c0373d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:26.377758 12081 consensus_queue.cc:237] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } } peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } }
I20260608 12:42:26.381892 12056 ts_tablet_manager.cc:1434] T 32595e6537b548319817e6d0d9f13746 P 68cc5d77c97b4c0d89cfef409636af5f: Time spent starting tablet: real 0.021s	user 0.009s	sys 0.001s
I20260608 12:42:26.386065 12054 raft_consensus.cc:359] T 415a289300e04284bdf369239d4974f4 P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:26.387001 12054 raft_consensus.cc:385] T 415a289300e04284bdf369239d4974f4 P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:26.387316 12054 raft_consensus.cc:740] T 415a289300e04284bdf369239d4974f4 P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0593210e3b144472bf5d750308eb8edf, State: Initialized, Role: FOLLOWER
I20260608 12:42:26.391753 12054 consensus_queue.cc:260] T 415a289300e04284bdf369239d4974f4 P 0593210e3b144472bf5d750308eb8edf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:26.394999 12054 ts_tablet_manager.cc:1434] T 415a289300e04284bdf369239d4974f4 P 0593210e3b144472bf5d750308eb8edf: Time spent starting tablet: real 0.018s	user 0.005s	sys 0.000s
I20260608 12:42:26.396442 12061 raft_consensus.cc:697] T 415a289300e04284bdf369239d4974f4 P cfc6ff0088cd4f16983ad69959c0373d [term 1 LEADER]: Becoming Leader. State: Replica: cfc6ff0088cd4f16983ad69959c0373d, State: Running, Role: LEADER
I20260608 12:42:26.397666 12061 consensus_queue.cc:237] T 415a289300e04284bdf369239d4974f4 P cfc6ff0088cd4f16983ad69959c0373d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:26.400344 11757 catalog_manager.cc:5696] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f reported cstate change: term changed from 0 to 1, leader changed from <none> to 68cc5d77c97b4c0d89cfef409636af5f (127.0.107.193). New cstate: current_term: 1 leader_uuid: "68cc5d77c97b4c0d89cfef409636af5f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:26.415041 11754 catalog_manager.cc:5696] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf reported cstate change: term changed from 0 to 1, leader changed from <none> to 0593210e3b144472bf5d750308eb8edf (127.0.107.194). New cstate: current_term: 1 leader_uuid: "0593210e3b144472bf5d750308eb8edf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:26.416817 11754 catalog_manager.cc:5696] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf reported cstate change: term changed from 0 to 1, leader changed from <none> to 0593210e3b144472bf5d750308eb8edf (127.0.107.194). New cstate: current_term: 1 leader_uuid: "0593210e3b144472bf5d750308eb8edf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:26.418439 11754 catalog_manager.cc:5696] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf reported cstate change: term changed from 0 to 1, leader changed from <none> to 0593210e3b144472bf5d750308eb8edf (127.0.107.194). New cstate: current_term: 1 leader_uuid: "0593210e3b144472bf5d750308eb8edf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:26.428875 11756 catalog_manager.cc:5696] T 415a289300e04284bdf369239d4974f4 P cfc6ff0088cd4f16983ad69959c0373d reported cstate change: term changed from 0 to 1, leader changed from <none> to cfc6ff0088cd4f16983ad69959c0373d (127.0.107.195). New cstate: current_term: 1 leader_uuid: "cfc6ff0088cd4f16983ad69959c0373d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:26.523545 12081 raft_consensus.cc:493] T 415a289300e04284bdf369239d4974f4 P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:26.524192 12081 raft_consensus.cc:515] T 415a289300e04284bdf369239d4974f4 P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } }
I20260608 12:42:26.528622 12008 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "415a289300e04284bdf369239d4974f4" candidate_uuid: "0593210e3b144472bf5d750308eb8edf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cfc6ff0088cd4f16983ad69959c0373d" is_pre_election: true
I20260608 12:42:26.530212 11858 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "415a289300e04284bdf369239d4974f4" candidate_uuid: "0593210e3b144472bf5d750308eb8edf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "68cc5d77c97b4c0d89cfef409636af5f" is_pre_election: true
I20260608 12:42:26.531095 11858 raft_consensus.cc:2393] T 415a289300e04284bdf369239d4974f4 P 68cc5d77c97b4c0d89cfef409636af5f [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 0593210e3b144472bf5d750308eb8edf in current term 1: Already voted for candidate cfc6ff0088cd4f16983ad69959c0373d in this term.
I20260608 12:42:26.531837 12081 leader_election.cc:290] T 415a289300e04284bdf369239d4974f4 P 0593210e3b144472bf5d750308eb8edf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 68cc5d77c97b4c0d89cfef409636af5f (127.0.107.193:44505), cfc6ff0088cd4f16983ad69959c0373d (127.0.107.195:40531)
I20260608 12:42:26.533834 11899 leader_election.cc:304] T 415a289300e04284bdf369239d4974f4 P 0593210e3b144472bf5d750308eb8edf [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: 0593210e3b144472bf5d750308eb8edf; no voters: 68cc5d77c97b4c0d89cfef409636af5f, cfc6ff0088cd4f16983ad69959c0373d
I20260608 12:42:26.545320 12081 raft_consensus.cc:3060] T 415a289300e04284bdf369239d4974f4 P 0593210e3b144472bf5d750308eb8edf [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:42:26.579746 12101 meta_cache.cc:1261] Time spent looking up entry by key: real 0.071s	user 0.001s	sys 0.000s
I20260608 12:42:26.590490 12081 raft_consensus.cc:2749] T 415a289300e04284bdf369239d4974f4 P 0593210e3b144472bf5d750308eb8edf [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:42:26.635156 12081 consensus_queue.cc:1048] T c13d8e5fac4d4efa934916694824bcc8 P 0593210e3b144472bf5d750308eb8edf [LEADER]: Connected to new peer: Peer: permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:26.641723 12078 raft_consensus.cc:493] T 32595e6537b548319817e6d0d9f13746 P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:26.642346 12078 raft_consensus.cc:515] T 32595e6537b548319817e6d0d9f13746 P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } } peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } }
I20260608 12:42:26.647796 11933 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "32595e6537b548319817e6d0d9f13746" candidate_uuid: "68cc5d77c97b4c0d89cfef409636af5f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0593210e3b144472bf5d750308eb8edf" is_pre_election: true
I20260608 12:42:26.647261 12009 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "32595e6537b548319817e6d0d9f13746" candidate_uuid: "68cc5d77c97b4c0d89cfef409636af5f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cfc6ff0088cd4f16983ad69959c0373d" is_pre_election: true
I20260608 12:42:26.651010 12009 raft_consensus.cc:2393] T 32595e6537b548319817e6d0d9f13746 P cfc6ff0088cd4f16983ad69959c0373d [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 68cc5d77c97b4c0d89cfef409636af5f in current term 1: Already voted for candidate 0593210e3b144472bf5d750308eb8edf in this term.
I20260608 12:42:26.652660 11824 leader_election.cc:304] T 32595e6537b548319817e6d0d9f13746 P 68cc5d77c97b4c0d89cfef409636af5f [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: 68cc5d77c97b4c0d89cfef409636af5f; no voters: 0593210e3b144472bf5d750308eb8edf, cfc6ff0088cd4f16983ad69959c0373d
I20260608 12:42:26.653792 12060 raft_consensus.cc:3060] T 32595e6537b548319817e6d0d9f13746 P 68cc5d77c97b4c0d89cfef409636af5f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:26.659526 12078 leader_election.cc:290] T 32595e6537b548319817e6d0d9f13746 P 68cc5d77c97b4c0d89cfef409636af5f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0593210e3b144472bf5d750308eb8edf (127.0.107.194:32845), cfc6ff0088cd4f16983ad69959c0373d (127.0.107.195:40531)
I20260608 12:42:26.663276 12060 raft_consensus.cc:2749] T 32595e6537b548319817e6d0d9f13746 P 68cc5d77c97b4c0d89cfef409636af5f [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:42:26.678755 12086 consensus_queue.cc:1048] T c13d8e5fac4d4efa934916694824bcc8 P 0593210e3b144472bf5d750308eb8edf [LEADER]: Connected to new peer: Peer: permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:26.734899 12086 consensus_queue.cc:1048] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf [LEADER]: Connected to new peer: Peer: permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:26.769989 12086 consensus_queue.cc:1048] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf [LEADER]: Connected to new peer: Peer: permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:26.785924 11933 raft_consensus.cc:1275] T 415a289300e04284bdf369239d4974f4 P 0593210e3b144472bf5d750308eb8edf [term 1 FOLLOWER]: Refusing update from remote peer cfc6ff0088cd4f16983ad69959c0373d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:26.786304 11859 raft_consensus.cc:1275] T 415a289300e04284bdf369239d4974f4 P 68cc5d77c97b4c0d89cfef409636af5f [term 1 FOLLOWER]: Refusing update from remote peer cfc6ff0088cd4f16983ad69959c0373d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:26.795616 12061 consensus_queue.cc:1048] T 415a289300e04284bdf369239d4974f4 P cfc6ff0088cd4f16983ad69959c0373d [LEADER]: Connected to new peer: Peer: permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:26.799542 12096 consensus_queue.cc:1048] T 415a289300e04284bdf369239d4974f4 P cfc6ff0088cd4f16983ad69959c0373d [LEADER]: Connected to new peer: Peer: permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:26.803275 11933 raft_consensus.cc:1275] T 04c3fa21200643b69a84faabe439a6cd P 0593210e3b144472bf5d750308eb8edf [term 1 FOLLOWER]: Refusing update from remote peer 68cc5d77c97b4c0d89cfef409636af5f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:26.805510 12008 raft_consensus.cc:1275] T 04c3fa21200643b69a84faabe439a6cd P cfc6ff0088cd4f16983ad69959c0373d [term 1 FOLLOWER]: Refusing update from remote peer 68cc5d77c97b4c0d89cfef409636af5f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:26.811511 12078 consensus_queue.cc:1048] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f [LEADER]: Connected to new peer: Peer: permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:26.837888 12078 consensus_queue.cc:1048] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f [LEADER]: Connected to new peer: Peer: permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:26.860095 12117 mvcc.cc:204] Tried to move back new op lower bound from 7294658751606456320 to 7294658750057410560. Current Snapshot: MvccSnapshot[applied={T|T < 7294658751606456320}]
I20260608 12:42:26.883457 12089 consensus_queue.cc:1048] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf [LEADER]: Connected to new peer: Peer: permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:26.908463 12089 consensus_queue.cc:1048] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf [LEADER]: Connected to new peer: Peer: permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:26.961625 12089 consensus_queue.cc:1048] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf [LEADER]: Connected to new peer: Peer: permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:27.069416 12089 consensus_queue.cc:1048] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf [LEADER]: Connected to new peer: Peer: permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260608 12:42:27.206161 11899 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:40531, user_credentials={real_user=slave}} blocked reactor thread for 57153.6us
I20260608 12:42:28.198280   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:28.206945 12161 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:28.216164 12162 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:28.217777 12164 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:28.218603   431 server_base.cc:1061] running on GCE node
I20260608 12:42:28.219907   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:28.220178   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.
I20260608 12:42:28.220402   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922548220375 us; error 0 us; skew 500 ppm
I20260608 12:42:28.221056   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:28.223784   431 webserver.cc:533] Webserver started at http://127.0.107.196:41909/ using document root <none> and password file <none>
I20260608 12:42:28.224383   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:28.224611   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:28.224911   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:28.226128   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922302632525-431-0/minicluster-data/ts-3-root/instance:
uuid: "b3487c0845244eedb6d13a5075015f32"
format_stamp: "Formatted at 2026-06-08 12:42:28 on dist-test-slave-g6ln"
I20260608 12:42:28.231702   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.001s
I20260608 12:42:28.235823 12169 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:28.236785   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:42:28.237057   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922302632525-431-0/minicluster-data/ts-3-root
uuid: "b3487c0845244eedb6d13a5075015f32"
format_stamp: "Formatted at 2026-06-08 12:42:28 on dist-test-slave-g6ln"
I20260608 12:42:28.237306   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922302632525-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922302632525-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskrFvEK4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922302632525-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)
I20260608 12:42:28.259836   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:28.261042   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:28.262424   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:28.264796   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:28.265012   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:28.265290   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:28.265457   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:28.309018   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:45355
I20260608 12:42:28.309104 12231 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:45355 every 8 connection(s)
I20260608 12:42:28.329101 12232 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38809
I20260608 12:42:28.329545 12232 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:28.330370 12232 heartbeater.cc:507] Master 127.0.107.254:38809 requested a full tablet report, sending...
I20260608 12:42:28.332950 11757 ts_manager.cc:194] Registered new tserver with Master: b3487c0845244eedb6d13a5075015f32 (127.0.107.196:45355)
I20260608 12:42:28.334271 11757 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38390
W20260608 12:42:29.249092 11805 auto_rebalancer.cc:281] could not retrieve auto-rebalancing replica moves: Not found: table c3405ce7c5924596b78e992024d49ed6: could not find any suitable replica to move from server 0593210e3b144472bf5d750308eb8edf to server b3487c0845244eedb6d13a5075015f32
I20260608 12:42:29.336774 12232 heartbeater.cc:499] Master 127.0.107.254:38809 was elected leader, sending a full tablet report...
I20260608 12:42:30.276856 11859 consensus_queue.cc:237] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f [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: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } attrs { replace: true } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } } peers { permanent_uuid: "b3487c0845244eedb6d13a5075015f32" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45355 } attrs { promote: true } }
I20260608 12:42:30.285210 12006 raft_consensus.cc:1275] T 04c3fa21200643b69a84faabe439a6cd P cfc6ff0088cd4f16983ad69959c0373d [term 1 FOLLOWER]: Refusing update from remote peer 68cc5d77c97b4c0d89cfef409636af5f: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:30.287036 12239 consensus_queue.cc:1048] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f [LEADER]: Connected to new peer: Peer: permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:42:30.287236 11933 raft_consensus.cc:1275] T 04c3fa21200643b69a84faabe439a6cd P 0593210e3b144472bf5d750308eb8edf [term 1 FOLLOWER]: Refusing update from remote peer 68cc5d77c97b4c0d89cfef409636af5f: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:30.289182 12060 consensus_queue.cc:1048] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f [LEADER]: Connected to new peer: Peer: permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:42:30.301900 12239 raft_consensus.cc:2955] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER b3487c0845244eedb6d13a5075015f32 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } attrs { replace: true } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } } peers { permanent_uuid: "b3487c0845244eedb6d13a5075015f32" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45355 } attrs { promote: true } } }
I20260608 12:42:30.304597 11933 raft_consensus.cc:2955] T 04c3fa21200643b69a84faabe439a6cd P 0593210e3b144472bf5d750308eb8edf [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER b3487c0845244eedb6d13a5075015f32 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } attrs { replace: true } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } } peers { permanent_uuid: "b3487c0845244eedb6d13a5075015f32" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45355 } attrs { promote: true } } }
I20260608 12:42:30.306190 12006 raft_consensus.cc:2955] T 04c3fa21200643b69a84faabe439a6cd P cfc6ff0088cd4f16983ad69959c0373d [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER b3487c0845244eedb6d13a5075015f32 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } attrs { replace: true } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } } peers { permanent_uuid: "b3487c0845244eedb6d13a5075015f32" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45355 } attrs { promote: true } } }
W20260608 12:42:30.312073 11823 consensus_peers.cc:597] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f -> Peer b3487c0845244eedb6d13a5075015f32 (127.0.107.196:45355): Couldn't send request to peer b3487c0845244eedb6d13a5075015f32. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 04c3fa21200643b69a84faabe439a6cd. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:30.321672 11755 catalog_manager.cc:5696] T 04c3fa21200643b69a84faabe439a6cd P cfc6ff0088cd4f16983ad69959c0373d reported cstate change: config changed from index -1 to 16, NON_VOTER b3487c0845244eedb6d13a5075015f32 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "68cc5d77c97b4c0d89cfef409636af5f" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } attrs { replace: true } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } } peers { permanent_uuid: "b3487c0845244eedb6d13a5075015f32" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45355 } attrs { promote: true } } }
I20260608 12:42:30.334589 11933 consensus_queue.cc:237] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf [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: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } attrs { replace: true } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } } peers { permanent_uuid: "b3487c0845244eedb6d13a5075015f32" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45355 } attrs { promote: true } }
I20260608 12:42:30.343194 12006 raft_consensus.cc:1275] T 782b4efc9dc44e67a9ddb2ddecab6688 P cfc6ff0088cd4f16983ad69959c0373d [term 1 FOLLOWER]: Refusing update from remote peer 0593210e3b144472bf5d750308eb8edf: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:30.344877 12158 consensus_queue.cc:1048] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf [LEADER]: Connected to new peer: Peer: permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:42:30.366992 12250 raft_consensus.cc:2955] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER b3487c0845244eedb6d13a5075015f32 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } attrs { replace: true } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } } peers { permanent_uuid: "b3487c0845244eedb6d13a5075015f32" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45355 } attrs { promote: true } } }
W20260608 12:42:30.375237 11898 consensus_peers.cc:597] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf -> Peer b3487c0845244eedb6d13a5075015f32 (127.0.107.196:45355): Couldn't send request to peer b3487c0845244eedb6d13a5075015f32. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 782b4efc9dc44e67a9ddb2ddecab6688. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:30.374383 12006 raft_consensus.cc:2955] T 782b4efc9dc44e67a9ddb2ddecab6688 P cfc6ff0088cd4f16983ad69959c0373d [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER b3487c0845244eedb6d13a5075015f32 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } attrs { replace: true } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } } peers { permanent_uuid: "b3487c0845244eedb6d13a5075015f32" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45355 } attrs { promote: true } } }
I20260608 12:42:30.376294 11859 raft_consensus.cc:1275] T 782b4efc9dc44e67a9ddb2ddecab6688 P 68cc5d77c97b4c0d89cfef409636af5f [term 1 FOLLOWER]: Refusing update from remote peer 0593210e3b144472bf5d750308eb8edf: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:30.377874 12158 consensus_queue.cc:1048] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf [LEADER]: Connected to new peer: Peer: permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:42:30.385358 11752 catalog_manager.cc:5696] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf reported cstate change: config changed from index -1 to 16, NON_VOTER b3487c0845244eedb6d13a5075015f32 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "0593210e3b144472bf5d750308eb8edf" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b3487c0845244eedb6d13a5075015f32" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45355 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:30.387003 11933 consensus_queue.cc:237] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf [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: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } attrs { replace: true } } peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "b3487c0845244eedb6d13a5075015f32" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45355 } attrs { promote: true } }
I20260608 12:42:30.389062 11859 raft_consensus.cc:2955] T 782b4efc9dc44e67a9ddb2ddecab6688 P 68cc5d77c97b4c0d89cfef409636af5f [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER b3487c0845244eedb6d13a5075015f32 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } attrs { replace: true } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } } peers { permanent_uuid: "b3487c0845244eedb6d13a5075015f32" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45355 } attrs { promote: true } } }
I20260608 12:42:30.414515 11859 raft_consensus.cc:1275] T 32595e6537b548319817e6d0d9f13746 P 68cc5d77c97b4c0d89cfef409636af5f [term 1 FOLLOWER]: Refusing update from remote peer 0593210e3b144472bf5d750308eb8edf: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
W20260608 12:42:30.414949 11898 consensus_peers.cc:597] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf -> Peer b3487c0845244eedb6d13a5075015f32 (127.0.107.196:45355): Couldn't send request to peer b3487c0845244eedb6d13a5075015f32. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 32595e6537b548319817e6d0d9f13746. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:30.415963 12250 consensus_queue.cc:1048] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf [LEADER]: Connected to new peer: Peer: permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:42:30.416061 12006 raft_consensus.cc:1275] T 32595e6537b548319817e6d0d9f13746 P cfc6ff0088cd4f16983ad69959c0373d [term 1 FOLLOWER]: Refusing update from remote peer 0593210e3b144472bf5d750308eb8edf: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:30.417951 12250 consensus_queue.cc:1048] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf [LEADER]: Connected to new peer: Peer: permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:42:30.424818 12158 raft_consensus.cc:2955] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER b3487c0845244eedb6d13a5075015f32 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } attrs { replace: true } } peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "b3487c0845244eedb6d13a5075015f32" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45355 } attrs { promote: true } } }
I20260608 12:42:30.427770 11859 raft_consensus.cc:2955] T 32595e6537b548319817e6d0d9f13746 P 68cc5d77c97b4c0d89cfef409636af5f [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER b3487c0845244eedb6d13a5075015f32 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } attrs { replace: true } } peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "b3487c0845244eedb6d13a5075015f32" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45355 } attrs { promote: true } } }
I20260608 12:42:30.428761 12006 raft_consensus.cc:2955] T 32595e6537b548319817e6d0d9f13746 P cfc6ff0088cd4f16983ad69959c0373d [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER b3487c0845244eedb6d13a5075015f32 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } attrs { replace: true } } peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "b3487c0845244eedb6d13a5075015f32" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45355 } attrs { promote: true } } }
I20260608 12:42:30.439450 11755 catalog_manager.cc:5696] T 32595e6537b548319817e6d0d9f13746 P 68cc5d77c97b4c0d89cfef409636af5f reported cstate change: config changed from index -1 to 16, NON_VOTER b3487c0845244eedb6d13a5075015f32 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "0593210e3b144472bf5d750308eb8edf" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } attrs { replace: true } } peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "b3487c0845244eedb6d13a5075015f32" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45355 } attrs { promote: true } } }
I20260608 12:42:30.440433 11933 consensus_queue.cc:237] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf [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: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } attrs { replace: true } } peers { permanent_uuid: "b3487c0845244eedb6d13a5075015f32" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45355 } attrs { promote: true } }
I20260608 12:42:30.449591 11859 raft_consensus.cc:1275] T 78c0f17e0be744cc9d00c5fc7b7b237d P 68cc5d77c97b4c0d89cfef409636af5f [term 1 FOLLOWER]: Refusing update from remote peer 0593210e3b144472bf5d750308eb8edf: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
W20260608 12:42:30.450194 11898 consensus_peers.cc:597] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf -> Peer b3487c0845244eedb6d13a5075015f32 (127.0.107.196:45355): Couldn't send request to peer b3487c0845244eedb6d13a5075015f32. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 78c0f17e0be744cc9d00c5fc7b7b237d. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:30.451391 12250 consensus_queue.cc:1048] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf [LEADER]: Connected to new peer: Peer: permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:42:30.452448 12006 raft_consensus.cc:1275] T 78c0f17e0be744cc9d00c5fc7b7b237d P cfc6ff0088cd4f16983ad69959c0373d [term 1 FOLLOWER]: Refusing update from remote peer 0593210e3b144472bf5d750308eb8edf: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:30.453889 12250 consensus_queue.cc:1048] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf [LEADER]: Connected to new peer: Peer: permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:42:30.460806 12158 raft_consensus.cc:2955] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER b3487c0845244eedb6d13a5075015f32 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } attrs { replace: true } } peers { permanent_uuid: "b3487c0845244eedb6d13a5075015f32" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45355 } attrs { promote: true } } }
I20260608 12:42:30.463200 11859 raft_consensus.cc:2955] T 78c0f17e0be744cc9d00c5fc7b7b237d P 68cc5d77c97b4c0d89cfef409636af5f [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER b3487c0845244eedb6d13a5075015f32 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } attrs { replace: true } } peers { permanent_uuid: "b3487c0845244eedb6d13a5075015f32" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45355 } attrs { promote: true } } }
I20260608 12:42:30.465337 12006 raft_consensus.cc:2955] T 78c0f17e0be744cc9d00c5fc7b7b237d P cfc6ff0088cd4f16983ad69959c0373d [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER b3487c0845244eedb6d13a5075015f32 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } attrs { replace: true } } peers { permanent_uuid: "b3487c0845244eedb6d13a5075015f32" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45355 } attrs { promote: true } } }
I20260608 12:42:30.476521 11752 catalog_manager.cc:5696] T 78c0f17e0be744cc9d00c5fc7b7b237d P cfc6ff0088cd4f16983ad69959c0373d reported cstate change: config changed from index -1 to 16, NON_VOTER b3487c0845244eedb6d13a5075015f32 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "0593210e3b144472bf5d750308eb8edf" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } attrs { replace: true } } peers { permanent_uuid: "b3487c0845244eedb6d13a5075015f32" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45355 } attrs { promote: true } } }
I20260608 12:42:30.720486 12262 ts_tablet_manager.cc:933] T 782b4efc9dc44e67a9ddb2ddecab6688 P b3487c0845244eedb6d13a5075015f32: Initiating tablet copy from peer 0593210e3b144472bf5d750308eb8edf (127.0.107.194:32845)
I20260608 12:42:30.722718 12262 tablet_copy_client.cc:323] T 782b4efc9dc44e67a9ddb2ddecab6688 P b3487c0845244eedb6d13a5075015f32: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:32845
I20260608 12:42:30.734472 11945 tablet_copy_service.cc:140] P 0593210e3b144472bf5d750308eb8edf: Received BeginTabletCopySession request for tablet 782b4efc9dc44e67a9ddb2ddecab6688 from peer b3487c0845244eedb6d13a5075015f32 ({username='slave'} at 127.0.0.1:60620)
I20260608 12:42:30.735031 11945 tablet_copy_service.cc:161] P 0593210e3b144472bf5d750308eb8edf: Beginning new tablet copy session on tablet 782b4efc9dc44e67a9ddb2ddecab6688 from peer b3487c0845244eedb6d13a5075015f32 at {username='slave'} at 127.0.0.1:60620: session id = b3487c0845244eedb6d13a5075015f32-782b4efc9dc44e67a9ddb2ddecab6688
I20260608 12:42:30.740721 11945 tablet_copy_source_session.cc:215] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:30.743790 12262 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 782b4efc9dc44e67a9ddb2ddecab6688. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:30.757296 12262 tablet_copy_client.cc:806] T 782b4efc9dc44e67a9ddb2ddecab6688 P b3487c0845244eedb6d13a5075015f32: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:30.757908 12262 tablet_copy_client.cc:670] T 782b4efc9dc44e67a9ddb2ddecab6688 P b3487c0845244eedb6d13a5075015f32: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:30.762792 12262 tablet_copy_client.cc:538] T 782b4efc9dc44e67a9ddb2ddecab6688 P b3487c0845244eedb6d13a5075015f32: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:30.770700 12262 tablet_bootstrap.cc:492] T 782b4efc9dc44e67a9ddb2ddecab6688 P b3487c0845244eedb6d13a5075015f32: Bootstrap starting.
I20260608 12:42:30.870472 12266 ts_tablet_manager.cc:933] T 78c0f17e0be744cc9d00c5fc7b7b237d P b3487c0845244eedb6d13a5075015f32: Initiating tablet copy from peer 0593210e3b144472bf5d750308eb8edf (127.0.107.194:32845)
I20260608 12:42:30.874598 12266 tablet_copy_client.cc:323] T 78c0f17e0be744cc9d00c5fc7b7b237d P b3487c0845244eedb6d13a5075015f32: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:32845
I20260608 12:42:30.875365 12268 ts_tablet_manager.cc:933] T 32595e6537b548319817e6d0d9f13746 P b3487c0845244eedb6d13a5075015f32: Initiating tablet copy from peer 0593210e3b144472bf5d750308eb8edf (127.0.107.194:32845)
I20260608 12:42:30.876662 11945 tablet_copy_service.cc:140] P 0593210e3b144472bf5d750308eb8edf: Received BeginTabletCopySession request for tablet 78c0f17e0be744cc9d00c5fc7b7b237d from peer b3487c0845244eedb6d13a5075015f32 ({username='slave'} at 127.0.0.1:60620)
I20260608 12:42:30.877288 11945 tablet_copy_service.cc:161] P 0593210e3b144472bf5d750308eb8edf: Beginning new tablet copy session on tablet 78c0f17e0be744cc9d00c5fc7b7b237d from peer b3487c0845244eedb6d13a5075015f32 at {username='slave'} at 127.0.0.1:60620: session id = b3487c0845244eedb6d13a5075015f32-78c0f17e0be744cc9d00c5fc7b7b237d
I20260608 12:42:30.877552 12268 tablet_copy_client.cc:323] T 32595e6537b548319817e6d0d9f13746 P b3487c0845244eedb6d13a5075015f32: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:32845
I20260608 12:42:30.879693 11944 tablet_copy_service.cc:140] P 0593210e3b144472bf5d750308eb8edf: Received BeginTabletCopySession request for tablet 32595e6537b548319817e6d0d9f13746 from peer b3487c0845244eedb6d13a5075015f32 ({username='slave'} at 127.0.0.1:60620)
I20260608 12:42:30.880308 11944 tablet_copy_service.cc:161] P 0593210e3b144472bf5d750308eb8edf: Beginning new tablet copy session on tablet 32595e6537b548319817e6d0d9f13746 from peer b3487c0845244eedb6d13a5075015f32 at {username='slave'} at 127.0.0.1:60620: session id = b3487c0845244eedb6d13a5075015f32-32595e6537b548319817e6d0d9f13746
I20260608 12:42:30.886274 11945 tablet_copy_source_session.cc:215] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:30.888589 12262 tablet_bootstrap.cc:492] T 782b4efc9dc44e67a9ddb2ddecab6688 P b3487c0845244eedb6d13a5075015f32: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=121 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:30.889532 11944 tablet_copy_source_session.cc:215] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:30.890146 12266 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 78c0f17e0be744cc9d00c5fc7b7b237d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:30.892925 12268 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 32595e6537b548319817e6d0d9f13746. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:30.889622 12262 tablet_bootstrap.cc:492] T 782b4efc9dc44e67a9ddb2ddecab6688 P b3487c0845244eedb6d13a5075015f32: Bootstrap complete.
I20260608 12:42:30.894263 12262 ts_tablet_manager.cc:1403] T 782b4efc9dc44e67a9ddb2ddecab6688 P b3487c0845244eedb6d13a5075015f32: Time spent bootstrapping tablet: real 0.124s	user 0.100s	sys 0.020s
I20260608 12:42:30.909426 12268 tablet_copy_client.cc:806] T 32595e6537b548319817e6d0d9f13746 P b3487c0845244eedb6d13a5075015f32: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:30.910156 12268 tablet_copy_client.cc:670] T 32595e6537b548319817e6d0d9f13746 P b3487c0845244eedb6d13a5075015f32: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:30.911311 12262 raft_consensus.cc:359] T 782b4efc9dc44e67a9ddb2ddecab6688 P b3487c0845244eedb6d13a5075015f32 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } attrs { replace: true } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } } peers { permanent_uuid: "b3487c0845244eedb6d13a5075015f32" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45355 } attrs { promote: true } }
I20260608 12:42:30.913147 12262 raft_consensus.cc:740] T 782b4efc9dc44e67a9ddb2ddecab6688 P b3487c0845244eedb6d13a5075015f32 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: b3487c0845244eedb6d13a5075015f32, State: Initialized, Role: LEARNER
I20260608 12:42:30.915405 12262 consensus_queue.cc:260] T 782b4efc9dc44e67a9ddb2ddecab6688 P b3487c0845244eedb6d13a5075015f32 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 16, Last appended: 1.16, Last appended by leader: 16, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } attrs { replace: true } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } } peers { permanent_uuid: "b3487c0845244eedb6d13a5075015f32" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45355 } attrs { promote: true } }
I20260608 12:42:30.914757 12268 tablet_copy_client.cc:538] T 32595e6537b548319817e6d0d9f13746 P b3487c0845244eedb6d13a5075015f32: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:30.920830 12270 ts_tablet_manager.cc:933] T 04c3fa21200643b69a84faabe439a6cd P b3487c0845244eedb6d13a5075015f32: Initiating tablet copy from peer 68cc5d77c97b4c0d89cfef409636af5f (127.0.107.193:44505)
I20260608 12:42:30.924504 12266 tablet_copy_client.cc:806] T 78c0f17e0be744cc9d00c5fc7b7b237d P b3487c0845244eedb6d13a5075015f32: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:30.925205 12266 tablet_copy_client.cc:670] T 78c0f17e0be744cc9d00c5fc7b7b237d P b3487c0845244eedb6d13a5075015f32: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:30.926147 12262 ts_tablet_manager.cc:1434] T 782b4efc9dc44e67a9ddb2ddecab6688 P b3487c0845244eedb6d13a5075015f32: Time spent starting tablet: real 0.032s	user 0.007s	sys 0.000s
I20260608 12:42:30.926867 12268 tablet_bootstrap.cc:492] T 32595e6537b548319817e6d0d9f13746 P b3487c0845244eedb6d13a5075015f32: Bootstrap starting.
I20260608 12:42:30.928951 11945 tablet_copy_service.cc:342] P 0593210e3b144472bf5d750308eb8edf: Request end of tablet copy session b3487c0845244eedb6d13a5075015f32-782b4efc9dc44e67a9ddb2ddecab6688 received from {username='slave'} at 127.0.0.1:60620
I20260608 12:42:30.929421 11945 tablet_copy_service.cc:434] P 0593210e3b144472bf5d750308eb8edf: ending tablet copy session b3487c0845244eedb6d13a5075015f32-782b4efc9dc44e67a9ddb2ddecab6688 on tablet 782b4efc9dc44e67a9ddb2ddecab6688 with peer b3487c0845244eedb6d13a5075015f32
I20260608 12:42:30.936241 12266 tablet_copy_client.cc:538] T 78c0f17e0be744cc9d00c5fc7b7b237d P b3487c0845244eedb6d13a5075015f32: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:30.941174 12270 tablet_copy_client.cc:323] T 04c3fa21200643b69a84faabe439a6cd P b3487c0845244eedb6d13a5075015f32: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:44505
I20260608 12:42:30.946926 12266 tablet_bootstrap.cc:492] T 78c0f17e0be744cc9d00c5fc7b7b237d P b3487c0845244eedb6d13a5075015f32: Bootstrap starting.
I20260608 12:42:30.972941 11870 tablet_copy_service.cc:140] P 68cc5d77c97b4c0d89cfef409636af5f: Received BeginTabletCopySession request for tablet 04c3fa21200643b69a84faabe439a6cd from peer b3487c0845244eedb6d13a5075015f32 ({username='slave'} at 127.0.0.1:38002)
I20260608 12:42:30.973960 11870 tablet_copy_service.cc:161] P 68cc5d77c97b4c0d89cfef409636af5f: Beginning new tablet copy session on tablet 04c3fa21200643b69a84faabe439a6cd from peer b3487c0845244eedb6d13a5075015f32 at {username='slave'} at 127.0.0.1:38002: session id = b3487c0845244eedb6d13a5075015f32-04c3fa21200643b69a84faabe439a6cd
I20260608 12:42:30.988092 11870 tablet_copy_source_session.cc:215] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:30.993314 12270 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 04c3fa21200643b69a84faabe439a6cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:31.017190 12270 tablet_copy_client.cc:806] T 04c3fa21200643b69a84faabe439a6cd P b3487c0845244eedb6d13a5075015f32: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:31.017830 12270 tablet_copy_client.cc:670] T 04c3fa21200643b69a84faabe439a6cd P b3487c0845244eedb6d13a5075015f32: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:31.026782 12270 tablet_copy_client.cc:538] T 04c3fa21200643b69a84faabe439a6cd P b3487c0845244eedb6d13a5075015f32: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:31.036682 12270 tablet_bootstrap.cc:492] T 04c3fa21200643b69a84faabe439a6cd P b3487c0845244eedb6d13a5075015f32: Bootstrap starting.
I20260608 12:42:31.111186 12268 tablet_bootstrap.cc:492] T 32595e6537b548319817e6d0d9f13746 P b3487c0845244eedb6d13a5075015f32: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=122 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:31.112134 12268 tablet_bootstrap.cc:492] T 32595e6537b548319817e6d0d9f13746 P b3487c0845244eedb6d13a5075015f32: Bootstrap complete.
I20260608 12:42:31.112859 12268 ts_tablet_manager.cc:1403] T 32595e6537b548319817e6d0d9f13746 P b3487c0845244eedb6d13a5075015f32: Time spent bootstrapping tablet: real 0.186s	user 0.135s	sys 0.043s
I20260608 12:42:31.115840 12268 raft_consensus.cc:359] T 32595e6537b548319817e6d0d9f13746 P b3487c0845244eedb6d13a5075015f32 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } attrs { replace: true } } peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "b3487c0845244eedb6d13a5075015f32" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45355 } attrs { promote: true } }
I20260608 12:42:31.116665 12268 raft_consensus.cc:740] T 32595e6537b548319817e6d0d9f13746 P b3487c0845244eedb6d13a5075015f32 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: b3487c0845244eedb6d13a5075015f32, State: Initialized, Role: LEARNER
I20260608 12:42:31.117405 12268 consensus_queue.cc:260] T 32595e6537b548319817e6d0d9f13746 P b3487c0845244eedb6d13a5075015f32 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 16, Last appended: 1.16, Last appended by leader: 16, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } attrs { replace: true } } peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "b3487c0845244eedb6d13a5075015f32" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45355 } attrs { promote: true } }
I20260608 12:42:31.120160 12266 tablet_bootstrap.cc:492] T 78c0f17e0be744cc9d00c5fc7b7b237d P b3487c0845244eedb6d13a5075015f32: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=116 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:31.121183 12266 tablet_bootstrap.cc:492] T 78c0f17e0be744cc9d00c5fc7b7b237d P b3487c0845244eedb6d13a5075015f32: Bootstrap complete.
I20260608 12:42:31.121948 12266 ts_tablet_manager.cc:1403] T 78c0f17e0be744cc9d00c5fc7b7b237d P b3487c0845244eedb6d13a5075015f32: Time spent bootstrapping tablet: real 0.175s	user 0.119s	sys 0.048s
I20260608 12:42:31.124308 12268 ts_tablet_manager.cc:1434] T 32595e6537b548319817e6d0d9f13746 P b3487c0845244eedb6d13a5075015f32: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.001s
I20260608 12:42:31.124881 12266 raft_consensus.cc:359] T 78c0f17e0be744cc9d00c5fc7b7b237d P b3487c0845244eedb6d13a5075015f32 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } attrs { replace: true } } peers { permanent_uuid: "b3487c0845244eedb6d13a5075015f32" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45355 } attrs { promote: true } }
I20260608 12:42:31.125751 12266 raft_consensus.cc:740] T 78c0f17e0be744cc9d00c5fc7b7b237d P b3487c0845244eedb6d13a5075015f32 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: b3487c0845244eedb6d13a5075015f32, State: Initialized, Role: LEARNER
I20260608 12:42:31.126565 11945 tablet_copy_service.cc:342] P 0593210e3b144472bf5d750308eb8edf: Request end of tablet copy session b3487c0845244eedb6d13a5075015f32-32595e6537b548319817e6d0d9f13746 received from {username='slave'} at 127.0.0.1:60620
I20260608 12:42:31.126418 12266 consensus_queue.cc:260] T 78c0f17e0be744cc9d00c5fc7b7b237d P b3487c0845244eedb6d13a5075015f32 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 16, Last appended: 1.16, Last appended by leader: 16, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } attrs { replace: true } } peers { permanent_uuid: "b3487c0845244eedb6d13a5075015f32" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45355 } attrs { promote: true } }
I20260608 12:42:31.127051 11945 tablet_copy_service.cc:434] P 0593210e3b144472bf5d750308eb8edf: ending tablet copy session b3487c0845244eedb6d13a5075015f32-32595e6537b548319817e6d0d9f13746 on tablet 32595e6537b548319817e6d0d9f13746 with peer b3487c0845244eedb6d13a5075015f32
I20260608 12:42:31.129772 12266 ts_tablet_manager.cc:1434] T 78c0f17e0be744cc9d00c5fc7b7b237d P b3487c0845244eedb6d13a5075015f32: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260608 12:42:31.131671 11945 tablet_copy_service.cc:342] P 0593210e3b144472bf5d750308eb8edf: Request end of tablet copy session b3487c0845244eedb6d13a5075015f32-78c0f17e0be744cc9d00c5fc7b7b237d received from {username='slave'} at 127.0.0.1:60620
I20260608 12:42:31.132098 11945 tablet_copy_service.cc:434] P 0593210e3b144472bf5d750308eb8edf: ending tablet copy session b3487c0845244eedb6d13a5075015f32-78c0f17e0be744cc9d00c5fc7b7b237d on tablet 78c0f17e0be744cc9d00c5fc7b7b237d with peer b3487c0845244eedb6d13a5075015f32
I20260608 12:42:31.163801 12270 tablet_bootstrap.cc:492] T 04c3fa21200643b69a84faabe439a6cd P b3487c0845244eedb6d13a5075015f32: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=116 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:31.164563 12270 tablet_bootstrap.cc:492] T 04c3fa21200643b69a84faabe439a6cd P b3487c0845244eedb6d13a5075015f32: Bootstrap complete.
I20260608 12:42:31.165318 12270 ts_tablet_manager.cc:1403] T 04c3fa21200643b69a84faabe439a6cd P b3487c0845244eedb6d13a5075015f32: Time spent bootstrapping tablet: real 0.129s	user 0.106s	sys 0.016s
I20260608 12:42:31.167871 12270 raft_consensus.cc:359] T 04c3fa21200643b69a84faabe439a6cd P b3487c0845244eedb6d13a5075015f32 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } attrs { replace: true } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } } peers { permanent_uuid: "b3487c0845244eedb6d13a5075015f32" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45355 } attrs { promote: true } }
I20260608 12:42:31.168646 12270 raft_consensus.cc:740] T 04c3fa21200643b69a84faabe439a6cd P b3487c0845244eedb6d13a5075015f32 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: b3487c0845244eedb6d13a5075015f32, State: Initialized, Role: LEARNER
I20260608 12:42:31.169189 12270 consensus_queue.cc:260] T 04c3fa21200643b69a84faabe439a6cd P b3487c0845244eedb6d13a5075015f32 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 16, Last appended: 1.16, Last appended by leader: 16, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "68cc5d77c97b4c0d89cfef409636af5f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44505 } } peers { permanent_uuid: "0593210e3b144472bf5d750308eb8edf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32845 } attrs { replace: true } } peers { permanent_uuid: "cfc6ff0088cd4f16983ad69959c0373d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40531 } } peers { permanent_uuid: "b3487c0845244eedb6d13a5075015f32" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45355 } attrs { promote: true } }
I20260608 12:42:31.171053 12270 ts_tablet_manager.cc:1434] T 04c3fa21200643b69a84faabe439a6cd P b3487c0845244eedb6d13a5075015f32: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:42:31.172914 11870 tablet_copy_service.cc:342] P 68cc5d77c97b4c0d89cfef409636af5f: Request end of tablet copy session b3487c0845244eedb6d13a5075015f32-04c3fa21200643b69a84faabe439a6cd received from {username='slave'} at 127.0.0.1:38002
I20260608 12:42:31.173344 11870 tablet_copy_service.cc:434] P 68cc5d77c97b4c0d89cfef409636af5f: ending tablet copy session b3487c0845244eedb6d13a5075015f32-04c3fa21200643b69a84faabe439a6cd on tablet 04c3fa21200643b69a84faabe439a6cd with peer b3487c0845244eedb6d13a5075015f32
I20260608 12:42:31.177337 12207 raft_consensus.cc:1217] T 782b4efc9dc44e67a9ddb2ddecab6688 P b3487c0845244eedb6d13a5075015f32 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.15->[1.16-1.16]   Dedup: 1.16->[]
I20260608 12:42:31.266290 12207 raft_consensus.cc:1217] T 78c0f17e0be744cc9d00c5fc7b7b237d P b3487c0845244eedb6d13a5075015f32 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.15->[1.16-1.16]   Dedup: 1.16->[]
I20260608 12:42:31.278510 12207 raft_consensus.cc:1217] T 32595e6537b548319817e6d0d9f13746 P b3487c0845244eedb6d13a5075015f32 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.15->[1.16-1.16]   Dedup: 1.16->[]
I20260608 12:42:31.344854   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:42:31.363844 12207 raft_consensus.cc:1217] T 04c3fa21200643b69a84faabe439a6cd P b3487c0845244eedb6d13a5075015f32 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.15->[1.16-1.16]   Dedup: 1.16->[]
W20260608 12:42:31.372853 11900 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 1 similar messages]
W20260608 12:42:31.376188 11900 consensus_peers.cc:597] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf -> Peer 68cc5d77c97b4c0d89cfef409636af5f (127.0.107.193:44505): Couldn't send request to peer 68cc5d77c97b4c0d89cfef409636af5f. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:31.386300   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:31.387084   431 tablet_replica.cc:333] T 782b4efc9dc44e67a9ddb2ddecab6688 P 68cc5d77c97b4c0d89cfef409636af5f: stopping tablet replica
I20260608 12:42:31.388087   431 raft_consensus.cc:2243] T 782b4efc9dc44e67a9ddb2ddecab6688 P 68cc5d77c97b4c0d89cfef409636af5f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:31.388784   431 raft_consensus.cc:2272] T 782b4efc9dc44e67a9ddb2ddecab6688 P 68cc5d77c97b4c0d89cfef409636af5f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:31.391746   431 tablet_replica.cc:333] T 32595e6537b548319817e6d0d9f13746 P 68cc5d77c97b4c0d89cfef409636af5f: stopping tablet replica
I20260608 12:42:31.392333   431 raft_consensus.cc:2243] T 32595e6537b548319817e6d0d9f13746 P 68cc5d77c97b4c0d89cfef409636af5f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:31.392855   431 raft_consensus.cc:2272] T 32595e6537b548319817e6d0d9f13746 P 68cc5d77c97b4c0d89cfef409636af5f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:31.395718   431 tablet_replica.cc:333] T 415a289300e04284bdf369239d4974f4 P 68cc5d77c97b4c0d89cfef409636af5f: stopping tablet replica
I20260608 12:42:31.396340   431 raft_consensus.cc:2243] T 415a289300e04284bdf369239d4974f4 P 68cc5d77c97b4c0d89cfef409636af5f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:31.396940   431 raft_consensus.cc:2272] T 415a289300e04284bdf369239d4974f4 P 68cc5d77c97b4c0d89cfef409636af5f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:31.399127   431 tablet_replica.cc:333] T 78c0f17e0be744cc9d00c5fc7b7b237d P 68cc5d77c97b4c0d89cfef409636af5f: stopping tablet replica
I20260608 12:42:31.399756   431 raft_consensus.cc:2243] T 78c0f17e0be744cc9d00c5fc7b7b237d P 68cc5d77c97b4c0d89cfef409636af5f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:31.400279   431 raft_consensus.cc:2272] T 78c0f17e0be744cc9d00c5fc7b7b237d P 68cc5d77c97b4c0d89cfef409636af5f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:31.403400   431 tablet_replica.cc:333] T c13d8e5fac4d4efa934916694824bcc8 P 68cc5d77c97b4c0d89cfef409636af5f: stopping tablet replica
I20260608 12:42:31.404222   431 raft_consensus.cc:2243] T c13d8e5fac4d4efa934916694824bcc8 P 68cc5d77c97b4c0d89cfef409636af5f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:31.404843   431 raft_consensus.cc:2272] T c13d8e5fac4d4efa934916694824bcc8 P 68cc5d77c97b4c0d89cfef409636af5f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:31.407382   431 tablet_replica.cc:333] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f: stopping tablet replica
I20260608 12:42:31.407985   431 raft_consensus.cc:2243] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:31.409039   431 raft_consensus.cc:2272] T 04c3fa21200643b69a84faabe439a6cd P 68cc5d77c97b4c0d89cfef409636af5f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:31.428243   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
W20260608 12:42:31.443908 11900 consensus_peers.cc:597] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf -> Peer 68cc5d77c97b4c0d89cfef409636af5f (127.0.107.193:44505): Couldn't send request to peer 68cc5d77c97b4c0d89cfef409636af5f. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44505: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:31.449805   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
W20260608 12:42:31.458005 11900 consensus_peers.cc:597] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf -> Peer 68cc5d77c97b4c0d89cfef409636af5f (127.0.107.193:44505): Couldn't send request to peer 68cc5d77c97b4c0d89cfef409636af5f. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44505: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:31.478350   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:31.479779   431 tablet_replica.cc:333] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf: stopping tablet replica
I20260608 12:42:31.480752   431 raft_consensus.cc:2243] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:31.482180   431 raft_consensus.cc:2272] T 782b4efc9dc44e67a9ddb2ddecab6688 P 0593210e3b144472bf5d750308eb8edf [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:42:31.482867 11974 consensus_peers.cc:597] T 415a289300e04284bdf369239d4974f4 P cfc6ff0088cd4f16983ad69959c0373d -> Peer 68cc5d77c97b4c0d89cfef409636af5f (127.0.107.193:44505): Couldn't send request to peer 68cc5d77c97b4c0d89cfef409636af5f. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44505: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:31.484656   431 tablet_replica.cc:333] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf: stopping tablet replica
I20260608 12:42:31.485394   431 raft_consensus.cc:2243] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:31.486892   431 raft_consensus.cc:2272] T 78c0f17e0be744cc9d00c5fc7b7b237d P 0593210e3b144472bf5d750308eb8edf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:31.489688   431 tablet_replica.cc:333] T 04c3fa21200643b69a84faabe439a6cd P 0593210e3b144472bf5d750308eb8edf: stopping tablet replica
I20260608 12:42:31.490311   431 raft_consensus.cc:2243] T 04c3fa21200643b69a84faabe439a6cd P 0593210e3b144472bf5d750308eb8edf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:31.490826   431 raft_consensus.cc:2272] T 04c3fa21200643b69a84faabe439a6cd P 0593210e3b144472bf5d750308eb8edf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:31.493297   431 tablet_replica.cc:333] T c13d8e5fac4d4efa934916694824bcc8 P 0593210e3b144472bf5d750308eb8edf: stopping tablet replica
I20260608 12:42:31.493848   431 raft_consensus.cc:2243] T c13d8e5fac4d4efa934916694824bcc8 P 0593210e3b144472bf5d750308eb8edf [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:31.494583   431 raft_consensus.cc:2272] T c13d8e5fac4d4efa934916694824bcc8 P 0593210e3b144472bf5d750308eb8edf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:31.496701   431 tablet_replica.cc:333] T 415a289300e04284bdf369239d4974f4 P 0593210e3b144472bf5d750308eb8edf: stopping tablet replica
I20260608 12:42:31.497220   431 raft_consensus.cc:2243] T 415a289300e04284bdf369239d4974f4 P 0593210e3b144472bf5d750308eb8edf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:31.497663   431 raft_consensus.cc:2272] T 415a289300e04284bdf369239d4974f4 P 0593210e3b144472bf5d750308eb8edf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:31.499804   431 tablet_replica.cc:333] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf: stopping tablet replica
I20260608 12:42:31.500298   431 raft_consensus.cc:2243] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:31.501286   431 raft_consensus.cc:2272] T 32595e6537b548319817e6d0d9f13746 P 0593210e3b144472bf5d750308eb8edf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:31.529062   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:42:31.545378   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:42:31.589074   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:31.589869   431 tablet_replica.cc:333] T 78c0f17e0be744cc9d00c5fc7b7b237d P cfc6ff0088cd4f16983ad69959c0373d: stopping tablet replica
I20260608 12:42:31.590682   431 raft_consensus.cc:2243] T 78c0f17e0be744cc9d00c5fc7b7b237d P cfc6ff0088cd4f16983ad69959c0373d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:31.591331   431 raft_consensus.cc:2272] T 78c0f17e0be744cc9d00c5fc7b7b237d P cfc6ff0088cd4f16983ad69959c0373d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:31.594399   431 tablet_replica.cc:333] T 04c3fa21200643b69a84faabe439a6cd P cfc6ff0088cd4f16983ad69959c0373d: stopping tablet replica
I20260608 12:42:31.595150   431 raft_consensus.cc:2243] T 04c3fa21200643b69a84faabe439a6cd P cfc6ff0088cd4f16983ad69959c0373d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:31.595948   431 raft_consensus.cc:2272] T 04c3fa21200643b69a84faabe439a6cd P cfc6ff0088cd4f16983ad69959c0373d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:31.598834   431 tablet_replica.cc:333] T c13d8e5fac4d4efa934916694824bcc8 P cfc6ff0088cd4f16983ad69959c0373d: stopping tablet replica
I20260608 12:42:31.599570   431 raft_consensus.cc:2243] T c13d8e5fac4d4efa934916694824bcc8 P cfc6ff0088cd4f16983ad69959c0373d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:31.600309   431 raft_consensus.cc:2272] T c13d8e5fac4d4efa934916694824bcc8 P cfc6ff0088cd4f16983ad69959c0373d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:31.603143   431 tablet_replica.cc:333] T 32595e6537b548319817e6d0d9f13746 P cfc6ff0088cd4f16983ad69959c0373d: stopping tablet replica
I20260608 12:42:31.603866   431 raft_consensus.cc:2243] T 32595e6537b548319817e6d0d9f13746 P cfc6ff0088cd4f16983ad69959c0373d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:31.604512   431 raft_consensus.cc:2272] T 32595e6537b548319817e6d0d9f13746 P cfc6ff0088cd4f16983ad69959c0373d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:31.607554   431 tablet_replica.cc:333] T 415a289300e04284bdf369239d4974f4 P cfc6ff0088cd4f16983ad69959c0373d: stopping tablet replica
I20260608 12:42:31.608240   431 raft_consensus.cc:2243] T 415a289300e04284bdf369239d4974f4 P cfc6ff0088cd4f16983ad69959c0373d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:31.609319   431 raft_consensus.cc:2272] T 415a289300e04284bdf369239d4974f4 P cfc6ff0088cd4f16983ad69959c0373d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:31.612373   431 tablet_replica.cc:333] T 782b4efc9dc44e67a9ddb2ddecab6688 P cfc6ff0088cd4f16983ad69959c0373d: stopping tablet replica
I20260608 12:42:31.613046   431 raft_consensus.cc:2243] T 782b4efc9dc44e67a9ddb2ddecab6688 P cfc6ff0088cd4f16983ad69959c0373d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:31.613669   431 raft_consensus.cc:2272] T 782b4efc9dc44e67a9ddb2ddecab6688 P cfc6ff0088cd4f16983ad69959c0373d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:31.645201   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:42:31.667304   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:42:31.696863   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:31.697666   431 tablet_replica.cc:333] T 78c0f17e0be744cc9d00c5fc7b7b237d P b3487c0845244eedb6d13a5075015f32: stopping tablet replica
I20260608 12:42:31.698452   431 raft_consensus.cc:2243] T 78c0f17e0be744cc9d00c5fc7b7b237d P b3487c0845244eedb6d13a5075015f32 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:42:31.698957   431 raft_consensus.cc:2272] T 78c0f17e0be744cc9d00c5fc7b7b237d P b3487c0845244eedb6d13a5075015f32 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:42:31.702011   431 tablet_replica.cc:333] T 04c3fa21200643b69a84faabe439a6cd P b3487c0845244eedb6d13a5075015f32: stopping tablet replica
I20260608 12:42:31.702711   431 raft_consensus.cc:2243] T 04c3fa21200643b69a84faabe439a6cd P b3487c0845244eedb6d13a5075015f32 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:42:31.703174   431 raft_consensus.cc:2272] T 04c3fa21200643b69a84faabe439a6cd P b3487c0845244eedb6d13a5075015f32 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:42:31.706137   431 tablet_replica.cc:333] T 32595e6537b548319817e6d0d9f13746 P b3487c0845244eedb6d13a5075015f32: stopping tablet replica
I20260608 12:42:31.706842   431 raft_consensus.cc:2243] T 32595e6537b548319817e6d0d9f13746 P b3487c0845244eedb6d13a5075015f32 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:42:31.707302   431 raft_consensus.cc:2272] T 32595e6537b548319817e6d0d9f13746 P b3487c0845244eedb6d13a5075015f32 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:42:31.711865   431 tablet_replica.cc:333] T 782b4efc9dc44e67a9ddb2ddecab6688 P b3487c0845244eedb6d13a5075015f32: stopping tablet replica
I20260608 12:42:31.712504   431 raft_consensus.cc:2243] T 782b4efc9dc44e67a9ddb2ddecab6688 P b3487c0845244eedb6d13a5075015f32 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:42:31.712980   431 raft_consensus.cc:2272] T 782b4efc9dc44e67a9ddb2ddecab6688 P b3487c0845244eedb6d13a5075015f32 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:42:31.727888   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:42:31.744870   431 master.cc:562] Master@127.0.107.254:38809 shutting down...
W20260608 12:42:31.770416 11805 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:42:31.770967 11805 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:42:31.771368 11805 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:42:31.772364 11805 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:42:31.772727 11805 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:42:31.773118 11805 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:42:31.774240   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P e035bcdfeaeb487cb7fd99860f0d2425 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:31.774780   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P e035bcdfeaeb487cb7fd99860f0d2425 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:31.775130   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P e035bcdfeaeb487cb7fd99860f0d2425: stopping tablet replica
I20260608 12:42:31.795639   431 master.cc:584] Master@127.0.107.254:38809 shutdown complete.
[       OK ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/1 (7872 ms)
[----------] 2 tests from PreferFollowerRebalancingTest (14683 ms total)

[----------] Global test environment tear-down
[==========] 24 tests from 2 test suites ran. (249038 ms total)
[  PASSED  ] 24 tests.
I20260608 12:42:31.851330   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/tserver/ts_tablet_manager.cc:600: suppressed but not reported on 7 messages since previous log ~41 seconds ago
I20260608 12:42:31.851831   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/tserver/ts_tablet_manager.cc:548: suppressed but not reported on 7 messages since previous log ~41 seconds ago
I20260608 12:42:31.852047   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:4754: suppressed but not reported on 19 messages since previous log ~41 seconds ago
I20260608 12:42:31.852236   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:5374: suppressed but not reported on 23 messages since previous log ~73 seconds ago
I20260608 12:42:31.852453   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:4809: suppressed but not reported on 3 messages since previous log ~157 seconds ago
I20260608 12:42:31.852706   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/tserver/heartbeater.cc:646: suppressed but not reported on 14 messages since previous log ~227 seconds ago
I20260608 12:42:31.853068   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/tablet/tablet.cc:2404: suppressed but not reported on 62 messages since previous log ~26 seconds ago
I20260608 12:42:31.853269   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/rpc/proxy.cc:239: suppressed but not reported on 3 messages since previous log ~0 seconds ago
