[==========] 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:37:47.166728   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:40585,127.0.107.253:44993,127.0.107.252:45783
I20260608 12:37:47.168588   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:37:47.169842   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:37:47.187690   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:37:47.188871   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:37:47.189391   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:37:47.189672   431 server_base.cc:1061] running on GCE node
I20260608 12:37:48.315236   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:37:48.315469   431 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:37:48.315626   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922268315610 us; error 0 us; skew 500 ppm
I20260608 12:37:48.316479   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:37:48.321628   431 webserver.cc:533] Webserver started at http://127.0.107.254:46821/ using document root <none> and password file <none>
I20260608 12:37:48.322443   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:37:48.322639   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:37:48.323062   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:37:48.328996   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922266998516-431-0/minicluster-data/master-0-root/instance:
uuid: "745699b832d24a2f9641769fe4c56e07"
format_stamp: "Formatted at 2026-06-08 12:37:48 on dist-test-slave-3g00"
I20260608 12:37:48.336524   431 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.002s	sys 0.005s
I20260608 12:37:48.341527   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:37:48.342715   431 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.002s
I20260608 12:37:48.343005   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922266998516-431-0/minicluster-data/master-0-root
uuid: "745699b832d24a2f9641769fe4c56e07"
format_stamp: "Formatted at 2026-06-08 12:37:48 on dist-test-slave-3g00"
I20260608 12:37:48.343308   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922266998516-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922266998516-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922266998516-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:37:48.399312   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:37:48.400789   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:37:48.401270   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:37:48.478328   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:40585
I20260608 12:37:48.478448   497 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:40585 every 8 connection(s)
I20260608 12:37:48.485340   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:37:48.487632   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:37:48.492736   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:37:48.494729   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
I20260608 12:37:48.498855   431 server_base.cc:1061] running on GCE node
W20260608 12:37:48.499354   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:37:48.500258   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:37:48.500546   431 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:37:48.500758   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922268500740 us; error 0 us; skew 500 ppm
I20260608 12:37:48.501642   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:37:48.506064   431 webserver.cc:533] Webserver started at http://127.0.107.253:35045/ using document root <none> and password file <none>
I20260608 12:37:48.506820   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:37:48.507084   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:37:48.507426   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:37:48.508944   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922266998516-431-0/minicluster-data/master-1-root/instance:
uuid: "e43967bae86d4b9a84ed9641fef196d8"
format_stamp: "Formatted at 2026-06-08 12:37:48 on dist-test-slave-3g00"
I20260608 12:37:48.512351   498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40585 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:37:48.516292   431 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:37:48.521234   509 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:37:48.522574   431 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.001s	sys 0.003s
I20260608 12:37:48.522869   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922266998516-431-0/minicluster-data/master-1-root
uuid: "e43967bae86d4b9a84ed9641fef196d8"
format_stamp: "Formatted at 2026-06-08 12:37:48 on dist-test-slave-3g00"
I20260608 12:37:48.523155   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922266998516-431-0/minicluster-data/master-1-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922266998516-431-0/minicluster-data/master-1-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922266998516-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:37:48.547348   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:37:48.548892   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:37:48.548933   498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44993 } has no permanent_uuid. Determining permanent_uuid...
W20260608 12:37:48.551816   449 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.253:44993: connect: Connection refused (error 111)
W20260608 12:37:48.557950   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:44993: Network error: Client connection negotiation failed: client connection to 127.0.107.253:44993: connect: Connection refused (error 111)
I20260608 12:37:48.607587   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: 44993 } attempt: 1
W20260608 12:37:48.613365   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:44993: Network error: Client connection negotiation failed: client connection to 127.0.107.253:44993: connect: Connection refused (error 111)
I20260608 12:37:48.627067   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.253:44993
I20260608 12:37:48.627147   562 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.253:44993 every 8 connection(s)
I20260608 12:37:48.632929   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:37:48.632933   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:37:48.638980   563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40585 } has no permanent_uuid. Determining permanent_uuid...
W20260608 12:37:48.640527   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
W20260608 12:37:48.643392   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
W20260608 12:37:48.647770   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:37:48.653198   431 server_base.cc:1061] running on GCE node
I20260608 12:37:48.654330   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:37:48.654603   431 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:37:48.654824   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922268654805 us; error 0 us; skew 500 ppm
I20260608 12:37:48.655692   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:37:48.657517   563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44993 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:37:48.659423   431 webserver.cc:533] Webserver started at http://127.0.107.252:37903/ using document root <none> and password file <none>
I20260608 12:37:48.660135   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:37:48.660360   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:37:48.660744   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:37:48.662791   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922266998516-431-0/minicluster-data/master-2-root/instance:
uuid: "6cdd43615058402c84d242d2389900e0"
format_stamp: "Formatted at 2026-06-08 12:37:48 on dist-test-slave-3g00"
I20260608 12:37:48.669963   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.000s	sys 0.008s
I20260608 12:37:48.671762   563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45783 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:37:48.676983   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:37:48.677863   431 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.001s	sys 0.005s
I20260608 12:37:48.678144   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922266998516-431-0/minicluster-data/master-2-root
uuid: "6cdd43615058402c84d242d2389900e0"
format_stamp: "Formatted at 2026-06-08 12:37:48 on dist-test-slave-3g00"
I20260608 12:37:48.678416   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922266998516-431-0/minicluster-data/master-2-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922266998516-431-0/minicluster-data/master-2-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922266998516-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:37:48.678864   563 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:45783: Network error: Client connection negotiation failed: client connection to 127.0.107.252:45783: connect: Connection refused (error 111)
I20260608 12:37:48.681892   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: 44993 } attempt: 2
I20260608 12:37:48.692751   498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45783 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:37:48.694926   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:37:48.696525   431 kserver.cc:163] Server-wide thread pool size limit: 3276
W20260608 12:37:48.697999   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:45783: Network error: Client connection negotiation failed: client connection to 127.0.107.252:45783: connect: Connection refused (error 111)
I20260608 12:37:48.722254   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: 45783 } attempt: 1
W20260608 12:37:48.727358   563 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:45783: Network error: Client connection negotiation failed: client connection to 127.0.107.252:45783: connect: Connection refused (error 111)
I20260608 12:37:48.729390   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: 45783 } attempt: 1
W20260608 12:37:48.734815   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:45783: Network error: Client connection negotiation failed: client connection to 127.0.107.252:45783: connect: Connection refused (error 111)
I20260608 12:37:48.769167   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.252:45783
I20260608 12:37:48.769281   627 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.252:45783 every 8 connection(s)
I20260608 12:37:48.773370   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:37:48.774260   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:37:48.780170   628 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40585 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:37:48.792596   628 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44993 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:37:48.802101   628 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45783 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:37:48.802264   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: 45783 } attempt: 2
I20260608 12:37:48.802831   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: 45783 } attempt: 2
I20260608 12:37:48.827769   628 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6cdd43615058402c84d242d2389900e0: Bootstrap starting.
I20260608 12:37:48.828999   563 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e43967bae86d4b9a84ed9641fef196d8: Bootstrap starting.
I20260608 12:37:48.829000   498 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07: Bootstrap starting.
I20260608 12:37:48.835464   628 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6cdd43615058402c84d242d2389900e0: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:48.836230   498 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:48.837039   563 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e43967bae86d4b9a84ed9641fef196d8: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:48.838271   628 log.cc:826] T 00000000000000000000000000000000 P 6cdd43615058402c84d242d2389900e0: Log is configured to *not* fsync() on all Append() calls
I20260608 12:37:48.845295   628 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6cdd43615058402c84d242d2389900e0: No bootstrap required, opened a new log
I20260608 12:37:48.846674   498 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07: No bootstrap required, opened a new log
I20260608 12:37:48.846729   563 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e43967bae86d4b9a84ed9641fef196d8: No bootstrap required, opened a new log
I20260608 12:37:48.864128   628 raft_consensus.cc:359] T 00000000000000000000000000000000 P 6cdd43615058402c84d242d2389900e0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "745699b832d24a2f9641769fe4c56e07" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40585 } } peers { permanent_uuid: "e43967bae86d4b9a84ed9641fef196d8" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44993 } } peers { permanent_uuid: "6cdd43615058402c84d242d2389900e0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45783 } }
I20260608 12:37:48.864248   498 raft_consensus.cc:359] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "745699b832d24a2f9641769fe4c56e07" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40585 } } peers { permanent_uuid: "e43967bae86d4b9a84ed9641fef196d8" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44993 } } peers { permanent_uuid: "6cdd43615058402c84d242d2389900e0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45783 } }
I20260608 12:37:48.864141   563 raft_consensus.cc:359] T 00000000000000000000000000000000 P e43967bae86d4b9a84ed9641fef196d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "745699b832d24a2f9641769fe4c56e07" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40585 } } peers { permanent_uuid: "e43967bae86d4b9a84ed9641fef196d8" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44993 } } peers { permanent_uuid: "6cdd43615058402c84d242d2389900e0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45783 } }
I20260608 12:37:48.864890   628 raft_consensus.cc:385] T 00000000000000000000000000000000 P 6cdd43615058402c84d242d2389900e0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:48.865136   498 raft_consensus.cc:385] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:48.865193   563 raft_consensus.cc:385] T 00000000000000000000000000000000 P e43967bae86d4b9a84ed9641fef196d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:48.865254   628 raft_consensus.cc:740] T 00000000000000000000000000000000 P 6cdd43615058402c84d242d2389900e0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6cdd43615058402c84d242d2389900e0, State: Initialized, Role: FOLLOWER
I20260608 12:37:48.865516   498 raft_consensus.cc:740] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 745699b832d24a2f9641769fe4c56e07, State: Initialized, Role: FOLLOWER
I20260608 12:37:48.865583   563 raft_consensus.cc:740] T 00000000000000000000000000000000 P e43967bae86d4b9a84ed9641fef196d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e43967bae86d4b9a84ed9641fef196d8, State: Initialized, Role: FOLLOWER
I20260608 12:37:48.866365   628 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6cdd43615058402c84d242d2389900e0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "745699b832d24a2f9641769fe4c56e07" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40585 } } peers { permanent_uuid: "e43967bae86d4b9a84ed9641fef196d8" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44993 } } peers { permanent_uuid: "6cdd43615058402c84d242d2389900e0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45783 } }
I20260608 12:37:48.866425   498 consensus_queue.cc:260] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "745699b832d24a2f9641769fe4c56e07" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40585 } } peers { permanent_uuid: "e43967bae86d4b9a84ed9641fef196d8" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44993 } } peers { permanent_uuid: "6cdd43615058402c84d242d2389900e0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45783 } }
I20260608 12:37:48.866413   563 consensus_queue.cc:260] T 00000000000000000000000000000000 P e43967bae86d4b9a84ed9641fef196d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "745699b832d24a2f9641769fe4c56e07" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40585 } } peers { permanent_uuid: "e43967bae86d4b9a84ed9641fef196d8" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44993 } } peers { permanent_uuid: "6cdd43615058402c84d242d2389900e0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45783 } }
I20260608 12:37:48.871201   637 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6cdd43615058402c84d242d2389900e0 [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: "745699b832d24a2f9641769fe4c56e07" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40585 } } peers { permanent_uuid: "e43967bae86d4b9a84ed9641fef196d8" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44993 } } peers { permanent_uuid: "6cdd43615058402c84d242d2389900e0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45783 } } }
I20260608 12:37:48.871758   639 sys_catalog.cc:455] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07 [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: "745699b832d24a2f9641769fe4c56e07" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40585 } } peers { permanent_uuid: "e43967bae86d4b9a84ed9641fef196d8" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44993 } } peers { permanent_uuid: "6cdd43615058402c84d242d2389900e0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45783 } } }
I20260608 12:37:48.872586   637 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6cdd43615058402c84d242d2389900e0 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:37:48.872598   639 sys_catalog.cc:458] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:37:48.873737   628 sys_catalog.cc:565] T 00000000000000000000000000000000 P 6cdd43615058402c84d242d2389900e0 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:37:48.873816   638 sys_catalog.cc:455] T 00000000000000000000000000000000 P e43967bae86d4b9a84ed9641fef196d8 [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: "745699b832d24a2f9641769fe4c56e07" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40585 } } peers { permanent_uuid: "e43967bae86d4b9a84ed9641fef196d8" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44993 } } peers { permanent_uuid: "6cdd43615058402c84d242d2389900e0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45783 } } }
I20260608 12:37:48.874541   638 sys_catalog.cc:458] T 00000000000000000000000000000000 P e43967bae86d4b9a84ed9641fef196d8 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:37:48.875741   563 sys_catalog.cc:565] T 00000000000000000000000000000000 P e43967bae86d4b9a84ed9641fef196d8 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:37:48.875741   498 sys_catalog.cc:565] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07 [sys.catalog]: configured and running, proceeding with master startup.
W20260608 12:37:48.906998   452 tablet.cc:2404] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:37:48.917438   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 1
W20260608 12:37:48.934448   662 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:37:48.934897   662 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260608 12:37:48.937964   639 raft_consensus.cc:493] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:37:48.938654   639 raft_consensus.cc:515] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "745699b832d24a2f9641769fe4c56e07" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40585 } } peers { permanent_uuid: "e43967bae86d4b9a84ed9641fef196d8" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44993 } } peers { permanent_uuid: "6cdd43615058402c84d242d2389900e0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45783 } }
I20260608 12:37:48.943125   639 leader_election.cc:290] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e43967bae86d4b9a84ed9641fef196d8 (127.0.107.253:44993), 6cdd43615058402c84d242d2389900e0 (127.0.107.252:45783)
I20260608 12:37:48.943806   538 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "745699b832d24a2f9641769fe4c56e07" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e43967bae86d4b9a84ed9641fef196d8" is_pre_election: true
I20260608 12:37:48.945021   538 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e43967bae86d4b9a84ed9641fef196d8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 745699b832d24a2f9641769fe4c56e07 in term 0.
I20260608 12:37:48.946321   602 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "745699b832d24a2f9641769fe4c56e07" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6cdd43615058402c84d242d2389900e0" is_pre_election: true
I20260608 12:37:48.947047   602 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 6cdd43615058402c84d242d2389900e0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 745699b832d24a2f9641769fe4c56e07 in term 0.
I20260608 12:37:48.949091   449 leader_election.cc:304] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 745699b832d24a2f9641769fe4c56e07, e43967bae86d4b9a84ed9641fef196d8; no voters: 
I20260608 12:37:48.950232   639 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:37:48.950634   639 raft_consensus.cc:493] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:37:48.951018   639 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:48.959842   639 raft_consensus.cc:515] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "745699b832d24a2f9641769fe4c56e07" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40585 } } peers { permanent_uuid: "e43967bae86d4b9a84ed9641fef196d8" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44993 } } peers { permanent_uuid: "6cdd43615058402c84d242d2389900e0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45783 } }
I20260608 12:37:48.963699   538 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "745699b832d24a2f9641769fe4c56e07" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e43967bae86d4b9a84ed9641fef196d8"
I20260608 12:37:48.964319   538 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e43967bae86d4b9a84ed9641fef196d8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:48.972220   538 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e43967bae86d4b9a84ed9641fef196d8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 745699b832d24a2f9641769fe4c56e07 in term 1.
I20260608 12:37:48.973735   449 leader_election.cc:304] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 745699b832d24a2f9641769fe4c56e07, e43967bae86d4b9a84ed9641fef196d8; no voters: 
I20260608 12:37:48.977775   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 2
I20260608 12:37:48.982767   639 leader_election.cc:290] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07 [CANDIDATE]: Term 1 election: Requested vote from peers e43967bae86d4b9a84ed9641fef196d8 (127.0.107.253:44993), 6cdd43615058402c84d242d2389900e0 (127.0.107.252:45783)
I20260608 12:37:48.983297   639 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:37:48.983809   639 raft_consensus.cc:697] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07 [term 1 LEADER]: Becoming Leader. State: Replica: 745699b832d24a2f9641769fe4c56e07, State: Running, Role: LEADER
I20260608 12:37:48.984802   639 consensus_queue.cc:237] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "745699b832d24a2f9641769fe4c56e07" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40585 } } peers { permanent_uuid: "e43967bae86d4b9a84ed9641fef196d8" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44993 } } peers { permanent_uuid: "6cdd43615058402c84d242d2389900e0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45783 } }
W20260608 12:37:48.986418   672 catalog_manager.cc:1593] T 00000000000000000000000000000000 P e43967bae86d4b9a84ed9641fef196d8: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:37:48.986773   672 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260608 12:37:48.990130   602 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "745699b832d24a2f9641769fe4c56e07" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6cdd43615058402c84d242d2389900e0"
I20260608 12:37:48.990741   602 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 6cdd43615058402c84d242d2389900e0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:48.995244   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:37:48.998222   602 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 6cdd43615058402c84d242d2389900e0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 745699b832d24a2f9641769fe4c56e07 in term 1.
W20260608 12:37:49.010977   673 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 6cdd43615058402c84d242d2389900e0: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:37:49.011385   673 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260608 12:37:49.014575   674 sys_catalog.cc:455] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 745699b832d24a2f9641769fe4c56e07. Latest consensus state: current_term: 1 leader_uuid: "745699b832d24a2f9641769fe4c56e07" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "745699b832d24a2f9641769fe4c56e07" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40585 } } peers { permanent_uuid: "e43967bae86d4b9a84ed9641fef196d8" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44993 } } peers { permanent_uuid: "6cdd43615058402c84d242d2389900e0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45783 } } }
I20260608 12:37:49.015419   674 sys_catalog.cc:458] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07 [sys.catalog]: This master's current role is: LEADER
I20260608 12:37:49.019788   677 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
W20260608 12:37:49.027370   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
W20260608 12:37:49.027581   678 instance_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:37:49.030169   677 catalog_manager.cc:1519] Initializing Kudu cluster ID...
W20260608 12:37:49.038615   680 instance_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:37:49.038820   431 server_base.cc:1061] running on GCE node
I20260608 12:37:49.040043   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:37:49.040259   431 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:37:49.040444   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922269040426 us; error 0 us; skew 500 ppm
I20260608 12:37:49.041095   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:37:49.049811   431 webserver.cc:533] Webserver started at http://127.0.107.193:35123/ using document root <none> and password file <none>
I20260608 12:37:49.050550   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:37:49.050789   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:37:49.051128   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:37:49.051055   602 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 6cdd43615058402c84d242d2389900e0 [term 1 FOLLOWER]: Refusing update from remote peer 745699b832d24a2f9641769fe4c56e07: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:37:49.051417   538 raft_consensus.cc:1275] T 00000000000000000000000000000000 P e43967bae86d4b9a84ed9641fef196d8 [term 1 FOLLOWER]: Refusing update from remote peer 745699b832d24a2f9641769fe4c56e07: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:37:49.052690   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922266998516-431-0/minicluster-data/ts-0-root/instance:
uuid: "a8197b39e84e471ca793398f1d4f628c"
format_stamp: "Formatted at 2026-06-08 12:37:49 on dist-test-slave-3g00"
I20260608 12:37:49.053017   674 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e43967bae86d4b9a84ed9641fef196d8" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44993 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:37:49.054862   674 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6cdd43615058402c84d242d2389900e0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45783 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:37:49.071861   431 fs_manager.cc:696] Time spent creating directory manager: real 0.018s	user 0.006s	sys 0.012s
I20260608 12:37:49.075469   638 sys_catalog.cc:455] T 00000000000000000000000000000000 P e43967bae86d4b9a84ed9641fef196d8 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 745699b832d24a2f9641769fe4c56e07. Latest consensus state: current_term: 1 leader_uuid: "745699b832d24a2f9641769fe4c56e07" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "745699b832d24a2f9641769fe4c56e07" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40585 } } peers { permanent_uuid: "e43967bae86d4b9a84ed9641fef196d8" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44993 } } peers { permanent_uuid: "6cdd43615058402c84d242d2389900e0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45783 } } }
I20260608 12:37:49.076387   638 sys_catalog.cc:458] T 00000000000000000000000000000000 P e43967bae86d4b9a84ed9641fef196d8 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:37:49.077776   637 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6cdd43615058402c84d242d2389900e0 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 745699b832d24a2f9641769fe4c56e07. Latest consensus state: current_term: 1 leader_uuid: "745699b832d24a2f9641769fe4c56e07" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "745699b832d24a2f9641769fe4c56e07" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40585 } } peers { permanent_uuid: "e43967bae86d4b9a84ed9641fef196d8" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44993 } } peers { permanent_uuid: "6cdd43615058402c84d242d2389900e0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45783 } } }
I20260608 12:37:49.078579   637 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6cdd43615058402c84d242d2389900e0 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:37:49.083050   690 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:37:49.085085   431 fs_manager.cc:730] Time spent opening block manager: real 0.009s	user 0.004s	sys 0.003s
I20260608 12:37:49.085455   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922266998516-431-0/minicluster-data/ts-0-root
uuid: "a8197b39e84e471ca793398f1d4f628c"
format_stamp: "Formatted at 2026-06-08 12:37:49 on dist-test-slave-3g00"
I20260608 12:37:49.085837   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922266998516-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922266998516-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922266998516-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:37:49.086519   686 mvcc.cc:204] Tried to move back new op lower bound from 7294657614007091200 to 7294657613773275136. Current Snapshot: MvccSnapshot[applied={T|T < 7294657614007091200}]
I20260608 12:37:49.102020   637 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6cdd43615058402c84d242d2389900e0 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "745699b832d24a2f9641769fe4c56e07" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "745699b832d24a2f9641769fe4c56e07" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40585 } } peers { permanent_uuid: "e43967bae86d4b9a84ed9641fef196d8" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44993 } } peers { permanent_uuid: "6cdd43615058402c84d242d2389900e0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45783 } } }
I20260608 12:37:49.102870   637 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6cdd43615058402c84d242d2389900e0 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:37:49.109161   638 sys_catalog.cc:455] T 00000000000000000000000000000000 P e43967bae86d4b9a84ed9641fef196d8 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "745699b832d24a2f9641769fe4c56e07" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "745699b832d24a2f9641769fe4c56e07" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40585 } } peers { permanent_uuid: "e43967bae86d4b9a84ed9641fef196d8" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44993 } } peers { permanent_uuid: "6cdd43615058402c84d242d2389900e0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45783 } } }
I20260608 12:37:49.109889   638 sys_catalog.cc:458] T 00000000000000000000000000000000 P e43967bae86d4b9a84ed9641fef196d8 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:37:49.114576   677 catalog_manager.cc:1382] Generated new cluster ID: 88f31fcfd2d343dcb3f056df7d87a7c0
I20260608 12:37:49.114907   677 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:37:49.117332   639 sys_catalog.cc:455] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "745699b832d24a2f9641769fe4c56e07" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "745699b832d24a2f9641769fe4c56e07" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40585 } } peers { permanent_uuid: "e43967bae86d4b9a84ed9641fef196d8" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44993 } } peers { permanent_uuid: "6cdd43615058402c84d242d2389900e0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45783 } } }
I20260608 12:37:49.118350   674 sys_catalog.cc:455] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "745699b832d24a2f9641769fe4c56e07" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "745699b832d24a2f9641769fe4c56e07" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 40585 } } peers { permanent_uuid: "e43967bae86d4b9a84ed9641fef196d8" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44993 } } peers { permanent_uuid: "6cdd43615058402c84d242d2389900e0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45783 } } }
I20260608 12:37:49.119114   674 sys_catalog.cc:458] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07 [sys.catalog]: This master's current role is: LEADER
I20260608 12:37:49.119603   639 sys_catalog.cc:458] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07 [sys.catalog]: This master's current role is: LEADER
I20260608 12:37:49.135553   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:37:49.139624   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:37:49.148330   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:37:49.148980   677 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:37:49.151126   677 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:37:49.160943   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:37:49.161262   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:49.161581   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:37:49.161794   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:49.174619   677 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07: Generated new TSK 0
I20260608 12:37:49.175899   677 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:37:49.267578   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:36477
I20260608 12:37:49.267644   757 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:36477 every 8 connection(s)
I20260608 12:37:49.289934   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:37:49.311034   760 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40585
I20260608 12:37:49.311574   760 heartbeater.cc:461] Registering TS with master...
I20260608 12:37:49.312288   758 heartbeater.cc:344] Connected to a master server at 127.0.107.253:44993
I20260608 12:37:49.312711   758 heartbeater.cc:461] Registering TS with master...
I20260608 12:37:49.312876   760 heartbeater.cc:507] Master 127.0.107.254:40585 requested a full tablet report, sending...
I20260608 12:37:49.313781   758 heartbeater.cc:507] Master 127.0.107.253:44993 requested a full tablet report, sending...
I20260608 12:37:49.316551   463 ts_manager.cc:194] Registered new tserver with Master: a8197b39e84e471ca793398f1d4f628c (127.0.107.193:36477)
I20260608 12:37:49.318053   528 ts_manager.cc:194] Registered new tserver with Master: a8197b39e84e471ca793398f1d4f628c (127.0.107.193:36477)
I20260608 12:37:49.320688   463 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35748
W20260608 12:37:49.326948   765 instance_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:37:49.329346   759 heartbeater.cc:344] Connected to a master server at 127.0.107.252:45783
I20260608 12:37:49.329778   759 heartbeater.cc:461] Registering TS with master...
W20260608 12:37:49.330430   766 instance_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:37:49.330696   759 heartbeater.cc:507] Master 127.0.107.252:45783 requested a full tablet report, sending...
I20260608 12:37:49.333941   593 ts_manager.cc:194] Registered new tserver with Master: a8197b39e84e471ca793398f1d4f628c (127.0.107.193:36477)
I20260608 12:37:49.337244   431 server_base.cc:1061] running on GCE node
W20260608 12:37:49.338053   768 instance_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:37:49.339051   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:37:49.339323   431 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:37:49.339548   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922269339532 us; error 0 us; skew 500 ppm
I20260608 12:37:49.340390   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:37:49.343256   431 webserver.cc:533] Webserver started at http://127.0.107.194:39843/ using document root <none> and password file <none>
I20260608 12:37:49.343946   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:37:49.344189   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:37:49.344544   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:37:49.346060   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922266998516-431-0/minicluster-data/ts-1-root/instance:
uuid: "8abc27d1acf34d98a9e38d14a7123bce"
format_stamp: "Formatted at 2026-06-08 12:37:49 on dist-test-slave-3g00"
I20260608 12:37:49.351570   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.001s
I20260608 12:37:49.354996   773 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:37:49.355844   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:37:49.356117   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922266998516-431-0/minicluster-data/ts-1-root
uuid: "8abc27d1acf34d98a9e38d14a7123bce"
format_stamp: "Formatted at 2026-06-08 12:37:49 on dist-test-slave-3g00"
I20260608 12:37:49.356387   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922266998516-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922266998516-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922266998516-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:37:49.384852   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:37:49.386524   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:37:49.388064   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:37:49.390650   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:37:49.390866   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:49.391088   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:37:49.391242   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:49.485019   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:33517
I20260608 12:37:49.485105   835 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:33517 every 8 connection(s)
I20260608 12:37:49.508199   836 heartbeater.cc:344] Connected to a master server at 127.0.107.253:44993
I20260608 12:37:49.508675   836 heartbeater.cc:461] Registering TS with master...
I20260608 12:37:49.509666   836 heartbeater.cc:507] Master 127.0.107.253:44993 requested a full tablet report, sending...
I20260608 12:37:49.512617   528 ts_manager.cc:194] Registered new tserver with Master: 8abc27d1acf34d98a9e38d14a7123bce (127.0.107.194:33517)
I20260608 12:37:49.515677   837 heartbeater.cc:344] Connected to a master server at 127.0.107.252:45783
I20260608 12:37:49.516103   837 heartbeater.cc:461] Registering TS with master...
I20260608 12:37:49.517078   837 heartbeater.cc:507] Master 127.0.107.252:45783 requested a full tablet report, sending...
I20260608 12:37:49.519920   593 ts_manager.cc:194] Registered new tserver with Master: 8abc27d1acf34d98a9e38d14a7123bce (127.0.107.194:33517)
I20260608 12:37:49.524168   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:37:49.527825   840 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40585
I20260608 12:37:49.528322   840 heartbeater.cc:461] Registering TS with master...
I20260608 12:37:49.529345   840 heartbeater.cc:507] Master 127.0.107.254:40585 requested a full tablet report, sending...
I20260608 12:37:49.532522   463 ts_manager.cc:194] Registered new tserver with Master: 8abc27d1acf34d98a9e38d14a7123bce (127.0.107.194:33517)
W20260608 12:37:49.534863   843 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:37:49.534869   463 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35752
W20260608 12:37:49.539664   844 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:37:49.543902   846 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:37:49.544629   431 server_base.cc:1061] running on GCE node
I20260608 12:37:49.545994   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:37:49.546291   431 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:37:49.546516   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922269546500 us; error 0 us; skew 500 ppm
I20260608 12:37:49.547294   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:37:49.550176   431 webserver.cc:533] Webserver started at http://127.0.107.195:39431/ using document root <none> and password file <none>
I20260608 12:37:49.550858   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:37:49.551096   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:37:49.551435   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:37:49.552873   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922266998516-431-0/minicluster-data/ts-2-root/instance:
uuid: "cc9f81b2d8544584ac65fb6b5e9a242e"
format_stamp: "Formatted at 2026-06-08 12:37:49 on dist-test-slave-3g00"
I20260608 12:37:49.558833   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:37:49.563288   851 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:37:49.564134   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.001s
I20260608 12:37:49.564497   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922266998516-431-0/minicluster-data/ts-2-root
uuid: "cc9f81b2d8544584ac65fb6b5e9a242e"
format_stamp: "Formatted at 2026-06-08 12:37:49 on dist-test-slave-3g00"
I20260608 12:37:49.564878   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922266998516-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922266998516-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922266998516-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:37:49.584668   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:37:49.586454   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:37:49.588482   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:37:49.591712   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:37:49.591912   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:49.592168   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:37:49.592331   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:49.683329   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:45391
I20260608 12:37:49.683511   913 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:45391 every 8 connection(s)
I20260608 12:37:49.708673   914 heartbeater.cc:344] Connected to a master server at 127.0.107.253:44993
I20260608 12:37:49.709167   914 heartbeater.cc:461] Registering TS with master...
I20260608 12:37:49.710187   914 heartbeater.cc:507] Master 127.0.107.253:44993 requested a full tablet report, sending...
I20260608 12:37:49.713886   528 ts_manager.cc:194] Registered new tserver with Master: cc9f81b2d8544584ac65fb6b5e9a242e (127.0.107.195:45391)
I20260608 12:37:49.721377   915 heartbeater.cc:344] Connected to a master server at 127.0.107.252:45783
I20260608 12:37:49.721771   915 heartbeater.cc:461] Registering TS with master...
I20260608 12:37:49.722652   915 heartbeater.cc:507] Master 127.0.107.252:45783 requested a full tablet report, sending...
I20260608 12:37:49.725589   593 ts_manager.cc:194] Registered new tserver with Master: cc9f81b2d8544584ac65fb6b5e9a242e (127.0.107.195:45391)
I20260608 12:37:49.729012   916 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40585
I20260608 12:37:49.729419   916 heartbeater.cc:461] Registering TS with master...
I20260608 12:37:49.730373   916 heartbeater.cc:507] Master 127.0.107.254:40585 requested a full tablet report, sending...
I20260608 12:37:49.732640   463 ts_manager.cc:194] Registered new tserver with Master: cc9f81b2d8544584ac65fb6b5e9a242e (127.0.107.195:45391)
I20260608 12:37:49.733682   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.005265693s
I20260608 12:37:49.734431   463 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35760
I20260608 12:37:49.991173   672 catalog_manager.cc:1294] Loaded cluster ID: 88f31fcfd2d343dcb3f056df7d87a7c0
I20260608 12:37:49.991446   672 catalog_manager.cc:1587] T 00000000000000000000000000000000 P e43967bae86d4b9a84ed9641fef196d8: loading cluster ID for follower catalog manager: success
I20260608 12:37:49.996295   672 catalog_manager.cc:1609] T 00000000000000000000000000000000 P e43967bae86d4b9a84ed9641fef196d8: acquiring CA information for follower catalog manager: success
I20260608 12:37:50.000779   672 catalog_manager.cc:1637] T 00000000000000000000000000000000 P e43967bae86d4b9a84ed9641fef196d8: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260608 12:37:50.015568   673 catalog_manager.cc:1294] Loaded cluster ID: 88f31fcfd2d343dcb3f056df7d87a7c0
I20260608 12:37:50.015946   673 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 6cdd43615058402c84d242d2389900e0: loading cluster ID for follower catalog manager: success
I20260608 12:37:50.021075   673 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 6cdd43615058402c84d242d2389900e0: acquiring CA information for follower catalog manager: success
I20260608 12:37:50.025000   673 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 6cdd43615058402c84d242d2389900e0: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260608 12:37:50.324539   760 heartbeater.cc:499] Master 127.0.107.254:40585 was elected leader, sending a full tablet report...
I20260608 12:37:50.538396   840 heartbeater.cc:499] Master 127.0.107.254:40585 was elected leader, sending a full tablet report...
I20260608 12:37:50.737231   916 heartbeater.cc:499] Master 127.0.107.254:40585 was elected leader, sending a full tablet report...
I20260608 12:37:50.915823   661 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:37:51.092514   463 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:49908:
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:37:51.175454   879 tablet_service.cc:1511] Processing CreateTablet for tablet d38720ec26b94423bd3ec2febf5c97ca (DEFAULT_TABLE table=test-workload [id=f22bc99d73d945ddbe56b5c6dd426508]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:37:51.175454   801 tablet_service.cc:1511] Processing CreateTablet for tablet c48b1208f5f64a729b7b4035fbab43c0 (DEFAULT_TABLE table=test-workload [id=f22bc99d73d945ddbe56b5c6dd426508]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:37:51.178791   801 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c48b1208f5f64a729b7b4035fbab43c0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:51.177316   879 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d38720ec26b94423bd3ec2febf5c97ca. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:51.182265   723 tablet_service.cc:1511] Processing CreateTablet for tablet e54e1bcc883d497d94606acdabf5184d (DEFAULT_TABLE table=test-workload [id=f22bc99d73d945ddbe56b5c6dd426508]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:37:51.182605   722 tablet_service.cc:1511] Processing CreateTablet for tablet 703304b083e2469da506b5b94b116d96 (DEFAULT_TABLE table=test-workload [id=f22bc99d73d945ddbe56b5c6dd426508]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:37:51.183601   723 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e54e1bcc883d497d94606acdabf5184d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:51.184684   722 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 703304b083e2469da506b5b94b116d96. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:51.207710   949 tablet_bootstrap.cc:492] T e54e1bcc883d497d94606acdabf5184d P a8197b39e84e471ca793398f1d4f628c: Bootstrap starting.
I20260608 12:37:51.214037   951 tablet_bootstrap.cc:492] T c48b1208f5f64a729b7b4035fbab43c0 P 8abc27d1acf34d98a9e38d14a7123bce: Bootstrap starting.
I20260608 12:37:51.216534   949 tablet_bootstrap.cc:654] T e54e1bcc883d497d94606acdabf5184d P a8197b39e84e471ca793398f1d4f628c: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:51.222864   950 tablet_bootstrap.cc:492] T d38720ec26b94423bd3ec2febf5c97ca P cc9f81b2d8544584ac65fb6b5e9a242e: Bootstrap starting.
I20260608 12:37:51.222957   951 tablet_bootstrap.cc:654] T c48b1208f5f64a729b7b4035fbab43c0 P 8abc27d1acf34d98a9e38d14a7123bce: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:51.226212   949 tablet_bootstrap.cc:492] T e54e1bcc883d497d94606acdabf5184d P a8197b39e84e471ca793398f1d4f628c: No bootstrap required, opened a new log
I20260608 12:37:51.226785   949 ts_tablet_manager.cc:1403] T e54e1bcc883d497d94606acdabf5184d P a8197b39e84e471ca793398f1d4f628c: Time spent bootstrapping tablet: real 0.020s	user 0.013s	sys 0.002s
I20260608 12:37:51.230258   950 tablet_bootstrap.cc:654] T d38720ec26b94423bd3ec2febf5c97ca P cc9f81b2d8544584ac65fb6b5e9a242e: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:51.230703   951 tablet_bootstrap.cc:492] T c48b1208f5f64a729b7b4035fbab43c0 P 8abc27d1acf34d98a9e38d14a7123bce: No bootstrap required, opened a new log
I20260608 12:37:51.230580   949 raft_consensus.cc:359] T e54e1bcc883d497d94606acdabf5184d P a8197b39e84e471ca793398f1d4f628c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a8197b39e84e471ca793398f1d4f628c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36477 } }
I20260608 12:37:51.231271   951 ts_tablet_manager.cc:1403] T c48b1208f5f64a729b7b4035fbab43c0 P 8abc27d1acf34d98a9e38d14a7123bce: Time spent bootstrapping tablet: real 0.018s	user 0.010s	sys 0.007s
I20260608 12:37:51.231231   949 raft_consensus.cc:385] T e54e1bcc883d497d94606acdabf5184d P a8197b39e84e471ca793398f1d4f628c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:51.231794   949 raft_consensus.cc:740] T e54e1bcc883d497d94606acdabf5184d P a8197b39e84e471ca793398f1d4f628c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8197b39e84e471ca793398f1d4f628c, State: Initialized, Role: FOLLOWER
I20260608 12:37:51.232955   949 consensus_queue.cc:260] T e54e1bcc883d497d94606acdabf5184d P a8197b39e84e471ca793398f1d4f628c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "a8197b39e84e471ca793398f1d4f628c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36477 } }
I20260608 12:37:51.233628   949 raft_consensus.cc:399] T e54e1bcc883d497d94606acdabf5184d P a8197b39e84e471ca793398f1d4f628c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:37:51.233983   949 raft_consensus.cc:493] T e54e1bcc883d497d94606acdabf5184d P a8197b39e84e471ca793398f1d4f628c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:37:51.234351   949 raft_consensus.cc:3060] T e54e1bcc883d497d94606acdabf5184d P a8197b39e84e471ca793398f1d4f628c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:51.234694   951 raft_consensus.cc:359] T c48b1208f5f64a729b7b4035fbab43c0 P 8abc27d1acf34d98a9e38d14a7123bce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8abc27d1acf34d98a9e38d14a7123bce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33517 } }
I20260608 12:37:51.235370   951 raft_consensus.cc:385] T c48b1208f5f64a729b7b4035fbab43c0 P 8abc27d1acf34d98a9e38d14a7123bce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:51.235675   951 raft_consensus.cc:740] T c48b1208f5f64a729b7b4035fbab43c0 P 8abc27d1acf34d98a9e38d14a7123bce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8abc27d1acf34d98a9e38d14a7123bce, State: Initialized, Role: FOLLOWER
I20260608 12:37:51.236541   951 consensus_queue.cc:260] T c48b1208f5f64a729b7b4035fbab43c0 P 8abc27d1acf34d98a9e38d14a7123bce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "8abc27d1acf34d98a9e38d14a7123bce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33517 } }
I20260608 12:37:51.237201   951 raft_consensus.cc:399] T c48b1208f5f64a729b7b4035fbab43c0 P 8abc27d1acf34d98a9e38d14a7123bce [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:37:51.237502   951 raft_consensus.cc:493] T c48b1208f5f64a729b7b4035fbab43c0 P 8abc27d1acf34d98a9e38d14a7123bce [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:37:51.237807   950 tablet_bootstrap.cc:492] T d38720ec26b94423bd3ec2febf5c97ca P cc9f81b2d8544584ac65fb6b5e9a242e: No bootstrap required, opened a new log
I20260608 12:37:51.237851   951 raft_consensus.cc:3060] T c48b1208f5f64a729b7b4035fbab43c0 P 8abc27d1acf34d98a9e38d14a7123bce [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:51.238523   950 ts_tablet_manager.cc:1403] T d38720ec26b94423bd3ec2febf5c97ca P cc9f81b2d8544584ac65fb6b5e9a242e: Time spent bootstrapping tablet: real 0.016s	user 0.014s	sys 0.000s
I20260608 12:37:51.241478   949 raft_consensus.cc:515] T e54e1bcc883d497d94606acdabf5184d P a8197b39e84e471ca793398f1d4f628c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a8197b39e84e471ca793398f1d4f628c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36477 } }
I20260608 12:37:51.242252   949 leader_election.cc:304] T e54e1bcc883d497d94606acdabf5184d P a8197b39e84e471ca793398f1d4f628c [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: a8197b39e84e471ca793398f1d4f628c; no voters: 
I20260608 12:37:51.242507   950 raft_consensus.cc:359] T d38720ec26b94423bd3ec2febf5c97ca P cc9f81b2d8544584ac65fb6b5e9a242e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cc9f81b2d8544584ac65fb6b5e9a242e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45391 } }
I20260608 12:37:51.243050   951 raft_consensus.cc:515] T c48b1208f5f64a729b7b4035fbab43c0 P 8abc27d1acf34d98a9e38d14a7123bce [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8abc27d1acf34d98a9e38d14a7123bce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33517 } }
I20260608 12:37:51.243110   950 raft_consensus.cc:385] T d38720ec26b94423bd3ec2febf5c97ca P cc9f81b2d8544584ac65fb6b5e9a242e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:51.243681   950 raft_consensus.cc:740] T d38720ec26b94423bd3ec2febf5c97ca P cc9f81b2d8544584ac65fb6b5e9a242e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cc9f81b2d8544584ac65fb6b5e9a242e, State: Initialized, Role: FOLLOWER
I20260608 12:37:51.243793   951 leader_election.cc:304] T c48b1208f5f64a729b7b4035fbab43c0 P 8abc27d1acf34d98a9e38d14a7123bce [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: 8abc27d1acf34d98a9e38d14a7123bce; no voters: 
I20260608 12:37:51.244474   949 leader_election.cc:290] T e54e1bcc883d497d94606acdabf5184d P a8197b39e84e471ca793398f1d4f628c [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:37:51.245600   955 raft_consensus.cc:2804] T e54e1bcc883d497d94606acdabf5184d P a8197b39e84e471ca793398f1d4f628c [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:37:51.244676   950 consensus_queue.cc:260] T d38720ec26b94423bd3ec2febf5c97ca P cc9f81b2d8544584ac65fb6b5e9a242e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "cc9f81b2d8544584ac65fb6b5e9a242e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45391 } }
I20260608 12:37:51.246632   950 raft_consensus.cc:399] T d38720ec26b94423bd3ec2febf5c97ca P cc9f81b2d8544584ac65fb6b5e9a242e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:37:51.246999   950 raft_consensus.cc:493] T d38720ec26b94423bd3ec2febf5c97ca P cc9f81b2d8544584ac65fb6b5e9a242e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:37:51.253136   951 leader_election.cc:290] T c48b1208f5f64a729b7b4035fbab43c0 P 8abc27d1acf34d98a9e38d14a7123bce [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:37:51.253463   950 raft_consensus.cc:3060] T d38720ec26b94423bd3ec2febf5c97ca P cc9f81b2d8544584ac65fb6b5e9a242e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:51.256699   949 ts_tablet_manager.cc:1434] T e54e1bcc883d497d94606acdabf5184d P a8197b39e84e471ca793398f1d4f628c: Time spent starting tablet: real 0.030s	user 0.021s	sys 0.008s
I20260608 12:37:51.252687   956 raft_consensus.cc:2804] T c48b1208f5f64a729b7b4035fbab43c0 P 8abc27d1acf34d98a9e38d14a7123bce [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:37:51.257975   949 tablet_bootstrap.cc:492] T 703304b083e2469da506b5b94b116d96 P a8197b39e84e471ca793398f1d4f628c: Bootstrap starting.
I20260608 12:37:51.261615   951 ts_tablet_manager.cc:1434] T c48b1208f5f64a729b7b4035fbab43c0 P 8abc27d1acf34d98a9e38d14a7123bce: Time spent starting tablet: real 0.030s	user 0.010s	sys 0.014s
I20260608 12:37:51.264897   956 raft_consensus.cc:697] T c48b1208f5f64a729b7b4035fbab43c0 P 8abc27d1acf34d98a9e38d14a7123bce [term 1 LEADER]: Becoming Leader. State: Replica: 8abc27d1acf34d98a9e38d14a7123bce, State: Running, Role: LEADER
I20260608 12:37:51.265744   956 consensus_queue.cc:237] T c48b1208f5f64a729b7b4035fbab43c0 P 8abc27d1acf34d98a9e38d14a7123bce [LEADER]: Queue going to LEADER mode. State: All 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: "8abc27d1acf34d98a9e38d14a7123bce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33517 } }
I20260608 12:37:51.266438   949 tablet_bootstrap.cc:654] T 703304b083e2469da506b5b94b116d96 P a8197b39e84e471ca793398f1d4f628c: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:51.267514   950 raft_consensus.cc:515] T d38720ec26b94423bd3ec2febf5c97ca P cc9f81b2d8544584ac65fb6b5e9a242e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cc9f81b2d8544584ac65fb6b5e9a242e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45391 } }
I20260608 12:37:51.268335   950 leader_election.cc:304] T d38720ec26b94423bd3ec2febf5c97ca P cc9f81b2d8544584ac65fb6b5e9a242e [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: cc9f81b2d8544584ac65fb6b5e9a242e; no voters: 
I20260608 12:37:51.269469   958 raft_consensus.cc:493] T d38720ec26b94423bd3ec2febf5c97ca P cc9f81b2d8544584ac65fb6b5e9a242e [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:37:51.269930   958 raft_consensus.cc:515] T d38720ec26b94423bd3ec2febf5c97ca P cc9f81b2d8544584ac65fb6b5e9a242e [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cc9f81b2d8544584ac65fb6b5e9a242e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45391 } }
I20260608 12:37:51.272321   958 leader_election.cc:304] T d38720ec26b94423bd3ec2febf5c97ca P cc9f81b2d8544584ac65fb6b5e9a242e [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: cc9f81b2d8544584ac65fb6b5e9a242e; no voters: 
I20260608 12:37:51.273396   955 raft_consensus.cc:697] T e54e1bcc883d497d94606acdabf5184d P a8197b39e84e471ca793398f1d4f628c [term 1 LEADER]: Becoming Leader. State: Replica: a8197b39e84e471ca793398f1d4f628c, State: Running, Role: LEADER
I20260608 12:37:51.274592   955 consensus_queue.cc:237] T e54e1bcc883d497d94606acdabf5184d P a8197b39e84e471ca793398f1d4f628c [LEADER]: Queue going to LEADER mode. State: All 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: "a8197b39e84e471ca793398f1d4f628c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36477 } }
I20260608 12:37:51.283741   965 raft_consensus.cc:2804] T d38720ec26b94423bd3ec2febf5c97ca P cc9f81b2d8544584ac65fb6b5e9a242e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:37:51.285708   958 leader_election.cc:290] T d38720ec26b94423bd3ec2febf5c97ca P cc9f81b2d8544584ac65fb6b5e9a242e [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 
I20260608 12:37:51.287874   950 leader_election.cc:290] T d38720ec26b94423bd3ec2febf5c97ca P cc9f81b2d8544584ac65fb6b5e9a242e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:37:51.289875   950 ts_tablet_manager.cc:1434] T d38720ec26b94423bd3ec2febf5c97ca P cc9f81b2d8544584ac65fb6b5e9a242e: Time spent starting tablet: real 0.051s	user 0.022s	sys 0.000s
I20260608 12:37:51.289425   463 catalog_manager.cc:5696] T c48b1208f5f64a729b7b4035fbab43c0 P 8abc27d1acf34d98a9e38d14a7123bce reported cstate change: term changed from 0 to 1, leader changed from <none> to 8abc27d1acf34d98a9e38d14a7123bce (127.0.107.194). New cstate: current_term: 1 leader_uuid: "8abc27d1acf34d98a9e38d14a7123bce" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8abc27d1acf34d98a9e38d14a7123bce" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33517 } health_report { overall_health: HEALTHY } } }
I20260608 12:37:51.299572   949 tablet_bootstrap.cc:492] T 703304b083e2469da506b5b94b116d96 P a8197b39e84e471ca793398f1d4f628c: No bootstrap required, opened a new log
I20260608 12:37:51.300169   949 ts_tablet_manager.cc:1403] T 703304b083e2469da506b5b94b116d96 P a8197b39e84e471ca793398f1d4f628c: Time spent bootstrapping tablet: real 0.042s	user 0.018s	sys 0.016s
I20260608 12:37:51.305085   949 raft_consensus.cc:359] T 703304b083e2469da506b5b94b116d96 P a8197b39e84e471ca793398f1d4f628c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a8197b39e84e471ca793398f1d4f628c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36477 } }
I20260608 12:37:51.305959   949 raft_consensus.cc:385] T 703304b083e2469da506b5b94b116d96 P a8197b39e84e471ca793398f1d4f628c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:51.306247   949 raft_consensus.cc:740] T 703304b083e2469da506b5b94b116d96 P a8197b39e84e471ca793398f1d4f628c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8197b39e84e471ca793398f1d4f628c, State: Initialized, Role: FOLLOWER
I20260608 12:37:51.306981   949 consensus_queue.cc:260] T 703304b083e2469da506b5b94b116d96 P a8197b39e84e471ca793398f1d4f628c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "a8197b39e84e471ca793398f1d4f628c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36477 } }
I20260608 12:37:51.307607   949 raft_consensus.cc:399] T 703304b083e2469da506b5b94b116d96 P a8197b39e84e471ca793398f1d4f628c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:37:51.308020   949 raft_consensus.cc:493] T 703304b083e2469da506b5b94b116d96 P a8197b39e84e471ca793398f1d4f628c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:37:51.308358   949 raft_consensus.cc:3060] T 703304b083e2469da506b5b94b116d96 P a8197b39e84e471ca793398f1d4f628c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:51.310348   965 raft_consensus.cc:697] T d38720ec26b94423bd3ec2febf5c97ca P cc9f81b2d8544584ac65fb6b5e9a242e [term 1 LEADER]: Becoming Leader. State: Replica: cc9f81b2d8544584ac65fb6b5e9a242e, State: Running, Role: LEADER
I20260608 12:37:51.312893   965 consensus_queue.cc:237] T d38720ec26b94423bd3ec2febf5c97ca P cc9f81b2d8544584ac65fb6b5e9a242e [LEADER]: Queue going to LEADER mode. State: All 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: "cc9f81b2d8544584ac65fb6b5e9a242e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45391 } }
I20260608 12:37:51.321420   949 raft_consensus.cc:515] T 703304b083e2469da506b5b94b116d96 P a8197b39e84e471ca793398f1d4f628c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a8197b39e84e471ca793398f1d4f628c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36477 } }
I20260608 12:37:51.322263   949 leader_election.cc:304] T 703304b083e2469da506b5b94b116d96 P a8197b39e84e471ca793398f1d4f628c [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: a8197b39e84e471ca793398f1d4f628c; no voters: 
I20260608 12:37:51.322952   949 leader_election.cc:290] T 703304b083e2469da506b5b94b116d96 P a8197b39e84e471ca793398f1d4f628c [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:37:51.326290   957 raft_consensus.cc:2804] T 703304b083e2469da506b5b94b116d96 P a8197b39e84e471ca793398f1d4f628c [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:37:51.335897   949 ts_tablet_manager.cc:1434] T 703304b083e2469da506b5b94b116d96 P a8197b39e84e471ca793398f1d4f628c: Time spent starting tablet: real 0.035s	user 0.015s	sys 0.004s
I20260608 12:37:51.343428   462 catalog_manager.cc:5696] T d38720ec26b94423bd3ec2febf5c97ca P cc9f81b2d8544584ac65fb6b5e9a242e reported cstate change: term changed from 0 to 1, leader changed from <none> to cc9f81b2d8544584ac65fb6b5e9a242e (127.0.107.195). New cstate: current_term: 1 leader_uuid: "cc9f81b2d8544584ac65fb6b5e9a242e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cc9f81b2d8544584ac65fb6b5e9a242e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45391 } health_report { overall_health: HEALTHY } } }
I20260608 12:37:51.341082   463 catalog_manager.cc:5696] T e54e1bcc883d497d94606acdabf5184d P a8197b39e84e471ca793398f1d4f628c reported cstate change: term changed from 0 to 1, leader changed from <none> to a8197b39e84e471ca793398f1d4f628c (127.0.107.193). New cstate: current_term: 1 leader_uuid: "a8197b39e84e471ca793398f1d4f628c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a8197b39e84e471ca793398f1d4f628c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36477 } health_report { overall_health: HEALTHY } } }
I20260608 12:37:51.395498   957 raft_consensus.cc:697] T 703304b083e2469da506b5b94b116d96 P a8197b39e84e471ca793398f1d4f628c [term 1 LEADER]: Becoming Leader. State: Replica: a8197b39e84e471ca793398f1d4f628c, State: Running, Role: LEADER
I20260608 12:37:51.396311   957 consensus_queue.cc:237] T 703304b083e2469da506b5b94b116d96 P a8197b39e84e471ca793398f1d4f628c [LEADER]: Queue going to LEADER mode. State: All 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: "a8197b39e84e471ca793398f1d4f628c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36477 } }
I20260608 12:37:51.408375   463 catalog_manager.cc:5696] T 703304b083e2469da506b5b94b116d96 P a8197b39e84e471ca793398f1d4f628c reported cstate change: term changed from 0 to 1, leader changed from <none> to a8197b39e84e471ca793398f1d4f628c (127.0.107.193). New cstate: current_term: 1 leader_uuid: "a8197b39e84e471ca793398f1d4f628c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a8197b39e84e471ca793398f1d4f628c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36477 } health_report { overall_health: HEALTHY } } }
I20260608 12:37:51.454644   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:37:51.472826   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:37:51.473707   431 tablet_replica.cc:333] T 703304b083e2469da506b5b94b116d96 P a8197b39e84e471ca793398f1d4f628c: stopping tablet replica
I20260608 12:37:51.474332   431 raft_consensus.cc:2243] T 703304b083e2469da506b5b94b116d96 P a8197b39e84e471ca793398f1d4f628c [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:37:51.474812   431 raft_consensus.cc:2272] T 703304b083e2469da506b5b94b116d96 P a8197b39e84e471ca793398f1d4f628c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:37:51.477659   431 tablet_replica.cc:333] T e54e1bcc883d497d94606acdabf5184d P a8197b39e84e471ca793398f1d4f628c: stopping tablet replica
I20260608 12:37:51.478225   431 raft_consensus.cc:2243] T e54e1bcc883d497d94606acdabf5184d P a8197b39e84e471ca793398f1d4f628c [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:37:51.478629   431 raft_consensus.cc:2272] T e54e1bcc883d497d94606acdabf5184d P a8197b39e84e471ca793398f1d4f628c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:37:51.620762   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:37:51.630163   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:37:51.643167   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:37:51.643942   431 tablet_replica.cc:333] T c48b1208f5f64a729b7b4035fbab43c0 P 8abc27d1acf34d98a9e38d14a7123bce: stopping tablet replica
I20260608 12:37:51.644462   431 raft_consensus.cc:2243] T c48b1208f5f64a729b7b4035fbab43c0 P 8abc27d1acf34d98a9e38d14a7123bce [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:37:51.644893   431 raft_consensus.cc:2272] T c48b1208f5f64a729b7b4035fbab43c0 P 8abc27d1acf34d98a9e38d14a7123bce [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:37:51.663527   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:37:51.671228   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:37:51.686090   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:37:51.686857   431 tablet_replica.cc:333] T d38720ec26b94423bd3ec2febf5c97ca P cc9f81b2d8544584ac65fb6b5e9a242e: stopping tablet replica
I20260608 12:37:51.687378   431 raft_consensus.cc:2243] T d38720ec26b94423bd3ec2febf5c97ca P cc9f81b2d8544584ac65fb6b5e9a242e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:37:51.687763   431 raft_consensus.cc:2272] T d38720ec26b94423bd3ec2febf5c97ca P cc9f81b2d8544584ac65fb6b5e9a242e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:37:51.706522   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:37:51.714795   431 master.cc:562] Master@127.0.107.254:40585 shutting down...
I20260608 12:37:51.804447   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:37:51.805374   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:37:51.805739   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 745699b832d24a2f9641769fe4c56e07: stopping tablet replica
I20260608 12:37:51.832551   431 master.cc:584] Master@127.0.107.254:40585 shutdown complete.
I20260608 12:37:51.843833   431 master.cc:562] Master@127.0.107.253:44993 shutting down...
I20260608 12:37:51.857460   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P e43967bae86d4b9a84ed9641fef196d8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:37:51.857963   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P e43967bae86d4b9a84ed9641fef196d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:37:51.858260   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P e43967bae86d4b9a84ed9641fef196d8: stopping tablet replica
I20260608 12:37:51.901196   431 master.cc:584] Master@127.0.107.253:44993 shutdown complete.
I20260608 12:37:51.911110   431 master.cc:562] Master@127.0.107.252:45783 shutting down...
I20260608 12:37:51.923933   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 6cdd43615058402c84d242d2389900e0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:37:51.924430   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 6cdd43615058402c84d242d2389900e0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:37:51.924722   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 6cdd43615058402c84d242d2389900e0: stopping tablet replica
I20260608 12:37:51.942212   431 master.cc:584] Master@127.0.107.252:45783 shutdown complete.
[       OK ] AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing (4802 ms)
[ RUN      ] AutoRebalancerTest.AutoRebalancingTurnOffAndOn
I20260608 12:37:51.966377   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:33591
I20260608 12:37:51.967463   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:37:51.972103   976 instance_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:37:51.973961   979 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:37:51.973877   977 instance_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:37:51.977228   431 server_base.cc:1061] running on GCE node
I20260608 12:37:51.979310   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:37:51.979512   431 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:37:51.979628   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922271979617 us; error 0 us; skew 500 ppm
I20260608 12:37:51.980147   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:37:51.982422   431 webserver.cc:533] Webserver started at http://127.0.107.254:39711/ using document root <none> and password file <none>
I20260608 12:37:51.982903   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:37:51.983057   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:37:51.983269   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:37:51.984284   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922266998516-431-0/minicluster-data/master-0-root/instance:
uuid: "8278d39d811e47d88241640738f02f80"
format_stamp: "Formatted at 2026-06-08 12:37:51 on dist-test-slave-3g00"
I20260608 12:37:51.988569   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:37:51.991911   984 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:37:51.992683   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:37:51.993060   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922266998516-431-0/minicluster-data/master-0-root
uuid: "8278d39d811e47d88241640738f02f80"
format_stamp: "Formatted at 2026-06-08 12:37:51 on dist-test-slave-3g00"
I20260608 12:37:51.993321   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922266998516-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922266998516-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922266998516-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:37:52.005474   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:37:52.006464   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:37:52.040918   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:33591
I20260608 12:37:52.041028  1035 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:33591 every 8 connection(s)
I20260608 12:37:52.044966  1036 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:37:52.053886  1036 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8278d39d811e47d88241640738f02f80: Bootstrap starting.
I20260608 12:37:52.058007  1036 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8278d39d811e47d88241640738f02f80: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:52.061926  1036 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8278d39d811e47d88241640738f02f80: No bootstrap required, opened a new log
I20260608 12:37:52.063881  1036 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8278d39d811e47d88241640738f02f80 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8278d39d811e47d88241640738f02f80" member_type: VOTER }
I20260608 12:37:52.064244  1036 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8278d39d811e47d88241640738f02f80 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:52.064462  1036 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8278d39d811e47d88241640738f02f80 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8278d39d811e47d88241640738f02f80, State: Initialized, Role: FOLLOWER
I20260608 12:37:52.065056  1036 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8278d39d811e47d88241640738f02f80 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "8278d39d811e47d88241640738f02f80" member_type: VOTER }
I20260608 12:37:52.065478  1036 raft_consensus.cc:399] T 00000000000000000000000000000000 P 8278d39d811e47d88241640738f02f80 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:37:52.065668  1036 raft_consensus.cc:493] T 00000000000000000000000000000000 P 8278d39d811e47d88241640738f02f80 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:37:52.065893  1036 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8278d39d811e47d88241640738f02f80 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:52.070147  1036 raft_consensus.cc:515] T 00000000000000000000000000000000 P 8278d39d811e47d88241640738f02f80 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8278d39d811e47d88241640738f02f80" member_type: VOTER }
I20260608 12:37:52.070647  1036 leader_election.cc:304] T 00000000000000000000000000000000 P 8278d39d811e47d88241640738f02f80 [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: 8278d39d811e47d88241640738f02f80; no voters: 
I20260608 12:37:52.071717  1036 leader_election.cc:290] T 00000000000000000000000000000000 P 8278d39d811e47d88241640738f02f80 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:37:52.072083  1039 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 8278d39d811e47d88241640738f02f80 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:37:52.073496  1039 raft_consensus.cc:697] T 00000000000000000000000000000000 P 8278d39d811e47d88241640738f02f80 [term 1 LEADER]: Becoming Leader. State: Replica: 8278d39d811e47d88241640738f02f80, State: Running, Role: LEADER
I20260608 12:37:52.074133  1039 consensus_queue.cc:237] T 00000000000000000000000000000000 P 8278d39d811e47d88241640738f02f80 [LEADER]: Queue going to LEADER mode. State: All 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: "8278d39d811e47d88241640738f02f80" member_type: VOTER }
I20260608 12:37:52.074551  1036 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8278d39d811e47d88241640738f02f80 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:37:52.077186  1040 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8278d39d811e47d88241640738f02f80 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "8278d39d811e47d88241640738f02f80" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8278d39d811e47d88241640738f02f80" member_type: VOTER } }
I20260608 12:37:52.077111  1041 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8278d39d811e47d88241640738f02f80 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8278d39d811e47d88241640738f02f80. Latest consensus state: current_term: 1 leader_uuid: "8278d39d811e47d88241640738f02f80" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8278d39d811e47d88241640738f02f80" member_type: VOTER } }
I20260608 12:37:52.077819  1040 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8278d39d811e47d88241640738f02f80 [sys.catalog]: This master's current role is: LEADER
I20260608 12:37:52.077888  1041 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8278d39d811e47d88241640738f02f80 [sys.catalog]: This master's current role is: LEADER
I20260608 12:37:52.081867  1044 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:37:52.086838  1044 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:37:52.088662   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:37:52.095824  1044 catalog_manager.cc:1382] Generated new cluster ID: ee2b2fed84e2475cac539f4f14281680
I20260608 12:37:52.096078  1044 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:37:52.118165  1044 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:37:52.119354  1044 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:37:52.131475  1044 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 8278d39d811e47d88241640738f02f80: Generated new TSK 0
I20260608 12:37:52.132021  1044 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:37:52.154901   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:37:52.160737  1057 instance_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:37:52.161373  1058 instance_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:37:52.163153  1060 instance_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:37:52.165392   431 server_base.cc:1061] running on GCE node
I20260608 12:37:52.166304   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:37:52.166502   431 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:37:52.166659   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922272166640 us; error 0 us; skew 500 ppm
I20260608 12:37:52.167200   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:37:52.169369   431 webserver.cc:533] Webserver started at http://127.0.107.193:37491/ using document root <none> and password file <none>
I20260608 12:37:52.169853   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:37:52.170024   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:37:52.170279   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:37:52.171270   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922266998516-431-0/minicluster-data/ts-0-root/instance:
uuid: "7adbe29aaf54474fbc53928400b490b5"
format_stamp: "Formatted at 2026-06-08 12:37:52 on dist-test-slave-3g00"
I20260608 12:37:52.175796   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260608 12:37:52.179067  1065 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:37:52.179805   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:37:52.180078   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922266998516-431-0/minicluster-data/ts-0-root
uuid: "7adbe29aaf54474fbc53928400b490b5"
format_stamp: "Formatted at 2026-06-08 12:37:52 on dist-test-slave-3g00"
I20260608 12:37:52.180315   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922266998516-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922266998516-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922266998516-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:37:52.197054   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:37:52.198009   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:37:52.199313   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:37:52.201540   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:37:52.201715   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:52.201949   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:37:52.202095   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:52.237601   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:37149
I20260608 12:37:52.237702  1127 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:37149 every 8 connection(s)
I20260608 12:37:52.242444   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:37:52.248806  1132 instance_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:37:52.249861  1133 instance_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:37:52.253656   431 server_base.cc:1061] running on GCE node
W20260608 12:37:52.253626  1135 instance_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:37:52.254783  1128 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33591
I20260608 12:37:52.254896   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:37:52.255167   431 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:37:52.255192  1128 heartbeater.cc:461] Registering TS with master...
I20260608 12:37:52.255416   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922272255389 us; error 0 us; skew 500 ppm
I20260608 12:37:52.256006  1128 heartbeater.cc:507] Master 127.0.107.254:33591 requested a full tablet report, sending...
I20260608 12:37:52.256057   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:37:52.258455  1001 ts_manager.cc:194] Registered new tserver with Master: 7adbe29aaf54474fbc53928400b490b5 (127.0.107.193:37149)
I20260608 12:37:52.258714   431 webserver.cc:533] Webserver started at http://127.0.107.194:37767/ using document root <none> and password file <none>
I20260608 12:37:52.259455   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:37:52.259734   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:37:52.260087   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:37:52.260862  1001 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59502
I20260608 12:37:52.261475   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922266998516-431-0/minicluster-data/ts-1-root/instance:
uuid: "d061534eba6441f6af63fb27419d78bd"
format_stamp: "Formatted at 2026-06-08 12:37:52 on dist-test-slave-3g00"
I20260608 12:37:52.266026   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:37:52.269169  1140 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:37:52.269871   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:37:52.270125   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922266998516-431-0/minicluster-data/ts-1-root
uuid: "d061534eba6441f6af63fb27419d78bd"
format_stamp: "Formatted at 2026-06-08 12:37:52 on dist-test-slave-3g00"
I20260608 12:37:52.270371   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922266998516-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922266998516-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922266998516-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:37:52.284109   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:37:52.285151   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:37:52.286451   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:37:52.288594   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:37:52.288792   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:52.289045   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:37:52.289198   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:52.326233   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:41205
I20260608 12:37:52.326345  1202 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:41205 every 8 connection(s)
I20260608 12:37:52.331316   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:37:52.337962  1206 instance_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:37:52.339314  1207 instance_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:37:52.341041  1209 instance_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:37:52.341873   431 server_base.cc:1061] running on GCE node
I20260608 12:37:52.342854   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:37:52.343146   431 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:37:52.343389   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922272343367 us; error 0 us; skew 500 ppm
I20260608 12:37:52.344180   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:37:52.345317  1203 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33591
I20260608 12:37:52.345727  1203 heartbeater.cc:461] Registering TS with master...
I20260608 12:37:52.346437  1203 heartbeater.cc:507] Master 127.0.107.254:33591 requested a full tablet report, sending...
I20260608 12:37:52.346868   431 webserver.cc:533] Webserver started at http://127.0.107.195:39857/ using document root <none> and password file <none>
I20260608 12:37:52.347404   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:37:52.347595   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:37:52.347919   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:37:52.348575  1001 ts_manager.cc:194] Registered new tserver with Master: d061534eba6441f6af63fb27419d78bd (127.0.107.194:41205)
I20260608 12:37:52.349020   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922266998516-431-0/minicluster-data/ts-2-root/instance:
uuid: "d1bdf467edf544eca3b332ba976c3658"
format_stamp: "Formatted at 2026-06-08 12:37:52 on dist-test-slave-3g00"
I20260608 12:37:52.349941  1001 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59514
I20260608 12:37:52.353443   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:37:52.356786  1214 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:37:52.357625   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:37:52.357949   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922266998516-431-0/minicluster-data/ts-2-root
uuid: "d1bdf467edf544eca3b332ba976c3658"
format_stamp: "Formatted at 2026-06-08 12:37:52 on dist-test-slave-3g00"
I20260608 12:37:52.358213   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922266998516-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922266998516-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922266998516-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:37:52.371930   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:37:52.373596   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:37:52.375376   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:37:52.377997   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:37:52.378185   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:52.378368   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:37:52.378496   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:52.414918   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:38417
I20260608 12:37:52.415141  1276 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:38417 every 8 connection(s)
I20260608 12:37:52.428896  1277 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33591
I20260608 12:37:52.429347  1277 heartbeater.cc:461] Registering TS with master...
I20260608 12:37:52.430114  1277 heartbeater.cc:507] Master 127.0.107.254:33591 requested a full tablet report, sending...
I20260608 12:37:52.432137  1001 ts_manager.cc:194] Registered new tserver with Master: d1bdf467edf544eca3b332ba976c3658 (127.0.107.195:38417)
I20260608 12:37:52.432658   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014530903s
I20260608 12:37:52.433828  1001 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59530
I20260608 12:37:53.263412  1128 heartbeater.cc:499] Master 127.0.107.254:33591 was elected leader, sending a full tablet report...
I20260608 12:37:53.352229  1203 heartbeater.cc:499] Master 127.0.107.254:33591 was elected leader, sending a full tablet report...
I20260608 12:37:53.436584  1277 heartbeater.cc:499] Master 127.0.107.254:33591 was elected leader, sending a full tablet report...
I20260608 12:37:53.486064  1001 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:59538:
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:37:53.488577  1001 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:37:53.567833  1166 tablet_service.cc:1511] Processing CreateTablet for tablet f57ead0d7a094380a5e159c532caf229 (DEFAULT_TABLE table=test-workload [id=43d9b79d614c4fdb9bd4085766f80ed6]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260608 12:37:53.568598  1167 tablet_service.cc:1511] Processing CreateTablet for tablet d8bdbb25ff98466eaa40afa30951ccd2 (DEFAULT_TABLE table=test-workload [id=43d9b79d614c4fdb9bd4085766f80ed6]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260608 12:37:53.569298  1166 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f57ead0d7a094380a5e159c532caf229. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:53.569947  1167 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d8bdbb25ff98466eaa40afa30951ccd2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:53.570968  1242 tablet_service.cc:1511] Processing CreateTablet for tablet 5e21107e9b5749c5abcfb16db46ca2a3 (DEFAULT_TABLE table=test-workload [id=43d9b79d614c4fdb9bd4085766f80ed6]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260608 12:37:53.571480  1165 tablet_service.cc:1511] Processing CreateTablet for tablet 9b25954c6b844fdf8c91a8515abd1462 (DEFAULT_TABLE table=test-workload [id=43d9b79d614c4fdb9bd4085766f80ed6]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260608 12:37:53.572896  1165 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9b25954c6b844fdf8c91a8515abd1462. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:53.572995  1168 tablet_service.cc:1511] Processing CreateTablet for tablet 5e21107e9b5749c5abcfb16db46ca2a3 (DEFAULT_TABLE table=test-workload [id=43d9b79d614c4fdb9bd4085766f80ed6]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260608 12:37:53.574316  1168 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5e21107e9b5749c5abcfb16db46ca2a3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:53.574136  1240 tablet_service.cc:1511] Processing CreateTablet for tablet f57ead0d7a094380a5e159c532caf229 (DEFAULT_TABLE table=test-workload [id=43d9b79d614c4fdb9bd4085766f80ed6]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260608 12:37:53.575435  1240 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f57ead0d7a094380a5e159c532caf229. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:53.578114  1239 tablet_service.cc:1511] Processing CreateTablet for tablet 9b25954c6b844fdf8c91a8515abd1462 (DEFAULT_TABLE table=test-workload [id=43d9b79d614c4fdb9bd4085766f80ed6]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260608 12:37:53.579416  1239 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9b25954c6b844fdf8c91a8515abd1462. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:53.578081  1164 tablet_service.cc:1511] Processing CreateTablet for tablet 5eaaf15629db4c56b76161d41d933dac (DEFAULT_TABLE table=test-workload [id=43d9b79d614c4fdb9bd4085766f80ed6]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260608 12:37:53.580931  1164 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5eaaf15629db4c56b76161d41d933dac. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:53.581527  1242 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5e21107e9b5749c5abcfb16db46ca2a3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:53.572767  1241 tablet_service.cc:1511] Processing CreateTablet for tablet d8bdbb25ff98466eaa40afa30951ccd2 (DEFAULT_TABLE table=test-workload [id=43d9b79d614c4fdb9bd4085766f80ed6]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260608 12:37:53.587220  1241 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d8bdbb25ff98466eaa40afa30951ccd2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:53.587467  1163 tablet_service.cc:1511] Processing CreateTablet for tablet faea8c1de3d148fd914155a6486b2a86 (DEFAULT_TABLE table=test-workload [id=43d9b79d614c4fdb9bd4085766f80ed6]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260608 12:37:53.588073  1238 tablet_service.cc:1511] Processing CreateTablet for tablet 5eaaf15629db4c56b76161d41d933dac (DEFAULT_TABLE table=test-workload [id=43d9b79d614c4fdb9bd4085766f80ed6]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260608 12:37:53.589398  1238 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5eaaf15629db4c56b76161d41d933dac. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:53.589813  1162 tablet_service.cc:1511] Processing CreateTablet for tablet 3c7e4e82ff1a4ff4b0281f59e0bbd411 (DEFAULT_TABLE table=test-workload [id=43d9b79d614c4fdb9bd4085766f80ed6]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260608 12:37:53.591117  1162 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3c7e4e82ff1a4ff4b0281f59e0bbd411. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:53.594084  1237 tablet_service.cc:1511] Processing CreateTablet for tablet faea8c1de3d148fd914155a6486b2a86 (DEFAULT_TABLE table=test-workload [id=43d9b79d614c4fdb9bd4085766f80ed6]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260608 12:37:53.594524  1161 tablet_service.cc:1511] Processing CreateTablet for tablet b74c38ebc89c4eee97bc7d14b25eacf6 (DEFAULT_TABLE table=test-workload [id=43d9b79d614c4fdb9bd4085766f80ed6]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260608 12:37:53.595392  1237 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet faea8c1de3d148fd914155a6486b2a86. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:53.595825  1161 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b74c38ebc89c4eee97bc7d14b25eacf6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:53.598047  1236 tablet_service.cc:1511] Processing CreateTablet for tablet 3c7e4e82ff1a4ff4b0281f59e0bbd411 (DEFAULT_TABLE table=test-workload [id=43d9b79d614c4fdb9bd4085766f80ed6]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260608 12:37:53.599339  1236 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3c7e4e82ff1a4ff4b0281f59e0bbd411. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:53.604437  1297 tablet_bootstrap.cc:492] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd: Bootstrap starting.
I20260608 12:37:53.623652  1235 tablet_service.cc:1511] Processing CreateTablet for tablet b74c38ebc89c4eee97bc7d14b25eacf6 (DEFAULT_TABLE table=test-workload [id=43d9b79d614c4fdb9bd4085766f80ed6]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260608 12:37:53.625142  1235 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b74c38ebc89c4eee97bc7d14b25eacf6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:53.625365  1163 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet faea8c1de3d148fd914155a6486b2a86. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:53.626145  1297 tablet_bootstrap.cc:654] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:53.665454  1090 tablet_service.cc:1511] Processing CreateTablet for tablet 9b25954c6b844fdf8c91a8515abd1462 (DEFAULT_TABLE table=test-workload [id=43d9b79d614c4fdb9bd4085766f80ed6]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260608 12:37:53.666961  1090 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9b25954c6b844fdf8c91a8515abd1462. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:53.667309  1092 tablet_service.cc:1511] Processing CreateTablet for tablet d8bdbb25ff98466eaa40afa30951ccd2 (DEFAULT_TABLE table=test-workload [id=43d9b79d614c4fdb9bd4085766f80ed6]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260608 12:37:53.669132  1091 tablet_service.cc:1511] Processing CreateTablet for tablet f57ead0d7a094380a5e159c532caf229 (DEFAULT_TABLE table=test-workload [id=43d9b79d614c4fdb9bd4085766f80ed6]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260608 12:37:53.668445  1089 tablet_service.cc:1511] Processing CreateTablet for tablet 5eaaf15629db4c56b76161d41d933dac (DEFAULT_TABLE table=test-workload [id=43d9b79d614c4fdb9bd4085766f80ed6]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260608 12:37:53.670882  1089 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5eaaf15629db4c56b76161d41d933dac. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:53.671521  1092 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d8bdbb25ff98466eaa40afa30951ccd2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:53.672164  1091 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f57ead0d7a094380a5e159c532caf229. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:53.666023  1093 tablet_service.cc:1511] Processing CreateTablet for tablet 5e21107e9b5749c5abcfb16db46ca2a3 (DEFAULT_TABLE table=test-workload [id=43d9b79d614c4fdb9bd4085766f80ed6]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260608 12:37:53.687252  1088 tablet_service.cc:1511] Processing CreateTablet for tablet faea8c1de3d148fd914155a6486b2a86 (DEFAULT_TABLE table=test-workload [id=43d9b79d614c4fdb9bd4085766f80ed6]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260608 12:37:53.688601  1093 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5e21107e9b5749c5abcfb16db46ca2a3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:53.690471  1088 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet faea8c1de3d148fd914155a6486b2a86. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:53.682358  1087 tablet_service.cc:1511] Processing CreateTablet for tablet 3c7e4e82ff1a4ff4b0281f59e0bbd411 (DEFAULT_TABLE table=test-workload [id=43d9b79d614c4fdb9bd4085766f80ed6]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260608 12:37:53.692893  1087 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3c7e4e82ff1a4ff4b0281f59e0bbd411. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:53.680735  1086 tablet_service.cc:1511] Processing CreateTablet for tablet b74c38ebc89c4eee97bc7d14b25eacf6 (DEFAULT_TABLE table=test-workload [id=43d9b79d614c4fdb9bd4085766f80ed6]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260608 12:37:53.702200  1086 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b74c38ebc89c4eee97bc7d14b25eacf6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:53.711938  1299 tablet_bootstrap.cc:492] T f57ead0d7a094380a5e159c532caf229 P d1bdf467edf544eca3b332ba976c3658: Bootstrap starting.
I20260608 12:37:53.714577  1297 tablet_bootstrap.cc:492] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd: No bootstrap required, opened a new log
I20260608 12:37:53.720213  1297 ts_tablet_manager.cc:1403] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd: Time spent bootstrapping tablet: real 0.116s	user 0.045s	sys 0.046s
I20260608 12:37:53.726732  1297 raft_consensus.cc:359] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.727448  1297 raft_consensus.cc:385] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:53.727748  1297 raft_consensus.cc:740] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d061534eba6441f6af63fb27419d78bd, State: Initialized, Role: FOLLOWER
I20260608 12:37:53.728490  1297 consensus_queue.cc:260] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.736970  1299 tablet_bootstrap.cc:654] T f57ead0d7a094380a5e159c532caf229 P d1bdf467edf544eca3b332ba976c3658: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:53.748097  1297 ts_tablet_manager.cc:1434] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd: Time spent starting tablet: real 0.028s	user 0.010s	sys 0.010s
I20260608 12:37:53.748553  1300 tablet_bootstrap.cc:492] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P 7adbe29aaf54474fbc53928400b490b5: Bootstrap starting.
I20260608 12:37:53.749249  1297 tablet_bootstrap.cc:492] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd: Bootstrap starting.
I20260608 12:37:53.753145  1299 tablet_bootstrap.cc:492] T f57ead0d7a094380a5e159c532caf229 P d1bdf467edf544eca3b332ba976c3658: No bootstrap required, opened a new log
I20260608 12:37:53.753625  1299 ts_tablet_manager.cc:1403] T f57ead0d7a094380a5e159c532caf229 P d1bdf467edf544eca3b332ba976c3658: Time spent bootstrapping tablet: real 0.042s	user 0.013s	sys 0.000s
I20260608 12:37:53.755573  1300 tablet_bootstrap.cc:654] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P 7adbe29aaf54474fbc53928400b490b5: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:53.755877  1297 tablet_bootstrap.cc:654] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:53.756644  1299 raft_consensus.cc:359] T f57ead0d7a094380a5e159c532caf229 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.757454  1299 raft_consensus.cc:385] T f57ead0d7a094380a5e159c532caf229 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:53.757786  1299 raft_consensus.cc:740] T f57ead0d7a094380a5e159c532caf229 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d1bdf467edf544eca3b332ba976c3658, State: Initialized, Role: FOLLOWER
I20260608 12:37:53.758581  1299 consensus_queue.cc:260] T f57ead0d7a094380a5e159c532caf229 P d1bdf467edf544eca3b332ba976c3658 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.767450  1300 tablet_bootstrap.cc:492] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P 7adbe29aaf54474fbc53928400b490b5: No bootstrap required, opened a new log
I20260608 12:37:53.767539  1299 ts_tablet_manager.cc:1434] T f57ead0d7a094380a5e159c532caf229 P d1bdf467edf544eca3b332ba976c3658: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.008s
I20260608 12:37:53.767596  1297 tablet_bootstrap.cc:492] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd: No bootstrap required, opened a new log
I20260608 12:37:53.768184  1300 ts_tablet_manager.cc:1403] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P 7adbe29aaf54474fbc53928400b490b5: Time spent bootstrapping tablet: real 0.020s	user 0.006s	sys 0.013s
I20260608 12:37:53.768388  1297 ts_tablet_manager.cc:1403] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd: Time spent bootstrapping tablet: real 0.019s	user 0.002s	sys 0.016s
I20260608 12:37:53.768726  1299 tablet_bootstrap.cc:492] T d8bdbb25ff98466eaa40afa30951ccd2 P d1bdf467edf544eca3b332ba976c3658: Bootstrap starting.
I20260608 12:37:53.771207  1300 raft_consensus.cc:359] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.771453  1297 raft_consensus.cc:359] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.772065  1300 raft_consensus.cc:385] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:53.772308  1297 raft_consensus.cc:385] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:53.772655  1300 raft_consensus.cc:740] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7adbe29aaf54474fbc53928400b490b5, State: Initialized, Role: FOLLOWER
I20260608 12:37:53.773768  1300 consensus_queue.cc:260] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P 7adbe29aaf54474fbc53928400b490b5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.772692  1297 raft_consensus.cc:740] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d061534eba6441f6af63fb27419d78bd, State: Initialized, Role: FOLLOWER
I20260608 12:37:53.775405  1299 tablet_bootstrap.cc:654] T d8bdbb25ff98466eaa40afa30951ccd2 P d1bdf467edf544eca3b332ba976c3658: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:53.775297  1297 consensus_queue.cc:260] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.777504  1297 ts_tablet_manager.cc:1434] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260608 12:37:53.778440  1297 tablet_bootstrap.cc:492] T f57ead0d7a094380a5e159c532caf229 P d061534eba6441f6af63fb27419d78bd: Bootstrap starting.
I20260608 12:37:53.783335  1300 ts_tablet_manager.cc:1434] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P 7adbe29aaf54474fbc53928400b490b5: Time spent starting tablet: real 0.015s	user 0.012s	sys 0.001s
I20260608 12:37:53.784562  1297 tablet_bootstrap.cc:654] T f57ead0d7a094380a5e159c532caf229 P d061534eba6441f6af63fb27419d78bd: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:53.788563  1300 tablet_bootstrap.cc:492] T faea8c1de3d148fd914155a6486b2a86 P 7adbe29aaf54474fbc53928400b490b5: Bootstrap starting.
I20260608 12:37:53.795814  1299 tablet_bootstrap.cc:492] T d8bdbb25ff98466eaa40afa30951ccd2 P d1bdf467edf544eca3b332ba976c3658: No bootstrap required, opened a new log
I20260608 12:37:53.796066  1300 tablet_bootstrap.cc:654] T faea8c1de3d148fd914155a6486b2a86 P 7adbe29aaf54474fbc53928400b490b5: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:53.796437  1299 ts_tablet_manager.cc:1403] T d8bdbb25ff98466eaa40afa30951ccd2 P d1bdf467edf544eca3b332ba976c3658: Time spent bootstrapping tablet: real 0.028s	user 0.023s	sys 0.004s
I20260608 12:37:53.799418  1299 raft_consensus.cc:359] T d8bdbb25ff98466eaa40afa30951ccd2 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.800235  1299 raft_consensus.cc:385] T d8bdbb25ff98466eaa40afa30951ccd2 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:53.800638  1299 raft_consensus.cc:740] T d8bdbb25ff98466eaa40afa30951ccd2 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d1bdf467edf544eca3b332ba976c3658, State: Initialized, Role: FOLLOWER
I20260608 12:37:53.801630  1299 consensus_queue.cc:260] T d8bdbb25ff98466eaa40afa30951ccd2 P d1bdf467edf544eca3b332ba976c3658 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.802191  1297 tablet_bootstrap.cc:492] T f57ead0d7a094380a5e159c532caf229 P d061534eba6441f6af63fb27419d78bd: No bootstrap required, opened a new log
I20260608 12:37:53.802788  1297 ts_tablet_manager.cc:1403] T f57ead0d7a094380a5e159c532caf229 P d061534eba6441f6af63fb27419d78bd: Time spent bootstrapping tablet: real 0.025s	user 0.022s	sys 0.000s
I20260608 12:37:53.803946  1299 ts_tablet_manager.cc:1434] T d8bdbb25ff98466eaa40afa30951ccd2 P d1bdf467edf544eca3b332ba976c3658: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260608 12:37:53.805152  1299 tablet_bootstrap.cc:492] T 5e21107e9b5749c5abcfb16db46ca2a3 P d1bdf467edf544eca3b332ba976c3658: Bootstrap starting.
I20260608 12:37:53.805562  1297 raft_consensus.cc:359] T f57ead0d7a094380a5e159c532caf229 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.806293  1297 raft_consensus.cc:385] T f57ead0d7a094380a5e159c532caf229 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:53.806627  1297 raft_consensus.cc:740] T f57ead0d7a094380a5e159c532caf229 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d061534eba6441f6af63fb27419d78bd, State: Initialized, Role: FOLLOWER
I20260608 12:37:53.807420  1297 consensus_queue.cc:260] T f57ead0d7a094380a5e159c532caf229 P d061534eba6441f6af63fb27419d78bd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.809864  1297 ts_tablet_manager.cc:1434] T f57ead0d7a094380a5e159c532caf229 P d061534eba6441f6af63fb27419d78bd: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260608 12:37:53.810787  1297 tablet_bootstrap.cc:492] T 5eaaf15629db4c56b76161d41d933dac P d061534eba6441f6af63fb27419d78bd: Bootstrap starting.
I20260608 12:37:53.812173  1299 tablet_bootstrap.cc:654] T 5e21107e9b5749c5abcfb16db46ca2a3 P d1bdf467edf544eca3b332ba976c3658: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:53.816679  1297 tablet_bootstrap.cc:654] T 5eaaf15629db4c56b76161d41d933dac P d061534eba6441f6af63fb27419d78bd: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:53.827474  1301 raft_consensus.cc:493] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:37:53.827970  1301 raft_consensus.cc:515] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.833616  1301 leader_election.cc:290] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7adbe29aaf54474fbc53928400b490b5 (127.0.107.193:37149), d1bdf467edf544eca3b332ba976c3658 (127.0.107.195:38417)
I20260608 12:37:53.837749  1300 tablet_bootstrap.cc:492] T faea8c1de3d148fd914155a6486b2a86 P 7adbe29aaf54474fbc53928400b490b5: No bootstrap required, opened a new log
I20260608 12:37:53.838390  1300 ts_tablet_manager.cc:1403] T faea8c1de3d148fd914155a6486b2a86 P 7adbe29aaf54474fbc53928400b490b5: Time spent bootstrapping tablet: real 0.050s	user 0.012s	sys 0.032s
I20260608 12:37:53.841661  1299 tablet_bootstrap.cc:492] T 5e21107e9b5749c5abcfb16db46ca2a3 P d1bdf467edf544eca3b332ba976c3658: No bootstrap required, opened a new log
I20260608 12:37:53.841256  1300 raft_consensus.cc:359] T faea8c1de3d148fd914155a6486b2a86 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.842202  1299 ts_tablet_manager.cc:1403] T 5e21107e9b5749c5abcfb16db46ca2a3 P d1bdf467edf544eca3b332ba976c3658: Time spent bootstrapping tablet: real 0.037s	user 0.019s	sys 0.015s
I20260608 12:37:53.843169  1300 raft_consensus.cc:385] T faea8c1de3d148fd914155a6486b2a86 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:53.843539  1300 raft_consensus.cc:740] T faea8c1de3d148fd914155a6486b2a86 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7adbe29aaf54474fbc53928400b490b5, State: Initialized, Role: FOLLOWER
I20260608 12:37:53.842218  1297 tablet_bootstrap.cc:492] T 5eaaf15629db4c56b76161d41d933dac P d061534eba6441f6af63fb27419d78bd: No bootstrap required, opened a new log
I20260608 12:37:53.844336  1297 ts_tablet_manager.cc:1403] T 5eaaf15629db4c56b76161d41d933dac P d061534eba6441f6af63fb27419d78bd: Time spent bootstrapping tablet: real 0.034s	user 0.020s	sys 0.004s
I20260608 12:37:53.844515  1300 consensus_queue.cc:260] T faea8c1de3d148fd914155a6486b2a86 P 7adbe29aaf54474fbc53928400b490b5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.846750  1300 ts_tablet_manager.cc:1434] T faea8c1de3d148fd914155a6486b2a86 P 7adbe29aaf54474fbc53928400b490b5: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260608 12:37:53.847201  1297 raft_consensus.cc:359] T 5eaaf15629db4c56b76161d41d933dac P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.847694  1300 tablet_bootstrap.cc:492] T 9b25954c6b844fdf8c91a8515abd1462 P 7adbe29aaf54474fbc53928400b490b5: Bootstrap starting.
I20260608 12:37:53.847941  1297 raft_consensus.cc:385] T 5eaaf15629db4c56b76161d41d933dac P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:53.848284  1297 raft_consensus.cc:740] T 5eaaf15629db4c56b76161d41d933dac P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d061534eba6441f6af63fb27419d78bd, State: Initialized, Role: FOLLOWER
I20260608 12:37:53.850023  1297 consensus_queue.cc:260] T 5eaaf15629db4c56b76161d41d933dac P d061534eba6441f6af63fb27419d78bd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.852459  1297 ts_tablet_manager.cc:1434] T 5eaaf15629db4c56b76161d41d933dac P d061534eba6441f6af63fb27419d78bd: Time spent starting tablet: real 0.008s	user 0.001s	sys 0.004s
I20260608 12:37:53.853461  1297 tablet_bootstrap.cc:492] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d061534eba6441f6af63fb27419d78bd: Bootstrap starting.
I20260608 12:37:53.854488  1300 tablet_bootstrap.cc:654] T 9b25954c6b844fdf8c91a8515abd1462 P 7adbe29aaf54474fbc53928400b490b5: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:53.857578  1299 raft_consensus.cc:359] T 5e21107e9b5749c5abcfb16db46ca2a3 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.858413  1299 raft_consensus.cc:385] T 5e21107e9b5749c5abcfb16db46ca2a3 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:53.858765  1299 raft_consensus.cc:740] T 5e21107e9b5749c5abcfb16db46ca2a3 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d1bdf467edf544eca3b332ba976c3658, State: Initialized, Role: FOLLOWER
I20260608 12:37:53.859673  1297 tablet_bootstrap.cc:654] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d061534eba6441f6af63fb27419d78bd: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:53.860525  1299 consensus_queue.cc:260] T 5e21107e9b5749c5abcfb16db46ca2a3 P d1bdf467edf544eca3b332ba976c3658 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.865986  1300 tablet_bootstrap.cc:492] T 9b25954c6b844fdf8c91a8515abd1462 P 7adbe29aaf54474fbc53928400b490b5: No bootstrap required, opened a new log
I20260608 12:37:53.866518  1300 ts_tablet_manager.cc:1403] T 9b25954c6b844fdf8c91a8515abd1462 P 7adbe29aaf54474fbc53928400b490b5: Time spent bootstrapping tablet: real 0.019s	user 0.011s	sys 0.006s
I20260608 12:37:53.867136  1299 ts_tablet_manager.cc:1434] T 5e21107e9b5749c5abcfb16db46ca2a3 P d1bdf467edf544eca3b332ba976c3658: Time spent starting tablet: real 0.024s	user 0.006s	sys 0.000s
I20260608 12:37:53.868207  1299 tablet_bootstrap.cc:492] T b74c38ebc89c4eee97bc7d14b25eacf6 P d1bdf467edf544eca3b332ba976c3658: Bootstrap starting.
I20260608 12:37:53.869354  1300 raft_consensus.cc:359] T 9b25954c6b844fdf8c91a8515abd1462 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.870666  1300 raft_consensus.cc:385] T 9b25954c6b844fdf8c91a8515abd1462 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:53.871063  1300 raft_consensus.cc:740] T 9b25954c6b844fdf8c91a8515abd1462 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7adbe29aaf54474fbc53928400b490b5, State: Initialized, Role: FOLLOWER
I20260608 12:37:53.871842  1300 consensus_queue.cc:260] T 9b25954c6b844fdf8c91a8515abd1462 P 7adbe29aaf54474fbc53928400b490b5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.874046  1300 ts_tablet_manager.cc:1434] T 9b25954c6b844fdf8c91a8515abd1462 P 7adbe29aaf54474fbc53928400b490b5: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260608 12:37:53.877460  1300 tablet_bootstrap.cc:492] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5: Bootstrap starting.
I20260608 12:37:53.879161  1299 tablet_bootstrap.cc:654] T b74c38ebc89c4eee97bc7d14b25eacf6 P d1bdf467edf544eca3b332ba976c3658: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:53.883886  1300 tablet_bootstrap.cc:654] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:53.884512  1297 tablet_bootstrap.cc:492] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d061534eba6441f6af63fb27419d78bd: No bootstrap required, opened a new log
I20260608 12:37:53.885102  1297 ts_tablet_manager.cc:1403] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d061534eba6441f6af63fb27419d78bd: Time spent bootstrapping tablet: real 0.032s	user 0.015s	sys 0.015s
I20260608 12:37:53.886957  1103 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5e21107e9b5749c5abcfb16db46ca2a3" candidate_uuid: "d061534eba6441f6af63fb27419d78bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7adbe29aaf54474fbc53928400b490b5" is_pre_election: true
W20260608 12:37:53.888751  1143 leader_election.cc:343] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 7adbe29aaf54474fbc53928400b490b5 (127.0.107.193:37149): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:37:53.891069  1252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5e21107e9b5749c5abcfb16db46ca2a3" candidate_uuid: "d061534eba6441f6af63fb27419d78bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d1bdf467edf544eca3b332ba976c3658" is_pre_election: true
I20260608 12:37:53.891718  1252 raft_consensus.cc:2468] T 5e21107e9b5749c5abcfb16db46ca2a3 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d061534eba6441f6af63fb27419d78bd in term 0.
I20260608 12:37:53.892423  1297 raft_consensus.cc:359] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.893213  1297 raft_consensus.cc:385] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:53.893090  1143 leader_election.cc:304] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd [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: d061534eba6441f6af63fb27419d78bd, d1bdf467edf544eca3b332ba976c3658; no voters: 7adbe29aaf54474fbc53928400b490b5
I20260608 12:37:53.893639  1297 raft_consensus.cc:740] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d061534eba6441f6af63fb27419d78bd, State: Initialized, Role: FOLLOWER
I20260608 12:37:53.894387  1301 raft_consensus.cc:2804] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:37:53.894788  1301 raft_consensus.cc:493] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:37:53.895049  1301 raft_consensus.cc:3060] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:53.894387  1297 consensus_queue.cc:260] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d061534eba6441f6af63fb27419d78bd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.900167  1299 tablet_bootstrap.cc:492] T b74c38ebc89c4eee97bc7d14b25eacf6 P d1bdf467edf544eca3b332ba976c3658: No bootstrap required, opened a new log
I20260608 12:37:53.900332  1301 raft_consensus.cc:515] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.900863  1299 ts_tablet_manager.cc:1403] T b74c38ebc89c4eee97bc7d14b25eacf6 P d1bdf467edf544eca3b332ba976c3658: Time spent bootstrapping tablet: real 0.033s	user 0.023s	sys 0.004s
I20260608 12:37:53.902737  1297 ts_tablet_manager.cc:1434] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d061534eba6441f6af63fb27419d78bd: Time spent starting tablet: real 0.017s	user 0.006s	sys 0.001s
I20260608 12:37:53.903637  1300 tablet_bootstrap.cc:492] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5: No bootstrap required, opened a new log
I20260608 12:37:53.903592  1103 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5e21107e9b5749c5abcfb16db46ca2a3" candidate_uuid: "d061534eba6441f6af63fb27419d78bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7adbe29aaf54474fbc53928400b490b5"
I20260608 12:37:53.904271  1300 ts_tablet_manager.cc:1403] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5: Time spent bootstrapping tablet: real 0.027s	user 0.009s	sys 0.007s
W20260608 12:37:53.905158  1143 leader_election.cc:343] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 7adbe29aaf54474fbc53928400b490b5 (127.0.107.193:37149): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:37:53.904886  1299 raft_consensus.cc:359] T b74c38ebc89c4eee97bc7d14b25eacf6 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.906064  1301 leader_election.cc:290] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd [CANDIDATE]: Term 1 election: Requested vote from peers 7adbe29aaf54474fbc53928400b490b5 (127.0.107.193:37149), d1bdf467edf544eca3b332ba976c3658 (127.0.107.195:38417)
I20260608 12:37:53.905788  1299 raft_consensus.cc:385] T b74c38ebc89c4eee97bc7d14b25eacf6 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:53.906659  1299 raft_consensus.cc:740] T b74c38ebc89c4eee97bc7d14b25eacf6 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d1bdf467edf544eca3b332ba976c3658, State: Initialized, Role: FOLLOWER
I20260608 12:37:53.907158  1252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5e21107e9b5749c5abcfb16db46ca2a3" candidate_uuid: "d061534eba6441f6af63fb27419d78bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d1bdf467edf544eca3b332ba976c3658"
I20260608 12:37:53.907682  1252 raft_consensus.cc:3060] T 5e21107e9b5749c5abcfb16db46ca2a3 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:53.907507  1300 raft_consensus.cc:359] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.907537  1299 consensus_queue.cc:260] T b74c38ebc89c4eee97bc7d14b25eacf6 P d1bdf467edf544eca3b332ba976c3658 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.908627  1300 raft_consensus.cc:385] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:53.909004  1300 raft_consensus.cc:740] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7adbe29aaf54474fbc53928400b490b5, State: Initialized, Role: FOLLOWER
I20260608 12:37:53.909735  1300 consensus_queue.cc:260] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.912918  1299 ts_tablet_manager.cc:1434] T b74c38ebc89c4eee97bc7d14b25eacf6 P d1bdf467edf544eca3b332ba976c3658: Time spent starting tablet: real 0.011s	user 0.001s	sys 0.006s
I20260608 12:37:53.913955  1299 tablet_bootstrap.cc:492] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658: Bootstrap starting.
I20260608 12:37:53.914433  1300 ts_tablet_manager.cc:1434] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260608 12:37:53.914987  1252 raft_consensus.cc:2468] T 5e21107e9b5749c5abcfb16db46ca2a3 P d1bdf467edf544eca3b332ba976c3658 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d061534eba6441f6af63fb27419d78bd in term 1.
I20260608 12:37:53.915503  1300 tablet_bootstrap.cc:492] T f57ead0d7a094380a5e159c532caf229 P 7adbe29aaf54474fbc53928400b490b5: Bootstrap starting.
I20260608 12:37:53.916307  1143 leader_election.cc:304] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd [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: d061534eba6441f6af63fb27419d78bd, d1bdf467edf544eca3b332ba976c3658; no voters: 7adbe29aaf54474fbc53928400b490b5
I20260608 12:37:53.919343  1297 tablet_bootstrap.cc:492] T 9b25954c6b844fdf8c91a8515abd1462 P d061534eba6441f6af63fb27419d78bd: Bootstrap starting.
I20260608 12:37:53.921025  1301 raft_consensus.cc:493] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:37:53.921499  1301 raft_consensus.cc:515] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.919729  1318 raft_consensus.cc:2804] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:37:53.923600  1301 leader_election.cc:290] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d061534eba6441f6af63fb27419d78bd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7adbe29aaf54474fbc53928400b490b5 (127.0.107.193:37149), d1bdf467edf544eca3b332ba976c3658 (127.0.107.195:38417)
I20260608 12:37:53.925946  1103 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3c7e4e82ff1a4ff4b0281f59e0bbd411" candidate_uuid: "d061534eba6441f6af63fb27419d78bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7adbe29aaf54474fbc53928400b490b5" is_pre_election: true
I20260608 12:37:53.926469  1252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3c7e4e82ff1a4ff4b0281f59e0bbd411" candidate_uuid: "d061534eba6441f6af63fb27419d78bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d1bdf467edf544eca3b332ba976c3658" is_pre_election: true
I20260608 12:37:53.926578  1103 raft_consensus.cc:2468] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d061534eba6441f6af63fb27419d78bd in term 0.
I20260608 12:37:53.928298  1143 leader_election.cc:304] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d061534eba6441f6af63fb27419d78bd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7adbe29aaf54474fbc53928400b490b5, d061534eba6441f6af63fb27419d78bd; no voters: 
I20260608 12:37:53.928648  1297 tablet_bootstrap.cc:654] T 9b25954c6b844fdf8c91a8515abd1462 P d061534eba6441f6af63fb27419d78bd: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:53.929744  1301 raft_consensus.cc:2804] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:37:53.930215  1301 raft_consensus.cc:493] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:37:53.930038  1300 tablet_bootstrap.cc:654] T f57ead0d7a094380a5e159c532caf229 P 7adbe29aaf54474fbc53928400b490b5: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:53.930583  1301 raft_consensus.cc:3060] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:37:53.931185  1143 leader_election.cc:343] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d061534eba6441f6af63fb27419d78bd [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer d1bdf467edf544eca3b332ba976c3658 (127.0.107.195:38417): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:37:53.930570  1299 tablet_bootstrap.cc:654] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:53.938892  1301 raft_consensus.cc:515] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d061534eba6441f6af63fb27419d78bd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.940094  1297 tablet_bootstrap.cc:492] T 9b25954c6b844fdf8c91a8515abd1462 P d061534eba6441f6af63fb27419d78bd: No bootstrap required, opened a new log
I20260608 12:37:53.942030  1297 ts_tablet_manager.cc:1403] T 9b25954c6b844fdf8c91a8515abd1462 P d061534eba6441f6af63fb27419d78bd: Time spent bootstrapping tablet: real 0.023s	user 0.008s	sys 0.007s
I20260608 12:37:53.941681  1301 leader_election.cc:290] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d061534eba6441f6af63fb27419d78bd [CANDIDATE]: Term 1 election: Requested vote from peers 7adbe29aaf54474fbc53928400b490b5 (127.0.107.193:37149), d1bdf467edf544eca3b332ba976c3658 (127.0.107.195:38417)
I20260608 12:37:53.942287  1103 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3c7e4e82ff1a4ff4b0281f59e0bbd411" candidate_uuid: "d061534eba6441f6af63fb27419d78bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7adbe29aaf54474fbc53928400b490b5"
I20260608 12:37:53.943140  1252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3c7e4e82ff1a4ff4b0281f59e0bbd411" candidate_uuid: "d061534eba6441f6af63fb27419d78bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d1bdf467edf544eca3b332ba976c3658"
I20260608 12:37:53.943223  1103 raft_consensus.cc:3060] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:53.943503  1300 tablet_bootstrap.cc:492] T f57ead0d7a094380a5e159c532caf229 P 7adbe29aaf54474fbc53928400b490b5: No bootstrap required, opened a new log
I20260608 12:37:53.943990  1300 ts_tablet_manager.cc:1403] T f57ead0d7a094380a5e159c532caf229 P 7adbe29aaf54474fbc53928400b490b5: Time spent bootstrapping tablet: real 0.029s	user 0.013s	sys 0.002s
I20260608 12:37:53.941601  1318 raft_consensus.cc:697] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd [term 1 LEADER]: Becoming Leader. State: Replica: d061534eba6441f6af63fb27419d78bd, State: Running, Role: LEADER
W20260608 12:37:53.945592  1143 leader_election.cc:343] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d061534eba6441f6af63fb27419d78bd [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer d1bdf467edf544eca3b332ba976c3658 (127.0.107.195:38417): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:37:53.946286  1297 raft_consensus.cc:359] T 9b25954c6b844fdf8c91a8515abd1462 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.947000  1297 raft_consensus.cc:385] T 9b25954c6b844fdf8c91a8515abd1462 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:53.945883  1318 consensus_queue.cc:237] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.947299  1297 raft_consensus.cc:740] T 9b25954c6b844fdf8c91a8515abd1462 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d061534eba6441f6af63fb27419d78bd, State: Initialized, Role: FOLLOWER
I20260608 12:37:53.948082  1297 consensus_queue.cc:260] T 9b25954c6b844fdf8c91a8515abd1462 P d061534eba6441f6af63fb27419d78bd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.950292  1103 raft_consensus.cc:2468] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P 7adbe29aaf54474fbc53928400b490b5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d061534eba6441f6af63fb27419d78bd in term 1.
I20260608 12:37:53.950417  1297 ts_tablet_manager.cc:1434] T 9b25954c6b844fdf8c91a8515abd1462 P d061534eba6441f6af63fb27419d78bd: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:37:53.951601  1143 leader_election.cc:304] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d061534eba6441f6af63fb27419d78bd [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: 7adbe29aaf54474fbc53928400b490b5, d061534eba6441f6af63fb27419d78bd; no voters: d1bdf467edf544eca3b332ba976c3658
I20260608 12:37:53.951669  1300 raft_consensus.cc:359] T f57ead0d7a094380a5e159c532caf229 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.952525  1300 raft_consensus.cc:385] T f57ead0d7a094380a5e159c532caf229 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:53.951853  1297 tablet_bootstrap.cc:492] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd: Bootstrap starting.
I20260608 12:37:53.952692  1319 raft_consensus.cc:2804] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d061534eba6441f6af63fb27419d78bd [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:37:53.953372  1319 raft_consensus.cc:697] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d061534eba6441f6af63fb27419d78bd [term 1 LEADER]: Becoming Leader. State: Replica: d061534eba6441f6af63fb27419d78bd, State: Running, Role: LEADER
I20260608 12:37:53.954540  1319 consensus_queue.cc:237] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d061534eba6441f6af63fb27419d78bd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.958202  1297 tablet_bootstrap.cc:654] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:53.959813  1300 raft_consensus.cc:740] T f57ead0d7a094380a5e159c532caf229 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7adbe29aaf54474fbc53928400b490b5, State: Initialized, Role: FOLLOWER
I20260608 12:37:53.960879  1300 consensus_queue.cc:260] T f57ead0d7a094380a5e159c532caf229 P 7adbe29aaf54474fbc53928400b490b5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.963080  1300 ts_tablet_manager.cc:1434] T f57ead0d7a094380a5e159c532caf229 P 7adbe29aaf54474fbc53928400b490b5: Time spent starting tablet: real 0.019s	user 0.003s	sys 0.003s
I20260608 12:37:53.966970  1318 raft_consensus.cc:493] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:37:53.967433  1318 raft_consensus.cc:515] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.967983   999 catalog_manager.cc:5696] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd reported cstate change: term changed from 0 to 1, leader changed from <none> to d061534eba6441f6af63fb27419d78bd (127.0.107.194). New cstate: current_term: 1 leader_uuid: "d061534eba6441f6af63fb27419d78bd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } health_report { overall_health: UNKNOWN } } }
I20260608 12:37:53.972724  1318 leader_election.cc:290] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7adbe29aaf54474fbc53928400b490b5 (127.0.107.193:37149), d1bdf467edf544eca3b332ba976c3658 (127.0.107.195:38417)
I20260608 12:37:53.973870  1300 tablet_bootstrap.cc:492] T 5eaaf15629db4c56b76161d41d933dac P 7adbe29aaf54474fbc53928400b490b5: Bootstrap starting.
I20260608 12:37:53.975523  1252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d8bdbb25ff98466eaa40afa30951ccd2" candidate_uuid: "d061534eba6441f6af63fb27419d78bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d1bdf467edf544eca3b332ba976c3658" is_pre_election: true
I20260608 12:37:53.976151  1252 raft_consensus.cc:2468] T d8bdbb25ff98466eaa40afa30951ccd2 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d061534eba6441f6af63fb27419d78bd in term 0.
I20260608 12:37:53.977622  1143 leader_election.cc:304] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d061534eba6441f6af63fb27419d78bd, d1bdf467edf544eca3b332ba976c3658; no voters: 
I20260608 12:37:53.980618  1103 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d8bdbb25ff98466eaa40afa30951ccd2" candidate_uuid: "d061534eba6441f6af63fb27419d78bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7adbe29aaf54474fbc53928400b490b5" is_pre_election: true
I20260608 12:37:53.981202  1318 raft_consensus.cc:2804] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:37:53.981709  1318 raft_consensus.cc:493] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:37:53.982120  1318 raft_consensus.cc:3060] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:53.984583  1300 tablet_bootstrap.cc:654] T 5eaaf15629db4c56b76161d41d933dac P 7adbe29aaf54474fbc53928400b490b5: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:53.985000  1299 tablet_bootstrap.cc:492] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658: No bootstrap required, opened a new log
I20260608 12:37:53.981752  1103 raft_consensus.cc:2468] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d061534eba6441f6af63fb27419d78bd in term 0.
I20260608 12:37:53.985592  1299 ts_tablet_manager.cc:1403] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658: Time spent bootstrapping tablet: real 0.072s	user 0.014s	sys 0.011s
I20260608 12:37:53.988803  1318 raft_consensus.cc:515] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.988737  1299 raft_consensus.cc:359] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.989785  1299 raft_consensus.cc:385] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:53.990015  1299 raft_consensus.cc:740] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d1bdf467edf544eca3b332ba976c3658, State: Initialized, Role: FOLLOWER
I20260608 12:37:53.990866  1318 leader_election.cc:290] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd [CANDIDATE]: Term 1 election: Requested vote from peers 7adbe29aaf54474fbc53928400b490b5 (127.0.107.193:37149), d1bdf467edf544eca3b332ba976c3658 (127.0.107.195:38417)
I20260608 12:37:53.990747  1299 consensus_queue.cc:260] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:53.991979  1103 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d8bdbb25ff98466eaa40afa30951ccd2" candidate_uuid: "d061534eba6441f6af63fb27419d78bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7adbe29aaf54474fbc53928400b490b5"
I20260608 12:37:53.992316  1252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d8bdbb25ff98466eaa40afa30951ccd2" candidate_uuid: "d061534eba6441f6af63fb27419d78bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d1bdf467edf544eca3b332ba976c3658"
I20260608 12:37:53.992583  1103 raft_consensus.cc:3060] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:53.993265  1299 ts_tablet_manager.cc:1434] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:37:53.992956  1252 raft_consensus.cc:3060] T d8bdbb25ff98466eaa40afa30951ccd2 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:53.994746  1299 tablet_bootstrap.cc:492] T faea8c1de3d148fd914155a6486b2a86 P d1bdf467edf544eca3b332ba976c3658: Bootstrap starting.
I20260608 12:37:53.996277  1297 tablet_bootstrap.cc:492] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd: No bootstrap required, opened a new log
I20260608 12:37:53.996779  1297 ts_tablet_manager.cc:1403] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd: Time spent bootstrapping tablet: real 0.045s	user 0.007s	sys 0.019s
I20260608 12:37:54.001873  1297 raft_consensus.cc:359] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.002640  1297 raft_consensus.cc:385] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:54.002976  1297 raft_consensus.cc:740] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d061534eba6441f6af63fb27419d78bd, State: Initialized, Role: FOLLOWER
I20260608 12:37:54.004832  1299 tablet_bootstrap.cc:654] T faea8c1de3d148fd914155a6486b2a86 P d1bdf467edf544eca3b332ba976c3658: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:54.005780  1103 raft_consensus.cc:2468] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d061534eba6441f6af63fb27419d78bd in term 1.
I20260608 12:37:54.001901  1318 raft_consensus.cc:493] T f57ead0d7a094380a5e159c532caf229 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:37:53.999536   999 catalog_manager.cc:5696] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d061534eba6441f6af63fb27419d78bd reported cstate change: term changed from 0 to 1, leader changed from <none> to d061534eba6441f6af63fb27419d78bd (127.0.107.194). New cstate: current_term: 1 leader_uuid: "d061534eba6441f6af63fb27419d78bd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } health_report { overall_health: UNKNOWN } } }
I20260608 12:37:54.006215  1300 tablet_bootstrap.cc:492] T 5eaaf15629db4c56b76161d41d933dac P 7adbe29aaf54474fbc53928400b490b5: No bootstrap required, opened a new log
I20260608 12:37:54.006735  1300 ts_tablet_manager.cc:1403] T 5eaaf15629db4c56b76161d41d933dac P 7adbe29aaf54474fbc53928400b490b5: Time spent bootstrapping tablet: real 0.033s	user 0.008s	sys 0.005s
I20260608 12:37:54.007035  1143 leader_election.cc:304] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7adbe29aaf54474fbc53928400b490b5, d061534eba6441f6af63fb27419d78bd; no voters: 
I20260608 12:37:54.005529  1297 consensus_queue.cc:260] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.008286  1319 raft_consensus.cc:2804] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:37:54.009966  1297 ts_tablet_manager.cc:1434] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.000s
I20260608 12:37:54.010221  1300 raft_consensus.cc:359] T 5eaaf15629db4c56b76161d41d933dac P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.011037  1300 raft_consensus.cc:385] T 5eaaf15629db4c56b76161d41d933dac P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:54.003522  1252 raft_consensus.cc:2468] T d8bdbb25ff98466eaa40afa30951ccd2 P d1bdf467edf544eca3b332ba976c3658 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d061534eba6441f6af63fb27419d78bd in term 1.
I20260608 12:37:54.011327  1318 raft_consensus.cc:515] T f57ead0d7a094380a5e159c532caf229 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.013631  1318 leader_election.cc:290] T f57ead0d7a094380a5e159c532caf229 P d061534eba6441f6af63fb27419d78bd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7adbe29aaf54474fbc53928400b490b5 (127.0.107.193:37149), d1bdf467edf544eca3b332ba976c3658 (127.0.107.195:38417)
I20260608 12:37:54.015177  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f57ead0d7a094380a5e159c532caf229" candidate_uuid: "d061534eba6441f6af63fb27419d78bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7adbe29aaf54474fbc53928400b490b5" is_pre_election: true
I20260608 12:37:54.015803  1102 raft_consensus.cc:2468] T f57ead0d7a094380a5e159c532caf229 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d061534eba6441f6af63fb27419d78bd in term 0.
I20260608 12:37:54.011076  1297 tablet_bootstrap.cc:492] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd: Bootstrap starting.
I20260608 12:37:54.016983  1252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f57ead0d7a094380a5e159c532caf229" candidate_uuid: "d061534eba6441f6af63fb27419d78bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d1bdf467edf544eca3b332ba976c3658" is_pre_election: true
I20260608 12:37:54.017169  1143 leader_election.cc:304] T f57ead0d7a094380a5e159c532caf229 P d061534eba6441f6af63fb27419d78bd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7adbe29aaf54474fbc53928400b490b5, d061534eba6441f6af63fb27419d78bd; no voters: 
I20260608 12:37:54.017627  1252 raft_consensus.cc:2468] T f57ead0d7a094380a5e159c532caf229 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d061534eba6441f6af63fb27419d78bd in term 0.
I20260608 12:37:54.018078  1318 raft_consensus.cc:2804] T f57ead0d7a094380a5e159c532caf229 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:37:54.018465  1318 raft_consensus.cc:493] T f57ead0d7a094380a5e159c532caf229 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:37:54.018851  1318 raft_consensus.cc:3060] T f57ead0d7a094380a5e159c532caf229 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:54.019469  1319 raft_consensus.cc:697] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd [term 1 LEADER]: Becoming Leader. State: Replica: d061534eba6441f6af63fb27419d78bd, State: Running, Role: LEADER
I20260608 12:37:54.019358  1300 raft_consensus.cc:740] T 5eaaf15629db4c56b76161d41d933dac P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7adbe29aaf54474fbc53928400b490b5, State: Initialized, Role: FOLLOWER
I20260608 12:37:54.020588  1319 consensus_queue.cc:237] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.020794  1300 consensus_queue.cc:260] T 5eaaf15629db4c56b76161d41d933dac P 7adbe29aaf54474fbc53928400b490b5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.026191  1300 ts_tablet_manager.cc:1434] T 5eaaf15629db4c56b76161d41d933dac P 7adbe29aaf54474fbc53928400b490b5: Time spent starting tablet: real 0.019s	user 0.004s	sys 0.003s
I20260608 12:37:54.027284  1300 tablet_bootstrap.cc:492] T 5e21107e9b5749c5abcfb16db46ca2a3 P 7adbe29aaf54474fbc53928400b490b5: Bootstrap starting.
I20260608 12:37:54.035481  1299 tablet_bootstrap.cc:492] T faea8c1de3d148fd914155a6486b2a86 P d1bdf467edf544eca3b332ba976c3658: No bootstrap required, opened a new log
I20260608 12:37:54.037643  1300 tablet_bootstrap.cc:654] T 5e21107e9b5749c5abcfb16db46ca2a3 P 7adbe29aaf54474fbc53928400b490b5: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:54.039461  1299 ts_tablet_manager.cc:1403] T faea8c1de3d148fd914155a6486b2a86 P d1bdf467edf544eca3b332ba976c3658: Time spent bootstrapping tablet: real 0.045s	user 0.023s	sys 0.004s
I20260608 12:37:54.042841  1299 raft_consensus.cc:359] T faea8c1de3d148fd914155a6486b2a86 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.043592  1299 raft_consensus.cc:385] T faea8c1de3d148fd914155a6486b2a86 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:54.038975  1297 tablet_bootstrap.cc:654] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:54.046712  1299 raft_consensus.cc:740] T faea8c1de3d148fd914155a6486b2a86 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d1bdf467edf544eca3b332ba976c3658, State: Initialized, Role: FOLLOWER
I20260608 12:37:54.046581  1318 raft_consensus.cc:515] T f57ead0d7a094380a5e159c532caf229 P d061534eba6441f6af63fb27419d78bd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.047611  1299 consensus_queue.cc:260] T faea8c1de3d148fd914155a6486b2a86 P d1bdf467edf544eca3b332ba976c3658 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.049919  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f57ead0d7a094380a5e159c532caf229" candidate_uuid: "d061534eba6441f6af63fb27419d78bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7adbe29aaf54474fbc53928400b490b5"
I20260608 12:37:54.050509  1102 raft_consensus.cc:3060] T f57ead0d7a094380a5e159c532caf229 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:54.050591  1318 leader_election.cc:290] T f57ead0d7a094380a5e159c532caf229 P d061534eba6441f6af63fb27419d78bd [CANDIDATE]: Term 1 election: Requested vote from peers 7adbe29aaf54474fbc53928400b490b5 (127.0.107.193:37149), d1bdf467edf544eca3b332ba976c3658 (127.0.107.195:38417)
I20260608 12:37:54.051149  1252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f57ead0d7a094380a5e159c532caf229" candidate_uuid: "d061534eba6441f6af63fb27419d78bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d1bdf467edf544eca3b332ba976c3658"
I20260608 12:37:54.051702  1252 raft_consensus.cc:3060] T f57ead0d7a094380a5e159c532caf229 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:54.052318  1299 ts_tablet_manager.cc:1434] T faea8c1de3d148fd914155a6486b2a86 P d1bdf467edf544eca3b332ba976c3658: Time spent starting tablet: real 0.012s	user 0.005s	sys 0.000s
I20260608 12:37:54.053377  1299 tablet_bootstrap.cc:492] T 5eaaf15629db4c56b76161d41d933dac P d1bdf467edf544eca3b332ba976c3658: Bootstrap starting.
I20260608 12:37:54.057930  1102 raft_consensus.cc:2468] T f57ead0d7a094380a5e159c532caf229 P 7adbe29aaf54474fbc53928400b490b5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d061534eba6441f6af63fb27419d78bd in term 1.
I20260608 12:37:54.058703  1299 tablet_bootstrap.cc:654] T 5eaaf15629db4c56b76161d41d933dac P d1bdf467edf544eca3b332ba976c3658: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:54.059160  1143 leader_election.cc:304] T f57ead0d7a094380a5e159c532caf229 P d061534eba6441f6af63fb27419d78bd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7adbe29aaf54474fbc53928400b490b5, d061534eba6441f6af63fb27419d78bd; no voters: 
I20260608 12:37:54.061107  1318 raft_consensus.cc:2804] T f57ead0d7a094380a5e159c532caf229 P d061534eba6441f6af63fb27419d78bd [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:37:54.061645  1318 raft_consensus.cc:697] T f57ead0d7a094380a5e159c532caf229 P d061534eba6441f6af63fb27419d78bd [term 1 LEADER]: Becoming Leader. State: Replica: d061534eba6441f6af63fb27419d78bd, State: Running, Role: LEADER
I20260608 12:37:54.062119  1300 tablet_bootstrap.cc:492] T 5e21107e9b5749c5abcfb16db46ca2a3 P 7adbe29aaf54474fbc53928400b490b5: No bootstrap required, opened a new log
I20260608 12:37:54.062651  1300 ts_tablet_manager.cc:1403] T 5e21107e9b5749c5abcfb16db46ca2a3 P 7adbe29aaf54474fbc53928400b490b5: Time spent bootstrapping tablet: real 0.036s	user 0.011s	sys 0.009s
I20260608 12:37:54.062621  1318 consensus_queue.cc:237] T f57ead0d7a094380a5e159c532caf229 P d061534eba6441f6af63fb27419d78bd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.066461  1300 raft_consensus.cc:359] T 5e21107e9b5749c5abcfb16db46ca2a3 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.067214  1300 raft_consensus.cc:385] T 5e21107e9b5749c5abcfb16db46ca2a3 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:54.067565  1300 raft_consensus.cc:740] T 5e21107e9b5749c5abcfb16db46ca2a3 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7adbe29aaf54474fbc53928400b490b5, State: Initialized, Role: FOLLOWER
I20260608 12:37:54.068740  1252 raft_consensus.cc:2468] T f57ead0d7a094380a5e159c532caf229 P d1bdf467edf544eca3b332ba976c3658 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d061534eba6441f6af63fb27419d78bd in term 1.
I20260608 12:37:54.068485  1300 consensus_queue.cc:260] T 5e21107e9b5749c5abcfb16db46ca2a3 P 7adbe29aaf54474fbc53928400b490b5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.070730  1297 tablet_bootstrap.cc:492] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd: No bootstrap required, opened a new log
I20260608 12:37:54.071036  1300 ts_tablet_manager.cc:1434] T 5e21107e9b5749c5abcfb16db46ca2a3 P 7adbe29aaf54474fbc53928400b490b5: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:37:54.071213  1297 ts_tablet_manager.cc:1403] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd: Time spent bootstrapping tablet: real 0.060s	user 0.010s	sys 0.002s
I20260608 12:37:54.072158  1300 tablet_bootstrap.cc:492] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5: Bootstrap starting.
I20260608 12:37:54.074035  1297 raft_consensus.cc:359] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.074709  1297 raft_consensus.cc:385] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:54.075024  1297 raft_consensus.cc:740] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d061534eba6441f6af63fb27419d78bd, State: Initialized, Role: FOLLOWER
I20260608 12:37:54.075829  1297 consensus_queue.cc:260] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.077514  1297 ts_tablet_manager.cc:1434] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260608 12:37:54.078616  1299 tablet_bootstrap.cc:492] T 5eaaf15629db4c56b76161d41d933dac P d1bdf467edf544eca3b332ba976c3658: No bootstrap required, opened a new log
I20260608 12:37:54.078822  1300 tablet_bootstrap.cc:654] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:54.079016  1299 ts_tablet_manager.cc:1403] T 5eaaf15629db4c56b76161d41d933dac P d1bdf467edf544eca3b332ba976c3658: Time spent bootstrapping tablet: real 0.026s	user 0.002s	sys 0.013s
I20260608 12:37:54.081777  1299 raft_consensus.cc:359] T 5eaaf15629db4c56b76161d41d933dac P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.082523  1299 raft_consensus.cc:385] T 5eaaf15629db4c56b76161d41d933dac P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:54.082758  1299 raft_consensus.cc:740] T 5eaaf15629db4c56b76161d41d933dac P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d1bdf467edf544eca3b332ba976c3658, State: Initialized, Role: FOLLOWER
I20260608 12:37:54.083352  1299 consensus_queue.cc:260] T 5eaaf15629db4c56b76161d41d933dac P d1bdf467edf544eca3b332ba976c3658 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.083797  1300 tablet_bootstrap.cc:492] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5: No bootstrap required, opened a new log
I20260608 12:37:54.084348  1300 ts_tablet_manager.cc:1403] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5: Time spent bootstrapping tablet: real 0.012s	user 0.008s	sys 0.003s
I20260608 12:37:54.085399  1299 ts_tablet_manager.cc:1434] T 5eaaf15629db4c56b76161d41d933dac P d1bdf467edf544eca3b332ba976c3658: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.001s
W20260608 12:37:54.087677  1049 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:37:54.089357  1054 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:37:54.089514  1305 raft_consensus.cc:493] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:37:54.090332  1305 raft_consensus.cc:515] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.091082  1299 tablet_bootstrap.cc:492] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d1bdf467edf544eca3b332ba976c3658: Bootstrap starting.
I20260608 12:37:54.094326   999 catalog_manager.cc:5696] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd reported cstate change: term changed from 0 to 1, leader changed from <none> to d061534eba6441f6af63fb27419d78bd (127.0.107.194). New cstate: current_term: 1 leader_uuid: "d061534eba6441f6af63fb27419d78bd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } health_report { overall_health: UNKNOWN } } }
W20260608 12:37:54.097823  1054 auto_leader_rebalancer.cc:460] the master instance isn't leader: Service unavailable: Tablet not running
I20260608 12:37:54.094014  1305 leader_election.cc:290] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7adbe29aaf54474fbc53928400b490b5 (127.0.107.193:37149), d061534eba6441f6af63fb27419d78bd (127.0.107.194:41205)
I20260608 12:37:54.105943  1300 raft_consensus.cc:359] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.122494  1300 raft_consensus.cc:385] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:54.122772  1300 raft_consensus.cc:740] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7adbe29aaf54474fbc53928400b490b5, State: Initialized, Role: FOLLOWER
I20260608 12:37:54.123507  1300 consensus_queue.cc:260] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.125521  1300 ts_tablet_manager.cc:1434] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5: Time spent starting tablet: real 0.037s	user 0.016s	sys 0.006s
I20260608 12:37:54.125787  1299 tablet_bootstrap.cc:654] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d1bdf467edf544eca3b332ba976c3658: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:54.130987  1299 tablet_bootstrap.cc:492] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d1bdf467edf544eca3b332ba976c3658: No bootstrap required, opened a new log
I20260608 12:37:54.131372  1299 ts_tablet_manager.cc:1403] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d1bdf467edf544eca3b332ba976c3658: Time spent bootstrapping tablet: real 0.041s	user 0.004s	sys 0.008s
I20260608 12:37:54.132798  1319 raft_consensus.cc:493] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:37:54.133394  1319 raft_consensus.cc:515] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.133733  1299 raft_consensus.cc:359] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.134338  1299 raft_consensus.cc:385] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:54.134634  1299 raft_consensus.cc:740] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d1bdf467edf544eca3b332ba976c3658, State: Initialized, Role: FOLLOWER
I20260608 12:37:54.135324  1299 consensus_queue.cc:260] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d1bdf467edf544eca3b332ba976c3658 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.135792  1319 leader_election.cc:290] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7adbe29aaf54474fbc53928400b490b5 (127.0.107.193:37149), d1bdf467edf544eca3b332ba976c3658 (127.0.107.195:38417)
I20260608 12:37:54.137322  1299 ts_tablet_manager.cc:1434] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d1bdf467edf544eca3b332ba976c3658: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.001s
I20260608 12:37:54.137426  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "faea8c1de3d148fd914155a6486b2a86" candidate_uuid: "d061534eba6441f6af63fb27419d78bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7adbe29aaf54474fbc53928400b490b5" is_pre_election: true
I20260608 12:37:54.137838  1252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "faea8c1de3d148fd914155a6486b2a86" candidate_uuid: "d061534eba6441f6af63fb27419d78bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d1bdf467edf544eca3b332ba976c3658" is_pre_election: true
I20260608 12:37:54.138521  1102 raft_consensus.cc:2468] T faea8c1de3d148fd914155a6486b2a86 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d061534eba6441f6af63fb27419d78bd in term 0.
I20260608 12:37:54.138674  1252 raft_consensus.cc:2468] T faea8c1de3d148fd914155a6486b2a86 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d061534eba6441f6af63fb27419d78bd in term 0.
I20260608 12:37:54.139848  1143 leader_election.cc:304] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d061534eba6441f6af63fb27419d78bd, d1bdf467edf544eca3b332ba976c3658; no voters: 
I20260608 12:37:54.141759  1319 raft_consensus.cc:2804] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:37:54.142123  1319 raft_consensus.cc:493] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:37:54.142395  1319 raft_consensus.cc:3060] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:54.147639  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9b25954c6b844fdf8c91a8515abd1462" candidate_uuid: "d1bdf467edf544eca3b332ba976c3658" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7adbe29aaf54474fbc53928400b490b5" is_pre_election: true
I20260608 12:37:54.148368  1102 raft_consensus.cc:2468] T 9b25954c6b844fdf8c91a8515abd1462 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d1bdf467edf544eca3b332ba976c3658 in term 0.
I20260608 12:37:54.148949  1319 raft_consensus.cc:515] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.149865  1217 leader_election.cc:304] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7adbe29aaf54474fbc53928400b490b5, d1bdf467edf544eca3b332ba976c3658; no voters: 
I20260608 12:37:54.150699  1305 raft_consensus.cc:2804] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:37:54.151047  1305 raft_consensus.cc:493] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:37:54.151376  1305 raft_consensus.cc:3060] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:54.156193  1305 raft_consensus.cc:515] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.158115  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "faea8c1de3d148fd914155a6486b2a86" candidate_uuid: "d061534eba6441f6af63fb27419d78bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7adbe29aaf54474fbc53928400b490b5"
I20260608 12:37:54.158845  1102 raft_consensus.cc:3060] T faea8c1de3d148fd914155a6486b2a86 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:54.158880  1103 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9b25954c6b844fdf8c91a8515abd1462" candidate_uuid: "d1bdf467edf544eca3b332ba976c3658" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7adbe29aaf54474fbc53928400b490b5"
I20260608 12:37:54.159574  1103 raft_consensus.cc:3060] T 9b25954c6b844fdf8c91a8515abd1462 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:54.161571  1252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "faea8c1de3d148fd914155a6486b2a86" candidate_uuid: "d061534eba6441f6af63fb27419d78bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d1bdf467edf544eca3b332ba976c3658"
I20260608 12:37:54.162225  1252 raft_consensus.cc:3060] T faea8c1de3d148fd914155a6486b2a86 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:54.161715  1178 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9b25954c6b844fdf8c91a8515abd1462" candidate_uuid: "d1bdf467edf544eca3b332ba976c3658" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d061534eba6441f6af63fb27419d78bd" is_pre_election: true
I20260608 12:37:54.162855  1178 raft_consensus.cc:2468] T 9b25954c6b844fdf8c91a8515abd1462 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d1bdf467edf544eca3b332ba976c3658 in term 0.
I20260608 12:37:54.165407  1103 raft_consensus.cc:2468] T 9b25954c6b844fdf8c91a8515abd1462 P 7adbe29aaf54474fbc53928400b490b5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d1bdf467edf544eca3b332ba976c3658 in term 1.
I20260608 12:37:54.165815  1319 leader_election.cc:290] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd [CANDIDATE]: Term 1 election: Requested vote from peers 7adbe29aaf54474fbc53928400b490b5 (127.0.107.193:37149), d1bdf467edf544eca3b332ba976c3658 (127.0.107.195:38417)
I20260608 12:37:54.165961  1102 raft_consensus.cc:2468] T faea8c1de3d148fd914155a6486b2a86 P 7adbe29aaf54474fbc53928400b490b5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d061534eba6441f6af63fb27419d78bd in term 1.
I20260608 12:37:54.166543  1217 leader_election.cc:304] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7adbe29aaf54474fbc53928400b490b5, d1bdf467edf544eca3b332ba976c3658; no voters: 
I20260608 12:37:54.167196  1143 leader_election.cc:304] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7adbe29aaf54474fbc53928400b490b5, d061534eba6441f6af63fb27419d78bd; no voters: 
I20260608 12:37:54.167484  1305 leader_election.cc:290] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658 [CANDIDATE]: Term 1 election: Requested vote from peers 7adbe29aaf54474fbc53928400b490b5 (127.0.107.193:37149), d061534eba6441f6af63fb27419d78bd (127.0.107.194:41205)
I20260608 12:37:54.168292  1305 raft_consensus.cc:2804] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:37:54.158222  1000 catalog_manager.cc:5696] T f57ead0d7a094380a5e159c532caf229 P d061534eba6441f6af63fb27419d78bd reported cstate change: term changed from 0 to 1, leader changed from <none> to d061534eba6441f6af63fb27419d78bd (127.0.107.194). New cstate: current_term: 1 leader_uuid: "d061534eba6441f6af63fb27419d78bd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } health_report { overall_health: UNKNOWN } } }
I20260608 12:37:54.168493  1178 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9b25954c6b844fdf8c91a8515abd1462" candidate_uuid: "d1bdf467edf544eca3b332ba976c3658" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d061534eba6441f6af63fb27419d78bd"
I20260608 12:37:54.169106  1178 raft_consensus.cc:3060] T 9b25954c6b844fdf8c91a8515abd1462 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:54.169545  1319 raft_consensus.cc:2804] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:37:54.170256  1319 raft_consensus.cc:697] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd [term 1 LEADER]: Becoming Leader. State: Replica: d061534eba6441f6af63fb27419d78bd, State: Running, Role: LEADER
I20260608 12:37:54.171382  1305 raft_consensus.cc:697] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658 [term 1 LEADER]: Becoming Leader. State: Replica: d1bdf467edf544eca3b332ba976c3658, State: Running, Role: LEADER
I20260608 12:37:54.169196  1252 raft_consensus.cc:2468] T faea8c1de3d148fd914155a6486b2a86 P d1bdf467edf544eca3b332ba976c3658 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d061534eba6441f6af63fb27419d78bd in term 1.
I20260608 12:37:54.171638  1319 consensus_queue.cc:237] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.173594  1305 consensus_queue.cc:237] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.185986  1178 raft_consensus.cc:2468] T 9b25954c6b844fdf8c91a8515abd1462 P d061534eba6441f6af63fb27419d78bd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d1bdf467edf544eca3b332ba976c3658 in term 1.
I20260608 12:37:54.188755  1000 catalog_manager.cc:5696] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658 reported cstate change: term changed from 0 to 1, leader changed from <none> to d1bdf467edf544eca3b332ba976c3658 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "d1bdf467edf544eca3b332ba976c3658" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } health_report { overall_health: HEALTHY } } }
I20260608 12:37:54.191078   999 catalog_manager.cc:5696] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd reported cstate change: term changed from 0 to 1, leader changed from <none> to d061534eba6441f6af63fb27419d78bd (127.0.107.194). New cstate: current_term: 1 leader_uuid: "d061534eba6441f6af63fb27419d78bd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } health_report { overall_health: UNKNOWN } } }
I20260608 12:37:54.220723  1319 raft_consensus.cc:493] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:37:54.221208  1319 raft_consensus.cc:515] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.222929  1319 leader_election.cc:290] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7adbe29aaf54474fbc53928400b490b5 (127.0.107.193:37149), d1bdf467edf544eca3b332ba976c3658 (127.0.107.195:38417)
I20260608 12:37:54.224208  1103 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b74c38ebc89c4eee97bc7d14b25eacf6" candidate_uuid: "d061534eba6441f6af63fb27419d78bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7adbe29aaf54474fbc53928400b490b5" is_pre_election: true
I20260608 12:37:54.224208  1252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b74c38ebc89c4eee97bc7d14b25eacf6" candidate_uuid: "d061534eba6441f6af63fb27419d78bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d1bdf467edf544eca3b332ba976c3658" is_pre_election: true
I20260608 12:37:54.224984  1103 raft_consensus.cc:2468] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d061534eba6441f6af63fb27419d78bd in term 0.
I20260608 12:37:54.224996  1339 raft_consensus.cc:493] T b74c38ebc89c4eee97bc7d14b25eacf6 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:37:54.225579  1339 raft_consensus.cc:515] T b74c38ebc89c4eee97bc7d14b25eacf6 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.226013  1143 leader_election.cc:304] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7adbe29aaf54474fbc53928400b490b5, d061534eba6441f6af63fb27419d78bd; no voters: 
I20260608 12:37:54.226675  1252 raft_consensus.cc:2468] T b74c38ebc89c4eee97bc7d14b25eacf6 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d061534eba6441f6af63fb27419d78bd in term 0.
I20260608 12:37:54.226817  1319 raft_consensus.cc:2804] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:37:54.227203  1319 raft_consensus.cc:493] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:37:54.227559  1319 raft_consensus.cc:3060] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:54.227903  1339 leader_election.cc:290] T b74c38ebc89c4eee97bc7d14b25eacf6 P d1bdf467edf544eca3b332ba976c3658 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7adbe29aaf54474fbc53928400b490b5 (127.0.107.193:37149), d061534eba6441f6af63fb27419d78bd (127.0.107.194:41205)
I20260608 12:37:54.228734  1103 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b74c38ebc89c4eee97bc7d14b25eacf6" candidate_uuid: "d1bdf467edf544eca3b332ba976c3658" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7adbe29aaf54474fbc53928400b490b5" is_pre_election: true
I20260608 12:37:54.229341  1103 raft_consensus.cc:2468] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d1bdf467edf544eca3b332ba976c3658 in term 0.
I20260608 12:37:54.229591  1178 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b74c38ebc89c4eee97bc7d14b25eacf6" candidate_uuid: "d1bdf467edf544eca3b332ba976c3658" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d061534eba6441f6af63fb27419d78bd" is_pre_election: true
I20260608 12:37:54.229825  1306 raft_consensus.cc:493] T 5eaaf15629db4c56b76161d41d933dac P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:37:54.230562  1306 raft_consensus.cc:515] T 5eaaf15629db4c56b76161d41d933dac P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.230825  1217 leader_election.cc:304] T b74c38ebc89c4eee97bc7d14b25eacf6 P d1bdf467edf544eca3b332ba976c3658 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7adbe29aaf54474fbc53928400b490b5, d1bdf467edf544eca3b332ba976c3658; no voters: 
I20260608 12:37:54.232105  1339 raft_consensus.cc:2804] T b74c38ebc89c4eee97bc7d14b25eacf6 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:37:54.232484  1339 raft_consensus.cc:493] T b74c38ebc89c4eee97bc7d14b25eacf6 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:37:54.232795  1339 raft_consensus.cc:3060] T b74c38ebc89c4eee97bc7d14b25eacf6 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:54.233691  1306 leader_election.cc:290] T 5eaaf15629db4c56b76161d41d933dac P 7adbe29aaf54474fbc53928400b490b5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d061534eba6441f6af63fb27419d78bd (127.0.107.194:41205), d1bdf467edf544eca3b332ba976c3658 (127.0.107.195:38417)
I20260608 12:37:54.236259  1319 raft_consensus.cc:515] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.238411  1319 leader_election.cc:290] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [CANDIDATE]: Term 1 election: Requested vote from peers 7adbe29aaf54474fbc53928400b490b5 (127.0.107.193:37149), d1bdf467edf544eca3b332ba976c3658 (127.0.107.195:38417)
I20260608 12:37:54.240396  1103 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b74c38ebc89c4eee97bc7d14b25eacf6" candidate_uuid: "d061534eba6441f6af63fb27419d78bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7adbe29aaf54474fbc53928400b490b5"
I20260608 12:37:54.241055  1103 raft_consensus.cc:3060] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:54.241382  1339 raft_consensus.cc:515] T b74c38ebc89c4eee97bc7d14b25eacf6 P d1bdf467edf544eca3b332ba976c3658 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.244530  1178 raft_consensus.cc:2393] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate d1bdf467edf544eca3b332ba976c3658 in current term 1: Already voted for candidate d061534eba6441f6af63fb27419d78bd in this term.
I20260608 12:37:54.246392  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b74c38ebc89c4eee97bc7d14b25eacf6" candidate_uuid: "d1bdf467edf544eca3b332ba976c3658" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7adbe29aaf54474fbc53928400b490b5"
I20260608 12:37:54.244866  1339 leader_election.cc:290] T b74c38ebc89c4eee97bc7d14b25eacf6 P d1bdf467edf544eca3b332ba976c3658 [CANDIDATE]: Term 1 election: Requested vote from peers 7adbe29aaf54474fbc53928400b490b5 (127.0.107.193:37149), d061534eba6441f6af63fb27419d78bd (127.0.107.194:41205)
I20260608 12:37:54.245436  1177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b74c38ebc89c4eee97bc7d14b25eacf6" candidate_uuid: "d1bdf467edf544eca3b332ba976c3658" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d061534eba6441f6af63fb27419d78bd"
I20260608 12:37:54.248296  1103 raft_consensus.cc:2468] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d061534eba6441f6af63fb27419d78bd in term 1.
I20260608 12:37:54.248179  1252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b74c38ebc89c4eee97bc7d14b25eacf6" candidate_uuid: "d061534eba6441f6af63fb27419d78bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d1bdf467edf544eca3b332ba976c3658"
I20260608 12:37:54.249033  1177 raft_consensus.cc:2393] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate d1bdf467edf544eca3b332ba976c3658 in current term 1: Already voted for candidate d061534eba6441f6af63fb27419d78bd in this term.
I20260608 12:37:54.249478  1252 raft_consensus.cc:2393] T b74c38ebc89c4eee97bc7d14b25eacf6 P d1bdf467edf544eca3b332ba976c3658 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate d061534eba6441f6af63fb27419d78bd in current term 1: Already voted for candidate d1bdf467edf544eca3b332ba976c3658 in this term.
I20260608 12:37:54.250186  1143 leader_election.cc:304] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7adbe29aaf54474fbc53928400b490b5, d061534eba6441f6af63fb27419d78bd; no voters: 
I20260608 12:37:54.251188  1319 raft_consensus.cc:2804] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:37:54.251180  1215 leader_election.cc:304] T b74c38ebc89c4eee97bc7d14b25eacf6 P d1bdf467edf544eca3b332ba976c3658 [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: d1bdf467edf544eca3b332ba976c3658; no voters: 7adbe29aaf54474fbc53928400b490b5, d061534eba6441f6af63fb27419d78bd
I20260608 12:37:54.251850  1319 raft_consensus.cc:697] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [term 1 LEADER]: Becoming Leader. State: Replica: d061534eba6441f6af63fb27419d78bd, State: Running, Role: LEADER
I20260608 12:37:54.252161  1339 raft_consensus.cc:2749] T b74c38ebc89c4eee97bc7d14b25eacf6 P d1bdf467edf544eca3b332ba976c3658 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:37:54.252701  1319 consensus_queue.cc:237] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.256229  1177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5eaaf15629db4c56b76161d41d933dac" candidate_uuid: "7adbe29aaf54474fbc53928400b490b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d061534eba6441f6af63fb27419d78bd" is_pre_election: true
I20260608 12:37:54.256853  1177 raft_consensus.cc:2468] T 5eaaf15629db4c56b76161d41d933dac P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7adbe29aaf54474fbc53928400b490b5 in term 0.
I20260608 12:37:54.256999  1252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5eaaf15629db4c56b76161d41d933dac" candidate_uuid: "7adbe29aaf54474fbc53928400b490b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d1bdf467edf544eca3b332ba976c3658" is_pre_election: true
I20260608 12:37:54.257515  1252 raft_consensus.cc:2468] T 5eaaf15629db4c56b76161d41d933dac P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7adbe29aaf54474fbc53928400b490b5 in term 0.
I20260608 12:37:54.258092  1066 leader_election.cc:304] T 5eaaf15629db4c56b76161d41d933dac P 7adbe29aaf54474fbc53928400b490b5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7adbe29aaf54474fbc53928400b490b5, d061534eba6441f6af63fb27419d78bd; no voters: 
I20260608 12:37:54.258912  1306 raft_consensus.cc:2804] T 5eaaf15629db4c56b76161d41d933dac P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:37:54.259284  1306 raft_consensus.cc:493] T 5eaaf15629db4c56b76161d41d933dac P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:37:54.259730  1306 raft_consensus.cc:3060] T 5eaaf15629db4c56b76161d41d933dac P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:54.264997  1306 raft_consensus.cc:515] T 5eaaf15629db4c56b76161d41d933dac P 7adbe29aaf54474fbc53928400b490b5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.264878   999 catalog_manager.cc:5696] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd reported cstate change: term changed from 0 to 1, leader changed from <none> to d061534eba6441f6af63fb27419d78bd (127.0.107.194). New cstate: current_term: 1 leader_uuid: "d061534eba6441f6af63fb27419d78bd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } health_report { overall_health: UNKNOWN } } }
I20260608 12:37:54.266907  1306 leader_election.cc:290] T 5eaaf15629db4c56b76161d41d933dac P 7adbe29aaf54474fbc53928400b490b5 [CANDIDATE]: Term 1 election: Requested vote from peers d061534eba6441f6af63fb27419d78bd (127.0.107.194:41205), d1bdf467edf544eca3b332ba976c3658 (127.0.107.195:38417)
I20260608 12:37:54.267980  1252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5eaaf15629db4c56b76161d41d933dac" candidate_uuid: "7adbe29aaf54474fbc53928400b490b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d1bdf467edf544eca3b332ba976c3658"
I20260608 12:37:54.268365  1177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5eaaf15629db4c56b76161d41d933dac" candidate_uuid: "7adbe29aaf54474fbc53928400b490b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d061534eba6441f6af63fb27419d78bd"
I20260608 12:37:54.268517  1252 raft_consensus.cc:3060] T 5eaaf15629db4c56b76161d41d933dac P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:54.268955  1177 raft_consensus.cc:3060] T 5eaaf15629db4c56b76161d41d933dac P d061534eba6441f6af63fb27419d78bd [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:54.275089  1252 raft_consensus.cc:2468] T 5eaaf15629db4c56b76161d41d933dac P d1bdf467edf544eca3b332ba976c3658 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7adbe29aaf54474fbc53928400b490b5 in term 1.
I20260608 12:37:54.275673  1177 raft_consensus.cc:2468] T 5eaaf15629db4c56b76161d41d933dac P d061534eba6441f6af63fb27419d78bd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7adbe29aaf54474fbc53928400b490b5 in term 1.
I20260608 12:37:54.276418  1068 leader_election.cc:304] T 5eaaf15629db4c56b76161d41d933dac P 7adbe29aaf54474fbc53928400b490b5 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7adbe29aaf54474fbc53928400b490b5, d1bdf467edf544eca3b332ba976c3658; no voters: 
I20260608 12:37:54.277199  1306 raft_consensus.cc:2804] T 5eaaf15629db4c56b76161d41d933dac P 7adbe29aaf54474fbc53928400b490b5 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:37:54.278033  1306 raft_consensus.cc:697] T 5eaaf15629db4c56b76161d41d933dac P 7adbe29aaf54474fbc53928400b490b5 [term 1 LEADER]: Becoming Leader. State: Replica: 7adbe29aaf54474fbc53928400b490b5, State: Running, Role: LEADER
I20260608 12:37:54.278671  1306 consensus_queue.cc:237] T 5eaaf15629db4c56b76161d41d933dac P 7adbe29aaf54474fbc53928400b490b5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:54.286188   999 catalog_manager.cc:5696] T 5eaaf15629db4c56b76161d41d933dac P 7adbe29aaf54474fbc53928400b490b5 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7adbe29aaf54474fbc53928400b490b5 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "7adbe29aaf54474fbc53928400b490b5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } health_report { overall_health: UNKNOWN } } }
I20260608 12:37:54.382403  1319 consensus_queue.cc:1048] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:37:54.392894  1103 raft_consensus.cc:3060] T 5e21107e9b5749c5abcfb16db46ca2a3 P 7adbe29aaf54474fbc53928400b490b5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:54.400760  1318 consensus_queue.cc:1048] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:37:54.412878  1252 raft_consensus.cc:3060] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d1bdf467edf544eca3b332ba976c3658 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:54.420240  1318 consensus_queue.cc:1048] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d061534eba6441f6af63fb27419d78bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:37:54.421834  1318 consensus_queue.cc:1048] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:37:54.440112  1301 consensus_queue.cc:1048] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:37:54.443137  1301 consensus_queue.cc:1048] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d061534eba6441f6af63fb27419d78bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:37:54.454170  1301 consensus_queue.cc:1048] T f57ead0d7a094380a5e159c532caf229 P d061534eba6441f6af63fb27419d78bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:37:54.467334   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:37:54.481103  1359 instance_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:37:54.482980  1328 consensus_queue.cc:1048] T f57ead0d7a094380a5e159c532caf229 P d061534eba6441f6af63fb27419d78bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:37:54.492388  1360 instance_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:37:54.499176  1363 instance_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:37:54.499544   431 server_base.cc:1061] running on GCE node
I20260608 12:37:54.501878   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:37:54.502164   431 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:37:54.502394   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922274502374 us; error 0 us; skew 500 ppm
I20260608 12:37:54.503304   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:37:54.506038   431 webserver.cc:533] Webserver started at http://127.0.107.196:42243/ using document root <none> and password file <none>
I20260608 12:37:54.506552   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:37:54.506788   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:37:54.507088   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:37:54.508077   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922266998516-431-0/minicluster-data/ts-3-root/instance:
uuid: "0a99e0680a29441fbe4bca61b24eb477"
format_stamp: "Formatted at 2026-06-08 12:37:54 on dist-test-slave-3g00"
I20260608 12:37:54.512559   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:37:54.515904  1368 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:37:54.516639   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:37:54.516954   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922266998516-431-0/minicluster-data/ts-3-root
uuid: "0a99e0680a29441fbe4bca61b24eb477"
format_stamp: "Formatted at 2026-06-08 12:37:54 on dist-test-slave-3g00"
I20260608 12:37:54.517220   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922266998516-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922266998516-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922266998516-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:37:54.528790   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:37:54.529944   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:37:54.531694   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:37:54.534124   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:37:54.534348   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:54.534587   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:37:54.534744   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:54.580291   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:34153
I20260608 12:37:54.580412  1430 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:34153 every 8 connection(s)
I20260608 12:37:54.600385  1431 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33591
I20260608 12:37:54.600780  1431 heartbeater.cc:461] Registering TS with master...
I20260608 12:37:54.601539  1431 heartbeater.cc:507] Master 127.0.107.254:33591 requested a full tablet report, sending...
I20260608 12:37:54.603402   999 ts_manager.cc:194] Registered new tserver with Master: 0a99e0680a29441fbe4bca61b24eb477 (127.0.107.196:34153)
I20260608 12:37:54.604772   999 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59544
I20260608 12:37:54.652323  1328 consensus_queue.cc:1048] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:37:54.654204  1328 consensus_queue.cc:1048] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:37:54.674418  1305 consensus_queue.cc:1048] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:37:54.684873  1305 consensus_queue.cc:1048] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:37:54.751674  1306 consensus_queue.cc:1048] T 5eaaf15629db4c56b76161d41d933dac P 7adbe29aaf54474fbc53928400b490b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:37:54.763557  1441 consensus_queue.cc:1048] T 5eaaf15629db4c56b76161d41d933dac P 7adbe29aaf54474fbc53928400b490b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:37:54.827364  1318 consensus_queue.cc:1048] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:37:54.837858  1328 consensus_queue.cc:1048] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:37:55.607040  1431 heartbeater.cc:499] Master 127.0.107.254:33591 was elected leader, sending a full tablet report...
I20260608 12:37:56.098810  1054 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:37:56.114953  1177 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "5e21107e9b5749c5abcfb16db46ca2a3"
dest_uuid: "d061534eba6441f6af63fb27419d78bd"
mode: GRACEFUL
new_leader_uuid: "d1bdf467edf544eca3b332ba976c3658"
 from {username='slave'} at 127.0.0.1:60838
I20260608 12:37:56.115514  1177 raft_consensus.cc:606] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd [term 1 LEADER]: Received request to transfer leadership to TS d1bdf467edf544eca3b332ba976c3658
I20260608 12:37:56.118088  1177 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "b74c38ebc89c4eee97bc7d14b25eacf6"
dest_uuid: "d061534eba6441f6af63fb27419d78bd"
mode: GRACEFUL
new_leader_uuid: "7adbe29aaf54474fbc53928400b490b5"
 from {username='slave'} at 127.0.0.1:60838
I20260608 12:37:56.118511  1177 raft_consensus.cc:606] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [term 1 LEADER]: Received request to transfer leadership to TS 7adbe29aaf54474fbc53928400b490b5
I20260608 12:37:56.120754  1177 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "d8bdbb25ff98466eaa40afa30951ccd2"
dest_uuid: "d061534eba6441f6af63fb27419d78bd"
mode: GRACEFUL
new_leader_uuid: "7adbe29aaf54474fbc53928400b490b5"
 from {username='slave'} at 127.0.0.1:60838
I20260608 12:37:56.121251  1177 raft_consensus.cc:606] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd [term 1 LEADER]: Received request to transfer leadership to TS 7adbe29aaf54474fbc53928400b490b5
I20260608 12:37:56.122189  1054 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 3
I20260608 12:37:56.122637  1054 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:37:56.175604  1328 raft_consensus.cc:993] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd: : Instructing follower 7adbe29aaf54474fbc53928400b490b5 to start an election
I20260608 12:37:56.176049  1452 raft_consensus.cc:1081] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [term 1 LEADER]: Signalling peer 7adbe29aaf54474fbc53928400b490b5 to start an election
I20260608 12:37:56.177634  1102 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "b74c38ebc89c4eee97bc7d14b25eacf6"
dest_uuid: "7adbe29aaf54474fbc53928400b490b5"
 from {username='slave'} at 127.0.0.1:47418
I20260608 12:37:56.178077  1102 raft_consensus.cc:493] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:37:56.178334  1102 raft_consensus.cc:3060] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:37:56.182569  1102 raft_consensus.cc:515] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:56.184314  1102 leader_election.cc:290] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5 [CANDIDATE]: Term 2 election: Requested vote from peers d061534eba6441f6af63fb27419d78bd (127.0.107.194:41205), d1bdf467edf544eca3b332ba976c3658 (127.0.107.195:38417)
I20260608 12:37:56.184968  1177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b74c38ebc89c4eee97bc7d14b25eacf6" candidate_uuid: "7adbe29aaf54474fbc53928400b490b5" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "d061534eba6441f6af63fb27419d78bd"
I20260608 12:37:56.185325  1251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b74c38ebc89c4eee97bc7d14b25eacf6" candidate_uuid: "7adbe29aaf54474fbc53928400b490b5" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "d1bdf467edf544eca3b332ba976c3658"
I20260608 12:37:56.185515  1177 raft_consensus.cc:3055] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:37:56.185822  1251 raft_consensus.cc:3060] T b74c38ebc89c4eee97bc7d14b25eacf6 P d1bdf467edf544eca3b332ba976c3658 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:37:56.185837  1177 raft_consensus.cc:740] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [term 1 LEADER]: Becoming Follower/Learner. State: Replica: d061534eba6441f6af63fb27419d78bd, State: Running, Role: LEADER
I20260608 12:37:56.186746  1177 consensus_queue.cc:260] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [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: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:56.187620  1177 raft_consensus.cc:3060] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:37:56.190164  1251 raft_consensus.cc:2468] T b74c38ebc89c4eee97bc7d14b25eacf6 P d1bdf467edf544eca3b332ba976c3658 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7adbe29aaf54474fbc53928400b490b5 in term 2.
I20260608 12:37:56.191180  1068 leader_election.cc:304] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5 [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: 7adbe29aaf54474fbc53928400b490b5, d1bdf467edf544eca3b332ba976c3658; no voters: 
I20260608 12:37:56.192035  1448 raft_consensus.cc:2804] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:37:56.192111  1177 raft_consensus.cc:2468] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7adbe29aaf54474fbc53928400b490b5 in term 2.
I20260608 12:37:56.193006  1448 raft_consensus.cc:697] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5 [term 2 LEADER]: Becoming Leader. State: Replica: 7adbe29aaf54474fbc53928400b490b5, State: Running, Role: LEADER
I20260608 12:37:56.193842  1448 consensus_queue.cc:237] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5 [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: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:56.200377   999 catalog_manager.cc:5696] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5 reported cstate change: term changed from 1 to 2, leader changed from d061534eba6441f6af63fb27419d78bd (127.0.107.194) to 7adbe29aaf54474fbc53928400b490b5 (127.0.107.193). New cstate: current_term: 2 leader_uuid: "7adbe29aaf54474fbc53928400b490b5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } health_report { overall_health: UNKNOWN } } }
I20260608 12:37:56.381260  1328 raft_consensus.cc:993] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd: : Instructing follower 7adbe29aaf54474fbc53928400b490b5 to start an election
I20260608 12:37:56.381664  1452 raft_consensus.cc:1081] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd [term 1 LEADER]: Signalling peer 7adbe29aaf54474fbc53928400b490b5 to start an election
I20260608 12:37:56.383106  1102 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "d8bdbb25ff98466eaa40afa30951ccd2"
dest_uuid: "7adbe29aaf54474fbc53928400b490b5"
 from {username='slave'} at 127.0.0.1:47418
I20260608 12:37:56.383590  1102 raft_consensus.cc:493] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:37:56.383857  1102 raft_consensus.cc:3060] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:37:56.388012  1102 raft_consensus.cc:515] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:56.389572  1102 leader_election.cc:290] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5 [CANDIDATE]: Term 2 election: Requested vote from peers d061534eba6441f6af63fb27419d78bd (127.0.107.194:41205), d1bdf467edf544eca3b332ba976c3658 (127.0.107.195:38417)
I20260608 12:37:56.390232  1177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d8bdbb25ff98466eaa40afa30951ccd2" candidate_uuid: "7adbe29aaf54474fbc53928400b490b5" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "d061534eba6441f6af63fb27419d78bd"
I20260608 12:37:56.390600  1251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d8bdbb25ff98466eaa40afa30951ccd2" candidate_uuid: "7adbe29aaf54474fbc53928400b490b5" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "d1bdf467edf544eca3b332ba976c3658"
I20260608 12:37:56.390816  1177 raft_consensus.cc:3055] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:37:56.391139  1251 raft_consensus.cc:3060] T d8bdbb25ff98466eaa40afa30951ccd2 P d1bdf467edf544eca3b332ba976c3658 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:37:56.391183  1177 raft_consensus.cc:740] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd [term 1 LEADER]: Becoming Follower/Learner. State: Replica: d061534eba6441f6af63fb27419d78bd, State: Running, Role: LEADER
I20260608 12:37:56.392171  1177 consensus_queue.cc:260] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd [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: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:56.393378  1177 raft_consensus.cc:3060] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:37:56.397619  1251 raft_consensus.cc:2468] T d8bdbb25ff98466eaa40afa30951ccd2 P d1bdf467edf544eca3b332ba976c3658 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7adbe29aaf54474fbc53928400b490b5 in term 2.
I20260608 12:37:56.398772  1068 leader_election.cc:304] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5 [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: 7adbe29aaf54474fbc53928400b490b5, d1bdf467edf544eca3b332ba976c3658; no voters: 
I20260608 12:37:56.399487  1177 raft_consensus.cc:2468] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7adbe29aaf54474fbc53928400b490b5 in term 2.
I20260608 12:37:56.399551  1448 raft_consensus.cc:2804] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:37:56.400169  1448 raft_consensus.cc:697] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5 [term 2 LEADER]: Becoming Leader. State: Replica: 7adbe29aaf54474fbc53928400b490b5, State: Running, Role: LEADER
I20260608 12:37:56.400947  1448 consensus_queue.cc:237] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5 [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: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:56.407915   999 catalog_manager.cc:5696] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5 reported cstate change: term changed from 1 to 2, leader changed from d061534eba6441f6af63fb27419d78bd (127.0.107.194) to 7adbe29aaf54474fbc53928400b490b5 (127.0.107.193). New cstate: current_term: 2 leader_uuid: "7adbe29aaf54474fbc53928400b490b5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } health_report { overall_health: UNKNOWN } } }
I20260608 12:37:56.605105  1177 raft_consensus.cc:1275] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [term 2 FOLLOWER]: Refusing update from remote peer 7adbe29aaf54474fbc53928400b490b5: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:37:56.606262  1448 consensus_queue.cc:1048] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:37:56.618618  1251 raft_consensus.cc:1275] T b74c38ebc89c4eee97bc7d14b25eacf6 P d1bdf467edf544eca3b332ba976c3658 [term 2 FOLLOWER]: Refusing update from remote peer 7adbe29aaf54474fbc53928400b490b5: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:37:56.620033  1453 consensus_queue.cc:1048] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:37:56.668262  1328 raft_consensus.cc:993] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd: : Instructing follower d1bdf467edf544eca3b332ba976c3658 to start an election
I20260608 12:37:56.668671  1452 raft_consensus.cc:1081] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd [term 1 LEADER]: Signalling peer d1bdf467edf544eca3b332ba976c3658 to start an election
I20260608 12:37:56.670193  1251 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "5e21107e9b5749c5abcfb16db46ca2a3"
dest_uuid: "d1bdf467edf544eca3b332ba976c3658"
 from {username='slave'} at 127.0.0.1:60578
I20260608 12:37:56.670674  1251 raft_consensus.cc:493] T 5e21107e9b5749c5abcfb16db46ca2a3 P d1bdf467edf544eca3b332ba976c3658 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:37:56.670977  1251 raft_consensus.cc:3060] T 5e21107e9b5749c5abcfb16db46ca2a3 P d1bdf467edf544eca3b332ba976c3658 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:37:56.675318  1251 raft_consensus.cc:515] T 5e21107e9b5749c5abcfb16db46ca2a3 P d1bdf467edf544eca3b332ba976c3658 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:56.676988  1251 leader_election.cc:290] T 5e21107e9b5749c5abcfb16db46ca2a3 P d1bdf467edf544eca3b332ba976c3658 [CANDIDATE]: Term 2 election: Requested vote from peers d061534eba6441f6af63fb27419d78bd (127.0.107.194:41205), 7adbe29aaf54474fbc53928400b490b5 (127.0.107.193:37149)
I20260608 12:37:56.677695  1177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5e21107e9b5749c5abcfb16db46ca2a3" candidate_uuid: "d1bdf467edf544eca3b332ba976c3658" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "d061534eba6441f6af63fb27419d78bd"
I20260608 12:37:56.678103  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5e21107e9b5749c5abcfb16db46ca2a3" candidate_uuid: "d1bdf467edf544eca3b332ba976c3658" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "7adbe29aaf54474fbc53928400b490b5"
I20260608 12:37:56.678304  1177 raft_consensus.cc:3055] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:37:56.678658  1102 raft_consensus.cc:3060] T 5e21107e9b5749c5abcfb16db46ca2a3 P 7adbe29aaf54474fbc53928400b490b5 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:37:56.678664  1177 raft_consensus.cc:740] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd [term 1 LEADER]: Becoming Follower/Learner. State: Replica: d061534eba6441f6af63fb27419d78bd, State: Running, Role: LEADER
I20260608 12:37:56.679709  1177 consensus_queue.cc:260] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd [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: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:56.680953  1177 raft_consensus.cc:3060] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:37:56.685213  1102 raft_consensus.cc:2468] T 5e21107e9b5749c5abcfb16db46ca2a3 P 7adbe29aaf54474fbc53928400b490b5 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d1bdf467edf544eca3b332ba976c3658 in term 2.
I20260608 12:37:56.686487  1217 leader_election.cc:304] T 5e21107e9b5749c5abcfb16db46ca2a3 P d1bdf467edf544eca3b332ba976c3658 [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: 7adbe29aaf54474fbc53928400b490b5, d1bdf467edf544eca3b332ba976c3658; no voters: 
I20260608 12:37:56.686762  1177 raft_consensus.cc:2468] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d1bdf467edf544eca3b332ba976c3658 in term 2.
I20260608 12:37:56.687196  1449 raft_consensus.cc:2804] T 5e21107e9b5749c5abcfb16db46ca2a3 P d1bdf467edf544eca3b332ba976c3658 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:37:56.688434  1449 raft_consensus.cc:697] T 5e21107e9b5749c5abcfb16db46ca2a3 P d1bdf467edf544eca3b332ba976c3658 [term 2 LEADER]: Becoming Leader. State: Replica: d1bdf467edf544eca3b332ba976c3658, State: Running, Role: LEADER
I20260608 12:37:56.689245  1449 consensus_queue.cc:237] T 5e21107e9b5749c5abcfb16db46ca2a3 P d1bdf467edf544eca3b332ba976c3658 [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: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } }
I20260608 12:37:56.695858  1000 catalog_manager.cc:5696] T 5e21107e9b5749c5abcfb16db46ca2a3 P d1bdf467edf544eca3b332ba976c3658 reported cstate change: term changed from 1 to 2, leader changed from d061534eba6441f6af63fb27419d78bd (127.0.107.194) to d1bdf467edf544eca3b332ba976c3658 (127.0.107.195). New cstate: current_term: 2 leader_uuid: "d1bdf467edf544eca3b332ba976c3658" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } health_report { overall_health: HEALTHY } } }
I20260608 12:37:56.854594  1251 raft_consensus.cc:1275] T d8bdbb25ff98466eaa40afa30951ccd2 P d1bdf467edf544eca3b332ba976c3658 [term 2 FOLLOWER]: Refusing update from remote peer 7adbe29aaf54474fbc53928400b490b5: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:37:56.855899  1453 consensus_queue.cc:1048] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:37:56.866679  1177 raft_consensus.cc:1275] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd [term 2 FOLLOWER]: Refusing update from remote peer 7adbe29aaf54474fbc53928400b490b5: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:37:56.868300  1463 consensus_queue.cc:1048] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:37:57.098907  1102 raft_consensus.cc:1275] T 5e21107e9b5749c5abcfb16db46ca2a3 P 7adbe29aaf54474fbc53928400b490b5 [term 2 FOLLOWER]: Refusing update from remote peer d1bdf467edf544eca3b332ba976c3658: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:37:57.100121  1449 consensus_queue.cc:1048] T 5e21107e9b5749c5abcfb16db46ca2a3 P d1bdf467edf544eca3b332ba976c3658 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:37:57.111898  1177 raft_consensus.cc:1275] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd [term 2 FOLLOWER]: Refusing update from remote peer d1bdf467edf544eca3b332ba976c3658: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:37:57.113410  1471 consensus_queue.cc:1048] T 5e21107e9b5749c5abcfb16db46ca2a3 P d1bdf467edf544eca3b332ba976c3658 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:37:58.123660  1054 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:37:58.130934  1054 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:37:58.131378  1054 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:00.126015  1102 consensus_queue.cc:237] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5 [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: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } attrs { replace: true } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } } peers { permanent_uuid: "0a99e0680a29441fbe4bca61b24eb477" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34153 } attrs { promote: true } }
I20260608 12:38:00.132352  1054 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:00.133014  1251 raft_consensus.cc:1275] T d8bdbb25ff98466eaa40afa30951ccd2 P d1bdf467edf544eca3b332ba976c3658 [term 2 FOLLOWER]: Refusing update from remote peer 7adbe29aaf54474fbc53928400b490b5: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:38:00.136768  1177 raft_consensus.cc:1275] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd [term 2 FOLLOWER]: Refusing update from remote peer 7adbe29aaf54474fbc53928400b490b5: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:38:00.138657  1478 consensus_queue.cc:1048] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } 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:38:00.139753  1453 consensus_queue.cc:1048] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:38:00.141211  1054 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:00.141963  1054 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:38:00.154557  1068 consensus_peers.cc:597] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5 -> Peer 0a99e0680a29441fbe4bca61b24eb477 (127.0.107.196:34153): Couldn't send request to peer 0a99e0680a29441fbe4bca61b24eb477. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: d8bdbb25ff98466eaa40afa30951ccd2. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:00.156983  1453 raft_consensus.cc:2955] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 0a99e0680a29441fbe4bca61b24eb477 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } attrs { replace: true } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } } peers { permanent_uuid: "0a99e0680a29441fbe4bca61b24eb477" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34153 } attrs { promote: true } } }
I20260608 12:38:00.158481  1251 raft_consensus.cc:2955] T d8bdbb25ff98466eaa40afa30951ccd2 P d1bdf467edf544eca3b332ba976c3658 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 0a99e0680a29441fbe4bca61b24eb477 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } attrs { replace: true } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } } peers { permanent_uuid: "0a99e0680a29441fbe4bca61b24eb477" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34153 } attrs { promote: true } } }
I20260608 12:38:00.161823  1177 raft_consensus.cc:2955] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 0a99e0680a29441fbe4bca61b24eb477 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } attrs { replace: true } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } } peers { permanent_uuid: "0a99e0680a29441fbe4bca61b24eb477" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34153 } attrs { promote: true } } }
I20260608 12:38:00.171000  1102 consensus_queue.cc:237] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5 [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: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } attrs { replace: true } } peers { permanent_uuid: "0a99e0680a29441fbe4bca61b24eb477" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34153 } attrs { promote: true } }
I20260608 12:38:00.170718   999 catalog_manager.cc:5696] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5 reported cstate change: config changed from index -1 to 3, NON_VOTER 0a99e0680a29441fbe4bca61b24eb477 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "7adbe29aaf54474fbc53928400b490b5" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0a99e0680a29441fbe4bca61b24eb477" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34153 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:38:00.178598  1251 raft_consensus.cc:1275] T b74c38ebc89c4eee97bc7d14b25eacf6 P d1bdf467edf544eca3b332ba976c3658 [term 2 FOLLOWER]: Refusing update from remote peer 7adbe29aaf54474fbc53928400b490b5: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
W20260608 12:38:00.179159  1068 consensus_peers.cc:597] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5 -> Peer 0a99e0680a29441fbe4bca61b24eb477 (127.0.107.196:34153): Couldn't send request to peer 0a99e0680a29441fbe4bca61b24eb477. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b74c38ebc89c4eee97bc7d14b25eacf6. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:00.180596  1177 raft_consensus.cc:1275] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [term 2 FOLLOWER]: Refusing update from remote peer 7adbe29aaf54474fbc53928400b490b5: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:38:00.180598  1478 consensus_queue.cc:1048] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } 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:38:00.182155  1453 consensus_queue.cc:1048] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:38:00.192354  1478 raft_consensus.cc:2955] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 0a99e0680a29441fbe4bca61b24eb477 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } attrs { replace: true } } peers { permanent_uuid: "0a99e0680a29441fbe4bca61b24eb477" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34153 } attrs { promote: true } } }
I20260608 12:38:00.205610  1177 raft_consensus.cc:2955] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 0a99e0680a29441fbe4bca61b24eb477 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } attrs { replace: true } } peers { permanent_uuid: "0a99e0680a29441fbe4bca61b24eb477" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34153 } attrs { promote: true } } }
I20260608 12:38:00.210935  1000 catalog_manager.cc:5696] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5 reported cstate change: config changed from index -1 to 3, NON_VOTER 0a99e0680a29441fbe4bca61b24eb477 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "7adbe29aaf54474fbc53928400b490b5" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0a99e0680a29441fbe4bca61b24eb477" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34153 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:38:00.200784  1251 raft_consensus.cc:2955] T b74c38ebc89c4eee97bc7d14b25eacf6 P d1bdf467edf544eca3b332ba976c3658 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 0a99e0680a29441fbe4bca61b24eb477 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } attrs { replace: true } } peers { permanent_uuid: "0a99e0680a29441fbe4bca61b24eb477" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34153 } attrs { promote: true } } }
I20260608 12:38:00.227207  1177 consensus_queue.cc:237] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd [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: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } attrs { replace: true } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } } peers { permanent_uuid: "0a99e0680a29441fbe4bca61b24eb477" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34153 } attrs { promote: true } }
I20260608 12:38:00.237607  1251 raft_consensus.cc:1275] T faea8c1de3d148fd914155a6486b2a86 P d1bdf467edf544eca3b332ba976c3658 [term 1 FOLLOWER]: Refusing update from remote peer d061534eba6441f6af63fb27419d78bd: 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:00.237876  1102 raft_consensus.cc:1275] T faea8c1de3d148fd914155a6486b2a86 P 7adbe29aaf54474fbc53928400b490b5 [term 1 FOLLOWER]: Refusing update from remote peer d061534eba6441f6af63fb27419d78bd: 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:00.239254  1494 consensus_queue.cc:1048] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } 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:00.240342  1452 consensus_queue.cc:1048] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:38:00.247047  1143 consensus_peers.cc:597] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd -> Peer 0a99e0680a29441fbe4bca61b24eb477 (127.0.107.196:34153): Couldn't send request to peer 0a99e0680a29441fbe4bca61b24eb477. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: faea8c1de3d148fd914155a6486b2a86. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:00.250702  1494 raft_consensus.cc:2955] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 0a99e0680a29441fbe4bca61b24eb477 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } attrs { replace: true } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } } peers { permanent_uuid: "0a99e0680a29441fbe4bca61b24eb477" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34153 } attrs { promote: true } } }
I20260608 12:38:00.252867  1251 raft_consensus.cc:2955] T faea8c1de3d148fd914155a6486b2a86 P d1bdf467edf544eca3b332ba976c3658 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 0a99e0680a29441fbe4bca61b24eb477 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } attrs { replace: true } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } } peers { permanent_uuid: "0a99e0680a29441fbe4bca61b24eb477" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34153 } attrs { promote: true } } }
I20260608 12:38:00.253492  1102 raft_consensus.cc:2955] T faea8c1de3d148fd914155a6486b2a86 P 7adbe29aaf54474fbc53928400b490b5 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 0a99e0680a29441fbe4bca61b24eb477 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } attrs { replace: true } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } } peers { permanent_uuid: "0a99e0680a29441fbe4bca61b24eb477" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34153 } attrs { promote: true } } }
I20260608 12:38:00.263502   999 catalog_manager.cc:5696] T faea8c1de3d148fd914155a6486b2a86 P 7adbe29aaf54474fbc53928400b490b5 reported cstate change: config changed from index -1 to 2, NON_VOTER 0a99e0680a29441fbe4bca61b24eb477 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "d061534eba6441f6af63fb27419d78bd" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } attrs { replace: true } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } } peers { permanent_uuid: "0a99e0680a29441fbe4bca61b24eb477" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34153 } attrs { promote: true } } }
I20260608 12:38:00.280951  1251 consensus_queue.cc:237] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658 [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: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } attrs { replace: true } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } } peers { permanent_uuid: "0a99e0680a29441fbe4bca61b24eb477" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34153 } attrs { promote: true } }
I20260608 12:38:00.288560  1177 raft_consensus.cc:1275] T 9b25954c6b844fdf8c91a8515abd1462 P d061534eba6441f6af63fb27419d78bd [term 1 FOLLOWER]: Refusing update from remote peer d1bdf467edf544eca3b332ba976c3658: 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:00.290241  1502 consensus_queue.cc:1048] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:38:00.290520  1102 raft_consensus.cc:1275] T 9b25954c6b844fdf8c91a8515abd1462 P 7adbe29aaf54474fbc53928400b490b5 [term 1 FOLLOWER]: Refusing update from remote peer d1bdf467edf544eca3b332ba976c3658: 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:00.291760  1471 consensus_queue.cc:1048] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } 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:00.300261  1471 raft_consensus.cc:2955] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 0a99e0680a29441fbe4bca61b24eb477 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } attrs { replace: true } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } } peers { permanent_uuid: "0a99e0680a29441fbe4bca61b24eb477" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34153 } attrs { promote: true } } }
I20260608 12:38:00.302052  1177 raft_consensus.cc:2955] T 9b25954c6b844fdf8c91a8515abd1462 P d061534eba6441f6af63fb27419d78bd [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 0a99e0680a29441fbe4bca61b24eb477 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } attrs { replace: true } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } } peers { permanent_uuid: "0a99e0680a29441fbe4bca61b24eb477" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34153 } attrs { promote: true } } }
W20260608 12:38:00.305631  1217 consensus_peers.cc:597] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658 -> Peer 0a99e0680a29441fbe4bca61b24eb477 (127.0.107.196:34153): Couldn't send request to peer 0a99e0680a29441fbe4bca61b24eb477. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 9b25954c6b844fdf8c91a8515abd1462. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:00.306216  1102 raft_consensus.cc:2955] T 9b25954c6b844fdf8c91a8515abd1462 P 7adbe29aaf54474fbc53928400b490b5 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 0a99e0680a29441fbe4bca61b24eb477 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } attrs { replace: true } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } } peers { permanent_uuid: "0a99e0680a29441fbe4bca61b24eb477" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34153 } attrs { promote: true } } }
I20260608 12:38:00.314194   998 catalog_manager.cc:5696] T 9b25954c6b844fdf8c91a8515abd1462 P d061534eba6441f6af63fb27419d78bd reported cstate change: config changed from index -1 to 2, NON_VOTER 0a99e0680a29441fbe4bca61b24eb477 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "d1bdf467edf544eca3b332ba976c3658" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } attrs { replace: true } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } } peers { permanent_uuid: "0a99e0680a29441fbe4bca61b24eb477" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34153 } attrs { promote: true } } }
I20260608 12:38:00.571293  1507 ts_tablet_manager.cc:933] T b74c38ebc89c4eee97bc7d14b25eacf6 P 0a99e0680a29441fbe4bca61b24eb477: Initiating tablet copy from peer 7adbe29aaf54474fbc53928400b490b5 (127.0.107.193:37149)
I20260608 12:38:00.573590  1507 tablet_copy_client.cc:323] T b74c38ebc89c4eee97bc7d14b25eacf6 P 0a99e0680a29441fbe4bca61b24eb477: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:37149
I20260608 12:38:00.577845  1510 ts_tablet_manager.cc:933] T d8bdbb25ff98466eaa40afa30951ccd2 P 0a99e0680a29441fbe4bca61b24eb477: Initiating tablet copy from peer 7adbe29aaf54474fbc53928400b490b5 (127.0.107.193:37149)
I20260608 12:38:00.580835  1510 tablet_copy_client.cc:323] T d8bdbb25ff98466eaa40afa30951ccd2 P 0a99e0680a29441fbe4bca61b24eb477: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:37149
I20260608 12:38:00.587327  1112 tablet_copy_service.cc:140] P 7adbe29aaf54474fbc53928400b490b5: Received BeginTabletCopySession request for tablet d8bdbb25ff98466eaa40afa30951ccd2 from peer 0a99e0680a29441fbe4bca61b24eb477 ({username='slave'} at 127.0.0.1:47456)
I20260608 12:38:00.587261  1113 tablet_copy_service.cc:140] P 7adbe29aaf54474fbc53928400b490b5: Received BeginTabletCopySession request for tablet b74c38ebc89c4eee97bc7d14b25eacf6 from peer 0a99e0680a29441fbe4bca61b24eb477 ({username='slave'} at 127.0.0.1:47456)
I20260608 12:38:00.588092  1112 tablet_copy_service.cc:161] P 7adbe29aaf54474fbc53928400b490b5: Beginning new tablet copy session on tablet d8bdbb25ff98466eaa40afa30951ccd2 from peer 0a99e0680a29441fbe4bca61b24eb477 at {username='slave'} at 127.0.0.1:47456: session id = 0a99e0680a29441fbe4bca61b24eb477-d8bdbb25ff98466eaa40afa30951ccd2
I20260608 12:38:00.588840  1113 tablet_copy_service.cc:161] P 7adbe29aaf54474fbc53928400b490b5: Beginning new tablet copy session on tablet b74c38ebc89c4eee97bc7d14b25eacf6 from peer 0a99e0680a29441fbe4bca61b24eb477 at {username='slave'} at 127.0.0.1:47456: session id = 0a99e0680a29441fbe4bca61b24eb477-b74c38ebc89c4eee97bc7d14b25eacf6
I20260608 12:38:00.594035  1112 tablet_copy_source_session.cc:215] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:38:00.596369  1113 tablet_copy_source_session.cc:215] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:38:00.597539  1510 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d8bdbb25ff98466eaa40afa30951ccd2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:00.599614  1507 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b74c38ebc89c4eee97bc7d14b25eacf6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:00.609294  1510 tablet_copy_client.cc:806] T d8bdbb25ff98466eaa40afa30951ccd2 P 0a99e0680a29441fbe4bca61b24eb477: tablet copy: Starting download of 0 data blocks...
I20260608 12:38:00.609982  1510 tablet_copy_client.cc:670] T d8bdbb25ff98466eaa40afa30951ccd2 P 0a99e0680a29441fbe4bca61b24eb477: tablet copy: Starting download of 1 WAL segments...
I20260608 12:38:00.613161   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:38:00.614393  1507 tablet_copy_client.cc:806] T b74c38ebc89c4eee97bc7d14b25eacf6 P 0a99e0680a29441fbe4bca61b24eb477: tablet copy: Starting download of 0 data blocks...
I20260608 12:38:00.615936  1507 tablet_copy_client.cc:670] T b74c38ebc89c4eee97bc7d14b25eacf6 P 0a99e0680a29441fbe4bca61b24eb477: tablet copy: Starting download of 1 WAL segments...
I20260608 12:38:00.619484  1510 tablet_copy_client.cc:538] T d8bdbb25ff98466eaa40afa30951ccd2 P 0a99e0680a29441fbe4bca61b24eb477: tablet copy: Tablet Copy complete. Replacing tablet superblock.
W20260608 12:38:00.619501  1217 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 5 similar messages]
I20260608 12:38:00.632454  1510 tablet_bootstrap.cc:492] T d8bdbb25ff98466eaa40afa30951ccd2 P 0a99e0680a29441fbe4bca61b24eb477: Bootstrap starting.
I20260608 12:38:00.634653   431 tablet_copy_service.cc:362] P 7adbe29aaf54474fbc53928400b490b5: Destroying tablet copy session 0a99e0680a29441fbe4bca61b24eb477-b74c38ebc89c4eee97bc7d14b25eacf6 due to service shutdown
I20260608 12:38:00.635105   431 tablet_copy_service.cc:434] P 7adbe29aaf54474fbc53928400b490b5: ending tablet copy session 0a99e0680a29441fbe4bca61b24eb477-b74c38ebc89c4eee97bc7d14b25eacf6 on tablet b74c38ebc89c4eee97bc7d14b25eacf6 with peer 0a99e0680a29441fbe4bca61b24eb477
I20260608 12:38:00.635723   431 tablet_copy_service.cc:362] P 7adbe29aaf54474fbc53928400b490b5: Destroying tablet copy session 0a99e0680a29441fbe4bca61b24eb477-d8bdbb25ff98466eaa40afa30951ccd2 due to service shutdown
I20260608 12:38:00.636008   431 tablet_copy_service.cc:434] P 7adbe29aaf54474fbc53928400b490b5: ending tablet copy session 0a99e0680a29441fbe4bca61b24eb477-d8bdbb25ff98466eaa40afa30951ccd2 on tablet d8bdbb25ff98466eaa40afa30951ccd2 with peer 0a99e0680a29441fbe4bca61b24eb477
I20260608 12:38:00.671923  1510 tablet_bootstrap.cc:492] T d8bdbb25ff98466eaa40afa30951ccd2 P 0a99e0680a29441fbe4bca61b24eb477: 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:38:00.673269  1510 tablet_bootstrap.cc:492] T d8bdbb25ff98466eaa40afa30951ccd2 P 0a99e0680a29441fbe4bca61b24eb477: Bootstrap complete.
I20260608 12:38:00.674078  1510 ts_tablet_manager.cc:1403] T d8bdbb25ff98466eaa40afa30951ccd2 P 0a99e0680a29441fbe4bca61b24eb477: Time spent bootstrapping tablet: real 0.042s	user 0.038s	sys 0.001s
I20260608 12:38:00.677950  1510 raft_consensus.cc:359] T d8bdbb25ff98466eaa40afa30951ccd2 P 0a99e0680a29441fbe4bca61b24eb477 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } attrs { replace: true } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } } peers { permanent_uuid: "0a99e0680a29441fbe4bca61b24eb477" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34153 } attrs { promote: true } }
I20260608 12:38:00.678885  1510 raft_consensus.cc:740] T d8bdbb25ff98466eaa40afa30951ccd2 P 0a99e0680a29441fbe4bca61b24eb477 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 0a99e0680a29441fbe4bca61b24eb477, State: Initialized, Role: LEARNER
I20260608 12:38:00.679700  1510 consensus_queue.cc:260] T d8bdbb25ff98466eaa40afa30951ccd2 P 0a99e0680a29441fbe4bca61b24eb477 [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: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } attrs { replace: true } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } } peers { permanent_uuid: "0a99e0680a29441fbe4bca61b24eb477" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34153 } attrs { promote: true } }
W20260608 12:38:00.685907  1217 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:37149, user_credentials={real_user=slave}} blocked reactor thread for 66410.8us
W20260608 12:38:00.688498  1217 consensus_peers.cc:597] T 5e21107e9b5749c5abcfb16db46ca2a3 P d1bdf467edf544eca3b332ba976c3658 -> Peer 7adbe29aaf54474fbc53928400b490b5 (127.0.107.193:37149): Couldn't send request to peer 7adbe29aaf54474fbc53928400b490b5. 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:00.689996  1514 ts_tablet_manager.cc:933] T faea8c1de3d148fd914155a6486b2a86 P 0a99e0680a29441fbe4bca61b24eb477: Initiating tablet copy from peer d061534eba6441f6af63fb27419d78bd (127.0.107.194:41205)
I20260608 12:38:00.692647  1510 ts_tablet_manager.cc:1434] T d8bdbb25ff98466eaa40afa30951ccd2 P 0a99e0680a29441fbe4bca61b24eb477: Time spent starting tablet: real 0.018s	user 0.012s	sys 0.005s
I20260608 12:38:00.692058  1514 tablet_copy_client.cc:323] T faea8c1de3d148fd914155a6486b2a86 P 0a99e0680a29441fbe4bca61b24eb477: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:41205
I20260608 12:38:00.695822   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:00.697032   431 tablet_replica.cc:333] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5: stopping tablet replica
I20260608 12:38:00.697643   431 raft_consensus.cc:2243] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:38:00.698542   431 raft_consensus.cc:2272] T b74c38ebc89c4eee97bc7d14b25eacf6 P 7adbe29aaf54474fbc53928400b490b5 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:00.702968   431 tablet_replica.cc:333] T 5eaaf15629db4c56b76161d41d933dac P 7adbe29aaf54474fbc53928400b490b5: stopping tablet replica
I20260608 12:38:00.703773   431 raft_consensus.cc:2243] T 5eaaf15629db4c56b76161d41d933dac P 7adbe29aaf54474fbc53928400b490b5 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:00.704747   431 raft_consensus.cc:2272] T 5eaaf15629db4c56b76161d41d933dac P 7adbe29aaf54474fbc53928400b490b5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:00.707598   431 tablet_replica.cc:333] T f57ead0d7a094380a5e159c532caf229 P 7adbe29aaf54474fbc53928400b490b5: stopping tablet replica
I20260608 12:38:00.708395   431 raft_consensus.cc:2243] T f57ead0d7a094380a5e159c532caf229 P 7adbe29aaf54474fbc53928400b490b5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:00.709009   431 raft_consensus.cc:2272] T f57ead0d7a094380a5e159c532caf229 P 7adbe29aaf54474fbc53928400b490b5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:00.709134  1188 tablet_copy_service.cc:140] P d061534eba6441f6af63fb27419d78bd: Received BeginTabletCopySession request for tablet faea8c1de3d148fd914155a6486b2a86 from peer 0a99e0680a29441fbe4bca61b24eb477 ({username='slave'} at 127.0.0.1:42624)
I20260608 12:38:00.709813  1188 tablet_copy_service.cc:161] P d061534eba6441f6af63fb27419d78bd: Beginning new tablet copy session on tablet faea8c1de3d148fd914155a6486b2a86 from peer 0a99e0680a29441fbe4bca61b24eb477 at {username='slave'} at 127.0.0.1:42624: session id = 0a99e0680a29441fbe4bca61b24eb477-faea8c1de3d148fd914155a6486b2a86
I20260608 12:38:00.711407   431 tablet_replica.cc:333] T 5e21107e9b5749c5abcfb16db46ca2a3 P 7adbe29aaf54474fbc53928400b490b5: stopping tablet replica
I20260608 12:38:00.711894   431 raft_consensus.cc:2243] T 5e21107e9b5749c5abcfb16db46ca2a3 P 7adbe29aaf54474fbc53928400b490b5 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:00.712267   431 raft_consensus.cc:2272] T 5e21107e9b5749c5abcfb16db46ca2a3 P 7adbe29aaf54474fbc53928400b490b5 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:00.714577   431 tablet_replica.cc:333] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5: stopping tablet replica
I20260608 12:38:00.715155   431 raft_consensus.cc:2243] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:38:00.715970   431 raft_consensus.cc:2272] T d8bdbb25ff98466eaa40afa30951ccd2 P 7adbe29aaf54474fbc53928400b490b5 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:00.717226  1188 tablet_copy_source_session.cc:215] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:38:00.718159   431 tablet_replica.cc:333] T 9b25954c6b844fdf8c91a8515abd1462 P 7adbe29aaf54474fbc53928400b490b5: stopping tablet replica
I20260608 12:38:00.718873   431 raft_consensus.cc:2243] T 9b25954c6b844fdf8c91a8515abd1462 P 7adbe29aaf54474fbc53928400b490b5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:00.719372   431 raft_consensus.cc:2272] T 9b25954c6b844fdf8c91a8515abd1462 P 7adbe29aaf54474fbc53928400b490b5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:00.720718  1514 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet faea8c1de3d148fd914155a6486b2a86. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:00.721582   431 tablet_replica.cc:333] T faea8c1de3d148fd914155a6486b2a86 P 7adbe29aaf54474fbc53928400b490b5: stopping tablet replica
I20260608 12:38:00.722101   431 raft_consensus.cc:2243] T faea8c1de3d148fd914155a6486b2a86 P 7adbe29aaf54474fbc53928400b490b5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:00.722529   431 raft_consensus.cc:2272] T faea8c1de3d148fd914155a6486b2a86 P 7adbe29aaf54474fbc53928400b490b5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:00.724643   431 tablet_replica.cc:333] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P 7adbe29aaf54474fbc53928400b490b5: stopping tablet replica
I20260608 12:38:00.725127   431 raft_consensus.cc:2243] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P 7adbe29aaf54474fbc53928400b490b5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:00.725524   431 raft_consensus.cc:2272] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P 7adbe29aaf54474fbc53928400b490b5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:00.739992  1514 tablet_copy_client.cc:806] T faea8c1de3d148fd914155a6486b2a86 P 0a99e0680a29441fbe4bca61b24eb477: tablet copy: Starting download of 0 data blocks...
I20260608 12:38:00.740693  1514 tablet_copy_client.cc:670] T faea8c1de3d148fd914155a6486b2a86 P 0a99e0680a29441fbe4bca61b24eb477: tablet copy: Starting download of 1 WAL segments...
W20260608 12:38:00.743384  1143 consensus_peers.cc:597] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d061534eba6441f6af63fb27419d78bd -> Peer 7adbe29aaf54474fbc53928400b490b5 (127.0.107.193:37149): Couldn't send request to peer 7adbe29aaf54474fbc53928400b490b5. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
W20260608 12:38:00.746518  1510 tablet_copy_client.cc:1131] T d8bdbb25ff98466eaa40afa30951ccd2 P 0a99e0680a29441fbe4bca61b24eb477: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.107.193:37149: connect: Connection refused (error 111)
I20260608 12:38:00.750499  1514 tablet_copy_client.cc:538] T faea8c1de3d148fd914155a6486b2a86 P 0a99e0680a29441fbe4bca61b24eb477: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:38:00.752769   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:38:00.754249  1510 ts_tablet_manager.cc:933] T 9b25954c6b844fdf8c91a8515abd1462 P 0a99e0680a29441fbe4bca61b24eb477: Initiating tablet copy from peer d1bdf467edf544eca3b332ba976c3658 (127.0.107.195:38417)
I20260608 12:38:00.761379  1514 tablet_bootstrap.cc:492] T faea8c1de3d148fd914155a6486b2a86 P 0a99e0680a29441fbe4bca61b24eb477: Bootstrap starting.
I20260608 12:38:00.762537  1510 tablet_copy_client.cc:323] T 9b25954c6b844fdf8c91a8515abd1462 P 0a99e0680a29441fbe4bca61b24eb477: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:38417
W20260608 12:38:00.769563  1217 consensus_peers.cc:597] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658 -> Peer 7adbe29aaf54474fbc53928400b490b5 (127.0.107.193:37149): Couldn't send request to peer 7adbe29aaf54474fbc53928400b490b5. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37149: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:38:00.777724  1507 ts_tablet_manager.cc:1011] T b74c38ebc89c4eee97bc7d14b25eacf6 P 0a99e0680a29441fbe4bca61b24eb477: Tablet Copy: Unable to fetch data from remote peer 7adbe29aaf54474fbc53928400b490b5 (127.0.107.193:37149): Network error: Unable to download WAL segment with seq. number 1: unable to fetch data from remote: Client connection negotiation failed: client connection to 127.0.107.193:37149: connect: Connection refused (error 111)
I20260608 12:38:00.778185  1507 tablet_replica.cc:333] T b74c38ebc89c4eee97bc7d14b25eacf6 P 0a99e0680a29441fbe4bca61b24eb477: stopping tablet replica
I20260608 12:38:00.778452  1507 raft_consensus.cc:2243] T b74c38ebc89c4eee97bc7d14b25eacf6 P 0a99e0680a29441fbe4bca61b24eb477 [term 2 LEARNER]: Raft consensus shutting down.
I20260608 12:38:00.778813  1507 raft_consensus.cc:2272] T b74c38ebc89c4eee97bc7d14b25eacf6 P 0a99e0680a29441fbe4bca61b24eb477 [term 2 LEARNER]: Raft consensus is shut down!
I20260608 12:38:00.780691  1262 tablet_copy_service.cc:140] P d1bdf467edf544eca3b332ba976c3658: Received BeginTabletCopySession request for tablet 9b25954c6b844fdf8c91a8515abd1462 from peer 0a99e0680a29441fbe4bca61b24eb477 ({username='slave'} at 127.0.0.1:40294)
I20260608 12:38:00.781394  1262 tablet_copy_service.cc:161] P d1bdf467edf544eca3b332ba976c3658: Beginning new tablet copy session on tablet 9b25954c6b844fdf8c91a8515abd1462 from peer 0a99e0680a29441fbe4bca61b24eb477 at {username='slave'} at 127.0.0.1:40294: session id = 0a99e0680a29441fbe4bca61b24eb477-9b25954c6b844fdf8c91a8515abd1462
I20260608 12:38:00.789659  1262 tablet_copy_source_session.cc:215] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658: Tablet Copy: opened 0 blocks and 1 log segments
W20260608 12:38:00.792758  1507 tablet_copy_client.cc:1131] T b74c38ebc89c4eee97bc7d14b25eacf6 P 0a99e0680a29441fbe4bca61b24eb477: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.107.193:37149: connect: Connection refused (error 111)
W20260608 12:38:00.794366  1507 tablet_metadata.cc:476] failed to load DataDirGroup from superblock: Already present: tried to load directory group for tablet b74c38ebc89c4eee97bc7d14b25eacf6 but one is already registered
I20260608 12:38:00.794754  1507 ts_tablet_manager.cc:1916] T b74c38ebc89c4eee97bc7d14b25eacf6 P 0a99e0680a29441fbe4bca61b24eb477: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:38:00.795423   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:38:00.798921  1514 tablet_bootstrap.cc:492] T faea8c1de3d148fd914155a6486b2a86 P 0a99e0680a29441fbe4bca61b24eb477: 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:38:00.799849  1514 tablet_bootstrap.cc:492] T faea8c1de3d148fd914155a6486b2a86 P 0a99e0680a29441fbe4bca61b24eb477: Bootstrap complete.
I20260608 12:38:00.800576  1514 ts_tablet_manager.cc:1403] T faea8c1de3d148fd914155a6486b2a86 P 0a99e0680a29441fbe4bca61b24eb477: Time spent bootstrapping tablet: real 0.039s	user 0.016s	sys 0.004s
I20260608 12:38:00.803690  1514 raft_consensus.cc:359] T faea8c1de3d148fd914155a6486b2a86 P 0a99e0680a29441fbe4bca61b24eb477 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } attrs { replace: true } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } } peers { permanent_uuid: "0a99e0680a29441fbe4bca61b24eb477" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34153 } attrs { promote: true } }
I20260608 12:38:00.805081  1514 raft_consensus.cc:740] T faea8c1de3d148fd914155a6486b2a86 P 0a99e0680a29441fbe4bca61b24eb477 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 0a99e0680a29441fbe4bca61b24eb477, State: Initialized, Role: LEARNER
I20260608 12:38:00.805836  1514 consensus_queue.cc:260] T faea8c1de3d148fd914155a6486b2a86 P 0a99e0680a29441fbe4bca61b24eb477 [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: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } attrs { replace: true } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } } peers { permanent_uuid: "0a99e0680a29441fbe4bca61b24eb477" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34153 } attrs { promote: true } }
I20260608 12:38:00.809885  1514 ts_tablet_manager.cc:1434] T faea8c1de3d148fd914155a6486b2a86 P 0a99e0680a29441fbe4bca61b24eb477: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260608 12:38:00.812747  1510 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9b25954c6b844fdf8c91a8515abd1462. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:00.821805  1507 ts_tablet_manager.cc:1929] T b74c38ebc89c4eee97bc7d14b25eacf6 P 0a99e0680a29441fbe4bca61b24eb477: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.0
I20260608 12:38:00.822384  1507 log.cc:1199] T b74c38ebc89c4eee97bc7d14b25eacf6 P 0a99e0680a29441fbe4bca61b24eb477: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922266998516-431-0/minicluster-data/ts-3-root/wals/b74c38ebc89c4eee97bc7d14b25eacf6
I20260608 12:38:00.829217  1510 tablet_copy_client.cc:806] T 9b25954c6b844fdf8c91a8515abd1462 P 0a99e0680a29441fbe4bca61b24eb477: tablet copy: Starting download of 0 data blocks...
I20260608 12:38:00.829788  1510 tablet_copy_client.cc:670] T 9b25954c6b844fdf8c91a8515abd1462 P 0a99e0680a29441fbe4bca61b24eb477: tablet copy: Starting download of 1 WAL segments...
I20260608 12:38:00.834088   431 tablet_copy_service.cc:362] P d061534eba6441f6af63fb27419d78bd: Destroying tablet copy session 0a99e0680a29441fbe4bca61b24eb477-faea8c1de3d148fd914155a6486b2a86 due to service shutdown
I20260608 12:38:00.834439  1510 tablet_copy_client.cc:538] T 9b25954c6b844fdf8c91a8515abd1462 P 0a99e0680a29441fbe4bca61b24eb477: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:38:00.834553   431 tablet_copy_service.cc:434] P d061534eba6441f6af63fb27419d78bd: ending tablet copy session 0a99e0680a29441fbe4bca61b24eb477-faea8c1de3d148fd914155a6486b2a86 on tablet faea8c1de3d148fd914155a6486b2a86 with peer 0a99e0680a29441fbe4bca61b24eb477
I20260608 12:38:00.843693  1510 tablet_bootstrap.cc:492] T 9b25954c6b844fdf8c91a8515abd1462 P 0a99e0680a29441fbe4bca61b24eb477: Bootstrap starting.
W20260608 12:38:00.852039  1143 consensus_peers.cc:597] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd -> Peer 7adbe29aaf54474fbc53928400b490b5 (127.0.107.193:37149): Couldn't send request to peer 7adbe29aaf54474fbc53928400b490b5. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37149: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:00.868947   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:00.869860   431 tablet_replica.cc:333] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd: stopping tablet replica
I20260608 12:38:00.870505   431 raft_consensus.cc:2243] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:00.871454   431 raft_consensus.cc:2272] T faea8c1de3d148fd914155a6486b2a86 P d061534eba6441f6af63fb27419d78bd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:00.873744   431 tablet_replica.cc:333] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd: stopping tablet replica
I20260608 12:38:00.874310   431 raft_consensus.cc:2243] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:00.874794   431 raft_consensus.cc:2272] T b74c38ebc89c4eee97bc7d14b25eacf6 P d061534eba6441f6af63fb27419d78bd [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:00.876358  1510 tablet_bootstrap.cc:492] T 9b25954c6b844fdf8c91a8515abd1462 P 0a99e0680a29441fbe4bca61b24eb477: 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:38:00.877195   431 tablet_replica.cc:333] T 9b25954c6b844fdf8c91a8515abd1462 P d061534eba6441f6af63fb27419d78bd: stopping tablet replica
I20260608 12:38:00.877657  1510 tablet_bootstrap.cc:492] T 9b25954c6b844fdf8c91a8515abd1462 P 0a99e0680a29441fbe4bca61b24eb477: Bootstrap complete.
I20260608 12:38:00.877811   431 raft_consensus.cc:2243] T 9b25954c6b844fdf8c91a8515abd1462 P d061534eba6441f6af63fb27419d78bd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:00.878331   431 raft_consensus.cc:2272] T 9b25954c6b844fdf8c91a8515abd1462 P d061534eba6441f6af63fb27419d78bd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:00.878638  1510 ts_tablet_manager.cc:1403] T 9b25954c6b844fdf8c91a8515abd1462 P 0a99e0680a29441fbe4bca61b24eb477: Time spent bootstrapping tablet: real 0.035s	user 0.022s	sys 0.008s
I20260608 12:38:00.880671   431 tablet_replica.cc:333] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d061534eba6441f6af63fb27419d78bd: stopping tablet replica
I20260608 12:38:00.881314   431 raft_consensus.cc:2243] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d061534eba6441f6af63fb27419d78bd [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:00.882047   431 raft_consensus.cc:2272] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d061534eba6441f6af63fb27419d78bd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:00.882285  1510 raft_consensus.cc:359] T 9b25954c6b844fdf8c91a8515abd1462 P 0a99e0680a29441fbe4bca61b24eb477 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } attrs { replace: true } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } } peers { permanent_uuid: "0a99e0680a29441fbe4bca61b24eb477" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34153 } attrs { promote: true } }
I20260608 12:38:00.883273  1510 raft_consensus.cc:740] T 9b25954c6b844fdf8c91a8515abd1462 P 0a99e0680a29441fbe4bca61b24eb477 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 0a99e0680a29441fbe4bca61b24eb477, State: Initialized, Role: LEARNER
I20260608 12:38:00.884239   431 tablet_replica.cc:333] T 5eaaf15629db4c56b76161d41d933dac P d061534eba6441f6af63fb27419d78bd: stopping tablet replica
I20260608 12:38:00.884923   431 raft_consensus.cc:2243] T 5eaaf15629db4c56b76161d41d933dac P d061534eba6441f6af63fb27419d78bd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:00.884274  1510 consensus_queue.cc:260] T 9b25954c6b844fdf8c91a8515abd1462 P 0a99e0680a29441fbe4bca61b24eb477 [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: "7adbe29aaf54474fbc53928400b490b5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37149 } attrs { replace: true } } peers { permanent_uuid: "d061534eba6441f6af63fb27419d78bd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41205 } } peers { permanent_uuid: "d1bdf467edf544eca3b332ba976c3658" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38417 } } peers { permanent_uuid: "0a99e0680a29441fbe4bca61b24eb477" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34153 } attrs { promote: true } }
I20260608 12:38:00.885361   431 raft_consensus.cc:2272] T 5eaaf15629db4c56b76161d41d933dac P d061534eba6441f6af63fb27419d78bd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:00.886838  1510 ts_tablet_manager.cc:1434] T 9b25954c6b844fdf8c91a8515abd1462 P 0a99e0680a29441fbe4bca61b24eb477: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.003s
I20260608 12:38:00.889137   431 tablet_replica.cc:333] T f57ead0d7a094380a5e159c532caf229 P d061534eba6441f6af63fb27419d78bd: stopping tablet replica
I20260608 12:38:00.889660   431 raft_consensus.cc:2243] T f57ead0d7a094380a5e159c532caf229 P d061534eba6441f6af63fb27419d78bd [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:00.890347   431 raft_consensus.cc:2272] T f57ead0d7a094380a5e159c532caf229 P d061534eba6441f6af63fb27419d78bd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:00.891328  1262 tablet_copy_service.cc:342] P d1bdf467edf544eca3b332ba976c3658: Request end of tablet copy session 0a99e0680a29441fbe4bca61b24eb477-9b25954c6b844fdf8c91a8515abd1462 received from {username='slave'} at 127.0.0.1:40294
I20260608 12:38:00.891862  1262 tablet_copy_service.cc:434] P d1bdf467edf544eca3b332ba976c3658: ending tablet copy session 0a99e0680a29441fbe4bca61b24eb477-9b25954c6b844fdf8c91a8515abd1462 on tablet 9b25954c6b844fdf8c91a8515abd1462 with peer 0a99e0680a29441fbe4bca61b24eb477
I20260608 12:38:00.892869   431 tablet_replica.cc:333] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd: stopping tablet replica
I20260608 12:38:00.893569   431 raft_consensus.cc:2243] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:00.894321   431 raft_consensus.cc:2272] T 5e21107e9b5749c5abcfb16db46ca2a3 P d061534eba6441f6af63fb27419d78bd [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:00.896786   431 tablet_replica.cc:333] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd: stopping tablet replica
I20260608 12:38:00.897287   431 raft_consensus.cc:2243] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:00.897727   431 raft_consensus.cc:2272] T d8bdbb25ff98466eaa40afa30951ccd2 P d061534eba6441f6af63fb27419d78bd [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:00.925734   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:38:00.944886   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
W20260608 12:38:00.970757  1514 tablet_copy_client.cc:1131] T faea8c1de3d148fd914155a6486b2a86 P 0a99e0680a29441fbe4bca61b24eb477: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.107.194:41205: connect: Connection refused (error 111)
I20260608 12:38:00.981637   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:00.982370   431 tablet_replica.cc:333] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d1bdf467edf544eca3b332ba976c3658: stopping tablet replica
I20260608 12:38:00.982964   431 raft_consensus.cc:2243] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d1bdf467edf544eca3b332ba976c3658 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:00.983523   431 raft_consensus.cc:2272] T 3c7e4e82ff1a4ff4b0281f59e0bbd411 P d1bdf467edf544eca3b332ba976c3658 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:00.985442   431 tablet_replica.cc:333] T 5eaaf15629db4c56b76161d41d933dac P d1bdf467edf544eca3b332ba976c3658: stopping tablet replica
I20260608 12:38:00.985924   431 raft_consensus.cc:2243] T 5eaaf15629db4c56b76161d41d933dac P d1bdf467edf544eca3b332ba976c3658 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:00.986279   431 raft_consensus.cc:2272] T 5eaaf15629db4c56b76161d41d933dac P d1bdf467edf544eca3b332ba976c3658 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:00.987989   431 tablet_replica.cc:333] T faea8c1de3d148fd914155a6486b2a86 P d1bdf467edf544eca3b332ba976c3658: stopping tablet replica
I20260608 12:38:00.988471   431 raft_consensus.cc:2243] T faea8c1de3d148fd914155a6486b2a86 P d1bdf467edf544eca3b332ba976c3658 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:00.988919   431 raft_consensus.cc:2272] T faea8c1de3d148fd914155a6486b2a86 P d1bdf467edf544eca3b332ba976c3658 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:00.991314   431 tablet_replica.cc:333] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658: stopping tablet replica
I20260608 12:38:00.991806   431 raft_consensus.cc:2243] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:00.992684   431 raft_consensus.cc:2272] T 9b25954c6b844fdf8c91a8515abd1462 P d1bdf467edf544eca3b332ba976c3658 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:00.994937   431 tablet_replica.cc:333] T b74c38ebc89c4eee97bc7d14b25eacf6 P d1bdf467edf544eca3b332ba976c3658: stopping tablet replica
I20260608 12:38:00.995464   431 raft_consensus.cc:2243] T b74c38ebc89c4eee97bc7d14b25eacf6 P d1bdf467edf544eca3b332ba976c3658 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:00.995893   431 raft_consensus.cc:2272] T b74c38ebc89c4eee97bc7d14b25eacf6 P d1bdf467edf544eca3b332ba976c3658 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:00.997870   431 tablet_replica.cc:333] T 5e21107e9b5749c5abcfb16db46ca2a3 P d1bdf467edf544eca3b332ba976c3658: stopping tablet replica
I20260608 12:38:00.998337   431 raft_consensus.cc:2243] T 5e21107e9b5749c5abcfb16db46ca2a3 P d1bdf467edf544eca3b332ba976c3658 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:38:00.999069   431 raft_consensus.cc:2272] T 5e21107e9b5749c5abcfb16db46ca2a3 P d1bdf467edf544eca3b332ba976c3658 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:01.000900   431 tablet_replica.cc:333] T d8bdbb25ff98466eaa40afa30951ccd2 P d1bdf467edf544eca3b332ba976c3658: stopping tablet replica
I20260608 12:38:01.001469   431 raft_consensus.cc:2243] T d8bdbb25ff98466eaa40afa30951ccd2 P d1bdf467edf544eca3b332ba976c3658 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:01.001929   431 raft_consensus.cc:2272] T d8bdbb25ff98466eaa40afa30951ccd2 P d1bdf467edf544eca3b332ba976c3658 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:01.004036   431 tablet_replica.cc:333] T f57ead0d7a094380a5e159c532caf229 P d1bdf467edf544eca3b332ba976c3658: stopping tablet replica
I20260608 12:38:01.004500   431 raft_consensus.cc:2243] T f57ead0d7a094380a5e159c532caf229 P d1bdf467edf544eca3b332ba976c3658 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:01.004994   431 raft_consensus.cc:2272] T f57ead0d7a094380a5e159c532caf229 P d1bdf467edf544eca3b332ba976c3658 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:01.034325   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:38:01.059638   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:38:01.086055   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:01.087257   431 tablet_replica.cc:333] T 9b25954c6b844fdf8c91a8515abd1462 P 0a99e0680a29441fbe4bca61b24eb477: stopping tablet replica
I20260608 12:38:01.087774   431 raft_consensus.cc:2243] T 9b25954c6b844fdf8c91a8515abd1462 P 0a99e0680a29441fbe4bca61b24eb477 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:38:01.088143   431 raft_consensus.cc:2272] T 9b25954c6b844fdf8c91a8515abd1462 P 0a99e0680a29441fbe4bca61b24eb477 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:38:01.090011   431 tablet_replica.cc:333] T faea8c1de3d148fd914155a6486b2a86 P 0a99e0680a29441fbe4bca61b24eb477: stopping tablet replica
I20260608 12:38:01.090485   431 raft_consensus.cc:2243] T faea8c1de3d148fd914155a6486b2a86 P 0a99e0680a29441fbe4bca61b24eb477 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:38:01.090822   431 raft_consensus.cc:2272] T faea8c1de3d148fd914155a6486b2a86 P 0a99e0680a29441fbe4bca61b24eb477 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:38:01.092597   431 tablet_replica.cc:333] T d8bdbb25ff98466eaa40afa30951ccd2 P 0a99e0680a29441fbe4bca61b24eb477: stopping tablet replica
I20260608 12:38:01.093086   431 raft_consensus.cc:2243] T d8bdbb25ff98466eaa40afa30951ccd2 P 0a99e0680a29441fbe4bca61b24eb477 [term 2 LEARNER]: Raft consensus shutting down.
I20260608 12:38:01.093415   431 raft_consensus.cc:2272] T d8bdbb25ff98466eaa40afa30951ccd2 P 0a99e0680a29441fbe4bca61b24eb477 [term 2 LEARNER]: Raft consensus is shut down!
I20260608 12:38:01.116976   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:38:01.132953   431 master.cc:562] Master@127.0.107.254:33591 shutting down...
W20260608 12:38:01.157665  1049 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:38:01.157907  1049 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:38:01.158061  1049 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:38:01.159008   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 8278d39d811e47d88241640738f02f80 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:01.159482   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 8278d39d811e47d88241640738f02f80 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:01.159795   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 8278d39d811e47d88241640738f02f80: stopping tablet replica
I20260608 12:38:01.178637   431 master.cc:584] Master@127.0.107.254:33591 shutdown complete.
[       OK ] AutoRebalancerTest.AutoRebalancingTurnOffAndOn (9247 ms)
[ RUN      ] AutoRebalancerTest.NextLeaderResumesAutoRebalancing
I20260608 12:38:01.214579   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:34003,127.0.107.253:32805,127.0.107.252:35585
I20260608 12:38:01.216049   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:01.221947  1525 instance_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:01.222018  1524 instance_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:01.222694  1527 instance_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:01.223186   431 server_base.cc:1061] running on GCE node
I20260608 12:38:01.223990   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:01.224177   431 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:01.224334   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922281224317 us; error 0 us; skew 500 ppm
I20260608 12:38:01.224956   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:01.227288   431 webserver.cc:533] Webserver started at http://127.0.107.254:43859/ using document root <none> and password file <none>
I20260608 12:38:01.227779   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:01.227934   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:01.228216   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:01.229367   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922266998516-431-0/minicluster-data/master-0-root/instance:
uuid: "fb182045191c4e9faee5d234c22ac75c"
format_stamp: "Formatted at 2026-06-08 12:38:01 on dist-test-slave-3g00"
I20260608 12:38:01.233952   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260608 12:38:01.237593  1532 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:01.238484   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:38:01.238778   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922266998516-431-0/minicluster-data/master-0-root
uuid: "fb182045191c4e9faee5d234c22ac75c"
format_stamp: "Formatted at 2026-06-08 12:38:01 on dist-test-slave-3g00"
I20260608 12:38:01.239061   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922266998516-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922266998516-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922266998516-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:01.257560   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:01.258769   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:01.295182   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:34003
I20260608 12:38:01.295298  1583 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:34003 every 8 connection(s)
I20260608 12:38:01.299094  1584 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:01.299160   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:01.304446  1586 instance_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:01.305753  1584 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34003 } has no permanent_uuid. Determining permanent_uuid...
W20260608 12:38:01.306113  1587 instance_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:01.307405  1589 instance_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:01.308874   431 server_base.cc:1061] running on GCE node
I20260608 12:38:01.310261   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:01.310523   431 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:01.310734   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922281310712 us; error 0 us; skew 500 ppm
I20260608 12:38:01.311499   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:01.314433   431 webserver.cc:533] Webserver started at http://127.0.107.253:45421/ using document root <none> and password file <none>
I20260608 12:38:01.315070   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:01.315304   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:01.315577   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:01.316733   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922266998516-431-0/minicluster-data/master-1-root/instance:
uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf"
format_stamp: "Formatted at 2026-06-08 12:38:01 on dist-test-slave-3g00"
I20260608 12:38:01.320191  1584 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 32805 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:01.322031   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
W20260608 12:38:01.325635  1584 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:32805: Network error: Client connection negotiation failed: client connection to 127.0.107.253:32805: connect: Connection refused (error 111)
I20260608 12:38:01.326357  1597 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:01.327116   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.004s	sys 0.000s
I20260608 12:38:01.327384   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922266998516-431-0/minicluster-data/master-1-root
uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf"
format_stamp: "Formatted at 2026-06-08 12:38:01 on dist-test-slave-3g00"
I20260608 12:38:01.327638   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922266998516-431-0/minicluster-data/master-1-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922266998516-431-0/minicluster-data/master-1-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922266998516-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:01.348109  1584 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.253" port: 32805 } attempt: 1
I20260608 12:38:01.351306   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:01.352880   431 kserver.cc:163] Server-wide thread pool size limit: 3276
W20260608 12:38:01.353159  1584 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:32805: Network error: Client connection negotiation failed: client connection to 127.0.107.253:32805: connect: Connection refused (error 111)
I20260608 12:38:01.390972   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.253:32805
I20260608 12:38:01.391122  1648 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.253:32805 every 8 connection(s)
I20260608 12:38:01.394891  1649 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:01.394979   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:01.400259  1651 instance_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:01.400897  1652 instance_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:01.403396  1649 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34003 } has no permanent_uuid. Determining permanent_uuid...
W20260608 12:38:01.403584  1654 instance_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:01.403743   431 server_base.cc:1061] running on GCE node
I20260608 12:38:01.404729   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:01.405022   431 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:01.405197   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922281405180 us; error 0 us; skew 500 ppm
I20260608 12:38:01.406008   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:01.408885   431 webserver.cc:533] Webserver started at http://127.0.107.252:33815/ using document root <none> and password file <none>
I20260608 12:38:01.409538   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:01.409731   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:01.410029   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:01.411350   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922266998516-431-0/minicluster-data/master-2-root/instance:
uuid: "0188716f133e4e01a6af9b5120af452a"
format_stamp: "Formatted at 2026-06-08 12:38:01 on dist-test-slave-3g00"
I20260608 12:38:01.412849  1584 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.253" port: 32805 } attempt: 2
I20260608 12:38:01.417863  1649 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 32805 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:01.420099   431 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.010s	sys 0.000s
I20260608 12:38:01.425382  1662 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:01.426299   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:38:01.426651   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922266998516-431-0/minicluster-data/master-2-root
uuid: "0188716f133e4e01a6af9b5120af452a"
format_stamp: "Formatted at 2026-06-08 12:38:01 on dist-test-slave-3g00"
I20260608 12:38:01.426975   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922266998516-431-0/minicluster-data/master-2-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922266998516-431-0/minicluster-data/master-2-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922266998516-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:01.431037  1584 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35585 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:01.432897  1649 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35585 } has no permanent_uuid. Determining permanent_uuid...
W20260608 12:38:01.437489  1584 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:35585: Network error: Client connection negotiation failed: client connection to 127.0.107.252:35585: connect: Connection refused (error 111)
W20260608 12:38:01.439035  1649 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:35585: Network error: Client connection negotiation failed: client connection to 127.0.107.252:35585: connect: Connection refused (error 111)
I20260608 12:38:01.449914   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:01.451028   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:01.473888  1584 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35585 } attempt: 1
I20260608 12:38:01.478500  1649 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35585 } attempt: 1
W20260608 12:38:01.479159  1584 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:35585: Network error: Client connection negotiation failed: client connection to 127.0.107.252:35585: connect: Connection refused (error 111)
W20260608 12:38:01.482966  1649 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:35585: Network error: Client connection negotiation failed: client connection to 127.0.107.252:35585: connect: Connection refused (error 111)
I20260608 12:38:01.489717   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.252:35585
I20260608 12:38:01.489821  1714 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.252:35585 every 8 connection(s)
I20260608 12:38:01.492745   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:38:01.493561  1715 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:01.498924  1715 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34003 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:01.510483  1715 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 32805 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:01.519495  1649 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35585 } attempt: 2
I20260608 12:38:01.520344  1715 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35585 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:01.538724  1649 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf: Bootstrap starting.
I20260608 12:38:01.538889  1715 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a: Bootstrap starting.
I20260608 12:38:01.545827  1715 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:01.545827  1649 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:01.551970  1649 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf: No bootstrap required, opened a new log
I20260608 12:38:01.551970  1715 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a: No bootstrap required, opened a new log
I20260608 12:38:01.555119  1715 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb182045191c4e9faee5d234c22ac75c" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34003 } } peers { permanent_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 32805 } } peers { permanent_uuid: "0188716f133e4e01a6af9b5120af452a" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35585 } }
I20260608 12:38:01.555215  1649 raft_consensus.cc:359] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb182045191c4e9faee5d234c22ac75c" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34003 } } peers { permanent_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 32805 } } peers { permanent_uuid: "0188716f133e4e01a6af9b5120af452a" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35585 } }
I20260608 12:38:01.555641  1584 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35585 } attempt: 2
I20260608 12:38:01.555933  1715 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:01.556041  1649 raft_consensus.cc:385] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:01.556396  1715 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0188716f133e4e01a6af9b5120af452a, State: Initialized, Role: FOLLOWER
I20260608 12:38:01.556486  1649 raft_consensus.cc:740] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 24b08aa38c484f8ba80ce16d6c1a4bcf, State: Initialized, Role: FOLLOWER
I20260608 12:38:01.557313  1715 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb182045191c4e9faee5d234c22ac75c" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34003 } } peers { permanent_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 32805 } } peers { permanent_uuid: "0188716f133e4e01a6af9b5120af452a" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35585 } }
I20260608 12:38:01.557444  1649 consensus_queue.cc:260] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb182045191c4e9faee5d234c22ac75c" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34003 } } peers { permanent_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 32805 } } peers { permanent_uuid: "0188716f133e4e01a6af9b5120af452a" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35585 } }
I20260608 12:38:01.560653  1722 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [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: "fb182045191c4e9faee5d234c22ac75c" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34003 } } peers { permanent_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 32805 } } peers { permanent_uuid: "0188716f133e4e01a6af9b5120af452a" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35585 } } }
I20260608 12:38:01.561437  1722 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:01.562302  1715 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:38:01.562759  1723 sys_catalog.cc:455] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf [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: "fb182045191c4e9faee5d234c22ac75c" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34003 } } peers { permanent_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 32805 } } peers { permanent_uuid: "0188716f133e4e01a6af9b5120af452a" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35585 } } }
I20260608 12:38:01.563463  1723 sys_catalog.cc:458] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:01.564283  1649 sys_catalog.cc:565] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:38:01.573312  1584 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c: Bootstrap starting.
I20260608 12:38:01.579491  1584 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c: Neither blocks nor log segments found. Creating new log.
W20260608 12:38:01.584379  1740 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:38:01.584721  1740 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260608 12:38:01.585250  1584 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c: No bootstrap required, opened a new log
I20260608 12:38:01.588348  1584 raft_consensus.cc:359] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb182045191c4e9faee5d234c22ac75c" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34003 } } peers { permanent_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 32805 } } peers { permanent_uuid: "0188716f133e4e01a6af9b5120af452a" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35585 } }
I20260608 12:38:01.589041  1584 raft_consensus.cc:385] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:01.589344  1584 raft_consensus.cc:740] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fb182045191c4e9faee5d234c22ac75c, State: Initialized, Role: FOLLOWER
I20260608 12:38:01.590137  1584 consensus_queue.cc:260] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb182045191c4e9faee5d234c22ac75c" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34003 } } peers { permanent_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 32805 } } peers { permanent_uuid: "0188716f133e4e01a6af9b5120af452a" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35585 } }
W20260608 12:38:01.592134  1746 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
I20260608 12:38:01.592074  1747 sys_catalog.cc:455] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c [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: "fb182045191c4e9faee5d234c22ac75c" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34003 } } peers { permanent_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 32805 } } peers { permanent_uuid: "0188716f133e4e01a6af9b5120af452a" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35585 } } }
W20260608 12:38:01.592507  1746 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260608 12:38:01.592687  1747 sys_catalog.cc:458] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:01.593606  1584 sys_catalog.cc:565] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:38:01.603245   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 1
I20260608 12:38:01.603597   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 2
I20260608 12:38:01.605475   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:01.607641  1758 catalog_manager.cc:1593] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:38:01.607985  1758 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260608 12:38:01.612425  1759 instance_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:01.613418  1760 instance_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:01.614858  1762 instance_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:01.615604   431 server_base.cc:1061] running on GCE node
I20260608 12:38:01.616305   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:01.616496   431 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:01.616693   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922281616675 us; error 0 us; skew 500 ppm
I20260608 12:38:01.617297   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:01.618623  1723 raft_consensus.cc:493] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:01.619061  1723 raft_consensus.cc:515] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb182045191c4e9faee5d234c22ac75c" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34003 } } peers { permanent_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 32805 } } peers { permanent_uuid: "0188716f133e4e01a6af9b5120af452a" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35585 } }
I20260608 12:38:01.619793   431 webserver.cc:533] Webserver started at http://127.0.107.193:37939/ using document root <none> and password file <none>
I20260608 12:38:01.620319   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:01.620515   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:01.620771   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:01.621268  1723 leader_election.cc:290] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers fb182045191c4e9faee5d234c22ac75c (127.0.107.254:34003), 0188716f133e4e01a6af9b5120af452a (127.0.107.252:35585)
I20260608 12:38:01.621933  1559 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fb182045191c4e9faee5d234c22ac75c" is_pre_election: true
I20260608 12:38:01.622150   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922266998516-431-0/minicluster-data/ts-0-root/instance:
uuid: "522fa6186c0c465a84cfbad310470d72"
format_stamp: "Formatted at 2026-06-08 12:38:01 on dist-test-slave-3g00"
I20260608 12:38:01.622608  1559 raft_consensus.cc:2468] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 24b08aa38c484f8ba80ce16d6c1a4bcf in term 0.
I20260608 12:38:01.622809  1690 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0188716f133e4e01a6af9b5120af452a" is_pre_election: true
I20260608 12:38:01.623430  1690 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 24b08aa38c484f8ba80ce16d6c1a4bcf in term 0.
I20260608 12:38:01.623934  1601 leader_election.cc:304] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 24b08aa38c484f8ba80ce16d6c1a4bcf, fb182045191c4e9faee5d234c22ac75c; no voters: 
I20260608 12:38:01.624696  1723 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:01.625082  1723 raft_consensus.cc:493] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:01.625415  1723 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:01.628034   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:38:01.631855  1723 raft_consensus.cc:515] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb182045191c4e9faee5d234c22ac75c" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34003 } } peers { permanent_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 32805 } } peers { permanent_uuid: "0188716f133e4e01a6af9b5120af452a" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35585 } }
I20260608 12:38:01.632751  1767 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:01.633653   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:38:01.634057   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922266998516-431-0/minicluster-data/ts-0-root
uuid: "522fa6186c0c465a84cfbad310470d72"
format_stamp: "Formatted at 2026-06-08 12:38:01 on dist-test-slave-3g00"
I20260608 12:38:01.634507  1723 leader_election.cc:290] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf [CANDIDATE]: Term 1 election: Requested vote from peers fb182045191c4e9faee5d234c22ac75c (127.0.107.254:34003), 0188716f133e4e01a6af9b5120af452a (127.0.107.252:35585)
I20260608 12:38:01.634411   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922266998516-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922266998516-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922266998516-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:01.634688  1559 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fb182045191c4e9faee5d234c22ac75c"
I20260608 12:38:01.635088  1690 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0188716f133e4e01a6af9b5120af452a"
I20260608 12:38:01.635294  1559 raft_consensus.cc:3060] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:01.635630  1690 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:01.642397  1690 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 24b08aa38c484f8ba80ce16d6c1a4bcf in term 1.
I20260608 12:38:01.642388  1559 raft_consensus.cc:2468] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 24b08aa38c484f8ba80ce16d6c1a4bcf in term 1.
I20260608 12:38:01.643728  1599 leader_election.cc:304] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0188716f133e4e01a6af9b5120af452a, 24b08aa38c484f8ba80ce16d6c1a4bcf; no voters: 
I20260608 12:38:01.644629  1723 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:01.647256  1723 raft_consensus.cc:697] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf [term 1 LEADER]: Becoming Leader. State: Replica: 24b08aa38c484f8ba80ce16d6c1a4bcf, State: Running, Role: LEADER
I20260608 12:38:01.648065  1723 consensus_queue.cc:237] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb182045191c4e9faee5d234c22ac75c" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34003 } } peers { permanent_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 32805 } } peers { permanent_uuid: "0188716f133e4e01a6af9b5120af452a" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35585 } }
I20260608 12:38:01.652490   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:01.653950   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:01.654348  1772 sys_catalog.cc:455] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf [sys.catalog]: SysCatalogTable state changed. Reason: New leader 24b08aa38c484f8ba80ce16d6c1a4bcf. Latest consensus state: current_term: 1 leader_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb182045191c4e9faee5d234c22ac75c" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34003 } } peers { permanent_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 32805 } } peers { permanent_uuid: "0188716f133e4e01a6af9b5120af452a" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35585 } } }
I20260608 12:38:01.654896  1772 sys_catalog.cc:458] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:01.655653   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:01.656598  1775 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:38:01.658349   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:01.658595   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:01.658850   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:01.659008   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:01.661741  1775 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:38:01.671691  1559 raft_consensus.cc:1275] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c [term 1 FOLLOWER]: Refusing update from remote peer 24b08aa38c484f8ba80ce16d6c1a4bcf: 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:01.671783  1690 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [term 1 FOLLOWER]: Refusing update from remote peer 24b08aa38c484f8ba80ce16d6c1a4bcf: 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:01.673669  1772 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf [LEADER]: Connected to new peer: Peer: permanent_uuid: "0188716f133e4e01a6af9b5120af452a" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:01.674347  1723 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf [LEADER]: Connected to new peer: Peer: permanent_uuid: "fb182045191c4e9faee5d234c22ac75c" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34003 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:01.686367  1747 sys_catalog.cc:455] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c [sys.catalog]: SysCatalogTable state changed. Reason: New leader 24b08aa38c484f8ba80ce16d6c1a4bcf. Latest consensus state: current_term: 1 leader_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb182045191c4e9faee5d234c22ac75c" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34003 } } peers { permanent_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 32805 } } peers { permanent_uuid: "0188716f133e4e01a6af9b5120af452a" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35585 } } }
I20260608 12:38:01.687126  1747 sys_catalog.cc:458] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:01.689828  1722 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [sys.catalog]: SysCatalogTable state changed. Reason: New leader 24b08aa38c484f8ba80ce16d6c1a4bcf. Latest consensus state: current_term: 1 leader_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb182045191c4e9faee5d234c22ac75c" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34003 } } peers { permanent_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 32805 } } peers { permanent_uuid: "0188716f133e4e01a6af9b5120af452a" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35585 } } }
I20260608 12:38:01.690618  1722 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:01.696918  1775 catalog_manager.cc:1382] Generated new cluster ID: ae75cc7b85bb4a1db838e97750c65a56
I20260608 12:38:01.697257  1775 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:38:01.698422  1772 sys_catalog.cc:455] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb182045191c4e9faee5d234c22ac75c" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34003 } } peers { permanent_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 32805 } } peers { permanent_uuid: "0188716f133e4e01a6af9b5120af452a" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35585 } } }
I20260608 12:38:01.699167  1772 sys_catalog.cc:458] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:01.699820  1772 sys_catalog.cc:455] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb182045191c4e9faee5d234c22ac75c" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34003 } } peers { permanent_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 32805 } } peers { permanent_uuid: "0188716f133e4e01a6af9b5120af452a" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35585 } } }
I20260608 12:38:01.700430  1772 sys_catalog.cc:458] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:01.702399  1722 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb182045191c4e9faee5d234c22ac75c" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34003 } } peers { permanent_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 32805 } } peers { permanent_uuid: "0188716f133e4e01a6af9b5120af452a" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35585 } } }
I20260608 12:38:01.703094  1722 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:01.707696  1747 sys_catalog.cc:455] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb182045191c4e9faee5d234c22ac75c" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34003 } } peers { permanent_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 32805 } } peers { permanent_uuid: "0188716f133e4e01a6af9b5120af452a" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35585 } } }
I20260608 12:38:01.708469  1747 sys_catalog.cc:458] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:01.721876  1775 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:38:01.723572  1775 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:38:01.757007  1775 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf: Generated new TSK 0
I20260608 12:38:01.757793  1775 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:38:01.759531   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:43375
I20260608 12:38:01.759774  1841 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:43375 every 8 connection(s)
I20260608 12:38:01.780346   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:38:01.792078  1843 heartbeater.cc:344] Connected to a master server at 127.0.107.253:32805
I20260608 12:38:01.792120  1842 heartbeater.cc:344] Connected to a master server at 127.0.107.252:35585
I20260608 12:38:01.792722  1843 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:01.792856  1842 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:01.794003  1843 heartbeater.cc:507] Master 127.0.107.253:32805 requested a full tablet report, sending...
I20260608 12:38:01.794087  1842 heartbeater.cc:507] Master 127.0.107.252:35585 requested a full tablet report, sending...
I20260608 12:38:01.797060  1614 ts_manager.cc:194] Registered new tserver with Master: 522fa6186c0c465a84cfbad310470d72 (127.0.107.193:43375)
I20260608 12:38:01.797699  1680 ts_manager.cc:194] Registered new tserver with Master: 522fa6186c0c465a84cfbad310470d72 (127.0.107.193:43375)
I20260608 12:38:01.799979  1614 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37764
W20260608 12:38:01.801800  1849 instance_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:01.802352  1844 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34003
I20260608 12:38:01.802821  1844 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:01.803615  1844 heartbeater.cc:507] Master 127.0.107.254:34003 requested a full tablet report, sending...
W20260608 12:38:01.805685  1850 instance_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:01.806391  1852 instance_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:01.807113  1549 ts_manager.cc:194] Registered new tserver with Master: 522fa6186c0c465a84cfbad310470d72 (127.0.107.193:43375)
I20260608 12:38:01.808161   431 server_base.cc:1061] running on GCE node
I20260608 12:38:01.808995   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:01.809207   431 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:01.809372   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922281809356 us; error 0 us; skew 500 ppm
I20260608 12:38:01.809906   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:01.812175   431 webserver.cc:533] Webserver started at http://127.0.107.194:40843/ using document root <none> and password file <none>
I20260608 12:38:01.812649   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:01.812860   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:01.813118   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:01.814131   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922266998516-431-0/minicluster-data/ts-1-root/instance:
uuid: "fd9d28e6c3fe452f96789e20373312a5"
format_stamp: "Formatted at 2026-06-08 12:38:01 on dist-test-slave-3g00"
I20260608 12:38:01.818647   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260608 12:38:01.822000  1857 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:01.822736   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:38:01.823011   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922266998516-431-0/minicluster-data/ts-1-root
uuid: "fd9d28e6c3fe452f96789e20373312a5"
format_stamp: "Formatted at 2026-06-08 12:38:01 on dist-test-slave-3g00"
I20260608 12:38:01.823278   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922266998516-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922266998516-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922266998516-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:01.873464   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:01.874706   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:01.876235   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:01.878559   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:01.878757   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:01.878986   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:01.879148   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:01.917268   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:37291
I20260608 12:38:01.917384  1919 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:37291 every 8 connection(s)
I20260608 12:38:01.936972   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:38:01.939528  1920 heartbeater.cc:344] Connected to a master server at 127.0.107.252:35585
I20260608 12:38:01.939940  1920 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:01.940793  1920 heartbeater.cc:507] Master 127.0.107.252:35585 requested a full tablet report, sending...
I20260608 12:38:01.941788  1921 heartbeater.cc:344] Connected to a master server at 127.0.107.253:32805
I20260608 12:38:01.942193  1921 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:01.943125  1921 heartbeater.cc:507] Master 127.0.107.253:32805 requested a full tablet report, sending...
I20260608 12:38:01.943739  1680 ts_manager.cc:194] Registered new tserver with Master: fd9d28e6c3fe452f96789e20373312a5 (127.0.107.194:37291)
I20260608 12:38:01.945755  1614 ts_manager.cc:194] Registered new tserver with Master: fd9d28e6c3fe452f96789e20373312a5 (127.0.107.194:37291)
I20260608 12:38:01.947649  1614 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37770
W20260608 12:38:01.947813  1927 instance_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:01.950426  1928 instance_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:01.951763  1922 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34003
I20260608 12:38:01.952149  1922 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:01.952757  1922 heartbeater.cc:507] Master 127.0.107.254:34003 requested a full tablet report, sending...
W20260608 12:38:01.953287  1930 instance_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:01.954346   431 server_base.cc:1061] running on GCE node
I20260608 12:38:01.955199   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:01.955440   431 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:01.955394  1549 ts_manager.cc:194] Registered new tserver with Master: fd9d28e6c3fe452f96789e20373312a5 (127.0.107.194:37291)
I20260608 12:38:01.955816   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922281955796 us; error 0 us; skew 500 ppm
I20260608 12:38:01.956606   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:01.959228   431 webserver.cc:533] Webserver started at http://127.0.107.195:41093/ using document root <none> and password file <none>
I20260608 12:38:01.959698   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:01.959854   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:01.960059   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:01.961119   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922266998516-431-0/minicluster-data/ts-2-root/instance:
uuid: "b614bae7e6c24c47a428455450aa1bd5"
format_stamp: "Formatted at 2026-06-08 12:38:01 on dist-test-slave-3g00"
I20260608 12:38:01.965415   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.002s
I20260608 12:38:01.968580  1935 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:01.969348   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:38:01.969643   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922266998516-431-0/minicluster-data/ts-2-root
uuid: "b614bae7e6c24c47a428455450aa1bd5"
format_stamp: "Formatted at 2026-06-08 12:38:01 on dist-test-slave-3g00"
I20260608 12:38:01.969902   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922266998516-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922266998516-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922266998516-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:02.001783   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:02.002991   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:02.004215   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:02.006357   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:02.006553   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:02.006784   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:02.006937   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:02.046542   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:35399
I20260608 12:38:02.046656  1997 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:35399 every 8 connection(s)
I20260608 12:38:02.075513  1998 heartbeater.cc:344] Connected to a master server at 127.0.107.252:35585
I20260608 12:38:02.075971  1998 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:02.076404  1999 heartbeater.cc:344] Connected to a master server at 127.0.107.253:32805
I20260608 12:38:02.076804  1998 heartbeater.cc:507] Master 127.0.107.252:35585 requested a full tablet report, sending...
I20260608 12:38:02.076907  1999 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:02.078763  2000 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34003
I20260608 12:38:02.079149  2000 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:02.079037  1999 heartbeater.cc:507] Master 127.0.107.253:32805 requested a full tablet report, sending...
I20260608 12:38:02.079902  2000 heartbeater.cc:507] Master 127.0.107.254:34003 requested a full tablet report, sending...
I20260608 12:38:02.080030  1680 ts_manager.cc:194] Registered new tserver with Master: b614bae7e6c24c47a428455450aa1bd5 (127.0.107.195:35399)
I20260608 12:38:02.081881  1614 ts_manager.cc:194] Registered new tserver with Master: b614bae7e6c24c47a428455450aa1bd5 (127.0.107.195:35399)
I20260608 12:38:02.082676  1549 ts_manager.cc:194] Registered new tserver with Master: b614bae7e6c24c47a428455450aa1bd5 (127.0.107.195:35399)
I20260608 12:38:02.083669  1614 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37778
I20260608 12:38:02.083698   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013356001s
I20260608 12:38:02.596288  1746 catalog_manager.cc:1294] Loaded cluster ID: ae75cc7b85bb4a1db838e97750c65a56
I20260608 12:38:02.596572  1746 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a: loading cluster ID for follower catalog manager: success
I20260608 12:38:02.601063  1746 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a: acquiring CA information for follower catalog manager: success
I20260608 12:38:02.604297  1746 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260608 12:38:02.612479  1758 catalog_manager.cc:1294] Loaded cluster ID: ae75cc7b85bb4a1db838e97750c65a56
I20260608 12:38:02.612710  1758 catalog_manager.cc:1587] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c: loading cluster ID for follower catalog manager: success
I20260608 12:38:02.617614  1758 catalog_manager.cc:1609] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c: acquiring CA information for follower catalog manager: success
I20260608 12:38:02.621394  1758 catalog_manager.cc:1637] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260608 12:38:02.803128  1843 heartbeater.cc:499] Master 127.0.107.253:32805 was elected leader, sending a full tablet report...
I20260608 12:38:02.951295  1921 heartbeater.cc:499] Master 127.0.107.253:32805 was elected leader, sending a full tablet report...
I20260608 12:38:03.086511  1999 heartbeater.cc:499] Master 127.0.107.253:32805 was elected leader, sending a full tablet report...
I20260608 12:38:03.579679  1738 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:03.683209  1614 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:37792:
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:03.750586  1885 tablet_service.cc:1511] Processing CreateTablet for tablet 8127568734d0462db9ede75bd73d3470 (DEFAULT_TABLE table=test-workload [id=f35eade278c54464a84ba442842e8188]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260608 12:38:03.751834  1885 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8127568734d0462db9ede75bd73d3470. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:03.753715  1806 tablet_service.cc:1511] Processing CreateTablet for tablet 386653910f264072acb9c07b654616b0 (DEFAULT_TABLE table=test-workload [id=f35eade278c54464a84ba442842e8188]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260608 12:38:03.755064  1806 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 386653910f264072acb9c07b654616b0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:03.756053  1963 tablet_service.cc:1511] Processing CreateTablet for tablet 963bf9e9383b44c68061857a2fc00d0f (DEFAULT_TABLE table=test-workload [id=f35eade278c54464a84ba442842e8188]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260608 12:38:03.757433  1963 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 963bf9e9383b44c68061857a2fc00d0f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:03.767128  2033 tablet_bootstrap.cc:492] T 386653910f264072acb9c07b654616b0 P 522fa6186c0c465a84cfbad310470d72: Bootstrap starting.
I20260608 12:38:03.769462  2034 tablet_bootstrap.cc:492] T 8127568734d0462db9ede75bd73d3470 P fd9d28e6c3fe452f96789e20373312a5: Bootstrap starting.
I20260608 12:38:03.774946  2033 tablet_bootstrap.cc:654] T 386653910f264072acb9c07b654616b0 P 522fa6186c0c465a84cfbad310470d72: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:03.776260  2034 tablet_bootstrap.cc:654] T 8127568734d0462db9ede75bd73d3470 P fd9d28e6c3fe452f96789e20373312a5: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:03.776408  2035 tablet_bootstrap.cc:492] T 963bf9e9383b44c68061857a2fc00d0f P b614bae7e6c24c47a428455450aa1bd5: Bootstrap starting.
I20260608 12:38:03.780498  2033 tablet_bootstrap.cc:492] T 386653910f264072acb9c07b654616b0 P 522fa6186c0c465a84cfbad310470d72: No bootstrap required, opened a new log
I20260608 12:38:03.781066  2033 ts_tablet_manager.cc:1403] T 386653910f264072acb9c07b654616b0 P 522fa6186c0c465a84cfbad310470d72: Time spent bootstrapping tablet: real 0.014s	user 0.013s	sys 0.000s
I20260608 12:38:03.782218  2034 tablet_bootstrap.cc:492] T 8127568734d0462db9ede75bd73d3470 P fd9d28e6c3fe452f96789e20373312a5: No bootstrap required, opened a new log
I20260608 12:38:03.782738  2034 ts_tablet_manager.cc:1403] T 8127568734d0462db9ede75bd73d3470 P fd9d28e6c3fe452f96789e20373312a5: Time spent bootstrapping tablet: real 0.014s	user 0.010s	sys 0.002s
I20260608 12:38:03.783006  2035 tablet_bootstrap.cc:654] T 963bf9e9383b44c68061857a2fc00d0f P b614bae7e6c24c47a428455450aa1bd5: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:03.784150  2033 raft_consensus.cc:359] T 386653910f264072acb9c07b654616b0 P 522fa6186c0c465a84cfbad310470d72 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "522fa6186c0c465a84cfbad310470d72" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43375 } }
I20260608 12:38:03.784744  2033 raft_consensus.cc:385] T 386653910f264072acb9c07b654616b0 P 522fa6186c0c465a84cfbad310470d72 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:03.785089  2033 raft_consensus.cc:740] T 386653910f264072acb9c07b654616b0 P 522fa6186c0c465a84cfbad310470d72 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 522fa6186c0c465a84cfbad310470d72, State: Initialized, Role: FOLLOWER
I20260608 12:38:03.785923  2034 raft_consensus.cc:359] T 8127568734d0462db9ede75bd73d3470 P fd9d28e6c3fe452f96789e20373312a5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fd9d28e6c3fe452f96789e20373312a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37291 } }
I20260608 12:38:03.786043  2033 consensus_queue.cc:260] T 386653910f264072acb9c07b654616b0 P 522fa6186c0c465a84cfbad310470d72 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "522fa6186c0c465a84cfbad310470d72" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43375 } }
I20260608 12:38:03.786530  2034 raft_consensus.cc:385] T 8127568734d0462db9ede75bd73d3470 P fd9d28e6c3fe452f96789e20373312a5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:03.786737  2033 raft_consensus.cc:399] T 386653910f264072acb9c07b654616b0 P 522fa6186c0c465a84cfbad310470d72 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:38:03.786911  2034 raft_consensus.cc:740] T 8127568734d0462db9ede75bd73d3470 P fd9d28e6c3fe452f96789e20373312a5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fd9d28e6c3fe452f96789e20373312a5, State: Initialized, Role: FOLLOWER
I20260608 12:38:03.787127  2033 raft_consensus.cc:493] T 386653910f264072acb9c07b654616b0 P 522fa6186c0c465a84cfbad310470d72 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:38:03.787514  2033 raft_consensus.cc:3060] T 386653910f264072acb9c07b654616b0 P 522fa6186c0c465a84cfbad310470d72 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:03.787631  2035 tablet_bootstrap.cc:492] T 963bf9e9383b44c68061857a2fc00d0f P b614bae7e6c24c47a428455450aa1bd5: No bootstrap required, opened a new log
I20260608 12:38:03.787703  2034 consensus_queue.cc:260] T 8127568734d0462db9ede75bd73d3470 P fd9d28e6c3fe452f96789e20373312a5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "fd9d28e6c3fe452f96789e20373312a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37291 } }
I20260608 12:38:03.788349  2035 ts_tablet_manager.cc:1403] T 963bf9e9383b44c68061857a2fc00d0f P b614bae7e6c24c47a428455450aa1bd5: Time spent bootstrapping tablet: real 0.012s	user 0.003s	sys 0.008s
I20260608 12:38:03.788686  2034 raft_consensus.cc:399] T 8127568734d0462db9ede75bd73d3470 P fd9d28e6c3fe452f96789e20373312a5 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:38:03.789073  2034 raft_consensus.cc:493] T 8127568734d0462db9ede75bd73d3470 P fd9d28e6c3fe452f96789e20373312a5 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:38:03.789423  2034 raft_consensus.cc:3060] T 8127568734d0462db9ede75bd73d3470 P fd9d28e6c3fe452f96789e20373312a5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:03.790782  2035 raft_consensus.cc:359] T 963bf9e9383b44c68061857a2fc00d0f P b614bae7e6c24c47a428455450aa1bd5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b614bae7e6c24c47a428455450aa1bd5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35399 } }
I20260608 12:38:03.791203  2035 raft_consensus.cc:385] T 963bf9e9383b44c68061857a2fc00d0f P b614bae7e6c24c47a428455450aa1bd5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:03.791425  2035 raft_consensus.cc:740] T 963bf9e9383b44c68061857a2fc00d0f P b614bae7e6c24c47a428455450aa1bd5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b614bae7e6c24c47a428455450aa1bd5, State: Initialized, Role: FOLLOWER
I20260608 12:38:03.792013  2035 consensus_queue.cc:260] T 963bf9e9383b44c68061857a2fc00d0f P b614bae7e6c24c47a428455450aa1bd5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "b614bae7e6c24c47a428455450aa1bd5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35399 } }
I20260608 12:38:03.792482  2035 raft_consensus.cc:399] T 963bf9e9383b44c68061857a2fc00d0f P b614bae7e6c24c47a428455450aa1bd5 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:38:03.792717  2035 raft_consensus.cc:493] T 963bf9e9383b44c68061857a2fc00d0f P b614bae7e6c24c47a428455450aa1bd5 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:38:03.793054  2035 raft_consensus.cc:3060] T 963bf9e9383b44c68061857a2fc00d0f P b614bae7e6c24c47a428455450aa1bd5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:03.794113  2033 raft_consensus.cc:515] T 386653910f264072acb9c07b654616b0 P 522fa6186c0c465a84cfbad310470d72 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "522fa6186c0c465a84cfbad310470d72" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43375 } }
I20260608 12:38:03.794821  2033 leader_election.cc:304] T 386653910f264072acb9c07b654616b0 P 522fa6186c0c465a84cfbad310470d72 [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: 522fa6186c0c465a84cfbad310470d72; no voters: 
I20260608 12:38:03.795722  2034 raft_consensus.cc:515] T 8127568734d0462db9ede75bd73d3470 P fd9d28e6c3fe452f96789e20373312a5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fd9d28e6c3fe452f96789e20373312a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37291 } }
I20260608 12:38:03.796490  2034 leader_election.cc:304] T 8127568734d0462db9ede75bd73d3470 P fd9d28e6c3fe452f96789e20373312a5 [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: fd9d28e6c3fe452f96789e20373312a5; no voters: 
I20260608 12:38:03.797260  2033 leader_election.cc:290] T 386653910f264072acb9c07b654616b0 P 522fa6186c0c465a84cfbad310470d72 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:38:03.797807  2039 raft_consensus.cc:2804] T 386653910f264072acb9c07b654616b0 P 522fa6186c0c465a84cfbad310470d72 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:03.798767  2035 raft_consensus.cc:515] T 963bf9e9383b44c68061857a2fc00d0f P b614bae7e6c24c47a428455450aa1bd5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b614bae7e6c24c47a428455450aa1bd5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35399 } }
I20260608 12:38:03.799597  2035 leader_election.cc:304] T 963bf9e9383b44c68061857a2fc00d0f P b614bae7e6c24c47a428455450aa1bd5 [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: b614bae7e6c24c47a428455450aa1bd5; no voters: 
I20260608 12:38:03.808679  2040 raft_consensus.cc:2804] T 8127568734d0462db9ede75bd73d3470 P fd9d28e6c3fe452f96789e20373312a5 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:03.809305  2034 leader_election.cc:290] T 8127568734d0462db9ede75bd73d3470 P fd9d28e6c3fe452f96789e20373312a5 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:38:03.810947  2039 raft_consensus.cc:697] T 386653910f264072acb9c07b654616b0 P 522fa6186c0c465a84cfbad310470d72 [term 1 LEADER]: Becoming Leader. State: Replica: 522fa6186c0c465a84cfbad310470d72, State: Running, Role: LEADER
I20260608 12:38:03.813262  2043 raft_consensus.cc:2804] T 963bf9e9383b44c68061857a2fc00d0f P b614bae7e6c24c47a428455450aa1bd5 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:03.811880  2033 ts_tablet_manager.cc:1434] T 386653910f264072acb9c07b654616b0 P 522fa6186c0c465a84cfbad310470d72: Time spent starting tablet: real 0.030s	user 0.021s	sys 0.008s
I20260608 12:38:03.812721  2035 leader_election.cc:290] T 963bf9e9383b44c68061857a2fc00d0f P b614bae7e6c24c47a428455450aa1bd5 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:38:03.815331  2034 ts_tablet_manager.cc:1434] T 8127568734d0462db9ede75bd73d3470 P fd9d28e6c3fe452f96789e20373312a5: Time spent starting tablet: real 0.032s	user 0.021s	sys 0.002s
I20260608 12:38:03.813501  2039 consensus_queue.cc:237] T 386653910f264072acb9c07b654616b0 P 522fa6186c0c465a84cfbad310470d72 [LEADER]: Queue going to LEADER mode. State: All 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: "522fa6186c0c465a84cfbad310470d72" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43375 } }
I20260608 12:38:03.819083  2043 raft_consensus.cc:697] T 963bf9e9383b44c68061857a2fc00d0f P b614bae7e6c24c47a428455450aa1bd5 [term 1 LEADER]: Becoming Leader. State: Replica: b614bae7e6c24c47a428455450aa1bd5, State: Running, Role: LEADER
I20260608 12:38:03.819996  2043 consensus_queue.cc:237] T 963bf9e9383b44c68061857a2fc00d0f P b614bae7e6c24c47a428455450aa1bd5 [LEADER]: Queue going to LEADER mode. State: All 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: "b614bae7e6c24c47a428455450aa1bd5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35399 } }
I20260608 12:38:03.826443  2035 ts_tablet_manager.cc:1434] T 963bf9e9383b44c68061857a2fc00d0f P b614bae7e6c24c47a428455450aa1bd5: Time spent starting tablet: real 0.038s	user 0.017s	sys 0.013s
I20260608 12:38:03.840516  1614 catalog_manager.cc:5696] T 386653910f264072acb9c07b654616b0 P 522fa6186c0c465a84cfbad310470d72 reported cstate change: term changed from 0 to 1, leader changed from <none> to 522fa6186c0c465a84cfbad310470d72 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "522fa6186c0c465a84cfbad310470d72" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "522fa6186c0c465a84cfbad310470d72" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43375 } health_report { overall_health: HEALTHY } } }
I20260608 12:38:03.836796  1613 catalog_manager.cc:5696] T 963bf9e9383b44c68061857a2fc00d0f P b614bae7e6c24c47a428455450aa1bd5 reported cstate change: term changed from 0 to 1, leader changed from <none> to b614bae7e6c24c47a428455450aa1bd5 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "b614bae7e6c24c47a428455450aa1bd5" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b614bae7e6c24c47a428455450aa1bd5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35399 } health_report { overall_health: HEALTHY } } }
I20260608 12:38:03.864221  2040 raft_consensus.cc:697] T 8127568734d0462db9ede75bd73d3470 P fd9d28e6c3fe452f96789e20373312a5 [term 1 LEADER]: Becoming Leader. State: Replica: fd9d28e6c3fe452f96789e20373312a5, State: Running, Role: LEADER
I20260608 12:38:03.865167  2040 consensus_queue.cc:237] T 8127568734d0462db9ede75bd73d3470 P fd9d28e6c3fe452f96789e20373312a5 [LEADER]: Queue going to LEADER mode. State: All 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: "fd9d28e6c3fe452f96789e20373312a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37291 } }
I20260608 12:38:03.888959  1614 catalog_manager.cc:5696] T 8127568734d0462db9ede75bd73d3470 P fd9d28e6c3fe452f96789e20373312a5 reported cstate change: term changed from 0 to 1, leader changed from <none> to fd9d28e6c3fe452f96789e20373312a5 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "fd9d28e6c3fe452f96789e20373312a5" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fd9d28e6c3fe452f96789e20373312a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37291 } health_report { overall_health: HEALTHY } } }
I20260608 12:38:03.926271   431 master.cc:562] Master@127.0.107.253:32805 shutting down...
I20260608 12:38:03.940296   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:03.941138   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:03.941522   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 24b08aa38c484f8ba80ce16d6c1a4bcf: stopping tablet replica
I20260608 12:38:03.962153   431 master.cc:584] Master@127.0.107.253:32805 shutdown complete.
W20260608 12:38:04.876871  1843 heartbeater.cc:646] Failed to heartbeat to 127.0.107.253:32805 (0 consecutive failures): Network error: Failed to send heartbeat to master: Client connection negotiation failed: client connection to 127.0.107.253:32805: connect: Connection refused (error 111)
I20260608 12:38:05.408397  2059 raft_consensus.cc:493] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 24b08aa38c484f8ba80ce16d6c1a4bcf)
I20260608 12:38:05.409004  2060 raft_consensus.cc:493] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 24b08aa38c484f8ba80ce16d6c1a4bcf)
I20260608 12:38:05.408991  2059 raft_consensus.cc:515] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb182045191c4e9faee5d234c22ac75c" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34003 } } peers { permanent_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 32805 } } peers { permanent_uuid: "0188716f133e4e01a6af9b5120af452a" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35585 } }
I20260608 12:38:05.409519  2060 raft_consensus.cc:515] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb182045191c4e9faee5d234c22ac75c" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34003 } } peers { permanent_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 32805 } } peers { permanent_uuid: "0188716f133e4e01a6af9b5120af452a" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35585 } }
I20260608 12:38:05.411294  2059 leader_election.cc:290] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers fb182045191c4e9faee5d234c22ac75c (127.0.107.254:34003), 24b08aa38c484f8ba80ce16d6c1a4bcf (127.0.107.253:32805)
I20260608 12:38:05.411798  1559 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0188716f133e4e01a6af9b5120af452a" candidate_term: 2 candidate_status { last_received { term: 1 index: 10 } } ignore_live_leader: false dest_uuid: "fb182045191c4e9faee5d234c22ac75c" is_pre_election: true
I20260608 12:38:05.412562  1559 raft_consensus.cc:2468] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0188716f133e4e01a6af9b5120af452a in term 1.
I20260608 12:38:05.413892  1666 leader_election.cc:304] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [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: 0188716f133e4e01a6af9b5120af452a, fb182045191c4e9faee5d234c22ac75c; no voters: 
I20260608 12:38:05.414369  2060 leader_election.cc:290] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 24b08aa38c484f8ba80ce16d6c1a4bcf (127.0.107.253:32805), 0188716f133e4e01a6af9b5120af452a (127.0.107.252:35585)
I20260608 12:38:05.414705  2059 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:38:05.415091  2059 raft_consensus.cc:493] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [term 1 FOLLOWER]: Starting leader election (detected failure of leader 24b08aa38c484f8ba80ce16d6c1a4bcf)
I20260608 12:38:05.415516  2059 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:38:05.415881  1690 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fb182045191c4e9faee5d234c22ac75c" candidate_term: 2 candidate_status { last_received { term: 1 index: 10 } } ignore_live_leader: false dest_uuid: "0188716f133e4e01a6af9b5120af452a" is_pre_election: true
W20260608 12:38:05.418781  1663 leader_election.cc:336] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 24b08aa38c484f8ba80ce16d6c1a4bcf (127.0.107.253:32805): Network error: Client connection negotiation failed: client connection to 127.0.107.253:32805: connect: Connection refused (error 111)
W20260608 12:38:05.419436  1533 leader_election.cc:336] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 24b08aa38c484f8ba80ce16d6c1a4bcf (127.0.107.253:32805): Network error: Client connection negotiation failed: client connection to 127.0.107.253:32805: connect: Connection refused (error 111)
I20260608 12:38:05.421535  2059 raft_consensus.cc:515] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb182045191c4e9faee5d234c22ac75c" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34003 } } peers { permanent_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 32805 } } peers { permanent_uuid: "0188716f133e4e01a6af9b5120af452a" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35585 } }
I20260608 12:38:05.422508  1690 raft_consensus.cc:2393] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate fb182045191c4e9faee5d234c22ac75c in current term 2: Already voted for candidate 0188716f133e4e01a6af9b5120af452a in this term.
I20260608 12:38:05.423537  2059 leader_election.cc:290] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [CANDIDATE]: Term 2 election: Requested vote from peers fb182045191c4e9faee5d234c22ac75c (127.0.107.254:34003), 24b08aa38c484f8ba80ce16d6c1a4bcf (127.0.107.253:32805)
I20260608 12:38:05.424189  1559 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0188716f133e4e01a6af9b5120af452a" candidate_term: 2 candidate_status { last_received { term: 1 index: 10 } } ignore_live_leader: false dest_uuid: "fb182045191c4e9faee5d234c22ac75c"
I20260608 12:38:05.424779  1559 raft_consensus.cc:3060] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:38:05.424680  1534 leader_election.cc:304] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c [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: fb182045191c4e9faee5d234c22ac75c; no voters: 0188716f133e4e01a6af9b5120af452a, 24b08aa38c484f8ba80ce16d6c1a4bcf
W20260608 12:38:05.427932  1663 leader_election.cc:336] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 24b08aa38c484f8ba80ce16d6c1a4bcf (127.0.107.253:32805): Network error: Client connection negotiation failed: client connection to 127.0.107.253:32805: connect: Connection refused (error 111)
I20260608 12:38:05.430325  1559 raft_consensus.cc:2468] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0188716f133e4e01a6af9b5120af452a in term 2.
I20260608 12:38:05.430739  2060 raft_consensus.cc:2749] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c [term 2 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:38:05.431342  1666 leader_election.cc:304] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [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: 0188716f133e4e01a6af9b5120af452a, fb182045191c4e9faee5d234c22ac75c; no voters: 24b08aa38c484f8ba80ce16d6c1a4bcf
I20260608 12:38:05.432171  2059 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:38:05.432992  2059 raft_consensus.cc:697] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [term 2 LEADER]: Becoming Leader. State: Replica: 0188716f133e4e01a6af9b5120af452a, State: Running, Role: LEADER
I20260608 12:38:05.433663  2059 consensus_queue.cc:237] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 10, Committed index: 10, Last appended: 1.10, Last appended by leader: 10, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb182045191c4e9faee5d234c22ac75c" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34003 } } peers { permanent_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 32805 } } peers { permanent_uuid: "0188716f133e4e01a6af9b5120af452a" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35585 } }
I20260608 12:38:05.437191  2065 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0188716f133e4e01a6af9b5120af452a. Latest consensus state: current_term: 2 leader_uuid: "0188716f133e4e01a6af9b5120af452a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb182045191c4e9faee5d234c22ac75c" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34003 } } peers { permanent_uuid: "24b08aa38c484f8ba80ce16d6c1a4bcf" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 32805 } } peers { permanent_uuid: "0188716f133e4e01a6af9b5120af452a" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35585 } } }
I20260608 12:38:05.437930  2065 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:05.439272  2067 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:38:05.444283  2067 catalog_manager.cc:679] Loaded metadata for table test-workload [id=f35eade278c54464a84ba442842e8188]
I20260608 12:38:05.448805  2067 tablet_loader.cc:96] loaded metadata for tablet 386653910f264072acb9c07b654616b0 (table test-workload [id=f35eade278c54464a84ba442842e8188])
I20260608 12:38:05.449802  2067 tablet_loader.cc:96] loaded metadata for tablet 8127568734d0462db9ede75bd73d3470 (table test-workload [id=f35eade278c54464a84ba442842e8188])
I20260608 12:38:05.450680  2067 tablet_loader.cc:96] loaded metadata for tablet 963bf9e9383b44c68061857a2fc00d0f (table test-workload [id=f35eade278c54464a84ba442842e8188])
I20260608 12:38:05.451570  2067 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:38:05.454756  2067 catalog_manager.cc:1294] Loaded cluster ID: ae75cc7b85bb4a1db838e97750c65a56
I20260608 12:38:05.454945  2067 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:38:05.458343  2067 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:38:05.461268  2067 catalog_manager.cc:6080] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a: Loaded TSK: 0
I20260608 12:38:05.462096  2067 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:38:05.588449  1745 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:05.588779  1745 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:05.623418   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:38:05.640202   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:05.640870   431 tablet_replica.cc:333] T 386653910f264072acb9c07b654616b0 P 522fa6186c0c465a84cfbad310470d72: stopping tablet replica
I20260608 12:38:05.641404   431 raft_consensus.cc:2243] T 386653910f264072acb9c07b654616b0 P 522fa6186c0c465a84cfbad310470d72 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:05.641819   431 raft_consensus.cc:2272] T 386653910f264072acb9c07b654616b0 P 522fa6186c0c465a84cfbad310470d72 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:05.658845   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:38:05.668363   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:38:05.683921   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:05.684578   431 tablet_replica.cc:333] T 8127568734d0462db9ede75bd73d3470 P fd9d28e6c3fe452f96789e20373312a5: stopping tablet replica
I20260608 12:38:05.685130   431 raft_consensus.cc:2243] T 8127568734d0462db9ede75bd73d3470 P fd9d28e6c3fe452f96789e20373312a5 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:05.685515   431 raft_consensus.cc:2272] T 8127568734d0462db9ede75bd73d3470 P fd9d28e6c3fe452f96789e20373312a5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:05.702759   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:38:05.710412   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:38:05.725353   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:05.725915   431 tablet_replica.cc:333] T 963bf9e9383b44c68061857a2fc00d0f P b614bae7e6c24c47a428455450aa1bd5: stopping tablet replica
I20260608 12:38:05.726395   431 raft_consensus.cc:2243] T 963bf9e9383b44c68061857a2fc00d0f P b614bae7e6c24c47a428455450aa1bd5 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:05.726794   431 raft_consensus.cc:2272] T 963bf9e9383b44c68061857a2fc00d0f P b614bae7e6c24c47a428455450aa1bd5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:05.743819   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:38:05.751650   431 master.cc:562] Master@127.0.107.254:34003 shutting down...
I20260608 12:38:05.764007   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:05.764493   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:05.764772   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P fb182045191c4e9faee5d234c22ac75c: stopping tablet replica
I20260608 12:38:05.783103   431 master.cc:584] Master@127.0.107.254:34003 shutdown complete.
I20260608 12:38:05.792549   431 master.cc:562] Master@127.0.107.252:35585 shutting down...
I20260608 12:38:05.804404   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:38:05.805133   431 pending_rounds.cc:70] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a: Trying to abort 1 pending ops.
I20260608 12:38:05.805352   431 pending_rounds.cc:77] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a: Aborting op as it isn't in flight: id { term: 2 index: 11 } timestamp: 7294657681142915072 op_type: NO_OP noop_request { }
I20260608 12:38:05.805644   431 raft_consensus.cc:2889] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [term 2 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:38:05.805915   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:05.806274   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 0188716f133e4e01a6af9b5120af452a: stopping tablet replica
I20260608 12:38:05.824087   431 master.cc:584] Master@127.0.107.252:35585 shutdown complete.
[       OK ] AutoRebalancerTest.NextLeaderResumesAutoRebalancing (4633 ms)
[ RUN      ] AutoRebalancerTest.MovesScheduledIfAddTserver
I20260608 12:38:05.847903   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:37795
I20260608 12:38:05.848986   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:05.853853  2068 instance_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:05.854017  2069 instance_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:05.855214  2071 instance_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:05.856292   431 server_base.cc:1061] running on GCE node
I20260608 12:38:05.857021   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:05.857208   431 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:05.857347   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922285857329 us; error 0 us; skew 500 ppm
I20260608 12:38:05.857901   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:05.860111   431 webserver.cc:533] Webserver started at http://127.0.107.254:46663/ using document root <none> and password file <none>
I20260608 12:38:05.860600   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:05.860786   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:05.861070   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:05.862078   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922266998516-431-0/minicluster-data/master-0-root/instance:
uuid: "62c8688fca4f4b759132ed9877e7f8a8"
format_stamp: "Formatted at 2026-06-08 12:38:05 on dist-test-slave-3g00"
I20260608 12:38:05.866379   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:38:05.869774  2076 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:05.870509   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:38:05.870782   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922266998516-431-0/minicluster-data/master-0-root
uuid: "62c8688fca4f4b759132ed9877e7f8a8"
format_stamp: "Formatted at 2026-06-08 12:38:05 on dist-test-slave-3g00"
I20260608 12:38:05.871032   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922266998516-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922266998516-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922266998516-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:05.892091   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:05.893105   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:05.926792   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:37795
I20260608 12:38:05.926898  2127 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:37795 every 8 connection(s)
I20260608 12:38:05.930573  2128 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:05.940385  2128 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 62c8688fca4f4b759132ed9877e7f8a8: Bootstrap starting.
I20260608 12:38:05.944566  2128 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 62c8688fca4f4b759132ed9877e7f8a8: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:05.948307  2128 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 62c8688fca4f4b759132ed9877e7f8a8: No bootstrap required, opened a new log
I20260608 12:38:05.950320  2128 raft_consensus.cc:359] T 00000000000000000000000000000000 P 62c8688fca4f4b759132ed9877e7f8a8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "62c8688fca4f4b759132ed9877e7f8a8" member_type: VOTER }
I20260608 12:38:05.950688  2128 raft_consensus.cc:385] T 00000000000000000000000000000000 P 62c8688fca4f4b759132ed9877e7f8a8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:05.950901  2128 raft_consensus.cc:740] T 00000000000000000000000000000000 P 62c8688fca4f4b759132ed9877e7f8a8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 62c8688fca4f4b759132ed9877e7f8a8, State: Initialized, Role: FOLLOWER
I20260608 12:38:05.951493  2128 consensus_queue.cc:260] T 00000000000000000000000000000000 P 62c8688fca4f4b759132ed9877e7f8a8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "62c8688fca4f4b759132ed9877e7f8a8" member_type: VOTER }
I20260608 12:38:05.951942  2128 raft_consensus.cc:399] T 00000000000000000000000000000000 P 62c8688fca4f4b759132ed9877e7f8a8 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:38:05.952160  2128 raft_consensus.cc:493] T 00000000000000000000000000000000 P 62c8688fca4f4b759132ed9877e7f8a8 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:38:05.952423  2128 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 62c8688fca4f4b759132ed9877e7f8a8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:05.956470  2128 raft_consensus.cc:515] T 00000000000000000000000000000000 P 62c8688fca4f4b759132ed9877e7f8a8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "62c8688fca4f4b759132ed9877e7f8a8" member_type: VOTER }
I20260608 12:38:05.956983  2128 leader_election.cc:304] T 00000000000000000000000000000000 P 62c8688fca4f4b759132ed9877e7f8a8 [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: 62c8688fca4f4b759132ed9877e7f8a8; no voters: 
I20260608 12:38:05.958046  2128 leader_election.cc:290] T 00000000000000000000000000000000 P 62c8688fca4f4b759132ed9877e7f8a8 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:38:05.958396  2131 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 62c8688fca4f4b759132ed9877e7f8a8 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:05.959652  2131 raft_consensus.cc:697] T 00000000000000000000000000000000 P 62c8688fca4f4b759132ed9877e7f8a8 [term 1 LEADER]: Becoming Leader. State: Replica: 62c8688fca4f4b759132ed9877e7f8a8, State: Running, Role: LEADER
I20260608 12:38:05.960330  2131 consensus_queue.cc:237] T 00000000000000000000000000000000 P 62c8688fca4f4b759132ed9877e7f8a8 [LEADER]: Queue going to LEADER mode. State: All 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: "62c8688fca4f4b759132ed9877e7f8a8" member_type: VOTER }
I20260608 12:38:05.960883  2128 sys_catalog.cc:565] T 00000000000000000000000000000000 P 62c8688fca4f4b759132ed9877e7f8a8 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:38:05.963016  2132 sys_catalog.cc:455] T 00000000000000000000000000000000 P 62c8688fca4f4b759132ed9877e7f8a8 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "62c8688fca4f4b759132ed9877e7f8a8" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "62c8688fca4f4b759132ed9877e7f8a8" member_type: VOTER } }
I20260608 12:38:05.963055  2133 sys_catalog.cc:455] T 00000000000000000000000000000000 P 62c8688fca4f4b759132ed9877e7f8a8 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 62c8688fca4f4b759132ed9877e7f8a8. Latest consensus state: current_term: 1 leader_uuid: "62c8688fca4f4b759132ed9877e7f8a8" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "62c8688fca4f4b759132ed9877e7f8a8" member_type: VOTER } }
I20260608 12:38:05.963724  2132 sys_catalog.cc:458] T 00000000000000000000000000000000 P 62c8688fca4f4b759132ed9877e7f8a8 [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:05.963805  2133 sys_catalog.cc:458] T 00000000000000000000000000000000 P 62c8688fca4f4b759132ed9877e7f8a8 [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:05.967943  2136 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:38:05.975136  2136 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:38:05.977310   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:38:05.983994  2136 catalog_manager.cc:1382] Generated new cluster ID: d194601927c84682b3877cfbdb96b1db
I20260608 12:38:05.984279  2136 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:38:06.003118  2136 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:38:06.004256  2136 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:38:06.019423  2136 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 62c8688fca4f4b759132ed9877e7f8a8: Generated new TSK 0
I20260608 12:38:06.020076  2136 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:38:06.043502   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:06.049432  2149 instance_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:06.050469  2150 instance_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:06.052134   431 server_base.cc:1061] running on GCE node
W20260608 12:38:06.052175  2152 instance_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:06.053256   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:06.053447   431 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:06.053582   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922286053570 us; error 0 us; skew 500 ppm
I20260608 12:38:06.054097   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:06.056329   431 webserver.cc:533] Webserver started at http://127.0.107.193:35255/ using document root <none> and password file <none>
I20260608 12:38:06.056862   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:06.057026   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:06.057258   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:06.058251   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922266998516-431-0/minicluster-data/ts-0-root/instance:
uuid: "6e2050bc24a5446f9f21b9fabbe48654"
format_stamp: "Formatted at 2026-06-08 12:38:06 on dist-test-slave-3g00"
I20260608 12:38:06.062726   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:38:06.065904  2157 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:06.066596   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:38:06.066854   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922266998516-431-0/minicluster-data/ts-0-root
uuid: "6e2050bc24a5446f9f21b9fabbe48654"
format_stamp: "Formatted at 2026-06-08 12:38:06 on dist-test-slave-3g00"
I20260608 12:38:06.067121   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922266998516-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922266998516-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922266998516-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:06.087553   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:06.088552   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:06.089987   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:06.092226   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:06.092415   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:06.092636   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:06.092799   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:06.128880   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:37945
I20260608 12:38:06.129009  2219 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:37945 every 8 connection(s)
I20260608 12:38:06.133734   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:06.140264  2224 instance_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:06.142021  2225 instance_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:06.143771   431 server_base.cc:1061] running on GCE node
W20260608 12:38:06.144074  2227 instance_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:06.144922   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:06.145128   431 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:06.145427   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922286145408 us; error 0 us; skew 500 ppm
I20260608 12:38:06.146210   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:06.149040   431 webserver.cc:533] Webserver started at http://127.0.107.194:46651/ using document root <none> and password file <none>
I20260608 12:38:06.149531   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:06.149729   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:06.149792  2220 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37795
I20260608 12:38:06.150107   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:06.150220  2220 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:06.151106  2220 heartbeater.cc:507] Master 127.0.107.254:37795 requested a full tablet report, sending...
I20260608 12:38:06.151531   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922266998516-431-0/minicluster-data/ts-1-root/instance:
uuid: "32fdd8bbe7e54a188fa182d6eaaffae9"
format_stamp: "Formatted at 2026-06-08 12:38:06 on dist-test-slave-3g00"
I20260608 12:38:06.153298  2093 ts_manager.cc:194] Registered new tserver with Master: 6e2050bc24a5446f9f21b9fabbe48654 (127.0.107.193:37945)
I20260608 12:38:06.154983  2093 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58750
I20260608 12:38:06.156350   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.003s
I20260608 12:38:06.159960  2232 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:06.160676   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:38:06.160960   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922266998516-431-0/minicluster-data/ts-1-root
uuid: "32fdd8bbe7e54a188fa182d6eaaffae9"
format_stamp: "Formatted at 2026-06-08 12:38:06 on dist-test-slave-3g00"
I20260608 12:38:06.161207   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922266998516-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922266998516-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922266998516-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:06.185400   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:06.186441   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:06.187753   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:06.190155   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:06.190382   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:06.190631   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:06.190793   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:06.227759   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:39495
I20260608 12:38:06.227861  2294 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:39495 every 8 connection(s)
I20260608 12:38:06.232647   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:06.239018  2298 instance_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:06.240733  2299 instance_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:06.242434  2301 instance_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:06.243193   431 server_base.cc:1061] running on GCE node
I20260608 12:38:06.244119   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:38:06.244253  2295 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37795
W20260608 12:38:06.244385   431 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:06.244642   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922286244625 us; error 0 us; skew 500 ppm
I20260608 12:38:06.244707  2295 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:06.245296   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:06.245508  2295 heartbeater.cc:507] Master 127.0.107.254:37795 requested a full tablet report, sending...
I20260608 12:38:06.247661  2093 ts_manager.cc:194] Registered new tserver with Master: 32fdd8bbe7e54a188fa182d6eaaffae9 (127.0.107.194:39495)
I20260608 12:38:06.247908   431 webserver.cc:533] Webserver started at http://127.0.107.195:42177/ using document root <none> and password file <none>
I20260608 12:38:06.248413   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:06.248576   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:06.248864   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:06.249161  2093 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58766
I20260608 12:38:06.249933   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922266998516-431-0/minicluster-data/ts-2-root/instance:
uuid: "d2607071a297425ea52420837d59d93b"
format_stamp: "Formatted at 2026-06-08 12:38:06 on dist-test-slave-3g00"
I20260608 12:38:06.254297   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:38:06.257440  2306 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:06.258184   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:38:06.258436   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922266998516-431-0/minicluster-data/ts-2-root
uuid: "d2607071a297425ea52420837d59d93b"
format_stamp: "Formatted at 2026-06-08 12:38:06 on dist-test-slave-3g00"
I20260608 12:38:06.258664   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922266998516-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922266998516-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922266998516-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:06.275525   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:06.276546   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:06.277861   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:06.280020   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:06.280210   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:06.280437   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:06.280586   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:06.316113   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:35355
I20260608 12:38:06.316211  2368 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:35355 every 8 connection(s)
I20260608 12:38:06.328874  2369 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37795
I20260608 12:38:06.329305  2369 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:06.329970  2369 heartbeater.cc:507] Master 127.0.107.254:37795 requested a full tablet report, sending...
I20260608 12:38:06.331897  2093 ts_manager.cc:194] Registered new tserver with Master: d2607071a297425ea52420837d59d93b (127.0.107.195:35355)
I20260608 12:38:06.332578   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013349697s
I20260608 12:38:06.333241  2093 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58776
I20260608 12:38:07.157872  2220 heartbeater.cc:499] Master 127.0.107.254:37795 was elected leader, sending a full tablet report...
I20260608 12:38:07.251914  2295 heartbeater.cc:499] Master 127.0.107.254:37795 was elected leader, sending a full tablet report...
I20260608 12:38:07.335963  2369 heartbeater.cc:499] Master 127.0.107.254:37795 was elected leader, sending a full tablet report...
I20260608 12:38:07.389801  2093 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:58780:
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:07.392163  2093 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:07.442699  2185 tablet_service.cc:1511] Processing CreateTablet for tablet 7edfce75da394400a0d7fbd95d881c80 (DEFAULT_TABLE table=test-workload [id=12a02788c5b949029bf12f572d2ab2e6]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260608 12:38:07.442840  2184 tablet_service.cc:1511] Processing CreateTablet for tablet 9344c7870cb249fbb1d2cc5797b7e594 (DEFAULT_TABLE table=test-workload [id=12a02788c5b949029bf12f572d2ab2e6]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260608 12:38:07.444799  2185 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7edfce75da394400a0d7fbd95d881c80. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:07.446048  2334 tablet_service.cc:1511] Processing CreateTablet for tablet 7edfce75da394400a0d7fbd95d881c80 (DEFAULT_TABLE table=test-workload [id=12a02788c5b949029bf12f572d2ab2e6]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260608 12:38:07.446534  2333 tablet_service.cc:1511] Processing CreateTablet for tablet 9344c7870cb249fbb1d2cc5797b7e594 (DEFAULT_TABLE table=test-workload [id=12a02788c5b949029bf12f572d2ab2e6]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260608 12:38:07.447115  2184 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9344c7870cb249fbb1d2cc5797b7e594. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:07.448011  2333 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9344c7870cb249fbb1d2cc5797b7e594. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:07.452018  2334 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7edfce75da394400a0d7fbd95d881c80. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:07.463241  2260 tablet_service.cc:1511] Processing CreateTablet for tablet 7edfce75da394400a0d7fbd95d881c80 (DEFAULT_TABLE table=test-workload [id=12a02788c5b949029bf12f572d2ab2e6]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260608 12:38:07.466053  2260 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7edfce75da394400a0d7fbd95d881c80. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:07.467211  2259 tablet_service.cc:1511] Processing CreateTablet for tablet 9344c7870cb249fbb1d2cc5797b7e594 (DEFAULT_TABLE table=test-workload [id=12a02788c5b949029bf12f572d2ab2e6]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260608 12:38:07.468653  2259 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9344c7870cb249fbb1d2cc5797b7e594. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:07.474175  2390 tablet_bootstrap.cc:492] T 7edfce75da394400a0d7fbd95d881c80 P 6e2050bc24a5446f9f21b9fabbe48654: Bootstrap starting.
I20260608 12:38:07.481659  2390 tablet_bootstrap.cc:654] T 7edfce75da394400a0d7fbd95d881c80 P 6e2050bc24a5446f9f21b9fabbe48654: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:07.484853  2391 tablet_bootstrap.cc:492] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b: Bootstrap starting.
I20260608 12:38:07.488039  2393 tablet_bootstrap.cc:492] T 7edfce75da394400a0d7fbd95d881c80 P 32fdd8bbe7e54a188fa182d6eaaffae9: Bootstrap starting.
I20260608 12:38:07.489823  2390 tablet_bootstrap.cc:492] T 7edfce75da394400a0d7fbd95d881c80 P 6e2050bc24a5446f9f21b9fabbe48654: No bootstrap required, opened a new log
I20260608 12:38:07.490409  2390 ts_tablet_manager.cc:1403] T 7edfce75da394400a0d7fbd95d881c80 P 6e2050bc24a5446f9f21b9fabbe48654: Time spent bootstrapping tablet: real 0.017s	user 0.002s	sys 0.012s
I20260608 12:38:07.492130  2391 tablet_bootstrap.cc:654] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:07.492964  2390 raft_consensus.cc:359] T 7edfce75da394400a0d7fbd95d881c80 P 6e2050bc24a5446f9f21b9fabbe48654 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } } peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } }
I20260608 12:38:07.493675  2390 raft_consensus.cc:385] T 7edfce75da394400a0d7fbd95d881c80 P 6e2050bc24a5446f9f21b9fabbe48654 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:07.493918  2390 raft_consensus.cc:740] T 7edfce75da394400a0d7fbd95d881c80 P 6e2050bc24a5446f9f21b9fabbe48654 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6e2050bc24a5446f9f21b9fabbe48654, State: Initialized, Role: FOLLOWER
I20260608 12:38:07.494668  2390 consensus_queue.cc:260] T 7edfce75da394400a0d7fbd95d881c80 P 6e2050bc24a5446f9f21b9fabbe48654 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } } peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } }
I20260608 12:38:07.497186  2393 tablet_bootstrap.cc:654] T 7edfce75da394400a0d7fbd95d881c80 P 32fdd8bbe7e54a188fa182d6eaaffae9: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:07.497689  2390 ts_tablet_manager.cc:1434] T 7edfce75da394400a0d7fbd95d881c80 P 6e2050bc24a5446f9f21b9fabbe48654: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.001s
I20260608 12:38:07.498251  2391 tablet_bootstrap.cc:492] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b: No bootstrap required, opened a new log
I20260608 12:38:07.498826  2390 tablet_bootstrap.cc:492] T 9344c7870cb249fbb1d2cc5797b7e594 P 6e2050bc24a5446f9f21b9fabbe48654: Bootstrap starting.
I20260608 12:38:07.498724  2391 ts_tablet_manager.cc:1403] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b: Time spent bootstrapping tablet: real 0.014s	user 0.004s	sys 0.008s
I20260608 12:38:07.502826  2391 raft_consensus.cc:359] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } } peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } }
I20260608 12:38:07.503602  2391 raft_consensus.cc:385] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:07.503928  2391 raft_consensus.cc:740] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d2607071a297425ea52420837d59d93b, State: Initialized, Role: FOLLOWER
I20260608 12:38:07.505036  2391 consensus_queue.cc:260] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } } peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } }
I20260608 12:38:07.507248  2390 tablet_bootstrap.cc:654] T 9344c7870cb249fbb1d2cc5797b7e594 P 6e2050bc24a5446f9f21b9fabbe48654: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:07.508014  2391 ts_tablet_manager.cc:1434] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.003s
I20260608 12:38:07.509066  2391 tablet_bootstrap.cc:492] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b: Bootstrap starting.
I20260608 12:38:07.515864  2391 tablet_bootstrap.cc:654] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:07.516739  2390 tablet_bootstrap.cc:492] T 9344c7870cb249fbb1d2cc5797b7e594 P 6e2050bc24a5446f9f21b9fabbe48654: No bootstrap required, opened a new log
I20260608 12:38:07.517259  2390 ts_tablet_manager.cc:1403] T 9344c7870cb249fbb1d2cc5797b7e594 P 6e2050bc24a5446f9f21b9fabbe48654: Time spent bootstrapping tablet: real 0.019s	user 0.007s	sys 0.008s
I20260608 12:38:07.520169  2390 raft_consensus.cc:359] T 9344c7870cb249fbb1d2cc5797b7e594 P 6e2050bc24a5446f9f21b9fabbe48654 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } } peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } }
I20260608 12:38:07.520993  2390 raft_consensus.cc:385] T 9344c7870cb249fbb1d2cc5797b7e594 P 6e2050bc24a5446f9f21b9fabbe48654 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:07.521338  2390 raft_consensus.cc:740] T 9344c7870cb249fbb1d2cc5797b7e594 P 6e2050bc24a5446f9f21b9fabbe48654 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6e2050bc24a5446f9f21b9fabbe48654, State: Initialized, Role: FOLLOWER
I20260608 12:38:07.521533  2393 tablet_bootstrap.cc:492] T 7edfce75da394400a0d7fbd95d881c80 P 32fdd8bbe7e54a188fa182d6eaaffae9: No bootstrap required, opened a new log
I20260608 12:38:07.521658  2391 tablet_bootstrap.cc:492] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b: No bootstrap required, opened a new log
I20260608 12:38:07.522114  2393 ts_tablet_manager.cc:1403] T 7edfce75da394400a0d7fbd95d881c80 P 32fdd8bbe7e54a188fa182d6eaaffae9: Time spent bootstrapping tablet: real 0.035s	user 0.008s	sys 0.005s
I20260608 12:38:07.522192  2391 ts_tablet_manager.cc:1403] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b: Time spent bootstrapping tablet: real 0.013s	user 0.007s	sys 0.005s
I20260608 12:38:07.522368  2390 consensus_queue.cc:260] T 9344c7870cb249fbb1d2cc5797b7e594 P 6e2050bc24a5446f9f21b9fabbe48654 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } } peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } }
I20260608 12:38:07.526348  2390 ts_tablet_manager.cc:1434] T 9344c7870cb249fbb1d2cc5797b7e594 P 6e2050bc24a5446f9f21b9fabbe48654: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.001s
I20260608 12:38:07.525972  2391 raft_consensus.cc:359] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } } peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } }
I20260608 12:38:07.526800  2391 raft_consensus.cc:385] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:07.527124  2391 raft_consensus.cc:740] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d2607071a297425ea52420837d59d93b, State: Initialized, Role: FOLLOWER
I20260608 12:38:07.527210  2393 raft_consensus.cc:359] T 7edfce75da394400a0d7fbd95d881c80 P 32fdd8bbe7e54a188fa182d6eaaffae9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } } peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } }
I20260608 12:38:07.527982  2393 raft_consensus.cc:385] T 7edfce75da394400a0d7fbd95d881c80 P 32fdd8bbe7e54a188fa182d6eaaffae9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:07.528334  2393 raft_consensus.cc:740] T 7edfce75da394400a0d7fbd95d881c80 P 32fdd8bbe7e54a188fa182d6eaaffae9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 32fdd8bbe7e54a188fa182d6eaaffae9, State: Initialized, Role: FOLLOWER
I20260608 12:38:07.528208  2391 consensus_queue.cc:260] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } } peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } }
I20260608 12:38:07.529233  2393 consensus_queue.cc:260] T 7edfce75da394400a0d7fbd95d881c80 P 32fdd8bbe7e54a188fa182d6eaaffae9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } } peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } }
I20260608 12:38:07.530754  2391 ts_tablet_manager.cc:1434] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:38:07.533627  2393 ts_tablet_manager.cc:1434] T 7edfce75da394400a0d7fbd95d881c80 P 32fdd8bbe7e54a188fa182d6eaaffae9: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.002s
I20260608 12:38:07.534690  2393 tablet_bootstrap.cc:492] T 9344c7870cb249fbb1d2cc5797b7e594 P 32fdd8bbe7e54a188fa182d6eaaffae9: Bootstrap starting.
I20260608 12:38:07.535590  2395 raft_consensus.cc:493] T 7edfce75da394400a0d7fbd95d881c80 P 6e2050bc24a5446f9f21b9fabbe48654 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:07.536180  2395 raft_consensus.cc:515] T 7edfce75da394400a0d7fbd95d881c80 P 6e2050bc24a5446f9f21b9fabbe48654 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } } peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } }
I20260608 12:38:07.539256  2395 leader_election.cc:290] T 7edfce75da394400a0d7fbd95d881c80 P 6e2050bc24a5446f9f21b9fabbe48654 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d2607071a297425ea52420837d59d93b (127.0.107.195:35355), 32fdd8bbe7e54a188fa182d6eaaffae9 (127.0.107.194:39495)
I20260608 12:38:07.541496  2393 tablet_bootstrap.cc:654] T 9344c7870cb249fbb1d2cc5797b7e594 P 32fdd8bbe7e54a188fa182d6eaaffae9: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:07.551285  2393 tablet_bootstrap.cc:492] T 9344c7870cb249fbb1d2cc5797b7e594 P 32fdd8bbe7e54a188fa182d6eaaffae9: No bootstrap required, opened a new log
I20260608 12:38:07.551818  2393 ts_tablet_manager.cc:1403] T 9344c7870cb249fbb1d2cc5797b7e594 P 32fdd8bbe7e54a188fa182d6eaaffae9: Time spent bootstrapping tablet: real 0.017s	user 0.012s	sys 0.005s
I20260608 12:38:07.554378  2393 raft_consensus.cc:359] T 9344c7870cb249fbb1d2cc5797b7e594 P 32fdd8bbe7e54a188fa182d6eaaffae9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } } peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } }
I20260608 12:38:07.555076  2393 raft_consensus.cc:385] T 9344c7870cb249fbb1d2cc5797b7e594 P 32fdd8bbe7e54a188fa182d6eaaffae9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:07.555382  2393 raft_consensus.cc:740] T 9344c7870cb249fbb1d2cc5797b7e594 P 32fdd8bbe7e54a188fa182d6eaaffae9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 32fdd8bbe7e54a188fa182d6eaaffae9, State: Initialized, Role: FOLLOWER
I20260608 12:38:07.556115  2393 consensus_queue.cc:260] T 9344c7870cb249fbb1d2cc5797b7e594 P 32fdd8bbe7e54a188fa182d6eaaffae9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } } peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } }
I20260608 12:38:07.558265  2393 ts_tablet_manager.cc:1434] T 9344c7870cb249fbb1d2cc5797b7e594 P 32fdd8bbe7e54a188fa182d6eaaffae9: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260608 12:38:07.560868  2344 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7edfce75da394400a0d7fbd95d881c80" candidate_uuid: "6e2050bc24a5446f9f21b9fabbe48654" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2607071a297425ea52420837d59d93b" is_pre_election: true
I20260608 12:38:07.561614  2344 raft_consensus.cc:2468] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6e2050bc24a5446f9f21b9fabbe48654 in term 0.
I20260608 12:38:07.562860  2396 raft_consensus.cc:493] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:07.563316  2396 raft_consensus.cc:515] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } } peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } }
I20260608 12:38:07.565444  2159 leader_election.cc:304] T 7edfce75da394400a0d7fbd95d881c80 P 6e2050bc24a5446f9f21b9fabbe48654 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6e2050bc24a5446f9f21b9fabbe48654, d2607071a297425ea52420837d59d93b; no voters: 
I20260608 12:38:07.567237  2395 raft_consensus.cc:2804] T 7edfce75da394400a0d7fbd95d881c80 P 6e2050bc24a5446f9f21b9fabbe48654 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:07.567646  2395 raft_consensus.cc:493] T 7edfce75da394400a0d7fbd95d881c80 P 6e2050bc24a5446f9f21b9fabbe48654 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:07.568140  2395 raft_consensus.cc:3060] T 7edfce75da394400a0d7fbd95d881c80 P 6e2050bc24a5446f9f21b9fabbe48654 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:07.567553  2270 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7edfce75da394400a0d7fbd95d881c80" candidate_uuid: "6e2050bc24a5446f9f21b9fabbe48654" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" is_pre_election: true
I20260608 12:38:07.573174  2270 raft_consensus.cc:2468] T 7edfce75da394400a0d7fbd95d881c80 P 32fdd8bbe7e54a188fa182d6eaaffae9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6e2050bc24a5446f9f21b9fabbe48654 in term 0.
I20260608 12:38:07.567224  2396 leader_election.cc:290] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6e2050bc24a5446f9f21b9fabbe48654 (127.0.107.193:37945), 32fdd8bbe7e54a188fa182d6eaaffae9 (127.0.107.194:39495)
I20260608 12:38:07.576459  2395 raft_consensus.cc:515] T 7edfce75da394400a0d7fbd95d881c80 P 6e2050bc24a5446f9f21b9fabbe48654 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } } peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } }
I20260608 12:38:07.578576  2395 leader_election.cc:290] T 7edfce75da394400a0d7fbd95d881c80 P 6e2050bc24a5446f9f21b9fabbe48654 [CANDIDATE]: Term 1 election: Requested vote from peers d2607071a297425ea52420837d59d93b (127.0.107.195:35355), 32fdd8bbe7e54a188fa182d6eaaffae9 (127.0.107.194:39495)
I20260608 12:38:07.579294  2344 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7edfce75da394400a0d7fbd95d881c80" candidate_uuid: "6e2050bc24a5446f9f21b9fabbe48654" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2607071a297425ea52420837d59d93b"
I20260608 12:38:07.579874  2344 raft_consensus.cc:3060] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:07.583842  2195 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9344c7870cb249fbb1d2cc5797b7e594" candidate_uuid: "d2607071a297425ea52420837d59d93b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6e2050bc24a5446f9f21b9fabbe48654" is_pre_election: true
I20260608 12:38:07.584544  2270 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7edfce75da394400a0d7fbd95d881c80" candidate_uuid: "6e2050bc24a5446f9f21b9fabbe48654" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9"
I20260608 12:38:07.584692  2195 raft_consensus.cc:2468] T 9344c7870cb249fbb1d2cc5797b7e594 P 6e2050bc24a5446f9f21b9fabbe48654 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d2607071a297425ea52420837d59d93b in term 0.
I20260608 12:38:07.585151  2270 raft_consensus.cc:3060] T 7edfce75da394400a0d7fbd95d881c80 P 32fdd8bbe7e54a188fa182d6eaaffae9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:07.586092  2269 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9344c7870cb249fbb1d2cc5797b7e594" candidate_uuid: "d2607071a297425ea52420837d59d93b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" is_pre_election: true
I20260608 12:38:07.587045  2269 raft_consensus.cc:2468] T 9344c7870cb249fbb1d2cc5797b7e594 P 32fdd8bbe7e54a188fa182d6eaaffae9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d2607071a297425ea52420837d59d93b in term 0.
I20260608 12:38:07.587455  2307 leader_election.cc:304] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6e2050bc24a5446f9f21b9fabbe48654, d2607071a297425ea52420837d59d93b; no voters: 
I20260608 12:38:07.588653  2396 raft_consensus.cc:2804] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:07.587890  2344 raft_consensus.cc:2468] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6e2050bc24a5446f9f21b9fabbe48654 in term 1.
I20260608 12:38:07.588972  2396 raft_consensus.cc:493] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:07.589359  2396 raft_consensus.cc:3060] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:07.589773  2159 leader_election.cc:304] T 7edfce75da394400a0d7fbd95d881c80 P 6e2050bc24a5446f9f21b9fabbe48654 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6e2050bc24a5446f9f21b9fabbe48654, d2607071a297425ea52420837d59d93b; no voters: 
I20260608 12:38:07.590588  2395 raft_consensus.cc:2804] T 7edfce75da394400a0d7fbd95d881c80 P 6e2050bc24a5446f9f21b9fabbe48654 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:07.592340  2395 raft_consensus.cc:697] T 7edfce75da394400a0d7fbd95d881c80 P 6e2050bc24a5446f9f21b9fabbe48654 [term 1 LEADER]: Becoming Leader. State: Replica: 6e2050bc24a5446f9f21b9fabbe48654, State: Running, Role: LEADER
I20260608 12:38:07.592948  2270 raft_consensus.cc:2468] T 7edfce75da394400a0d7fbd95d881c80 P 32fdd8bbe7e54a188fa182d6eaaffae9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6e2050bc24a5446f9f21b9fabbe48654 in term 1.
I20260608 12:38:07.593360  2395 consensus_queue.cc:237] T 7edfce75da394400a0d7fbd95d881c80 P 6e2050bc24a5446f9f21b9fabbe48654 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } } peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } }
I20260608 12:38:07.595731  2396 raft_consensus.cc:515] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } } peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } }
I20260608 12:38:07.598701  2396 leader_election.cc:290] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [CANDIDATE]: Term 1 election: Requested vote from peers 6e2050bc24a5446f9f21b9fabbe48654 (127.0.107.193:37945), 32fdd8bbe7e54a188fa182d6eaaffae9 (127.0.107.194:39495)
I20260608 12:38:07.598677  2195 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9344c7870cb249fbb1d2cc5797b7e594" candidate_uuid: "d2607071a297425ea52420837d59d93b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6e2050bc24a5446f9f21b9fabbe48654"
I20260608 12:38:07.598963  2270 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9344c7870cb249fbb1d2cc5797b7e594" candidate_uuid: "d2607071a297425ea52420837d59d93b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9"
I20260608 12:38:07.599440  2195 raft_consensus.cc:3060] T 9344c7870cb249fbb1d2cc5797b7e594 P 6e2050bc24a5446f9f21b9fabbe48654 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:07.599598  2270 raft_consensus.cc:3060] T 9344c7870cb249fbb1d2cc5797b7e594 P 32fdd8bbe7e54a188fa182d6eaaffae9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:07.604722  2195 raft_consensus.cc:2468] T 9344c7870cb249fbb1d2cc5797b7e594 P 6e2050bc24a5446f9f21b9fabbe48654 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d2607071a297425ea52420837d59d93b in term 1.
I20260608 12:38:07.604602  2093 catalog_manager.cc:5696] T 7edfce75da394400a0d7fbd95d881c80 P 6e2050bc24a5446f9f21b9fabbe48654 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6e2050bc24a5446f9f21b9fabbe48654 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "6e2050bc24a5446f9f21b9fabbe48654" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } health_report { overall_health: UNKNOWN } } }
I20260608 12:38:07.605902  2307 leader_election.cc:304] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6e2050bc24a5446f9f21b9fabbe48654, d2607071a297425ea52420837d59d93b; no voters: 
I20260608 12:38:07.606170  2270 raft_consensus.cc:2468] T 9344c7870cb249fbb1d2cc5797b7e594 P 32fdd8bbe7e54a188fa182d6eaaffae9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d2607071a297425ea52420837d59d93b in term 1.
I20260608 12:38:07.606599  2396 raft_consensus.cc:2804] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:07.608083  2396 raft_consensus.cc:697] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [term 1 LEADER]: Becoming Leader. State: Replica: d2607071a297425ea52420837d59d93b, State: Running, Role: LEADER
I20260608 12:38:07.609086  2396 consensus_queue.cc:237] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } } peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } }
I20260608 12:38:07.618180  2093 catalog_manager.cc:5696] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b reported cstate change: term changed from 0 to 1, leader changed from <none> to d2607071a297425ea52420837d59d93b (127.0.107.195). New cstate: current_term: 1 leader_uuid: "d2607071a297425ea52420837d59d93b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } health_report { overall_health: HEALTHY } } }
I20260608 12:38:07.977308  2146 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:07.979328  2146 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:07.979645  2146 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:08.044653  2395 consensus_queue.cc:1048] T 7edfce75da394400a0d7fbd95d881c80 P 6e2050bc24a5446f9f21b9fabbe48654 [LEADER]: Connected to new peer: Peer: permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:08.057533  2412 consensus_queue.cc:1048] T 7edfce75da394400a0d7fbd95d881c80 P 6e2050bc24a5446f9f21b9fabbe48654 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:08.067629  2396 consensus_queue.cc:1048] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [LEADER]: Connected to new peer: Peer: permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:08.078354  2408 consensus_queue.cc:1048] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [LEADER]: Connected to new peer: Peer: permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:09.980407  2146 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:09.982465  2146 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:09.982769  2146 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:11.983652  2146 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:11.985646  2146 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:11.985942  2146 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:38:13.737133  2124 debug-util.cc:398] Leaking SignalData structure 0x7b08001564a0 after lost signal to thread 434
W20260608 12:38:13.737979  2124 debug-util.cc:398] Leaking SignalData structure 0x7b0800044320 after lost signal to thread 2127
W20260608 12:38:13.738873  2124 debug-util.cc:398] Leaking SignalData structure 0x7b0800169780 after lost signal to thread 2219
W20260608 12:38:13.739663  2124 debug-util.cc:398] Leaking SignalData structure 0x7b08001245a0 after lost signal to thread 2294
W20260608 12:38:13.740463  2124 debug-util.cc:398] Leaking SignalData structure 0x7b08001ee520 after lost signal to thread 2368
I20260608 12:38:13.986932  2146 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:13.989759  2146 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:13.990175  2146 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:15.991231  2146 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:15.993973  2146 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:15.994385  2146 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:17.995530  2146 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:17.997920  2146 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:17.998207  2146 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:18.760246   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:18.767809  2427 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:18.768100  2428 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:18.771859  2430 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:18.771941   431 server_base.cc:1061] running on GCE node
I20260608 12:38:18.773734   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:18.773969   431 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:18.774147   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922298774130 us; error 0 us; skew 500 ppm
I20260608 12:38:18.774712   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:18.777390   431 webserver.cc:533] Webserver started at http://127.0.107.196:35363/ using document root <none> and password file <none>
I20260608 12:38:18.777902   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:18.778095   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:18.778385   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:18.779661   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922266998516-431-0/minicluster-data/ts-3-root/instance:
uuid: "fa5c07c7c95d424cbd722b2f6e04638f"
format_stamp: "Formatted at 2026-06-08 12:38:18 on dist-test-slave-3g00"
I20260608 12:38:18.784893   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260608 12:38:18.789453  2435 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:18.790302   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260608 12:38:18.790621   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922266998516-431-0/minicluster-data/ts-3-root
uuid: "fa5c07c7c95d424cbd722b2f6e04638f"
format_stamp: "Formatted at 2026-06-08 12:38:18 on dist-test-slave-3g00"
I20260608 12:38:18.790921   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922266998516-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922266998516-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922266998516-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:18.808465   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:18.810144   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:18.811617   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:18.814031   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:18.814253   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:18.814483   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:18.814646   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:18.853874   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:43509
I20260608 12:38:18.853999  2497 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:43509 every 8 connection(s)
I20260608 12:38:18.880988  2498 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37795
I20260608 12:38:18.881419  2498 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:18.882206  2498 heartbeater.cc:507] Master 127.0.107.254:37795 requested a full tablet report, sending...
I20260608 12:38:18.884459  2091 ts_manager.cc:194] Registered new tserver with Master: fa5c07c7c95d424cbd722b2f6e04638f (127.0.107.196:43509)
I20260608 12:38:18.886010  2091 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38612
I20260608 12:38:19.123467  2344 consensus_queue.cc:237] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [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: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } attrs { replace: true } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } } peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } } peers { permanent_uuid: "fa5c07c7c95d424cbd722b2f6e04638f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43509 } attrs { promote: true } }
I20260608 12:38:19.133162  2195 raft_consensus.cc:1275] T 9344c7870cb249fbb1d2cc5797b7e594 P 6e2050bc24a5446f9f21b9fabbe48654 [term 1 FOLLOWER]: Refusing update from remote peer d2607071a297425ea52420837d59d93b: 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:19.133814  2270 raft_consensus.cc:1275] T 9344c7870cb249fbb1d2cc5797b7e594 P 32fdd8bbe7e54a188fa182d6eaaffae9 [term 1 FOLLOWER]: Refusing update from remote peer d2607071a297425ea52420837d59d93b: 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:19.135080  2422 consensus_queue.cc:1048] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [LEADER]: Connected to new peer: Peer: permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } 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:19.136109  2506 consensus_queue.cc:1048] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [LEADER]: Connected to new peer: Peer: permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:38:19.145514  2308 consensus_peers.cc:597] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b -> Peer fa5c07c7c95d424cbd722b2f6e04638f (127.0.107.196:43509): Couldn't send request to peer fa5c07c7c95d424cbd722b2f6e04638f. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 9344c7870cb249fbb1d2cc5797b7e594. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:19.147200  2506 raft_consensus.cc:2955] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fa5c07c7c95d424cbd722b2f6e04638f (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } attrs { replace: true } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } } peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } } peers { permanent_uuid: "fa5c07c7c95d424cbd722b2f6e04638f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43509 } attrs { promote: true } } }
I20260608 12:38:19.149159  2270 raft_consensus.cc:2955] T 9344c7870cb249fbb1d2cc5797b7e594 P 32fdd8bbe7e54a188fa182d6eaaffae9 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fa5c07c7c95d424cbd722b2f6e04638f (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } attrs { replace: true } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } } peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } } peers { permanent_uuid: "fa5c07c7c95d424cbd722b2f6e04638f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43509 } attrs { promote: true } } }
I20260608 12:38:19.153499  2195 raft_consensus.cc:2955] T 9344c7870cb249fbb1d2cc5797b7e594 P 6e2050bc24a5446f9f21b9fabbe48654 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fa5c07c7c95d424cbd722b2f6e04638f (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } attrs { replace: true } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } } peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } } peers { permanent_uuid: "fa5c07c7c95d424cbd722b2f6e04638f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43509 } attrs { promote: true } } }
I20260608 12:38:19.174350  2091 catalog_manager.cc:5696] T 9344c7870cb249fbb1d2cc5797b7e594 P 6e2050bc24a5446f9f21b9fabbe48654 reported cstate change: config changed from index -1 to 2, NON_VOTER fa5c07c7c95d424cbd722b2f6e04638f (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "d2607071a297425ea52420837d59d93b" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } attrs { replace: true } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } } peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } } peers { permanent_uuid: "fa5c07c7c95d424cbd722b2f6e04638f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43509 } attrs { promote: true } } }
I20260608 12:38:19.686477  2517 ts_tablet_manager.cc:933] T 9344c7870cb249fbb1d2cc5797b7e594 P fa5c07c7c95d424cbd722b2f6e04638f: Initiating tablet copy from peer d2607071a297425ea52420837d59d93b (127.0.107.195:35355)
I20260608 12:38:19.688146  2517 tablet_copy_client.cc:323] T 9344c7870cb249fbb1d2cc5797b7e594 P fa5c07c7c95d424cbd722b2f6e04638f: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:35355
I20260608 12:38:19.698433  2354 tablet_copy_service.cc:140] P d2607071a297425ea52420837d59d93b: Received BeginTabletCopySession request for tablet 9344c7870cb249fbb1d2cc5797b7e594 from peer fa5c07c7c95d424cbd722b2f6e04638f ({username='slave'} at 127.0.0.1:46684)
I20260608 12:38:19.698909  2354 tablet_copy_service.cc:161] P d2607071a297425ea52420837d59d93b: Beginning new tablet copy session on tablet 9344c7870cb249fbb1d2cc5797b7e594 from peer fa5c07c7c95d424cbd722b2f6e04638f at {username='slave'} at 127.0.0.1:46684: session id = fa5c07c7c95d424cbd722b2f6e04638f-9344c7870cb249fbb1d2cc5797b7e594
I20260608 12:38:19.704053  2354 tablet_copy_source_session.cc:215] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:38:19.706679  2517 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9344c7870cb249fbb1d2cc5797b7e594. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:19.717669  2517 tablet_copy_client.cc:806] T 9344c7870cb249fbb1d2cc5797b7e594 P fa5c07c7c95d424cbd722b2f6e04638f: tablet copy: Starting download of 0 data blocks...
I20260608 12:38:19.718220  2517 tablet_copy_client.cc:670] T 9344c7870cb249fbb1d2cc5797b7e594 P fa5c07c7c95d424cbd722b2f6e04638f: tablet copy: Starting download of 1 WAL segments...
I20260608 12:38:19.721773  2517 tablet_copy_client.cc:538] T 9344c7870cb249fbb1d2cc5797b7e594 P fa5c07c7c95d424cbd722b2f6e04638f: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:38:19.727777  2517 tablet_bootstrap.cc:492] T 9344c7870cb249fbb1d2cc5797b7e594 P fa5c07c7c95d424cbd722b2f6e04638f: Bootstrap starting.
I20260608 12:38:19.742647  2517 tablet_bootstrap.cc:492] T 9344c7870cb249fbb1d2cc5797b7e594 P fa5c07c7c95d424cbd722b2f6e04638f: 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:38:19.743300  2517 tablet_bootstrap.cc:492] T 9344c7870cb249fbb1d2cc5797b7e594 P fa5c07c7c95d424cbd722b2f6e04638f: Bootstrap complete.
I20260608 12:38:19.743795  2517 ts_tablet_manager.cc:1403] T 9344c7870cb249fbb1d2cc5797b7e594 P fa5c07c7c95d424cbd722b2f6e04638f: Time spent bootstrapping tablet: real 0.016s	user 0.011s	sys 0.004s
I20260608 12:38:19.746102  2517 raft_consensus.cc:359] T 9344c7870cb249fbb1d2cc5797b7e594 P fa5c07c7c95d424cbd722b2f6e04638f [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } attrs { replace: true } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } } peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } } peers { permanent_uuid: "fa5c07c7c95d424cbd722b2f6e04638f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43509 } attrs { promote: true } }
I20260608 12:38:19.746682  2517 raft_consensus.cc:740] T 9344c7870cb249fbb1d2cc5797b7e594 P fa5c07c7c95d424cbd722b2f6e04638f [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: fa5c07c7c95d424cbd722b2f6e04638f, State: Initialized, Role: LEARNER
I20260608 12:38:19.747195  2517 consensus_queue.cc:260] T 9344c7870cb249fbb1d2cc5797b7e594 P fa5c07c7c95d424cbd722b2f6e04638f [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: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } attrs { replace: true } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } } peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } } peers { permanent_uuid: "fa5c07c7c95d424cbd722b2f6e04638f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43509 } attrs { promote: true } }
I20260608 12:38:19.749396  2498 heartbeater.cc:499] Master 127.0.107.254:37795 was elected leader, sending a full tablet report...
I20260608 12:38:19.749476  2517 ts_tablet_manager.cc:1434] T 9344c7870cb249fbb1d2cc5797b7e594 P fa5c07c7c95d424cbd722b2f6e04638f: Time spent starting tablet: real 0.005s	user 0.008s	sys 0.000s
I20260608 12:38:19.751545  2354 tablet_copy_service.cc:342] P d2607071a297425ea52420837d59d93b: Request end of tablet copy session fa5c07c7c95d424cbd722b2f6e04638f-9344c7870cb249fbb1d2cc5797b7e594 received from {username='slave'} at 127.0.0.1:46684
I20260608 12:38:19.751997  2354 tablet_copy_service.cc:434] P d2607071a297425ea52420837d59d93b: ending tablet copy session fa5c07c7c95d424cbd722b2f6e04638f-9344c7870cb249fbb1d2cc5797b7e594 on tablet 9344c7870cb249fbb1d2cc5797b7e594 with peer fa5c07c7c95d424cbd722b2f6e04638f
I20260608 12:38:19.999138  2146 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:20.001361  2146 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:20.001717  2146 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:20.073334  2473 raft_consensus.cc:1217] T 9344c7870cb249fbb1d2cc5797b7e594 P fa5c07c7c95d424cbd722b2f6e04638f [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:38:20.637212  2524 raft_consensus.cc:1064] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b: attempting to promote NON_VOTER fa5c07c7c95d424cbd722b2f6e04638f to VOTER
I20260608 12:38:20.640067  2524 consensus_queue.cc:237] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [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: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } attrs { replace: true } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } } peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } } peers { permanent_uuid: "fa5c07c7c95d424cbd722b2f6e04638f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43509 } attrs { promote: false } }
I20260608 12:38:20.647325  2473 raft_consensus.cc:1275] T 9344c7870cb249fbb1d2cc5797b7e594 P fa5c07c7c95d424cbd722b2f6e04638f [term 1 LEARNER]: Refusing update from remote peer d2607071a297425ea52420837d59d93b: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:38:20.648577  2270 raft_consensus.cc:1275] T 9344c7870cb249fbb1d2cc5797b7e594 P 32fdd8bbe7e54a188fa182d6eaaffae9 [term 1 FOLLOWER]: Refusing update from remote peer d2607071a297425ea52420837d59d93b: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:38:20.648980  2525 consensus_queue.cc:1048] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [LEADER]: Connected to new peer: Peer: permanent_uuid: "fa5c07c7c95d424cbd722b2f6e04638f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43509 } 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:38:20.651026  2527 consensus_queue.cc:1048] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [LEADER]: Connected to new peer: Peer: permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:38:20.655339  2195 raft_consensus.cc:1275] T 9344c7870cb249fbb1d2cc5797b7e594 P 6e2050bc24a5446f9f21b9fabbe48654 [term 1 FOLLOWER]: Refusing update from remote peer d2607071a297425ea52420837d59d93b: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:38:20.660391  2527 consensus_queue.cc:1048] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [LEADER]: Connected to new peer: Peer: permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } 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:38:20.664520  2525 raft_consensus.cc:2955] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fa5c07c7c95d424cbd722b2f6e04638f (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } attrs { replace: true } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } } peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } } peers { permanent_uuid: "fa5c07c7c95d424cbd722b2f6e04638f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43509 } attrs { promote: false } } }
I20260608 12:38:20.667539  2270 raft_consensus.cc:2955] T 9344c7870cb249fbb1d2cc5797b7e594 P 32fdd8bbe7e54a188fa182d6eaaffae9 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fa5c07c7c95d424cbd722b2f6e04638f (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } attrs { replace: true } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } } peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } } peers { permanent_uuid: "fa5c07c7c95d424cbd722b2f6e04638f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43509 } attrs { promote: false } } }
I20260608 12:38:20.671034  2195 raft_consensus.cc:2955] T 9344c7870cb249fbb1d2cc5797b7e594 P 6e2050bc24a5446f9f21b9fabbe48654 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fa5c07c7c95d424cbd722b2f6e04638f (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } attrs { replace: true } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } } peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } } peers { permanent_uuid: "fa5c07c7c95d424cbd722b2f6e04638f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43509 } attrs { promote: false } } }
I20260608 12:38:20.677459  2473 raft_consensus.cc:2955] T 9344c7870cb249fbb1d2cc5797b7e594 P fa5c07c7c95d424cbd722b2f6e04638f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fa5c07c7c95d424cbd722b2f6e04638f (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } attrs { replace: true } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } } peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } } peers { permanent_uuid: "fa5c07c7c95d424cbd722b2f6e04638f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43509 } attrs { promote: false } } }
I20260608 12:38:20.686944  2093 catalog_manager.cc:5696] T 9344c7870cb249fbb1d2cc5797b7e594 P 6e2050bc24a5446f9f21b9fabbe48654 reported cstate change: config changed from index 2 to 3, fa5c07c7c95d424cbd722b2f6e04638f (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "d2607071a297425ea52420837d59d93b" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } attrs { replace: true } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } } peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } } peers { permanent_uuid: "fa5c07c7c95d424cbd722b2f6e04638f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43509 } attrs { promote: false } } }
I20260608 12:38:20.710780  2344 consensus_queue.cc:237] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [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: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } } peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } } peers { permanent_uuid: "fa5c07c7c95d424cbd722b2f6e04638f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43509 } attrs { promote: false } }
I20260608 12:38:20.716359  2473 raft_consensus.cc:1275] T 9344c7870cb249fbb1d2cc5797b7e594 P fa5c07c7c95d424cbd722b2f6e04638f [term 1 FOLLOWER]: Refusing update from remote peer d2607071a297425ea52420837d59d93b: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:38:20.717981  2525 consensus_queue.cc:1048] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [LEADER]: Connected to new peer: Peer: permanent_uuid: "fa5c07c7c95d424cbd722b2f6e04638f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43509 } 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:38:20.718772  2270 raft_consensus.cc:1275] T 9344c7870cb249fbb1d2cc5797b7e594 P 32fdd8bbe7e54a188fa182d6eaaffae9 [term 1 FOLLOWER]: Refusing update from remote peer d2607071a297425ea52420837d59d93b: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:38:20.719933  2525 consensus_queue.cc:1048] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [LEADER]: Connected to new peer: Peer: permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:38:20.724673  2527 raft_consensus.cc:2955] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 6e2050bc24a5446f9f21b9fabbe48654 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } } peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } } peers { permanent_uuid: "fa5c07c7c95d424cbd722b2f6e04638f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43509 } attrs { promote: false } } }
I20260608 12:38:20.726946  2473 raft_consensus.cc:2955] T 9344c7870cb249fbb1d2cc5797b7e594 P fa5c07c7c95d424cbd722b2f6e04638f [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 6e2050bc24a5446f9f21b9fabbe48654 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } } peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } } peers { permanent_uuid: "fa5c07c7c95d424cbd722b2f6e04638f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43509 } attrs { promote: false } } }
I20260608 12:38:20.733129  2270 raft_consensus.cc:2955] T 9344c7870cb249fbb1d2cc5797b7e594 P 32fdd8bbe7e54a188fa182d6eaaffae9 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 6e2050bc24a5446f9f21b9fabbe48654 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } } peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } } peers { permanent_uuid: "fa5c07c7c95d424cbd722b2f6e04638f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43509 } attrs { promote: false } } }
I20260608 12:38:20.734257  2078 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 9344c7870cb249fbb1d2cc5797b7e594 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:38:20.738968  2091 catalog_manager.cc:5696] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b reported cstate change: config changed from index 3 to 4, VOTER 6e2050bc24a5446f9f21b9fabbe48654 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "d2607071a297425ea52420837d59d93b" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fa5c07c7c95d424cbd722b2f6e04638f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43509 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:38:20.751389  2185 tablet_service.cc:1558] Processing DeleteTablet for tablet 9344c7870cb249fbb1d2cc5797b7e594 with delete_type TABLET_DATA_TOMBSTONED (TS 6e2050bc24a5446f9f21b9fabbe48654 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:57794
I20260608 12:38:20.753588  2538 tablet_replica.cc:333] T 9344c7870cb249fbb1d2cc5797b7e594 P 6e2050bc24a5446f9f21b9fabbe48654: stopping tablet replica
I20260608 12:38:20.754251  2538 raft_consensus.cc:2243] T 9344c7870cb249fbb1d2cc5797b7e594 P 6e2050bc24a5446f9f21b9fabbe48654 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:20.754794  2538 raft_consensus.cc:2272] T 9344c7870cb249fbb1d2cc5797b7e594 P 6e2050bc24a5446f9f21b9fabbe48654 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:20.757220  2538 ts_tablet_manager.cc:1916] T 9344c7870cb249fbb1d2cc5797b7e594 P 6e2050bc24a5446f9f21b9fabbe48654: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:38:20.768522  2538 ts_tablet_manager.cc:1929] T 9344c7870cb249fbb1d2cc5797b7e594 P 6e2050bc24a5446f9f21b9fabbe48654: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:38:20.768923  2538 log.cc:1199] T 9344c7870cb249fbb1d2cc5797b7e594 P 6e2050bc24a5446f9f21b9fabbe48654: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922266998516-431-0/minicluster-data/ts-0-root/wals/9344c7870cb249fbb1d2cc5797b7e594
I20260608 12:38:20.771054  2077 catalog_manager.cc:5027] TS 6e2050bc24a5446f9f21b9fabbe48654 (127.0.107.193:37945): tablet 9344c7870cb249fbb1d2cc5797b7e594 (table test-workload [id=12a02788c5b949029bf12f572d2ab2e6]) successfully deleted
I20260608 12:38:22.002744  2146 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:22.004982  2146 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:22.005345  2146 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:24.006223  2146 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:24.008225  2146 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:24.008533  2146 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:26.009418  2146 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:26.011531  2146 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:26.011871  2146 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:28.012967  2146 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:28.015245  2146 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:28.015597  2146 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:30.016685  2146 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:30.019248  2146 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:30.019611  2146 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:32.020514  2146 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:32.022507  2146 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:32.022828  2146 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:32.026247   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:38:32.048377   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:32.049208   431 tablet_replica.cc:333] T 7edfce75da394400a0d7fbd95d881c80 P 6e2050bc24a5446f9f21b9fabbe48654: stopping tablet replica
I20260608 12:38:32.049718   431 raft_consensus.cc:2243] T 7edfce75da394400a0d7fbd95d881c80 P 6e2050bc24a5446f9f21b9fabbe48654 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:32.050655   431 raft_consensus.cc:2272] T 7edfce75da394400a0d7fbd95d881c80 P 6e2050bc24a5446f9f21b9fabbe48654 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:38:32.649170  2216 debug-util.cc:398] Leaking SignalData structure 0x7b080011b4a0 after lost signal to thread 434
W20260608 12:38:32.650066  2216 debug-util.cc:398] Leaking SignalData structure 0x7b080011bb80 after lost signal to thread 2127
W20260608 12:38:32.650941  2216 debug-util.cc:398] Leaking SignalData structure 0x7b0800063d20 after lost signal to thread 2219
W20260608 12:38:32.651742  2216 debug-util.cc:398] Leaking SignalData structure 0x7b08001800e0 after lost signal to thread 2294
W20260608 12:38:32.652515  2216 debug-util.cc:398] Leaking SignalData structure 0x7b0800179a00 after lost signal to thread 2368
W20260608 12:38:32.653409  2216 debug-util.cc:398] Leaking SignalData structure 0x7b080020ab60 after lost signal to thread 2497
W20260608 12:38:33.070883   431 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 2216)
I20260608 12:38:33.450320  2546 raft_consensus.cc:493] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 6e2050bc24a5446f9f21b9fabbe48654)
I20260608 12:38:33.451114  2547 raft_consensus.cc:493] T 7edfce75da394400a0d7fbd95d881c80 P 32fdd8bbe7e54a188fa182d6eaaffae9 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 6e2050bc24a5446f9f21b9fabbe48654)
I20260608 12:38:33.451196  2546 raft_consensus.cc:515] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } } peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } }
I20260608 12:38:33.451957  2547 raft_consensus.cc:515] T 7edfce75da394400a0d7fbd95d881c80 P 32fdd8bbe7e54a188fa182d6eaaffae9 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } } peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } }
I20260608 12:38:33.456697  2546 leader_election.cc:290] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 6e2050bc24a5446f9f21b9fabbe48654 (127.0.107.193:37945), 32fdd8bbe7e54a188fa182d6eaaffae9 (127.0.107.194:39495)
I20260608 12:38:33.458632  2270 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7edfce75da394400a0d7fbd95d881c80" candidate_uuid: "d2607071a297425ea52420837d59d93b" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" is_pre_election: true
I20260608 12:38:33.459466  2270 raft_consensus.cc:2468] T 7edfce75da394400a0d7fbd95d881c80 P 32fdd8bbe7e54a188fa182d6eaaffae9 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d2607071a297425ea52420837d59d93b in term 1.
I20260608 12:38:33.464802  2308 leader_election.cc:304] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b [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: 32fdd8bbe7e54a188fa182d6eaaffae9, d2607071a297425ea52420837d59d93b; no voters: 
I20260608 12:38:33.465806  2546 raft_consensus.cc:2804] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:38:33.466189  2546 raft_consensus.cc:493] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b [term 1 FOLLOWER]: Starting leader election (detected failure of leader 6e2050bc24a5446f9f21b9fabbe48654)
I20260608 12:38:33.466547  2546 raft_consensus.cc:3060] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:38:33.470403  2307 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37945: connect: Connection refused (error 111) [suppressed 12 similar messages]
I20260608 12:38:33.471539  2547 leader_election.cc:290] T 7edfce75da394400a0d7fbd95d881c80 P 32fdd8bbe7e54a188fa182d6eaaffae9 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers d2607071a297425ea52420837d59d93b (127.0.107.195:35355), 6e2050bc24a5446f9f21b9fabbe48654 (127.0.107.193:37945)
I20260608 12:38:33.475170  2546 raft_consensus.cc:515] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } } peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } }
I20260608 12:38:33.478163  2546 leader_election.cc:290] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b [CANDIDATE]: Term 2 election: Requested vote from peers 6e2050bc24a5446f9f21b9fabbe48654 (127.0.107.193:37945), 32fdd8bbe7e54a188fa182d6eaaffae9 (127.0.107.194:39495)
I20260608 12:38:33.479691  2270 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7edfce75da394400a0d7fbd95d881c80" candidate_uuid: "d2607071a297425ea52420837d59d93b" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9"
I20260608 12:38:33.480391  2270 raft_consensus.cc:3060] T 7edfce75da394400a0d7fbd95d881c80 P 32fdd8bbe7e54a188fa182d6eaaffae9 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:38:33.487540  2270 raft_consensus.cc:2468] T 7edfce75da394400a0d7fbd95d881c80 P 32fdd8bbe7e54a188fa182d6eaaffae9 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d2607071a297425ea52420837d59d93b in term 2.
I20260608 12:38:33.488796  2308 leader_election.cc:304] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b [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: 32fdd8bbe7e54a188fa182d6eaaffae9, d2607071a297425ea52420837d59d93b; no voters: 
I20260608 12:38:33.490453  2546 raft_consensus.cc:2804] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:38:33.490991  2546 raft_consensus.cc:697] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b [term 2 LEADER]: Becoming Leader. State: Replica: d2607071a297425ea52420837d59d93b, State: Running, Role: LEADER
I20260608 12:38:33.492033  2546 consensus_queue.cc:237] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b [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: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } } peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } }
W20260608 12:38:33.492771  2233 leader_election.cc:336] T 7edfce75da394400a0d7fbd95d881c80 P 32fdd8bbe7e54a188fa182d6eaaffae9 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 6e2050bc24a5446f9f21b9fabbe48654 (127.0.107.193:37945): Network error: Client connection negotiation failed: client connection to 127.0.107.193:37945: connect: Connection refused (error 111)
W20260608 12:38:33.495501  2307 leader_election.cc:336] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 6e2050bc24a5446f9f21b9fabbe48654 (127.0.107.193:37945): Network error: Client connection negotiation failed: client connection to 127.0.107.193:37945: connect: Connection refused (error 111)
I20260608 12:38:33.497687  2344 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7edfce75da394400a0d7fbd95d881c80" candidate_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "d2607071a297425ea52420837d59d93b" is_pre_election: true
W20260608 12:38:33.500082  2307 leader_election.cc:336] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 6e2050bc24a5446f9f21b9fabbe48654 (127.0.107.193:37945): Network error: Client connection negotiation failed: client connection to 127.0.107.193:37945: connect: Connection refused (error 111)
I20260608 12:38:33.500191  2234 leader_election.cc:304] T 7edfce75da394400a0d7fbd95d881c80 P 32fdd8bbe7e54a188fa182d6eaaffae9 [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: 32fdd8bbe7e54a188fa182d6eaaffae9; no voters: 6e2050bc24a5446f9f21b9fabbe48654, d2607071a297425ea52420837d59d93b
I20260608 12:38:33.501206  2547 raft_consensus.cc:2749] T 7edfce75da394400a0d7fbd95d881c80 P 32fdd8bbe7e54a188fa182d6eaaffae9 [term 2 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:38:33.505978  2090 catalog_manager.cc:5696] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b reported cstate change: term changed from 1 to 2, leader changed from 6e2050bc24a5446f9f21b9fabbe48654 (127.0.107.193) to d2607071a297425ea52420837d59d93b (127.0.107.195). New cstate: current_term: 2 leader_uuid: "d2607071a297425ea52420837d59d93b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2607071a297425ea52420837d59d93b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35355 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6e2050bc24a5446f9f21b9fabbe48654" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37945 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 } health_report { overall_health: UNKNOWN } } }
I20260608 12:38:34.023640  2146 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:34.037204  2344 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "7edfce75da394400a0d7fbd95d881c80"
dest_uuid: "d2607071a297425ea52420837d59d93b"
mode: GRACEFUL
new_leader_uuid: "6e2050bc24a5446f9f21b9fabbe48654"
 from {username='slave'} at 127.0.0.1:41130
I20260608 12:38:34.037999  2344 raft_consensus.cc:606] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b [term 2 LEADER]: Received request to transfer leadership to TS 6e2050bc24a5446f9f21b9fabbe48654
I20260608 12:38:34.039350  2146 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 1
I20260608 12:38:34.039716  2146 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:38:34.071535   431 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 2216)
W20260608 12:38:34.080175  2307 consensus_peers.cc:597] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b -> Peer 6e2050bc24a5446f9f21b9fabbe48654 (127.0.107.193:37945): Couldn't send request to peer 6e2050bc24a5446f9f21b9fabbe48654. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37945: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:34.087992  2270 raft_consensus.cc:1275] T 7edfce75da394400a0d7fbd95d881c80 P 32fdd8bbe7e54a188fa182d6eaaffae9 [term 2 FOLLOWER]: Refusing update from remote peer d2607071a297425ea52420837d59d93b: 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:34.089249  2546 consensus_queue.cc:1048] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b [LEADER]: Connected to new peer: Peer: permanent_uuid: "32fdd8bbe7e54a188fa182d6eaaffae9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39495 }, 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.037839   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:38:35.049986   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:38:35.068586   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:35.069519   431 tablet_replica.cc:333] T 7edfce75da394400a0d7fbd95d881c80 P 32fdd8bbe7e54a188fa182d6eaaffae9: stopping tablet replica
I20260608 12:38:35.070184   431 raft_consensus.cc:2243] T 7edfce75da394400a0d7fbd95d881c80 P 32fdd8bbe7e54a188fa182d6eaaffae9 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:35.070636   431 raft_consensus.cc:2272] T 7edfce75da394400a0d7fbd95d881c80 P 32fdd8bbe7e54a188fa182d6eaaffae9 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:35.073007   431 tablet_replica.cc:333] T 9344c7870cb249fbb1d2cc5797b7e594 P 32fdd8bbe7e54a188fa182d6eaaffae9: stopping tablet replica
I20260608 12:38:35.073645   431 raft_consensus.cc:2243] T 9344c7870cb249fbb1d2cc5797b7e594 P 32fdd8bbe7e54a188fa182d6eaaffae9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:35.074524   431 raft_consensus.cc:2272] T 9344c7870cb249fbb1d2cc5797b7e594 P 32fdd8bbe7e54a188fa182d6eaaffae9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:35.096243   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:38:35.107865   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:38:35.125883   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:35.126602   431 tablet_replica.cc:333] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b: stopping tablet replica
I20260608 12:38:35.127092   431 raft_consensus.cc:2243] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:35.127908   431 raft_consensus.cc:2272] T 9344c7870cb249fbb1d2cc5797b7e594 P d2607071a297425ea52420837d59d93b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:35.129809   431 tablet_replica.cc:333] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b: stopping tablet replica
I20260608 12:38:35.130263   431 raft_consensus.cc:2243] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:38:35.130963   431 raft_consensus.cc:2272] T 7edfce75da394400a0d7fbd95d881c80 P d2607071a297425ea52420837d59d93b [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:35.152082   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:38:35.163241   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:38:35.183815   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:35.184468   431 tablet_replica.cc:333] T 9344c7870cb249fbb1d2cc5797b7e594 P fa5c07c7c95d424cbd722b2f6e04638f: stopping tablet replica
I20260608 12:38:35.185052   431 raft_consensus.cc:2243] T 9344c7870cb249fbb1d2cc5797b7e594 P fa5c07c7c95d424cbd722b2f6e04638f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:35.185580   431 raft_consensus.cc:2272] T 9344c7870cb249fbb1d2cc5797b7e594 P fa5c07c7c95d424cbd722b2f6e04638f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:35.203992   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:38:35.213271   431 master.cc:562] Master@127.0.107.254:37795 shutting down...
I20260608 12:38:35.228581   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 62c8688fca4f4b759132ed9877e7f8a8 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:35.229156   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 62c8688fca4f4b759132ed9877e7f8a8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:35.229458   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 62c8688fca4f4b759132ed9877e7f8a8: stopping tablet replica
I20260608 12:38:35.263399   431 master.cc:584] Master@127.0.107.254:37795 shutdown complete.
[       OK ] AutoRebalancerTest.MovesScheduledIfAddTserver (29449 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfNoTservers
I20260608 12:38:35.297839   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:35625
I20260608 12:38:35.298935   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:35.304091  2571 instance_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:35.304157  2572 instance_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:35.306536   431 server_base.cc:1061] running on GCE node
W20260608 12:38:35.306931  2574 instance_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:35.307793   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:35.307973   431 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:35.308126   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922315308110 us; error 0 us; skew 500 ppm
I20260608 12:38:35.308693   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:35.311285   431 webserver.cc:533] Webserver started at http://127.0.107.254:46275/ using document root <none> and password file <none>
I20260608 12:38:35.311790   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:35.311964   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:35.312227   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:35.313387   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780922266998516-431-0/minicluster-data/master-0-root/instance:
uuid: "9c76b8e95fa846829f93841584eb01c7"
format_stamp: "Formatted at 2026-06-08 12:38:35 on dist-test-slave-3g00"
I20260608 12:38:35.317889   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260608 12:38:35.321399  2579 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:35.322152   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.002s
I20260608 12:38:35.322417   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780922266998516-431-0/minicluster-data/master-0-root
uuid: "9c76b8e95fa846829f93841584eb01c7"
format_stamp: "Formatted at 2026-06-08 12:38:35 on dist-test-slave-3g00"
I20260608 12:38:35.322685   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780922266998516-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780922266998516-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780922266998516-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:35.355280   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:35.356570   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:35.397186   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:35625
I20260608 12:38:35.397291  2630 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:35625 every 8 connection(s)
I20260608 12:38:35.401208  2631 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:35.410724  2631 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9c76b8e95fa846829f93841584eb01c7: Bootstrap starting.
I20260608 12:38:35.415575  2631 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9c76b8e95fa846829f93841584eb01c7: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:35.419890  2631 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9c76b8e95fa846829f93841584eb01c7: No bootstrap required, opened a new log
I20260608 12:38:35.422514  2631 raft_consensus.cc:359] T 00000000000000000000000000000000 P 9c76b8e95fa846829f93841584eb01c7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9c76b8e95fa846829f93841584eb01c7" member_type: VOTER }
I20260608 12:38:35.422924  2631 raft_consensus.cc:385] T 00000000000000000000000000000000 P 9c76b8e95fa846829f93841584eb01c7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:35.423182  2631 raft_consensus.cc:740] T 00000000000000000000000000000000 P 9c76b8e95fa846829f93841584eb01c7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9c76b8e95fa846829f93841584eb01c7, State: Initialized, Role: FOLLOWER
I20260608 12:38:35.423846  2631 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9c76b8e95fa846829f93841584eb01c7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "9c76b8e95fa846829f93841584eb01c7" member_type: VOTER }
I20260608 12:38:35.424363  2631 raft_consensus.cc:399] T 00000000000000000000000000000000 P 9c76b8e95fa846829f93841584eb01c7 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:38:35.424610  2631 raft_consensus.cc:493] T 00000000000000000000000000000000 P 9c76b8e95fa846829f93841584eb01c7 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:38:35.424940  2631 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 9c76b8e95fa846829f93841584eb01c7 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:35.429240  2631 raft_consensus.cc:515] T 00000000000000000000000000000000 P 9c76b8e95fa846829f93841584eb01c7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9c76b8e95fa846829f93841584eb01c7" member_type: VOTER }
I20260608 12:38:35.429780  2631 leader_election.cc:304] T 00000000000000000000000000000000 P 9c76b8e95fa846829f93841584eb01c7 [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: 9c76b8e95fa846829f93841584eb01c7; no voters: 
I20260608 12:38:35.430908  2631 leader_election.cc:290] T 00000000000000000000000000000000 P 9c76b8e95fa846829f93841584eb01c7 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:38:35.431352  2634 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 9c76b8e95fa846829f93841584eb01c7 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:35.433314  2634 raft_consensus.cc:697] T 00000000000000000000000000000000 P 9c76b8e95fa846829f93841584eb01c7 [term 1 LEADER]: Becoming Leader. State: Replica: 9c76b8e95fa846829f93841584eb01c7, State: Running, Role: LEADER
I20260608 12:38:35.434057  2631 sys_catalog.cc:565] T 00000000000000000000000000000000 P 9c76b8e95fa846829f93841584eb01c7 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:38:35.434051  2634 consensus_queue.cc:237] T 00000000000000000000000000000000 P 9c76b8e95fa846829f93841584eb01c7 [LEADER]: Queue going to LEADER mode. State: All 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: "9c76b8e95fa846829f93841584eb01c7" member_type: VOTER }
I20260608 12:38:35.438246  2635 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9c76b8e95fa846829f93841584eb01c7 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "9c76b8e95fa846829f93841584eb01c7" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9c76b8e95fa846829f93841584eb01c7" member_type: VOTER } }
I20260608 12:38:35.438779  2635 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9c76b8e95fa846829f93841584eb01c7 [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:35.438809  2636 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9c76b8e95fa846829f93841584eb01c7 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 9c76b8e95fa846829f93841584eb01c7. Latest consensus state: current_term: 1 leader_uuid: "9c76b8e95fa846829f93841584eb01c7" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9c76b8e95fa846829f93841584eb01c7" member_type: VOTER } }
I20260608 12:38:35.439565  2636 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9c76b8e95fa846829f93841584eb01c7 [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:35.444892  2642 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:38:35.451774  2642 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:38:35.452775   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:38:35.461683  2642 catalog_manager.cc:1382] Generated new cluster ID: 7f63528ec7444865aa0f6365642e1dde
I20260608 12:38:35.461954  2642 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:38:35.486840  2642 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:38:35.488095  2642 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:38:35.501621  2642 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 9c76b8e95fa846829f93841584eb01c7: Generated new TSK 0
I20260608 12:38:35.502230  2642 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:38:35.518901   431 internal_mini_cluster.cc:371] 0 TS(s) registered with all masters after 0.000324178s
I20260608 12:38:47.613842   431 master.cc:562] Master@127.0.107.254:35625 shutting down...
I20260608 12:38:47.635839   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 9c76b8e95fa846829f93841584eb01c7 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:47.636574   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 9c76b8e95fa846829f93841584eb01c7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:47.636935   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 9c76b8e95fa846829f93841584eb01c7: stopping tablet replica
I20260608 12:38:47.656188   431 master.cc:584] Master@127.0.107.254:35625 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfNoTservers (12389 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfNoTablets
I20260608 12:38:47.687500   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:46821
I20260608 12:38:47.688645   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:47.694166  2655 instance_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:47.694684  2656 instance_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:47.696178  2658 instance_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:47.697036   431 server_base.cc:1061] running on GCE node
I20260608 12:38:47.697788   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:47.697961   431 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:47.698074   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922327698063 us; error 0 us; skew 500 ppm
I20260608 12:38:47.698591   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:47.700946   431 webserver.cc:533] Webserver started at http://127.0.107.254:42117/ using document root <none> and password file <none>
I20260608 12:38:47.701442   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:47.701606   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:47.701820   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:47.702911   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922266998516-431-0/minicluster-data/master-0-root/instance:
uuid: "d49e51e3c5c448539346acecf759de5d"
format_stamp: "Formatted at 2026-06-08 12:38:47 on dist-test-slave-3g00"
I20260608 12:38:47.707397   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:38:47.710665  2663 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:47.711400   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:38:47.711720   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922266998516-431-0/minicluster-data/master-0-root
uuid: "d49e51e3c5c448539346acecf759de5d"
format_stamp: "Formatted at 2026-06-08 12:38:47 on dist-test-slave-3g00"
I20260608 12:38:47.711968   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922266998516-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922266998516-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922266998516-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:47.729096   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:47.730273   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:47.766994   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:46821
I20260608 12:38:47.767114  2714 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:46821 every 8 connection(s)
I20260608 12:38:47.771160  2715 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:47.781647  2715 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d49e51e3c5c448539346acecf759de5d: Bootstrap starting.
I20260608 12:38:47.786531  2715 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d49e51e3c5c448539346acecf759de5d: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:47.790735  2715 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d49e51e3c5c448539346acecf759de5d: No bootstrap required, opened a new log
I20260608 12:38:47.793027  2715 raft_consensus.cc:359] T 00000000000000000000000000000000 P d49e51e3c5c448539346acecf759de5d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d49e51e3c5c448539346acecf759de5d" member_type: VOTER }
I20260608 12:38:47.793444  2715 raft_consensus.cc:385] T 00000000000000000000000000000000 P d49e51e3c5c448539346acecf759de5d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:47.793656  2715 raft_consensus.cc:740] T 00000000000000000000000000000000 P d49e51e3c5c448539346acecf759de5d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d49e51e3c5c448539346acecf759de5d, State: Initialized, Role: FOLLOWER
I20260608 12:38:47.794343  2715 consensus_queue.cc:260] T 00000000000000000000000000000000 P d49e51e3c5c448539346acecf759de5d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "d49e51e3c5c448539346acecf759de5d" member_type: VOTER }
I20260608 12:38:47.794785  2715 raft_consensus.cc:399] T 00000000000000000000000000000000 P d49e51e3c5c448539346acecf759de5d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:38:47.794993  2715 raft_consensus.cc:493] T 00000000000000000000000000000000 P d49e51e3c5c448539346acecf759de5d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:38:47.795244  2715 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d49e51e3c5c448539346acecf759de5d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:47.799544  2715 raft_consensus.cc:515] T 00000000000000000000000000000000 P d49e51e3c5c448539346acecf759de5d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d49e51e3c5c448539346acecf759de5d" member_type: VOTER }
I20260608 12:38:47.800026  2715 leader_election.cc:304] T 00000000000000000000000000000000 P d49e51e3c5c448539346acecf759de5d [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: d49e51e3c5c448539346acecf759de5d; no voters: 
I20260608 12:38:47.801213  2715 leader_election.cc:290] T 00000000000000000000000000000000 P d49e51e3c5c448539346acecf759de5d [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:38:47.801791  2718 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d49e51e3c5c448539346acecf759de5d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:47.805063  2715 sys_catalog.cc:565] T 00000000000000000000000000000000 P d49e51e3c5c448539346acecf759de5d [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:38:47.809263  2718 raft_consensus.cc:697] T 00000000000000000000000000000000 P d49e51e3c5c448539346acecf759de5d [term 1 LEADER]: Becoming Leader. State: Replica: d49e51e3c5c448539346acecf759de5d, State: Running, Role: LEADER
I20260608 12:38:47.810568  2718 consensus_queue.cc:237] T 00000000000000000000000000000000 P d49e51e3c5c448539346acecf759de5d [LEADER]: Queue going to LEADER mode. State: All 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: "d49e51e3c5c448539346acecf759de5d" member_type: VOTER }
I20260608 12:38:47.814011  2719 sys_catalog.cc:455] T 00000000000000000000000000000000 P d49e51e3c5c448539346acecf759de5d [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "d49e51e3c5c448539346acecf759de5d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d49e51e3c5c448539346acecf759de5d" member_type: VOTER } }
I20260608 12:38:47.814119  2720 sys_catalog.cc:455] T 00000000000000000000000000000000 P d49e51e3c5c448539346acecf759de5d [sys.catalog]: SysCatalogTable state changed. Reason: New leader d49e51e3c5c448539346acecf759de5d. Latest consensus state: current_term: 1 leader_uuid: "d49e51e3c5c448539346acecf759de5d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d49e51e3c5c448539346acecf759de5d" member_type: VOTER } }
I20260608 12:38:47.814592  2719 sys_catalog.cc:458] T 00000000000000000000000000000000 P d49e51e3c5c448539346acecf759de5d [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:47.814670  2720 sys_catalog.cc:458] T 00000000000000000000000000000000 P d49e51e3c5c448539346acecf759de5d [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:47.818722  2728 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:38:47.823709  2728 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:38:47.824716   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:38:47.832455  2728 catalog_manager.cc:1382] Generated new cluster ID: 380ebae4ad5842cd8143c4572d1e395a
I20260608 12:38:47.832728  2728 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:38:47.856283  2728 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:38:47.857712  2728 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:38:47.872641  2728 catalog_manager.cc:6069] T 00000000000000000000000000000000 P d49e51e3c5c448539346acecf759de5d: Generated new TSK 0
I20260608 12:38:47.873317  2728 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:38:47.891605   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:47.897866  2736 instance_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:47.898772  2737 instance_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:47.900408  2739 instance_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:47.900467   431 server_base.cc:1061] running on GCE node
I20260608 12:38:47.901503   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:47.901698   431 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:47.901851   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922327901833 us; error 0 us; skew 500 ppm
I20260608 12:38:47.902436   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:47.904588   431 webserver.cc:533] Webserver started at http://127.0.107.193:34585/ using document root <none> and password file <none>
I20260608 12:38:47.905087   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:47.905269   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:47.905524   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:47.906759   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922266998516-431-0/minicluster-data/ts-0-root/instance:
uuid: "0b3e4a35d7b248bd8411c4e541f4a655"
format_stamp: "Formatted at 2026-06-08 12:38:47 on dist-test-slave-3g00"
I20260608 12:38:47.911425   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:38:47.914984  2744 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:47.915781   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:38:47.916069   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922266998516-431-0/minicluster-data/ts-0-root
uuid: "0b3e4a35d7b248bd8411c4e541f4a655"
format_stamp: "Formatted at 2026-06-08 12:38:47 on dist-test-slave-3g00"
I20260608 12:38:47.916327   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922266998516-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922266998516-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922266998516-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:47.961442   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:47.962625   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:47.964099   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:47.966388   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:47.966578   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:47.966804   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:47.966950   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:48.006264   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:45919
I20260608 12:38:48.006371  2806 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:45919 every 8 connection(s)
I20260608 12:38:48.011694   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:48.019651  2811 instance_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:48.021541  2812 instance_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:48.024554   431 server_base.cc:1061] running on GCE node
I20260608 12:38:48.025198  2807 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46821
I20260608 12:38:48.025604  2807 heartbeater.cc:461] Registering TS with master...
W20260608 12:38:48.026069  2814 instance_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:48.026573  2807 heartbeater.cc:507] Master 127.0.107.254:46821 requested a full tablet report, sending...
I20260608 12:38:48.026984   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:48.027197   431 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:48.027359   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922328027340 us; error 0 us; skew 500 ppm
I20260608 12:38:48.028116   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:48.028910  2680 ts_manager.cc:194] Registered new tserver with Master: 0b3e4a35d7b248bd8411c4e541f4a655 (127.0.107.193:45919)
I20260608 12:38:48.031031   431 webserver.cc:533] Webserver started at http://127.0.107.194:42271/ using document root <none> and password file <none>
I20260608 12:38:48.031672   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:48.031581  2680 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47150
I20260608 12:38:48.031997   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:48.032367   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:48.033650   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922266998516-431-0/minicluster-data/ts-1-root/instance:
uuid: "5bc2fe44806444b3af035ad48bd60d7b"
format_stamp: "Formatted at 2026-06-08 12:38:48 on dist-test-slave-3g00"
I20260608 12:38:48.038069   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260608 12:38:48.041711  2819 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:48.042584   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:38:48.042904   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922266998516-431-0/minicluster-data/ts-1-root
uuid: "5bc2fe44806444b3af035ad48bd60d7b"
format_stamp: "Formatted at 2026-06-08 12:38:48 on dist-test-slave-3g00"
I20260608 12:38:48.043174   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922266998516-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922266998516-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922266998516-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:48.069717   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:48.070930   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:48.072371   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:48.074679   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:48.074875   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:48.075093   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:48.075254   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:48.116228   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:42735
I20260608 12:38:48.116366  2881 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:42735 every 8 connection(s)
I20260608 12:38:48.121194   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:48.128676  2885 instance_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:48.130481  2886 instance_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:48.132869   431 server_base.cc:1061] running on GCE node
W20260608 12:38:48.133416  2888 instance_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:48.133598  2882 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46821
I20260608 12:38:48.134012  2882 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:48.134459   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:48.134728   431 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:48.134912  2882 heartbeater.cc:507] Master 127.0.107.254:46821 requested a full tablet report, sending...
I20260608 12:38:48.134943   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922328134922 us; error 0 us; skew 500 ppm
I20260608 12:38:48.136039   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:48.137385  2680 ts_manager.cc:194] Registered new tserver with Master: 5bc2fe44806444b3af035ad48bd60d7b (127.0.107.194:42735)
I20260608 12:38:48.138732  2680 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47156
I20260608 12:38:48.138857   431 webserver.cc:533] Webserver started at http://127.0.107.195:45891/ using document root <none> and password file <none>
I20260608 12:38:48.139480   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:48.139715   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:48.140118   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:48.141340   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922266998516-431-0/minicluster-data/ts-2-root/instance:
uuid: "465dbc795bde4638af044ba297cd2e91"
format_stamp: "Formatted at 2026-06-08 12:38:48 on dist-test-slave-3g00"
I20260608 12:38:48.145889   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:38:48.149187  2893 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:48.149933   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:38:48.150213   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922266998516-431-0/minicluster-data/ts-2-root
uuid: "465dbc795bde4638af044ba297cd2e91"
format_stamp: "Formatted at 2026-06-08 12:38:48 on dist-test-slave-3g00"
I20260608 12:38:48.150470   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922266998516-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922266998516-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922266998516-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:48.172987   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:48.174230   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:48.175772   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:48.178174   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:48.178370   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:48.178586   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:48.178748   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:48.218743   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:37159
I20260608 12:38:48.218847  2955 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:37159 every 8 connection(s)
I20260608 12:38:48.236850  2956 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46821
I20260608 12:38:48.237242  2956 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:48.237969  2956 heartbeater.cc:507] Master 127.0.107.254:46821 requested a full tablet report, sending...
I20260608 12:38:48.239928  2680 ts_manager.cc:194] Registered new tserver with Master: 465dbc795bde4638af044ba297cd2e91 (127.0.107.195:37159)
I20260608 12:38:48.240769   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.018682657s
I20260608 12:38:48.241412  2680 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47172
I20260608 12:38:49.034441  2807 heartbeater.cc:499] Master 127.0.107.254:46821 was elected leader, sending a full tablet report...
I20260608 12:38:49.141346  2882 heartbeater.cc:499] Master 127.0.107.254:46821 was elected leader, sending a full tablet report...
I20260608 12:38:49.244222  2956 heartbeater.cc:499] Master 127.0.107.254:46821 was elected leader, sending a full tablet report...
I20260608 12:38:49.823696  2733 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:51.824592  2733 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:53.825497  2733 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:55.826723  2733 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:57.827998  2733 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:59.829095  2733 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:00.335464   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:39:00.358620   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:00.375226   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:39:00.385491   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:39:00.404047   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:00.419763   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:39:00.429095   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:39:00.452333   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:00.468139   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:39:00.477285   431 master.cc:562] Master@127.0.107.254:46821 shutting down...
I20260608 12:39:00.494041   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P d49e51e3c5c448539346acecf759de5d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:00.494781   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P d49e51e3c5c448539346acecf759de5d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:00.495100   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P d49e51e3c5c448539346acecf759de5d: stopping tablet replica
I20260608 12:39:00.512750   431 master.cc:584] Master@127.0.107.254:46821 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfNoTablets (12854 ms)
[ RUN      ] AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange
I20260608 12:39:00.544652   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:39643
I20260608 12:39:00.545897   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:00.551865  2962 instance_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:00.552265  2964 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:00.551841  2961 instance_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:00.554526   431 server_base.cc:1061] running on GCE node
I20260608 12:39:00.555832   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:00.556033   431 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:00.556205   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922340556189 us; error 0 us; skew 500 ppm
I20260608 12:39:00.557535   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:00.561137   431 webserver.cc:533] Webserver started at http://127.0.107.254:38269/ using document root <none> and password file <none>
I20260608 12:39:00.561705   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:00.561906   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:00.562182   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:00.563414   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922266998516-431-0/minicluster-data/master-0-root/instance:
uuid: "5b51517a9e054cdbbe3513afebea665b"
format_stamp: "Formatted at 2026-06-08 12:39:00 on dist-test-slave-3g00"
I20260608 12:39:00.568079   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:39:00.571832  2969 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:00.572664   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:39:00.573036   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922266998516-431-0/minicluster-data/master-0-root
uuid: "5b51517a9e054cdbbe3513afebea665b"
format_stamp: "Formatted at 2026-06-08 12:39:00 on dist-test-slave-3g00"
I20260608 12:39:00.573308   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922266998516-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922266998516-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922266998516-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:00.599774   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:00.601048   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:00.639904   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:39643
I20260608 12:39:00.639990  3020 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:39643 every 8 connection(s)
I20260608 12:39:00.644296  3021 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:00.654932  3021 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5b51517a9e054cdbbe3513afebea665b: Bootstrap starting.
I20260608 12:39:00.659722  3021 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5b51517a9e054cdbbe3513afebea665b: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:00.663997  3021 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5b51517a9e054cdbbe3513afebea665b: No bootstrap required, opened a new log
I20260608 12:39:00.666298  3021 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5b51517a9e054cdbbe3513afebea665b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5b51517a9e054cdbbe3513afebea665b" member_type: VOTER }
I20260608 12:39:00.666726  3021 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5b51517a9e054cdbbe3513afebea665b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:00.666917  3021 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5b51517a9e054cdbbe3513afebea665b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5b51517a9e054cdbbe3513afebea665b, State: Initialized, Role: FOLLOWER
I20260608 12:39:00.667451  3021 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5b51517a9e054cdbbe3513afebea665b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "5b51517a9e054cdbbe3513afebea665b" member_type: VOTER }
I20260608 12:39:00.667884  3021 raft_consensus.cc:399] T 00000000000000000000000000000000 P 5b51517a9e054cdbbe3513afebea665b [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:39:00.668078  3021 raft_consensus.cc:493] T 00000000000000000000000000000000 P 5b51517a9e054cdbbe3513afebea665b [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:39:00.668285  3021 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5b51517a9e054cdbbe3513afebea665b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:00.672536  3021 raft_consensus.cc:515] T 00000000000000000000000000000000 P 5b51517a9e054cdbbe3513afebea665b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5b51517a9e054cdbbe3513afebea665b" member_type: VOTER }
I20260608 12:39:00.673316  3021 leader_election.cc:304] T 00000000000000000000000000000000 P 5b51517a9e054cdbbe3513afebea665b [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: 5b51517a9e054cdbbe3513afebea665b; no voters: 
I20260608 12:39:00.674513  3021 leader_election.cc:290] T 00000000000000000000000000000000 P 5b51517a9e054cdbbe3513afebea665b [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:39:00.674882  3024 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 5b51517a9e054cdbbe3513afebea665b [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:00.676345  3024 raft_consensus.cc:697] T 00000000000000000000000000000000 P 5b51517a9e054cdbbe3513afebea665b [term 1 LEADER]: Becoming Leader. State: Replica: 5b51517a9e054cdbbe3513afebea665b, State: Running, Role: LEADER
I20260608 12:39:00.677040  3024 consensus_queue.cc:237] T 00000000000000000000000000000000 P 5b51517a9e054cdbbe3513afebea665b [LEADER]: Queue going to LEADER mode. State: All 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: "5b51517a9e054cdbbe3513afebea665b" member_type: VOTER }
I20260608 12:39:00.678020  3021 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5b51517a9e054cdbbe3513afebea665b [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:39:00.681018  3026 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5b51517a9e054cdbbe3513afebea665b [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5b51517a9e054cdbbe3513afebea665b. Latest consensus state: current_term: 1 leader_uuid: "5b51517a9e054cdbbe3513afebea665b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5b51517a9e054cdbbe3513afebea665b" member_type: VOTER } }
I20260608 12:39:00.681013  3025 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5b51517a9e054cdbbe3513afebea665b [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "5b51517a9e054cdbbe3513afebea665b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5b51517a9e054cdbbe3513afebea665b" member_type: VOTER } }
I20260608 12:39:00.682183  3025 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5b51517a9e054cdbbe3513afebea665b [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:00.681813  3026 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5b51517a9e054cdbbe3513afebea665b [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:00.685863  3031 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:39:00.691468  3031 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:39:00.693919   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:39:00.700901  3031 catalog_manager.cc:1382] Generated new cluster ID: f69c3903ed644476babba63fb006cfe4
I20260608 12:39:00.701220  3031 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:39:00.720589  3031 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:39:00.721935  3031 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:39:00.740540  3031 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 5b51517a9e054cdbbe3513afebea665b: Generated new TSK 0
I20260608 12:39:00.741194  3031 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:39:00.760609   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:00.766743  3042 instance_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:00.767411  3043 instance_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:00.769138  3045 instance_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:00.769928   431 server_base.cc:1061] running on GCE node
I20260608 12:39:00.770695   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:00.770884   431 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:00.771034   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922340771019 us; error 0 us; skew 500 ppm
I20260608 12:39:00.771596   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:00.773873   431 webserver.cc:533] Webserver started at http://127.0.107.193:36553/ using document root <none> and password file <none>
I20260608 12:39:00.774361   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:00.774528   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:00.774787   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:00.775933   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922266998516-431-0/minicluster-data/ts-0-root/instance:
uuid: "40ce4f601ede4c18942c3a2b3d0636c6"
format_stamp: "Formatted at 2026-06-08 12:39:00 on dist-test-slave-3g00"
I20260608 12:39:00.781183   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.004s
I20260608 12:39:00.784564  3050 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:00.785408   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:39:00.785692   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922266998516-431-0/minicluster-data/ts-0-root
uuid: "40ce4f601ede4c18942c3a2b3d0636c6"
format_stamp: "Formatted at 2026-06-08 12:39:00 on dist-test-slave-3g00"
I20260608 12:39:00.785959   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922266998516-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922266998516-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922266998516-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:00.806169   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:00.807368   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:00.808800   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:00.811120   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:00.811318   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:00.811537   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:00.811687   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:00.852519   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:46327
I20260608 12:39:00.852631  3112 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:46327 every 8 connection(s)
I20260608 12:39:00.857908   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:00.865880  3117 instance_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:00.867635  3118 instance_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:00.870530   431 server_base.cc:1061] running on GCE node
W20260608 12:39:00.870895  3120 instance_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:00.871982   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:00.872258   431 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:00.872458   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922340872441 us; error 0 us; skew 500 ppm
I20260608 12:39:00.873262   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:00.873483  3113 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39643
I20260608 12:39:00.873874  3113 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:00.874845  3113 heartbeater.cc:507] Master 127.0.107.254:39643 requested a full tablet report, sending...
I20260608 12:39:00.876150   431 webserver.cc:533] Webserver started at http://127.0.107.194:36703/ using document root <none> and password file <none>
I20260608 12:39:00.876711   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:00.876971   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:00.877324   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:00.877693  2986 ts_manager.cc:194] Registered new tserver with Master: 40ce4f601ede4c18942c3a2b3d0636c6 (127.0.107.193:46327)
I20260608 12:39:00.879251   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922266998516-431-0/minicluster-data/ts-1-root/instance:
uuid: "49c512d450524e0d8233f2ea059e3846"
format_stamp: "Formatted at 2026-06-08 12:39:00 on dist-test-slave-3g00"
I20260608 12:39:00.880568  2986 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47496
I20260608 12:39:00.885241   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260608 12:39:00.889012  3125 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:00.889763   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:39:00.890080   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922266998516-431-0/minicluster-data/ts-1-root
uuid: "49c512d450524e0d8233f2ea059e3846"
format_stamp: "Formatted at 2026-06-08 12:39:00 on dist-test-slave-3g00"
I20260608 12:39:00.890352   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922266998516-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922266998516-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922266998516-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:00.901355   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:00.902524   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:00.903924   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:00.906169   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:00.906363   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:00.906587   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:00.906742   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:00.948261   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:42659
I20260608 12:39:00.948393  3187 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:42659 every 8 connection(s)
I20260608 12:39:00.953449   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:00.962499  3191 instance_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:00.964718  3192 instance_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:00.967453  3194 instance_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:00.968118   431 server_base.cc:1061] running on GCE node
I20260608 12:39:00.968223  3188 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39643
I20260608 12:39:00.968727  3188 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:00.969139   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:00.969362   431 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:00.969533  3188 heartbeater.cc:507] Master 127.0.107.254:39643 requested a full tablet report, sending...
I20260608 12:39:00.969540   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922340969522 us; error 0 us; skew 500 ppm
I20260608 12:39:00.970423   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:00.971791  2986 ts_manager.cc:194] Registered new tserver with Master: 49c512d450524e0d8233f2ea059e3846 (127.0.107.194:42659)
I20260608 12:39:00.973016   431 webserver.cc:533] Webserver started at http://127.0.107.195:33491/ using document root <none> and password file <none>
I20260608 12:39:00.973300  2986 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47512
I20260608 12:39:00.973583   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:00.973804   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:00.974068   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:00.975364   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922266998516-431-0/minicluster-data/ts-2-root/instance:
uuid: "a98cd8cc4286433c90d417ad6bf6b41e"
format_stamp: "Formatted at 2026-06-08 12:39:00 on dist-test-slave-3g00"
I20260608 12:39:00.980003   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:39:00.983560  3199 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:00.984390   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:39:00.984668   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922266998516-431-0/minicluster-data/ts-2-root
uuid: "a98cd8cc4286433c90d417ad6bf6b41e"
format_stamp: "Formatted at 2026-06-08 12:39:00 on dist-test-slave-3g00"
I20260608 12:39:00.984966   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922266998516-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922266998516-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922266998516-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:00.997764   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:00.998903   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:01.000332   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:01.002617   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:01.002822   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:01.003049   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:01.003203   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:01.045130   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:43827
I20260608 12:39:01.045244  3261 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:43827 every 8 connection(s)
I20260608 12:39:01.061296  3262 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39643
I20260608 12:39:01.061702  3262 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:01.062496  3262 heartbeater.cc:507] Master 127.0.107.254:39643 requested a full tablet report, sending...
I20260608 12:39:01.065264  2986 ts_manager.cc:194] Registered new tserver with Master: a98cd8cc4286433c90d417ad6bf6b41e (127.0.107.195:43827)
I20260608 12:39:01.066206   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.017869013s
I20260608 12:39:01.066803  2986 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47522
I20260608 12:39:01.883958  3113 heartbeater.cc:499] Master 127.0.107.254:39643 was elected leader, sending a full tablet report...
I20260608 12:39:01.975944  3188 heartbeater.cc:499] Master 127.0.107.254:39643 was elected leader, sending a full tablet report...
I20260608 12:39:02.069599  3262 heartbeater.cc:499] Master 127.0.107.254:39643 was elected leader, sending a full tablet report...
I20260608 12:39:02.120108  2986 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:47528:
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:02.122548  2986 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:02.177851  3227 tablet_service.cc:1511] Processing CreateTablet for tablet d2bf09d38e054a8daeae0de3eba03baa (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=af6c660bef524c6897df502b5dc7bc14]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:02.178622  3225 tablet_service.cc:1511] Processing CreateTablet for tablet 195bf615bea24aa495c39f3a87089cab (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=af6c660bef524c6897df502b5dc7bc14]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:02.178937  3224 tablet_service.cc:1511] Processing CreateTablet for tablet baa7584ae2d944cdbaf98dffb36c15fc (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=af6c660bef524c6897df502b5dc7bc14]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:02.180167  3225 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 195bf615bea24aa495c39f3a87089cab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:02.180882  3227 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d2bf09d38e054a8daeae0de3eba03baa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:02.181600  3224 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet baa7584ae2d944cdbaf98dffb36c15fc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:02.182317  3226 tablet_service.cc:1511] Processing CreateTablet for tablet b4fb118663bd46e4977c4652de13b408 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=af6c660bef524c6897df502b5dc7bc14]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:02.183708  3226 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b4fb118663bd46e4977c4652de13b408. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:02.206724  3078 tablet_service.cc:1511] Processing CreateTablet for tablet d2bf09d38e054a8daeae0de3eba03baa (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=af6c660bef524c6897df502b5dc7bc14]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:02.208298  3078 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d2bf09d38e054a8daeae0de3eba03baa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:02.207923  3075 tablet_service.cc:1511] Processing CreateTablet for tablet baa7584ae2d944cdbaf98dffb36c15fc (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=af6c660bef524c6897df502b5dc7bc14]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:02.209321  3075 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet baa7584ae2d944cdbaf98dffb36c15fc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:02.210100  3076 tablet_service.cc:1511] Processing CreateTablet for tablet 195bf615bea24aa495c39f3a87089cab (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=af6c660bef524c6897df502b5dc7bc14]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:02.211470  3076 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 195bf615bea24aa495c39f3a87089cab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:02.216370  3077 tablet_service.cc:1511] Processing CreateTablet for tablet b4fb118663bd46e4977c4652de13b408 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=af6c660bef524c6897df502b5dc7bc14]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:02.217640  3077 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b4fb118663bd46e4977c4652de13b408. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:02.218708  3153 tablet_service.cc:1511] Processing CreateTablet for tablet d2bf09d38e054a8daeae0de3eba03baa (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=af6c660bef524c6897df502b5dc7bc14]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:02.220155  3153 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d2bf09d38e054a8daeae0de3eba03baa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:02.222096  3152 tablet_service.cc:1511] Processing CreateTablet for tablet b4fb118663bd46e4977c4652de13b408 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=af6c660bef524c6897df502b5dc7bc14]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:02.223498  3281 tablet_bootstrap.cc:492] T baa7584ae2d944cdbaf98dffb36c15fc P a98cd8cc4286433c90d417ad6bf6b41e: Bootstrap starting.
I20260608 12:39:02.225095  3151 tablet_service.cc:1511] Processing CreateTablet for tablet 195bf615bea24aa495c39f3a87089cab (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=af6c660bef524c6897df502b5dc7bc14]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:02.227784  3150 tablet_service.cc:1511] Processing CreateTablet for tablet baa7584ae2d944cdbaf98dffb36c15fc (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=af6c660bef524c6897df502b5dc7bc14]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:02.231256  3281 tablet_bootstrap.cc:654] T baa7584ae2d944cdbaf98dffb36c15fc P a98cd8cc4286433c90d417ad6bf6b41e: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:02.223599  3152 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b4fb118663bd46e4977c4652de13b408. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:02.241277  3151 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 195bf615bea24aa495c39f3a87089cab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:02.245215  3150 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet baa7584ae2d944cdbaf98dffb36c15fc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:02.299391  3282 tablet_bootstrap.cc:492] T d2bf09d38e054a8daeae0de3eba03baa P 40ce4f601ede4c18942c3a2b3d0636c6: Bootstrap starting.
I20260608 12:39:02.301698  3284 tablet_bootstrap.cc:492] T baa7584ae2d944cdbaf98dffb36c15fc P 49c512d450524e0d8233f2ea059e3846: Bootstrap starting.
I20260608 12:39:02.302376  3281 tablet_bootstrap.cc:492] T baa7584ae2d944cdbaf98dffb36c15fc P a98cd8cc4286433c90d417ad6bf6b41e: No bootstrap required, opened a new log
I20260608 12:39:02.302838  3281 ts_tablet_manager.cc:1403] T baa7584ae2d944cdbaf98dffb36c15fc P a98cd8cc4286433c90d417ad6bf6b41e: Time spent bootstrapping tablet: real 0.080s	user 0.040s	sys 0.037s
I20260608 12:39:02.305070  3281 raft_consensus.cc:359] T baa7584ae2d944cdbaf98dffb36c15fc P a98cd8cc4286433c90d417ad6bf6b41e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } } peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } }
I20260608 12:39:02.305625  3281 raft_consensus.cc:385] T baa7584ae2d944cdbaf98dffb36c15fc P a98cd8cc4286433c90d417ad6bf6b41e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:02.305848  3281 raft_consensus.cc:740] T baa7584ae2d944cdbaf98dffb36c15fc P a98cd8cc4286433c90d417ad6bf6b41e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a98cd8cc4286433c90d417ad6bf6b41e, State: Initialized, Role: FOLLOWER
I20260608 12:39:02.306485  3281 consensus_queue.cc:260] T baa7584ae2d944cdbaf98dffb36c15fc P a98cd8cc4286433c90d417ad6bf6b41e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } } peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } }
I20260608 12:39:02.309095  3281 ts_tablet_manager.cc:1434] T baa7584ae2d944cdbaf98dffb36c15fc P a98cd8cc4286433c90d417ad6bf6b41e: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.001s
I20260608 12:39:02.309291  3284 tablet_bootstrap.cc:654] T baa7584ae2d944cdbaf98dffb36c15fc P 49c512d450524e0d8233f2ea059e3846: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:02.309291  3282 tablet_bootstrap.cc:654] T d2bf09d38e054a8daeae0de3eba03baa P 40ce4f601ede4c18942c3a2b3d0636c6: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:02.310107  3281 tablet_bootstrap.cc:492] T b4fb118663bd46e4977c4652de13b408 P a98cd8cc4286433c90d417ad6bf6b41e: Bootstrap starting.
I20260608 12:39:02.320703  3281 tablet_bootstrap.cc:654] T b4fb118663bd46e4977c4652de13b408 P a98cd8cc4286433c90d417ad6bf6b41e: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:02.324536  3284 tablet_bootstrap.cc:492] T baa7584ae2d944cdbaf98dffb36c15fc P 49c512d450524e0d8233f2ea059e3846: No bootstrap required, opened a new log
I20260608 12:39:02.325017  3284 ts_tablet_manager.cc:1403] T baa7584ae2d944cdbaf98dffb36c15fc P 49c512d450524e0d8233f2ea059e3846: Time spent bootstrapping tablet: real 0.024s	user 0.015s	sys 0.009s
I20260608 12:39:02.325538  3282 tablet_bootstrap.cc:492] T d2bf09d38e054a8daeae0de3eba03baa P 40ce4f601ede4c18942c3a2b3d0636c6: No bootstrap required, opened a new log
I20260608 12:39:02.325804  3281 tablet_bootstrap.cc:492] T b4fb118663bd46e4977c4652de13b408 P a98cd8cc4286433c90d417ad6bf6b41e: No bootstrap required, opened a new log
I20260608 12:39:02.326006  3282 ts_tablet_manager.cc:1403] T d2bf09d38e054a8daeae0de3eba03baa P 40ce4f601ede4c18942c3a2b3d0636c6: Time spent bootstrapping tablet: real 0.027s	user 0.009s	sys 0.013s
I20260608 12:39:02.326179  3281 ts_tablet_manager.cc:1403] T b4fb118663bd46e4977c4652de13b408 P a98cd8cc4286433c90d417ad6bf6b41e: Time spent bootstrapping tablet: real 0.016s	user 0.011s	sys 0.000s
I20260608 12:39:02.327901  3284 raft_consensus.cc:359] T baa7584ae2d944cdbaf98dffb36c15fc P 49c512d450524e0d8233f2ea059e3846 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } } peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } }
I20260608 12:39:02.328353  3281 raft_consensus.cc:359] T b4fb118663bd46e4977c4652de13b408 P a98cd8cc4286433c90d417ad6bf6b41e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } } peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } }
I20260608 12:39:02.328652  3284 raft_consensus.cc:385] T baa7584ae2d944cdbaf98dffb36c15fc P 49c512d450524e0d8233f2ea059e3846 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:02.328929  3281 raft_consensus.cc:385] T b4fb118663bd46e4977c4652de13b408 P a98cd8cc4286433c90d417ad6bf6b41e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:02.329038  3284 raft_consensus.cc:740] T baa7584ae2d944cdbaf98dffb36c15fc P 49c512d450524e0d8233f2ea059e3846 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 49c512d450524e0d8233f2ea059e3846, State: Initialized, Role: FOLLOWER
I20260608 12:39:02.329497  3281 raft_consensus.cc:740] T b4fb118663bd46e4977c4652de13b408 P a98cd8cc4286433c90d417ad6bf6b41e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a98cd8cc4286433c90d417ad6bf6b41e, State: Initialized, Role: FOLLOWER
I20260608 12:39:02.328965  3282 raft_consensus.cc:359] T d2bf09d38e054a8daeae0de3eba03baa P 40ce4f601ede4c18942c3a2b3d0636c6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } } peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } }
I20260608 12:39:02.329941  3282 raft_consensus.cc:385] T d2bf09d38e054a8daeae0de3eba03baa P 40ce4f601ede4c18942c3a2b3d0636c6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:02.330252  3282 raft_consensus.cc:740] T d2bf09d38e054a8daeae0de3eba03baa P 40ce4f601ede4c18942c3a2b3d0636c6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 40ce4f601ede4c18942c3a2b3d0636c6, State: Initialized, Role: FOLLOWER
I20260608 12:39:02.330247  3281 consensus_queue.cc:260] T b4fb118663bd46e4977c4652de13b408 P a98cd8cc4286433c90d417ad6bf6b41e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } } peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } }
I20260608 12:39:02.330243  3284 consensus_queue.cc:260] T baa7584ae2d944cdbaf98dffb36c15fc P 49c512d450524e0d8233f2ea059e3846 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } } peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } }
I20260608 12:39:02.331326  3282 consensus_queue.cc:260] T d2bf09d38e054a8daeae0de3eba03baa P 40ce4f601ede4c18942c3a2b3d0636c6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } } peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } }
I20260608 12:39:02.332489  3281 ts_tablet_manager.cc:1434] T b4fb118663bd46e4977c4652de13b408 P a98cd8cc4286433c90d417ad6bf6b41e: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 12:39:02.333511  3281 tablet_bootstrap.cc:492] T d2bf09d38e054a8daeae0de3eba03baa P a98cd8cc4286433c90d417ad6bf6b41e: Bootstrap starting.
I20260608 12:39:02.339953  3281 tablet_bootstrap.cc:654] T d2bf09d38e054a8daeae0de3eba03baa P a98cd8cc4286433c90d417ad6bf6b41e: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:02.345849  3282 ts_tablet_manager.cc:1434] T d2bf09d38e054a8daeae0de3eba03baa P 40ce4f601ede4c18942c3a2b3d0636c6: Time spent starting tablet: real 0.019s	user 0.010s	sys 0.008s
I20260608 12:39:02.346398  3284 ts_tablet_manager.cc:1434] T baa7584ae2d944cdbaf98dffb36c15fc P 49c512d450524e0d8233f2ea059e3846: Time spent starting tablet: real 0.021s	user 0.007s	sys 0.013s
I20260608 12:39:02.347734  3282 tablet_bootstrap.cc:492] T 195bf615bea24aa495c39f3a87089cab P 40ce4f601ede4c18942c3a2b3d0636c6: Bootstrap starting.
I20260608 12:39:02.350190  3284 tablet_bootstrap.cc:492] T d2bf09d38e054a8daeae0de3eba03baa P 49c512d450524e0d8233f2ea059e3846: Bootstrap starting.
I20260608 12:39:02.354362  3282 tablet_bootstrap.cc:654] T 195bf615bea24aa495c39f3a87089cab P 40ce4f601ede4c18942c3a2b3d0636c6: Neither blocks nor log segments found. Creating new log.
W20260608 12:39:02.358289  3114 tablet.cc:2404] T d2bf09d38e054a8daeae0de3eba03baa P 40ce4f601ede4c18942c3a2b3d0636c6: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:39:02.359508  3284 tablet_bootstrap.cc:654] T d2bf09d38e054a8daeae0de3eba03baa P 49c512d450524e0d8233f2ea059e3846: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:02.363202  3281 tablet_bootstrap.cc:492] T d2bf09d38e054a8daeae0de3eba03baa P a98cd8cc4286433c90d417ad6bf6b41e: No bootstrap required, opened a new log
I20260608 12:39:02.363619  3281 ts_tablet_manager.cc:1403] T d2bf09d38e054a8daeae0de3eba03baa P a98cd8cc4286433c90d417ad6bf6b41e: Time spent bootstrapping tablet: real 0.030s	user 0.005s	sys 0.011s
I20260608 12:39:02.364508  3284 tablet_bootstrap.cc:492] T d2bf09d38e054a8daeae0de3eba03baa P 49c512d450524e0d8233f2ea059e3846: No bootstrap required, opened a new log
I20260608 12:39:02.364908  3284 ts_tablet_manager.cc:1403] T d2bf09d38e054a8daeae0de3eba03baa P 49c512d450524e0d8233f2ea059e3846: Time spent bootstrapping tablet: real 0.015s	user 0.009s	sys 0.004s
I20260608 12:39:02.365926  3281 raft_consensus.cc:359] T d2bf09d38e054a8daeae0de3eba03baa P a98cd8cc4286433c90d417ad6bf6b41e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } } peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } }
I20260608 12:39:02.366449  3281 raft_consensus.cc:385] T d2bf09d38e054a8daeae0de3eba03baa P a98cd8cc4286433c90d417ad6bf6b41e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:02.366664  3282 tablet_bootstrap.cc:492] T 195bf615bea24aa495c39f3a87089cab P 40ce4f601ede4c18942c3a2b3d0636c6: No bootstrap required, opened a new log
I20260608 12:39:02.366674  3281 raft_consensus.cc:740] T d2bf09d38e054a8daeae0de3eba03baa P a98cd8cc4286433c90d417ad6bf6b41e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a98cd8cc4286433c90d417ad6bf6b41e, State: Initialized, Role: FOLLOWER
I20260608 12:39:02.367328  3282 ts_tablet_manager.cc:1403] T 195bf615bea24aa495c39f3a87089cab P 40ce4f601ede4c18942c3a2b3d0636c6: Time spent bootstrapping tablet: real 0.020s	user 0.009s	sys 0.007s
I20260608 12:39:02.367671  3281 consensus_queue.cc:260] T d2bf09d38e054a8daeae0de3eba03baa P a98cd8cc4286433c90d417ad6bf6b41e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } } peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } }
I20260608 12:39:02.367765  3284 raft_consensus.cc:359] T d2bf09d38e054a8daeae0de3eba03baa P 49c512d450524e0d8233f2ea059e3846 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } } peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } }
I20260608 12:39:02.368505  3284 raft_consensus.cc:385] T d2bf09d38e054a8daeae0de3eba03baa P 49c512d450524e0d8233f2ea059e3846 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:02.368793  3284 raft_consensus.cc:740] T d2bf09d38e054a8daeae0de3eba03baa P 49c512d450524e0d8233f2ea059e3846 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 49c512d450524e0d8233f2ea059e3846, State: Initialized, Role: FOLLOWER
I20260608 12:39:02.369628  3281 ts_tablet_manager.cc:1434] T d2bf09d38e054a8daeae0de3eba03baa P a98cd8cc4286433c90d417ad6bf6b41e: Time spent starting tablet: real 0.006s	user 0.002s	sys 0.004s
I20260608 12:39:02.369735  3284 consensus_queue.cc:260] T d2bf09d38e054a8daeae0de3eba03baa P 49c512d450524e0d8233f2ea059e3846 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } } peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } }
I20260608 12:39:02.370414  3282 raft_consensus.cc:359] T 195bf615bea24aa495c39f3a87089cab P 40ce4f601ede4c18942c3a2b3d0636c6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } } peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } }
I20260608 12:39:02.371148  3282 raft_consensus.cc:385] T 195bf615bea24aa495c39f3a87089cab P 40ce4f601ede4c18942c3a2b3d0636c6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:02.371476  3282 raft_consensus.cc:740] T 195bf615bea24aa495c39f3a87089cab P 40ce4f601ede4c18942c3a2b3d0636c6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 40ce4f601ede4c18942c3a2b3d0636c6, State: Initialized, Role: FOLLOWER
I20260608 12:39:02.372429  3282 consensus_queue.cc:260] T 195bf615bea24aa495c39f3a87089cab P 40ce4f601ede4c18942c3a2b3d0636c6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } } peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } }
I20260608 12:39:02.375475  3284 ts_tablet_manager.cc:1434] T d2bf09d38e054a8daeae0de3eba03baa P 49c512d450524e0d8233f2ea059e3846: Time spent starting tablet: real 0.010s	user 0.003s	sys 0.004s
I20260608 12:39:02.376531  3284 tablet_bootstrap.cc:492] T b4fb118663bd46e4977c4652de13b408 P 49c512d450524e0d8233f2ea059e3846: Bootstrap starting.
I20260608 12:39:02.376780  3282 ts_tablet_manager.cc:1434] T 195bf615bea24aa495c39f3a87089cab P 40ce4f601ede4c18942c3a2b3d0636c6: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260608 12:39:02.377756  3282 tablet_bootstrap.cc:492] T b4fb118663bd46e4977c4652de13b408 P 40ce4f601ede4c18942c3a2b3d0636c6: Bootstrap starting.
I20260608 12:39:02.383162  3284 tablet_bootstrap.cc:654] T b4fb118663bd46e4977c4652de13b408 P 49c512d450524e0d8233f2ea059e3846: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:02.384075  3282 tablet_bootstrap.cc:654] T b4fb118663bd46e4977c4652de13b408 P 40ce4f601ede4c18942c3a2b3d0636c6: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:02.393162  3281 tablet_bootstrap.cc:492] T 195bf615bea24aa495c39f3a87089cab P a98cd8cc4286433c90d417ad6bf6b41e: Bootstrap starting.
I20260608 12:39:02.396136  3282 tablet_bootstrap.cc:492] T b4fb118663bd46e4977c4652de13b408 P 40ce4f601ede4c18942c3a2b3d0636c6: No bootstrap required, opened a new log
I20260608 12:39:02.396163  3284 tablet_bootstrap.cc:492] T b4fb118663bd46e4977c4652de13b408 P 49c512d450524e0d8233f2ea059e3846: No bootstrap required, opened a new log
I20260608 12:39:02.396708  3282 ts_tablet_manager.cc:1403] T b4fb118663bd46e4977c4652de13b408 P 40ce4f601ede4c18942c3a2b3d0636c6: Time spent bootstrapping tablet: real 0.019s	user 0.015s	sys 0.003s
I20260608 12:39:02.396842  3284 ts_tablet_manager.cc:1403] T b4fb118663bd46e4977c4652de13b408 P 49c512d450524e0d8233f2ea059e3846: Time spent bootstrapping tablet: real 0.021s	user 0.013s	sys 0.005s
I20260608 12:39:02.398979  3282 raft_consensus.cc:359] T b4fb118663bd46e4977c4652de13b408 P 40ce4f601ede4c18942c3a2b3d0636c6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } } peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } }
I20260608 12:39:02.399487  3282 raft_consensus.cc:385] T b4fb118663bd46e4977c4652de13b408 P 40ce4f601ede4c18942c3a2b3d0636c6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:02.399756  3282 raft_consensus.cc:740] T b4fb118663bd46e4977c4652de13b408 P 40ce4f601ede4c18942c3a2b3d0636c6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 40ce4f601ede4c18942c3a2b3d0636c6, State: Initialized, Role: FOLLOWER
I20260608 12:39:02.400348  3281 tablet_bootstrap.cc:654] T 195bf615bea24aa495c39f3a87089cab P a98cd8cc4286433c90d417ad6bf6b41e: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:02.399892  3284 raft_consensus.cc:359] T b4fb118663bd46e4977c4652de13b408 P 49c512d450524e0d8233f2ea059e3846 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } } peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } }
I20260608 12:39:02.400769  3284 raft_consensus.cc:385] T b4fb118663bd46e4977c4652de13b408 P 49c512d450524e0d8233f2ea059e3846 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:02.400483  3282 consensus_queue.cc:260] T b4fb118663bd46e4977c4652de13b408 P 40ce4f601ede4c18942c3a2b3d0636c6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } } peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } }
I20260608 12:39:02.401055  3284 raft_consensus.cc:740] T b4fb118663bd46e4977c4652de13b408 P 49c512d450524e0d8233f2ea059e3846 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 49c512d450524e0d8233f2ea059e3846, State: Initialized, Role: FOLLOWER
I20260608 12:39:02.401800  3284 consensus_queue.cc:260] T b4fb118663bd46e4977c4652de13b408 P 49c512d450524e0d8233f2ea059e3846 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } } peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } }
I20260608 12:39:02.402756  3282 ts_tablet_manager.cc:1434] T b4fb118663bd46e4977c4652de13b408 P 40ce4f601ede4c18942c3a2b3d0636c6: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 12:39:02.403836  3282 tablet_bootstrap.cc:492] T baa7584ae2d944cdbaf98dffb36c15fc P 40ce4f601ede4c18942c3a2b3d0636c6: Bootstrap starting.
I20260608 12:39:02.403750  3284 ts_tablet_manager.cc:1434] T b4fb118663bd46e4977c4652de13b408 P 49c512d450524e0d8233f2ea059e3846: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260608 12:39:02.407630  3284 tablet_bootstrap.cc:492] T 195bf615bea24aa495c39f3a87089cab P 49c512d450524e0d8233f2ea059e3846: Bootstrap starting.
I20260608 12:39:02.410871  3282 tablet_bootstrap.cc:654] T baa7584ae2d944cdbaf98dffb36c15fc P 40ce4f601ede4c18942c3a2b3d0636c6: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:02.414098  3284 tablet_bootstrap.cc:654] T 195bf615bea24aa495c39f3a87089cab P 49c512d450524e0d8233f2ea059e3846: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:02.418061  3282 tablet_bootstrap.cc:492] T baa7584ae2d944cdbaf98dffb36c15fc P 40ce4f601ede4c18942c3a2b3d0636c6: No bootstrap required, opened a new log
I20260608 12:39:02.418576  3282 ts_tablet_manager.cc:1403] T baa7584ae2d944cdbaf98dffb36c15fc P 40ce4f601ede4c18942c3a2b3d0636c6: Time spent bootstrapping tablet: real 0.015s	user 0.004s	sys 0.009s
I20260608 12:39:02.418670  3281 tablet_bootstrap.cc:492] T 195bf615bea24aa495c39f3a87089cab P a98cd8cc4286433c90d417ad6bf6b41e: No bootstrap required, opened a new log
I20260608 12:39:02.419144  3281 ts_tablet_manager.cc:1403] T 195bf615bea24aa495c39f3a87089cab P a98cd8cc4286433c90d417ad6bf6b41e: Time spent bootstrapping tablet: real 0.026s	user 0.008s	sys 0.004s
I20260608 12:39:02.419644  3284 tablet_bootstrap.cc:492] T 195bf615bea24aa495c39f3a87089cab P 49c512d450524e0d8233f2ea059e3846: No bootstrap required, opened a new log
I20260608 12:39:02.420112  3284 ts_tablet_manager.cc:1403] T 195bf615bea24aa495c39f3a87089cab P 49c512d450524e0d8233f2ea059e3846: Time spent bootstrapping tablet: real 0.013s	user 0.010s	sys 0.000s
I20260608 12:39:02.421423  3281 raft_consensus.cc:359] T 195bf615bea24aa495c39f3a87089cab P a98cd8cc4286433c90d417ad6bf6b41e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } } peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } }
I20260608 12:39:02.421984  3281 raft_consensus.cc:385] T 195bf615bea24aa495c39f3a87089cab P a98cd8cc4286433c90d417ad6bf6b41e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:02.422343  3281 raft_consensus.cc:740] T 195bf615bea24aa495c39f3a87089cab P a98cd8cc4286433c90d417ad6bf6b41e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a98cd8cc4286433c90d417ad6bf6b41e, State: Initialized, Role: FOLLOWER
I20260608 12:39:02.421891  3282 raft_consensus.cc:359] T baa7584ae2d944cdbaf98dffb36c15fc P 40ce4f601ede4c18942c3a2b3d0636c6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } } peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } }
I20260608 12:39:02.422763  3282 raft_consensus.cc:385] T baa7584ae2d944cdbaf98dffb36c15fc P 40ce4f601ede4c18942c3a2b3d0636c6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:02.423009  3281 consensus_queue.cc:260] T 195bf615bea24aa495c39f3a87089cab P a98cd8cc4286433c90d417ad6bf6b41e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } } peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } }
I20260608 12:39:02.423082  3282 raft_consensus.cc:740] T baa7584ae2d944cdbaf98dffb36c15fc P 40ce4f601ede4c18942c3a2b3d0636c6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 40ce4f601ede4c18942c3a2b3d0636c6, State: Initialized, Role: FOLLOWER
I20260608 12:39:02.423028  3284 raft_consensus.cc:359] T 195bf615bea24aa495c39f3a87089cab P 49c512d450524e0d8233f2ea059e3846 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } } peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } }
I20260608 12:39:02.424059  3284 raft_consensus.cc:385] T 195bf615bea24aa495c39f3a87089cab P 49c512d450524e0d8233f2ea059e3846 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:02.424413  3284 raft_consensus.cc:740] T 195bf615bea24aa495c39f3a87089cab P 49c512d450524e0d8233f2ea059e3846 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 49c512d450524e0d8233f2ea059e3846, State: Initialized, Role: FOLLOWER
I20260608 12:39:02.424261  3282 consensus_queue.cc:260] T baa7584ae2d944cdbaf98dffb36c15fc P 40ce4f601ede4c18942c3a2b3d0636c6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } } peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } }
I20260608 12:39:02.425297  3290 raft_consensus.cc:493] T baa7584ae2d944cdbaf98dffb36c15fc P 40ce4f601ede4c18942c3a2b3d0636c6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:02.425354  3284 consensus_queue.cc:260] T 195bf615bea24aa495c39f3a87089cab P 49c512d450524e0d8233f2ea059e3846 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } } peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } }
I20260608 12:39:02.425967  3290 raft_consensus.cc:515] T baa7584ae2d944cdbaf98dffb36c15fc P 40ce4f601ede4c18942c3a2b3d0636c6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } } peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } }
I20260608 12:39:02.428336  3284 ts_tablet_manager.cc:1434] T 195bf615bea24aa495c39f3a87089cab P 49c512d450524e0d8233f2ea059e3846: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:39:02.430997  3282 ts_tablet_manager.cc:1434] T baa7584ae2d944cdbaf98dffb36c15fc P 40ce4f601ede4c18942c3a2b3d0636c6: Time spent starting tablet: real 0.012s	user 0.010s	sys 0.001s
I20260608 12:39:02.435806  3290 leader_election.cc:290] T baa7584ae2d944cdbaf98dffb36c15fc P 40ce4f601ede4c18942c3a2b3d0636c6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 49c512d450524e0d8233f2ea059e3846 (127.0.107.194:42659), a98cd8cc4286433c90d417ad6bf6b41e (127.0.107.195:43827)
I20260608 12:39:02.438581  3281 ts_tablet_manager.cc:1434] T 195bf615bea24aa495c39f3a87089cab P a98cd8cc4286433c90d417ad6bf6b41e: Time spent starting tablet: real 0.019s	user 0.004s	sys 0.002s
I20260608 12:39:02.456796  3237 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "baa7584ae2d944cdbaf98dffb36c15fc" candidate_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" is_pre_election: true
I20260608 12:39:02.456993  3163 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "baa7584ae2d944cdbaf98dffb36c15fc" candidate_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "49c512d450524e0d8233f2ea059e3846" is_pre_election: true
I20260608 12:39:02.457463  3237 raft_consensus.cc:2468] T baa7584ae2d944cdbaf98dffb36c15fc P a98cd8cc4286433c90d417ad6bf6b41e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 40ce4f601ede4c18942c3a2b3d0636c6 in term 0.
I20260608 12:39:02.457585  3163 raft_consensus.cc:2468] T baa7584ae2d944cdbaf98dffb36c15fc P 49c512d450524e0d8233f2ea059e3846 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 40ce4f601ede4c18942c3a2b3d0636c6 in term 0.
I20260608 12:39:02.458670  3052 leader_election.cc:304] T baa7584ae2d944cdbaf98dffb36c15fc P 40ce4f601ede4c18942c3a2b3d0636c6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 40ce4f601ede4c18942c3a2b3d0636c6, a98cd8cc4286433c90d417ad6bf6b41e; no voters: 
I20260608 12:39:02.459319  3290 raft_consensus.cc:2804] T baa7584ae2d944cdbaf98dffb36c15fc P 40ce4f601ede4c18942c3a2b3d0636c6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:02.459615  3290 raft_consensus.cc:493] T baa7584ae2d944cdbaf98dffb36c15fc P 40ce4f601ede4c18942c3a2b3d0636c6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:02.459854  3290 raft_consensus.cc:3060] T baa7584ae2d944cdbaf98dffb36c15fc P 40ce4f601ede4c18942c3a2b3d0636c6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:02.464224  3290 raft_consensus.cc:515] T baa7584ae2d944cdbaf98dffb36c15fc P 40ce4f601ede4c18942c3a2b3d0636c6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } } peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } }
I20260608 12:39:02.465832  3290 leader_election.cc:290] T baa7584ae2d944cdbaf98dffb36c15fc P 40ce4f601ede4c18942c3a2b3d0636c6 [CANDIDATE]: Term 1 election: Requested vote from peers 49c512d450524e0d8233f2ea059e3846 (127.0.107.194:42659), a98cd8cc4286433c90d417ad6bf6b41e (127.0.107.195:43827)
I20260608 12:39:02.466534  3163 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "baa7584ae2d944cdbaf98dffb36c15fc" candidate_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "49c512d450524e0d8233f2ea059e3846"
I20260608 12:39:02.466722  3237 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "baa7584ae2d944cdbaf98dffb36c15fc" candidate_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a98cd8cc4286433c90d417ad6bf6b41e"
I20260608 12:39:02.467016  3163 raft_consensus.cc:3060] T baa7584ae2d944cdbaf98dffb36c15fc P 49c512d450524e0d8233f2ea059e3846 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:02.467239  3237 raft_consensus.cc:3060] T baa7584ae2d944cdbaf98dffb36c15fc P a98cd8cc4286433c90d417ad6bf6b41e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:02.471614  3163 raft_consensus.cc:2468] T baa7584ae2d944cdbaf98dffb36c15fc P 49c512d450524e0d8233f2ea059e3846 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 40ce4f601ede4c18942c3a2b3d0636c6 in term 1.
I20260608 12:39:02.471839  3237 raft_consensus.cc:2468] T baa7584ae2d944cdbaf98dffb36c15fc P a98cd8cc4286433c90d417ad6bf6b41e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 40ce4f601ede4c18942c3a2b3d0636c6 in term 1.
I20260608 12:39:02.472719  3053 leader_election.cc:304] T baa7584ae2d944cdbaf98dffb36c15fc P 40ce4f601ede4c18942c3a2b3d0636c6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 40ce4f601ede4c18942c3a2b3d0636c6, 49c512d450524e0d8233f2ea059e3846; no voters: 
I20260608 12:39:02.473420  3290 raft_consensus.cc:2804] T baa7584ae2d944cdbaf98dffb36c15fc P 40ce4f601ede4c18942c3a2b3d0636c6 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:02.473763  3290 raft_consensus.cc:697] T baa7584ae2d944cdbaf98dffb36c15fc P 40ce4f601ede4c18942c3a2b3d0636c6 [term 1 LEADER]: Becoming Leader. State: Replica: 40ce4f601ede4c18942c3a2b3d0636c6, State: Running, Role: LEADER
I20260608 12:39:02.474442  3290 consensus_queue.cc:237] T baa7584ae2d944cdbaf98dffb36c15fc P 40ce4f601ede4c18942c3a2b3d0636c6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } } peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } }
I20260608 12:39:02.481362  2986 catalog_manager.cc:5696] T baa7584ae2d944cdbaf98dffb36c15fc P 40ce4f601ede4c18942c3a2b3d0636c6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 40ce4f601ede4c18942c3a2b3d0636c6 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:02.567448  3289 raft_consensus.cc:493] T d2bf09d38e054a8daeae0de3eba03baa P 49c512d450524e0d8233f2ea059e3846 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:02.567907  3289 raft_consensus.cc:515] T d2bf09d38e054a8daeae0de3eba03baa P 49c512d450524e0d8233f2ea059e3846 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } } peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } }
I20260608 12:39:02.570237  3289 leader_election.cc:290] T d2bf09d38e054a8daeae0de3eba03baa P 49c512d450524e0d8233f2ea059e3846 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a98cd8cc4286433c90d417ad6bf6b41e (127.0.107.195:43827), 40ce4f601ede4c18942c3a2b3d0636c6 (127.0.107.193:46327)
I20260608 12:39:02.581841  3237 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d2bf09d38e054a8daeae0de3eba03baa" candidate_uuid: "49c512d450524e0d8233f2ea059e3846" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" is_pre_election: true
I20260608 12:39:02.581993  3088 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d2bf09d38e054a8daeae0de3eba03baa" candidate_uuid: "49c512d450524e0d8233f2ea059e3846" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" is_pre_election: true
I20260608 12:39:02.582554  3237 raft_consensus.cc:2468] T d2bf09d38e054a8daeae0de3eba03baa P a98cd8cc4286433c90d417ad6bf6b41e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 49c512d450524e0d8233f2ea059e3846 in term 0.
I20260608 12:39:02.582085  3290 raft_consensus.cc:493] T b4fb118663bd46e4977c4652de13b408 P 40ce4f601ede4c18942c3a2b3d0636c6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:02.582612  3088 raft_consensus.cc:2468] T d2bf09d38e054a8daeae0de3eba03baa P 40ce4f601ede4c18942c3a2b3d0636c6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 49c512d450524e0d8233f2ea059e3846 in term 0.
I20260608 12:39:02.583154  3290 raft_consensus.cc:515] T b4fb118663bd46e4977c4652de13b408 P 40ce4f601ede4c18942c3a2b3d0636c6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } } peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } }
I20260608 12:39:02.583658  3127 leader_election.cc:304] T d2bf09d38e054a8daeae0de3eba03baa P 49c512d450524e0d8233f2ea059e3846 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 49c512d450524e0d8233f2ea059e3846, a98cd8cc4286433c90d417ad6bf6b41e; no voters: 
I20260608 12:39:02.584376  3289 raft_consensus.cc:2804] T d2bf09d38e054a8daeae0de3eba03baa P 49c512d450524e0d8233f2ea059e3846 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:02.584657  3289 raft_consensus.cc:493] T d2bf09d38e054a8daeae0de3eba03baa P 49c512d450524e0d8233f2ea059e3846 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:02.584915  3289 raft_consensus.cc:3060] T d2bf09d38e054a8daeae0de3eba03baa P 49c512d450524e0d8233f2ea059e3846 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:02.585279  3290 leader_election.cc:290] T b4fb118663bd46e4977c4652de13b408 P 40ce4f601ede4c18942c3a2b3d0636c6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 49c512d450524e0d8233f2ea059e3846 (127.0.107.194:42659), a98cd8cc4286433c90d417ad6bf6b41e (127.0.107.195:43827)
I20260608 12:39:02.586118  3163 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4fb118663bd46e4977c4652de13b408" candidate_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "49c512d450524e0d8233f2ea059e3846" is_pre_election: true
I20260608 12:39:02.586635  3163 raft_consensus.cc:2468] T b4fb118663bd46e4977c4652de13b408 P 49c512d450524e0d8233f2ea059e3846 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 40ce4f601ede4c18942c3a2b3d0636c6 in term 0.
I20260608 12:39:02.586684  3237 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4fb118663bd46e4977c4652de13b408" candidate_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" is_pre_election: true
I20260608 12:39:02.587375  3237 raft_consensus.cc:2468] T b4fb118663bd46e4977c4652de13b408 P a98cd8cc4286433c90d417ad6bf6b41e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 40ce4f601ede4c18942c3a2b3d0636c6 in term 0.
I20260608 12:39:02.587837  3053 leader_election.cc:304] T b4fb118663bd46e4977c4652de13b408 P 40ce4f601ede4c18942c3a2b3d0636c6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 40ce4f601ede4c18942c3a2b3d0636c6, 49c512d450524e0d8233f2ea059e3846; no voters: 
I20260608 12:39:02.588727  3290 raft_consensus.cc:2804] T b4fb118663bd46e4977c4652de13b408 P 40ce4f601ede4c18942c3a2b3d0636c6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:02.589128  3290 raft_consensus.cc:493] T b4fb118663bd46e4977c4652de13b408 P 40ce4f601ede4c18942c3a2b3d0636c6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:02.589411  3290 raft_consensus.cc:3060] T b4fb118663bd46e4977c4652de13b408 P 40ce4f601ede4c18942c3a2b3d0636c6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:02.590927  3289 raft_consensus.cc:515] T d2bf09d38e054a8daeae0de3eba03baa P 49c512d450524e0d8233f2ea059e3846 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } } peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } }
I20260608 12:39:02.593410  3237 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d2bf09d38e054a8daeae0de3eba03baa" candidate_uuid: "49c512d450524e0d8233f2ea059e3846" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a98cd8cc4286433c90d417ad6bf6b41e"
I20260608 12:39:02.593845  3305 raft_consensus.cc:493] T 195bf615bea24aa495c39f3a87089cab P 49c512d450524e0d8233f2ea059e3846 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:02.594022  3237 raft_consensus.cc:3060] T d2bf09d38e054a8daeae0de3eba03baa P a98cd8cc4286433c90d417ad6bf6b41e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:02.594267  3289 leader_election.cc:290] T d2bf09d38e054a8daeae0de3eba03baa P 49c512d450524e0d8233f2ea059e3846 [CANDIDATE]: Term 1 election: Requested vote from peers a98cd8cc4286433c90d417ad6bf6b41e (127.0.107.195:43827), 40ce4f601ede4c18942c3a2b3d0636c6 (127.0.107.193:46327)
I20260608 12:39:02.594378  3305 raft_consensus.cc:515] T 195bf615bea24aa495c39f3a87089cab P 49c512d450524e0d8233f2ea059e3846 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } } peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } }
I20260608 12:39:02.594887  3088 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d2bf09d38e054a8daeae0de3eba03baa" candidate_uuid: "49c512d450524e0d8233f2ea059e3846" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "40ce4f601ede4c18942c3a2b3d0636c6"
I20260608 12:39:02.595546  3088 raft_consensus.cc:3060] T d2bf09d38e054a8daeae0de3eba03baa P 40ce4f601ede4c18942c3a2b3d0636c6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:02.596940  3305 leader_election.cc:290] T 195bf615bea24aa495c39f3a87089cab P 49c512d450524e0d8233f2ea059e3846 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 40ce4f601ede4c18942c3a2b3d0636c6 (127.0.107.193:46327), a98cd8cc4286433c90d417ad6bf6b41e (127.0.107.195:43827)
I20260608 12:39:02.597453  3087 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "195bf615bea24aa495c39f3a87089cab" candidate_uuid: "49c512d450524e0d8233f2ea059e3846" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" is_pre_election: true
I20260608 12:39:02.597592  3290 raft_consensus.cc:515] T b4fb118663bd46e4977c4652de13b408 P 40ce4f601ede4c18942c3a2b3d0636c6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } } peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } }
I20260608 12:39:02.597786  3236 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "195bf615bea24aa495c39f3a87089cab" candidate_uuid: "49c512d450524e0d8233f2ea059e3846" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" is_pre_election: true
I20260608 12:39:02.598116  3087 raft_consensus.cc:2468] T 195bf615bea24aa495c39f3a87089cab P 40ce4f601ede4c18942c3a2b3d0636c6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 49c512d450524e0d8233f2ea059e3846 in term 0.
I20260608 12:39:02.598507  3236 raft_consensus.cc:2468] T 195bf615bea24aa495c39f3a87089cab P a98cd8cc4286433c90d417ad6bf6b41e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 49c512d450524e0d8233f2ea059e3846 in term 0.
I20260608 12:39:02.599752  3290 leader_election.cc:290] T b4fb118663bd46e4977c4652de13b408 P 40ce4f601ede4c18942c3a2b3d0636c6 [CANDIDATE]: Term 1 election: Requested vote from peers 49c512d450524e0d8233f2ea059e3846 (127.0.107.194:42659), a98cd8cc4286433c90d417ad6bf6b41e (127.0.107.195:43827)
I20260608 12:39:02.599839  3127 leader_election.cc:304] T 195bf615bea24aa495c39f3a87089cab P 49c512d450524e0d8233f2ea059e3846 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 49c512d450524e0d8233f2ea059e3846, a98cd8cc4286433c90d417ad6bf6b41e; no voters: 
I20260608 12:39:02.600358  3163 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4fb118663bd46e4977c4652de13b408" candidate_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "49c512d450524e0d8233f2ea059e3846"
I20260608 12:39:02.600782  3305 raft_consensus.cc:2804] T 195bf615bea24aa495c39f3a87089cab P 49c512d450524e0d8233f2ea059e3846 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:02.600900  3163 raft_consensus.cc:3060] T b4fb118663bd46e4977c4652de13b408 P 49c512d450524e0d8233f2ea059e3846 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:02.601245  3305 raft_consensus.cc:493] T 195bf615bea24aa495c39f3a87089cab P 49c512d450524e0d8233f2ea059e3846 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:02.601641  3305 raft_consensus.cc:3060] T 195bf615bea24aa495c39f3a87089cab P 49c512d450524e0d8233f2ea059e3846 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:02.604862  3237 raft_consensus.cc:2468] T d2bf09d38e054a8daeae0de3eba03baa P a98cd8cc4286433c90d417ad6bf6b41e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 49c512d450524e0d8233f2ea059e3846 in term 1.
I20260608 12:39:02.605439  3088 raft_consensus.cc:2468] T d2bf09d38e054a8daeae0de3eba03baa P 40ce4f601ede4c18942c3a2b3d0636c6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 49c512d450524e0d8233f2ea059e3846 in term 1.
I20260608 12:39:02.606149  3127 leader_election.cc:304] T d2bf09d38e054a8daeae0de3eba03baa P 49c512d450524e0d8233f2ea059e3846 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 49c512d450524e0d8233f2ea059e3846, a98cd8cc4286433c90d417ad6bf6b41e; no voters: 
I20260608 12:39:02.606427  3305 raft_consensus.cc:515] T 195bf615bea24aa495c39f3a87089cab P 49c512d450524e0d8233f2ea059e3846 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } } peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } }
I20260608 12:39:02.606564  3236 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4fb118663bd46e4977c4652de13b408" candidate_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a98cd8cc4286433c90d417ad6bf6b41e"
I20260608 12:39:02.607163  3289 raft_consensus.cc:2804] T d2bf09d38e054a8daeae0de3eba03baa P 49c512d450524e0d8233f2ea059e3846 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:02.607293  3236 raft_consensus.cc:3060] T b4fb118663bd46e4977c4652de13b408 P a98cd8cc4286433c90d417ad6bf6b41e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:02.609560  3088 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "195bf615bea24aa495c39f3a87089cab" candidate_uuid: "49c512d450524e0d8233f2ea059e3846" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "40ce4f601ede4c18942c3a2b3d0636c6"
I20260608 12:39:02.610095  3088 raft_consensus.cc:3060] T 195bf615bea24aa495c39f3a87089cab P 40ce4f601ede4c18942c3a2b3d0636c6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:02.610417  3163 raft_consensus.cc:2468] T b4fb118663bd46e4977c4652de13b408 P 49c512d450524e0d8233f2ea059e3846 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 40ce4f601ede4c18942c3a2b3d0636c6 in term 1.
I20260608 12:39:02.612308  3053 leader_election.cc:304] T b4fb118663bd46e4977c4652de13b408 P 40ce4f601ede4c18942c3a2b3d0636c6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 40ce4f601ede4c18942c3a2b3d0636c6, 49c512d450524e0d8233f2ea059e3846; no voters: 
I20260608 12:39:02.613346  3236 raft_consensus.cc:2468] T b4fb118663bd46e4977c4652de13b408 P a98cd8cc4286433c90d417ad6bf6b41e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 40ce4f601ede4c18942c3a2b3d0636c6 in term 1.
I20260608 12:39:02.613189  3290 raft_consensus.cc:2804] T b4fb118663bd46e4977c4652de13b408 P 40ce4f601ede4c18942c3a2b3d0636c6 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:02.614526  3305 leader_election.cc:290] T 195bf615bea24aa495c39f3a87089cab P 49c512d450524e0d8233f2ea059e3846 [CANDIDATE]: Term 1 election: Requested vote from peers 40ce4f601ede4c18942c3a2b3d0636c6 (127.0.107.193:46327), a98cd8cc4286433c90d417ad6bf6b41e (127.0.107.195:43827)
I20260608 12:39:02.614866  3290 raft_consensus.cc:697] T b4fb118663bd46e4977c4652de13b408 P 40ce4f601ede4c18942c3a2b3d0636c6 [term 1 LEADER]: Becoming Leader. State: Replica: 40ce4f601ede4c18942c3a2b3d0636c6, State: Running, Role: LEADER
I20260608 12:39:02.615479  3237 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "195bf615bea24aa495c39f3a87089cab" candidate_uuid: "49c512d450524e0d8233f2ea059e3846" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a98cd8cc4286433c90d417ad6bf6b41e"
I20260608 12:39:02.615984  3088 raft_consensus.cc:2468] T 195bf615bea24aa495c39f3a87089cab P 40ce4f601ede4c18942c3a2b3d0636c6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 49c512d450524e0d8233f2ea059e3846 in term 1.
I20260608 12:39:02.616044  3237 raft_consensus.cc:3060] T 195bf615bea24aa495c39f3a87089cab P a98cd8cc4286433c90d417ad6bf6b41e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:02.616389  3290 consensus_queue.cc:237] T b4fb118663bd46e4977c4652de13b408 P 40ce4f601ede4c18942c3a2b3d0636c6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } } peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } }
I20260608 12:39:02.617282  3289 raft_consensus.cc:697] T d2bf09d38e054a8daeae0de3eba03baa P 49c512d450524e0d8233f2ea059e3846 [term 1 LEADER]: Becoming Leader. State: Replica: 49c512d450524e0d8233f2ea059e3846, State: Running, Role: LEADER
I20260608 12:39:02.617915  3128 leader_election.cc:304] T 195bf615bea24aa495c39f3a87089cab P 49c512d450524e0d8233f2ea059e3846 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 40ce4f601ede4c18942c3a2b3d0636c6, 49c512d450524e0d8233f2ea059e3846; no voters: 
I20260608 12:39:02.618252  3289 consensus_queue.cc:237] T d2bf09d38e054a8daeae0de3eba03baa P 49c512d450524e0d8233f2ea059e3846 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } } peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } }
I20260608 12:39:02.619051  3306 raft_consensus.cc:2804] T 195bf615bea24aa495c39f3a87089cab P 49c512d450524e0d8233f2ea059e3846 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:02.619805  3306 raft_consensus.cc:697] T 195bf615bea24aa495c39f3a87089cab P 49c512d450524e0d8233f2ea059e3846 [term 1 LEADER]: Becoming Leader. State: Replica: 49c512d450524e0d8233f2ea059e3846, State: Running, Role: LEADER
I20260608 12:39:02.620687  3306 consensus_queue.cc:237] T 195bf615bea24aa495c39f3a87089cab P 49c512d450524e0d8233f2ea059e3846 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } } peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } }
I20260608 12:39:02.622828  3237 raft_consensus.cc:2468] T 195bf615bea24aa495c39f3a87089cab P a98cd8cc4286433c90d417ad6bf6b41e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 49c512d450524e0d8233f2ea059e3846 in term 1.
I20260608 12:39:02.630553  2986 catalog_manager.cc:5696] T b4fb118663bd46e4977c4652de13b408 P 40ce4f601ede4c18942c3a2b3d0636c6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 40ce4f601ede4c18942c3a2b3d0636c6 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:02.633167  2982 catalog_manager.cc:5696] T d2bf09d38e054a8daeae0de3eba03baa P 49c512d450524e0d8233f2ea059e3846 reported cstate change: term changed from 0 to 1, leader changed from <none> to 49c512d450524e0d8233f2ea059e3846 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "49c512d450524e0d8233f2ea059e3846" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:02.644660  2982 catalog_manager.cc:5696] T 195bf615bea24aa495c39f3a87089cab P 49c512d450524e0d8233f2ea059e3846 reported cstate change: term changed from 0 to 1, leader changed from <none> to 49c512d450524e0d8233f2ea059e3846 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "49c512d450524e0d8233f2ea059e3846" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "40ce4f601ede4c18942c3a2b3d0636c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46327 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "49c512d450524e0d8233f2ea059e3846" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42659 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a98cd8cc4286433c90d417ad6bf6b41e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43827 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:02.679052   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:39:02.693815  3039 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_auto_rebalancer_test
I20260608 12:39:02.705355   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:02.706846   431 tablet_replica.cc:333] T baa7584ae2d944cdbaf98dffb36c15fc P 40ce4f601ede4c18942c3a2b3d0636c6: stopping tablet replica
I20260608 12:39:02.707453   431 raft_consensus.cc:2243] T baa7584ae2d944cdbaf98dffb36c15fc P 40ce4f601ede4c18942c3a2b3d0636c6 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:02.708046   431 pending_rounds.cc:70] T baa7584ae2d944cdbaf98dffb36c15fc P 40ce4f601ede4c18942c3a2b3d0636c6: Trying to abort 1 pending ops.
I20260608 12:39:02.708242   431 pending_rounds.cc:77] T baa7584ae2d944cdbaf98dffb36c15fc P 40ce4f601ede4c18942c3a2b3d0636c6: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294657914782007296 op_type: NO_OP noop_request { }
I20260608 12:39:02.708611   431 raft_consensus.cc:2889] T baa7584ae2d944cdbaf98dffb36c15fc P 40ce4f601ede4c18942c3a2b3d0636c6 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:39:02.708954   431 raft_consensus.cc:2272] T baa7584ae2d944cdbaf98dffb36c15fc P 40ce4f601ede4c18942c3a2b3d0636c6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:02.711791   431 tablet_replica.cc:333] T b4fb118663bd46e4977c4652de13b408 P 40ce4f601ede4c18942c3a2b3d0636c6: stopping tablet replica
W20260608 12:39:02.712492  3039 auto_leader_rebalancer.cc:460] the master instance isn't leader: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer
I20260608 12:39:02.712509   431 raft_consensus.cc:2243] T b4fb118663bd46e4977c4652de13b408 P 40ce4f601ede4c18942c3a2b3d0636c6 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:02.713366   431 pending_rounds.cc:70] T b4fb118663bd46e4977c4652de13b408 P 40ce4f601ede4c18942c3a2b3d0636c6: Trying to abort 1 pending ops.
I20260608 12:39:02.713543   431 pending_rounds.cc:77] T b4fb118663bd46e4977c4652de13b408 P 40ce4f601ede4c18942c3a2b3d0636c6: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294657915368611840 op_type: NO_OP noop_request { }
I20260608 12:39:02.713752   431 raft_consensus.cc:2889] T b4fb118663bd46e4977c4652de13b408 P 40ce4f601ede4c18942c3a2b3d0636c6 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:39:02.713975   431 raft_consensus.cc:2272] T b4fb118663bd46e4977c4652de13b408 P 40ce4f601ede4c18942c3a2b3d0636c6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:02.716009   431 tablet_replica.cc:333] T 195bf615bea24aa495c39f3a87089cab P 40ce4f601ede4c18942c3a2b3d0636c6: stopping tablet replica
I20260608 12:39:02.716459   431 raft_consensus.cc:2243] T 195bf615bea24aa495c39f3a87089cab P 40ce4f601ede4c18942c3a2b3d0636c6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:02.716779   431 raft_consensus.cc:2272] T 195bf615bea24aa495c39f3a87089cab P 40ce4f601ede4c18942c3a2b3d0636c6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:02.718626   431 tablet_replica.cc:333] T d2bf09d38e054a8daeae0de3eba03baa P 40ce4f601ede4c18942c3a2b3d0636c6: stopping tablet replica
I20260608 12:39:02.719066   431 raft_consensus.cc:2243] T d2bf09d38e054a8daeae0de3eba03baa P 40ce4f601ede4c18942c3a2b3d0636c6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:02.719365   431 raft_consensus.cc:2272] T d2bf09d38e054a8daeae0de3eba03baa P 40ce4f601ede4c18942c3a2b3d0636c6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:02.741035   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:39:02.751632   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:39:02.766177   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:02.766963   431 tablet_replica.cc:333] T 195bf615bea24aa495c39f3a87089cab P 49c512d450524e0d8233f2ea059e3846: stopping tablet replica
I20260608 12:39:02.767535   431 raft_consensus.cc:2243] T 195bf615bea24aa495c39f3a87089cab P 49c512d450524e0d8233f2ea059e3846 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:02.768095   431 pending_rounds.cc:70] T 195bf615bea24aa495c39f3a87089cab P 49c512d450524e0d8233f2ea059e3846: Trying to abort 1 pending ops.
I20260608 12:39:02.768271   431 pending_rounds.cc:77] T 195bf615bea24aa495c39f3a87089cab P 49c512d450524e0d8233f2ea059e3846: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294657915384283136 op_type: NO_OP noop_request { }
I20260608 12:39:02.768527   431 raft_consensus.cc:2889] T 195bf615bea24aa495c39f3a87089cab P 49c512d450524e0d8233f2ea059e3846 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:39:02.768775   431 raft_consensus.cc:2272] T 195bf615bea24aa495c39f3a87089cab P 49c512d450524e0d8233f2ea059e3846 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:02.770910   431 tablet_replica.cc:333] T b4fb118663bd46e4977c4652de13b408 P 49c512d450524e0d8233f2ea059e3846: stopping tablet replica
I20260608 12:39:02.771396   431 raft_consensus.cc:2243] T b4fb118663bd46e4977c4652de13b408 P 49c512d450524e0d8233f2ea059e3846 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:02.771730   431 raft_consensus.cc:2272] T b4fb118663bd46e4977c4652de13b408 P 49c512d450524e0d8233f2ea059e3846 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:02.773546   431 tablet_replica.cc:333] T d2bf09d38e054a8daeae0de3eba03baa P 49c512d450524e0d8233f2ea059e3846: stopping tablet replica
I20260608 12:39:02.774011   431 raft_consensus.cc:2243] T d2bf09d38e054a8daeae0de3eba03baa P 49c512d450524e0d8233f2ea059e3846 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:02.774511   431 pending_rounds.cc:70] T d2bf09d38e054a8daeae0de3eba03baa P 49c512d450524e0d8233f2ea059e3846: Trying to abort 1 pending ops.
I20260608 12:39:02.774668   431 pending_rounds.cc:77] T d2bf09d38e054a8daeae0de3eba03baa P 49c512d450524e0d8233f2ea059e3846: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294657915374477312 op_type: NO_OP noop_request { }
I20260608 12:39:02.774897   431 raft_consensus.cc:2889] T d2bf09d38e054a8daeae0de3eba03baa P 49c512d450524e0d8233f2ea059e3846 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:39:02.775143   431 raft_consensus.cc:2272] T d2bf09d38e054a8daeae0de3eba03baa P 49c512d450524e0d8233f2ea059e3846 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:02.777213   431 tablet_replica.cc:333] T baa7584ae2d944cdbaf98dffb36c15fc P 49c512d450524e0d8233f2ea059e3846: stopping tablet replica
I20260608 12:39:02.777688   431 raft_consensus.cc:2243] T baa7584ae2d944cdbaf98dffb36c15fc P 49c512d450524e0d8233f2ea059e3846 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:02.778012   431 raft_consensus.cc:2272] T baa7584ae2d944cdbaf98dffb36c15fc P 49c512d450524e0d8233f2ea059e3846 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:02.798777   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:39:02.808990   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:39:02.823740   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:02.824417   431 tablet_replica.cc:333] T d2bf09d38e054a8daeae0de3eba03baa P a98cd8cc4286433c90d417ad6bf6b41e: stopping tablet replica
I20260608 12:39:02.825003   431 raft_consensus.cc:2243] T d2bf09d38e054a8daeae0de3eba03baa P a98cd8cc4286433c90d417ad6bf6b41e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:02.825392   431 raft_consensus.cc:2272] T d2bf09d38e054a8daeae0de3eba03baa P a98cd8cc4286433c90d417ad6bf6b41e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:02.827450   431 tablet_replica.cc:333] T 195bf615bea24aa495c39f3a87089cab P a98cd8cc4286433c90d417ad6bf6b41e: stopping tablet replica
I20260608 12:39:02.828015   431 raft_consensus.cc:2243] T 195bf615bea24aa495c39f3a87089cab P a98cd8cc4286433c90d417ad6bf6b41e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:02.828379   431 raft_consensus.cc:2272] T 195bf615bea24aa495c39f3a87089cab P a98cd8cc4286433c90d417ad6bf6b41e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:02.830205   431 tablet_replica.cc:333] T b4fb118663bd46e4977c4652de13b408 P a98cd8cc4286433c90d417ad6bf6b41e: stopping tablet replica
I20260608 12:39:02.830842   431 raft_consensus.cc:2243] T b4fb118663bd46e4977c4652de13b408 P a98cd8cc4286433c90d417ad6bf6b41e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:02.831277   431 raft_consensus.cc:2272] T b4fb118663bd46e4977c4652de13b408 P a98cd8cc4286433c90d417ad6bf6b41e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:02.833319   431 tablet_replica.cc:333] T baa7584ae2d944cdbaf98dffb36c15fc P a98cd8cc4286433c90d417ad6bf6b41e: stopping tablet replica
I20260608 12:39:02.833802   431 raft_consensus.cc:2243] T baa7584ae2d944cdbaf98dffb36c15fc P a98cd8cc4286433c90d417ad6bf6b41e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:02.834213   431 raft_consensus.cc:2272] T baa7584ae2d944cdbaf98dffb36c15fc P a98cd8cc4286433c90d417ad6bf6b41e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:02.854578   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:39:02.866602   431 master.cc:562] Master@127.0.107.254:39643 shutting down...
I20260608 12:39:02.879617   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 5b51517a9e054cdbbe3513afebea665b [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:02.880122   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 5b51517a9e054cdbbe3513afebea665b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:02.880429   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 5b51517a9e054cdbbe3513afebea665b: stopping tablet replica
I20260608 12:39:02.888466   431 master.cc:584] Master@127.0.107.254:39643 shutdown complete.
[       OK ] AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange (2373 ms)
[ RUN      ] AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas
I20260608 12:39:02.917207   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:44471
I20260608 12:39:02.918226   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:02.922834  3311 instance_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:02.924170  3312 instance_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:02.924552  3314 instance_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:02.924754   431 server_base.cc:1061] running on GCE node
I20260608 12:39:02.925743   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:02.925915   431 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:02.926085   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922342926071 us; error 0 us; skew 500 ppm
I20260608 12:39:02.926664   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:02.928860   431 webserver.cc:533] Webserver started at http://127.0.107.254:41017/ using document root <none> and password file <none>
I20260608 12:39:02.929380   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:02.929543   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:02.929823   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:02.930840   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922266998516-431-0/minicluster-data/master-0-root/instance:
uuid: "22678ec8ef844e2da588fc79e92f321f"
format_stamp: "Formatted at 2026-06-08 12:39:02 on dist-test-slave-3g00"
I20260608 12:39:02.935221   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:39:02.938474  3319 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:02.939172   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:39:02.939432   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922266998516-431-0/minicluster-data/master-0-root
uuid: "22678ec8ef844e2da588fc79e92f321f"
format_stamp: "Formatted at 2026-06-08 12:39:02 on dist-test-slave-3g00"
I20260608 12:39:02.939687   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922266998516-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922266998516-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922266998516-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:02.978719   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:02.979709   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:03.014843   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:44471
I20260608 12:39:03.014948  3370 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:44471 every 8 connection(s)
I20260608 12:39:03.018842  3371 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:03.029218  3371 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 22678ec8ef844e2da588fc79e92f321f: Bootstrap starting.
I20260608 12:39:03.033839  3371 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 22678ec8ef844e2da588fc79e92f321f: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:03.037844  3371 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 22678ec8ef844e2da588fc79e92f321f: No bootstrap required, opened a new log
I20260608 12:39:03.039901  3371 raft_consensus.cc:359] T 00000000000000000000000000000000 P 22678ec8ef844e2da588fc79e92f321f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "22678ec8ef844e2da588fc79e92f321f" member_type: VOTER }
I20260608 12:39:03.040263  3371 raft_consensus.cc:385] T 00000000000000000000000000000000 P 22678ec8ef844e2da588fc79e92f321f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:03.040486  3371 raft_consensus.cc:740] T 00000000000000000000000000000000 P 22678ec8ef844e2da588fc79e92f321f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 22678ec8ef844e2da588fc79e92f321f, State: Initialized, Role: FOLLOWER
I20260608 12:39:03.041079  3371 consensus_queue.cc:260] T 00000000000000000000000000000000 P 22678ec8ef844e2da588fc79e92f321f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "22678ec8ef844e2da588fc79e92f321f" member_type: VOTER }
I20260608 12:39:03.041532  3371 raft_consensus.cc:399] T 00000000000000000000000000000000 P 22678ec8ef844e2da588fc79e92f321f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:39:03.041796  3371 raft_consensus.cc:493] T 00000000000000000000000000000000 P 22678ec8ef844e2da588fc79e92f321f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:39:03.042055  3371 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 22678ec8ef844e2da588fc79e92f321f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:03.046475  3371 raft_consensus.cc:515] T 00000000000000000000000000000000 P 22678ec8ef844e2da588fc79e92f321f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "22678ec8ef844e2da588fc79e92f321f" member_type: VOTER }
I20260608 12:39:03.046986  3371 leader_election.cc:304] T 00000000000000000000000000000000 P 22678ec8ef844e2da588fc79e92f321f [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: 22678ec8ef844e2da588fc79e92f321f; no voters: 
I20260608 12:39:03.048097  3371 leader_election.cc:290] T 00000000000000000000000000000000 P 22678ec8ef844e2da588fc79e92f321f [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:39:03.048453  3374 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 22678ec8ef844e2da588fc79e92f321f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:03.049777  3374 raft_consensus.cc:697] T 00000000000000000000000000000000 P 22678ec8ef844e2da588fc79e92f321f [term 1 LEADER]: Becoming Leader. State: Replica: 22678ec8ef844e2da588fc79e92f321f, State: Running, Role: LEADER
I20260608 12:39:03.050433  3374 consensus_queue.cc:237] T 00000000000000000000000000000000 P 22678ec8ef844e2da588fc79e92f321f [LEADER]: Queue going to LEADER mode. State: All 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: "22678ec8ef844e2da588fc79e92f321f" member_type: VOTER }
I20260608 12:39:03.050976  3371 sys_catalog.cc:565] T 00000000000000000000000000000000 P 22678ec8ef844e2da588fc79e92f321f [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:39:03.053246  3376 sys_catalog.cc:455] T 00000000000000000000000000000000 P 22678ec8ef844e2da588fc79e92f321f [sys.catalog]: SysCatalogTable state changed. Reason: New leader 22678ec8ef844e2da588fc79e92f321f. Latest consensus state: current_term: 1 leader_uuid: "22678ec8ef844e2da588fc79e92f321f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "22678ec8ef844e2da588fc79e92f321f" member_type: VOTER } }
I20260608 12:39:03.053231  3375 sys_catalog.cc:455] T 00000000000000000000000000000000 P 22678ec8ef844e2da588fc79e92f321f [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "22678ec8ef844e2da588fc79e92f321f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "22678ec8ef844e2da588fc79e92f321f" member_type: VOTER } }
I20260608 12:39:03.053901  3376 sys_catalog.cc:458] T 00000000000000000000000000000000 P 22678ec8ef844e2da588fc79e92f321f [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:03.054013  3375 sys_catalog.cc:458] T 00000000000000000000000000000000 P 22678ec8ef844e2da588fc79e92f321f [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:03.057276  3379 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:39:03.061981  3379 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:39:03.065529   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:39:03.070887  3379 catalog_manager.cc:1382] Generated new cluster ID: 04712c6e238c4f80b49e7ba79908661b
I20260608 12:39:03.071148  3379 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:39:03.092864  3379 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:39:03.094112  3379 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:39:03.106122  3379 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 22678ec8ef844e2da588fc79e92f321f: Generated new TSK 0
I20260608 12:39:03.106673  3379 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:39:03.132270   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:03.137988  3392 instance_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.138944  3393 instance_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.140390  3395 instance_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.141132   431 server_base.cc:1061] running on GCE node
I20260608 12:39:03.142023   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:03.142207   431 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.142328   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922343142317 us; error 0 us; skew 500 ppm
I20260608 12:39:03.142922   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:03.145180   431 webserver.cc:533] Webserver started at http://127.0.107.193:39029/ using document root <none> and password file <none>
I20260608 12:39:03.145646   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:03.145798   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:03.146010   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:03.147037   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922266998516-431-0/minicluster-data/ts-0-root/instance:
uuid: "71a553ca1d8b4b999f3d8474e011c415"
format_stamp: "Formatted at 2026-06-08 12:39:03 on dist-test-slave-3g00"
I20260608 12:39:03.151515   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:39:03.154887  3400 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.155644   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:39:03.155916   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922266998516-431-0/minicluster-data/ts-0-root
uuid: "71a553ca1d8b4b999f3d8474e011c415"
format_stamp: "Formatted at 2026-06-08 12:39:03 on dist-test-slave-3g00"
I20260608 12:39:03.156183   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922266998516-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922266998516-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922266998516-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:03.175390   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:03.176528   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:03.177914   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:03.180154   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:03.180343   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:03.180565   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:03.180723   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:03.217204   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:36441
I20260608 12:39:03.217335  3462 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:36441 every 8 connection(s)
I20260608 12:39:03.222870   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:03.229926  3467 instance_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.231313  3468 instance_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.234941  3470 instance_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.235242  3463 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44471
I20260608 12:39:03.235641  3463 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:03.235911   431 server_base.cc:1061] running on GCE node
I20260608 12:39:03.236578  3463 heartbeater.cc:507] Master 127.0.107.254:44471 requested a full tablet report, sending...
I20260608 12:39:03.236943   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:03.237217   431 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.237417   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922343237398 us; error 0 us; skew 500 ppm
I20260608 12:39:03.238198   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:03.238864  3336 ts_manager.cc:194] Registered new tserver with Master: 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441)
I20260608 12:39:03.240800   431 webserver.cc:533] Webserver started at http://127.0.107.194:33383/ using document root <none> and password file <none>
I20260608 12:39:03.240911  3336 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42528
I20260608 12:39:03.241497   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:03.241739   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:03.242046   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:03.243212   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922266998516-431-0/minicluster-data/ts-1-root/instance:
uuid: "211b7a7d10c048edacf61338100d86a5"
format_stamp: "Formatted at 2026-06-08 12:39:03 on dist-test-slave-3g00"
I20260608 12:39:03.247521   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.003s
I20260608 12:39:03.250869  3475 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.251657   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:39:03.251983   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922266998516-431-0/minicluster-data/ts-1-root
uuid: "211b7a7d10c048edacf61338100d86a5"
format_stamp: "Formatted at 2026-06-08 12:39:03 on dist-test-slave-3g00"
I20260608 12:39:03.252343   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922266998516-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922266998516-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922266998516-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:03.272230   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:03.273851   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:03.275906   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:03.278753   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:03.279165   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:03.279474   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:03.279675   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:03.324515   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:33981
I20260608 12:39:03.324622  3537 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:33981 every 8 connection(s)
I20260608 12:39:03.329306   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:03.335731  3541 instance_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.336467  3542 instance_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:03.339532   431 server_base.cc:1061] running on GCE node
W20260608 12:39:03.340344  3544 instance_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.340759  3538 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44471
I20260608 12:39:03.341178  3538 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:03.341349   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:03.341595   431 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.341763   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922343341744 us; error 0 us; skew 500 ppm
I20260608 12:39:03.341964  3538 heartbeater.cc:507] Master 127.0.107.254:44471 requested a full tablet report, sending...
I20260608 12:39:03.342451   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:03.344211  3336 ts_manager.cc:194] Registered new tserver with Master: 211b7a7d10c048edacf61338100d86a5 (127.0.107.194:33981)
I20260608 12:39:03.344995   431 webserver.cc:533] Webserver started at http://127.0.107.195:44303/ using document root <none> and password file <none>
I20260608 12:39:03.345535   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:03.345571  3336 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42540
I20260608 12:39:03.345784   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:03.346128   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:03.347254   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922266998516-431-0/minicluster-data/ts-2-root/instance:
uuid: "83d7e815809c4801a2c5db3bdf8543db"
format_stamp: "Formatted at 2026-06-08 12:39:03 on dist-test-slave-3g00"
I20260608 12:39:03.351552   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:39:03.354723  3549 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.355399   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:39:03.355681   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922266998516-431-0/minicluster-data/ts-2-root
uuid: "83d7e815809c4801a2c5db3bdf8543db"
format_stamp: "Formatted at 2026-06-08 12:39:03 on dist-test-slave-3g00"
I20260608 12:39:03.355930   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922266998516-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922266998516-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922266998516-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:03.379416   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:03.380481   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:03.381954   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:03.384404   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:03.384605   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:03.384864   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:03.385020   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:03.421263   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:39921
I20260608 12:39:03.421380  3611 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:39921 every 8 connection(s)
I20260608 12:39:03.434464  3612 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44471
I20260608 12:39:03.434830  3612 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:03.435497  3612 heartbeater.cc:507] Master 127.0.107.254:44471 requested a full tablet report, sending...
I20260608 12:39:03.437318  3336 ts_manager.cc:194] Registered new tserver with Master: 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921)
I20260608 12:39:03.437558   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013121227s
I20260608 12:39:03.438653  3336 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42554
I20260608 12:39:04.243489  3463 heartbeater.cc:499] Master 127.0.107.254:44471 was elected leader, sending a full tablet report...
I20260608 12:39:04.348142  3538 heartbeater.cc:499] Master 127.0.107.254:44471 was elected leader, sending a full tablet report...
I20260608 12:39:04.441056  3612 heartbeater.cc:499] Master 127.0.107.254:44471 was elected leader, sending a full tablet report...
I20260608 12:39:04.491896  3336 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:42568:
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:04.493966  3336 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:04.544955  3503 tablet_service.cc:1511] Processing CreateTablet for tablet c9b0199850404fb9bb526134261a1d57 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:04.546756  3503 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c9b0199850404fb9bb526134261a1d57. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.546861  3502 tablet_service.cc:1511] Processing CreateTablet for tablet 2450f6fea0dc4a2096866fb983c6aebb (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:04.548426  3502 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2450f6fea0dc4a2096866fb983c6aebb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.557324  3501 tablet_service.cc:1511] Processing CreateTablet for tablet a524fb86a77e4b6d91226276d4e35b7e (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:04.559366  3501 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a524fb86a77e4b6d91226276d4e35b7e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.563633  3500 tablet_service.cc:1511] Processing CreateTablet for tablet fdddb217c5a447e981dd3b5f2ca667b2 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:04.565164  3500 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fdddb217c5a447e981dd3b5f2ca667b2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.575212  3577 tablet_service.cc:1511] Processing CreateTablet for tablet c9b0199850404fb9bb526134261a1d57 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:04.576685  3577 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c9b0199850404fb9bb526134261a1d57. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.581197  3499 tablet_service.cc:1511] Processing CreateTablet for tablet 424c9d21672e4b8284dfa62fa133e2e1 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:04.581534  3498 tablet_service.cc:1511] Processing CreateTablet for tablet 3ff35dd82c9d4d3088b20c0bb43c219e (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:04.582926  3499 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 424c9d21672e4b8284dfa62fa133e2e1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.583722  3497 tablet_service.cc:1511] Processing CreateTablet for tablet 9ce5ce079f8549eca84592d9ea3aa4fe (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:04.585171  3497 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9ce5ce079f8549eca84592d9ea3aa4fe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.587116  3498 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3ff35dd82c9d4d3088b20c0bb43c219e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.591507  3496 tablet_service.cc:1511] Processing CreateTablet for tablet 257d42f956df43dca67b4a55a3843569 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:04.592921  3496 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 257d42f956df43dca67b4a55a3843569. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.604920  3632 tablet_bootstrap.cc:492] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5: Bootstrap starting.
I20260608 12:39:04.611074  3632 tablet_bootstrap.cc:654] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:04.619879  3576 tablet_service.cc:1511] Processing CreateTablet for tablet 2450f6fea0dc4a2096866fb983c6aebb (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:04.620196  3575 tablet_service.cc:1511] Processing CreateTablet for tablet a524fb86a77e4b6d91226276d4e35b7e (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:04.621399  3576 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2450f6fea0dc4a2096866fb983c6aebb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.622052  3575 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a524fb86a77e4b6d91226276d4e35b7e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.626942  3632 tablet_bootstrap.cc:492] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5: No bootstrap required, opened a new log
I20260608 12:39:04.627475  3632 ts_tablet_manager.cc:1403] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5: Time spent bootstrapping tablet: real 0.023s	user 0.012s	sys 0.004s
I20260608 12:39:04.630425  3632 raft_consensus.cc:359] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } }
I20260608 12:39:04.631147  3632 raft_consensus.cc:385] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:04.631436  3632 raft_consensus.cc:740] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 211b7a7d10c048edacf61338100d86a5, State: Initialized, Role: FOLLOWER
I20260608 12:39:04.632233  3632 consensus_queue.cc:260] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } }
I20260608 12:39:04.633059  3428 tablet_service.cc:1511] Processing CreateTablet for tablet c9b0199850404fb9bb526134261a1d57 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:04.634573  3428 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c9b0199850404fb9bb526134261a1d57. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.638015  3574 tablet_service.cc:1511] Processing CreateTablet for tablet fdddb217c5a447e981dd3b5f2ca667b2 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:04.639067  3426 tablet_service.cc:1511] Processing CreateTablet for tablet a524fb86a77e4b6d91226276d4e35b7e (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:04.639604  3574 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fdddb217c5a447e981dd3b5f2ca667b2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.640707  3425 tablet_service.cc:1511] Processing CreateTablet for tablet fdddb217c5a447e981dd3b5f2ca667b2 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:04.642143  3425 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fdddb217c5a447e981dd3b5f2ca667b2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.642923  3422 tablet_service.cc:1511] Processing CreateTablet for tablet 9ce5ce079f8549eca84592d9ea3aa4fe (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:04.644271  3422 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9ce5ce079f8549eca84592d9ea3aa4fe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.645848  3423 tablet_service.cc:1511] Processing CreateTablet for tablet 3ff35dd82c9d4d3088b20c0bb43c219e (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:04.647219  3423 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3ff35dd82c9d4d3088b20c0bb43c219e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.649865  3424 tablet_service.cc:1511] Processing CreateTablet for tablet 424c9d21672e4b8284dfa62fa133e2e1 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:04.651204  3424 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 424c9d21672e4b8284dfa62fa133e2e1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.637920  3427 tablet_service.cc:1511] Processing CreateTablet for tablet 2450f6fea0dc4a2096866fb983c6aebb (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:04.653622  3573 tablet_service.cc:1511] Processing CreateTablet for tablet 424c9d21672e4b8284dfa62fa133e2e1 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:04.654430  3427 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2450f6fea0dc4a2096866fb983c6aebb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.655175  3573 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 424c9d21672e4b8284dfa62fa133e2e1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.657948  3426 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a524fb86a77e4b6d91226276d4e35b7e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.661898  3421 tablet_service.cc:1511] Processing CreateTablet for tablet 257d42f956df43dca67b4a55a3843569 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:04.663226  3421 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 257d42f956df43dca67b4a55a3843569. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.675776  3576 tablet_service.cc:1511] Processing CreateTablet for tablet 9ce5ce079f8549eca84592d9ea3aa4fe (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:04.677371  3576 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9ce5ce079f8549eca84592d9ea3aa4fe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.681910  3575 tablet_service.cc:1511] Processing CreateTablet for tablet 257d42f956df43dca67b4a55a3843569 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:04.683451  3575 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 257d42f956df43dca67b4a55a3843569. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.685513  3574 tablet_service.cc:1511] Processing CreateTablet for tablet 3ff35dd82c9d4d3088b20c0bb43c219e (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:04.686991  3574 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3ff35dd82c9d4d3088b20c0bb43c219e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.689921  3635 tablet_bootstrap.cc:492] T c9b0199850404fb9bb526134261a1d57 P 83d7e815809c4801a2c5db3bdf8543db: Bootstrap starting.
I20260608 12:39:04.700654  3632 ts_tablet_manager.cc:1434] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5: Time spent starting tablet: real 0.073s	user 0.013s	sys 0.014s
I20260608 12:39:04.712996  3632 tablet_bootstrap.cc:492] T 2450f6fea0dc4a2096866fb983c6aebb P 211b7a7d10c048edacf61338100d86a5: Bootstrap starting.
I20260608 12:39:04.713734  3635 tablet_bootstrap.cc:654] T c9b0199850404fb9bb526134261a1d57 P 83d7e815809c4801a2c5db3bdf8543db: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:04.714782  3636 tablet_bootstrap.cc:492] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415: Bootstrap starting.
I20260608 12:39:04.722604  3632 tablet_bootstrap.cc:654] T 2450f6fea0dc4a2096866fb983c6aebb P 211b7a7d10c048edacf61338100d86a5: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:04.730433  3636 tablet_bootstrap.cc:654] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:04.738595  3635 tablet_bootstrap.cc:492] T c9b0199850404fb9bb526134261a1d57 P 83d7e815809c4801a2c5db3bdf8543db: No bootstrap required, opened a new log
I20260608 12:39:04.739154  3635 ts_tablet_manager.cc:1403] T c9b0199850404fb9bb526134261a1d57 P 83d7e815809c4801a2c5db3bdf8543db: Time spent bootstrapping tablet: real 0.050s	user 0.005s	sys 0.012s
I20260608 12:39:04.739540  3636 tablet_bootstrap.cc:492] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415: No bootstrap required, opened a new log
I20260608 12:39:04.740006  3636 ts_tablet_manager.cc:1403] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415: Time spent bootstrapping tablet: real 0.025s	user 0.010s	sys 0.000s
I20260608 12:39:04.740486  3632 tablet_bootstrap.cc:492] T 2450f6fea0dc4a2096866fb983c6aebb P 211b7a7d10c048edacf61338100d86a5: No bootstrap required, opened a new log
I20260608 12:39:04.740921  3632 ts_tablet_manager.cc:1403] T 2450f6fea0dc4a2096866fb983c6aebb P 211b7a7d10c048edacf61338100d86a5: Time spent bootstrapping tablet: real 0.028s	user 0.020s	sys 0.002s
I20260608 12:39:04.742178  3635 raft_consensus.cc:359] T c9b0199850404fb9bb526134261a1d57 P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } }
I20260608 12:39:04.742686  3636 raft_consensus.cc:359] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:04.742939  3635 raft_consensus.cc:385] T c9b0199850404fb9bb526134261a1d57 P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:04.742971  3632 raft_consensus.cc:359] T 2450f6fea0dc4a2096866fb983c6aebb P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:04.743393  3636 raft_consensus.cc:385] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:04.743443  3635 raft_consensus.cc:740] T c9b0199850404fb9bb526134261a1d57 P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83d7e815809c4801a2c5db3bdf8543db, State: Initialized, Role: FOLLOWER
I20260608 12:39:04.743669  3632 raft_consensus.cc:385] T 2450f6fea0dc4a2096866fb983c6aebb P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:04.743836  3636 raft_consensus.cc:740] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 71a553ca1d8b4b999f3d8474e011c415, State: Initialized, Role: FOLLOWER
I20260608 12:39:04.744059  3632 raft_consensus.cc:740] T 2450f6fea0dc4a2096866fb983c6aebb P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 211b7a7d10c048edacf61338100d86a5, State: Initialized, Role: FOLLOWER
I20260608 12:39:04.744335  3635 consensus_queue.cc:260] T c9b0199850404fb9bb526134261a1d57 P 83d7e815809c4801a2c5db3bdf8543db [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } }
I20260608 12:39:04.744678  3636 consensus_queue.cc:260] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:04.744872  3632 consensus_queue.cc:260] T 2450f6fea0dc4a2096866fb983c6aebb P 211b7a7d10c048edacf61338100d86a5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:04.746920  3632 ts_tablet_manager.cc:1434] T 2450f6fea0dc4a2096866fb983c6aebb P 211b7a7d10c048edacf61338100d86a5: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260608 12:39:04.747848  3632 tablet_bootstrap.cc:492] T fdddb217c5a447e981dd3b5f2ca667b2 P 211b7a7d10c048edacf61338100d86a5: Bootstrap starting.
I20260608 12:39:04.752550  3636 ts_tablet_manager.cc:1434] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.004s
I20260608 12:39:04.753978  3632 tablet_bootstrap.cc:654] T fdddb217c5a447e981dd3b5f2ca667b2 P 211b7a7d10c048edacf61338100d86a5: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:04.756474  3636 tablet_bootstrap.cc:492] T c9b0199850404fb9bb526134261a1d57 P 71a553ca1d8b4b999f3d8474e011c415: Bootstrap starting.
I20260608 12:39:04.763623  3636 tablet_bootstrap.cc:654] T c9b0199850404fb9bb526134261a1d57 P 71a553ca1d8b4b999f3d8474e011c415: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:04.770710  3634 raft_consensus.cc:493] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:04.765798  3635 ts_tablet_manager.cc:1434] T c9b0199850404fb9bb526134261a1d57 P 83d7e815809c4801a2c5db3bdf8543db: Time spent starting tablet: real 0.026s	user 0.018s	sys 0.007s
I20260608 12:39:04.771142  3634 raft_consensus.cc:515] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } }
I20260608 12:39:04.771924  3635 tablet_bootstrap.cc:492] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db: Bootstrap starting.
I20260608 12:39:04.773561  3634 leader_election.cc:290] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921), 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441)
I20260608 12:39:04.778066  3635 tablet_bootstrap.cc:654] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:04.783448  3632 tablet_bootstrap.cc:492] T fdddb217c5a447e981dd3b5f2ca667b2 P 211b7a7d10c048edacf61338100d86a5: No bootstrap required, opened a new log
I20260608 12:39:04.784303  3632 ts_tablet_manager.cc:1403] T fdddb217c5a447e981dd3b5f2ca667b2 P 211b7a7d10c048edacf61338100d86a5: Time spent bootstrapping tablet: real 0.037s	user 0.020s	sys 0.004s
I20260608 12:39:04.787241  3636 tablet_bootstrap.cc:492] T c9b0199850404fb9bb526134261a1d57 P 71a553ca1d8b4b999f3d8474e011c415: No bootstrap required, opened a new log
I20260608 12:39:04.787642  3636 ts_tablet_manager.cc:1403] T c9b0199850404fb9bb526134261a1d57 P 71a553ca1d8b4b999f3d8474e011c415: Time spent bootstrapping tablet: real 0.031s	user 0.011s	sys 0.008s
I20260608 12:39:04.787742  3632 raft_consensus.cc:359] T fdddb217c5a447e981dd3b5f2ca667b2 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:04.788475  3632 raft_consensus.cc:385] T fdddb217c5a447e981dd3b5f2ca667b2 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:04.788771  3632 raft_consensus.cc:740] T fdddb217c5a447e981dd3b5f2ca667b2 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 211b7a7d10c048edacf61338100d86a5, State: Initialized, Role: FOLLOWER
I20260608 12:39:04.789732  3632 consensus_queue.cc:260] T fdddb217c5a447e981dd3b5f2ca667b2 P 211b7a7d10c048edacf61338100d86a5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:04.790364  3635 tablet_bootstrap.cc:492] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db: No bootstrap required, opened a new log
I20260608 12:39:04.790055  3636 raft_consensus.cc:359] T c9b0199850404fb9bb526134261a1d57 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } }
I20260608 12:39:04.790802  3636 raft_consensus.cc:385] T c9b0199850404fb9bb526134261a1d57 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:04.791255  3636 raft_consensus.cc:740] T c9b0199850404fb9bb526134261a1d57 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 71a553ca1d8b4b999f3d8474e011c415, State: Initialized, Role: FOLLOWER
I20260608 12:39:04.791960  3636 consensus_queue.cc:260] T c9b0199850404fb9bb526134261a1d57 P 71a553ca1d8b4b999f3d8474e011c415 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } }
I20260608 12:39:04.793867  3632 ts_tablet_manager.cc:1434] T fdddb217c5a447e981dd3b5f2ca667b2 P 211b7a7d10c048edacf61338100d86a5: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260608 12:39:04.794119  3636 ts_tablet_manager.cc:1434] T c9b0199850404fb9bb526134261a1d57 P 71a553ca1d8b4b999f3d8474e011c415: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.001s
I20260608 12:39:04.794948  3632 tablet_bootstrap.cc:492] T 424c9d21672e4b8284dfa62fa133e2e1 P 211b7a7d10c048edacf61338100d86a5: Bootstrap starting.
I20260608 12:39:04.795071  3636 tablet_bootstrap.cc:492] T 9ce5ce079f8549eca84592d9ea3aa4fe P 71a553ca1d8b4b999f3d8474e011c415: Bootstrap starting.
I20260608 12:39:04.790865  3635 ts_tablet_manager.cc:1403] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db: Time spent bootstrapping tablet: real 0.019s	user 0.009s	sys 0.003s
I20260608 12:39:04.801183  3632 tablet_bootstrap.cc:654] T 424c9d21672e4b8284dfa62fa133e2e1 P 211b7a7d10c048edacf61338100d86a5: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:04.804111  3635 raft_consensus.cc:359] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:04.804836  3635 raft_consensus.cc:385] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:04.805172  3635 raft_consensus.cc:740] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83d7e815809c4801a2c5db3bdf8543db, State: Initialized, Role: FOLLOWER
I20260608 12:39:04.806022  3635 consensus_queue.cc:260] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:04.807358  3641 raft_consensus.cc:493] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:04.808156  3635 ts_tablet_manager.cc:1434] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260608 12:39:04.807883  3641 raft_consensus.cc:515] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:04.809149  3635 tablet_bootstrap.cc:492] T 2450f6fea0dc4a2096866fb983c6aebb P 83d7e815809c4801a2c5db3bdf8543db: Bootstrap starting.
I20260608 12:39:04.812623  3632 tablet_bootstrap.cc:492] T 424c9d21672e4b8284dfa62fa133e2e1 P 211b7a7d10c048edacf61338100d86a5: No bootstrap required, opened a new log
I20260608 12:39:04.813184  3632 ts_tablet_manager.cc:1403] T 424c9d21672e4b8284dfa62fa133e2e1 P 211b7a7d10c048edacf61338100d86a5: Time spent bootstrapping tablet: real 0.018s	user 0.017s	sys 0.000s
I20260608 12:39:04.815292  3635 tablet_bootstrap.cc:654] T 2450f6fea0dc4a2096866fb983c6aebb P 83d7e815809c4801a2c5db3bdf8543db: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:04.816113  3632 raft_consensus.cc:359] T 424c9d21672e4b8284dfa62fa133e2e1 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:04.801275  3636 tablet_bootstrap.cc:654] T 9ce5ce079f8549eca84592d9ea3aa4fe P 71a553ca1d8b4b999f3d8474e011c415: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:04.816933  3632 raft_consensus.cc:385] T 424c9d21672e4b8284dfa62fa133e2e1 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:04.817430  3632 raft_consensus.cc:740] T 424c9d21672e4b8284dfa62fa133e2e1 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 211b7a7d10c048edacf61338100d86a5, State: Initialized, Role: FOLLOWER
I20260608 12:39:04.818337  3632 consensus_queue.cc:260] T 424c9d21672e4b8284dfa62fa133e2e1 P 211b7a7d10c048edacf61338100d86a5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:04.822461  3641 leader_election.cc:290] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 211b7a7d10c048edacf61338100d86a5 (127.0.107.194:33981), 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921)
I20260608 12:39:04.823144  3632 ts_tablet_manager.cc:1434] T 424c9d21672e4b8284dfa62fa133e2e1 P 211b7a7d10c048edacf61338100d86a5: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.000s
I20260608 12:39:04.824291  3632 tablet_bootstrap.cc:492] T 257d42f956df43dca67b4a55a3843569 P 211b7a7d10c048edacf61338100d86a5: Bootstrap starting.
I20260608 12:39:04.831312  3632 tablet_bootstrap.cc:654] T 257d42f956df43dca67b4a55a3843569 P 211b7a7d10c048edacf61338100d86a5: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:04.832947  3636 tablet_bootstrap.cc:492] T 9ce5ce079f8549eca84592d9ea3aa4fe P 71a553ca1d8b4b999f3d8474e011c415: No bootstrap required, opened a new log
I20260608 12:39:04.833072  3587 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c9b0199850404fb9bb526134261a1d57" candidate_uuid: "211b7a7d10c048edacf61338100d86a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83d7e815809c4801a2c5db3bdf8543db" is_pre_election: true
I20260608 12:39:04.833513  3636 ts_tablet_manager.cc:1403] T 9ce5ce079f8549eca84592d9ea3aa4fe P 71a553ca1d8b4b999f3d8474e011c415: Time spent bootstrapping tablet: real 0.039s	user 0.007s	sys 0.010s
I20260608 12:39:04.833863  3587 raft_consensus.cc:2468] T c9b0199850404fb9bb526134261a1d57 P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 211b7a7d10c048edacf61338100d86a5 in term 0.
I20260608 12:39:04.835453  3478 leader_election.cc:304] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 211b7a7d10c048edacf61338100d86a5, 83d7e815809c4801a2c5db3bdf8543db; no voters: 
I20260608 12:39:04.836443  3636 raft_consensus.cc:359] T 9ce5ce079f8549eca84592d9ea3aa4fe P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:04.837214  3636 raft_consensus.cc:385] T 9ce5ce079f8549eca84592d9ea3aa4fe P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:04.836386  3634 raft_consensus.cc:2804] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:04.837514  3636 raft_consensus.cc:740] T 9ce5ce079f8549eca84592d9ea3aa4fe P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 71a553ca1d8b4b999f3d8474e011c415, State: Initialized, Role: FOLLOWER
I20260608 12:39:04.838002  3634 raft_consensus.cc:493] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:04.838403  3634 raft_consensus.cc:3060] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:04.840472  3635 tablet_bootstrap.cc:492] T 2450f6fea0dc4a2096866fb983c6aebb P 83d7e815809c4801a2c5db3bdf8543db: No bootstrap required, opened a new log
I20260608 12:39:04.841006  3635 ts_tablet_manager.cc:1403] T 2450f6fea0dc4a2096866fb983c6aebb P 83d7e815809c4801a2c5db3bdf8543db: Time spent bootstrapping tablet: real 0.032s	user 0.013s	sys 0.000s
I20260608 12:39:04.843801  3635 raft_consensus.cc:359] T 2450f6fea0dc4a2096866fb983c6aebb P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:04.838414  3636 consensus_queue.cc:260] T 9ce5ce079f8549eca84592d9ea3aa4fe P 71a553ca1d8b4b999f3d8474e011c415 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:04.846665  3636 ts_tablet_manager.cc:1434] T 9ce5ce079f8549eca84592d9ea3aa4fe P 71a553ca1d8b4b999f3d8474e011c415: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.001s
I20260608 12:39:04.848127  3636 tablet_bootstrap.cc:492] T 3ff35dd82c9d4d3088b20c0bb43c219e P 71a553ca1d8b4b999f3d8474e011c415: Bootstrap starting.
I20260608 12:39:04.846925  3635 raft_consensus.cc:385] T 2450f6fea0dc4a2096866fb983c6aebb P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:04.854238  3635 raft_consensus.cc:740] T 2450f6fea0dc4a2096866fb983c6aebb P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83d7e815809c4801a2c5db3bdf8543db, State: Initialized, Role: FOLLOWER
I20260608 12:39:04.857437  3635 consensus_queue.cc:260] T 2450f6fea0dc4a2096866fb983c6aebb P 83d7e815809c4801a2c5db3bdf8543db [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:04.853997  3641 raft_consensus.cc:493] T c9b0199850404fb9bb526134261a1d57 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:04.860268  3641 raft_consensus.cc:515] T c9b0199850404fb9bb526134261a1d57 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } }
I20260608 12:39:04.859745  3635 ts_tablet_manager.cc:1434] T 2450f6fea0dc4a2096866fb983c6aebb P 83d7e815809c4801a2c5db3bdf8543db: Time spent starting tablet: real 0.018s	user 0.006s	sys 0.000s
I20260608 12:39:04.862087  3632 tablet_bootstrap.cc:492] T 257d42f956df43dca67b4a55a3843569 P 211b7a7d10c048edacf61338100d86a5: No bootstrap required, opened a new log
I20260608 12:39:04.867615  3632 ts_tablet_manager.cc:1403] T 257d42f956df43dca67b4a55a3843569 P 211b7a7d10c048edacf61338100d86a5: Time spent bootstrapping tablet: real 0.044s	user 0.012s	sys 0.022s
I20260608 12:39:04.856333  3634 raft_consensus.cc:515] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } }
I20260608 12:39:04.870205  3587 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c9b0199850404fb9bb526134261a1d57" candidate_uuid: "211b7a7d10c048edacf61338100d86a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83d7e815809c4801a2c5db3bdf8543db"
I20260608 12:39:04.870605  3635 tablet_bootstrap.cc:492] T fdddb217c5a447e981dd3b5f2ca667b2 P 83d7e815809c4801a2c5db3bdf8543db: Bootstrap starting.
I20260608 12:39:04.870724  3587 raft_consensus.cc:3060] T c9b0199850404fb9bb526134261a1d57 P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:04.870929  3632 raft_consensus.cc:359] T 257d42f956df43dca67b4a55a3843569 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:04.871866  3632 raft_consensus.cc:385] T 257d42f956df43dca67b4a55a3843569 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:04.872205  3632 raft_consensus.cc:740] T 257d42f956df43dca67b4a55a3843569 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 211b7a7d10c048edacf61338100d86a5, State: Initialized, Role: FOLLOWER
I20260608 12:39:04.873155  3632 consensus_queue.cc:260] T 257d42f956df43dca67b4a55a3843569 P 211b7a7d10c048edacf61338100d86a5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:04.862515  3641 leader_election.cc:290] T c9b0199850404fb9bb526134261a1d57 P 71a553ca1d8b4b999f3d8474e011c415 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 211b7a7d10c048edacf61338100d86a5 (127.0.107.194:33981), 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921)
I20260608 12:39:04.878225  3635 tablet_bootstrap.cc:654] T fdddb217c5a447e981dd3b5f2ca667b2 P 83d7e815809c4801a2c5db3bdf8543db: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:04.865846  3636 tablet_bootstrap.cc:654] T 3ff35dd82c9d4d3088b20c0bb43c219e P 71a553ca1d8b4b999f3d8474e011c415: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:04.882835  3634 leader_election.cc:290] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [CANDIDATE]: Term 1 election: Requested vote from peers 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921), 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441)
I20260608 12:39:04.887699  3632 ts_tablet_manager.cc:1434] T 257d42f956df43dca67b4a55a3843569 P 211b7a7d10c048edacf61338100d86a5: Time spent starting tablet: real 0.020s	user 0.005s	sys 0.012s
I20260608 12:39:04.889117  3632 tablet_bootstrap.cc:492] T 9ce5ce079f8549eca84592d9ea3aa4fe P 211b7a7d10c048edacf61338100d86a5: Bootstrap starting.
I20260608 12:39:04.892083  3586 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fdddb217c5a447e981dd3b5f2ca667b2" candidate_uuid: "71a553ca1d8b4b999f3d8474e011c415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83d7e815809c4801a2c5db3bdf8543db" is_pre_election: true
I20260608 12:39:04.893285  3513 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fdddb217c5a447e981dd3b5f2ca667b2" candidate_uuid: "71a553ca1d8b4b999f3d8474e011c415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "211b7a7d10c048edacf61338100d86a5" is_pre_election: true
I20260608 12:39:04.893872  3636 tablet_bootstrap.cc:492] T 3ff35dd82c9d4d3088b20c0bb43c219e P 71a553ca1d8b4b999f3d8474e011c415: No bootstrap required, opened a new log
I20260608 12:39:04.894286  3586 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c9b0199850404fb9bb526134261a1d57" candidate_uuid: "71a553ca1d8b4b999f3d8474e011c415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83d7e815809c4801a2c5db3bdf8543db" is_pre_election: true
I20260608 12:39:04.894433  3636 ts_tablet_manager.cc:1403] T 3ff35dd82c9d4d3088b20c0bb43c219e P 71a553ca1d8b4b999f3d8474e011c415: Time spent bootstrapping tablet: real 0.047s	user 0.008s	sys 0.009s
I20260608 12:39:04.893942  3513 raft_consensus.cc:2468] T fdddb217c5a447e981dd3b5f2ca667b2 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 71a553ca1d8b4b999f3d8474e011c415 in term 0.
W20260608 12:39:04.896023  3403 leader_election.cc:343] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:04.894498  3512 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c9b0199850404fb9bb526134261a1d57" candidate_uuid: "71a553ca1d8b4b999f3d8474e011c415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "211b7a7d10c048edacf61338100d86a5" is_pre_election: true
I20260608 12:39:04.896762  3632 tablet_bootstrap.cc:654] T 9ce5ce079f8549eca84592d9ea3aa4fe P 211b7a7d10c048edacf61338100d86a5: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:04.896978  3512 raft_consensus.cc:2393] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 71a553ca1d8b4b999f3d8474e011c415 in current term 1: Already voted for candidate 211b7a7d10c048edacf61338100d86a5 in this term.
I20260608 12:39:04.897730  3636 raft_consensus.cc:359] T 3ff35dd82c9d4d3088b20c0bb43c219e P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:04.898756  3636 raft_consensus.cc:385] T 3ff35dd82c9d4d3088b20c0bb43c219e P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:04.899948  3636 raft_consensus.cc:740] T 3ff35dd82c9d4d3088b20c0bb43c219e P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 71a553ca1d8b4b999f3d8474e011c415, State: Initialized, Role: FOLLOWER
I20260608 12:39:04.901417  3636 consensus_queue.cc:260] T 3ff35dd82c9d4d3088b20c0bb43c219e P 71a553ca1d8b4b999f3d8474e011c415 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:04.901681  3401 leader_election.cc:304] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [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: 211b7a7d10c048edacf61338100d86a5, 71a553ca1d8b4b999f3d8474e011c415; no voters: 83d7e815809c4801a2c5db3bdf8543db
I20260608 12:39:04.901435  3587 raft_consensus.cc:2468] T c9b0199850404fb9bb526134261a1d57 P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 211b7a7d10c048edacf61338100d86a5 in term 1.
I20260608 12:39:04.903807  3401 leader_election.cc:304] T c9b0199850404fb9bb526134261a1d57 P 71a553ca1d8b4b999f3d8474e011c415 [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: 71a553ca1d8b4b999f3d8474e011c415; no voters: 211b7a7d10c048edacf61338100d86a5, 83d7e815809c4801a2c5db3bdf8543db
I20260608 12:39:04.904464  3636 ts_tablet_manager.cc:1434] T 3ff35dd82c9d4d3088b20c0bb43c219e P 71a553ca1d8b4b999f3d8474e011c415: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260608 12:39:04.904470  3635 tablet_bootstrap.cc:492] T fdddb217c5a447e981dd3b5f2ca667b2 P 83d7e815809c4801a2c5db3bdf8543db: No bootstrap required, opened a new log
I20260608 12:39:04.905448  3641 raft_consensus.cc:3060] T c9b0199850404fb9bb526134261a1d57 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:04.906018  3635 ts_tablet_manager.cc:1403] T fdddb217c5a447e981dd3b5f2ca667b2 P 83d7e815809c4801a2c5db3bdf8543db: Time spent bootstrapping tablet: real 0.036s	user 0.015s	sys 0.000s
I20260608 12:39:04.907846  3636 tablet_bootstrap.cc:492] T a524fb86a77e4b6d91226276d4e35b7e P 71a553ca1d8b4b999f3d8474e011c415: Bootstrap starting.
I20260608 12:39:04.908118  3654 raft_consensus.cc:2804] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:04.909040  3635 raft_consensus.cc:359] T fdddb217c5a447e981dd3b5f2ca667b2 P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:04.908595  3654 raft_consensus.cc:493] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:04.910132  3635 raft_consensus.cc:385] T fdddb217c5a447e981dd3b5f2ca667b2 P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:04.910473  3635 raft_consensus.cc:740] T fdddb217c5a447e981dd3b5f2ca667b2 P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83d7e815809c4801a2c5db3bdf8543db, State: Initialized, Role: FOLLOWER
I20260608 12:39:04.911273  3635 consensus_queue.cc:260] T fdddb217c5a447e981dd3b5f2ca667b2 P 83d7e815809c4801a2c5db3bdf8543db [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:04.913440  3635 ts_tablet_manager.cc:1434] T fdddb217c5a447e981dd3b5f2ca667b2 P 83d7e815809c4801a2c5db3bdf8543db: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:39:04.914404  3635 tablet_bootstrap.cc:492] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db: Bootstrap starting.
I20260608 12:39:04.915627  3655 raft_consensus.cc:493] T 424c9d21672e4b8284dfa62fa133e2e1 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:04.916110  3655 raft_consensus.cc:515] T 424c9d21672e4b8284dfa62fa133e2e1 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:04.917363  3654 raft_consensus.cc:3060] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:04.921322  3655 leader_election.cc:290] T 424c9d21672e4b8284dfa62fa133e2e1 P 211b7a7d10c048edacf61338100d86a5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441), 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921)
I20260608 12:39:04.919888  3478 leader_election.cc:304] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 211b7a7d10c048edacf61338100d86a5, 83d7e815809c4801a2c5db3bdf8543db; no voters: 
I20260608 12:39:04.920998  3636 tablet_bootstrap.cc:654] T a524fb86a77e4b6d91226276d4e35b7e P 71a553ca1d8b4b999f3d8474e011c415: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:04.921931  3632 tablet_bootstrap.cc:492] T 9ce5ce079f8549eca84592d9ea3aa4fe P 211b7a7d10c048edacf61338100d86a5: No bootstrap required, opened a new log
I20260608 12:39:04.922415  3632 ts_tablet_manager.cc:1403] T 9ce5ce079f8549eca84592d9ea3aa4fe P 211b7a7d10c048edacf61338100d86a5: Time spent bootstrapping tablet: real 0.033s	user 0.012s	sys 0.008s
I20260608 12:39:04.923218  3655 raft_consensus.cc:2804] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:04.923431  3587 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "424c9d21672e4b8284dfa62fa133e2e1" candidate_uuid: "211b7a7d10c048edacf61338100d86a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83d7e815809c4801a2c5db3bdf8543db" is_pre_election: true
I20260608 12:39:04.927166  3655 raft_consensus.cc:697] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [term 1 LEADER]: Becoming Leader. State: Replica: 211b7a7d10c048edacf61338100d86a5, State: Running, Role: LEADER
I20260608 12:39:04.930349  3655 consensus_queue.cc:237] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } }
I20260608 12:39:04.929400  3438 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c9b0199850404fb9bb526134261a1d57" candidate_uuid: "211b7a7d10c048edacf61338100d86a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71a553ca1d8b4b999f3d8474e011c415" is_pre_election: true
W20260608 12:39:04.932494  3478 leader_election.cc:343] T 424c9d21672e4b8284dfa62fa133e2e1 P 211b7a7d10c048edacf61338100d86a5 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:04.933578  3635 tablet_bootstrap.cc:654] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:04.933724  3436 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "424c9d21672e4b8284dfa62fa133e2e1" candidate_uuid: "211b7a7d10c048edacf61338100d86a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71a553ca1d8b4b999f3d8474e011c415" is_pre_election: true
I20260608 12:39:04.929085  3632 raft_consensus.cc:359] T 9ce5ce079f8549eca84592d9ea3aa4fe P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:04.930282  3437 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c9b0199850404fb9bb526134261a1d57" candidate_uuid: "211b7a7d10c048edacf61338100d86a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71a553ca1d8b4b999f3d8474e011c415"
W20260608 12:39:04.936480  3477 leader_election.cc:343] T 424c9d21672e4b8284dfa62fa133e2e1 P 211b7a7d10c048edacf61338100d86a5 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:04.938661  3477 leader_election.cc:304] T 424c9d21672e4b8284dfa62fa133e2e1 P 211b7a7d10c048edacf61338100d86a5 [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: 211b7a7d10c048edacf61338100d86a5; no voters: 71a553ca1d8b4b999f3d8474e011c415, 83d7e815809c4801a2c5db3bdf8543db
I20260608 12:39:04.939441  3634 raft_consensus.cc:2749] T 424c9d21672e4b8284dfa62fa133e2e1 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:04.938187  3641 raft_consensus.cc:2749] T c9b0199850404fb9bb526134261a1d57 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:04.938426  3632 raft_consensus.cc:385] T 9ce5ce079f8549eca84592d9ea3aa4fe P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:04.942456  3632 raft_consensus.cc:740] T 9ce5ce079f8549eca84592d9ea3aa4fe P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 211b7a7d10c048edacf61338100d86a5, State: Initialized, Role: FOLLOWER
I20260608 12:39:04.943254  3632 consensus_queue.cc:260] T 9ce5ce079f8549eca84592d9ea3aa4fe P 211b7a7d10c048edacf61338100d86a5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:04.945032  3438 raft_consensus.cc:2468] T c9b0199850404fb9bb526134261a1d57 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 211b7a7d10c048edacf61338100d86a5 in term 1.
I20260608 12:39:04.946671  3636 tablet_bootstrap.cc:492] T a524fb86a77e4b6d91226276d4e35b7e P 71a553ca1d8b4b999f3d8474e011c415: No bootstrap required, opened a new log
I20260608 12:39:04.947183  3636 ts_tablet_manager.cc:1403] T a524fb86a77e4b6d91226276d4e35b7e P 71a553ca1d8b4b999f3d8474e011c415: Time spent bootstrapping tablet: real 0.040s	user 0.013s	sys 0.012s
I20260608 12:39:04.950218  3636 raft_consensus.cc:359] T a524fb86a77e4b6d91226276d4e35b7e P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:04.950875  3636 raft_consensus.cc:385] T a524fb86a77e4b6d91226276d4e35b7e P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:04.951177  3636 raft_consensus.cc:740] T a524fb86a77e4b6d91226276d4e35b7e P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 71a553ca1d8b4b999f3d8474e011c415, State: Initialized, Role: FOLLOWER
I20260608 12:39:04.951273  3634 raft_consensus.cc:493] T 257d42f956df43dca67b4a55a3843569 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:04.951747  3634 raft_consensus.cc:515] T 257d42f956df43dca67b4a55a3843569 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:04.952122  3636 consensus_queue.cc:260] T a524fb86a77e4b6d91226276d4e35b7e P 71a553ca1d8b4b999f3d8474e011c415 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:04.953706  3635 tablet_bootstrap.cc:492] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db: No bootstrap required, opened a new log
I20260608 12:39:04.954191  3635 ts_tablet_manager.cc:1403] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db: Time spent bootstrapping tablet: real 0.040s	user 0.012s	sys 0.000s
I20260608 12:39:04.954777  3636 ts_tablet_manager.cc:1434] T a524fb86a77e4b6d91226276d4e35b7e P 71a553ca1d8b4b999f3d8474e011c415: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:39:04.955024  3654 raft_consensus.cc:515] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:04.955778  3636 tablet_bootstrap.cc:492] T 257d42f956df43dca67b4a55a3843569 P 71a553ca1d8b4b999f3d8474e011c415: Bootstrap starting.
I20260608 12:39:04.957216  3635 raft_consensus.cc:359] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:04.957610  3437 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "257d42f956df43dca67b4a55a3843569" candidate_uuid: "211b7a7d10c048edacf61338100d86a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71a553ca1d8b4b999f3d8474e011c415" is_pre_election: true
I20260608 12:39:04.958091  3635 raft_consensus.cc:385] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:04.958438  3635 raft_consensus.cc:740] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83d7e815809c4801a2c5db3bdf8543db, State: Initialized, Role: FOLLOWER
I20260608 12:39:04.959288  3640 raft_consensus.cc:493] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:04.959842  3586 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fdddb217c5a447e981dd3b5f2ca667b2" candidate_uuid: "71a553ca1d8b4b999f3d8474e011c415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83d7e815809c4801a2c5db3bdf8543db"
I20260608 12:39:04.959789  3640 raft_consensus.cc:515] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:04.960552  3586 raft_consensus.cc:3060] T fdddb217c5a447e981dd3b5f2ca667b2 P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:04.959430  3635 consensus_queue.cc:260] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:04.964092  3640 leader_election.cc:290] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441), 211b7a7d10c048edacf61338100d86a5 (127.0.107.194:33981)
W20260608 12:39:04.964280  3477 leader_election.cc:343] T 257d42f956df43dca67b4a55a3843569 P 211b7a7d10c048edacf61338100d86a5 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:04.964620  3640 raft_consensus.cc:493] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:04.965091  3640 raft_consensus.cc:515] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:04.955873  3587 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "257d42f956df43dca67b4a55a3843569" candidate_uuid: "211b7a7d10c048edacf61338100d86a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83d7e815809c4801a2c5db3bdf8543db" is_pre_election: true
I20260608 12:39:04.953917  3634 leader_election.cc:290] T 257d42f956df43dca67b4a55a3843569 P 211b7a7d10c048edacf61338100d86a5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441), 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921)
I20260608 12:39:04.967106  3640 leader_election.cc:290] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 211b7a7d10c048edacf61338100d86a5 (127.0.107.194:33981), 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441)
I20260608 12:39:04.973832  3586 raft_consensus.cc:2468] T fdddb217c5a447e981dd3b5f2ca667b2 P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 71a553ca1d8b4b999f3d8474e011c415 in term 1.
I20260608 12:39:04.973994  3636 tablet_bootstrap.cc:654] T 257d42f956df43dca67b4a55a3843569 P 71a553ca1d8b4b999f3d8474e011c415: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:04.960054  3654 leader_election.cc:290] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [CANDIDATE]: Term 1 election: Requested vote from peers 211b7a7d10c048edacf61338100d86a5 (127.0.107.194:33981), 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921)
I20260608 12:39:04.977437  3512 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fdddb217c5a447e981dd3b5f2ca667b2" candidate_uuid: "71a553ca1d8b4b999f3d8474e011c415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "211b7a7d10c048edacf61338100d86a5"
I20260608 12:39:04.978091  3512 raft_consensus.cc:3060] T fdddb217c5a447e981dd3b5f2ca667b2 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:04.978585  3334 catalog_manager.cc:5696] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 reported cstate change: term changed from 0 to 1, leader changed from <none> to 211b7a7d10c048edacf61338100d86a5 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "211b7a7d10c048edacf61338100d86a5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:04.987438  3632 ts_tablet_manager.cc:1434] T 9ce5ce079f8549eca84592d9ea3aa4fe P 211b7a7d10c048edacf61338100d86a5: Time spent starting tablet: real 0.065s	user 0.023s	sys 0.011s
I20260608 12:39:04.988559  3632 tablet_bootstrap.cc:492] T 3ff35dd82c9d4d3088b20c0bb43c219e P 211b7a7d10c048edacf61338100d86a5: Bootstrap starting.
I20260608 12:39:04.990207  3635 ts_tablet_manager.cc:1434] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db: Time spent starting tablet: real 0.036s	user 0.009s	sys 0.000s
I20260608 12:39:04.991395  3635 tablet_bootstrap.cc:492] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db: Bootstrap starting.
I20260608 12:39:04.994848  3632 tablet_bootstrap.cc:654] T 3ff35dd82c9d4d3088b20c0bb43c219e P 211b7a7d10c048edacf61338100d86a5: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:04.997859  3635 tablet_bootstrap.cc:654] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:04.999753  3512 raft_consensus.cc:2468] T fdddb217c5a447e981dd3b5f2ca667b2 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 71a553ca1d8b4b999f3d8474e011c415 in term 1.
I20260608 12:39:05.003175  3401 leader_election.cc:304] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 211b7a7d10c048edacf61338100d86a5, 71a553ca1d8b4b999f3d8474e011c415; no voters: 
I20260608 12:39:05.005345  3654 raft_consensus.cc:2804] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:05.005864  3654 raft_consensus.cc:697] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 LEADER]: Becoming Leader. State: Replica: 71a553ca1d8b4b999f3d8474e011c415, State: Running, Role: LEADER
I20260608 12:39:05.006421  3632 tablet_bootstrap.cc:492] T 3ff35dd82c9d4d3088b20c0bb43c219e P 211b7a7d10c048edacf61338100d86a5: No bootstrap required, opened a new log
I20260608 12:39:05.006986  3632 ts_tablet_manager.cc:1403] T 3ff35dd82c9d4d3088b20c0bb43c219e P 211b7a7d10c048edacf61338100d86a5: Time spent bootstrapping tablet: real 0.019s	user 0.012s	sys 0.004s
I20260608 12:39:05.006701  3654 consensus_queue.cc:237] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
W20260608 12:39:05.008225  3478 leader_election.cc:343] T 257d42f956df43dca67b4a55a3843569 P 211b7a7d10c048edacf61338100d86a5 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:05.008703  3478 leader_election.cc:304] T 257d42f956df43dca67b4a55a3843569 P 211b7a7d10c048edacf61338100d86a5 [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: 211b7a7d10c048edacf61338100d86a5; no voters: 71a553ca1d8b4b999f3d8474e011c415, 83d7e815809c4801a2c5db3bdf8543db
I20260608 12:39:05.009639  3663 raft_consensus.cc:2749] T 257d42f956df43dca67b4a55a3843569 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:05.010282  3632 raft_consensus.cc:359] T 3ff35dd82c9d4d3088b20c0bb43c219e P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:05.011029  3632 raft_consensus.cc:385] T 3ff35dd82c9d4d3088b20c0bb43c219e P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:05.011332  3632 raft_consensus.cc:740] T 3ff35dd82c9d4d3088b20c0bb43c219e P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 211b7a7d10c048edacf61338100d86a5, State: Initialized, Role: FOLLOWER
I20260608 12:39:05.014757  3635 tablet_bootstrap.cc:492] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db: No bootstrap required, opened a new log
I20260608 12:39:05.015301  3635 ts_tablet_manager.cc:1403] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db: Time spent bootstrapping tablet: real 0.024s	user 0.016s	sys 0.004s
I20260608 12:39:05.017159  3632 consensus_queue.cc:260] T 3ff35dd82c9d4d3088b20c0bb43c219e P 211b7a7d10c048edacf61338100d86a5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:05.019778  3632 ts_tablet_manager.cc:1434] T 3ff35dd82c9d4d3088b20c0bb43c219e P 211b7a7d10c048edacf61338100d86a5: Time spent starting tablet: real 0.012s	user 0.007s	sys 0.000s
I20260608 12:39:05.020903  3632 tablet_bootstrap.cc:492] T a524fb86a77e4b6d91226276d4e35b7e P 211b7a7d10c048edacf61338100d86a5: Bootstrap starting.
I20260608 12:39:05.029632  3635 raft_consensus.cc:359] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:05.030398  3635 raft_consensus.cc:385] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:05.030711  3635 raft_consensus.cc:740] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83d7e815809c4801a2c5db3bdf8543db, State: Initialized, Role: FOLLOWER
I20260608 12:39:05.031540  3635 consensus_queue.cc:260] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:05.034010  3635 ts_tablet_manager.cc:1434] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db: Time spent starting tablet: real 0.018s	user 0.005s	sys 0.004s
I20260608 12:39:05.035156  3635 tablet_bootstrap.cc:492] T 424c9d21672e4b8284dfa62fa133e2e1 P 83d7e815809c4801a2c5db3bdf8543db: Bootstrap starting.
I20260608 12:39:05.041983  3635 tablet_bootstrap.cc:654] T 424c9d21672e4b8284dfa62fa133e2e1 P 83d7e815809c4801a2c5db3bdf8543db: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:05.043198  3636 tablet_bootstrap.cc:492] T 257d42f956df43dca67b4a55a3843569 P 71a553ca1d8b4b999f3d8474e011c415: No bootstrap required, opened a new log
I20260608 12:39:05.044215  3512 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a524fb86a77e4b6d91226276d4e35b7e" candidate_uuid: "83d7e815809c4801a2c5db3bdf8543db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "211b7a7d10c048edacf61338100d86a5" is_pre_election: true
I20260608 12:39:05.044942  3636 ts_tablet_manager.cc:1403] T 257d42f956df43dca67b4a55a3843569 P 71a553ca1d8b4b999f3d8474e011c415: Time spent bootstrapping tablet: real 0.089s	user 0.034s	sys 0.013s
I20260608 12:39:05.044752  3437 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a524fb86a77e4b6d91226276d4e35b7e" candidate_uuid: "83d7e815809c4801a2c5db3bdf8543db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71a553ca1d8b4b999f3d8474e011c415" is_pre_election: true
I20260608 12:39:05.045168  3632 tablet_bootstrap.cc:654] T a524fb86a77e4b6d91226276d4e35b7e P 211b7a7d10c048edacf61338100d86a5: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:05.045581  3437 raft_consensus.cc:2468] T a524fb86a77e4b6d91226276d4e35b7e P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 83d7e815809c4801a2c5db3bdf8543db in term 0.
W20260608 12:39:05.046005  3550 leader_election.cc:343] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 211b7a7d10c048edacf61338100d86a5 (127.0.107.194:33981): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:05.044225  3513 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ce5ce079f8549eca84592d9ea3aa4fe" candidate_uuid: "83d7e815809c4801a2c5db3bdf8543db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "211b7a7d10c048edacf61338100d86a5" is_pre_election: true
I20260608 12:39:05.047176  3513 raft_consensus.cc:2468] T 9ce5ce079f8549eca84592d9ea3aa4fe P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 83d7e815809c4801a2c5db3bdf8543db in term 0.
I20260608 12:39:05.049337  3550 leader_election.cc:304] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 211b7a7d10c048edacf61338100d86a5, 83d7e815809c4801a2c5db3bdf8543db; no voters: 
I20260608 12:39:05.050280  3665 raft_consensus.cc:2804] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:05.050673  3665 raft_consensus.cc:493] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:05.051024  3665 raft_consensus.cc:3060] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:05.052984  3551 leader_election.cc:304] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [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: 71a553ca1d8b4b999f3d8474e011c415, 83d7e815809c4801a2c5db3bdf8543db; no voters: 211b7a7d10c048edacf61338100d86a5
I20260608 12:39:05.049718  3437 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ce5ce079f8549eca84592d9ea3aa4fe" candidate_uuid: "83d7e815809c4801a2c5db3bdf8543db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71a553ca1d8b4b999f3d8474e011c415" is_pre_election: true
I20260608 12:39:05.053889  3437 raft_consensus.cc:2468] T 9ce5ce079f8549eca84592d9ea3aa4fe P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 83d7e815809c4801a2c5db3bdf8543db in term 0.
I20260608 12:39:05.054262  3664 raft_consensus.cc:2804] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:05.054662  3664 raft_consensus.cc:493] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:05.055044  3664 raft_consensus.cc:3060] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:05.058602  3665 raft_consensus.cc:515] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:05.056576  3636 raft_consensus.cc:359] T 257d42f956df43dca67b4a55a3843569 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:05.060050  3636 raft_consensus.cc:385] T 257d42f956df43dca67b4a55a3843569 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:05.061378  3636 raft_consensus.cc:740] T 257d42f956df43dca67b4a55a3843569 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 71a553ca1d8b4b999f3d8474e011c415, State: Initialized, Role: FOLLOWER
I20260608 12:39:05.062103  3513 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ce5ce079f8549eca84592d9ea3aa4fe" candidate_uuid: "83d7e815809c4801a2c5db3bdf8543db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "211b7a7d10c048edacf61338100d86a5"
I20260608 12:39:05.059060  3333 catalog_manager.cc:5696] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 reported cstate change: term changed from 0 to 1, leader changed from <none> to 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "71a553ca1d8b4b999f3d8474e011c415" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:05.062273  3664 raft_consensus.cc:515] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:05.062793  3513 raft_consensus.cc:3060] T 9ce5ce079f8549eca84592d9ea3aa4fe P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:39:05.064150  3384 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:39:05.062959  3636 consensus_queue.cc:260] T 257d42f956df43dca67b4a55a3843569 P 71a553ca1d8b4b999f3d8474e011c415 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:05.065441  3389 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
I20260608 12:39:05.066699  3437 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a524fb86a77e4b6d91226276d4e35b7e" candidate_uuid: "83d7e815809c4801a2c5db3bdf8543db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71a553ca1d8b4b999f3d8474e011c415"
I20260608 12:39:05.067276  3437 raft_consensus.cc:3060] T a524fb86a77e4b6d91226276d4e35b7e P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:39:05.067562  3389 auto_leader_rebalancer.cc:460] the master instance isn't leader: Service unavailable: Tablet not running
I20260608 12:39:05.067515  3636 ts_tablet_manager.cc:1434] T 257d42f956df43dca67b4a55a3843569 P 71a553ca1d8b4b999f3d8474e011c415: Time spent starting tablet: real 0.021s	user 0.007s	sys 0.000s
I20260608 12:39:05.069139  3636 tablet_bootstrap.cc:492] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415: Bootstrap starting.
I20260608 12:39:05.069841  3513 raft_consensus.cc:2468] T 9ce5ce079f8549eca84592d9ea3aa4fe P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 83d7e815809c4801a2c5db3bdf8543db in term 1.
I20260608 12:39:05.071226  3550 leader_election.cc:304] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 211b7a7d10c048edacf61338100d86a5, 83d7e815809c4801a2c5db3bdf8543db; no voters: 
I20260608 12:39:05.072463  3665 leader_election.cc:290] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db [CANDIDATE]: Term 1 election: Requested vote from peers 211b7a7d10c048edacf61338100d86a5 (127.0.107.194:33981), 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441)
I20260608 12:39:05.072781  3640 raft_consensus.cc:2804] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:05.073283  3640 raft_consensus.cc:697] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db [term 1 LEADER]: Becoming Leader. State: Replica: 83d7e815809c4801a2c5db3bdf8543db, State: Running, Role: LEADER
I20260608 12:39:05.074147  3640 consensus_queue.cc:237] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:05.075673  3636 tablet_bootstrap.cc:654] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:05.076476  3632 tablet_bootstrap.cc:492] T a524fb86a77e4b6d91226276d4e35b7e P 211b7a7d10c048edacf61338100d86a5: No bootstrap required, opened a new log
I20260608 12:39:05.076753  3635 tablet_bootstrap.cc:492] T 424c9d21672e4b8284dfa62fa133e2e1 P 83d7e815809c4801a2c5db3bdf8543db: No bootstrap required, opened a new log
I20260608 12:39:05.076949  3632 ts_tablet_manager.cc:1403] T a524fb86a77e4b6d91226276d4e35b7e P 211b7a7d10c048edacf61338100d86a5: Time spent bootstrapping tablet: real 0.056s	user 0.007s	sys 0.014s
I20260608 12:39:05.077459  3635 ts_tablet_manager.cc:1403] T 424c9d21672e4b8284dfa62fa133e2e1 P 83d7e815809c4801a2c5db3bdf8543db: Time spent bootstrapping tablet: real 0.043s	user 0.005s	sys 0.014s
I20260608 12:39:05.080195  3632 raft_consensus.cc:359] T a524fb86a77e4b6d91226276d4e35b7e P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:05.081032  3632 raft_consensus.cc:385] T a524fb86a77e4b6d91226276d4e35b7e P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:05.081641  3632 raft_consensus.cc:740] T a524fb86a77e4b6d91226276d4e35b7e P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 211b7a7d10c048edacf61338100d86a5, State: Initialized, Role: FOLLOWER
I20260608 12:39:05.080920  3635 raft_consensus.cc:359] T 424c9d21672e4b8284dfa62fa133e2e1 P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:05.082129  3635 raft_consensus.cc:385] T 424c9d21672e4b8284dfa62fa133e2e1 P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:05.082472  3635 raft_consensus.cc:740] T 424c9d21672e4b8284dfa62fa133e2e1 P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83d7e815809c4801a2c5db3bdf8543db, State: Initialized, Role: FOLLOWER
I20260608 12:39:05.082475  3632 consensus_queue.cc:260] T a524fb86a77e4b6d91226276d4e35b7e P 211b7a7d10c048edacf61338100d86a5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:05.083734  3635 consensus_queue.cc:260] T 424c9d21672e4b8284dfa62fa133e2e1 P 83d7e815809c4801a2c5db3bdf8543db [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:05.084236  3632 ts_tablet_manager.cc:1434] T a524fb86a77e4b6d91226276d4e35b7e P 211b7a7d10c048edacf61338100d86a5: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260608 12:39:05.090915  3437 raft_consensus.cc:2468] T a524fb86a77e4b6d91226276d4e35b7e P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 83d7e815809c4801a2c5db3bdf8543db in term 1.
I20260608 12:39:05.094003  3513 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a524fb86a77e4b6d91226276d4e35b7e" candidate_uuid: "83d7e815809c4801a2c5db3bdf8543db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "211b7a7d10c048edacf61338100d86a5"
I20260608 12:39:05.094486  3513 raft_consensus.cc:3060] T a524fb86a77e4b6d91226276d4e35b7e P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:05.098594  3636 tablet_bootstrap.cc:492] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415: No bootstrap required, opened a new log
I20260608 12:39:05.099103  3636 ts_tablet_manager.cc:1403] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415: Time spent bootstrapping tablet: real 0.030s	user 0.010s	sys 0.003s
I20260608 12:39:05.100690  3513 raft_consensus.cc:2468] T a524fb86a77e4b6d91226276d4e35b7e P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 83d7e815809c4801a2c5db3bdf8543db in term 1.
I20260608 12:39:05.102927  3635 ts_tablet_manager.cc:1434] T 424c9d21672e4b8284dfa62fa133e2e1 P 83d7e815809c4801a2c5db3bdf8543db: Time spent starting tablet: real 0.025s	user 0.009s	sys 0.009s
I20260608 12:39:05.102716  3550 leader_election.cc:304] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 211b7a7d10c048edacf61338100d86a5, 83d7e815809c4801a2c5db3bdf8543db; no voters: 
I20260608 12:39:05.103889  3635 tablet_bootstrap.cc:492] T 3ff35dd82c9d4d3088b20c0bb43c219e P 83d7e815809c4801a2c5db3bdf8543db: Bootstrap starting.
I20260608 12:39:05.103749  3675 raft_consensus.cc:2804] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:05.103430  3334 catalog_manager.cc:5696] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db reported cstate change: term changed from 0 to 1, leader changed from <none> to 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195). New cstate: current_term: 1 leader_uuid: "83d7e815809c4801a2c5db3bdf8543db" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:05.104794  3675 raft_consensus.cc:697] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [term 1 LEADER]: Becoming Leader. State: Replica: 83d7e815809c4801a2c5db3bdf8543db, State: Running, Role: LEADER
I20260608 12:39:05.105072  3437 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ce5ce079f8549eca84592d9ea3aa4fe" candidate_uuid: "83d7e815809c4801a2c5db3bdf8543db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71a553ca1d8b4b999f3d8474e011c415"
I20260608 12:39:05.105674  3437 raft_consensus.cc:3060] T 9ce5ce079f8549eca84592d9ea3aa4fe P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:05.105854  3675 consensus_queue.cc:237] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:05.110600  3635 tablet_bootstrap.cc:654] T 3ff35dd82c9d4d3088b20c0bb43c219e P 83d7e815809c4801a2c5db3bdf8543db: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:05.101649  3636 raft_consensus.cc:359] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:05.113346  3636 raft_consensus.cc:385] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:05.103732  3664 leader_election.cc:290] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [CANDIDATE]: Term 1 election: Requested vote from peers 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441), 211b7a7d10c048edacf61338100d86a5 (127.0.107.194:33981)
I20260608 12:39:05.113682  3636 raft_consensus.cc:740] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 71a553ca1d8b4b999f3d8474e011c415, State: Initialized, Role: FOLLOWER
I20260608 12:39:05.114562  3636 consensus_queue.cc:260] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:05.116343  3437 raft_consensus.cc:2468] T 9ce5ce079f8549eca84592d9ea3aa4fe P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 83d7e815809c4801a2c5db3bdf8543db in term 1.
I20260608 12:39:05.117070  3636 ts_tablet_manager.cc:1434] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415: Time spent starting tablet: real 0.018s	user 0.008s	sys 0.000s
I20260608 12:39:05.118094  3636 tablet_bootstrap.cc:492] T 2450f6fea0dc4a2096866fb983c6aebb P 71a553ca1d8b4b999f3d8474e011c415: Bootstrap starting.
I20260608 12:39:05.123708  3636 tablet_bootstrap.cc:654] T 2450f6fea0dc4a2096866fb983c6aebb P 71a553ca1d8b4b999f3d8474e011c415: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:05.124432  3336 catalog_manager.cc:5696] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db reported cstate change: term changed from 0 to 1, leader changed from <none> to 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195). New cstate: current_term: 1 leader_uuid: "83d7e815809c4801a2c5db3bdf8543db" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:05.129770  3635 tablet_bootstrap.cc:492] T 3ff35dd82c9d4d3088b20c0bb43c219e P 83d7e815809c4801a2c5db3bdf8543db: No bootstrap required, opened a new log
I20260608 12:39:05.129819  3636 tablet_bootstrap.cc:492] T 2450f6fea0dc4a2096866fb983c6aebb P 71a553ca1d8b4b999f3d8474e011c415: No bootstrap required, opened a new log
I20260608 12:39:05.130393  3635 ts_tablet_manager.cc:1403] T 3ff35dd82c9d4d3088b20c0bb43c219e P 83d7e815809c4801a2c5db3bdf8543db: Time spent bootstrapping tablet: real 0.027s	user 0.017s	sys 0.000s
I20260608 12:39:05.132609  3635 raft_consensus.cc:359] T 3ff35dd82c9d4d3088b20c0bb43c219e P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:05.133270  3635 raft_consensus.cc:385] T 3ff35dd82c9d4d3088b20c0bb43c219e P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:05.133478  3635 raft_consensus.cc:740] T 3ff35dd82c9d4d3088b20c0bb43c219e P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83d7e815809c4801a2c5db3bdf8543db, State: Initialized, Role: FOLLOWER
I20260608 12:39:05.134012  3635 consensus_queue.cc:260] T 3ff35dd82c9d4d3088b20c0bb43c219e P 83d7e815809c4801a2c5db3bdf8543db [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:05.135751  3635 ts_tablet_manager.cc:1434] T 3ff35dd82c9d4d3088b20c0bb43c219e P 83d7e815809c4801a2c5db3bdf8543db: Time spent starting tablet: real 0.005s	user 0.002s	sys 0.000s
I20260608 12:39:05.130462  3636 ts_tablet_manager.cc:1403] T 2450f6fea0dc4a2096866fb983c6aebb P 71a553ca1d8b4b999f3d8474e011c415: Time spent bootstrapping tablet: real 0.013s	user 0.006s	sys 0.005s
I20260608 12:39:05.138530  3636 raft_consensus.cc:359] T 2450f6fea0dc4a2096866fb983c6aebb P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:05.139060  3636 raft_consensus.cc:385] T 2450f6fea0dc4a2096866fb983c6aebb P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:05.139256  3636 raft_consensus.cc:740] T 2450f6fea0dc4a2096866fb983c6aebb P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 71a553ca1d8b4b999f3d8474e011c415, State: Initialized, Role: FOLLOWER
I20260608 12:39:05.139777  3663 raft_consensus.cc:493] T 2450f6fea0dc4a2096866fb983c6aebb P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:05.139818  3636 consensus_queue.cc:260] T 2450f6fea0dc4a2096866fb983c6aebb P 71a553ca1d8b4b999f3d8474e011c415 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:05.140291  3663 raft_consensus.cc:515] T 2450f6fea0dc4a2096866fb983c6aebb P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:05.142048  3636 ts_tablet_manager.cc:1434] T 2450f6fea0dc4a2096866fb983c6aebb P 71a553ca1d8b4b999f3d8474e011c415: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260608 12:39:05.142382  3663 leader_election.cc:290] T 2450f6fea0dc4a2096866fb983c6aebb P 211b7a7d10c048edacf61338100d86a5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441), 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921)
I20260608 12:39:05.143441  3437 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2450f6fea0dc4a2096866fb983c6aebb" candidate_uuid: "211b7a7d10c048edacf61338100d86a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71a553ca1d8b4b999f3d8474e011c415" is_pre_election: true
I20260608 12:39:05.143761  3586 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2450f6fea0dc4a2096866fb983c6aebb" candidate_uuid: "211b7a7d10c048edacf61338100d86a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83d7e815809c4801a2c5db3bdf8543db" is_pre_election: true
I20260608 12:39:05.144371  3586 raft_consensus.cc:2468] T 2450f6fea0dc4a2096866fb983c6aebb P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 211b7a7d10c048edacf61338100d86a5 in term 0.
I20260608 12:39:05.144559  3437 raft_consensus.cc:2468] T 2450f6fea0dc4a2096866fb983c6aebb P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 211b7a7d10c048edacf61338100d86a5 in term 0.
I20260608 12:39:05.145457  3478 leader_election.cc:304] T 2450f6fea0dc4a2096866fb983c6aebb P 211b7a7d10c048edacf61338100d86a5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 211b7a7d10c048edacf61338100d86a5, 83d7e815809c4801a2c5db3bdf8543db; no voters: 
I20260608 12:39:05.146256  3663 raft_consensus.cc:2804] T 2450f6fea0dc4a2096866fb983c6aebb P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:05.146611  3663 raft_consensus.cc:493] T 2450f6fea0dc4a2096866fb983c6aebb P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:05.146915  3663 raft_consensus.cc:3060] T 2450f6fea0dc4a2096866fb983c6aebb P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:05.153241  3663 raft_consensus.cc:515] T 2450f6fea0dc4a2096866fb983c6aebb P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:05.154814  3663 leader_election.cc:290] T 2450f6fea0dc4a2096866fb983c6aebb P 211b7a7d10c048edacf61338100d86a5 [CANDIDATE]: Term 1 election: Requested vote from peers 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441), 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921)
I20260608 12:39:05.155540  3437 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2450f6fea0dc4a2096866fb983c6aebb" candidate_uuid: "211b7a7d10c048edacf61338100d86a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71a553ca1d8b4b999f3d8474e011c415"
I20260608 12:39:05.155841  3586 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2450f6fea0dc4a2096866fb983c6aebb" candidate_uuid: "211b7a7d10c048edacf61338100d86a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83d7e815809c4801a2c5db3bdf8543db"
I20260608 12:39:05.156044  3437 raft_consensus.cc:3060] T 2450f6fea0dc4a2096866fb983c6aebb P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:05.156327  3586 raft_consensus.cc:3060] T 2450f6fea0dc4a2096866fb983c6aebb P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:05.160619  3437 raft_consensus.cc:2468] T 2450f6fea0dc4a2096866fb983c6aebb P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 211b7a7d10c048edacf61338100d86a5 in term 1.
I20260608 12:39:05.160780  3586 raft_consensus.cc:2468] T 2450f6fea0dc4a2096866fb983c6aebb P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 211b7a7d10c048edacf61338100d86a5 in term 1.
I20260608 12:39:05.161666  3477 leader_election.cc:304] T 2450f6fea0dc4a2096866fb983c6aebb P 211b7a7d10c048edacf61338100d86a5 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 211b7a7d10c048edacf61338100d86a5, 71a553ca1d8b4b999f3d8474e011c415; no voters: 
I20260608 12:39:05.162338  3663 raft_consensus.cc:2804] T 2450f6fea0dc4a2096866fb983c6aebb P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:05.162714  3663 raft_consensus.cc:697] T 2450f6fea0dc4a2096866fb983c6aebb P 211b7a7d10c048edacf61338100d86a5 [term 1 LEADER]: Becoming Leader. State: Replica: 211b7a7d10c048edacf61338100d86a5, State: Running, Role: LEADER
I20260608 12:39:05.163432  3663 consensus_queue.cc:237] T 2450f6fea0dc4a2096866fb983c6aebb P 211b7a7d10c048edacf61338100d86a5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:05.169715  3336 catalog_manager.cc:5696] T 2450f6fea0dc4a2096866fb983c6aebb P 211b7a7d10c048edacf61338100d86a5 reported cstate change: term changed from 0 to 1, leader changed from <none> to 211b7a7d10c048edacf61338100d86a5 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "211b7a7d10c048edacf61338100d86a5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:05.186656  3654 raft_consensus.cc:493] T 3ff35dd82c9d4d3088b20c0bb43c219e P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:05.187075  3654 raft_consensus.cc:515] T 3ff35dd82c9d4d3088b20c0bb43c219e P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:05.188848  3654 leader_election.cc:290] T 3ff35dd82c9d4d3088b20c0bb43c219e P 71a553ca1d8b4b999f3d8474e011c415 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 211b7a7d10c048edacf61338100d86a5 (127.0.107.194:33981), 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921)
I20260608 12:39:05.189626  3513 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3ff35dd82c9d4d3088b20c0bb43c219e" candidate_uuid: "71a553ca1d8b4b999f3d8474e011c415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "211b7a7d10c048edacf61338100d86a5" is_pre_election: true
I20260608 12:39:05.189777  3586 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3ff35dd82c9d4d3088b20c0bb43c219e" candidate_uuid: "71a553ca1d8b4b999f3d8474e011c415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83d7e815809c4801a2c5db3bdf8543db" is_pre_election: true
I20260608 12:39:05.190328  3586 raft_consensus.cc:2468] T 3ff35dd82c9d4d3088b20c0bb43c219e P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 71a553ca1d8b4b999f3d8474e011c415 in term 0.
I20260608 12:39:05.190290  3513 raft_consensus.cc:2468] T 3ff35dd82c9d4d3088b20c0bb43c219e P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 71a553ca1d8b4b999f3d8474e011c415 in term 0.
I20260608 12:39:05.191534  3401 leader_election.cc:304] T 3ff35dd82c9d4d3088b20c0bb43c219e P 71a553ca1d8b4b999f3d8474e011c415 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 211b7a7d10c048edacf61338100d86a5, 71a553ca1d8b4b999f3d8474e011c415; no voters: 
I20260608 12:39:05.192298  3654 raft_consensus.cc:2804] T 3ff35dd82c9d4d3088b20c0bb43c219e P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:05.192585  3654 raft_consensus.cc:493] T 3ff35dd82c9d4d3088b20c0bb43c219e P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:05.192852  3654 raft_consensus.cc:3060] T 3ff35dd82c9d4d3088b20c0bb43c219e P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:05.197541  3654 raft_consensus.cc:515] T 3ff35dd82c9d4d3088b20c0bb43c219e P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:05.197997  3641 raft_consensus.cc:493] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:05.198638  3641 raft_consensus.cc:515] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:05.199553  3654 leader_election.cc:290] T 3ff35dd82c9d4d3088b20c0bb43c219e P 71a553ca1d8b4b999f3d8474e011c415 [CANDIDATE]: Term 1 election: Requested vote from peers 211b7a7d10c048edacf61338100d86a5 (127.0.107.194:33981), 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921)
I20260608 12:39:05.200461  3513 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3ff35dd82c9d4d3088b20c0bb43c219e" candidate_uuid: "71a553ca1d8b4b999f3d8474e011c415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "211b7a7d10c048edacf61338100d86a5"
I20260608 12:39:05.200896  3641 leader_election.cc:290] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 211b7a7d10c048edacf61338100d86a5 (127.0.107.194:33981), 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921)
I20260608 12:39:05.201061  3513 raft_consensus.cc:3060] T 3ff35dd82c9d4d3088b20c0bb43c219e P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:05.202450  3586 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3ff35dd82c9d4d3088b20c0bb43c219e" candidate_uuid: "71a553ca1d8b4b999f3d8474e011c415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83d7e815809c4801a2c5db3bdf8543db"
I20260608 12:39:05.203001  3586 raft_consensus.cc:3060] T 3ff35dd82c9d4d3088b20c0bb43c219e P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:05.203962  3587 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "424c9d21672e4b8284dfa62fa133e2e1" candidate_uuid: "71a553ca1d8b4b999f3d8474e011c415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83d7e815809c4801a2c5db3bdf8543db" is_pre_election: true
I20260608 12:39:05.202993  3512 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "424c9d21672e4b8284dfa62fa133e2e1" candidate_uuid: "71a553ca1d8b4b999f3d8474e011c415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "211b7a7d10c048edacf61338100d86a5" is_pre_election: true
I20260608 12:39:05.205457  3512 raft_consensus.cc:2468] T 424c9d21672e4b8284dfa62fa133e2e1 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 71a553ca1d8b4b999f3d8474e011c415 in term 0.
I20260608 12:39:05.204576  3587 raft_consensus.cc:2468] T 424c9d21672e4b8284dfa62fa133e2e1 P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 71a553ca1d8b4b999f3d8474e011c415 in term 0.
I20260608 12:39:05.207285  3401 leader_election.cc:304] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 211b7a7d10c048edacf61338100d86a5, 71a553ca1d8b4b999f3d8474e011c415; no voters: 
I20260608 12:39:05.207530  3513 raft_consensus.cc:2468] T 3ff35dd82c9d4d3088b20c0bb43c219e P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 71a553ca1d8b4b999f3d8474e011c415 in term 1.
I20260608 12:39:05.208853  3641 raft_consensus.cc:2804] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:05.209223  3586 raft_consensus.cc:2468] T 3ff35dd82c9d4d3088b20c0bb43c219e P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 71a553ca1d8b4b999f3d8474e011c415 in term 1.
I20260608 12:39:05.209239  3401 leader_election.cc:304] T 3ff35dd82c9d4d3088b20c0bb43c219e P 71a553ca1d8b4b999f3d8474e011c415 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 211b7a7d10c048edacf61338100d86a5, 71a553ca1d8b4b999f3d8474e011c415; no voters: 
I20260608 12:39:05.209245  3641 raft_consensus.cc:493] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:05.210309  3654 raft_consensus.cc:2804] T 3ff35dd82c9d4d3088b20c0bb43c219e P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:05.210474  3641 raft_consensus.cc:3060] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:05.210882  3654 raft_consensus.cc:697] T 3ff35dd82c9d4d3088b20c0bb43c219e P 71a553ca1d8b4b999f3d8474e011c415 [term 1 LEADER]: Becoming Leader. State: Replica: 71a553ca1d8b4b999f3d8474e011c415, State: Running, Role: LEADER
I20260608 12:39:05.211743  3654 consensus_queue.cc:237] T 3ff35dd82c9d4d3088b20c0bb43c219e P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:05.215240  3641 raft_consensus.cc:515] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:05.217288  3641 leader_election.cc:290] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [CANDIDATE]: Term 1 election: Requested vote from peers 211b7a7d10c048edacf61338100d86a5 (127.0.107.194:33981), 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921)
I20260608 12:39:05.218981  3586 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "424c9d21672e4b8284dfa62fa133e2e1" candidate_uuid: "71a553ca1d8b4b999f3d8474e011c415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83d7e815809c4801a2c5db3bdf8543db"
I20260608 12:39:05.219597  3586 raft_consensus.cc:3060] T 424c9d21672e4b8284dfa62fa133e2e1 P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:05.219746  3513 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "424c9d21672e4b8284dfa62fa133e2e1" candidate_uuid: "71a553ca1d8b4b999f3d8474e011c415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "211b7a7d10c048edacf61338100d86a5"
I20260608 12:39:05.220407  3513 raft_consensus.cc:3060] T 424c9d21672e4b8284dfa62fa133e2e1 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:05.221312  3336 catalog_manager.cc:5696] T 3ff35dd82c9d4d3088b20c0bb43c219e P 71a553ca1d8b4b999f3d8474e011c415 reported cstate change: term changed from 0 to 1, leader changed from <none> to 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "71a553ca1d8b4b999f3d8474e011c415" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:05.226365  3586 raft_consensus.cc:2468] T 424c9d21672e4b8284dfa62fa133e2e1 P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 71a553ca1d8b4b999f3d8474e011c415 in term 1.
I20260608 12:39:05.226832  3513 raft_consensus.cc:2468] T 424c9d21672e4b8284dfa62fa133e2e1 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 71a553ca1d8b4b999f3d8474e011c415 in term 1.
I20260608 12:39:05.228006  3401 leader_election.cc:304] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 211b7a7d10c048edacf61338100d86a5, 71a553ca1d8b4b999f3d8474e011c415; no voters: 
I20260608 12:39:05.228866  3641 raft_consensus.cc:2804] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:05.229326  3641 raft_consensus.cc:697] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 LEADER]: Becoming Leader. State: Replica: 71a553ca1d8b4b999f3d8474e011c415, State: Running, Role: LEADER
I20260608 12:39:05.230192  3641 consensus_queue.cc:237] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:05.238059  3336 catalog_manager.cc:5696] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 reported cstate change: term changed from 0 to 1, leader changed from <none> to 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "71a553ca1d8b4b999f3d8474e011c415" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:05.350819  3663 consensus_queue.cc:1048] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:05.363976  3663 consensus_queue.cc:1048] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:05.367831  3675 raft_consensus.cc:493] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:05.368377  3675 raft_consensus.cc:515] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:05.370745  3675 leader_election.cc:290] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 211b7a7d10c048edacf61338100d86a5 (127.0.107.194:33981), 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441)
I20260608 12:39:05.372340  3513 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "257d42f956df43dca67b4a55a3843569" candidate_uuid: "83d7e815809c4801a2c5db3bdf8543db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "211b7a7d10c048edacf61338100d86a5" is_pre_election: true
I20260608 12:39:05.372903  3513 raft_consensus.cc:2468] T 257d42f956df43dca67b4a55a3843569 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 83d7e815809c4801a2c5db3bdf8543db in term 0.
I20260608 12:39:05.373000  3438 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "257d42f956df43dca67b4a55a3843569" candidate_uuid: "83d7e815809c4801a2c5db3bdf8543db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71a553ca1d8b4b999f3d8474e011c415" is_pre_election: true
I20260608 12:39:05.373492  3438 raft_consensus.cc:2468] T 257d42f956df43dca67b4a55a3843569 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 83d7e815809c4801a2c5db3bdf8543db in term 0.
I20260608 12:39:05.373842  3550 leader_election.cc:304] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 211b7a7d10c048edacf61338100d86a5, 83d7e815809c4801a2c5db3bdf8543db; no voters: 
I20260608 12:39:05.374584  3675 raft_consensus.cc:2804] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:05.374934  3675 raft_consensus.cc:493] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:05.375281  3675 raft_consensus.cc:3060] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:05.381812  3675 raft_consensus.cc:515] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:05.384061  3675 leader_election.cc:290] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [CANDIDATE]: Term 1 election: Requested vote from peers 211b7a7d10c048edacf61338100d86a5 (127.0.107.194:33981), 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441)
I20260608 12:39:05.384238  3513 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "257d42f956df43dca67b4a55a3843569" candidate_uuid: "83d7e815809c4801a2c5db3bdf8543db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "211b7a7d10c048edacf61338100d86a5"
I20260608 12:39:05.384660  3437 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "257d42f956df43dca67b4a55a3843569" candidate_uuid: "83d7e815809c4801a2c5db3bdf8543db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71a553ca1d8b4b999f3d8474e011c415"
I20260608 12:39:05.384759  3513 raft_consensus.cc:3060] T 257d42f956df43dca67b4a55a3843569 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:05.385177  3437 raft_consensus.cc:3060] T 257d42f956df43dca67b4a55a3843569 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:05.389436  3513 raft_consensus.cc:2468] T 257d42f956df43dca67b4a55a3843569 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 83d7e815809c4801a2c5db3bdf8543db in term 1.
I20260608 12:39:05.389398  3437 raft_consensus.cc:2468] T 257d42f956df43dca67b4a55a3843569 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 83d7e815809c4801a2c5db3bdf8543db in term 1.
I20260608 12:39:05.391300  3551 leader_election.cc:304] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 71a553ca1d8b4b999f3d8474e011c415, 83d7e815809c4801a2c5db3bdf8543db; no voters: 
I20260608 12:39:05.392100  3675 raft_consensus.cc:2804] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:05.392452  3675 raft_consensus.cc:697] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [term 1 LEADER]: Becoming Leader. State: Replica: 83d7e815809c4801a2c5db3bdf8543db, State: Running, Role: LEADER
I20260608 12:39:05.393071  3675 consensus_queue.cc:237] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:05.400177  3336 catalog_manager.cc:5696] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db reported cstate change: term changed from 0 to 1, leader changed from <none> to 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195). New cstate: current_term: 1 leader_uuid: "83d7e815809c4801a2c5db3bdf8543db" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:05.454885   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:05.461778  3690 instance_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:05.461848  3689 instance_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:05.463191  3692 instance_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:05.463763   431 server_base.cc:1061] running on GCE node
I20260608 12:39:05.464520   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:05.464706   431 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:05.464880   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922345464863 us; error 0 us; skew 500 ppm
I20260608 12:39:05.465433   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:05.467603   431 webserver.cc:533] Webserver started at http://127.0.107.196:43257/ using document root <none> and password file <none>
I20260608 12:39:05.468082   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:05.468240   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:05.468452   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:05.469482   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922266998516-431-0/minicluster-data/ts-3-root/instance:
uuid: "f37a0ef3c7064654bb15a551ef220e1a"
format_stamp: "Formatted at 2026-06-08 12:39:05 on dist-test-slave-3g00"
I20260608 12:39:05.473851   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:39:05.476995  3697 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:05.477730   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:39:05.478047   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922266998516-431-0/minicluster-data/ts-3-root
uuid: "f37a0ef3c7064654bb15a551ef220e1a"
format_stamp: "Formatted at 2026-06-08 12:39:05 on dist-test-slave-3g00"
I20260608 12:39:05.478305   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922266998516-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922266998516-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922266998516-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:05.506192   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:05.507369   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:05.508733   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:05.510937   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:05.511147   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:05.511359   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:05.511520   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:05.544601  3641 consensus_queue.cc:1048] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:05.551234  3675 consensus_queue.cc:1048] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db [LEADER]: Connected to new peer: Peer: permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:05.560312  3654 consensus_queue.cc:1048] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:05.574740   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:38727
I20260608 12:39:05.574865  3762 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:38727 every 8 connection(s)
I20260608 12:39:05.582259  3665 consensus_queue.cc:1048] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db [LEADER]: Connected to new peer: Peer: permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:05.605545  3336 catalog_manager.cc:3569] Servicing AlterTable request from {username='slave'} at 127.0.0.1:42568:
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:05.607681  3665 consensus_queue.cc:1048] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [LEADER]: Connected to new peer: Peer: permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:05.608558  3763 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44471
I20260608 12:39:05.609066  3763 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:05.609961  3763 heartbeater.cc:507] Master 127.0.107.254:44471 requested a full tablet report, sending...
I20260608 12:39:05.612424  3333 ts_manager.cc:194] Registered new tserver with Master: f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196:38727)
I20260608 12:39:05.614349  3333 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42574
I20260608 12:39:05.620560  3675 consensus_queue.cc:1048] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [LEADER]: Connected to new peer: Peer: permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:39:05.633876  3336 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet b4d0a019f1df4c1b83093eeccd388e4d has no consensus state
W20260608 12:39:05.635339  3336 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 84de205bb3df42d69cc622b10dd0b893 has no consensus state
W20260608 12:39:05.637403  3336 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 4654c9ab63a44a5abf8e200986c713ef has no consensus state
W20260608 12:39:05.638875  3336 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 74f4dafc67144b3eb4f406d6a5abaee4 has no consensus state
W20260608 12:39:05.639966  3336 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 4e4eab123ea14fd4bb292a59a31e33da has no consensus state
W20260608 12:39:05.641361  3336 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 5541af32599a4c9db995da38d9d621e5 has no consensus state
W20260608 12:39:05.642604  3336 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet a047f5ec2a084ac6a6ceb5c8cdaa6538 has no consensus state
W20260608 12:39:05.644115  3336 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet ab6c9d94d73a45f988b664712c352a0c has no consensus state
I20260608 12:39:05.647775  3659 consensus_queue.cc:1048] T 3ff35dd82c9d4d3088b20c0bb43c219e P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:39:05.662412  3322 catalog_manager.cc:4809] Async tablet task AlterTable RPC for tablet 4e4eab123ea14fd4bb292a59a31e33da (table range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet 4e4eab123ea14fd4bb292a59a31e33da has no consensus state
I20260608 12:39:05.665458  3659 consensus_queue.cc:1048] T 3ff35dd82c9d4d3088b20c0bb43c219e P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:05.672477  3426 tablet_service.cc:1511] Processing CreateTablet for tablet b4d0a019f1df4c1b83093eeccd388e4d (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:05.673976  3426 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b4d0a019f1df4c1b83093eeccd388e4d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:05.682636  3501 tablet_service.cc:1511] Processing CreateTablet for tablet b4d0a019f1df4c1b83093eeccd388e4d (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:05.684095  3501 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b4d0a019f1df4c1b83093eeccd388e4d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:05.689841  3425 tablet_service.cc:1511] Processing CreateTablet for tablet 84de205bb3df42d69cc622b10dd0b893 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:05.691262  3425 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 84de205bb3df42d69cc622b10dd0b893. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:05.693069  3774 tablet_bootstrap.cc:492] T b4d0a019f1df4c1b83093eeccd388e4d P 71a553ca1d8b4b999f3d8474e011c415: Bootstrap starting.
I20260608 12:39:05.699072  3574 tablet_service.cc:1511] Processing CreateTablet for tablet 84de205bb3df42d69cc622b10dd0b893 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:05.700409  3574 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 84de205bb3df42d69cc622b10dd0b893. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:05.705504  3774 tablet_bootstrap.cc:654] T b4d0a019f1df4c1b83093eeccd388e4d P 71a553ca1d8b4b999f3d8474e011c415: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:05.706099  3426 tablet_service.cc:1511] Processing CreateTablet for tablet 74f4dafc67144b3eb4f406d6a5abaee4 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:05.706569  3498 tablet_service.cc:1511] Processing CreateTablet for tablet 4654c9ab63a44a5abf8e200986c713ef (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:05.707486  3426 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 74f4dafc67144b3eb4f406d6a5abaee4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:05.707839  3498 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4654c9ab63a44a5abf8e200986c713ef. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:05.710151  3497 tablet_service.cc:1511] Processing CreateTablet for tablet 74f4dafc67144b3eb4f406d6a5abaee4 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:05.711426  3497 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 74f4dafc67144b3eb4f406d6a5abaee4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:05.714179  3427 tablet_service.cc:1511] Processing CreateTablet for tablet 4e4eab123ea14fd4bb292a59a31e33da (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:05.717036  3427 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4e4eab123ea14fd4bb292a59a31e33da. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:05.718382  3724 tablet_service.cc:1511] Processing CreateTablet for tablet 84de205bb3df42d69cc622b10dd0b893 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:05.719750  3724 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 84de205bb3df42d69cc622b10dd0b893. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:05.716539  3725 tablet_service.cc:1511] Processing CreateTablet for tablet b4d0a019f1df4c1b83093eeccd388e4d (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:05.723366  3723 tablet_service.cc:1511] Processing CreateTablet for tablet 4654c9ab63a44a5abf8e200986c713ef (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:05.724330  3725 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b4d0a019f1df4c1b83093eeccd388e4d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:05.726557  3573 tablet_service.cc:1511] Processing CreateTablet for tablet 4654c9ab63a44a5abf8e200986c713ef (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:05.727986  3573 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4654c9ab63a44a5abf8e200986c713ef. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:05.729308  3575 tablet_service.cc:1511] Processing CreateTablet for tablet 4e4eab123ea14fd4bb292a59a31e33da (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:05.730623  3575 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4e4eab123ea14fd4bb292a59a31e33da. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:05.731169  3723 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4654c9ab63a44a5abf8e200986c713ef. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:05.732676  3499 tablet_service.cc:1511] Processing CreateTablet for tablet a047f5ec2a084ac6a6ceb5c8cdaa6538 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:05.734009  3499 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a047f5ec2a084ac6a6ceb5c8cdaa6538. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:05.737735  3576 tablet_service.cc:1511] Processing CreateTablet for tablet 5541af32599a4c9db995da38d9d621e5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:05.738920  3576 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5541af32599a4c9db995da38d9d621e5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:05.730734  3496 tablet_service.cc:1511] Processing CreateTablet for tablet 5541af32599a4c9db995da38d9d621e5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:05.742969  3496 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5541af32599a4c9db995da38d9d621e5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:05.744557  3424 tablet_service.cc:1511] Processing CreateTablet for tablet a047f5ec2a084ac6a6ceb5c8cdaa6538 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:05.745848  3424 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a047f5ec2a084ac6a6ceb5c8cdaa6538. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:05.748344  3421 tablet_service.cc:1511] Processing CreateTablet for tablet ab6c9d94d73a45f988b664712c352a0c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:05.750123  3421 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ab6c9d94d73a45f988b664712c352a0c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:05.750203  3659 consensus_queue.cc:1048] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:05.752259  3663 consensus_queue.cc:1048] T 2450f6fea0dc4a2096866fb983c6aebb P 211b7a7d10c048edacf61338100d86a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:05.760421  3722 tablet_service.cc:1511] Processing CreateTablet for tablet 74f4dafc67144b3eb4f406d6a5abaee4 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:05.762282  3722 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 74f4dafc67144b3eb4f406d6a5abaee4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:05.774405  3577 tablet_service.cc:1511] Processing CreateTablet for tablet ab6c9d94d73a45f988b664712c352a0c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:05.775975  3577 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ab6c9d94d73a45f988b664712c352a0c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:05.803073  3719 tablet_service.cc:1511] Processing CreateTablet for tablet a047f5ec2a084ac6a6ceb5c8cdaa6538 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:05.803872  3720 tablet_service.cc:1511] Processing CreateTablet for tablet 5541af32599a4c9db995da38d9d621e5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:05.807406  3719 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a047f5ec2a084ac6a6ceb5c8cdaa6538. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:05.815201  3720 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5541af32599a4c9db995da38d9d621e5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:05.817214  3718 tablet_service.cc:1511] Processing CreateTablet for tablet ab6c9d94d73a45f988b664712c352a0c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:05.818704  3718 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ab6c9d94d73a45f988b664712c352a0c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:05.847147  3721 tablet_service.cc:1511] Processing CreateTablet for tablet 4e4eab123ea14fd4bb292a59a31e33da (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:05.860724  3774 tablet_bootstrap.cc:492] T b4d0a019f1df4c1b83093eeccd388e4d P 71a553ca1d8b4b999f3d8474e011c415: No bootstrap required, opened a new log
I20260608 12:39:05.861253  3774 ts_tablet_manager.cc:1403] T b4d0a019f1df4c1b83093eeccd388e4d P 71a553ca1d8b4b999f3d8474e011c415: Time spent bootstrapping tablet: real 0.169s	user 0.030s	sys 0.029s
I20260608 12:39:05.864071  3774 raft_consensus.cc:359] T b4d0a019f1df4c1b83093eeccd388e4d P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:05.864671  3774 raft_consensus.cc:385] T b4d0a019f1df4c1b83093eeccd388e4d P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:05.868016  3721 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4e4eab123ea14fd4bb292a59a31e33da. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:05.875144  3779 tablet_bootstrap.cc:492] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5: Bootstrap starting.
I20260608 12:39:05.879380  3663 consensus_queue.cc:1048] T 2450f6fea0dc4a2096866fb983c6aebb P 211b7a7d10c048edacf61338100d86a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:05.888170  3659 consensus_queue.cc:1048] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:05.874843  3774 raft_consensus.cc:740] T b4d0a019f1df4c1b83093eeccd388e4d P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 71a553ca1d8b4b999f3d8474e011c415, State: Initialized, Role: FOLLOWER
I20260608 12:39:05.893026  3774 consensus_queue.cc:260] T b4d0a019f1df4c1b83093eeccd388e4d P 71a553ca1d8b4b999f3d8474e011c415 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:05.900221  3675 consensus_queue.cc:1048] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [LEADER]: Connected to new peer: Peer: permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
I20260608 12:39:05.921160  3774 ts_tablet_manager.cc:1434] T b4d0a019f1df4c1b83093eeccd388e4d P 71a553ca1d8b4b999f3d8474e011c415: Time spent starting tablet: real 0.060s	user 0.007s	sys 0.001s
I20260608 12:39:05.922641  3774 tablet_bootstrap.cc:492] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415: Bootstrap starting.
I20260608 12:39:05.921584  3781 tablet_bootstrap.cc:492] T b4d0a019f1df4c1b83093eeccd388e4d P f37a0ef3c7064654bb15a551ef220e1a: Bootstrap starting.
I20260608 12:39:05.946569  3774 tablet_bootstrap.cc:654] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:05.955507  3779 tablet_bootstrap.cc:654] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:05.956205  3780 tablet_bootstrap.cc:492] T 84de205bb3df42d69cc622b10dd0b893 P 83d7e815809c4801a2c5db3bdf8543db: Bootstrap starting.
I20260608 12:39:05.969264  3781 tablet_bootstrap.cc:654] T b4d0a019f1df4c1b83093eeccd388e4d P f37a0ef3c7064654bb15a551ef220e1a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:05.974169  3675 consensus_queue.cc:1048] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [LEADER]: Connected to new peer: Peer: permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:06.010937  3659 raft_consensus.cc:493] T b4d0a019f1df4c1b83093eeccd388e4d P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:06.011441  3659 raft_consensus.cc:515] T b4d0a019f1df4c1b83093eeccd388e4d P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:06.023774  3659 leader_election.cc:290] T b4d0a019f1df4c1b83093eeccd388e4d P 71a553ca1d8b4b999f3d8474e011c415 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196:38727), 211b7a7d10c048edacf61338100d86a5 (127.0.107.194:33981)
I20260608 12:39:06.026825  3780 tablet_bootstrap.cc:654] T 84de205bb3df42d69cc622b10dd0b893 P 83d7e815809c4801a2c5db3bdf8543db: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:06.027232  3513 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4d0a019f1df4c1b83093eeccd388e4d" candidate_uuid: "71a553ca1d8b4b999f3d8474e011c415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "211b7a7d10c048edacf61338100d86a5" is_pre_election: true
W20260608 12:39:06.030277  3401 leader_election.cc:343] T b4d0a019f1df4c1b83093eeccd388e4d P 71a553ca1d8b4b999f3d8474e011c415 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 211b7a7d10c048edacf61338100d86a5 (127.0.107.194:33981): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:06.036271  3779 tablet_bootstrap.cc:492] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5: No bootstrap required, opened a new log
I20260608 12:39:06.038304  3774 tablet_bootstrap.cc:492] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415: No bootstrap required, opened a new log
I20260608 12:39:06.038810  3774 ts_tablet_manager.cc:1403] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415: Time spent bootstrapping tablet: real 0.116s	user 0.015s	sys 0.001s
I20260608 12:39:06.040447  3779 ts_tablet_manager.cc:1403] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5: Time spent bootstrapping tablet: real 0.172s	user 0.017s	sys 0.013s
I20260608 12:39:06.041267  3781 tablet_bootstrap.cc:492] T b4d0a019f1df4c1b83093eeccd388e4d P f37a0ef3c7064654bb15a551ef220e1a: No bootstrap required, opened a new log
I20260608 12:39:06.041822  3781 ts_tablet_manager.cc:1403] T b4d0a019f1df4c1b83093eeccd388e4d P f37a0ef3c7064654bb15a551ef220e1a: Time spent bootstrapping tablet: real 0.158s	user 0.010s	sys 0.010s
I20260608 12:39:06.043664  3779 raft_consensus.cc:359] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:06.044864  3779 raft_consensus.cc:385] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.045267  3779 raft_consensus.cc:740] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 211b7a7d10c048edacf61338100d86a5, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.046082  3779 consensus_queue.cc:260] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:06.046838  3774 raft_consensus.cc:359] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:06.047523  3774 raft_consensus.cc:385] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.048044  3774 raft_consensus.cc:740] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 71a553ca1d8b4b999f3d8474e011c415, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.048866  3774 consensus_queue.cc:260] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:06.050213  3779 ts_tablet_manager.cc:1434] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.001s
I20260608 12:39:06.051180  3779 tablet_bootstrap.cc:492] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 211b7a7d10c048edacf61338100d86a5: Bootstrap starting.
I20260608 12:39:06.049125  3781 raft_consensus.cc:359] T b4d0a019f1df4c1b83093eeccd388e4d P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:06.051767  3781 raft_consensus.cc:385] T b4d0a019f1df4c1b83093eeccd388e4d P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.053864  3774 ts_tablet_manager.cc:1434] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415: Time spent starting tablet: real 0.015s	user 0.008s	sys 0.000s
I20260608 12:39:06.054627  3778 raft_consensus.cc:493] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:06.056751  3781 raft_consensus.cc:740] T b4d0a019f1df4c1b83093eeccd388e4d P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f37a0ef3c7064654bb15a551ef220e1a, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.057197  3778 raft_consensus.cc:515] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:06.057782  3735 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4d0a019f1df4c1b83093eeccd388e4d" candidate_uuid: "71a553ca1d8b4b999f3d8474e011c415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f37a0ef3c7064654bb15a551ef220e1a" is_pre_election: true
I20260608 12:39:06.058100  3781 consensus_queue.cc:260] T b4d0a019f1df4c1b83093eeccd388e4d P f37a0ef3c7064654bb15a551ef220e1a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:06.058704  3779 tablet_bootstrap.cc:654] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 211b7a7d10c048edacf61338100d86a5: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:06.059197  3735 raft_consensus.cc:2468] T b4d0a019f1df4c1b83093eeccd388e4d P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 71a553ca1d8b4b999f3d8474e011c415 in term 0.
I20260608 12:39:06.060925  3437 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4d0a019f1df4c1b83093eeccd388e4d" candidate_uuid: "211b7a7d10c048edacf61338100d86a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71a553ca1d8b4b999f3d8474e011c415" is_pre_election: true
I20260608 12:39:06.061563  3437 raft_consensus.cc:2468] T b4d0a019f1df4c1b83093eeccd388e4d P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 211b7a7d10c048edacf61338100d86a5 in term 0.
I20260608 12:39:06.062536  3778 leader_election.cc:290] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441), f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196:38727)
I20260608 12:39:06.056465  3780 tablet_bootstrap.cc:492] T 84de205bb3df42d69cc622b10dd0b893 P 83d7e815809c4801a2c5db3bdf8543db: No bootstrap required, opened a new log
I20260608 12:39:06.062913  3477 leader_election.cc:304] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 211b7a7d10c048edacf61338100d86a5, 71a553ca1d8b4b999f3d8474e011c415; no voters: 
I20260608 12:39:06.063745  3778 raft_consensus.cc:2804] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:06.064102  3778 raft_consensus.cc:493] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:06.064414  3778 raft_consensus.cc:3060] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:06.066515  3774 tablet_bootstrap.cc:492] T 84de205bb3df42d69cc622b10dd0b893 P 71a553ca1d8b4b999f3d8474e011c415: Bootstrap starting.
I20260608 12:39:06.070470  3780 ts_tablet_manager.cc:1403] T 84de205bb3df42d69cc622b10dd0b893 P 83d7e815809c4801a2c5db3bdf8543db: Time spent bootstrapping tablet: real 0.187s	user 0.022s	sys 0.000s
W20260608 12:39:06.070719  3384 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:39:06.071483  3403 leader_election.cc:304] T b4d0a019f1df4c1b83093eeccd388e4d P 71a553ca1d8b4b999f3d8474e011c415 [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: 71a553ca1d8b4b999f3d8474e011c415, f37a0ef3c7064654bb15a551ef220e1a; no voters: 211b7a7d10c048edacf61338100d86a5
I20260608 12:39:06.072750  3659 raft_consensus.cc:2804] T b4d0a019f1df4c1b83093eeccd388e4d P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:06.073081  3659 raft_consensus.cc:493] T b4d0a019f1df4c1b83093eeccd388e4d P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:06.073357  3659 raft_consensus.cc:3060] T b4d0a019f1df4c1b83093eeccd388e4d P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:06.074627  3780 raft_consensus.cc:359] T 84de205bb3df42d69cc622b10dd0b893 P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } }
I20260608 12:39:06.075322  3780 raft_consensus.cc:385] T 84de205bb3df42d69cc622b10dd0b893 P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.075699  3780 raft_consensus.cc:740] T 84de205bb3df42d69cc622b10dd0b893 P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83d7e815809c4801a2c5db3bdf8543db, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.073500  3778 raft_consensus.cc:515] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:06.078310  3437 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4d0a019f1df4c1b83093eeccd388e4d" candidate_uuid: "211b7a7d10c048edacf61338100d86a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71a553ca1d8b4b999f3d8474e011c415"
I20260608 12:39:06.080863  3774 tablet_bootstrap.cc:654] T 84de205bb3df42d69cc622b10dd0b893 P 71a553ca1d8b4b999f3d8474e011c415: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:06.079672  3778 leader_election.cc:290] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [CANDIDATE]: Term 1 election: Requested vote from peers 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441), f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196:38727)
I20260608 12:39:06.083976  3780 consensus_queue.cc:260] T 84de205bb3df42d69cc622b10dd0b893 P 83d7e815809c4801a2c5db3bdf8543db [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } }
I20260608 12:39:06.090394  3654 raft_consensus.cc:493] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:06.090852  3654 raft_consensus.cc:515] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:06.092012  3779 tablet_bootstrap.cc:492] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 211b7a7d10c048edacf61338100d86a5: No bootstrap required, opened a new log
I20260608 12:39:06.092491  3779 ts_tablet_manager.cc:1403] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 211b7a7d10c048edacf61338100d86a5: Time spent bootstrapping tablet: real 0.042s	user 0.011s	sys 0.001s
I20260608 12:39:06.094590  3513 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "74f4dafc67144b3eb4f406d6a5abaee4" candidate_uuid: "71a553ca1d8b4b999f3d8474e011c415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "211b7a7d10c048edacf61338100d86a5" is_pre_election: true
I20260608 12:39:06.095506  3659 raft_consensus.cc:515] T b4d0a019f1df4c1b83093eeccd388e4d P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:06.096597  3735 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "74f4dafc67144b3eb4f406d6a5abaee4" candidate_uuid: "71a553ca1d8b4b999f3d8474e011c415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f37a0ef3c7064654bb15a551ef220e1a" is_pre_election: true
W20260608 12:39:06.097992  3403 leader_election.cc:343] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196:38727): Illegal state: must be running to vote when last-logged opid is not known
W20260608 12:39:06.099026  3401 leader_election.cc:343] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 211b7a7d10c048edacf61338100d86a5 (127.0.107.194:33981): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:06.099599  3437 raft_consensus.cc:2393] T b4d0a019f1df4c1b83093eeccd388e4d P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 211b7a7d10c048edacf61338100d86a5 in current term 1: Already voted for candidate 71a553ca1d8b4b999f3d8474e011c415 in this term.
I20260608 12:39:06.093009  3654 leader_election.cc:290] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196:38727), 211b7a7d10c048edacf61338100d86a5 (127.0.107.194:33981)
I20260608 12:39:06.099454  3401 leader_election.cc:304] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415 [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: 71a553ca1d8b4b999f3d8474e011c415; no voters: 211b7a7d10c048edacf61338100d86a5, f37a0ef3c7064654bb15a551ef220e1a
I20260608 12:39:06.090096  3780 ts_tablet_manager.cc:1434] T 84de205bb3df42d69cc622b10dd0b893 P 83d7e815809c4801a2c5db3bdf8543db: Time spent starting tablet: real 0.019s	user 0.002s	sys 0.005s
I20260608 12:39:06.095996  3779 raft_consensus.cc:359] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:06.100277  3779 raft_consensus.cc:385] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.100366  3659 leader_election.cc:290] T b4d0a019f1df4c1b83093eeccd388e4d P 71a553ca1d8b4b999f3d8474e011c415 [CANDIDATE]: Term 1 election: Requested vote from peers f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196:38727), 211b7a7d10c048edacf61338100d86a5 (127.0.107.194:33981)
I20260608 12:39:06.100878  3779 raft_consensus.cc:740] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 211b7a7d10c048edacf61338100d86a5, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.102732  3779 consensus_queue.cc:260] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 211b7a7d10c048edacf61338100d86a5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:06.104322  3734 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4d0a019f1df4c1b83093eeccd388e4d" candidate_uuid: "211b7a7d10c048edacf61338100d86a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f37a0ef3c7064654bb15a551ef220e1a" is_pre_election: true
I20260608 12:39:06.105352  3735 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4d0a019f1df4c1b83093eeccd388e4d" candidate_uuid: "71a553ca1d8b4b999f3d8474e011c415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f37a0ef3c7064654bb15a551ef220e1a"
I20260608 12:39:06.105806  3781 ts_tablet_manager.cc:1434] T b4d0a019f1df4c1b83093eeccd388e4d P f37a0ef3c7064654bb15a551ef220e1a: Time spent starting tablet: real 0.064s	user 0.028s	sys 0.021s
I20260608 12:39:06.105839  3734 raft_consensus.cc:2468] T b4d0a019f1df4c1b83093eeccd388e4d P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 211b7a7d10c048edacf61338100d86a5 in term 0.
I20260608 12:39:06.104841  3654 raft_consensus.cc:2749] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:06.109313  3733 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4d0a019f1df4c1b83093eeccd388e4d" candidate_uuid: "211b7a7d10c048edacf61338100d86a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f37a0ef3c7064654bb15a551ef220e1a"
I20260608 12:39:06.110991  3733 raft_consensus.cc:3060] T b4d0a019f1df4c1b83093eeccd388e4d P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:06.111361  3781 tablet_bootstrap.cc:492] T 84de205bb3df42d69cc622b10dd0b893 P f37a0ef3c7064654bb15a551ef220e1a: Bootstrap starting.
I20260608 12:39:06.114583  3779 ts_tablet_manager.cc:1434] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 211b7a7d10c048edacf61338100d86a5: Time spent starting tablet: real 0.022s	user 0.009s	sys 0.000s
I20260608 12:39:06.110965  3780 tablet_bootstrap.cc:492] T 5541af32599a4c9db995da38d9d621e5 P 83d7e815809c4801a2c5db3bdf8543db: Bootstrap starting.
I20260608 12:39:06.111068  3763 heartbeater.cc:499] Master 127.0.107.254:44471 was elected leader, sending a full tablet report...
I20260608 12:39:06.109436  3513 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4d0a019f1df4c1b83093eeccd388e4d" candidate_uuid: "71a553ca1d8b4b999f3d8474e011c415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "211b7a7d10c048edacf61338100d86a5"
I20260608 12:39:06.118779  3781 tablet_bootstrap.cc:654] T 84de205bb3df42d69cc622b10dd0b893 P f37a0ef3c7064654bb15a551ef220e1a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:06.118945  3513 raft_consensus.cc:2393] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 71a553ca1d8b4b999f3d8474e011c415 in current term 1: Already voted for candidate 211b7a7d10c048edacf61338100d86a5 in this term.
I20260608 12:39:06.120112  3401 leader_election.cc:304] T b4d0a019f1df4c1b83093eeccd388e4d P 71a553ca1d8b4b999f3d8474e011c415 [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: 71a553ca1d8b4b999f3d8474e011c415; no voters: 211b7a7d10c048edacf61338100d86a5, f37a0ef3c7064654bb15a551ef220e1a
I20260608 12:39:06.121061  3654 raft_consensus.cc:2749] T b4d0a019f1df4c1b83093eeccd388e4d P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:39:06.121557  3779 tablet_bootstrap.cc:492] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5: Bootstrap starting.
I20260608 12:39:06.127351  3774 tablet_bootstrap.cc:492] T 84de205bb3df42d69cc622b10dd0b893 P 71a553ca1d8b4b999f3d8474e011c415: No bootstrap required, opened a new log
I20260608 12:39:06.124652  3733 raft_consensus.cc:2468] T b4d0a019f1df4c1b83093eeccd388e4d P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 211b7a7d10c048edacf61338100d86a5 in term 1.
I20260608 12:39:06.128032  3774 ts_tablet_manager.cc:1403] T 84de205bb3df42d69cc622b10dd0b893 P 71a553ca1d8b4b999f3d8474e011c415: Time spent bootstrapping tablet: real 0.062s	user 0.012s	sys 0.008s
I20260608 12:39:06.128990  3780 tablet_bootstrap.cc:654] T 5541af32599a4c9db995da38d9d621e5 P 83d7e815809c4801a2c5db3bdf8543db: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:06.131385  3774 raft_consensus.cc:359] T 84de205bb3df42d69cc622b10dd0b893 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } }
I20260608 12:39:06.132171  3774 raft_consensus.cc:385] T 84de205bb3df42d69cc622b10dd0b893 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.132521  3774 raft_consensus.cc:740] T 84de205bb3df42d69cc622b10dd0b893 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 71a553ca1d8b4b999f3d8474e011c415, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.133196  3779 tablet_bootstrap.cc:654] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:06.133528  3774 consensus_queue.cc:260] T 84de205bb3df42d69cc622b10dd0b893 P 71a553ca1d8b4b999f3d8474e011c415 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } }
I20260608 12:39:06.140516  3774 ts_tablet_manager.cc:1434] T 84de205bb3df42d69cc622b10dd0b893 P 71a553ca1d8b4b999f3d8474e011c415: Time spent starting tablet: real 0.012s	user 0.005s	sys 0.001s
I20260608 12:39:06.141793  3774 tablet_bootstrap.cc:492] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 71a553ca1d8b4b999f3d8474e011c415: Bootstrap starting.
I20260608 12:39:06.142787  3781 tablet_bootstrap.cc:492] T 84de205bb3df42d69cc622b10dd0b893 P f37a0ef3c7064654bb15a551ef220e1a: No bootstrap required, opened a new log
I20260608 12:39:06.143280  3781 ts_tablet_manager.cc:1403] T 84de205bb3df42d69cc622b10dd0b893 P f37a0ef3c7064654bb15a551ef220e1a: Time spent bootstrapping tablet: real 0.032s	user 0.010s	sys 0.000s
I20260608 12:39:06.143134  3478 leader_election.cc:304] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [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: 211b7a7d10c048edacf61338100d86a5, f37a0ef3c7064654bb15a551ef220e1a; no voters: 71a553ca1d8b4b999f3d8474e011c415
I20260608 12:39:06.144331  3778 raft_consensus.cc:2804] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:06.144840  3778 raft_consensus.cc:697] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [term 1 LEADER]: Becoming Leader. State: Replica: 211b7a7d10c048edacf61338100d86a5, State: Running, Role: LEADER
I20260608 12:39:06.144534  3779 tablet_bootstrap.cc:492] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5: No bootstrap required, opened a new log
I20260608 12:39:06.145737  3778 consensus_queue.cc:237] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:06.146900  3781 raft_consensus.cc:359] T 84de205bb3df42d69cc622b10dd0b893 P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } }
I20260608 12:39:06.147668  3781 raft_consensus.cc:385] T 84de205bb3df42d69cc622b10dd0b893 P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.147958  3781 raft_consensus.cc:740] T 84de205bb3df42d69cc622b10dd0b893 P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f37a0ef3c7064654bb15a551ef220e1a, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.148808  3781 consensus_queue.cc:260] T 84de205bb3df42d69cc622b10dd0b893 P f37a0ef3c7064654bb15a551ef220e1a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } }
I20260608 12:39:06.149330  3774 tablet_bootstrap.cc:654] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 71a553ca1d8b4b999f3d8474e011c415: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:06.151247  3781 ts_tablet_manager.cc:1434] T 84de205bb3df42d69cc622b10dd0b893 P f37a0ef3c7064654bb15a551ef220e1a: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:39:06.152393  3781 tablet_bootstrap.cc:492] T 5541af32599a4c9db995da38d9d621e5 P f37a0ef3c7064654bb15a551ef220e1a: Bootstrap starting.
I20260608 12:39:06.146330  3779 ts_tablet_manager.cc:1403] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5: Time spent bootstrapping tablet: real 0.025s	user 0.009s	sys 0.005s
I20260608 12:39:06.158954  3781 tablet_bootstrap.cc:654] T 5541af32599a4c9db995da38d9d621e5 P f37a0ef3c7064654bb15a551ef220e1a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:06.160667  3779 raft_consensus.cc:359] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:06.161422  3779 raft_consensus.cc:385] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.162627  3634 raft_consensus.cc:493] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:06.163115  3634 raft_consensus.cc:515] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:06.166188  3634 leader_election.cc:290] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 211b7a7d10c048edacf61338100d86a5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196:38727), 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441)
I20260608 12:39:06.161743  3779 raft_consensus.cc:740] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 211b7a7d10c048edacf61338100d86a5, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.169853  3437 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a047f5ec2a084ac6a6ceb5c8cdaa6538" candidate_uuid: "211b7a7d10c048edacf61338100d86a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71a553ca1d8b4b999f3d8474e011c415" is_pre_election: true
I20260608 12:39:06.169203  3779 consensus_queue.cc:260] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
W20260608 12:39:06.171334  3477 leader_election.cc:343] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 211b7a7d10c048edacf61338100d86a5 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:06.171310  3733 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a047f5ec2a084ac6a6ceb5c8cdaa6538" candidate_uuid: "211b7a7d10c048edacf61338100d86a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f37a0ef3c7064654bb15a551ef220e1a" is_pre_election: true
I20260608 12:39:06.175974  3780 tablet_bootstrap.cc:492] T 5541af32599a4c9db995da38d9d621e5 P 83d7e815809c4801a2c5db3bdf8543db: No bootstrap required, opened a new log
I20260608 12:39:06.176649  3780 ts_tablet_manager.cc:1403] T 5541af32599a4c9db995da38d9d621e5 P 83d7e815809c4801a2c5db3bdf8543db: Time spent bootstrapping tablet: real 0.067s	user 0.012s	sys 0.019s
W20260608 12:39:06.176666  3478 leader_election.cc:343] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 211b7a7d10c048edacf61338100d86a5 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196:38727): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:06.177058  3779 ts_tablet_manager.cc:1434] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5: Time spent starting tablet: real 0.023s	user 0.006s	sys 0.001s
I20260608 12:39:06.177383  3774 tablet_bootstrap.cc:492] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 71a553ca1d8b4b999f3d8474e011c415: No bootstrap required, opened a new log
I20260608 12:39:06.177389  3478 leader_election.cc:304] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 211b7a7d10c048edacf61338100d86a5 [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: 211b7a7d10c048edacf61338100d86a5; no voters: 71a553ca1d8b4b999f3d8474e011c415, f37a0ef3c7064654bb15a551ef220e1a
I20260608 12:39:06.178098  3774 ts_tablet_manager.cc:1403] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 71a553ca1d8b4b999f3d8474e011c415: Time spent bootstrapping tablet: real 0.037s	user 0.009s	sys 0.004s
I20260608 12:39:06.178254  3779 tablet_bootstrap.cc:492] T 4654c9ab63a44a5abf8e200986c713ef P 211b7a7d10c048edacf61338100d86a5: Bootstrap starting.
I20260608 12:39:06.178812  3634 raft_consensus.cc:2749] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:06.180996  3780 raft_consensus.cc:359] T 5541af32599a4c9db995da38d9d621e5 P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } }
I20260608 12:39:06.182327  3774 raft_consensus.cc:359] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:06.183506  3774 raft_consensus.cc:385] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.183235  3780 raft_consensus.cc:385] T 5541af32599a4c9db995da38d9d621e5 P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.184332  3780 raft_consensus.cc:740] T 5541af32599a4c9db995da38d9d621e5 P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83d7e815809c4801a2c5db3bdf8543db, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.184041  3774 raft_consensus.cc:740] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 71a553ca1d8b4b999f3d8474e011c415, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.185238  3780 consensus_queue.cc:260] T 5541af32599a4c9db995da38d9d621e5 P 83d7e815809c4801a2c5db3bdf8543db [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } }
I20260608 12:39:06.185392  3774 consensus_queue.cc:260] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 71a553ca1d8b4b999f3d8474e011c415 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:06.186448  3334 catalog_manager.cc:5696] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 reported cstate change: term changed from 0 to 1, leader changed from <none> to 211b7a7d10c048edacf61338100d86a5 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "211b7a7d10c048edacf61338100d86a5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:06.188419  3774 ts_tablet_manager.cc:1434] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 71a553ca1d8b4b999f3d8474e011c415: Time spent starting tablet: real 0.010s	user 0.002s	sys 0.005s
I20260608 12:39:06.189357  3774 tablet_bootstrap.cc:492] T 4e4eab123ea14fd4bb292a59a31e33da P 71a553ca1d8b4b999f3d8474e011c415: Bootstrap starting.
I20260608 12:39:06.193735  3781 tablet_bootstrap.cc:492] T 5541af32599a4c9db995da38d9d621e5 P f37a0ef3c7064654bb15a551ef220e1a: No bootstrap required, opened a new log
I20260608 12:39:06.194233  3781 ts_tablet_manager.cc:1403] T 5541af32599a4c9db995da38d9d621e5 P f37a0ef3c7064654bb15a551ef220e1a: Time spent bootstrapping tablet: real 0.042s	user 0.015s	sys 0.000s
I20260608 12:39:06.195930  3780 ts_tablet_manager.cc:1434] T 5541af32599a4c9db995da38d9d621e5 P 83d7e815809c4801a2c5db3bdf8543db: Time spent starting tablet: real 0.019s	user 0.007s	sys 0.000s
I20260608 12:39:06.200610  3774 tablet_bootstrap.cc:654] T 4e4eab123ea14fd4bb292a59a31e33da P 71a553ca1d8b4b999f3d8474e011c415: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:06.197041  3780 tablet_bootstrap.cc:492] T 4e4eab123ea14fd4bb292a59a31e33da P 83d7e815809c4801a2c5db3bdf8543db: Bootstrap starting.
I20260608 12:39:06.206384  3779 tablet_bootstrap.cc:654] T 4654c9ab63a44a5abf8e200986c713ef P 211b7a7d10c048edacf61338100d86a5: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:06.204563  3781 raft_consensus.cc:359] T 5541af32599a4c9db995da38d9d621e5 P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } }
I20260608 12:39:06.209579  3781 raft_consensus.cc:385] T 5541af32599a4c9db995da38d9d621e5 P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.212477  3781 raft_consensus.cc:740] T 5541af32599a4c9db995da38d9d621e5 P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f37a0ef3c7064654bb15a551ef220e1a, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.214778  3774 tablet_bootstrap.cc:492] T 4e4eab123ea14fd4bb292a59a31e33da P 71a553ca1d8b4b999f3d8474e011c415: No bootstrap required, opened a new log
I20260608 12:39:06.215312  3774 ts_tablet_manager.cc:1403] T 4e4eab123ea14fd4bb292a59a31e33da P 71a553ca1d8b4b999f3d8474e011c415: Time spent bootstrapping tablet: real 0.026s	user 0.011s	sys 0.005s
I20260608 12:39:06.214143  3781 consensus_queue.cc:260] T 5541af32599a4c9db995da38d9d621e5 P f37a0ef3c7064654bb15a551ef220e1a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } }
I20260608 12:39:06.215334  3780 tablet_bootstrap.cc:654] T 4e4eab123ea14fd4bb292a59a31e33da P 83d7e815809c4801a2c5db3bdf8543db: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:06.218144  3333 catalog_manager.cc:6241] T 00000000000000000000000000000000 P 22678ec8ef844e2da588fc79e92f321f: range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908] alter complete (version 0)
I20260608 12:39:06.220440  3781 ts_tablet_manager.cc:1434] T 5541af32599a4c9db995da38d9d621e5 P f37a0ef3c7064654bb15a551ef220e1a: Time spent starting tablet: real 0.026s	user 0.008s	sys 0.001s
I20260608 12:39:06.223129  3781 tablet_bootstrap.cc:492] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P f37a0ef3c7064654bb15a551ef220e1a: Bootstrap starting.
I20260608 12:39:06.225615  3774 raft_consensus.cc:359] T 4e4eab123ea14fd4bb292a59a31e33da P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:06.226588  3774 raft_consensus.cc:385] T 4e4eab123ea14fd4bb292a59a31e33da P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.233686  3781 tablet_bootstrap.cc:654] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P f37a0ef3c7064654bb15a551ef220e1a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:06.234205  3779 tablet_bootstrap.cc:492] T 4654c9ab63a44a5abf8e200986c713ef P 211b7a7d10c048edacf61338100d86a5: No bootstrap required, opened a new log
I20260608 12:39:06.234704  3779 ts_tablet_manager.cc:1403] T 4654c9ab63a44a5abf8e200986c713ef P 211b7a7d10c048edacf61338100d86a5: Time spent bootstrapping tablet: real 0.057s	user 0.015s	sys 0.001s
I20260608 12:39:06.227605  3774 raft_consensus.cc:740] T 4e4eab123ea14fd4bb292a59a31e33da P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 71a553ca1d8b4b999f3d8474e011c415, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.236272  3774 consensus_queue.cc:260] T 4e4eab123ea14fd4bb292a59a31e33da P 71a553ca1d8b4b999f3d8474e011c415 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:06.237898  3779 raft_consensus.cc:359] T 4654c9ab63a44a5abf8e200986c713ef P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:06.238610  3779 raft_consensus.cc:385] T 4654c9ab63a44a5abf8e200986c713ef P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.238855  3774 ts_tablet_manager.cc:1434] T 4e4eab123ea14fd4bb292a59a31e33da P 71a553ca1d8b4b999f3d8474e011c415: Time spent starting tablet: real 0.023s	user 0.002s	sys 0.005s
I20260608 12:39:06.239938  3774 tablet_bootstrap.cc:492] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415: Bootstrap starting.
I20260608 12:39:06.246480  3780 tablet_bootstrap.cc:492] T 4e4eab123ea14fd4bb292a59a31e33da P 83d7e815809c4801a2c5db3bdf8543db: No bootstrap required, opened a new log
I20260608 12:39:06.247051  3780 ts_tablet_manager.cc:1403] T 4e4eab123ea14fd4bb292a59a31e33da P 83d7e815809c4801a2c5db3bdf8543db: Time spent bootstrapping tablet: real 0.050s	user 0.019s	sys 0.008s
I20260608 12:39:06.238895  3779 raft_consensus.cc:740] T 4654c9ab63a44a5abf8e200986c713ef P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 211b7a7d10c048edacf61338100d86a5, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.249648  3779 consensus_queue.cc:260] T 4654c9ab63a44a5abf8e200986c713ef P 211b7a7d10c048edacf61338100d86a5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:06.251276  3781 tablet_bootstrap.cc:492] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P f37a0ef3c7064654bb15a551ef220e1a: No bootstrap required, opened a new log
I20260608 12:39:06.251785  3781 ts_tablet_manager.cc:1403] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P f37a0ef3c7064654bb15a551ef220e1a: Time spent bootstrapping tablet: real 0.031s	user 0.012s	sys 0.007s
I20260608 12:39:06.251964  3779 ts_tablet_manager.cc:1434] T 4654c9ab63a44a5abf8e200986c713ef P 211b7a7d10c048edacf61338100d86a5: Time spent starting tablet: real 0.017s	user 0.007s	sys 0.000s
I20260608 12:39:06.252262  3780 raft_consensus.cc:359] T 4e4eab123ea14fd4bb292a59a31e33da P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:06.253136  3779 tablet_bootstrap.cc:492] T 5541af32599a4c9db995da38d9d621e5 P 211b7a7d10c048edacf61338100d86a5: Bootstrap starting.
I20260608 12:39:06.254412  3774 tablet_bootstrap.cc:654] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:06.255358  3780 raft_consensus.cc:385] T 4e4eab123ea14fd4bb292a59a31e33da P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.255733  3780 raft_consensus.cc:740] T 4e4eab123ea14fd4bb292a59a31e33da P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83d7e815809c4801a2c5db3bdf8543db, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.257880  3780 consensus_queue.cc:260] T 4e4eab123ea14fd4bb292a59a31e33da P 83d7e815809c4801a2c5db3bdf8543db [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:06.260027  3781 raft_consensus.cc:359] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:06.261991  3781 raft_consensus.cc:385] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.262270  3781 raft_consensus.cc:740] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f37a0ef3c7064654bb15a551ef220e1a, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.263335  3780 ts_tablet_manager.cc:1434] T 4e4eab123ea14fd4bb292a59a31e33da P 83d7e815809c4801a2c5db3bdf8543db: Time spent starting tablet: real 0.016s	user 0.004s	sys 0.005s
I20260608 12:39:06.263001  3781 consensus_queue.cc:260] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P f37a0ef3c7064654bb15a551ef220e1a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:06.264607  3780 tablet_bootstrap.cc:492] T 4654c9ab63a44a5abf8e200986c713ef P 83d7e815809c4801a2c5db3bdf8543db: Bootstrap starting.
I20260608 12:39:06.265623  3781 ts_tablet_manager.cc:1434] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P f37a0ef3c7064654bb15a551ef220e1a: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.003s
I20260608 12:39:06.266573  3781 tablet_bootstrap.cc:492] T 74f4dafc67144b3eb4f406d6a5abaee4 P f37a0ef3c7064654bb15a551ef220e1a: Bootstrap starting.
I20260608 12:39:06.272193  3779 tablet_bootstrap.cc:654] T 5541af32599a4c9db995da38d9d621e5 P 211b7a7d10c048edacf61338100d86a5: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:06.276319  3791 raft_consensus.cc:493] T 5541af32599a4c9db995da38d9d621e5 P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:06.277043  3791 raft_consensus.cc:515] T 5541af32599a4c9db995da38d9d621e5 P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } }
I20260608 12:39:06.279930  3791 leader_election.cc:290] T 5541af32599a4c9db995da38d9d621e5 P f37a0ef3c7064654bb15a551ef220e1a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921), 211b7a7d10c048edacf61338100d86a5 (127.0.107.194:33981)
I20260608 12:39:06.283545  3780 tablet_bootstrap.cc:654] T 4654c9ab63a44a5abf8e200986c713ef P 83d7e815809c4801a2c5db3bdf8543db: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:06.294960  3781 tablet_bootstrap.cc:654] T 74f4dafc67144b3eb4f406d6a5abaee4 P f37a0ef3c7064654bb15a551ef220e1a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:06.300417  3791 raft_consensus.cc:493] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:06.301245  3774 tablet_bootstrap.cc:492] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415: No bootstrap required, opened a new log
I20260608 12:39:06.300915  3791 raft_consensus.cc:515] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:06.301826  3774 ts_tablet_manager.cc:1403] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415: Time spent bootstrapping tablet: real 0.062s	user 0.010s	sys 0.014s
I20260608 12:39:06.303524  3791 leader_election.cc:290] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P f37a0ef3c7064654bb15a551ef220e1a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441), 211b7a7d10c048edacf61338100d86a5 (127.0.107.194:33981)
I20260608 12:39:06.328423  3774 raft_consensus.cc:359] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } }
I20260608 12:39:06.329291  3779 tablet_bootstrap.cc:492] T 5541af32599a4c9db995da38d9d621e5 P 211b7a7d10c048edacf61338100d86a5: No bootstrap required, opened a new log
I20260608 12:39:06.330396  3774 raft_consensus.cc:385] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.332543  3779 ts_tablet_manager.cc:1403] T 5541af32599a4c9db995da38d9d621e5 P 211b7a7d10c048edacf61338100d86a5: Time spent bootstrapping tablet: real 0.080s	user 0.011s	sys 0.013s
I20260608 12:39:06.332612  3774 raft_consensus.cc:740] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 71a553ca1d8b4b999f3d8474e011c415, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.335865  3774 consensus_queue.cc:260] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } }
I20260608 12:39:06.338053  3781 tablet_bootstrap.cc:492] T 74f4dafc67144b3eb4f406d6a5abaee4 P f37a0ef3c7064654bb15a551ef220e1a: No bootstrap required, opened a new log
I20260608 12:39:06.338609  3781 ts_tablet_manager.cc:1403] T 74f4dafc67144b3eb4f406d6a5abaee4 P f37a0ef3c7064654bb15a551ef220e1a: Time spent bootstrapping tablet: real 0.072s	user 0.007s	sys 0.008s
I20260608 12:39:06.340602  3779 raft_consensus.cc:359] T 5541af32599a4c9db995da38d9d621e5 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } }
I20260608 12:39:06.341506  3779 raft_consensus.cc:385] T 5541af32599a4c9db995da38d9d621e5 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.341979  3779 raft_consensus.cc:740] T 5541af32599a4c9db995da38d9d621e5 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 211b7a7d10c048edacf61338100d86a5, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.338021  3780 tablet_bootstrap.cc:492] T 4654c9ab63a44a5abf8e200986c713ef P 83d7e815809c4801a2c5db3bdf8543db: No bootstrap required, opened a new log
I20260608 12:39:06.345661  3781 raft_consensus.cc:359] T 74f4dafc67144b3eb4f406d6a5abaee4 P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:06.346738  3781 raft_consensus.cc:385] T 74f4dafc67144b3eb4f406d6a5abaee4 P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.346199  3779 consensus_queue.cc:260] T 5541af32599a4c9db995da38d9d621e5 P 211b7a7d10c048edacf61338100d86a5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } }
I20260608 12:39:06.347295  3781 raft_consensus.cc:740] T 74f4dafc67144b3eb4f406d6a5abaee4 P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f37a0ef3c7064654bb15a551ef220e1a, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.346818  3780 ts_tablet_manager.cc:1403] T 4654c9ab63a44a5abf8e200986c713ef P 83d7e815809c4801a2c5db3bdf8543db: Time spent bootstrapping tablet: real 0.082s	user 0.015s	sys 0.004s
I20260608 12:39:06.353799  3774 ts_tablet_manager.cc:1434] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415: Time spent starting tablet: real 0.052s	user 0.009s	sys 0.001s
I20260608 12:39:06.355325  3781 consensus_queue.cc:260] T 74f4dafc67144b3eb4f406d6a5abaee4 P f37a0ef3c7064654bb15a551ef220e1a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:06.356837  3779 ts_tablet_manager.cc:1434] T 5541af32599a4c9db995da38d9d621e5 P 211b7a7d10c048edacf61338100d86a5: Time spent starting tablet: real 0.024s	user 0.008s	sys 0.004s
I20260608 12:39:06.357583  3781 ts_tablet_manager.cc:1434] T 74f4dafc67144b3eb4f406d6a5abaee4 P f37a0ef3c7064654bb15a551ef220e1a: Time spent starting tablet: real 0.019s	user 0.008s	sys 0.000s
I20260608 12:39:06.359668  3781 tablet_bootstrap.cc:492] T 4654c9ab63a44a5abf8e200986c713ef P f37a0ef3c7064654bb15a551ef220e1a: Bootstrap starting.
I20260608 12:39:06.365761  3780 raft_consensus.cc:359] T 4654c9ab63a44a5abf8e200986c713ef P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:06.366623  3780 raft_consensus.cc:385] T 4654c9ab63a44a5abf8e200986c713ef P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.366966  3780 raft_consensus.cc:740] T 4654c9ab63a44a5abf8e200986c713ef P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83d7e815809c4801a2c5db3bdf8543db, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.375332  3512 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a047f5ec2a084ac6a6ceb5c8cdaa6538" candidate_uuid: "f37a0ef3c7064654bb15a551ef220e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "211b7a7d10c048edacf61338100d86a5" is_pre_election: true
I20260608 12:39:06.377638  3512 raft_consensus.cc:2468] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f37a0ef3c7064654bb15a551ef220e1a in term 0.
I20260608 12:39:06.376328  3640 raft_consensus.cc:493] T 4e4eab123ea14fd4bb292a59a31e33da P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:06.378458  3640 raft_consensus.cc:515] T 4e4eab123ea14fd4bb292a59a31e33da P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:06.379344  3698 leader_election.cc:304] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P f37a0ef3c7064654bb15a551ef220e1a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 211b7a7d10c048edacf61338100d86a5, f37a0ef3c7064654bb15a551ef220e1a; no voters: 
I20260608 12:39:06.375629  3513 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5541af32599a4c9db995da38d9d621e5" candidate_uuid: "f37a0ef3c7064654bb15a551ef220e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "211b7a7d10c048edacf61338100d86a5" is_pre_election: true
I20260608 12:39:06.380934  3513 raft_consensus.cc:2468] T 5541af32599a4c9db995da38d9d621e5 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f37a0ef3c7064654bb15a551ef220e1a in term 0.
I20260608 12:39:06.381121  3791 raft_consensus.cc:2804] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:06.381541  3791 raft_consensus.cc:493] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:06.382311  3791 raft_consensus.cc:3060] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:06.379287  3780 consensus_queue.cc:260] T 4654c9ab63a44a5abf8e200986c713ef P 83d7e815809c4801a2c5db3bdf8543db [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:06.385107  3780 ts_tablet_manager.cc:1434] T 4654c9ab63a44a5abf8e200986c713ef P 83d7e815809c4801a2c5db3bdf8543db: Time spent starting tablet: real 0.035s	user 0.006s	sys 0.002s
I20260608 12:39:06.386269  3780 tablet_bootstrap.cc:492] T ab6c9d94d73a45f988b664712c352a0c P 83d7e815809c4801a2c5db3bdf8543db: Bootstrap starting.
I20260608 12:39:06.387904  3640 leader_election.cc:290] T 4e4eab123ea14fd4bb292a59a31e33da P 83d7e815809c4801a2c5db3bdf8543db [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196:38727), 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441)
I20260608 12:39:06.389757  3438 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4e4eab123ea14fd4bb292a59a31e33da" candidate_uuid: "83d7e815809c4801a2c5db3bdf8543db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71a553ca1d8b4b999f3d8474e011c415" is_pre_election: true
I20260608 12:39:06.390404  3438 raft_consensus.cc:2468] T 4e4eab123ea14fd4bb292a59a31e33da P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 83d7e815809c4801a2c5db3bdf8543db in term 0.
I20260608 12:39:06.391637  3551 leader_election.cc:304] T 4e4eab123ea14fd4bb292a59a31e33da P 83d7e815809c4801a2c5db3bdf8543db [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 71a553ca1d8b4b999f3d8474e011c415, 83d7e815809c4801a2c5db3bdf8543db; no voters: 
I20260608 12:39:06.396627  3698 leader_election.cc:304] T 5541af32599a4c9db995da38d9d621e5 P f37a0ef3c7064654bb15a551ef220e1a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 211b7a7d10c048edacf61338100d86a5, f37a0ef3c7064654bb15a551ef220e1a; no voters: 
I20260608 12:39:06.398252  3640 raft_consensus.cc:2804] T 4e4eab123ea14fd4bb292a59a31e33da P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:06.400635  3640 raft_consensus.cc:493] T 4e4eab123ea14fd4bb292a59a31e33da P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:06.401008  3640 raft_consensus.cc:3060] T 4e4eab123ea14fd4bb292a59a31e33da P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:06.403982  3781 tablet_bootstrap.cc:654] T 4654c9ab63a44a5abf8e200986c713ef P f37a0ef3c7064654bb15a551ef220e1a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:06.414683  3634 raft_consensus.cc:493] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:06.415500  3634 raft_consensus.cc:515] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:06.417590  3634 leader_election.cc:290] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196:38727), 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441)
I20260608 12:39:06.413924  3791 raft_consensus.cc:515] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:06.418478  3733 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "74f4dafc67144b3eb4f406d6a5abaee4" candidate_uuid: "211b7a7d10c048edacf61338100d86a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f37a0ef3c7064654bb15a551ef220e1a" is_pre_election: true
I20260608 12:39:06.419504  3587 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5541af32599a4c9db995da38d9d621e5" candidate_uuid: "f37a0ef3c7064654bb15a551ef220e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83d7e815809c4801a2c5db3bdf8543db" is_pre_election: true
I20260608 12:39:06.419335  3640 raft_consensus.cc:515] T 4e4eab123ea14fd4bb292a59a31e33da P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:06.420728  3733 raft_consensus.cc:2468] T 74f4dafc67144b3eb4f406d6a5abaee4 P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 211b7a7d10c048edacf61338100d86a5 in term 0.
I20260608 12:39:06.422252  3438 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "74f4dafc67144b3eb4f406d6a5abaee4" candidate_uuid: "211b7a7d10c048edacf61338100d86a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71a553ca1d8b4b999f3d8474e011c415" is_pre_election: true
I20260608 12:39:06.423527  3437 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a047f5ec2a084ac6a6ceb5c8cdaa6538" candidate_uuid: "f37a0ef3c7064654bb15a551ef220e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71a553ca1d8b4b999f3d8474e011c415" is_pre_election: true
I20260608 12:39:06.423729  3640 leader_election.cc:290] T 4e4eab123ea14fd4bb292a59a31e33da P 83d7e815809c4801a2c5db3bdf8543db [CANDIDATE]: Term 1 election: Requested vote from peers f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196:38727), 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441)
I20260608 12:39:06.421039  3587 raft_consensus.cc:2468] T 5541af32599a4c9db995da38d9d621e5 P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f37a0ef3c7064654bb15a551ef220e1a in term 0.
I20260608 12:39:06.423533  3820 raft_consensus.cc:2804] T 5541af32599a4c9db995da38d9d621e5 P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:06.429119  3435 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4e4eab123ea14fd4bb292a59a31e33da" candidate_uuid: "83d7e815809c4801a2c5db3bdf8543db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71a553ca1d8b4b999f3d8474e011c415"
I20260608 12:39:06.424405  3437 raft_consensus.cc:2468] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f37a0ef3c7064654bb15a551ef220e1a in term 0.
I20260608 12:39:06.434248  3820 raft_consensus.cc:493] T 5541af32599a4c9db995da38d9d621e5 P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:06.434494  3435 raft_consensus.cc:3060] T 4e4eab123ea14fd4bb292a59a31e33da P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:06.433377  3791 leader_election.cc:290] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P f37a0ef3c7064654bb15a551ef220e1a [CANDIDATE]: Term 1 election: Requested vote from peers 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441), 211b7a7d10c048edacf61338100d86a5 (127.0.107.194:33981)
I20260608 12:39:06.425351  3436 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a047f5ec2a084ac6a6ceb5c8cdaa6538" candidate_uuid: "f37a0ef3c7064654bb15a551ef220e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71a553ca1d8b4b999f3d8474e011c415"
I20260608 12:39:06.429215  3478 leader_election.cc:304] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 211b7a7d10c048edacf61338100d86a5, f37a0ef3c7064654bb15a551ef220e1a; no voters: 
I20260608 12:39:06.437671  3436 raft_consensus.cc:3060] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:06.436021  3820 raft_consensus.cc:3060] T 5541af32599a4c9db995da38d9d621e5 P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:06.436735  3513 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a047f5ec2a084ac6a6ceb5c8cdaa6538" candidate_uuid: "f37a0ef3c7064654bb15a551ef220e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "211b7a7d10c048edacf61338100d86a5"
I20260608 12:39:06.425638  3438 raft_consensus.cc:2468] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 211b7a7d10c048edacf61338100d86a5 in term 0.
I20260608 12:39:06.438444  3778 raft_consensus.cc:2804] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:06.439110  3791 raft_consensus.cc:493] T 84de205bb3df42d69cc622b10dd0b893 P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:06.438607  3513 raft_consensus.cc:3060] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:06.439747  3791 raft_consensus.cc:515] T 84de205bb3df42d69cc622b10dd0b893 P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } }
I20260608 12:39:06.442176  3778 raft_consensus.cc:493] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:06.442838  3778 raft_consensus.cc:3060] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:06.443141  3791 leader_election.cc:290] T 84de205bb3df42d69cc622b10dd0b893 P f37a0ef3c7064654bb15a551ef220e1a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921), 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441)
I20260608 12:39:06.445250  3438 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "84de205bb3df42d69cc622b10dd0b893" candidate_uuid: "f37a0ef3c7064654bb15a551ef220e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71a553ca1d8b4b999f3d8474e011c415" is_pre_election: true
I20260608 12:39:06.445858  3438 raft_consensus.cc:2468] T 84de205bb3df42d69cc622b10dd0b893 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f37a0ef3c7064654bb15a551ef220e1a in term 0.
I20260608 12:39:06.446949  3780 tablet_bootstrap.cc:654] T ab6c9d94d73a45f988b664712c352a0c P 83d7e815809c4801a2c5db3bdf8543db: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:06.447079  3587 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "84de205bb3df42d69cc622b10dd0b893" candidate_uuid: "f37a0ef3c7064654bb15a551ef220e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83d7e815809c4801a2c5db3bdf8543db" is_pre_election: true
I20260608 12:39:06.449353  3699 leader_election.cc:304] T 84de205bb3df42d69cc622b10dd0b893 P f37a0ef3c7064654bb15a551ef220e1a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 71a553ca1d8b4b999f3d8474e011c415, f37a0ef3c7064654bb15a551ef220e1a; no voters: 
I20260608 12:39:06.447729  3587 raft_consensus.cc:2468] T 84de205bb3df42d69cc622b10dd0b893 P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f37a0ef3c7064654bb15a551ef220e1a in term 0.
I20260608 12:39:06.447866  3513 raft_consensus.cc:2468] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f37a0ef3c7064654bb15a551ef220e1a in term 1.
I20260608 12:39:06.457788  3778 raft_consensus.cc:515] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:06.459863  3778 leader_election.cc:290] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5 [CANDIDATE]: Term 1 election: Requested vote from peers f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196:38727), 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441)
I20260608 12:39:06.460726  3733 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "74f4dafc67144b3eb4f406d6a5abaee4" candidate_uuid: "211b7a7d10c048edacf61338100d86a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f37a0ef3c7064654bb15a551ef220e1a"
I20260608 12:39:06.460942  3438 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "74f4dafc67144b3eb4f406d6a5abaee4" candidate_uuid: "211b7a7d10c048edacf61338100d86a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71a553ca1d8b4b999f3d8474e011c415"
I20260608 12:39:06.461374  3733 raft_consensus.cc:3060] T 74f4dafc67144b3eb4f406d6a5abaee4 P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:06.461519  3438 raft_consensus.cc:3060] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:06.452984  3791 raft_consensus.cc:2804] T 84de205bb3df42d69cc622b10dd0b893 P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:06.463734  3698 leader_election.cc:304] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P f37a0ef3c7064654bb15a551ef220e1a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 211b7a7d10c048edacf61338100d86a5, f37a0ef3c7064654bb15a551ef220e1a; no voters: 
I20260608 12:39:06.464766  3436 raft_consensus.cc:2468] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f37a0ef3c7064654bb15a551ef220e1a in term 1.
I20260608 12:39:06.468389  3435 raft_consensus.cc:2468] T 4e4eab123ea14fd4bb292a59a31e33da P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 83d7e815809c4801a2c5db3bdf8543db in term 1.
I20260608 12:39:06.468974  3438 raft_consensus.cc:2468] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 211b7a7d10c048edacf61338100d86a5 in term 1.
I20260608 12:39:06.469545  3733 raft_consensus.cc:2468] T 74f4dafc67144b3eb4f406d6a5abaee4 P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 211b7a7d10c048edacf61338100d86a5 in term 1.
I20260608 12:39:06.469676  3551 leader_election.cc:304] T 4e4eab123ea14fd4bb292a59a31e33da P 83d7e815809c4801a2c5db3bdf8543db [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 71a553ca1d8b4b999f3d8474e011c415, 83d7e815809c4801a2c5db3bdf8543db; no voters: 
I20260608 12:39:06.463171  3791 raft_consensus.cc:493] T 84de205bb3df42d69cc622b10dd0b893 P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:06.470189  3781 tablet_bootstrap.cc:492] T 4654c9ab63a44a5abf8e200986c713ef P f37a0ef3c7064654bb15a551ef220e1a: No bootstrap required, opened a new log
I20260608 12:39:06.470407  3791 raft_consensus.cc:3060] T 84de205bb3df42d69cc622b10dd0b893 P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:06.470710  3478 leader_election.cc:304] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 211b7a7d10c048edacf61338100d86a5, f37a0ef3c7064654bb15a551ef220e1a; no voters: 
I20260608 12:39:06.471597  3640 raft_consensus.cc:2804] T 4e4eab123ea14fd4bb292a59a31e33da P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:06.472143  3640 raft_consensus.cc:697] T 4e4eab123ea14fd4bb292a59a31e33da P 83d7e815809c4801a2c5db3bdf8543db [term 1 LEADER]: Becoming Leader. State: Replica: 83d7e815809c4801a2c5db3bdf8543db, State: Running, Role: LEADER
I20260608 12:39:06.475391  3778 raft_consensus.cc:2804] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:06.475376  3640 consensus_queue.cc:237] T 4e4eab123ea14fd4bb292a59a31e33da P 83d7e815809c4801a2c5db3bdf8543db [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:06.476235  3822 raft_consensus.cc:2804] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:06.476778  3778 raft_consensus.cc:697] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5 [term 1 LEADER]: Becoming Leader. State: Replica: 211b7a7d10c048edacf61338100d86a5, State: Running, Role: LEADER
I20260608 12:39:06.477854  3778 consensus_queue.cc:237] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:06.470700  3781 ts_tablet_manager.cc:1403] T 4654c9ab63a44a5abf8e200986c713ef P f37a0ef3c7064654bb15a551ef220e1a: Time spent bootstrapping tablet: real 0.112s	user 0.016s	sys 0.003s
I20260608 12:39:06.487404  3781 raft_consensus.cc:359] T 4654c9ab63a44a5abf8e200986c713ef P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:06.488138  3781 raft_consensus.cc:385] T 4654c9ab63a44a5abf8e200986c713ef P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.490861  3336 catalog_manager.cc:5696] T 4e4eab123ea14fd4bb292a59a31e33da P 83d7e815809c4801a2c5db3bdf8543db reported cstate change: term changed from 0 to 1, leader changed from <none> to 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195). New cstate: current_term: 1 leader_uuid: "83d7e815809c4801a2c5db3bdf8543db" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:06.490969  3791 raft_consensus.cc:515] T 84de205bb3df42d69cc622b10dd0b893 P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } }
I20260608 12:39:06.488694  3781 raft_consensus.cc:740] T 4654c9ab63a44a5abf8e200986c713ef P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f37a0ef3c7064654bb15a551ef220e1a, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.497606  3734 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4e4eab123ea14fd4bb292a59a31e33da" candidate_uuid: "83d7e815809c4801a2c5db3bdf8543db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f37a0ef3c7064654bb15a551ef220e1a"
I20260608 12:39:06.498247  3587 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "84de205bb3df42d69cc622b10dd0b893" candidate_uuid: "f37a0ef3c7064654bb15a551ef220e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83d7e815809c4801a2c5db3bdf8543db"
I20260608 12:39:06.497965  3781 consensus_queue.cc:260] T 4654c9ab63a44a5abf8e200986c713ef P f37a0ef3c7064654bb15a551ef220e1a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:06.498818  3587 raft_consensus.cc:3060] T 84de205bb3df42d69cc622b10dd0b893 P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:39:06.501458  3552 leader_election.cc:343] T 4e4eab123ea14fd4bb292a59a31e33da P 83d7e815809c4801a2c5db3bdf8543db [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196:38727): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:06.496254  3733 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4e4eab123ea14fd4bb292a59a31e33da" candidate_uuid: "83d7e815809c4801a2c5db3bdf8543db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f37a0ef3c7064654bb15a551ef220e1a" is_pre_election: true
I20260608 12:39:06.491632  3820 raft_consensus.cc:515] T 5541af32599a4c9db995da38d9d621e5 P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } }
I20260608 12:39:06.504750  3634 raft_consensus.cc:493] T 4654c9ab63a44a5abf8e200986c713ef P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:06.491739  3822 raft_consensus.cc:697] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P f37a0ef3c7064654bb15a551ef220e1a [term 1 LEADER]: Becoming Leader. State: Replica: f37a0ef3c7064654bb15a551ef220e1a, State: Running, Role: LEADER
I20260608 12:39:06.505244  3634 raft_consensus.cc:515] T 4654c9ab63a44a5abf8e200986c713ef P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:06.513258  3791 leader_election.cc:290] T 84de205bb3df42d69cc622b10dd0b893 P f37a0ef3c7064654bb15a551ef220e1a [CANDIDATE]: Term 1 election: Requested vote from peers 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921), 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441)
I20260608 12:39:06.514130  3820 leader_election.cc:290] T 5541af32599a4c9db995da38d9d621e5 P f37a0ef3c7064654bb15a551ef220e1a [CANDIDATE]: Term 1 election: Requested vote from peers 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921), 211b7a7d10c048edacf61338100d86a5 (127.0.107.194:33981)
I20260608 12:39:06.515471  3438 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "84de205bb3df42d69cc622b10dd0b893" candidate_uuid: "f37a0ef3c7064654bb15a551ef220e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71a553ca1d8b4b999f3d8474e011c415"
I20260608 12:39:06.515904  3586 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5541af32599a4c9db995da38d9d621e5" candidate_uuid: "f37a0ef3c7064654bb15a551ef220e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83d7e815809c4801a2c5db3bdf8543db"
I20260608 12:39:06.516058  3438 raft_consensus.cc:3060] T 84de205bb3df42d69cc622b10dd0b893 P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:06.516510  3586 raft_consensus.cc:3060] T 5541af32599a4c9db995da38d9d621e5 P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:06.517360  3513 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5541af32599a4c9db995da38d9d621e5" candidate_uuid: "f37a0ef3c7064654bb15a551ef220e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "211b7a7d10c048edacf61338100d86a5"
I20260608 12:39:06.517871  3513 raft_consensus.cc:3060] T 5541af32599a4c9db995da38d9d621e5 P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:06.523391  3438 raft_consensus.cc:2468] T 84de205bb3df42d69cc622b10dd0b893 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f37a0ef3c7064654bb15a551ef220e1a in term 1.
I20260608 12:39:06.524415  3780 tablet_bootstrap.cc:492] T ab6c9d94d73a45f988b664712c352a0c P 83d7e815809c4801a2c5db3bdf8543db: No bootstrap required, opened a new log
W20260608 12:39:06.511690  3552 leader_election.cc:343] T 4e4eab123ea14fd4bb292a59a31e33da P 83d7e815809c4801a2c5db3bdf8543db [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196:38727): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:06.524958  3780 ts_tablet_manager.cc:1403] T ab6c9d94d73a45f988b664712c352a0c P 83d7e815809c4801a2c5db3bdf8543db: Time spent bootstrapping tablet: real 0.139s	user 0.014s	sys 0.006s
I20260608 12:39:06.525154  3699 leader_election.cc:304] T 84de205bb3df42d69cc622b10dd0b893 P f37a0ef3c7064654bb15a551ef220e1a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 71a553ca1d8b4b999f3d8474e011c415, f37a0ef3c7064654bb15a551ef220e1a; no voters: 
I20260608 12:39:06.523483  3634 leader_election.cc:290] T 4654c9ab63a44a5abf8e200986c713ef P 211b7a7d10c048edacf61338100d86a5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196:38727), 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921)
I20260608 12:39:06.525282  3585 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4654c9ab63a44a5abf8e200986c713ef" candidate_uuid: "211b7a7d10c048edacf61338100d86a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83d7e815809c4801a2c5db3bdf8543db" is_pre_election: true
I20260608 12:39:06.527227  3585 raft_consensus.cc:2468] T 4654c9ab63a44a5abf8e200986c713ef P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 211b7a7d10c048edacf61338100d86a5 in term 0.
I20260608 12:39:06.528283  3733 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4654c9ab63a44a5abf8e200986c713ef" candidate_uuid: "211b7a7d10c048edacf61338100d86a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f37a0ef3c7064654bb15a551ef220e1a" is_pre_election: true
I20260608 12:39:06.528961  3733 raft_consensus.cc:2468] T 4654c9ab63a44a5abf8e200986c713ef P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 211b7a7d10c048edacf61338100d86a5 in term 0.
I20260608 12:39:06.529945  3478 leader_election.cc:304] T 4654c9ab63a44a5abf8e200986c713ef P 211b7a7d10c048edacf61338100d86a5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 211b7a7d10c048edacf61338100d86a5, 83d7e815809c4801a2c5db3bdf8543db; no voters: 
I20260608 12:39:06.524307  3513 raft_consensus.cc:2468] T 5541af32599a4c9db995da38d9d621e5 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f37a0ef3c7064654bb15a551ef220e1a in term 1.
I20260608 12:39:06.531728  3634 raft_consensus.cc:2804] T 4654c9ab63a44a5abf8e200986c713ef P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:06.533619  3634 raft_consensus.cc:493] T 4654c9ab63a44a5abf8e200986c713ef P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:06.533322  3586 raft_consensus.cc:2468] T 5541af32599a4c9db995da38d9d621e5 P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f37a0ef3c7064654bb15a551ef220e1a in term 1.
I20260608 12:39:06.535431  3698 leader_election.cc:304] T 5541af32599a4c9db995da38d9d621e5 P f37a0ef3c7064654bb15a551ef220e1a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 211b7a7d10c048edacf61338100d86a5, f37a0ef3c7064654bb15a551ef220e1a; no voters: 
I20260608 12:39:06.537482  3791 raft_consensus.cc:2804] T 5541af32599a4c9db995da38d9d621e5 P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:06.538008  3791 raft_consensus.cc:697] T 5541af32599a4c9db995da38d9d621e5 P f37a0ef3c7064654bb15a551ef220e1a [term 1 LEADER]: Becoming Leader. State: Replica: f37a0ef3c7064654bb15a551ef220e1a, State: Running, Role: LEADER
I20260608 12:39:06.538914  3791 consensus_queue.cc:237] T 5541af32599a4c9db995da38d9d621e5 P f37a0ef3c7064654bb15a551ef220e1a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } }
I20260608 12:39:06.534673  3823 raft_consensus.cc:2804] T 84de205bb3df42d69cc622b10dd0b893 P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:06.540051  3823 raft_consensus.cc:697] T 84de205bb3df42d69cc622b10dd0b893 P f37a0ef3c7064654bb15a551ef220e1a [term 1 LEADER]: Becoming Leader. State: Replica: f37a0ef3c7064654bb15a551ef220e1a, State: Running, Role: LEADER
I20260608 12:39:06.536068  3634 raft_consensus.cc:3060] T 4654c9ab63a44a5abf8e200986c713ef P 211b7a7d10c048edacf61338100d86a5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:06.539425  3587 raft_consensus.cc:2468] T 84de205bb3df42d69cc622b10dd0b893 P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f37a0ef3c7064654bb15a551ef220e1a in term 1.
I20260608 12:39:06.546236  3780 raft_consensus.cc:359] T ab6c9d94d73a45f988b664712c352a0c P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } }
I20260608 12:39:06.546978  3780 raft_consensus.cc:385] T ab6c9d94d73a45f988b664712c352a0c P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.547256  3780 raft_consensus.cc:740] T ab6c9d94d73a45f988b664712c352a0c P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83d7e815809c4801a2c5db3bdf8543db, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.533208  3822 consensus_queue.cc:237] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P f37a0ef3c7064654bb15a551ef220e1a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:06.548341  3336 catalog_manager.cc:5696] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5 reported cstate change: term changed from 0 to 1, leader changed from <none> to 211b7a7d10c048edacf61338100d86a5 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "211b7a7d10c048edacf61338100d86a5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:06.540902  3823 consensus_queue.cc:237] T 84de205bb3df42d69cc622b10dd0b893 P f37a0ef3c7064654bb15a551ef220e1a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } }
I20260608 12:39:06.556538  3781 ts_tablet_manager.cc:1434] T 4654c9ab63a44a5abf8e200986c713ef P f37a0ef3c7064654bb15a551ef220e1a: Time spent starting tablet: real 0.074s	user 0.011s	sys 0.000s
I20260608 12:39:06.557664  3781 tablet_bootstrap.cc:492] T ab6c9d94d73a45f988b664712c352a0c P f37a0ef3c7064654bb15a551ef220e1a: Bootstrap starting.
I20260608 12:39:06.552542  3780 consensus_queue.cc:260] T ab6c9d94d73a45f988b664712c352a0c P 83d7e815809c4801a2c5db3bdf8543db [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } }
I20260608 12:39:06.561173  3634 raft_consensus.cc:515] T 4654c9ab63a44a5abf8e200986c713ef P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:06.564168  3733 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4654c9ab63a44a5abf8e200986c713ef" candidate_uuid: "211b7a7d10c048edacf61338100d86a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f37a0ef3c7064654bb15a551ef220e1a"
I20260608 12:39:06.564709  3733 raft_consensus.cc:3060] T 4654c9ab63a44a5abf8e200986c713ef P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:06.565254  3634 leader_election.cc:290] T 4654c9ab63a44a5abf8e200986c713ef P 211b7a7d10c048edacf61338100d86a5 [CANDIDATE]: Term 1 election: Requested vote from peers f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196:38727), 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921)
I20260608 12:39:06.582089  3634 consensus_queue.cc:1048] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:06.582012  3780 ts_tablet_manager.cc:1434] T ab6c9d94d73a45f988b664712c352a0c P 83d7e815809c4801a2c5db3bdf8543db: Time spent starting tablet: real 0.057s	user 0.012s	sys 0.001s
I20260608 12:39:06.589759  3733 raft_consensus.cc:2468] T 4654c9ab63a44a5abf8e200986c713ef P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 211b7a7d10c048edacf61338100d86a5 in term 1.
I20260608 12:39:06.591076  3478 leader_election.cc:304] T 4654c9ab63a44a5abf8e200986c713ef P 211b7a7d10c048edacf61338100d86a5 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 211b7a7d10c048edacf61338100d86a5, f37a0ef3c7064654bb15a551ef220e1a; no voters: 
I20260608 12:39:06.593091  3634 raft_consensus.cc:2804] T 4654c9ab63a44a5abf8e200986c713ef P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:06.592491  3335 catalog_manager.cc:5696] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P f37a0ef3c7064654bb15a551ef220e1a reported cstate change: term changed from 0 to 1, leader changed from <none> to f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196). New cstate: current_term: 1 leader_uuid: "f37a0ef3c7064654bb15a551ef220e1a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:06.593583  3634 raft_consensus.cc:697] T 4654c9ab63a44a5abf8e200986c713ef P 211b7a7d10c048edacf61338100d86a5 [term 1 LEADER]: Becoming Leader. State: Replica: 211b7a7d10c048edacf61338100d86a5, State: Running, Role: LEADER
I20260608 12:39:06.594218  3587 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4654c9ab63a44a5abf8e200986c713ef" candidate_uuid: "211b7a7d10c048edacf61338100d86a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83d7e815809c4801a2c5db3bdf8543db"
I20260608 12:39:06.594442  3634 consensus_queue.cc:237] T 4654c9ab63a44a5abf8e200986c713ef P 211b7a7d10c048edacf61338100d86a5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:06.594878  3587 raft_consensus.cc:3060] T 4654c9ab63a44a5abf8e200986c713ef P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:06.604194  3781 tablet_bootstrap.cc:654] T ab6c9d94d73a45f988b664712c352a0c P f37a0ef3c7064654bb15a551ef220e1a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:06.608731  3587 raft_consensus.cc:2468] T 4654c9ab63a44a5abf8e200986c713ef P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 211b7a7d10c048edacf61338100d86a5 in term 1.
I20260608 12:39:06.616227  3334 catalog_manager.cc:5696] T 4654c9ab63a44a5abf8e200986c713ef P 211b7a7d10c048edacf61338100d86a5 reported cstate change: term changed from 0 to 1, leader changed from <none> to 211b7a7d10c048edacf61338100d86a5 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "211b7a7d10c048edacf61338100d86a5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:06.621968  3781 tablet_bootstrap.cc:492] T ab6c9d94d73a45f988b664712c352a0c P f37a0ef3c7064654bb15a551ef220e1a: No bootstrap required, opened a new log
I20260608 12:39:06.622566  3781 ts_tablet_manager.cc:1403] T ab6c9d94d73a45f988b664712c352a0c P f37a0ef3c7064654bb15a551ef220e1a: Time spent bootstrapping tablet: real 0.065s	user 0.006s	sys 0.010s
I20260608 12:39:06.625633  3781 raft_consensus.cc:359] T ab6c9d94d73a45f988b664712c352a0c P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } }
I20260608 12:39:06.626402  3781 raft_consensus.cc:385] T ab6c9d94d73a45f988b664712c352a0c P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.626856  3781 raft_consensus.cc:740] T ab6c9d94d73a45f988b664712c352a0c P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f37a0ef3c7064654bb15a551ef220e1a, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.626446  3634 consensus_queue.cc:1048] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:06.628298  3781 consensus_queue.cc:260] T ab6c9d94d73a45f988b664712c352a0c P f37a0ef3c7064654bb15a551ef220e1a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } }
I20260608 12:39:06.630067  3336 catalog_manager.cc:5696] T 84de205bb3df42d69cc622b10dd0b893 P f37a0ef3c7064654bb15a551ef220e1a reported cstate change: term changed from 0 to 1, leader changed from <none> to f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196). New cstate: current_term: 1 leader_uuid: "f37a0ef3c7064654bb15a551ef220e1a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:06.630898  3781 ts_tablet_manager.cc:1434] T ab6c9d94d73a45f988b664712c352a0c P f37a0ef3c7064654bb15a551ef220e1a: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.004s
I20260608 12:39:06.632495  3781 tablet_bootstrap.cc:492] T 4e4eab123ea14fd4bb292a59a31e33da P f37a0ef3c7064654bb15a551ef220e1a: Bootstrap starting.
I20260608 12:39:06.638517  3781 tablet_bootstrap.cc:654] T 4e4eab123ea14fd4bb292a59a31e33da P f37a0ef3c7064654bb15a551ef220e1a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:06.640563  3336 catalog_manager.cc:5696] T 5541af32599a4c9db995da38d9d621e5 P f37a0ef3c7064654bb15a551ef220e1a reported cstate change: term changed from 0 to 1, leader changed from <none> to f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196). New cstate: current_term: 1 leader_uuid: "f37a0ef3c7064654bb15a551ef220e1a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:06.649849  3781 tablet_bootstrap.cc:492] T 4e4eab123ea14fd4bb292a59a31e33da P f37a0ef3c7064654bb15a551ef220e1a: No bootstrap required, opened a new log
I20260608 12:39:06.650336  3781 ts_tablet_manager.cc:1403] T 4e4eab123ea14fd4bb292a59a31e33da P f37a0ef3c7064654bb15a551ef220e1a: Time spent bootstrapping tablet: real 0.018s	user 0.009s	sys 0.004s
I20260608 12:39:06.652971  3781 raft_consensus.cc:359] T 4e4eab123ea14fd4bb292a59a31e33da P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:06.653586  3781 raft_consensus.cc:385] T 4e4eab123ea14fd4bb292a59a31e33da P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.653843  3781 raft_consensus.cc:740] T 4e4eab123ea14fd4bb292a59a31e33da P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f37a0ef3c7064654bb15a551ef220e1a, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.654595  3781 consensus_queue.cc:260] T 4e4eab123ea14fd4bb292a59a31e33da P f37a0ef3c7064654bb15a551ef220e1a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:06.656704  3781 ts_tablet_manager.cc:1434] T 4e4eab123ea14fd4bb292a59a31e33da P f37a0ef3c7064654bb15a551ef220e1a: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260608 12:39:06.697065  3641 raft_consensus.cc:493] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:06.697506  3641 raft_consensus.cc:515] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } }
I20260608 12:39:06.699106  3641 leader_election.cc:290] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196:38727), 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921)
I20260608 12:39:06.699926  3733 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ab6c9d94d73a45f988b664712c352a0c" candidate_uuid: "71a553ca1d8b4b999f3d8474e011c415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f37a0ef3c7064654bb15a551ef220e1a" is_pre_election: true
I20260608 12:39:06.700119  3587 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ab6c9d94d73a45f988b664712c352a0c" candidate_uuid: "71a553ca1d8b4b999f3d8474e011c415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83d7e815809c4801a2c5db3bdf8543db" is_pre_election: true
I20260608 12:39:06.700577  3733 raft_consensus.cc:2468] T ab6c9d94d73a45f988b664712c352a0c P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 71a553ca1d8b4b999f3d8474e011c415 in term 0.
I20260608 12:39:06.700711  3587 raft_consensus.cc:2468] T ab6c9d94d73a45f988b664712c352a0c P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 71a553ca1d8b4b999f3d8474e011c415 in term 0.
I20260608 12:39:06.701540  3403 leader_election.cc:304] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 71a553ca1d8b4b999f3d8474e011c415, f37a0ef3c7064654bb15a551ef220e1a; no voters: 
I20260608 12:39:06.702154  3641 raft_consensus.cc:2804] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:06.702512  3641 raft_consensus.cc:493] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:06.702805  3641 raft_consensus.cc:3060] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:06.708181  3641 raft_consensus.cc:515] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } }
I20260608 12:39:06.710286  3641 leader_election.cc:290] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [CANDIDATE]: Term 1 election: Requested vote from peers f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196:38727), 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921)
I20260608 12:39:06.711042  3733 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ab6c9d94d73a45f988b664712c352a0c" candidate_uuid: "71a553ca1d8b4b999f3d8474e011c415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f37a0ef3c7064654bb15a551ef220e1a"
I20260608 12:39:06.711367  3587 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ab6c9d94d73a45f988b664712c352a0c" candidate_uuid: "71a553ca1d8b4b999f3d8474e011c415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83d7e815809c4801a2c5db3bdf8543db"
I20260608 12:39:06.711532  3733 raft_consensus.cc:3060] T ab6c9d94d73a45f988b664712c352a0c P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:06.711869  3587 raft_consensus.cc:3060] T ab6c9d94d73a45f988b664712c352a0c P 83d7e815809c4801a2c5db3bdf8543db [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:06.716373  3733 raft_consensus.cc:2468] T ab6c9d94d73a45f988b664712c352a0c P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 71a553ca1d8b4b999f3d8474e011c415 in term 1.
I20260608 12:39:06.716537  3587 raft_consensus.cc:2468] T ab6c9d94d73a45f988b664712c352a0c P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 71a553ca1d8b4b999f3d8474e011c415 in term 1.
I20260608 12:39:06.717329  3403 leader_election.cc:304] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 71a553ca1d8b4b999f3d8474e011c415, f37a0ef3c7064654bb15a551ef220e1a; no voters: 
I20260608 12:39:06.718048  3659 raft_consensus.cc:2804] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:06.718537  3659 raft_consensus.cc:697] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [term 1 LEADER]: Becoming Leader. State: Replica: 71a553ca1d8b4b999f3d8474e011c415, State: Running, Role: LEADER
I20260608 12:39:06.719135  3659 consensus_queue.cc:237] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } }
I20260608 12:39:06.725633  3334 catalog_manager.cc:5696] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 reported cstate change: term changed from 0 to 1, leader changed from <none> to 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "71a553ca1d8b4b999f3d8474e011c415" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:06.806746  3823 raft_consensus.cc:493] T 4e4eab123ea14fd4bb292a59a31e33da P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:06.807180  3823 raft_consensus.cc:515] T 4e4eab123ea14fd4bb292a59a31e33da P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } }
I20260608 12:39:06.808869  3823 leader_election.cc:290] T 4e4eab123ea14fd4bb292a59a31e33da P f37a0ef3c7064654bb15a551ef220e1a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441), 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921)
I20260608 12:39:06.809579  3435 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4e4eab123ea14fd4bb292a59a31e33da" candidate_uuid: "f37a0ef3c7064654bb15a551ef220e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71a553ca1d8b4b999f3d8474e011c415" is_pre_election: true
I20260608 12:39:06.809831  3587 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4e4eab123ea14fd4bb292a59a31e33da" candidate_uuid: "f37a0ef3c7064654bb15a551ef220e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83d7e815809c4801a2c5db3bdf8543db" is_pre_election: true
I20260608 12:39:06.810191  3435 raft_consensus.cc:2393] T 4e4eab123ea14fd4bb292a59a31e33da P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate f37a0ef3c7064654bb15a551ef220e1a in current term 1: Already voted for candidate 83d7e815809c4801a2c5db3bdf8543db in this term.
I20260608 12:39:06.811208  3699 leader_election.cc:304] T 4e4eab123ea14fd4bb292a59a31e33da P f37a0ef3c7064654bb15a551ef220e1a [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: f37a0ef3c7064654bb15a551ef220e1a; no voters: 71a553ca1d8b4b999f3d8474e011c415, 83d7e815809c4801a2c5db3bdf8543db
I20260608 12:39:06.811887  3823 raft_consensus.cc:3060] T 4e4eab123ea14fd4bb292a59a31e33da P f37a0ef3c7064654bb15a551ef220e1a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:06.817395  3823 raft_consensus.cc:2749] T 4e4eab123ea14fd4bb292a59a31e33da P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:06.967106  3823 consensus_queue.cc:1048] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P f37a0ef3c7064654bb15a551ef220e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:06.977777  3823 consensus_queue.cc:1048] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P f37a0ef3c7064654bb15a551ef220e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:06.991076  3778 consensus_queue.cc:1048] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:06.997388  3640 consensus_queue.cc:1048] T 4e4eab123ea14fd4bb292a59a31e33da P 83d7e815809c4801a2c5db3bdf8543db [LEADER]: Connected to new peer: Peer: permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.003s
I20260608 12:39:07.001184  3634 consensus_queue.cc:1048] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:07.033308  3791 consensus_queue.cc:1048] T 5541af32599a4c9db995da38d9d621e5 P f37a0ef3c7064654bb15a551ef220e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:07.035372  3846 consensus_queue.cc:1048] T 4e4eab123ea14fd4bb292a59a31e33da P 83d7e815809c4801a2c5db3bdf8543db [LEADER]: Connected to new peer: Peer: permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:07.053977  3791 consensus_queue.cc:1048] T 5541af32599a4c9db995da38d9d621e5 P f37a0ef3c7064654bb15a551ef220e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:07.059602  3791 consensus_queue.cc:1048] T 84de205bb3df42d69cc622b10dd0b893 P f37a0ef3c7064654bb15a551ef220e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:07.068738  3389 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
I20260608 12:39:07.076838  3820 consensus_queue.cc:1048] T 84de205bb3df42d69cc622b10dd0b893 P f37a0ef3c7064654bb15a551ef220e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:07.123061  3659 consensus_queue.cc:1048] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:07.127856  3513 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "74f4dafc67144b3eb4f406d6a5abaee4"
dest_uuid: "211b7a7d10c048edacf61338100d86a5"
mode: GRACEFUL
new_leader_uuid: "71a553ca1d8b4b999f3d8474e011c415"
 from {username='slave'} at 127.0.0.1:47688
I20260608 12:39:07.128646  3513 raft_consensus.cc:606] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5 [term 1 LEADER]: Received request to transfer leadership to TS 71a553ca1d8b4b999f3d8474e011c415
I20260608 12:39:07.130180  3389 auto_leader_rebalancer.cc:388] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 1
I20260608 12:39:07.130988  3389 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:07.132477  3585 consensus_queue.cc:237] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [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: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } }
I20260608 12:39:07.138748  3641 consensus_queue.cc:1048] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:07.140765  3634 consensus_queue.cc:1048] T 4654c9ab63a44a5abf8e200986c713ef P 211b7a7d10c048edacf61338100d86a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:07.141912  3435 raft_consensus.cc:1275] T 257d42f956df43dca67b4a55a3843569 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Refusing update from remote peer 83d7e815809c4801a2c5db3bdf8543db: 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:07.145267  3552 consensus_peers.cc:597] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db -> Peer f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196:38727): Couldn't send request to peer f37a0ef3c7064654bb15a551ef220e1a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 257d42f956df43dca67b4a55a3843569. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:07.153097  3640 consensus_queue.cc:1048] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [LEADER]: Connected to new peer: Peer: permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } 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:07.168351  3513 raft_consensus.cc:1275] T 257d42f956df43dca67b4a55a3843569 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Refusing update from remote peer 83d7e815809c4801a2c5db3bdf8543db: 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:07.170015  3846 consensus_queue.cc:1048] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [LEADER]: Connected to new peer: Peer: permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.002s
I20260608 12:39:07.182164  3438 raft_consensus.cc:2955] T 257d42f956df43dca67b4a55a3843569 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } } }
I20260608 12:39:07.186930  3836 consensus_queue.cc:1048] T 4654c9ab63a44a5abf8e200986c713ef P 211b7a7d10c048edacf61338100d86a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:07.189134  3846 raft_consensus.cc:2955] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } } }
I20260608 12:39:07.213687  3335 catalog_manager.cc:5696] T 257d42f956df43dca67b4a55a3843569 P 71a553ca1d8b4b999f3d8474e011c415 reported cstate change: config changed from index -1 to 2, NON_VOTER f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "83d7e815809c4801a2c5db3bdf8543db" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } } }
I20260608 12:39:07.226743  3513 raft_consensus.cc:2955] T 257d42f956df43dca67b4a55a3843569 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } } }
I20260608 12:39:07.276103  3438 consensus_queue.cc:237] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [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: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } }
W20260608 12:39:07.282846  3403 consensus_peers.cc:597] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 -> Peer f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196:38727): Couldn't send request to peer f37a0ef3c7064654bb15a551ef220e1a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 424c9d21672e4b8284dfa62fa133e2e1. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:07.283239  3513 raft_consensus.cc:1275] T 424c9d21672e4b8284dfa62fa133e2e1 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Refusing update from remote peer 71a553ca1d8b4b999f3d8474e011c415: 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:07.282804  3584 raft_consensus.cc:1275] T 424c9d21672e4b8284dfa62fa133e2e1 P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Refusing update from remote peer 71a553ca1d8b4b999f3d8474e011c415: 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:07.284545  3659 consensus_queue.cc:1048] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } 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:07.285324  3641 consensus_queue.cc:1048] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:07.294011  3659 raft_consensus.cc:2955] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } } }
I20260608 12:39:07.295241  3513 raft_consensus.cc:2955] T 424c9d21672e4b8284dfa62fa133e2e1 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } } }
I20260608 12:39:07.295840  3584 raft_consensus.cc:2955] T 424c9d21672e4b8284dfa62fa133e2e1 P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } } }
I20260608 12:39:07.308130  3336 catalog_manager.cc:5696] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 reported cstate change: config changed from index -1 to 2, NON_VOTER f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "71a553ca1d8b4b999f3d8474e011c415" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:07.313519  3438 consensus_queue.cc:237] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [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: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { replace: true } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } }
I20260608 12:39:07.321242  3513 raft_consensus.cc:1275] T fdddb217c5a447e981dd3b5f2ca667b2 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Refusing update from remote peer 71a553ca1d8b4b999f3d8474e011c415: 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:07.322119  3584 raft_consensus.cc:1275] T fdddb217c5a447e981dd3b5f2ca667b2 P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Refusing update from remote peer 71a553ca1d8b4b999f3d8474e011c415: 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:07.321810  3403 consensus_peers.cc:597] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 -> Peer f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196:38727): Couldn't send request to peer f37a0ef3c7064654bb15a551ef220e1a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: fdddb217c5a447e981dd3b5f2ca667b2. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:07.324051  3641 consensus_queue.cc:1048] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:07.324928  3659 consensus_queue.cc:1048] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } 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:07.333331  3873 raft_consensus.cc:2955] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { replace: true } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } } }
I20260608 12:39:07.334968  3513 raft_consensus.cc:2955] T fdddb217c5a447e981dd3b5f2ca667b2 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { replace: true } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } } }
I20260608 12:39:07.335273  3584 raft_consensus.cc:2955] T fdddb217c5a447e981dd3b5f2ca667b2 P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { replace: true } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } } }
I20260608 12:39:07.346580  3336 catalog_manager.cc:5696] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 reported cstate change: config changed from index -1 to 2, NON_VOTER f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "71a553ca1d8b4b999f3d8474e011c415" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:07.346688  3586 consensus_queue.cc:237] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [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: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } attrs { replace: true } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } }
W20260608 12:39:07.355474  3552 consensus_peers.cc:597] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db -> Peer f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196:38727): Couldn't send request to peer f37a0ef3c7064654bb15a551ef220e1a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: a524fb86a77e4b6d91226276d4e35b7e. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:07.355819  3513 raft_consensus.cc:1275] T a524fb86a77e4b6d91226276d4e35b7e P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Refusing update from remote peer 83d7e815809c4801a2c5db3bdf8543db: 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:07.357188  3866 consensus_queue.cc:1048] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [LEADER]: Connected to new peer: Peer: permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:07.360078  3438 raft_consensus.cc:1275] T a524fb86a77e4b6d91226276d4e35b7e P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Refusing update from remote peer 83d7e815809c4801a2c5db3bdf8543db: 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:07.361756  3866 consensus_queue.cc:1048] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [LEADER]: Connected to new peer: Peer: permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } 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:07.368166  3864 raft_consensus.cc:2955] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } attrs { replace: true } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } } }
I20260608 12:39:07.369545  3513 raft_consensus.cc:2955] T a524fb86a77e4b6d91226276d4e35b7e P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } attrs { replace: true } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } } }
I20260608 12:39:07.371871  3438 raft_consensus.cc:2955] T a524fb86a77e4b6d91226276d4e35b7e P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } attrs { replace: true } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } } }
I20260608 12:39:07.383059  3336 catalog_manager.cc:5696] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db reported cstate change: config changed from index -1 to 2, NON_VOTER f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "83d7e815809c4801a2c5db3bdf8543db" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:07.461401  3634 raft_consensus.cc:993] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5: : Instructing follower 71a553ca1d8b4b999f3d8474e011c415 to start an election
I20260608 12:39:07.462433  3836 raft_consensus.cc:1081] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5 [term 1 LEADER]: Signalling peer 71a553ca1d8b4b999f3d8474e011c415 to start an election
I20260608 12:39:07.468062  3438 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "74f4dafc67144b3eb4f406d6a5abaee4"
dest_uuid: "71a553ca1d8b4b999f3d8474e011c415"
 from {username='slave'} at 127.0.0.1:46538
I20260608 12:39:07.469129  3438 raft_consensus.cc:493] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:39:07.469645  3438 raft_consensus.cc:3060] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:07.479102  3438 raft_consensus.cc:515] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:07.482930  3734 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "74f4dafc67144b3eb4f406d6a5abaee4" candidate_uuid: "71a553ca1d8b4b999f3d8474e011c415" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "f37a0ef3c7064654bb15a551ef220e1a"
I20260608 12:39:07.483779  3734 raft_consensus.cc:3060] T 74f4dafc67144b3eb4f406d6a5abaee4 P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:07.483968  3438 leader_election.cc:290] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415 [CANDIDATE]: Term 2 election: Requested vote from peers f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196:38727), 211b7a7d10c048edacf61338100d86a5 (127.0.107.194:33981)
I20260608 12:39:07.490962  3734 raft_consensus.cc:2468] T 74f4dafc67144b3eb4f406d6a5abaee4 P f37a0ef3c7064654bb15a551ef220e1a [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 71a553ca1d8b4b999f3d8474e011c415 in term 2.
I20260608 12:39:07.492867  3513 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "74f4dafc67144b3eb4f406d6a5abaee4" candidate_uuid: "71a553ca1d8b4b999f3d8474e011c415" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "211b7a7d10c048edacf61338100d86a5"
I20260608 12:39:07.493527  3513 raft_consensus.cc:3055] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:39:07.493866  3513 raft_consensus.cc:740] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 211b7a7d10c048edacf61338100d86a5, State: Running, Role: LEADER
I20260608 12:39:07.494804  3513 consensus_queue.cc:260] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5 [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: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:07.493366  3403 leader_election.cc:304] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415 [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: 71a553ca1d8b4b999f3d8474e011c415, f37a0ef3c7064654bb15a551ef220e1a; no voters: 
I20260608 12:39:07.496162  3513 raft_consensus.cc:3060] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:07.497519  3659 raft_consensus.cc:2804] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:39:07.498132  3659 raft_consensus.cc:697] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415 [term 2 LEADER]: Becoming Leader. State: Replica: 71a553ca1d8b4b999f3d8474e011c415, State: Running, Role: LEADER
I20260608 12:39:07.499253  3659 consensus_queue.cc:237] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415 [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: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } }
I20260608 12:39:07.507499  3513 raft_consensus.cc:2468] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 71a553ca1d8b4b999f3d8474e011c415 in term 2.
I20260608 12:39:07.512888  3335 catalog_manager.cc:5696] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415 reported cstate change: term changed from 1 to 2, leader changed from 211b7a7d10c048edacf61338100d86a5 (127.0.107.194) to 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193). New cstate: current_term: 2 leader_uuid: "71a553ca1d8b4b999f3d8474e011c415" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:07.589392  3881 ts_tablet_manager.cc:933] T 257d42f956df43dca67b4a55a3843569 P f37a0ef3c7064654bb15a551ef220e1a: Initiating tablet copy from peer 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921)
I20260608 12:39:07.591751  3881 tablet_copy_client.cc:323] T 257d42f956df43dca67b4a55a3843569 P f37a0ef3c7064654bb15a551ef220e1a: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:39921
I20260608 12:39:07.593567  3597 tablet_copy_service.cc:140] P 83d7e815809c4801a2c5db3bdf8543db: Received BeginTabletCopySession request for tablet 257d42f956df43dca67b4a55a3843569 from peer f37a0ef3c7064654bb15a551ef220e1a ({username='slave'} at 127.0.0.1:39466)
I20260608 12:39:07.594043  3597 tablet_copy_service.cc:161] P 83d7e815809c4801a2c5db3bdf8543db: Beginning new tablet copy session on tablet 257d42f956df43dca67b4a55a3843569 from peer f37a0ef3c7064654bb15a551ef220e1a at {username='slave'} at 127.0.0.1:39466: session id = f37a0ef3c7064654bb15a551ef220e1a-257d42f956df43dca67b4a55a3843569
I20260608 12:39:07.599545  3597 tablet_copy_source_session.cc:215] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:07.602293  3881 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 257d42f956df43dca67b4a55a3843569. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:07.614764  3881 tablet_copy_client.cc:806] T 257d42f956df43dca67b4a55a3843569 P f37a0ef3c7064654bb15a551ef220e1a: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:07.615314  3881 tablet_copy_client.cc:670] T 257d42f956df43dca67b4a55a3843569 P f37a0ef3c7064654bb15a551ef220e1a: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:07.618981  3881 tablet_copy_client.cc:538] T 257d42f956df43dca67b4a55a3843569 P f37a0ef3c7064654bb15a551ef220e1a: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:07.625800  3881 tablet_bootstrap.cc:492] T 257d42f956df43dca67b4a55a3843569 P f37a0ef3c7064654bb15a551ef220e1a: Bootstrap starting.
I20260608 12:39:07.644603  3881 tablet_bootstrap.cc:492] T 257d42f956df43dca67b4a55a3843569 P f37a0ef3c7064654bb15a551ef220e1a: 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:07.645509  3881 tablet_bootstrap.cc:492] T 257d42f956df43dca67b4a55a3843569 P f37a0ef3c7064654bb15a551ef220e1a: Bootstrap complete.
I20260608 12:39:07.646203  3881 ts_tablet_manager.cc:1403] T 257d42f956df43dca67b4a55a3843569 P f37a0ef3c7064654bb15a551ef220e1a: Time spent bootstrapping tablet: real 0.021s	user 0.015s	sys 0.005s
I20260608 12:39:07.648559  3881 raft_consensus.cc:359] T 257d42f956df43dca67b4a55a3843569 P f37a0ef3c7064654bb15a551ef220e1a [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } }
I20260608 12:39:07.649189  3881 raft_consensus.cc:740] T 257d42f956df43dca67b4a55a3843569 P f37a0ef3c7064654bb15a551ef220e1a [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: f37a0ef3c7064654bb15a551ef220e1a, State: Initialized, Role: LEARNER
I20260608 12:39:07.649770  3881 consensus_queue.cc:260] T 257d42f956df43dca67b4a55a3843569 P f37a0ef3c7064654bb15a551ef220e1a [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: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } }
I20260608 12:39:07.652056  3881 ts_tablet_manager.cc:1434] T 257d42f956df43dca67b4a55a3843569 P f37a0ef3c7064654bb15a551ef220e1a: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 12:39:07.653805  3597 tablet_copy_service.cc:342] P 83d7e815809c4801a2c5db3bdf8543db: Request end of tablet copy session f37a0ef3c7064654bb15a551ef220e1a-257d42f956df43dca67b4a55a3843569 received from {username='slave'} at 127.0.0.1:39466
I20260608 12:39:07.654239  3597 tablet_copy_service.cc:434] P 83d7e815809c4801a2c5db3bdf8543db: ending tablet copy session f37a0ef3c7064654bb15a551ef220e1a-257d42f956df43dca67b4a55a3843569 on tablet 257d42f956df43dca67b4a55a3843569 with peer f37a0ef3c7064654bb15a551ef220e1a
I20260608 12:39:07.851374  3881 ts_tablet_manager.cc:933] T fdddb217c5a447e981dd3b5f2ca667b2 P f37a0ef3c7064654bb15a551ef220e1a: Initiating tablet copy from peer 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441)
I20260608 12:39:07.853026  3881 tablet_copy_client.cc:323] T fdddb217c5a447e981dd3b5f2ca667b2 P f37a0ef3c7064654bb15a551ef220e1a: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:36441
I20260608 12:39:07.854732  3448 tablet_copy_service.cc:140] P 71a553ca1d8b4b999f3d8474e011c415: Received BeginTabletCopySession request for tablet fdddb217c5a447e981dd3b5f2ca667b2 from peer f37a0ef3c7064654bb15a551ef220e1a ({username='slave'} at 127.0.0.1:46558)
I20260608 12:39:07.855194  3448 tablet_copy_service.cc:161] P 71a553ca1d8b4b999f3d8474e011c415: Beginning new tablet copy session on tablet fdddb217c5a447e981dd3b5f2ca667b2 from peer f37a0ef3c7064654bb15a551ef220e1a at {username='slave'} at 127.0.0.1:46558: session id = f37a0ef3c7064654bb15a551ef220e1a-fdddb217c5a447e981dd3b5f2ca667b2
I20260608 12:39:07.861171  3448 tablet_copy_source_session.cc:215] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:07.864341  3881 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fdddb217c5a447e981dd3b5f2ca667b2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:07.879134  3881 tablet_copy_client.cc:806] T fdddb217c5a447e981dd3b5f2ca667b2 P f37a0ef3c7064654bb15a551ef220e1a: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:07.879668  3881 tablet_copy_client.cc:670] T fdddb217c5a447e981dd3b5f2ca667b2 P f37a0ef3c7064654bb15a551ef220e1a: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:07.883510  3881 tablet_copy_client.cc:538] T fdddb217c5a447e981dd3b5f2ca667b2 P f37a0ef3c7064654bb15a551ef220e1a: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:07.889706  3881 tablet_bootstrap.cc:492] T fdddb217c5a447e981dd3b5f2ca667b2 P f37a0ef3c7064654bb15a551ef220e1a: Bootstrap starting.
I20260608 12:39:07.894124  3886 ts_tablet_manager.cc:933] T a524fb86a77e4b6d91226276d4e35b7e P f37a0ef3c7064654bb15a551ef220e1a: Initiating tablet copy from peer 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921)
I20260608 12:39:07.910472  3888 ts_tablet_manager.cc:933] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a: Initiating tablet copy from peer 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441)
I20260608 12:39:07.910578  3886 tablet_copy_client.cc:323] T a524fb86a77e4b6d91226276d4e35b7e P f37a0ef3c7064654bb15a551ef220e1a: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:39921
I20260608 12:39:07.912578  3597 tablet_copy_service.cc:140] P 83d7e815809c4801a2c5db3bdf8543db: Received BeginTabletCopySession request for tablet a524fb86a77e4b6d91226276d4e35b7e from peer f37a0ef3c7064654bb15a551ef220e1a ({username='slave'} at 127.0.0.1:39466)
I20260608 12:39:07.913184  3597 tablet_copy_service.cc:161] P 83d7e815809c4801a2c5db3bdf8543db: Beginning new tablet copy session on tablet a524fb86a77e4b6d91226276d4e35b7e from peer f37a0ef3c7064654bb15a551ef220e1a at {username='slave'} at 127.0.0.1:39466: session id = f37a0ef3c7064654bb15a551ef220e1a-a524fb86a77e4b6d91226276d4e35b7e
I20260608 12:39:07.913489  3888 tablet_copy_client.cc:323] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:36441
I20260608 12:39:07.915288  3448 tablet_copy_service.cc:140] P 71a553ca1d8b4b999f3d8474e011c415: Received BeginTabletCopySession request for tablet 424c9d21672e4b8284dfa62fa133e2e1 from peer f37a0ef3c7064654bb15a551ef220e1a ({username='slave'} at 127.0.0.1:46558)
I20260608 12:39:07.915808  3448 tablet_copy_service.cc:161] P 71a553ca1d8b4b999f3d8474e011c415: Beginning new tablet copy session on tablet 424c9d21672e4b8284dfa62fa133e2e1 from peer f37a0ef3c7064654bb15a551ef220e1a at {username='slave'} at 127.0.0.1:46558: session id = f37a0ef3c7064654bb15a551ef220e1a-424c9d21672e4b8284dfa62fa133e2e1
I20260608 12:39:07.918649  3881 tablet_bootstrap.cc:492] T fdddb217c5a447e981dd3b5f2ca667b2 P f37a0ef3c7064654bb15a551ef220e1a: 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:07.919560  3881 tablet_bootstrap.cc:492] T fdddb217c5a447e981dd3b5f2ca667b2 P f37a0ef3c7064654bb15a551ef220e1a: Bootstrap complete.
I20260608 12:39:07.920246  3881 ts_tablet_manager.cc:1403] T fdddb217c5a447e981dd3b5f2ca667b2 P f37a0ef3c7064654bb15a551ef220e1a: Time spent bootstrapping tablet: real 0.031s	user 0.005s	sys 0.017s
I20260608 12:39:07.920670  3597 tablet_copy_source_session.cc:215] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:07.923203  3448 tablet_copy_source_session.cc:215] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:07.923945  3886 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a524fb86a77e4b6d91226276d4e35b7e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:07.927589  3888 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 424c9d21672e4b8284dfa62fa133e2e1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:07.927307  3881 raft_consensus.cc:359] T fdddb217c5a447e981dd3b5f2ca667b2 P f37a0ef3c7064654bb15a551ef220e1a [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { replace: true } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } }
I20260608 12:39:07.928256  3881 raft_consensus.cc:740] T fdddb217c5a447e981dd3b5f2ca667b2 P f37a0ef3c7064654bb15a551ef220e1a [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: f37a0ef3c7064654bb15a551ef220e1a, State: Initialized, Role: LEARNER
I20260608 12:39:07.929019  3881 consensus_queue.cc:260] T fdddb217c5a447e981dd3b5f2ca667b2 P f37a0ef3c7064654bb15a551ef220e1a [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: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { replace: true } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } }
I20260608 12:39:07.934449  3734 raft_consensus.cc:1275] T 74f4dafc67144b3eb4f406d6a5abaee4 P f37a0ef3c7064654bb15a551ef220e1a [term 2 FOLLOWER]: Refusing update from remote peer 71a553ca1d8b4b999f3d8474e011c415: 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:07.935978  3873 consensus_queue.cc:1048] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:39:07.945816  3888 tablet_copy_client.cc:806] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:07.946424  3888 tablet_copy_client.cc:670] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:07.946864  3881 ts_tablet_manager.cc:1434] T fdddb217c5a447e981dd3b5f2ca667b2 P f37a0ef3c7064654bb15a551ef220e1a: Time spent starting tablet: real 0.026s	user 0.003s	sys 0.004s
I20260608 12:39:07.950469  3888 tablet_copy_client.cc:538] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:07.952095  3448 tablet_copy_service.cc:342] P 71a553ca1d8b4b999f3d8474e011c415: Request end of tablet copy session f37a0ef3c7064654bb15a551ef220e1a-fdddb217c5a447e981dd3b5f2ca667b2 received from {username='slave'} at 127.0.0.1:46558
I20260608 12:39:07.952571  3448 tablet_copy_service.cc:434] P 71a553ca1d8b4b999f3d8474e011c415: ending tablet copy session f37a0ef3c7064654bb15a551ef220e1a-fdddb217c5a447e981dd3b5f2ca667b2 on tablet fdddb217c5a447e981dd3b5f2ca667b2 with peer f37a0ef3c7064654bb15a551ef220e1a
I20260608 12:39:07.955796  3513 raft_consensus.cc:1275] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5 [term 2 FOLLOWER]: Refusing update from remote peer 71a553ca1d8b4b999f3d8474e011c415: 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:07.957672  3659 consensus_queue.cc:1048] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:07.967700  3888 tablet_bootstrap.cc:492] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a: Bootstrap starting.
I20260608 12:39:07.972034  3886 tablet_copy_client.cc:806] T a524fb86a77e4b6d91226276d4e35b7e P f37a0ef3c7064654bb15a551ef220e1a: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:07.972676  3886 tablet_copy_client.cc:670] T a524fb86a77e4b6d91226276d4e35b7e P f37a0ef3c7064654bb15a551ef220e1a: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:07.981408  3886 tablet_copy_client.cc:538] T a524fb86a77e4b6d91226276d4e35b7e P f37a0ef3c7064654bb15a551ef220e1a: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:07.991838  3886 tablet_bootstrap.cc:492] T a524fb86a77e4b6d91226276d4e35b7e P f37a0ef3c7064654bb15a551ef220e1a: Bootstrap starting.
I20260608 12:39:08.000519  3888 tablet_bootstrap.cc:492] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a: 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:08.001395  3888 tablet_bootstrap.cc:492] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a: Bootstrap complete.
I20260608 12:39:08.002075  3888 ts_tablet_manager.cc:1403] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a: Time spent bootstrapping tablet: real 0.035s	user 0.031s	sys 0.003s
I20260608 12:39:08.005242  3888 raft_consensus.cc:359] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } }
I20260608 12:39:08.006110  3888 raft_consensus.cc:740] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: f37a0ef3c7064654bb15a551ef220e1a, State: Initialized, Role: LEARNER
I20260608 12:39:08.006834  3888 consensus_queue.cc:260] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a [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: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } }
I20260608 12:39:08.009718  3888 ts_tablet_manager.cc:1434] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:39:08.010689  3886 tablet_bootstrap.cc:492] T a524fb86a77e4b6d91226276d4e35b7e P f37a0ef3c7064654bb15a551ef220e1a: 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:08.011435  3448 tablet_copy_service.cc:342] P 71a553ca1d8b4b999f3d8474e011c415: Request end of tablet copy session f37a0ef3c7064654bb15a551ef220e1a-424c9d21672e4b8284dfa62fa133e2e1 received from {username='slave'} at 127.0.0.1:46558
I20260608 12:39:08.011546  3886 tablet_bootstrap.cc:492] T a524fb86a77e4b6d91226276d4e35b7e P f37a0ef3c7064654bb15a551ef220e1a: Bootstrap complete.
I20260608 12:39:08.011905  3448 tablet_copy_service.cc:434] P 71a553ca1d8b4b999f3d8474e011c415: ending tablet copy session f37a0ef3c7064654bb15a551ef220e1a-424c9d21672e4b8284dfa62fa133e2e1 on tablet 424c9d21672e4b8284dfa62fa133e2e1 with peer f37a0ef3c7064654bb15a551ef220e1a
I20260608 12:39:08.012471  3886 ts_tablet_manager.cc:1403] T a524fb86a77e4b6d91226276d4e35b7e P f37a0ef3c7064654bb15a551ef220e1a: Time spent bootstrapping tablet: real 0.021s	user 0.022s	sys 0.000s
I20260608 12:39:08.015547  3886 raft_consensus.cc:359] T a524fb86a77e4b6d91226276d4e35b7e P f37a0ef3c7064654bb15a551ef220e1a [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } attrs { replace: true } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } }
I20260608 12:39:08.016108  3886 raft_consensus.cc:740] T a524fb86a77e4b6d91226276d4e35b7e P f37a0ef3c7064654bb15a551ef220e1a [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: f37a0ef3c7064654bb15a551ef220e1a, State: Initialized, Role: LEARNER
I20260608 12:39:08.016619  3886 consensus_queue.cc:260] T a524fb86a77e4b6d91226276d4e35b7e P f37a0ef3c7064654bb15a551ef220e1a [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: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } attrs { replace: true } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } }
I20260608 12:39:08.019014  3886 ts_tablet_manager.cc:1434] T a524fb86a77e4b6d91226276d4e35b7e P f37a0ef3c7064654bb15a551ef220e1a: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 12:39:08.020681  3597 tablet_copy_service.cc:342] P 83d7e815809c4801a2c5db3bdf8543db: Request end of tablet copy session f37a0ef3c7064654bb15a551ef220e1a-a524fb86a77e4b6d91226276d4e35b7e received from {username='slave'} at 127.0.0.1:39466
I20260608 12:39:08.021054  3597 tablet_copy_service.cc:434] P 83d7e815809c4801a2c5db3bdf8543db: ending tablet copy session f37a0ef3c7064654bb15a551ef220e1a-a524fb86a77e4b6d91226276d4e35b7e on tablet a524fb86a77e4b6d91226276d4e35b7e with peer f37a0ef3c7064654bb15a551ef220e1a
I20260608 12:39:08.193230  3734 raft_consensus.cc:1217] T 257d42f956df43dca67b4a55a3843569 P f37a0ef3c7064654bb15a551ef220e1a [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:39:08.257385  3734 raft_consensus.cc:1217] T fdddb217c5a447e981dd3b5f2ca667b2 P f37a0ef3c7064654bb15a551ef220e1a [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:39:08.374202  3734 raft_consensus.cc:1217] T a524fb86a77e4b6d91226276d4e35b7e P f37a0ef3c7064654bb15a551ef220e1a [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:39:08.401535  3734 raft_consensus.cc:1217] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:39:08.643369  3896 raft_consensus.cc:1064] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db: attempting to promote NON_VOTER f37a0ef3c7064654bb15a551ef220e1a to VOTER
I20260608 12:39:08.645993  3896 consensus_queue.cc:237] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [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: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } }
I20260608 12:39:08.652186  3734 raft_consensus.cc:1275] T 257d42f956df43dca67b4a55a3843569 P f37a0ef3c7064654bb15a551ef220e1a [term 1 LEARNER]: Refusing update from remote peer 83d7e815809c4801a2c5db3bdf8543db: 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:08.652494  3438 raft_consensus.cc:1275] T 257d42f956df43dca67b4a55a3843569 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Refusing update from remote peer 83d7e815809c4801a2c5db3bdf8543db: 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:08.655628  3513 raft_consensus.cc:1275] T 257d42f956df43dca67b4a55a3843569 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Refusing update from remote peer 83d7e815809c4801a2c5db3bdf8543db: 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:08.656949  3866 consensus_queue.cc:1048] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [LEADER]: Connected to new peer: Peer: permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } 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:39:08.657903  3640 consensus_queue.cc:1048] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [LEADER]: Connected to new peer: Peer: permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } 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:08.658951  3896 consensus_queue.cc:1048] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [LEADER]: Connected to new peer: Peer: permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:08.689613  3896 raft_consensus.cc:2955] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:08.691819  3438 raft_consensus.cc:2955] T 257d42f956df43dca67b4a55a3843569 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:08.693975  3734 raft_consensus.cc:2955] T 257d42f956df43dca67b4a55a3843569 P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:08.701876  3659 raft_consensus.cc:1064] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415: attempting to promote NON_VOTER f37a0ef3c7064654bb15a551ef220e1a to VOTER
I20260608 12:39:08.703845  3513 raft_consensus.cc:2955] T 257d42f956df43dca67b4a55a3843569 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:08.704542  3659 consensus_queue.cc:237] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [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: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { replace: true } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } }
I20260608 12:39:08.709882  3336 catalog_manager.cc:5696] T 257d42f956df43dca67b4a55a3843569 P f37a0ef3c7064654bb15a551ef220e1a reported cstate change: config changed from index 2 to 3, f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "83d7e815809c4801a2c5db3bdf8543db" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:08.727509  3734 raft_consensus.cc:1275] T fdddb217c5a447e981dd3b5f2ca667b2 P f37a0ef3c7064654bb15a551ef220e1a [term 1 LEARNER]: Refusing update from remote peer 71a553ca1d8b4b999f3d8474e011c415: 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:08.732777  3641 consensus_queue.cc:1048] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } 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:39:08.741458  3513 raft_consensus.cc:1275] T fdddb217c5a447e981dd3b5f2ca667b2 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Refusing update from remote peer 71a553ca1d8b4b999f3d8474e011c415: 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:08.742538  3584 raft_consensus.cc:1275] T fdddb217c5a447e981dd3b5f2ca667b2 P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Refusing update from remote peer 71a553ca1d8b4b999f3d8474e011c415: 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:08.743940  3873 consensus_queue.cc:1048] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:08.744989  3659 consensus_queue.cc:1048] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } 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:08.765398  3641 raft_consensus.cc:2955] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { replace: true } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:08.768575  3513 raft_consensus.cc:2955] T fdddb217c5a447e981dd3b5f2ca667b2 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { replace: true } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:08.776137  3584 raft_consensus.cc:2955] T fdddb217c5a447e981dd3b5f2ca667b2 P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { replace: true } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:08.778276  3734 raft_consensus.cc:2955] T fdddb217c5a447e981dd3b5f2ca667b2 P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { replace: true } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:08.798532  3334 catalog_manager.cc:5696] T fdddb217c5a447e981dd3b5f2ca667b2 P 211b7a7d10c048edacf61338100d86a5 reported cstate change: config changed from index 2 to 3, f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "71a553ca1d8b4b999f3d8474e011c415" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { replace: true } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:08.807271  3584 consensus_queue.cc:237] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [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: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } }
I20260608 12:39:08.813887  3734 raft_consensus.cc:1275] T 257d42f956df43dca67b4a55a3843569 P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Refusing update from remote peer 83d7e815809c4801a2c5db3bdf8543db: 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:08.815479  3896 consensus_queue.cc:1048] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [LEADER]: Connected to new peer: Peer: permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } 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:08.817428  3435 consensus_queue.cc:237] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [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: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } }
I20260608 12:39:08.822202  3513 raft_consensus.cc:1275] T 257d42f956df43dca67b4a55a3843569 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Refusing update from remote peer 83d7e815809c4801a2c5db3bdf8543db: 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:08.822992  3640 raft_consensus.cc:2955] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:08.823792  3866 consensus_queue.cc:1048] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [LEADER]: Connected to new peer: Peer: permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:08.834383  3734 raft_consensus.cc:1275] T fdddb217c5a447e981dd3b5f2ca667b2 P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Refusing update from remote peer 71a553ca1d8b4b999f3d8474e011c415: 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:08.834059  3733 raft_consensus.cc:2955] T 257d42f956df43dca67b4a55a3843569 P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:08.828145  3513 raft_consensus.cc:2955] T 257d42f956df43dca67b4a55a3843569 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:08.835863  3641 consensus_queue.cc:1048] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } 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:08.836215  3512 raft_consensus.cc:1275] T fdddb217c5a447e981dd3b5f2ca667b2 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Refusing update from remote peer 71a553ca1d8b4b999f3d8474e011c415: 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:08.840021  3911 consensus_queue.cc:1048] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:08.842656  3873 raft_consensus.cc:2955] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:08.845086  3734 raft_consensus.cc:2955] T fdddb217c5a447e981dd3b5f2ca667b2 P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:08.847357  3335 catalog_manager.cc:5696] T 257d42f956df43dca67b4a55a3843569 P 211b7a7d10c048edacf61338100d86a5 reported cstate change: config changed from index 3 to 4, VOTER 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "83d7e815809c4801a2c5db3bdf8543db" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:08.862047  3866 raft_consensus.cc:1064] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db: attempting to promote NON_VOTER f37a0ef3c7064654bb15a551ef220e1a to VOTER
I20260608 12:39:08.863302  3421 tablet_service.cc:1558] Processing DeleteTablet for tablet 257d42f956df43dca67b4a55a3843569 with delete_type TABLET_DATA_TOMBSTONED (TS 71a553ca1d8b4b999f3d8474e011c415 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:46526
I20260608 12:39:08.864782  3866 consensus_queue.cc:237] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [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: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } attrs { replace: true } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } }
I20260608 12:39:08.865620  3913 tablet_replica.cc:333] T 257d42f956df43dca67b4a55a3843569 P 71a553ca1d8b4b999f3d8474e011c415: stopping tablet replica
I20260608 12:39:08.866875  3913 raft_consensus.cc:2243] T 257d42f956df43dca67b4a55a3843569 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:08.866173  3512 raft_consensus.cc:2955] T fdddb217c5a447e981dd3b5f2ca667b2 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:08.867914  3913 raft_consensus.cc:2272] T 257d42f956df43dca67b4a55a3843569 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:08.869582  3335 catalog_manager.cc:5696] T fdddb217c5a447e981dd3b5f2ca667b2 P f37a0ef3c7064654bb15a551ef220e1a reported cstate change: config changed from index 3 to 4, VOTER 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "71a553ca1d8b4b999f3d8474e011c415" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:08.874081  3321 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet fdddb217c5a447e981dd3b5f2ca667b2 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:39:08.875128  3913 ts_tablet_manager.cc:1916] T 257d42f956df43dca67b4a55a3843569 P 71a553ca1d8b4b999f3d8474e011c415: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:39:08.876906  3322 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 257d42f956df43dca67b4a55a3843569 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:39:08.894567  3577 tablet_service.cc:1558] Processing DeleteTablet for tablet fdddb217c5a447e981dd3b5f2ca667b2 with delete_type TABLET_DATA_TOMBSTONED (TS 83d7e815809c4801a2c5db3bdf8543db not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:39444
I20260608 12:39:08.897399  3913 ts_tablet_manager.cc:1929] T 257d42f956df43dca67b4a55a3843569 P 71a553ca1d8b4b999f3d8474e011c415: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:39:08.897951  3913 log.cc:1199] T 257d42f956df43dca67b4a55a3843569 P 71a553ca1d8b4b999f3d8474e011c415: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922266998516-431-0/minicluster-data/ts-0-root/wals/257d42f956df43dca67b4a55a3843569
I20260608 12:39:08.903035  3659 raft_consensus.cc:1064] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415: attempting to promote NON_VOTER f37a0ef3c7064654bb15a551ef220e1a to VOTER
I20260608 12:39:08.902822  3321 catalog_manager.cc:5027] TS 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441): tablet 257d42f956df43dca67b4a55a3843569 (table range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]) successfully deleted
I20260608 12:39:08.917783  3915 tablet_replica.cc:333] T fdddb217c5a447e981dd3b5f2ca667b2 P 83d7e815809c4801a2c5db3bdf8543db: stopping tablet replica
I20260608 12:39:08.920747  3915 raft_consensus.cc:2243] T fdddb217c5a447e981dd3b5f2ca667b2 P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:08.921639  3915 raft_consensus.cc:2272] T fdddb217c5a447e981dd3b5f2ca667b2 P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:08.922158  3659 consensus_queue.cc:237] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [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: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } }
I20260608 12:39:08.925873  3733 raft_consensus.cc:1275] T a524fb86a77e4b6d91226276d4e35b7e P f37a0ef3c7064654bb15a551ef220e1a [term 1 LEARNER]: Refusing update from remote peer 83d7e815809c4801a2c5db3bdf8543db: 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:08.925921  3512 raft_consensus.cc:1275] T a524fb86a77e4b6d91226276d4e35b7e P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Refusing update from remote peer 83d7e815809c4801a2c5db3bdf8543db: 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:08.928329  3912 consensus_queue.cc:1048] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [LEADER]: Connected to new peer: Peer: permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:08.929309  3915 ts_tablet_manager.cc:1916] T fdddb217c5a447e981dd3b5f2ca667b2 P 83d7e815809c4801a2c5db3bdf8543db: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:39:08.930433  3912 consensus_queue.cc:1048] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [LEADER]: Connected to new peer: Peer: permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } 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:08.940366  3435 raft_consensus.cc:1275] T a524fb86a77e4b6d91226276d4e35b7e P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Refusing update from remote peer 83d7e815809c4801a2c5db3bdf8543db: 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:08.942291  3734 raft_consensus.cc:1275] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a [term 1 LEARNER]: Refusing update from remote peer 71a553ca1d8b4b999f3d8474e011c415: 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:08.945722  3911 consensus_queue.cc:1048] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } 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:08.947341  3513 raft_consensus.cc:1275] T 424c9d21672e4b8284dfa62fa133e2e1 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Refusing update from remote peer 71a553ca1d8b4b999f3d8474e011c415: 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:08.947759  3584 raft_consensus.cc:1275] T 424c9d21672e4b8284dfa62fa133e2e1 P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Refusing update from remote peer 71a553ca1d8b4b999f3d8474e011c415: 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:08.949019  3659 consensus_queue.cc:1048] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } 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:08.942245  3640 consensus_queue.cc:1048] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [LEADER]: Connected to new peer: Peer: permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.011s
I20260608 12:39:08.959295  3866 raft_consensus.cc:2955] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } attrs { replace: true } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:08.962455  3733 raft_consensus.cc:2955] T a524fb86a77e4b6d91226276d4e35b7e P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } attrs { replace: true } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:08.960567  3659 consensus_queue.cc:1048] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:08.961233  3915 ts_tablet_manager.cc:1929] T fdddb217c5a447e981dd3b5f2ca667b2 P 83d7e815809c4801a2c5db3bdf8543db: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:39:08.966598  3915 log.cc:1199] T fdddb217c5a447e981dd3b5f2ca667b2 P 83d7e815809c4801a2c5db3bdf8543db: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922266998516-431-0/minicluster-data/ts-2-root/wals/fdddb217c5a447e981dd3b5f2ca667b2
I20260608 12:39:08.968386  3322 catalog_manager.cc:5027] TS 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921): tablet fdddb217c5a447e981dd3b5f2ca667b2 (table range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]) successfully deleted
I20260608 12:39:08.979811  3334 catalog_manager.cc:5696] T a524fb86a77e4b6d91226276d4e35b7e P f37a0ef3c7064654bb15a551ef220e1a reported cstate change: config changed from index 2 to 3, f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "83d7e815809c4801a2c5db3bdf8543db" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } attrs { replace: true } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:08.981501  3438 raft_consensus.cc:2955] T a524fb86a77e4b6d91226276d4e35b7e P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } attrs { replace: true } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:09.002377  3733 raft_consensus.cc:2955] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:09.008971  3659 raft_consensus.cc:2955] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:09.018066  3334 catalog_manager.cc:5696] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a reported cstate change: config changed from index 2 to 3, f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "71a553ca1d8b4b999f3d8474e011c415" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:09.018877  3513 raft_consensus.cc:2955] T a524fb86a77e4b6d91226276d4e35b7e P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } attrs { replace: true } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:09.027845  3512 raft_consensus.cc:2955] T 424c9d21672e4b8284dfa62fa133e2e1 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:09.031558  3584 raft_consensus.cc:2955] T 424c9d21672e4b8284dfa62fa133e2e1 P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:09.045259  3438 consensus_queue.cc:237] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [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: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } }
I20260608 12:39:09.050711  3733 raft_consensus.cc:1275] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Refusing update from remote peer 71a553ca1d8b4b999f3d8474e011c415: 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:09.052429  3873 consensus_queue.cc:1048] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } 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:09.055060  3584 raft_consensus.cc:1275] T 424c9d21672e4b8284dfa62fa133e2e1 P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Refusing update from remote peer 71a553ca1d8b4b999f3d8474e011c415: 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:09.058248  3659 consensus_queue.cc:1048] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:09.060488  3584 consensus_queue.cc:237] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [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: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } }
I20260608 12:39:09.069624  3733 raft_consensus.cc:1275] T a524fb86a77e4b6d91226276d4e35b7e P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Refusing update from remote peer 83d7e815809c4801a2c5db3bdf8543db: 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:09.069190  3911 raft_consensus.cc:2955] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 211b7a7d10c048edacf61338100d86a5 (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:09.071172  3866 consensus_queue.cc:1048] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [LEADER]: Connected to new peer: Peer: permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } 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:09.079371  3512 raft_consensus.cc:1275] T a524fb86a77e4b6d91226276d4e35b7e P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Refusing update from remote peer 83d7e815809c4801a2c5db3bdf8543db: 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:09.078552  3896 raft_consensus.cc:2955] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:09.085741  3733 raft_consensus.cc:2955] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 211b7a7d10c048edacf61338100d86a5 (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:09.080513  3734 raft_consensus.cc:2955] T a524fb86a77e4b6d91226276d4e35b7e P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:09.090586  3321 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 424c9d21672e4b8284dfa62fa133e2e1 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:39:09.096221  3335 catalog_manager.cc:5696] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 reported cstate change: config changed from index 3 to 4, VOTER 211b7a7d10c048edacf61338100d86a5 (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "71a553ca1d8b4b999f3d8474e011c415" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:39:09.089723  3584 raft_consensus.cc:2955] T 424c9d21672e4b8284dfa62fa133e2e1 P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 211b7a7d10c048edacf61338100d86a5 (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:09.101420  3322 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet a524fb86a77e4b6d91226276d4e35b7e with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:39:09.103416  3334 catalog_manager.cc:5696] T a524fb86a77e4b6d91226276d4e35b7e P f37a0ef3c7064654bb15a551ef220e1a reported cstate change: config changed from index 3 to 4, VOTER 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "83d7e815809c4801a2c5db3bdf8543db" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:09.107651  3866 consensus_queue.cc:1048] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [LEADER]: Connected to new peer: Peer: permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:09.111073  3496 tablet_service.cc:1558] Processing DeleteTablet for tablet 424c9d21672e4b8284dfa62fa133e2e1 with delete_type TABLET_DATA_TOMBSTONED (TS 211b7a7d10c048edacf61338100d86a5 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:47650
I20260608 12:39:09.112547  3512 raft_consensus.cc:2955] T a524fb86a77e4b6d91226276d4e35b7e P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:09.121536  3421 tablet_service.cc:1558] Processing DeleteTablet for tablet a524fb86a77e4b6d91226276d4e35b7e with delete_type TABLET_DATA_TOMBSTONED (TS 71a553ca1d8b4b999f3d8474e011c415 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:46526
I20260608 12:39:09.122722  3913 tablet_replica.cc:333] T a524fb86a77e4b6d91226276d4e35b7e P 71a553ca1d8b4b999f3d8474e011c415: stopping tablet replica
I20260608 12:39:09.123832  3913 raft_consensus.cc:2243] T a524fb86a77e4b6d91226276d4e35b7e P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:09.124677  3913 raft_consensus.cc:2272] T a524fb86a77e4b6d91226276d4e35b7e P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:09.127488  3913 ts_tablet_manager.cc:1916] T a524fb86a77e4b6d91226276d4e35b7e P 71a553ca1d8b4b999f3d8474e011c415: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:39:09.128284  3923 tablet_replica.cc:333] T 424c9d21672e4b8284dfa62fa133e2e1 P 211b7a7d10c048edacf61338100d86a5: stopping tablet replica
I20260608 12:39:09.129321  3923 raft_consensus.cc:2243] T 424c9d21672e4b8284dfa62fa133e2e1 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:09.129961  3923 raft_consensus.cc:2272] T 424c9d21672e4b8284dfa62fa133e2e1 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:09.132840  3389 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
I20260608 12:39:09.133811  3923 ts_tablet_manager.cc:1916] T 424c9d21672e4b8284dfa62fa133e2e1 P 211b7a7d10c048edacf61338100d86a5: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:39:09.143141  3913 ts_tablet_manager.cc:1929] T a524fb86a77e4b6d91226276d4e35b7e P 71a553ca1d8b4b999f3d8474e011c415: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:39:09.143862  3913 log.cc:1199] T a524fb86a77e4b6d91226276d4e35b7e P 71a553ca1d8b4b999f3d8474e011c415: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922266998516-431-0/minicluster-data/ts-0-root/wals/a524fb86a77e4b6d91226276d4e35b7e
I20260608 12:39:09.146284  3321 catalog_manager.cc:5027] TS 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441): tablet a524fb86a77e4b6d91226276d4e35b7e (table range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]) successfully deleted
I20260608 12:39:09.147876  3923 ts_tablet_manager.cc:1929] T 424c9d21672e4b8284dfa62fa133e2e1 P 211b7a7d10c048edacf61338100d86a5: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:39:09.148381  3923 log.cc:1199] T 424c9d21672e4b8284dfa62fa133e2e1 P 211b7a7d10c048edacf61338100d86a5: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922266998516-431-0/minicluster-data/ts-1-root/wals/424c9d21672e4b8284dfa62fa133e2e1
I20260608 12:39:09.150714  3320 catalog_manager.cc:5027] TS 211b7a7d10c048edacf61338100d86a5 (127.0.107.194:33981): tablet 424c9d21672e4b8284dfa62fa133e2e1 (table range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]) successfully deleted
I20260608 12:39:09.161010  3438 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "424c9d21672e4b8284dfa62fa133e2e1"
dest_uuid: "71a553ca1d8b4b999f3d8474e011c415"
mode: GRACEFUL
new_leader_uuid: "f37a0ef3c7064654bb15a551ef220e1a"
 from {username='slave'} at 127.0.0.1:46566
I20260608 12:39:09.161518  3438 raft_consensus.cc:606] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 LEADER]: Received request to transfer leadership to TS f37a0ef3c7064654bb15a551ef220e1a
I20260608 12:39:09.162608  3389 auto_leader_rebalancer.cc:388] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 1
I20260608 12:39:09.163323  3389 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:09.673882  3926 raft_consensus.cc:993] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415: : Instructing follower f37a0ef3c7064654bb15a551ef220e1a to start an election
I20260608 12:39:09.674340  3926 raft_consensus.cc:1081] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 LEADER]: Signalling peer f37a0ef3c7064654bb15a551ef220e1a to start an election
I20260608 12:39:09.675776  3733 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "424c9d21672e4b8284dfa62fa133e2e1"
dest_uuid: "f37a0ef3c7064654bb15a551ef220e1a"
 from {username='slave'} at 127.0.0.1:43336
I20260608 12:39:09.676195  3733 raft_consensus.cc:493] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:39:09.676440  3733 raft_consensus.cc:3060] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:09.680976  3733 raft_consensus.cc:515] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } }
I20260608 12:39:09.683147  3733 leader_election.cc:290] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a [CANDIDATE]: Term 2 election: Requested vote from peers 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441), 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921)
I20260608 12:39:09.683459  3438 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "424c9d21672e4b8284dfa62fa133e2e1" candidate_uuid: "f37a0ef3c7064654bb15a551ef220e1a" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "71a553ca1d8b4b999f3d8474e011c415"
I20260608 12:39:09.683840  3584 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "424c9d21672e4b8284dfa62fa133e2e1" candidate_uuid: "f37a0ef3c7064654bb15a551ef220e1a" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "83d7e815809c4801a2c5db3bdf8543db"
I20260608 12:39:09.684022  3438 raft_consensus.cc:3055] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:39:09.684461  3438 raft_consensus.cc:740] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 71a553ca1d8b4b999f3d8474e011c415, State: Running, Role: LEADER
I20260608 12:39:09.684998  3584 raft_consensus.cc:3060] T 424c9d21672e4b8284dfa62fa133e2e1 P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:09.685277  3438 consensus_queue.cc:260] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [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: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } }
I20260608 12:39:09.686453  3438 raft_consensus.cc:3060] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:09.691411  3584 raft_consensus.cc:2468] T 424c9d21672e4b8284dfa62fa133e2e1 P 83d7e815809c4801a2c5db3bdf8543db [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f37a0ef3c7064654bb15a551ef220e1a in term 2.
I20260608 12:39:09.692315  3438 raft_consensus.cc:2468] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f37a0ef3c7064654bb15a551ef220e1a in term 2.
I20260608 12:39:09.692692  3700 leader_election.cc:304] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a [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: 83d7e815809c4801a2c5db3bdf8543db, f37a0ef3c7064654bb15a551ef220e1a; no voters: 
I20260608 12:39:09.693543  3791 raft_consensus.cc:2804] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:39:09.694273  3791 raft_consensus.cc:697] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a [term 2 LEADER]: Becoming Leader. State: Replica: f37a0ef3c7064654bb15a551ef220e1a, State: Running, Role: LEADER
I20260608 12:39:09.694918  3791 consensus_queue.cc:237] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a [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: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } }
I20260608 12:39:09.700948  3336 catalog_manager.cc:5696] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a reported cstate change: term changed from 1 to 2, leader changed from 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193) to f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196). New cstate: current_term: 2 leader_uuid: "f37a0ef3c7064654bb15a551ef220e1a" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:39:10.146754  3584 raft_consensus.cc:1275] T 424c9d21672e4b8284dfa62fa133e2e1 P 83d7e815809c4801a2c5db3bdf8543db [term 2 FOLLOWER]: Refusing update from remote peer f37a0ef3c7064654bb15a551ef220e1a: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:39:10.147954  3791 consensus_queue.cc:1048] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:39:10.151503  3435 consensus_queue.cc:237] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [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: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { promote: true } }
I20260608 12:39:10.160465  3438 raft_consensus.cc:1275] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [term 2 FOLLOWER]: Refusing update from remote peer f37a0ef3c7064654bb15a551ef220e1a: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:39:10.162063  3934 consensus_queue.cc:1048] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:39:10.167174  3584 raft_consensus.cc:1275] T ab6c9d94d73a45f988b664712c352a0c P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Refusing update from remote peer 71a553ca1d8b4b999f3d8474e011c415: 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:10.168725  3659 consensus_queue.cc:1048] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:39:10.173805  3401 consensus_peers.cc:597] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 -> Peer 211b7a7d10c048edacf61338100d86a5 (127.0.107.194:33981): Couldn't send request to peer 211b7a7d10c048edacf61338100d86a5. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ab6c9d94d73a45f988b664712c352a0c. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:10.175386  3734 raft_consensus.cc:1275] T ab6c9d94d73a45f988b664712c352a0c P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Refusing update from remote peer 71a553ca1d8b4b999f3d8474e011c415: 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:10.180477  3659 raft_consensus.cc:2955] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 211b7a7d10c048edacf61338100d86a5 (127.0.107.194) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { promote: true } } }
I20260608 12:39:10.181918  3926 consensus_queue.cc:1048] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } 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:10.184943  3584 raft_consensus.cc:2955] T ab6c9d94d73a45f988b664712c352a0c P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 211b7a7d10c048edacf61338100d86a5 (127.0.107.194) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { promote: true } } }
I20260608 12:39:10.195667  3586 consensus_queue.cc:237] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db [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: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { replace: true } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } }
I20260608 12:39:10.199465  3336 catalog_manager.cc:5696] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 reported cstate change: config changed from index -1 to 2, NON_VOTER 211b7a7d10c048edacf61338100d86a5 (127.0.107.194) added. New cstate: current_term: 1 leader_uuid: "71a553ca1d8b4b999f3d8474e011c415" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:10.203941  3733 raft_consensus.cc:2955] T ab6c9d94d73a45f988b664712c352a0c P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 211b7a7d10c048edacf61338100d86a5 (127.0.107.194) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { promote: true } } }
W20260608 12:39:10.206604  3552 consensus_peers.cc:597] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db -> Peer f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196:38727): Couldn't send request to peer f37a0ef3c7064654bb15a551ef220e1a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 9ce5ce079f8549eca84592d9ea3aa4fe. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:10.211769  3438 raft_consensus.cc:1275] T 9ce5ce079f8549eca84592d9ea3aa4fe P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Refusing update from remote peer 83d7e815809c4801a2c5db3bdf8543db: 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:10.218839  3866 consensus_queue.cc:1048] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db [LEADER]: Connected to new peer: Peer: permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:10.223448  3512 raft_consensus.cc:1275] T 9ce5ce079f8549eca84592d9ea3aa4fe P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Refusing update from remote peer 83d7e815809c4801a2c5db3bdf8543db: 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:10.224786  3866 consensus_queue.cc:1048] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db [LEADER]: Connected to new peer: Peer: permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } 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:10.229835  3944 raft_consensus.cc:2955] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { replace: true } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } } }
I20260608 12:39:10.232158  3438 raft_consensus.cc:2955] T 9ce5ce079f8549eca84592d9ea3aa4fe P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { replace: true } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } } }
I20260608 12:39:10.235625  3512 raft_consensus.cc:2955] T 9ce5ce079f8549eca84592d9ea3aa4fe P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { replace: true } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } } }
I20260608 12:39:10.244020  3333 catalog_manager.cc:5696] T 9ce5ce079f8549eca84592d9ea3aa4fe P 71a553ca1d8b4b999f3d8474e011c415 reported cstate change: config changed from index -1 to 2, NON_VOTER f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "83d7e815809c4801a2c5db3bdf8543db" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { replace: true } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } } }
I20260608 12:39:10.266070  3512 consensus_queue.cc:237] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [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: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { replace: true } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { promote: true } }
I20260608 12:39:10.273895  3733 raft_consensus.cc:1275] T b4d0a019f1df4c1b83093eeccd388e4d P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Refusing update from remote peer 211b7a7d10c048edacf61338100d86a5: 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:10.274080  3438 raft_consensus.cc:1275] T b4d0a019f1df4c1b83093eeccd388e4d P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Refusing update from remote peer 211b7a7d10c048edacf61338100d86a5: 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:10.274288  3478 consensus_peers.cc:597] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 -> Peer 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921): Couldn't send request to peer 83d7e815809c4801a2c5db3bdf8543db. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b4d0a019f1df4c1b83093eeccd388e4d. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:10.275202  3949 consensus_queue.cc:1048] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } 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:10.276021  3942 consensus_queue.cc:1048] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:10.283504  3884 raft_consensus.cc:2955] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { replace: true } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { promote: true } } }
I20260608 12:39:10.285189  3733 raft_consensus.cc:2955] T b4d0a019f1df4c1b83093eeccd388e4d P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { replace: true } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { promote: true } } }
I20260608 12:39:10.285333  3438 raft_consensus.cc:2955] T b4d0a019f1df4c1b83093eeccd388e4d P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { replace: true } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { promote: true } } }
I20260608 12:39:10.294989  3334 catalog_manager.cc:5696] T b4d0a019f1df4c1b83093eeccd388e4d P f37a0ef3c7064654bb15a551ef220e1a reported cstate change: config changed from index -1 to 2, NON_VOTER 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195) added. New cstate: current_term: 1 leader_uuid: "211b7a7d10c048edacf61338100d86a5" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { replace: true } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { promote: true } } }
I20260608 12:39:10.301582  3512 consensus_queue.cc:237] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [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: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { replace: true } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } }
I20260608 12:39:10.310240  3438 raft_consensus.cc:1275] T c9b0199850404fb9bb526134261a1d57 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Refusing update from remote peer 211b7a7d10c048edacf61338100d86a5: 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:10.310388  3478 consensus_peers.cc:597] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 -> Peer f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196:38727): Couldn't send request to peer f37a0ef3c7064654bb15a551ef220e1a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c9b0199850404fb9bb526134261a1d57. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:10.311352  3942 consensus_queue.cc:1048] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:10.311944  3586 raft_consensus.cc:1275] T c9b0199850404fb9bb526134261a1d57 P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Refusing update from remote peer 211b7a7d10c048edacf61338100d86a5: 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:10.313536  3942 consensus_queue.cc:1048] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } 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:10.319347  3884 raft_consensus.cc:2955] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { replace: true } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } } }
I20260608 12:39:10.321558  3438 raft_consensus.cc:2955] T c9b0199850404fb9bb526134261a1d57 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { replace: true } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } } }
I20260608 12:39:10.324717  3586 raft_consensus.cc:2955] T c9b0199850404fb9bb526134261a1d57 P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { replace: true } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } } }
I20260608 12:39:10.333696  3336 catalog_manager.cc:5696] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 reported cstate change: config changed from index -1 to 2, NON_VOTER f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "211b7a7d10c048edacf61338100d86a5" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:10.596990  3955 ts_tablet_manager.cc:933] T 9ce5ce079f8549eca84592d9ea3aa4fe P f37a0ef3c7064654bb15a551ef220e1a: Initiating tablet copy from peer 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921)
I20260608 12:39:10.599818  3955 tablet_copy_client.cc:323] T 9ce5ce079f8549eca84592d9ea3aa4fe P f37a0ef3c7064654bb15a551ef220e1a: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:39921
I20260608 12:39:10.601565  3597 tablet_copy_service.cc:140] P 83d7e815809c4801a2c5db3bdf8543db: Received BeginTabletCopySession request for tablet 9ce5ce079f8549eca84592d9ea3aa4fe from peer f37a0ef3c7064654bb15a551ef220e1a ({username='slave'} at 127.0.0.1:39466)
I20260608 12:39:10.602133  3597 tablet_copy_service.cc:161] P 83d7e815809c4801a2c5db3bdf8543db: Beginning new tablet copy session on tablet 9ce5ce079f8549eca84592d9ea3aa4fe from peer f37a0ef3c7064654bb15a551ef220e1a at {username='slave'} at 127.0.0.1:39466: session id = f37a0ef3c7064654bb15a551ef220e1a-9ce5ce079f8549eca84592d9ea3aa4fe
I20260608 12:39:10.609115  3957 ts_tablet_manager.cc:933] T ab6c9d94d73a45f988b664712c352a0c P 211b7a7d10c048edacf61338100d86a5: Initiating tablet copy from peer 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441)
I20260608 12:39:10.609848  3597 tablet_copy_source_session.cc:215] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:10.610977  3957 tablet_copy_client.cc:323] T ab6c9d94d73a45f988b664712c352a0c P 211b7a7d10c048edacf61338100d86a5: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:36441
I20260608 12:39:10.612581  3448 tablet_copy_service.cc:140] P 71a553ca1d8b4b999f3d8474e011c415: Received BeginTabletCopySession request for tablet ab6c9d94d73a45f988b664712c352a0c from peer 211b7a7d10c048edacf61338100d86a5 ({username='slave'} at 127.0.0.1:46538)
I20260608 12:39:10.613009  3955 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9ce5ce079f8549eca84592d9ea3aa4fe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:10.613133  3448 tablet_copy_service.cc:161] P 71a553ca1d8b4b999f3d8474e011c415: Beginning new tablet copy session on tablet ab6c9d94d73a45f988b664712c352a0c from peer 211b7a7d10c048edacf61338100d86a5 at {username='slave'} at 127.0.0.1:46538: session id = 211b7a7d10c048edacf61338100d86a5-ab6c9d94d73a45f988b664712c352a0c
I20260608 12:39:10.623473  3448 tablet_copy_source_session.cc:215] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:10.626559  3957 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ab6c9d94d73a45f988b664712c352a0c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:10.627067  3955 tablet_copy_client.cc:806] T 9ce5ce079f8549eca84592d9ea3aa4fe P f37a0ef3c7064654bb15a551ef220e1a: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:10.627622  3955 tablet_copy_client.cc:670] T 9ce5ce079f8549eca84592d9ea3aa4fe P f37a0ef3c7064654bb15a551ef220e1a: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:10.631635  3955 tablet_copy_client.cc:538] T 9ce5ce079f8549eca84592d9ea3aa4fe P f37a0ef3c7064654bb15a551ef220e1a: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:10.639958  3957 tablet_copy_client.cc:806] T ab6c9d94d73a45f988b664712c352a0c P 211b7a7d10c048edacf61338100d86a5: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:10.640443  3957 tablet_copy_client.cc:670] T ab6c9d94d73a45f988b664712c352a0c P 211b7a7d10c048edacf61338100d86a5: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:10.640833  3955 tablet_bootstrap.cc:492] T 9ce5ce079f8549eca84592d9ea3aa4fe P f37a0ef3c7064654bb15a551ef220e1a: Bootstrap starting.
I20260608 12:39:10.644791  3957 tablet_copy_client.cc:538] T ab6c9d94d73a45f988b664712c352a0c P 211b7a7d10c048edacf61338100d86a5: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:10.653208  3957 tablet_bootstrap.cc:492] T ab6c9d94d73a45f988b664712c352a0c P 211b7a7d10c048edacf61338100d86a5: Bootstrap starting.
I20260608 12:39:10.663646  3955 tablet_bootstrap.cc:492] T 9ce5ce079f8549eca84592d9ea3aa4fe P f37a0ef3c7064654bb15a551ef220e1a: 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:10.664535  3955 tablet_bootstrap.cc:492] T 9ce5ce079f8549eca84592d9ea3aa4fe P f37a0ef3c7064654bb15a551ef220e1a: Bootstrap complete.
I20260608 12:39:10.665243  3955 ts_tablet_manager.cc:1403] T 9ce5ce079f8549eca84592d9ea3aa4fe P f37a0ef3c7064654bb15a551ef220e1a: Time spent bootstrapping tablet: real 0.025s	user 0.026s	sys 0.000s
I20260608 12:39:10.668191  3955 raft_consensus.cc:359] T 9ce5ce079f8549eca84592d9ea3aa4fe P f37a0ef3c7064654bb15a551ef220e1a [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { replace: true } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } }
I20260608 12:39:10.668979  3955 raft_consensus.cc:740] T 9ce5ce079f8549eca84592d9ea3aa4fe P f37a0ef3c7064654bb15a551ef220e1a [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: f37a0ef3c7064654bb15a551ef220e1a, State: Initialized, Role: LEARNER
I20260608 12:39:10.669945  3955 consensus_queue.cc:260] T 9ce5ce079f8549eca84592d9ea3aa4fe P f37a0ef3c7064654bb15a551ef220e1a [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: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { replace: true } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } }
I20260608 12:39:10.672776  3955 ts_tablet_manager.cc:1434] T 9ce5ce079f8549eca84592d9ea3aa4fe P f37a0ef3c7064654bb15a551ef220e1a: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260608 12:39:10.674988  3597 tablet_copy_service.cc:342] P 83d7e815809c4801a2c5db3bdf8543db: Request end of tablet copy session f37a0ef3c7064654bb15a551ef220e1a-9ce5ce079f8549eca84592d9ea3aa4fe received from {username='slave'} at 127.0.0.1:39466
I20260608 12:39:10.675458  3597 tablet_copy_service.cc:434] P 83d7e815809c4801a2c5db3bdf8543db: ending tablet copy session f37a0ef3c7064654bb15a551ef220e1a-9ce5ce079f8549eca84592d9ea3aa4fe on tablet 9ce5ce079f8549eca84592d9ea3aa4fe with peer f37a0ef3c7064654bb15a551ef220e1a
I20260608 12:39:10.675616  3957 tablet_bootstrap.cc:492] T ab6c9d94d73a45f988b664712c352a0c P 211b7a7d10c048edacf61338100d86a5: 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:10.676501  3957 tablet_bootstrap.cc:492] T ab6c9d94d73a45f988b664712c352a0c P 211b7a7d10c048edacf61338100d86a5: Bootstrap complete.
I20260608 12:39:10.677170  3957 ts_tablet_manager.cc:1403] T ab6c9d94d73a45f988b664712c352a0c P 211b7a7d10c048edacf61338100d86a5: Time spent bootstrapping tablet: real 0.024s	user 0.013s	sys 0.010s
I20260608 12:39:10.681092  3957 raft_consensus.cc:359] T ab6c9d94d73a45f988b664712c352a0c P 211b7a7d10c048edacf61338100d86a5 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { promote: true } }
I20260608 12:39:10.681963  3957 raft_consensus.cc:740] T ab6c9d94d73a45f988b664712c352a0c P 211b7a7d10c048edacf61338100d86a5 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 211b7a7d10c048edacf61338100d86a5, State: Initialized, Role: LEARNER
I20260608 12:39:10.682623  3957 consensus_queue.cc:260] T ab6c9d94d73a45f988b664712c352a0c P 211b7a7d10c048edacf61338100d86a5 [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: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { promote: true } }
I20260608 12:39:10.691437  3957 ts_tablet_manager.cc:1434] T ab6c9d94d73a45f988b664712c352a0c P 211b7a7d10c048edacf61338100d86a5: Time spent starting tablet: real 0.014s	user 0.007s	sys 0.000s
I20260608 12:39:10.693413  3448 tablet_copy_service.cc:342] P 71a553ca1d8b4b999f3d8474e011c415: Request end of tablet copy session 211b7a7d10c048edacf61338100d86a5-ab6c9d94d73a45f988b664712c352a0c received from {username='slave'} at 127.0.0.1:46538
I20260608 12:39:10.693809  3448 tablet_copy_service.cc:434] P 71a553ca1d8b4b999f3d8474e011c415: ending tablet copy session 211b7a7d10c048edacf61338100d86a5-ab6c9d94d73a45f988b664712c352a0c on tablet ab6c9d94d73a45f988b664712c352a0c with peer 211b7a7d10c048edacf61338100d86a5
I20260608 12:39:10.794539  3963 ts_tablet_manager.cc:933] T b4d0a019f1df4c1b83093eeccd388e4d P 83d7e815809c4801a2c5db3bdf8543db: Initiating tablet copy from peer 211b7a7d10c048edacf61338100d86a5 (127.0.107.194:33981)
I20260608 12:39:10.796149  3963 tablet_copy_client.cc:323] T b4d0a019f1df4c1b83093eeccd388e4d P 83d7e815809c4801a2c5db3bdf8543db: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:33981
I20260608 12:39:10.797829  3523 tablet_copy_service.cc:140] P 211b7a7d10c048edacf61338100d86a5: Received BeginTabletCopySession request for tablet b4d0a019f1df4c1b83093eeccd388e4d from peer 83d7e815809c4801a2c5db3bdf8543db ({username='slave'} at 127.0.0.1:47672)
I20260608 12:39:10.798418  3523 tablet_copy_service.cc:161] P 211b7a7d10c048edacf61338100d86a5: Beginning new tablet copy session on tablet b4d0a019f1df4c1b83093eeccd388e4d from peer 83d7e815809c4801a2c5db3bdf8543db at {username='slave'} at 127.0.0.1:47672: session id = 83d7e815809c4801a2c5db3bdf8543db-b4d0a019f1df4c1b83093eeccd388e4d
I20260608 12:39:10.805817  3523 tablet_copy_source_session.cc:215] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:10.808642  3963 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b4d0a019f1df4c1b83093eeccd388e4d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:10.819254  3963 tablet_copy_client.cc:806] T b4d0a019f1df4c1b83093eeccd388e4d P 83d7e815809c4801a2c5db3bdf8543db: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:10.819768  3963 tablet_copy_client.cc:670] T b4d0a019f1df4c1b83093eeccd388e4d P 83d7e815809c4801a2c5db3bdf8543db: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:10.823137  3963 tablet_copy_client.cc:538] T b4d0a019f1df4c1b83093eeccd388e4d P 83d7e815809c4801a2c5db3bdf8543db: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:10.828842  3963 tablet_bootstrap.cc:492] T b4d0a019f1df4c1b83093eeccd388e4d P 83d7e815809c4801a2c5db3bdf8543db: Bootstrap starting.
I20260608 12:39:10.830075  3955 ts_tablet_manager.cc:933] T c9b0199850404fb9bb526134261a1d57 P f37a0ef3c7064654bb15a551ef220e1a: Initiating tablet copy from peer 211b7a7d10c048edacf61338100d86a5 (127.0.107.194:33981)
I20260608 12:39:10.837798  3955 tablet_copy_client.cc:323] T c9b0199850404fb9bb526134261a1d57 P f37a0ef3c7064654bb15a551ef220e1a: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:33981
I20260608 12:39:10.843595  3523 tablet_copy_service.cc:140] P 211b7a7d10c048edacf61338100d86a5: Received BeginTabletCopySession request for tablet c9b0199850404fb9bb526134261a1d57 from peer f37a0ef3c7064654bb15a551ef220e1a ({username='slave'} at 127.0.0.1:47676)
I20260608 12:39:10.844216  3523 tablet_copy_service.cc:161] P 211b7a7d10c048edacf61338100d86a5: Beginning new tablet copy session on tablet c9b0199850404fb9bb526134261a1d57 from peer f37a0ef3c7064654bb15a551ef220e1a at {username='slave'} at 127.0.0.1:47676: session id = f37a0ef3c7064654bb15a551ef220e1a-c9b0199850404fb9bb526134261a1d57
I20260608 12:39:10.851627  3963 tablet_bootstrap.cc:492] T b4d0a019f1df4c1b83093eeccd388e4d P 83d7e815809c4801a2c5db3bdf8543db: 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:10.852597  3963 tablet_bootstrap.cc:492] T b4d0a019f1df4c1b83093eeccd388e4d P 83d7e815809c4801a2c5db3bdf8543db: Bootstrap complete.
I20260608 12:39:10.853351  3963 ts_tablet_manager.cc:1403] T b4d0a019f1df4c1b83093eeccd388e4d P 83d7e815809c4801a2c5db3bdf8543db: Time spent bootstrapping tablet: real 0.025s	user 0.020s	sys 0.005s
I20260608 12:39:10.853909  3523 tablet_copy_source_session.cc:215] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:10.856583  3963 raft_consensus.cc:359] T b4d0a019f1df4c1b83093eeccd388e4d P 83d7e815809c4801a2c5db3bdf8543db [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { replace: true } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { promote: true } }
I20260608 12:39:10.857461  3963 raft_consensus.cc:740] T b4d0a019f1df4c1b83093eeccd388e4d P 83d7e815809c4801a2c5db3bdf8543db [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 83d7e815809c4801a2c5db3bdf8543db, State: Initialized, Role: LEARNER
I20260608 12:39:10.857535  3955 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c9b0199850404fb9bb526134261a1d57. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:10.858336  3963 consensus_queue.cc:260] T b4d0a019f1df4c1b83093eeccd388e4d P 83d7e815809c4801a2c5db3bdf8543db [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: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { replace: true } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { promote: true } }
I20260608 12:39:10.861452  3963 ts_tablet_manager.cc:1434] T b4d0a019f1df4c1b83093eeccd388e4d P 83d7e815809c4801a2c5db3bdf8543db: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:39:10.863401  3523 tablet_copy_service.cc:342] P 211b7a7d10c048edacf61338100d86a5: Request end of tablet copy session 83d7e815809c4801a2c5db3bdf8543db-b4d0a019f1df4c1b83093eeccd388e4d received from {username='slave'} at 127.0.0.1:47672
I20260608 12:39:10.863878  3523 tablet_copy_service.cc:434] P 211b7a7d10c048edacf61338100d86a5: ending tablet copy session 83d7e815809c4801a2c5db3bdf8543db-b4d0a019f1df4c1b83093eeccd388e4d on tablet b4d0a019f1df4c1b83093eeccd388e4d with peer 83d7e815809c4801a2c5db3bdf8543db
I20260608 12:39:10.875073  3955 tablet_copy_client.cc:806] T c9b0199850404fb9bb526134261a1d57 P f37a0ef3c7064654bb15a551ef220e1a: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:10.875641  3955 tablet_copy_client.cc:670] T c9b0199850404fb9bb526134261a1d57 P f37a0ef3c7064654bb15a551ef220e1a: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:10.879889  3955 tablet_copy_client.cc:538] T c9b0199850404fb9bb526134261a1d57 P f37a0ef3c7064654bb15a551ef220e1a: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:10.886390  3955 tablet_bootstrap.cc:492] T c9b0199850404fb9bb526134261a1d57 P f37a0ef3c7064654bb15a551ef220e1a: Bootstrap starting.
I20260608 12:39:10.904493  3955 tablet_bootstrap.cc:492] T c9b0199850404fb9bb526134261a1d57 P f37a0ef3c7064654bb15a551ef220e1a: 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:10.905452  3955 tablet_bootstrap.cc:492] T c9b0199850404fb9bb526134261a1d57 P f37a0ef3c7064654bb15a551ef220e1a: Bootstrap complete.
I20260608 12:39:10.906091  3955 ts_tablet_manager.cc:1403] T c9b0199850404fb9bb526134261a1d57 P f37a0ef3c7064654bb15a551ef220e1a: Time spent bootstrapping tablet: real 0.020s	user 0.016s	sys 0.004s
I20260608 12:39:10.909911  3955 raft_consensus.cc:359] T c9b0199850404fb9bb526134261a1d57 P f37a0ef3c7064654bb15a551ef220e1a [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { replace: true } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } }
I20260608 12:39:10.910722  3955 raft_consensus.cc:740] T c9b0199850404fb9bb526134261a1d57 P f37a0ef3c7064654bb15a551ef220e1a [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: f37a0ef3c7064654bb15a551ef220e1a, State: Initialized, Role: LEARNER
I20260608 12:39:10.911372  3955 consensus_queue.cc:260] T c9b0199850404fb9bb526134261a1d57 P f37a0ef3c7064654bb15a551ef220e1a [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: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { replace: true } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: true } }
I20260608 12:39:10.913817  3955 ts_tablet_manager.cc:1434] T c9b0199850404fb9bb526134261a1d57 P f37a0ef3c7064654bb15a551ef220e1a: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.004s
I20260608 12:39:10.915467  3523 tablet_copy_service.cc:342] P 211b7a7d10c048edacf61338100d86a5: Request end of tablet copy session f37a0ef3c7064654bb15a551ef220e1a-c9b0199850404fb9bb526134261a1d57 received from {username='slave'} at 127.0.0.1:47676
I20260608 12:39:10.915885  3523 tablet_copy_service.cc:434] P 211b7a7d10c048edacf61338100d86a5: ending tablet copy session f37a0ef3c7064654bb15a551ef220e1a-c9b0199850404fb9bb526134261a1d57 on tablet c9b0199850404fb9bb526134261a1d57 with peer f37a0ef3c7064654bb15a551ef220e1a
I20260608 12:39:11.002170  3512 raft_consensus.cc:1217] T ab6c9d94d73a45f988b664712c352a0c P 211b7a7d10c048edacf61338100d86a5 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:39:11.085836  3733 raft_consensus.cc:1217] T 9ce5ce079f8549eca84592d9ea3aa4fe P f37a0ef3c7064654bb15a551ef220e1a [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:39:11.164283  3389 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
I20260608 12:39:11.178776  3389 auto_leader_rebalancer.cc:388] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 0
I20260608 12:39:11.179318  3389 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:11.268908  3586 raft_consensus.cc:1217] T b4d0a019f1df4c1b83093eeccd388e4d P 83d7e815809c4801a2c5db3bdf8543db [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:39:11.304061  3733 raft_consensus.cc:1217] T c9b0199850404fb9bb526134261a1d57 P f37a0ef3c7064654bb15a551ef220e1a [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:39:11.584532  3659 raft_consensus.cc:1064] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415: attempting to promote NON_VOTER 211b7a7d10c048edacf61338100d86a5 to VOTER
I20260608 12:39:11.586529  3659 consensus_queue.cc:237] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [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: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { promote: false } }
I20260608 12:39:11.592679  3512 raft_consensus.cc:1275] T ab6c9d94d73a45f988b664712c352a0c P 211b7a7d10c048edacf61338100d86a5 [term 1 LEARNER]: Refusing update from remote peer 71a553ca1d8b4b999f3d8474e011c415: 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:11.594115  3586 raft_consensus.cc:1275] T ab6c9d94d73a45f988b664712c352a0c P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Refusing update from remote peer 71a553ca1d8b4b999f3d8474e011c415: 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:11.595121  3926 consensus_queue.cc:1048] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } 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:11.596041  3973 consensus_queue.cc:1048] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:11.596509  3733 raft_consensus.cc:1275] T ab6c9d94d73a45f988b664712c352a0c P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Refusing update from remote peer 71a553ca1d8b4b999f3d8474e011c415: 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:11.601352  3926 consensus_queue.cc:1048] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } 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:11.615666  3973 raft_consensus.cc:2955] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 211b7a7d10c048edacf61338100d86a5 (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { promote: false } } }
I20260608 12:39:11.622231  3586 raft_consensus.cc:2955] T ab6c9d94d73a45f988b664712c352a0c P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 211b7a7d10c048edacf61338100d86a5 (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { promote: false } } }
I20260608 12:39:11.624078  3512 raft_consensus.cc:2955] T ab6c9d94d73a45f988b664712c352a0c P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 211b7a7d10c048edacf61338100d86a5 (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { promote: false } } }
I20260608 12:39:11.632359  3733 raft_consensus.cc:2955] T ab6c9d94d73a45f988b664712c352a0c P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 211b7a7d10c048edacf61338100d86a5 (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { promote: false } } }
I20260608 12:39:11.637298  3334 catalog_manager.cc:5696] T ab6c9d94d73a45f988b664712c352a0c P 83d7e815809c4801a2c5db3bdf8543db reported cstate change: config changed from index 2 to 3, 211b7a7d10c048edacf61338100d86a5 (127.0.107.194) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "71a553ca1d8b4b999f3d8474e011c415" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { replace: true } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { promote: false } } }
I20260608 12:39:11.659901  3438 consensus_queue.cc:237] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [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: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { promote: false } }
I20260608 12:39:11.667002  3512 raft_consensus.cc:1275] T ab6c9d94d73a45f988b664712c352a0c P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Refusing update from remote peer 71a553ca1d8b4b999f3d8474e011c415: 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:11.669394  3973 consensus_queue.cc:1048] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } 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:11.672978  3586 raft_consensus.cc:1275] T ab6c9d94d73a45f988b664712c352a0c P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Refusing update from remote peer 71a553ca1d8b4b999f3d8474e011c415: 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:11.674772  3926 consensus_queue.cc:1048] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:11.678156  3659 raft_consensus.cc:2955] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { promote: false } } }
I20260608 12:39:11.681969  3968 raft_consensus.cc:1064] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db: attempting to promote NON_VOTER f37a0ef3c7064654bb15a551ef220e1a to VOTER
I20260608 12:39:11.684517  3968 consensus_queue.cc:237] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db [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: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { replace: true } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } }
I20260608 12:39:11.684707  3586 raft_consensus.cc:2955] T ab6c9d94d73a45f988b664712c352a0c P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { promote: false } } }
I20260608 12:39:11.687028  3512 raft_consensus.cc:2955] T ab6c9d94d73a45f988b664712c352a0c P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { promote: false } } }
I20260608 12:39:11.696233  3321 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet ab6c9d94d73a45f988b664712c352a0c with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:39:11.698357  3733 raft_consensus.cc:1275] T 9ce5ce079f8549eca84592d9ea3aa4fe P f37a0ef3c7064654bb15a551ef220e1a [term 1 LEARNER]: Refusing update from remote peer 83d7e815809c4801a2c5db3bdf8543db: 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:11.699105  3333 catalog_manager.cc:5696] T ab6c9d94d73a45f988b664712c352a0c P 83d7e815809c4801a2c5db3bdf8543db reported cstate change: config changed from index 3 to 4, VOTER f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "71a553ca1d8b4b999f3d8474e011c415" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { promote: false } } }
I20260608 12:39:11.699855  3981 consensus_queue.cc:1048] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db [LEADER]: Connected to new peer: Peer: permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } 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:11.702438  3438 raft_consensus.cc:1275] T 9ce5ce079f8549eca84592d9ea3aa4fe P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Refusing update from remote peer 83d7e815809c4801a2c5db3bdf8543db: 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:11.707044  3513 raft_consensus.cc:1275] T 9ce5ce079f8549eca84592d9ea3aa4fe P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Refusing update from remote peer 83d7e815809c4801a2c5db3bdf8543db: 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:11.712374  3968 consensus_queue.cc:1048] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db [LEADER]: Connected to new peer: Peer: permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } 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:11.716107  3721 tablet_service.cc:1558] Processing DeleteTablet for tablet ab6c9d94d73a45f988b664712c352a0c with delete_type TABLET_DATA_TOMBSTONED (TS f37a0ef3c7064654bb15a551ef220e1a not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:43330
I20260608 12:39:11.719906  3968 consensus_queue.cc:1048] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db [LEADER]: Connected to new peer: Peer: permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:11.729458  3949 raft_consensus.cc:1064] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5: attempting to promote NON_VOTER 83d7e815809c4801a2c5db3bdf8543db to VOTER
I20260608 12:39:11.732007  3949 consensus_queue.cc:237] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [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: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { replace: true } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { promote: false } }
I20260608 12:39:11.747565  3586 raft_consensus.cc:1275] T b4d0a019f1df4c1b83093eeccd388e4d P 83d7e815809c4801a2c5db3bdf8543db [term 1 LEARNER]: Refusing update from remote peer 211b7a7d10c048edacf61338100d86a5: 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:11.755587  3971 consensus_queue.cc:1048] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } 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:11.765493  3733 raft_consensus.cc:1275] T b4d0a019f1df4c1b83093eeccd388e4d P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Refusing update from remote peer 211b7a7d10c048edacf61338100d86a5: 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:11.765799  3984 tablet_replica.cc:333] T ab6c9d94d73a45f988b664712c352a0c P f37a0ef3c7064654bb15a551ef220e1a: stopping tablet replica
I20260608 12:39:11.766860  3984 raft_consensus.cc:2243] T ab6c9d94d73a45f988b664712c352a0c P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:11.767571  3984 raft_consensus.cc:2272] T ab6c9d94d73a45f988b664712c352a0c P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:11.768195  3435 raft_consensus.cc:1275] T b4d0a019f1df4c1b83093eeccd388e4d P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Refusing update from remote peer 211b7a7d10c048edacf61338100d86a5: 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:11.768685  3970 consensus_queue.cc:1048] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } 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:11.771515  3971 consensus_queue.cc:1048] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:11.774008  3984 ts_tablet_manager.cc:1916] T ab6c9d94d73a45f988b664712c352a0c P f37a0ef3c7064654bb15a551ef220e1a: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:39:11.781738  3968 raft_consensus.cc:2955] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { replace: true } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:11.786701  3435 raft_consensus.cc:2955] T 9ce5ce079f8549eca84592d9ea3aa4fe P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { replace: true } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:11.809863  3336 catalog_manager.cc:5696] T 9ce5ce079f8549eca84592d9ea3aa4fe P 71a553ca1d8b4b999f3d8474e011c415 reported cstate change: config changed from index 2 to 3, f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "83d7e815809c4801a2c5db3bdf8543db" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { replace: true } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:11.818216  3984 ts_tablet_manager.cc:1929] T ab6c9d94d73a45f988b664712c352a0c P f37a0ef3c7064654bb15a551ef220e1a: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:39:11.822376  3984 log.cc:1199] T ab6c9d94d73a45f988b664712c352a0c P f37a0ef3c7064654bb15a551ef220e1a: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922266998516-431-0/minicluster-data/ts-3-root/wals/ab6c9d94d73a45f988b664712c352a0c
W20260608 12:39:11.823585  3477 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:36441, user_credentials={real_user=slave}} blocked reactor thread for 53572.2us
I20260608 12:39:11.825623  3322 catalog_manager.cc:5027] TS f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196:38727): tablet ab6c9d94d73a45f988b664712c352a0c (table range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]) successfully deleted
I20260608 12:39:11.833695  3512 raft_consensus.cc:2955] T 9ce5ce079f8549eca84592d9ea3aa4fe P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { replace: true } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:11.841145  3971 raft_consensus.cc:1064] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5: attempting to promote NON_VOTER f37a0ef3c7064654bb15a551ef220e1a to VOTER
I20260608 12:39:11.843662  3971 consensus_queue.cc:237] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [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: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { replace: true } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } }
W20260608 12:39:11.851557  3552 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.196:38727, user_credentials={real_user=slave}} blocked reactor thread for 152036us
I20260608 12:39:11.859400  3735 raft_consensus.cc:1275] T c9b0199850404fb9bb526134261a1d57 P f37a0ef3c7064654bb15a551ef220e1a [term 1 LEARNER]: Refusing update from remote peer 211b7a7d10c048edacf61338100d86a5: 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:11.861039  3586 raft_consensus.cc:1275] T c9b0199850404fb9bb526134261a1d57 P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Refusing update from remote peer 211b7a7d10c048edacf61338100d86a5: 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:11.863763  3991 consensus_queue.cc:1048] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } 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:11.871038  3438 raft_consensus.cc:1275] T c9b0199850404fb9bb526134261a1d57 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Refusing update from remote peer 211b7a7d10c048edacf61338100d86a5: 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:11.874394  3949 consensus_queue.cc:1048] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } 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:11.878968  3988 consensus_queue.cc:1048] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:39:11.873201  3734 raft_consensus.cc:2955] T 9ce5ce079f8549eca84592d9ea3aa4fe P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } attrs { replace: true } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:11.887854  3970 raft_consensus.cc:2955] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { replace: true } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { promote: false } } }
I20260608 12:39:11.893831  3435 raft_consensus.cc:2955] T b4d0a019f1df4c1b83093eeccd388e4d P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { replace: true } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { promote: false } } }
I20260608 12:39:11.887923  3733 raft_consensus.cc:2955] T b4d0a019f1df4c1b83093eeccd388e4d P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { replace: true } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { promote: false } } }
I20260608 12:39:11.906975  3336 catalog_manager.cc:5696] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 reported cstate change: config changed from index 2 to 3, 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "211b7a7d10c048edacf61338100d86a5" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:11.907908  3586 raft_consensus.cc:2955] T b4d0a019f1df4c1b83093eeccd388e4d P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { replace: true } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { promote: false } } }
I20260608 12:39:11.918910  3988 raft_consensus.cc:2955] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { replace: true } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:11.924993  3735 raft_consensus.cc:2955] T c9b0199850404fb9bb526134261a1d57 P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { replace: true } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:11.930130  3512 consensus_queue.cc:237] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [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: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { promote: false } }
I20260608 12:39:11.930620  3438 raft_consensus.cc:2955] T c9b0199850404fb9bb526134261a1d57 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { replace: true } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:11.942075  3586 raft_consensus.cc:1275] T b4d0a019f1df4c1b83093eeccd388e4d P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Refusing update from remote peer 211b7a7d10c048edacf61338100d86a5: 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:11.943104  3435 raft_consensus.cc:1275] T b4d0a019f1df4c1b83093eeccd388e4d P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Refusing update from remote peer 211b7a7d10c048edacf61338100d86a5: 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:11.944536  3970 consensus_queue.cc:1048] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } 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:11.945667  3989 consensus_queue.cc:1048] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:39:11.948946  3586 raft_consensus.cc:2955] T c9b0199850404fb9bb526134261a1d57 P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { replace: true } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:11.958963  3970 raft_consensus.cc:2955] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { promote: false } } }
I20260608 12:39:11.961562  3333 catalog_manager.cc:5696] T c9b0199850404fb9bb526134261a1d57 P 71a553ca1d8b4b999f3d8474e011c415 reported cstate change: config changed from index 2 to 3, f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "211b7a7d10c048edacf61338100d86a5" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { replace: true } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:11.963200  3436 raft_consensus.cc:2955] T b4d0a019f1df4c1b83093eeccd388e4d P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { promote: false } } }
I20260608 12:39:11.969311  3320 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet b4d0a019f1df4c1b83093eeccd388e4d with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:39:11.970708  3584 raft_consensus.cc:2955] T b4d0a019f1df4c1b83093eeccd388e4d P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { promote: false } } }
I20260608 12:39:11.984704  3335 catalog_manager.cc:5696] T b4d0a019f1df4c1b83093eeccd388e4d P 83d7e815809c4801a2c5db3bdf8543db reported cstate change: config changed from index 3 to 4, VOTER f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "211b7a7d10c048edacf61338100d86a5" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "83d7e815809c4801a2c5db3bdf8543db" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39921 } attrs { promote: false } } }
I20260608 12:39:11.991446  3512 consensus_queue.cc:237] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [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: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } }
I20260608 12:39:11.997009  3733 raft_consensus.cc:1275] T c9b0199850404fb9bb526134261a1d57 P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Refusing update from remote peer 211b7a7d10c048edacf61338100d86a5: 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:11.999891  3970 consensus_queue.cc:1048] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } 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:12.000478  3721 tablet_service.cc:1558] Processing DeleteTablet for tablet b4d0a019f1df4c1b83093eeccd388e4d with delete_type TABLET_DATA_TOMBSTONED (TS f37a0ef3c7064654bb15a551ef220e1a not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:43330
I20260608 12:39:12.001428  3984 tablet_replica.cc:333] T b4d0a019f1df4c1b83093eeccd388e4d P f37a0ef3c7064654bb15a551ef220e1a: stopping tablet replica
I20260608 12:39:12.002470  3984 raft_consensus.cc:2243] T b4d0a019f1df4c1b83093eeccd388e4d P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.003651  3984 raft_consensus.cc:2272] T b4d0a019f1df4c1b83093eeccd388e4d P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.005579  3436 raft_consensus.cc:1275] T c9b0199850404fb9bb526134261a1d57 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Refusing update from remote peer 211b7a7d10c048edacf61338100d86a5: 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:12.007009  3970 consensus_queue.cc:1048] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:12.007845  3984 ts_tablet_manager.cc:1916] T b4d0a019f1df4c1b83093eeccd388e4d P f37a0ef3c7064654bb15a551ef220e1a: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:39:12.010843  3949 raft_consensus.cc:2955] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:12.015254  3733 raft_consensus.cc:2955] T c9b0199850404fb9bb526134261a1d57 P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:12.021765  3320 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet c9b0199850404fb9bb526134261a1d57 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:39:12.023772  3984 ts_tablet_manager.cc:1929] T b4d0a019f1df4c1b83093eeccd388e4d P f37a0ef3c7064654bb15a551ef220e1a: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:39:12.024272  3984 log.cc:1199] T b4d0a019f1df4c1b83093eeccd388e4d P f37a0ef3c7064654bb15a551ef220e1a: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922266998516-431-0/minicluster-data/ts-3-root/wals/b4d0a019f1df4c1b83093eeccd388e4d
I20260608 12:39:12.025949  3322 catalog_manager.cc:5027] TS f37a0ef3c7064654bb15a551ef220e1a (127.0.107.196:38727): tablet b4d0a019f1df4c1b83093eeccd388e4d (table range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]) successfully deleted
I20260608 12:39:12.025866  3436 raft_consensus.cc:2955] T c9b0199850404fb9bb526134261a1d57 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } } }
I20260608 12:39:12.031992  3335 catalog_manager.cc:5696] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 reported cstate change: config changed from index 3 to 4, VOTER 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "211b7a7d10c048edacf61338100d86a5" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "211b7a7d10c048edacf61338100d86a5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33981 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "71a553ca1d8b4b999f3d8474e011c415" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36441 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f37a0ef3c7064654bb15a551ef220e1a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38727 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:39:12.044294  3577 tablet_service.cc:1558] Processing DeleteTablet for tablet c9b0199850404fb9bb526134261a1d57 with delete_type TABLET_DATA_TOMBSTONED (TS 83d7e815809c4801a2c5db3bdf8543db not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:39444
I20260608 12:39:12.046337  4001 tablet_replica.cc:333] T c9b0199850404fb9bb526134261a1d57 P 83d7e815809c4801a2c5db3bdf8543db: stopping tablet replica
I20260608 12:39:12.047312  4001 raft_consensus.cc:2243] T c9b0199850404fb9bb526134261a1d57 P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.047940  4001 raft_consensus.cc:2272] T c9b0199850404fb9bb526134261a1d57 P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.051224  4001 ts_tablet_manager.cc:1916] T c9b0199850404fb9bb526134261a1d57 P 83d7e815809c4801a2c5db3bdf8543db: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:39:12.062913  4001 ts_tablet_manager.cc:1929] T c9b0199850404fb9bb526134261a1d57 P 83d7e815809c4801a2c5db3bdf8543db: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:39:12.063248  4001 log.cc:1199] T c9b0199850404fb9bb526134261a1d57 P 83d7e815809c4801a2c5db3bdf8543db: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922266998516-431-0/minicluster-data/ts-2-root/wals/c9b0199850404fb9bb526134261a1d57
I20260608 12:39:12.064790  3322 catalog_manager.cc:5027] TS 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921): tablet c9b0199850404fb9bb526134261a1d57 (table range_aware_rebalance_new_range [id=ad716cd1a87240e6b9ce610bdbcf3908]) successfully deleted
I20260608 12:39:12.169643   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:39:12.204206   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:12.205116   431 tablet_replica.cc:333] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415: stopping tablet replica
I20260608 12:39:12.205806   431 raft_consensus.cc:2243] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:12.206682   431 raft_consensus.cc:2272] T fdddb217c5a447e981dd3b5f2ca667b2 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.208659   431 tablet_replica.cc:333] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415: stopping tablet replica
I20260608 12:39:12.209235   431 raft_consensus.cc:2243] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:39:12.209915   431 raft_consensus.cc:2272] T 74f4dafc67144b3eb4f406d6a5abaee4 P 71a553ca1d8b4b999f3d8474e011c415 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.212169   431 tablet_replica.cc:333] T 84de205bb3df42d69cc622b10dd0b893 P 71a553ca1d8b4b999f3d8474e011c415: stopping tablet replica
I20260608 12:39:12.212896   431 raft_consensus.cc:2243] T 84de205bb3df42d69cc622b10dd0b893 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.213366   431 raft_consensus.cc:2272] T 84de205bb3df42d69cc622b10dd0b893 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.215022   431 tablet_replica.cc:333] T 3ff35dd82c9d4d3088b20c0bb43c219e P 71a553ca1d8b4b999f3d8474e011c415: stopping tablet replica
I20260608 12:39:12.215545   431 raft_consensus.cc:2243] T 3ff35dd82c9d4d3088b20c0bb43c219e P 71a553ca1d8b4b999f3d8474e011c415 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:12.216279   431 raft_consensus.cc:2272] T 3ff35dd82c9d4d3088b20c0bb43c219e P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.218101   431 tablet_replica.cc:333] T 2450f6fea0dc4a2096866fb983c6aebb P 71a553ca1d8b4b999f3d8474e011c415: stopping tablet replica
I20260608 12:39:12.218587   431 raft_consensus.cc:2243] T 2450f6fea0dc4a2096866fb983c6aebb P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.218954   431 raft_consensus.cc:2272] T 2450f6fea0dc4a2096866fb983c6aebb P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.220770   431 tablet_replica.cc:333] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 71a553ca1d8b4b999f3d8474e011c415: stopping tablet replica
I20260608 12:39:12.221302   431 raft_consensus.cc:2243] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.221757   431 raft_consensus.cc:2272] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.224263   431 tablet_replica.cc:333] T b4d0a019f1df4c1b83093eeccd388e4d P 71a553ca1d8b4b999f3d8474e011c415: stopping tablet replica
I20260608 12:39:12.224968   431 raft_consensus.cc:2243] T b4d0a019f1df4c1b83093eeccd388e4d P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.225682   431 raft_consensus.cc:2272] T b4d0a019f1df4c1b83093eeccd388e4d P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.228459   431 tablet_replica.cc:333] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415: stopping tablet replica
I20260608 12:39:12.228999   431 raft_consensus.cc:2243] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.229369   431 raft_consensus.cc:2272] T 424c9d21672e4b8284dfa62fa133e2e1 P 71a553ca1d8b4b999f3d8474e011c415 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.230996   431 tablet_replica.cc:333] T 4e4eab123ea14fd4bb292a59a31e33da P 71a553ca1d8b4b999f3d8474e011c415: stopping tablet replica
I20260608 12:39:12.231525   431 raft_consensus.cc:2243] T 4e4eab123ea14fd4bb292a59a31e33da P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.231901   431 raft_consensus.cc:2272] T 4e4eab123ea14fd4bb292a59a31e33da P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.233816   431 tablet_replica.cc:333] T c9b0199850404fb9bb526134261a1d57 P 71a553ca1d8b4b999f3d8474e011c415: stopping tablet replica
I20260608 12:39:12.234328   431 raft_consensus.cc:2243] T c9b0199850404fb9bb526134261a1d57 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.234776   431 raft_consensus.cc:2272] T c9b0199850404fb9bb526134261a1d57 P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.237027   431 tablet_replica.cc:333] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415: stopping tablet replica
I20260608 12:39:12.237494   431 raft_consensus.cc:2243] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:12.238152   431 raft_consensus.cc:2272] T ab6c9d94d73a45f988b664712c352a0c P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.240111   431 tablet_replica.cc:333] T 9ce5ce079f8549eca84592d9ea3aa4fe P 71a553ca1d8b4b999f3d8474e011c415: stopping tablet replica
I20260608 12:39:12.240572   431 raft_consensus.cc:2243] T 9ce5ce079f8549eca84592d9ea3aa4fe P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.241124   431 raft_consensus.cc:2272] T 9ce5ce079f8549eca84592d9ea3aa4fe P 71a553ca1d8b4b999f3d8474e011c415 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:39:12.250778  3551 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]
W20260608 12:39:12.254403  3551 consensus_peers.cc:597] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db -> Peer 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441): Couldn't send request to peer 71a553ca1d8b4b999f3d8474e011c415. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
W20260608 12:39:12.261786  3477 consensus_peers.cc:597] T 2450f6fea0dc4a2096866fb983c6aebb P 211b7a7d10c048edacf61338100d86a5 -> Peer 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441): Couldn't send request to peer 71a553ca1d8b4b999f3d8474e011c415. 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:39:12.280792   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:39:12.312796   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:39:12.343847   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:12.344667   431 tablet_replica.cc:333] T 5541af32599a4c9db995da38d9d621e5 P 211b7a7d10c048edacf61338100d86a5: stopping tablet replica
I20260608 12:39:12.345353   431 raft_consensus.cc:2243] T 5541af32599a4c9db995da38d9d621e5 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.345785   431 raft_consensus.cc:2272] T 5541af32599a4c9db995da38d9d621e5 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.347918   431 tablet_replica.cc:333] T 4654c9ab63a44a5abf8e200986c713ef P 211b7a7d10c048edacf61338100d86a5: stopping tablet replica
I20260608 12:39:12.348572   431 raft_consensus.cc:2243] T 4654c9ab63a44a5abf8e200986c713ef P 211b7a7d10c048edacf61338100d86a5 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:12.349433   431 raft_consensus.cc:2272] T 4654c9ab63a44a5abf8e200986c713ef P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.351728   431 tablet_replica.cc:333] T fdddb217c5a447e981dd3b5f2ca667b2 P 211b7a7d10c048edacf61338100d86a5: stopping tablet replica
I20260608 12:39:12.352525   431 raft_consensus.cc:2243] T fdddb217c5a447e981dd3b5f2ca667b2 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.353188   431 raft_consensus.cc:2272] T fdddb217c5a447e981dd3b5f2ca667b2 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.355185   431 tablet_replica.cc:333] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5: stopping tablet replica
I20260608 12:39:12.355707   431 raft_consensus.cc:2243] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.356076   431 raft_consensus.cc:2272] T 74f4dafc67144b3eb4f406d6a5abaee4 P 211b7a7d10c048edacf61338100d86a5 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.357873   431 tablet_replica.cc:333] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5: stopping tablet replica
I20260608 12:39:12.358376   431 raft_consensus.cc:2243] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:12.359045   431 raft_consensus.cc:2272] T b4d0a019f1df4c1b83093eeccd388e4d P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.361215   431 tablet_replica.cc:333] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 211b7a7d10c048edacf61338100d86a5: stopping tablet replica
I20260608 12:39:12.361699   431 raft_consensus.cc:2243] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.362104   431 raft_consensus.cc:2272] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.363740   431 tablet_replica.cc:333] T 2450f6fea0dc4a2096866fb983c6aebb P 211b7a7d10c048edacf61338100d86a5: stopping tablet replica
I20260608 12:39:12.364236   431 raft_consensus.cc:2243] T 2450f6fea0dc4a2096866fb983c6aebb P 211b7a7d10c048edacf61338100d86a5 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:12.364970   431 raft_consensus.cc:2272] T 2450f6fea0dc4a2096866fb983c6aebb P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.366698   431 tablet_replica.cc:333] T 3ff35dd82c9d4d3088b20c0bb43c219e P 211b7a7d10c048edacf61338100d86a5: stopping tablet replica
I20260608 12:39:12.367172   431 raft_consensus.cc:2243] T 3ff35dd82c9d4d3088b20c0bb43c219e P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.367568   431 raft_consensus.cc:2272] T 3ff35dd82c9d4d3088b20c0bb43c219e P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.369688   431 tablet_replica.cc:333] T ab6c9d94d73a45f988b664712c352a0c P 211b7a7d10c048edacf61338100d86a5: stopping tablet replica
I20260608 12:39:12.370325   431 raft_consensus.cc:2243] T ab6c9d94d73a45f988b664712c352a0c P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.370944   431 raft_consensus.cc:2272] T ab6c9d94d73a45f988b664712c352a0c P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.374460   431 tablet_replica.cc:333] T 9ce5ce079f8549eca84592d9ea3aa4fe P 211b7a7d10c048edacf61338100d86a5: stopping tablet replica
I20260608 12:39:12.375200   431 raft_consensus.cc:2243] T 9ce5ce079f8549eca84592d9ea3aa4fe P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.375964   431 raft_consensus.cc:2272] T 9ce5ce079f8549eca84592d9ea3aa4fe P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.378525   431 tablet_replica.cc:333] T 257d42f956df43dca67b4a55a3843569 P 211b7a7d10c048edacf61338100d86a5: stopping tablet replica
I20260608 12:39:12.379268   431 raft_consensus.cc:2243] T 257d42f956df43dca67b4a55a3843569 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.379766   431 raft_consensus.cc:2272] T 257d42f956df43dca67b4a55a3843569 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.382114   431 tablet_replica.cc:333] T a524fb86a77e4b6d91226276d4e35b7e P 211b7a7d10c048edacf61338100d86a5: stopping tablet replica
W20260608 12:39:12.381978  3699 consensus_peers.cc:597] T 84de205bb3df42d69cc622b10dd0b893 P f37a0ef3c7064654bb15a551ef220e1a -> Peer 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441): Couldn't send request to peer 71a553ca1d8b4b999f3d8474e011c415. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36441: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:12.382716   431 raft_consensus.cc:2243] T a524fb86a77e4b6d91226276d4e35b7e P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.383134   431 raft_consensus.cc:2272] T a524fb86a77e4b6d91226276d4e35b7e P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.384856   431 tablet_replica.cc:333] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5: stopping tablet replica
I20260608 12:39:12.385319   431 raft_consensus.cc:2243] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:12.386003   431 raft_consensus.cc:2272] T c9b0199850404fb9bb526134261a1d57 P 211b7a7d10c048edacf61338100d86a5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.420758   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:39:12.451421   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
W20260608 12:39:12.465082  3322 catalog_manager.cc:4754] TS 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921): ChangeConfig:REMOVE_PEER RPC failed for tablet 9ce5ce079f8549eca84592d9ea3aa4fe: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer
W20260608 12:39:12.491161  3699 consensus_peers.cc:597] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P f37a0ef3c7064654bb15a551ef220e1a -> Peer 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441): Couldn't send request to peer 71a553ca1d8b4b999f3d8474e011c415. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36441: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:12.493057   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:12.495079   431 tablet_replica.cc:333] T b4d0a019f1df4c1b83093eeccd388e4d P 83d7e815809c4801a2c5db3bdf8543db: stopping tablet replica
I20260608 12:39:12.495640   431 raft_consensus.cc:2243] T b4d0a019f1df4c1b83093eeccd388e4d P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.496133   431 raft_consensus.cc:2272] T b4d0a019f1df4c1b83093eeccd388e4d P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.498406   431 tablet_replica.cc:333] T 4654c9ab63a44a5abf8e200986c713ef P 83d7e815809c4801a2c5db3bdf8543db: stopping tablet replica
I20260608 12:39:12.498951   431 raft_consensus.cc:2243] T 4654c9ab63a44a5abf8e200986c713ef P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.499333   431 raft_consensus.cc:2272] T 4654c9ab63a44a5abf8e200986c713ef P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.501085   431 tablet_replica.cc:333] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db: stopping tablet replica
I20260608 12:39:12.501570   431 raft_consensus.cc:2243] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:12.502274   431 raft_consensus.cc:2272] T a524fb86a77e4b6d91226276d4e35b7e P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.503998   431 tablet_replica.cc:333] T 84de205bb3df42d69cc622b10dd0b893 P 83d7e815809c4801a2c5db3bdf8543db: stopping tablet replica
I20260608 12:39:12.504463   431 raft_consensus.cc:2243] T 84de205bb3df42d69cc622b10dd0b893 P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.504889   431 raft_consensus.cc:2272] T 84de205bb3df42d69cc622b10dd0b893 P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.507392   431 tablet_replica.cc:333] T 424c9d21672e4b8284dfa62fa133e2e1 P 83d7e815809c4801a2c5db3bdf8543db: stopping tablet replica
I20260608 12:39:12.507956   431 raft_consensus.cc:2243] T 424c9d21672e4b8284dfa62fa133e2e1 P 83d7e815809c4801a2c5db3bdf8543db [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.508755   431 raft_consensus.cc:2272] T 424c9d21672e4b8284dfa62fa133e2e1 P 83d7e815809c4801a2c5db3bdf8543db [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.511289   431 tablet_replica.cc:333] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db: stopping tablet replica
I20260608 12:39:12.512068   431 raft_consensus.cc:2243] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:12.513067   431 raft_consensus.cc:2272] T 257d42f956df43dca67b4a55a3843569 P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:39:12.514875  3699 consensus_peers.cc:597] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a -> Peer 71a553ca1d8b4b999f3d8474e011c415 (127.0.107.193:36441): Couldn't send request to peer 71a553ca1d8b4b999f3d8474e011c415. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36441: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:12.515681   431 tablet_replica.cc:333] T 4e4eab123ea14fd4bb292a59a31e33da P 83d7e815809c4801a2c5db3bdf8543db: stopping tablet replica
I20260608 12:39:12.516497   431 raft_consensus.cc:2243] T 4e4eab123ea14fd4bb292a59a31e33da P 83d7e815809c4801a2c5db3bdf8543db [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:12.517334   431 raft_consensus.cc:2272] T 4e4eab123ea14fd4bb292a59a31e33da P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.519215   431 tablet_replica.cc:333] T 2450f6fea0dc4a2096866fb983c6aebb P 83d7e815809c4801a2c5db3bdf8543db: stopping tablet replica
I20260608 12:39:12.519833   431 raft_consensus.cc:2243] T 2450f6fea0dc4a2096866fb983c6aebb P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.520253   431 raft_consensus.cc:2272] T 2450f6fea0dc4a2096866fb983c6aebb P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.522059   431 tablet_replica.cc:333] T 3ff35dd82c9d4d3088b20c0bb43c219e P 83d7e815809c4801a2c5db3bdf8543db: stopping tablet replica
I20260608 12:39:12.522524   431 raft_consensus.cc:2243] T 3ff35dd82c9d4d3088b20c0bb43c219e P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.522898   431 raft_consensus.cc:2272] T 3ff35dd82c9d4d3088b20c0bb43c219e P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.524547   431 tablet_replica.cc:333] T ab6c9d94d73a45f988b664712c352a0c P 83d7e815809c4801a2c5db3bdf8543db: stopping tablet replica
I20260608 12:39:12.525035   431 raft_consensus.cc:2243] T ab6c9d94d73a45f988b664712c352a0c P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.525472   431 raft_consensus.cc:2272] T ab6c9d94d73a45f988b664712c352a0c P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.527709   431 tablet_replica.cc:333] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db: stopping tablet replica
I20260608 12:39:12.528198   431 raft_consensus.cc:2243] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:12.529047   431 raft_consensus.cc:2272] T 9ce5ce079f8549eca84592d9ea3aa4fe P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.531244   431 tablet_replica.cc:333] T 5541af32599a4c9db995da38d9d621e5 P 83d7e815809c4801a2c5db3bdf8543db: stopping tablet replica
I20260608 12:39:12.531872   431 raft_consensus.cc:2243] T 5541af32599a4c9db995da38d9d621e5 P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.532343   431 raft_consensus.cc:2272] T 5541af32599a4c9db995da38d9d621e5 P 83d7e815809c4801a2c5db3bdf8543db [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:39:12.537119  3698 consensus_peers.cc:597] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P f37a0ef3c7064654bb15a551ef220e1a -> Peer 211b7a7d10c048edacf61338100d86a5 (127.0.107.194:33981): Couldn't send request to peer 211b7a7d10c048edacf61338100d86a5. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:33981: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:39:12.548200  3700 consensus_peers.cc:597] T 84de205bb3df42d69cc622b10dd0b893 P f37a0ef3c7064654bb15a551ef220e1a -> Peer 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921): Couldn't send request to peer 83d7e815809c4801a2c5db3bdf8543db. 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:39:12.560168   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:39:12.588079   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
W20260608 12:39:12.618741  3700 consensus_peers.cc:597] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a -> Peer 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921): Couldn't send request to peer 83d7e815809c4801a2c5db3bdf8543db. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.195:39921: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:12.627287   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:12.628192   431 tablet_replica.cc:333] T c9b0199850404fb9bb526134261a1d57 P f37a0ef3c7064654bb15a551ef220e1a: stopping tablet replica
I20260608 12:39:12.629030   431 raft_consensus.cc:2243] T c9b0199850404fb9bb526134261a1d57 P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.629674   431 raft_consensus.cc:2272] T c9b0199850404fb9bb526134261a1d57 P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.632669   431 tablet_replica.cc:333] T 74f4dafc67144b3eb4f406d6a5abaee4 P f37a0ef3c7064654bb15a551ef220e1a: stopping tablet replica
I20260608 12:39:12.633431   431 raft_consensus.cc:2243] T 74f4dafc67144b3eb4f406d6a5abaee4 P f37a0ef3c7064654bb15a551ef220e1a [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.633891   431 raft_consensus.cc:2272] T 74f4dafc67144b3eb4f406d6a5abaee4 P f37a0ef3c7064654bb15a551ef220e1a [term 2 FOLLOWER]: Raft consensus is shut down!
W20260608 12:39:12.634589  3700 consensus_peers.cc:597] T 5541af32599a4c9db995da38d9d621e5 P f37a0ef3c7064654bb15a551ef220e1a -> Peer 83d7e815809c4801a2c5db3bdf8543db (127.0.107.195:39921): Couldn't send request to peer 83d7e815809c4801a2c5db3bdf8543db. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.195:39921: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:12.635834   431 tablet_replica.cc:333] T fdddb217c5a447e981dd3b5f2ca667b2 P f37a0ef3c7064654bb15a551ef220e1a: stopping tablet replica
I20260608 12:39:12.636502   431 raft_consensus.cc:2243] T fdddb217c5a447e981dd3b5f2ca667b2 P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.637036   431 raft_consensus.cc:2272] T fdddb217c5a447e981dd3b5f2ca667b2 P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.638935   431 tablet_replica.cc:333] T 4e4eab123ea14fd4bb292a59a31e33da P f37a0ef3c7064654bb15a551ef220e1a: stopping tablet replica
I20260608 12:39:12.639458   431 raft_consensus.cc:2243] T 4e4eab123ea14fd4bb292a59a31e33da P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.639829   431 raft_consensus.cc:2272] T 4e4eab123ea14fd4bb292a59a31e33da P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.641669   431 tablet_replica.cc:333] T 257d42f956df43dca67b4a55a3843569 P f37a0ef3c7064654bb15a551ef220e1a: stopping tablet replica
I20260608 12:39:12.642185   431 raft_consensus.cc:2243] T 257d42f956df43dca67b4a55a3843569 P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.642613   431 raft_consensus.cc:2272] T 257d42f956df43dca67b4a55a3843569 P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.644212   431 tablet_replica.cc:333] T 9ce5ce079f8549eca84592d9ea3aa4fe P f37a0ef3c7064654bb15a551ef220e1a: stopping tablet replica
I20260608 12:39:12.644713   431 raft_consensus.cc:2243] T 9ce5ce079f8549eca84592d9ea3aa4fe P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.645157   431 raft_consensus.cc:2272] T 9ce5ce079f8549eca84592d9ea3aa4fe P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.647099   431 tablet_replica.cc:333] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P f37a0ef3c7064654bb15a551ef220e1a: stopping tablet replica
I20260608 12:39:12.647586   431 raft_consensus.cc:2243] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P f37a0ef3c7064654bb15a551ef220e1a [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:12.648242   431 raft_consensus.cc:2272] T a047f5ec2a084ac6a6ceb5c8cdaa6538 P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.649979   431 tablet_replica.cc:333] T a524fb86a77e4b6d91226276d4e35b7e P f37a0ef3c7064654bb15a551ef220e1a: stopping tablet replica
I20260608 12:39:12.650468   431 raft_consensus.cc:2243] T a524fb86a77e4b6d91226276d4e35b7e P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.650911   431 raft_consensus.cc:2272] T a524fb86a77e4b6d91226276d4e35b7e P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.652534   431 tablet_replica.cc:333] T 84de205bb3df42d69cc622b10dd0b893 P f37a0ef3c7064654bb15a551ef220e1a: stopping tablet replica
I20260608 12:39:12.653090   431 raft_consensus.cc:2243] T 84de205bb3df42d69cc622b10dd0b893 P f37a0ef3c7064654bb15a551ef220e1a [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:12.653772   431 raft_consensus.cc:2272] T 84de205bb3df42d69cc622b10dd0b893 P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.655381   431 tablet_replica.cc:333] T 4654c9ab63a44a5abf8e200986c713ef P f37a0ef3c7064654bb15a551ef220e1a: stopping tablet replica
I20260608 12:39:12.655844   431 raft_consensus.cc:2243] T 4654c9ab63a44a5abf8e200986c713ef P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:12.656196   431 raft_consensus.cc:2272] T 4654c9ab63a44a5abf8e200986c713ef P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.657893   431 tablet_replica.cc:333] T 5541af32599a4c9db995da38d9d621e5 P f37a0ef3c7064654bb15a551ef220e1a: stopping tablet replica
I20260608 12:39:12.658349   431 raft_consensus.cc:2243] T 5541af32599a4c9db995da38d9d621e5 P f37a0ef3c7064654bb15a551ef220e1a [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:12.659008   431 raft_consensus.cc:2272] T 5541af32599a4c9db995da38d9d621e5 P f37a0ef3c7064654bb15a551ef220e1a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.660781   431 tablet_replica.cc:333] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a: stopping tablet replica
I20260608 12:39:12.661309   431 raft_consensus.cc:2243] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:39:12.662021   431 raft_consensus.cc:2272] T 424c9d21672e4b8284dfa62fa133e2e1 P f37a0ef3c7064654bb15a551ef220e1a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.695616   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:39:12.722056   431 master.cc:562] Master@127.0.107.254:44471 shutting down...
W20260608 12:39:12.750720  3384 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:39:12.750988  3384 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:39:12.751178  3384 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:39:12.856765   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 22678ec8ef844e2da588fc79e92f321f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:12.857359   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 22678ec8ef844e2da588fc79e92f321f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:12.857662   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 22678ec8ef844e2da588fc79e92f321f: stopping tablet replica
I20260608 12:39:12.878767   431 master.cc:584] Master@127.0.107.254:44471 shutdown complete.
[       OK ] AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas (10009 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne
I20260608 12:39:12.925037   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:41065
I20260608 12:39:12.926172   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:12.931165  4011 instance_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:12.932504  4012 instance_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:12.932986  4014 instance_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:12.934850   431 server_base.cc:1061] running on GCE node
I20260608 12:39:12.935585   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:12.935756   431 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:12.935899   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922352935882 us; error 0 us; skew 500 ppm
I20260608 12:39:12.936439   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:12.938844   431 webserver.cc:533] Webserver started at http://127.0.107.254:38903/ using document root <none> and password file <none>
I20260608 12:39:12.939334   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:12.939489   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:12.939757   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:12.940798   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922266998516-431-0/minicluster-data/master-0-root/instance:
uuid: "9596d6445c0042da897c2c0dcd7ac76a"
format_stamp: "Formatted at 2026-06-08 12:39:12 on dist-test-slave-3g00"
I20260608 12:39:12.945356   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260608 12:39:12.948910  4019 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:12.949720   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:39:12.950023   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922266998516-431-0/minicluster-data/master-0-root
uuid: "9596d6445c0042da897c2c0dcd7ac76a"
format_stamp: "Formatted at 2026-06-08 12:39:12 on dist-test-slave-3g00"
I20260608 12:39:12.950275   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922266998516-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922266998516-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922266998516-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:12.966585   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:12.967801   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:13.005059   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:41065
I20260608 12:39:13.005173  4070 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:41065 every 8 connection(s)
I20260608 12:39:13.009100  4071 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:13.018872  4071 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9596d6445c0042da897c2c0dcd7ac76a: Bootstrap starting.
I20260608 12:39:13.023595  4071 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9596d6445c0042da897c2c0dcd7ac76a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:13.027601  4071 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9596d6445c0042da897c2c0dcd7ac76a: No bootstrap required, opened a new log
I20260608 12:39:13.029706  4071 raft_consensus.cc:359] T 00000000000000000000000000000000 P 9596d6445c0042da897c2c0dcd7ac76a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9596d6445c0042da897c2c0dcd7ac76a" member_type: VOTER }
I20260608 12:39:13.030069  4071 raft_consensus.cc:385] T 00000000000000000000000000000000 P 9596d6445c0042da897c2c0dcd7ac76a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:13.030243  4071 raft_consensus.cc:740] T 00000000000000000000000000000000 P 9596d6445c0042da897c2c0dcd7ac76a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9596d6445c0042da897c2c0dcd7ac76a, State: Initialized, Role: FOLLOWER
I20260608 12:39:13.030736  4071 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9596d6445c0042da897c2c0dcd7ac76a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "9596d6445c0042da897c2c0dcd7ac76a" member_type: VOTER }
I20260608 12:39:13.031147  4071 raft_consensus.cc:399] T 00000000000000000000000000000000 P 9596d6445c0042da897c2c0dcd7ac76a [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:39:13.031332  4071 raft_consensus.cc:493] T 00000000000000000000000000000000 P 9596d6445c0042da897c2c0dcd7ac76a [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:39:13.031535  4071 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 9596d6445c0042da897c2c0dcd7ac76a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:13.035660  4071 raft_consensus.cc:515] T 00000000000000000000000000000000 P 9596d6445c0042da897c2c0dcd7ac76a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9596d6445c0042da897c2c0dcd7ac76a" member_type: VOTER }
I20260608 12:39:13.036130  4071 leader_election.cc:304] T 00000000000000000000000000000000 P 9596d6445c0042da897c2c0dcd7ac76a [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: 9596d6445c0042da897c2c0dcd7ac76a; no voters: 
I20260608 12:39:13.037277  4071 leader_election.cc:290] T 00000000000000000000000000000000 P 9596d6445c0042da897c2c0dcd7ac76a [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:39:13.037623  4074 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 9596d6445c0042da897c2c0dcd7ac76a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:13.038947  4074 raft_consensus.cc:697] T 00000000000000000000000000000000 P 9596d6445c0042da897c2c0dcd7ac76a [term 1 LEADER]: Becoming Leader. State: Replica: 9596d6445c0042da897c2c0dcd7ac76a, State: Running, Role: LEADER
I20260608 12:39:13.039626  4074 consensus_queue.cc:237] T 00000000000000000000000000000000 P 9596d6445c0042da897c2c0dcd7ac76a [LEADER]: Queue going to LEADER mode. State: All 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: "9596d6445c0042da897c2c0dcd7ac76a" member_type: VOTER }
I20260608 12:39:13.040089  4071 sys_catalog.cc:565] T 00000000000000000000000000000000 P 9596d6445c0042da897c2c0dcd7ac76a [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:39:13.044283  4076 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9596d6445c0042da897c2c0dcd7ac76a [sys.catalog]: SysCatalogTable state changed. Reason: New leader 9596d6445c0042da897c2c0dcd7ac76a. Latest consensus state: current_term: 1 leader_uuid: "9596d6445c0042da897c2c0dcd7ac76a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9596d6445c0042da897c2c0dcd7ac76a" member_type: VOTER } }
I20260608 12:39:13.044283  4075 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9596d6445c0042da897c2c0dcd7ac76a [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "9596d6445c0042da897c2c0dcd7ac76a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9596d6445c0042da897c2c0dcd7ac76a" member_type: VOTER } }
I20260608 12:39:13.045049  4076 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9596d6445c0042da897c2c0dcd7ac76a [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:13.045174  4075 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9596d6445c0042da897c2c0dcd7ac76a [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:13.050951  4082 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:39:13.055902  4082 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:39:13.058228   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:39:13.064935  4082 catalog_manager.cc:1382] Generated new cluster ID: 918b1c3663514c3884c0e54e62697cdb
I20260608 12:39:13.065210  4082 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:39:13.099200  4082 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:39:13.100454  4082 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:39:13.116011  4082 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 9596d6445c0042da897c2c0dcd7ac76a: Generated new TSK 0
I20260608 12:39:13.116577  4082 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:39:13.124398   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:13.130208  4092 instance_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:13.131352  4093 instance_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:13.132853  4095 instance_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:13.133001   431 server_base.cc:1061] running on GCE node
I20260608 12:39:13.133898   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:13.134109   431 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:13.134258   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922353134240 us; error 0 us; skew 500 ppm
I20260608 12:39:13.134809   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:13.137059   431 webserver.cc:533] Webserver started at http://127.0.107.193:40563/ using document root <none> and password file <none>
I20260608 12:39:13.137539   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:13.137717   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:13.137960   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:13.139086   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922266998516-431-0/minicluster-data/ts-0-root/instance:
uuid: "ce52827bfde341dd94a671441544a29a"
format_stamp: "Formatted at 2026-06-08 12:39:13 on dist-test-slave-3g00"
I20260608 12:39:13.143709   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:39:13.147249  4100 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:13.148034   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:39:13.148290   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922266998516-431-0/minicluster-data/ts-0-root
uuid: "ce52827bfde341dd94a671441544a29a"
format_stamp: "Formatted at 2026-06-08 12:39:13 on dist-test-slave-3g00"
I20260608 12:39:13.148546   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922266998516-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922266998516-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922266998516-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:13.166555   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:13.167722   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:13.169122   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:13.171414   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:13.171607   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:13.171850   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:13.171993   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:13.210688   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:34923
I20260608 12:39:13.210799  4162 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:34923 every 8 connection(s)
I20260608 12:39:13.215682   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:13.222697  4167 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:13.224133  4168 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:13.227635  4163 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41065
W20260608 12:39:13.227691  4170 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:13.227754   431 server_base.cc:1061] running on GCE node
I20260608 12:39:13.228286  4163 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:13.228987   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:13.229220   431 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:13.229127  4163 heartbeater.cc:507] Master 127.0.107.254:41065 requested a full tablet report, sending...
I20260608 12:39:13.229488   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922353229470 us; error 0 us; skew 500 ppm
I20260608 12:39:13.230093   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:13.231539  4036 ts_manager.cc:194] Registered new tserver with Master: ce52827bfde341dd94a671441544a29a (127.0.107.193:34923)
I20260608 12:39:13.232453   431 webserver.cc:533] Webserver started at http://127.0.107.194:43991/ using document root <none> and password file <none>
I20260608 12:39:13.233021   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:13.233203   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:13.233438   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:13.233633  4036 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33446
I20260608 12:39:13.234475   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922266998516-431-0/minicluster-data/ts-1-root/instance:
uuid: "a7dbf44695cf4d179ba13635a6a99da0"
format_stamp: "Formatted at 2026-06-08 12:39:13 on dist-test-slave-3g00"
I20260608 12:39:13.238739   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260608 12:39:13.242066  4175 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:13.242827   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:39:13.243114   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922266998516-431-0/minicluster-data/ts-1-root
uuid: "a7dbf44695cf4d179ba13635a6a99da0"
format_stamp: "Formatted at 2026-06-08 12:39:13 on dist-test-slave-3g00"
I20260608 12:39:13.243386   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922266998516-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922266998516-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922266998516-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:13.256649   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:13.257836   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:13.259270   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:13.261498   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:13.261698   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:13.261929   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:13.262079   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:13.299971   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:37121
I20260608 12:39:13.300069  4237 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:37121 every 8 connection(s)
I20260608 12:39:13.304653   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:13.311090  4241 instance_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:13.311928  4242 instance_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:13.314405  4244 instance_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:13.316704  4238 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41065
I20260608 12:39:13.317020   431 server_base.cc:1061] running on GCE node
I20260608 12:39:13.317163  4238 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:13.318013   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:39:13.318084  4238 heartbeater.cc:507] Master 127.0.107.254:41065 requested a full tablet report, sending...
W20260608 12:39:13.318372   431 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:13.318665   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922353318644 us; error 0 us; skew 500 ppm
I20260608 12:39:13.319381   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:13.321283  4036 ts_manager.cc:194] Registered new tserver with Master: a7dbf44695cf4d179ba13635a6a99da0 (127.0.107.194:37121)
I20260608 12:39:13.322623   431 webserver.cc:533] Webserver started at http://127.0.107.195:43269/ using document root <none> and password file <none>
I20260608 12:39:13.323022  4036 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33456
I20260608 12:39:13.323375   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:13.323705   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:13.324023   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:13.325402   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922266998516-431-0/minicluster-data/ts-2-root/instance:
uuid: "0df49c8eef5842b49b604781210273d6"
format_stamp: "Formatted at 2026-06-08 12:39:13 on dist-test-slave-3g00"
I20260608 12:39:13.331969   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.000s
I20260608 12:39:13.335871  4249 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:13.336766   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:39:13.337193   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922266998516-431-0/minicluster-data/ts-2-root
uuid: "0df49c8eef5842b49b604781210273d6"
format_stamp: "Formatted at 2026-06-08 12:39:13 on dist-test-slave-3g00"
I20260608 12:39:13.337523   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922266998516-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922266998516-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922266998516-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:13.361749   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:13.363008   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:13.364332   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:13.366590   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:13.366791   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:13.367005   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:13.367156   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:13.405427   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:45239
I20260608 12:39:13.405551  4311 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:45239 every 8 connection(s)
I20260608 12:39:13.410622   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:13.418367  4315 instance_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:13.419349  4316 instance_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:13.422343  4318 instance_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:13.422658   431 server_base.cc:1061] running on GCE node
I20260608 12:39:13.422904  4312 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41065
I20260608 12:39:13.423359  4312 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:13.423872   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:13.424157   431 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:13.424156  4312 heartbeater.cc:507] Master 127.0.107.254:41065 requested a full tablet report, sending...
I20260608 12:39:13.424569   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922353424547 us; error 0 us; skew 500 ppm
I20260608 12:39:13.425302   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:13.426736  4036 ts_manager.cc:194] Registered new tserver with Master: 0df49c8eef5842b49b604781210273d6 (127.0.107.195:45239)
I20260608 12:39:13.427882   431 webserver.cc:533] Webserver started at http://127.0.107.196:34683/ using document root <none> and password file <none>
I20260608 12:39:13.428241  4036 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33464
I20260608 12:39:13.428422   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:13.428714   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:13.429003   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:13.430208   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922266998516-431-0/minicluster-data/ts-3-root/instance:
uuid: "64f13ce67a864515a81e1cd6a14e112e"
format_stamp: "Formatted at 2026-06-08 12:39:13 on dist-test-slave-3g00"
I20260608 12:39:13.434610   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:39:13.437934  4323 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:13.438664   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:39:13.438935   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922266998516-431-0/minicluster-data/ts-3-root
uuid: "64f13ce67a864515a81e1cd6a14e112e"
format_stamp: "Formatted at 2026-06-08 12:39:13 on dist-test-slave-3g00"
I20260608 12:39:13.439224   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922266998516-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922266998516-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922266998516-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:13.465265   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:13.466368   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:13.467540   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:13.469731   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:13.469928   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:13.470156   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:13.470312   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:13.507009   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:38137
I20260608 12:39:13.507179  4385 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:38137 every 8 connection(s)
I20260608 12:39:13.520494  4386 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41065
I20260608 12:39:13.520912  4386 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:13.521587  4386 heartbeater.cc:507] Master 127.0.107.254:41065 requested a full tablet report, sending...
I20260608 12:39:13.523608  4036 ts_manager.cc:194] Registered new tserver with Master: 64f13ce67a864515a81e1cd6a14e112e (127.0.107.196:38137)
I20260608 12:39:13.523722   431 internal_mini_cluster.cc:371] 4 TS(s) registered with all masters after 0.013548291s
I20260608 12:39:13.525146  4036 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33468
I20260608 12:39:14.236227  4163 heartbeater.cc:499] Master 127.0.107.254:41065 was elected leader, sending a full tablet report...
I20260608 12:39:14.328640  4238 heartbeater.cc:499] Master 127.0.107.254:41065 was elected leader, sending a full tablet report...
I20260608 12:39:14.430672  4312 heartbeater.cc:499] Master 127.0.107.254:41065 was elected leader, sending a full tablet report...
I20260608 12:39:14.527899  4386 heartbeater.cc:499] Master 127.0.107.254:41065 was elected leader, sending a full tablet report...
I20260608 12:39:14.589848  4036 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:33484:
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:39:14.633812  4277 tablet_service.cc:1511] Processing CreateTablet for tablet 96840948631a4597b371b513ee5c5047 (DEFAULT_TABLE table=test-workload [id=cb41689598bc496ca48f335f5264c6eb]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:39:14.635113  4277 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 96840948631a4597b371b513ee5c5047. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:14.635228  4128 tablet_service.cc:1511] Processing CreateTablet for tablet 96840948631a4597b371b513ee5c5047 (DEFAULT_TABLE table=test-workload [id=cb41689598bc496ca48f335f5264c6eb]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:39:14.636584  4128 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 96840948631a4597b371b513ee5c5047. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:14.643159  4351 tablet_service.cc:1511] Processing CreateTablet for tablet 96840948631a4597b371b513ee5c5047 (DEFAULT_TABLE table=test-workload [id=cb41689598bc496ca48f335f5264c6eb]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:39:14.644461  4351 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 96840948631a4597b371b513ee5c5047. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:14.648656  4407 tablet_bootstrap.cc:492] T 96840948631a4597b371b513ee5c5047 P 0df49c8eef5842b49b604781210273d6: Bootstrap starting.
I20260608 12:39:14.652864  4408 tablet_bootstrap.cc:492] T 96840948631a4597b371b513ee5c5047 P ce52827bfde341dd94a671441544a29a: Bootstrap starting.
I20260608 12:39:14.655691  4407 tablet_bootstrap.cc:654] T 96840948631a4597b371b513ee5c5047 P 0df49c8eef5842b49b604781210273d6: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:14.659597  4408 tablet_bootstrap.cc:654] T 96840948631a4597b371b513ee5c5047 P ce52827bfde341dd94a671441544a29a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:14.662262  4409 tablet_bootstrap.cc:492] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e: Bootstrap starting.
I20260608 12:39:14.665097  4408 tablet_bootstrap.cc:492] T 96840948631a4597b371b513ee5c5047 P ce52827bfde341dd94a671441544a29a: No bootstrap required, opened a new log
I20260608 12:39:14.665180  4407 tablet_bootstrap.cc:492] T 96840948631a4597b371b513ee5c5047 P 0df49c8eef5842b49b604781210273d6: No bootstrap required, opened a new log
I20260608 12:39:14.665637  4408 ts_tablet_manager.cc:1403] T 96840948631a4597b371b513ee5c5047 P ce52827bfde341dd94a671441544a29a: Time spent bootstrapping tablet: real 0.013s	user 0.009s	sys 0.004s
I20260608 12:39:14.665771  4407 ts_tablet_manager.cc:1403] T 96840948631a4597b371b513ee5c5047 P 0df49c8eef5842b49b604781210273d6: Time spent bootstrapping tablet: real 0.017s	user 0.013s	sys 0.004s
I20260608 12:39:14.667755  4408 raft_consensus.cc:359] T 96840948631a4597b371b513ee5c5047 P ce52827bfde341dd94a671441544a29a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0df49c8eef5842b49b604781210273d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45239 } } peers { permanent_uuid: "ce52827bfde341dd94a671441544a29a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34923 } } peers { permanent_uuid: "64f13ce67a864515a81e1cd6a14e112e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38137 } }
I20260608 12:39:14.668311  4408 raft_consensus.cc:385] T 96840948631a4597b371b513ee5c5047 P ce52827bfde341dd94a671441544a29a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:14.669018  4408 raft_consensus.cc:740] T 96840948631a4597b371b513ee5c5047 P ce52827bfde341dd94a671441544a29a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ce52827bfde341dd94a671441544a29a, State: Initialized, Role: FOLLOWER
I20260608 12:39:14.669379  4409 tablet_bootstrap.cc:654] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:14.668715  4407 raft_consensus.cc:359] T 96840948631a4597b371b513ee5c5047 P 0df49c8eef5842b49b604781210273d6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0df49c8eef5842b49b604781210273d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45239 } } peers { permanent_uuid: "ce52827bfde341dd94a671441544a29a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34923 } } peers { permanent_uuid: "64f13ce67a864515a81e1cd6a14e112e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38137 } }
I20260608 12:39:14.670068  4407 raft_consensus.cc:385] T 96840948631a4597b371b513ee5c5047 P 0df49c8eef5842b49b604781210273d6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:14.669940  4408 consensus_queue.cc:260] T 96840948631a4597b371b513ee5c5047 P ce52827bfde341dd94a671441544a29a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0df49c8eef5842b49b604781210273d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45239 } } peers { permanent_uuid: "ce52827bfde341dd94a671441544a29a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34923 } } peers { permanent_uuid: "64f13ce67a864515a81e1cd6a14e112e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38137 } }
I20260608 12:39:14.670490  4407 raft_consensus.cc:740] T 96840948631a4597b371b513ee5c5047 P 0df49c8eef5842b49b604781210273d6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0df49c8eef5842b49b604781210273d6, State: Initialized, Role: FOLLOWER
I20260608 12:39:14.671561  4407 consensus_queue.cc:260] T 96840948631a4597b371b513ee5c5047 P 0df49c8eef5842b49b604781210273d6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0df49c8eef5842b49b604781210273d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45239 } } peers { permanent_uuid: "ce52827bfde341dd94a671441544a29a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34923 } } peers { permanent_uuid: "64f13ce67a864515a81e1cd6a14e112e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38137 } }
I20260608 12:39:14.673277  4408 ts_tablet_manager.cc:1434] T 96840948631a4597b371b513ee5c5047 P ce52827bfde341dd94a671441544a29a: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.001s
I20260608 12:39:14.675647  4407 ts_tablet_manager.cc:1434] T 96840948631a4597b371b513ee5c5047 P 0df49c8eef5842b49b604781210273d6: Time spent starting tablet: real 0.010s	user 0.009s	sys 0.000s
I20260608 12:39:14.679364  4409 tablet_bootstrap.cc:492] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e: No bootstrap required, opened a new log
I20260608 12:39:14.679828  4409 ts_tablet_manager.cc:1403] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e: Time spent bootstrapping tablet: real 0.018s	user 0.011s	sys 0.004s
I20260608 12:39:14.682802  4409 raft_consensus.cc:359] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0df49c8eef5842b49b604781210273d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45239 } } peers { permanent_uuid: "ce52827bfde341dd94a671441544a29a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34923 } } peers { permanent_uuid: "64f13ce67a864515a81e1cd6a14e112e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38137 } }
I20260608 12:39:14.683501  4409 raft_consensus.cc:385] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:14.683830  4409 raft_consensus.cc:740] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 64f13ce67a864515a81e1cd6a14e112e, State: Initialized, Role: FOLLOWER
I20260608 12:39:14.684633  4409 consensus_queue.cc:260] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0df49c8eef5842b49b604781210273d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45239 } } peers { permanent_uuid: "ce52827bfde341dd94a671441544a29a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34923 } } peers { permanent_uuid: "64f13ce67a864515a81e1cd6a14e112e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38137 } }
I20260608 12:39:14.687501  4409 ts_tablet_manager.cc:1434] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:39:14.715584  4412 raft_consensus.cc:493] T 96840948631a4597b371b513ee5c5047 P ce52827bfde341dd94a671441544a29a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:14.716097  4412 raft_consensus.cc:515] T 96840948631a4597b371b513ee5c5047 P ce52827bfde341dd94a671441544a29a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0df49c8eef5842b49b604781210273d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45239 } } peers { permanent_uuid: "ce52827bfde341dd94a671441544a29a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34923 } } peers { permanent_uuid: "64f13ce67a864515a81e1cd6a14e112e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38137 } }
I20260608 12:39:14.718209  4412 leader_election.cc:290] T 96840948631a4597b371b513ee5c5047 P ce52827bfde341dd94a671441544a29a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0df49c8eef5842b49b604781210273d6 (127.0.107.195:45239), 64f13ce67a864515a81e1cd6a14e112e (127.0.107.196:38137)
I20260608 12:39:14.728725  4287 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "96840948631a4597b371b513ee5c5047" candidate_uuid: "ce52827bfde341dd94a671441544a29a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0df49c8eef5842b49b604781210273d6" is_pre_election: true
I20260608 12:39:14.728603  4361 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "96840948631a4597b371b513ee5c5047" candidate_uuid: "ce52827bfde341dd94a671441544a29a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "64f13ce67a864515a81e1cd6a14e112e" is_pre_election: true
I20260608 12:39:14.729514  4287 raft_consensus.cc:2468] T 96840948631a4597b371b513ee5c5047 P 0df49c8eef5842b49b604781210273d6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ce52827bfde341dd94a671441544a29a in term 0.
I20260608 12:39:14.729599  4361 raft_consensus.cc:2468] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ce52827bfde341dd94a671441544a29a in term 0.
I20260608 12:39:14.730633  4104 leader_election.cc:304] T 96840948631a4597b371b513ee5c5047 P ce52827bfde341dd94a671441544a29a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0df49c8eef5842b49b604781210273d6, ce52827bfde341dd94a671441544a29a; no voters: 
I20260608 12:39:14.731300  4412 raft_consensus.cc:2804] T 96840948631a4597b371b513ee5c5047 P ce52827bfde341dd94a671441544a29a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:14.731657  4412 raft_consensus.cc:493] T 96840948631a4597b371b513ee5c5047 P ce52827bfde341dd94a671441544a29a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:14.731986  4412 raft_consensus.cc:3060] T 96840948631a4597b371b513ee5c5047 P ce52827bfde341dd94a671441544a29a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:14.737051  4412 raft_consensus.cc:515] T 96840948631a4597b371b513ee5c5047 P ce52827bfde341dd94a671441544a29a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0df49c8eef5842b49b604781210273d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45239 } } peers { permanent_uuid: "ce52827bfde341dd94a671441544a29a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34923 } } peers { permanent_uuid: "64f13ce67a864515a81e1cd6a14e112e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38137 } }
I20260608 12:39:14.738713  4412 leader_election.cc:290] T 96840948631a4597b371b513ee5c5047 P ce52827bfde341dd94a671441544a29a [CANDIDATE]: Term 1 election: Requested vote from peers 0df49c8eef5842b49b604781210273d6 (127.0.107.195:45239), 64f13ce67a864515a81e1cd6a14e112e (127.0.107.196:38137)
I20260608 12:39:14.739337  4287 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "96840948631a4597b371b513ee5c5047" candidate_uuid: "ce52827bfde341dd94a671441544a29a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0df49c8eef5842b49b604781210273d6"
I20260608 12:39:14.739862  4287 raft_consensus.cc:3060] T 96840948631a4597b371b513ee5c5047 P 0df49c8eef5842b49b604781210273d6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:14.739804  4361 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "96840948631a4597b371b513ee5c5047" candidate_uuid: "ce52827bfde341dd94a671441544a29a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "64f13ce67a864515a81e1cd6a14e112e"
I20260608 12:39:14.740427  4361 raft_consensus.cc:3060] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:14.746764  4287 raft_consensus.cc:2468] T 96840948631a4597b371b513ee5c5047 P 0df49c8eef5842b49b604781210273d6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ce52827bfde341dd94a671441544a29a in term 1.
I20260608 12:39:14.747238  4361 raft_consensus.cc:2468] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ce52827bfde341dd94a671441544a29a in term 1.
I20260608 12:39:14.747897  4104 leader_election.cc:304] T 96840948631a4597b371b513ee5c5047 P ce52827bfde341dd94a671441544a29a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0df49c8eef5842b49b604781210273d6, ce52827bfde341dd94a671441544a29a; no voters: 
I20260608 12:39:14.748591  4412 raft_consensus.cc:2804] T 96840948631a4597b371b513ee5c5047 P ce52827bfde341dd94a671441544a29a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:14.749825  4412 raft_consensus.cc:697] T 96840948631a4597b371b513ee5c5047 P ce52827bfde341dd94a671441544a29a [term 1 LEADER]: Becoming Leader. State: Replica: ce52827bfde341dd94a671441544a29a, State: Running, Role: LEADER
I20260608 12:39:14.750671  4412 consensus_queue.cc:237] T 96840948631a4597b371b513ee5c5047 P ce52827bfde341dd94a671441544a29a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0df49c8eef5842b49b604781210273d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45239 } } peers { permanent_uuid: "ce52827bfde341dd94a671441544a29a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34923 } } peers { permanent_uuid: "64f13ce67a864515a81e1cd6a14e112e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38137 } }
I20260608 12:39:14.757908  4034 catalog_manager.cc:5696] T 96840948631a4597b371b513ee5c5047 P ce52827bfde341dd94a671441544a29a reported cstate change: term changed from 0 to 1, leader changed from <none> to ce52827bfde341dd94a671441544a29a (127.0.107.193). New cstate: current_term: 1 leader_uuid: "ce52827bfde341dd94a671441544a29a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0df49c8eef5842b49b604781210273d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45239 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ce52827bfde341dd94a671441544a29a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34923 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "64f13ce67a864515a81e1cd6a14e112e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38137 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:15.058221  4089 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:15.059715  4089 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:15.060030  4089 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:15.140271  4412 consensus_queue.cc:1048] T 96840948631a4597b371b513ee5c5047 P ce52827bfde341dd94a671441544a29a [LEADER]: Connected to new peer: Peer: permanent_uuid: "0df49c8eef5842b49b604781210273d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45239 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:15.153117  4412 consensus_queue.cc:1048] T 96840948631a4597b371b513ee5c5047 P ce52827bfde341dd94a671441544a29a [LEADER]: Connected to new peer: Peer: permanent_uuid: "64f13ce67a864515a81e1cd6a14e112e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38137 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:17.060937  4089 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:17.062237  4089 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:17.062489  4089 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:19.063508  4089 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:19.064993  4089 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:19.065263  4089 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:21.066166  4089 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:21.067466  4089 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:21.067735  4089 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:23.068542  4089 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:23.069900  4089 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:23.070154  4089 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:25.070955  4089 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:25.072193  4089 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:25.072453  4089 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:27.186509   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:39:27.280869  4089 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:27.282799  4089 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:27.283263  4089 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:27.577203   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:27.578137   431 tablet_replica.cc:333] T 96840948631a4597b371b513ee5c5047 P ce52827bfde341dd94a671441544a29a: stopping tablet replica
I20260608 12:39:27.578754   431 raft_consensus.cc:2243] T 96840948631a4597b371b513ee5c5047 P ce52827bfde341dd94a671441544a29a [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:27.580051   431 raft_consensus.cc:2272] T 96840948631a4597b371b513ee5c5047 P ce52827bfde341dd94a671441544a29a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:27.605640   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:39:27.619819   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:39:27.641650   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
W20260608 12:39:28.512800  4234 debug-util.cc:398] Leaking SignalData structure 0x7b08000c6040 after lost signal to thread 434
W20260608 12:39:28.513953  4234 debug-util.cc:398] Leaking SignalData structure 0x7b08001a2220 after lost signal to thread 4070
W20260608 12:39:28.516582  4234 debug-util.cc:398] Leaking SignalData structure 0x7b0800199ac0 after lost signal to thread 4311
W20260608 12:39:28.517526  4234 debug-util.cc:398] Leaking SignalData structure 0x7b08001b0400 after lost signal to thread 4385
W20260608 12:39:28.656556   431 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 4234)
I20260608 12:39:28.810369  4433 raft_consensus.cc:493] T 96840948631a4597b371b513ee5c5047 P 0df49c8eef5842b49b604781210273d6 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader ce52827bfde341dd94a671441544a29a)
I20260608 12:39:28.811100  4433 raft_consensus.cc:515] T 96840948631a4597b371b513ee5c5047 P 0df49c8eef5842b49b604781210273d6 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0df49c8eef5842b49b604781210273d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45239 } } peers { permanent_uuid: "ce52827bfde341dd94a671441544a29a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34923 } } peers { permanent_uuid: "64f13ce67a864515a81e1cd6a14e112e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38137 } }
I20260608 12:39:28.814019  4433 leader_election.cc:290] T 96840948631a4597b371b513ee5c5047 P 0df49c8eef5842b49b604781210273d6 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers ce52827bfde341dd94a671441544a29a (127.0.107.193:34923), 64f13ce67a864515a81e1cd6a14e112e (127.0.107.196:38137)
W20260608 12:39:28.830575  4250 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34923: connect: Connection refused (error 111) [suppressed 14 similar messages]
W20260608 12:39:28.835459  4250 leader_election.cc:336] T 96840948631a4597b371b513ee5c5047 P 0df49c8eef5842b49b604781210273d6 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer ce52827bfde341dd94a671441544a29a (127.0.107.193:34923): Network error: Client connection negotiation failed: client connection to 127.0.107.193:34923: connect: Connection refused (error 111)
I20260608 12:39:28.840685  4361 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "96840948631a4597b371b513ee5c5047" candidate_uuid: "0df49c8eef5842b49b604781210273d6" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "64f13ce67a864515a81e1cd6a14e112e" is_pre_election: true
I20260608 12:39:28.842571  4251 leader_election.cc:304] T 96840948631a4597b371b513ee5c5047 P 0df49c8eef5842b49b604781210273d6 [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: 0df49c8eef5842b49b604781210273d6; no voters: 64f13ce67a864515a81e1cd6a14e112e, ce52827bfde341dd94a671441544a29a
I20260608 12:39:28.843448  4433 raft_consensus.cc:2749] T 96840948631a4597b371b513ee5c5047 P 0df49c8eef5842b49b604781210273d6 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:39:29.041181  4438 raft_consensus.cc:493] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e [term 1 FOLLOWER]: Starting pre-election (detected failure of leader ce52827bfde341dd94a671441544a29a)
I20260608 12:39:29.041764  4438 raft_consensus.cc:515] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0df49c8eef5842b49b604781210273d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45239 } } peers { permanent_uuid: "ce52827bfde341dd94a671441544a29a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34923 } } peers { permanent_uuid: "64f13ce67a864515a81e1cd6a14e112e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38137 } }
I20260608 12:39:29.044059  4438 leader_election.cc:290] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0df49c8eef5842b49b604781210273d6 (127.0.107.195:45239), ce52827bfde341dd94a671441544a29a (127.0.107.193:34923)
W20260608 12:39:29.061830  4324 leader_election.cc:336] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer ce52827bfde341dd94a671441544a29a (127.0.107.193:34923): Network error: Client connection negotiation failed: client connection to 127.0.107.193:34923: connect: Connection refused (error 111)
I20260608 12:39:29.067811  4287 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "96840948631a4597b371b513ee5c5047" candidate_uuid: "64f13ce67a864515a81e1cd6a14e112e" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0df49c8eef5842b49b604781210273d6" is_pre_election: true
I20260608 12:39:29.068368  4287 raft_consensus.cc:2468] T 96840948631a4597b371b513ee5c5047 P 0df49c8eef5842b49b604781210273d6 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 64f13ce67a864515a81e1cd6a14e112e in term 1.
I20260608 12:39:29.069751  4327 leader_election.cc:304] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e [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: 0df49c8eef5842b49b604781210273d6, 64f13ce67a864515a81e1cd6a14e112e; no voters: ce52827bfde341dd94a671441544a29a
I20260608 12:39:29.070719  4438 raft_consensus.cc:2804] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:39:29.071030  4438 raft_consensus.cc:493] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e [term 1 FOLLOWER]: Starting leader election (detected failure of leader ce52827bfde341dd94a671441544a29a)
I20260608 12:39:29.071306  4438 raft_consensus.cc:3060] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:29.077117  4438 raft_consensus.cc:515] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0df49c8eef5842b49b604781210273d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45239 } } peers { permanent_uuid: "ce52827bfde341dd94a671441544a29a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34923 } } peers { permanent_uuid: "64f13ce67a864515a81e1cd6a14e112e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38137 } }
I20260608 12:39:29.078760  4438 leader_election.cc:290] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e [CANDIDATE]: Term 2 election: Requested vote from peers 0df49c8eef5842b49b604781210273d6 (127.0.107.195:45239), ce52827bfde341dd94a671441544a29a (127.0.107.193:34923)
I20260608 12:39:29.079799  4287 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "96840948631a4597b371b513ee5c5047" candidate_uuid: "64f13ce67a864515a81e1cd6a14e112e" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0df49c8eef5842b49b604781210273d6"
I20260608 12:39:29.080404  4287 raft_consensus.cc:3060] T 96840948631a4597b371b513ee5c5047 P 0df49c8eef5842b49b604781210273d6 [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:39:29.083346  4324 leader_election.cc:336] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer ce52827bfde341dd94a671441544a29a (127.0.107.193:34923): Network error: Client connection negotiation failed: client connection to 127.0.107.193:34923: connect: Connection refused (error 111)
I20260608 12:39:29.086277  4287 raft_consensus.cc:2468] T 96840948631a4597b371b513ee5c5047 P 0df49c8eef5842b49b604781210273d6 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 64f13ce67a864515a81e1cd6a14e112e in term 2.
I20260608 12:39:29.087256  4327 leader_election.cc:304] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e [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: 0df49c8eef5842b49b604781210273d6, 64f13ce67a864515a81e1cd6a14e112e; no voters: ce52827bfde341dd94a671441544a29a
I20260608 12:39:29.087936  4438 raft_consensus.cc:2804] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:39:29.089200  4438 raft_consensus.cc:697] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e [term 2 LEADER]: Becoming Leader. State: Replica: 64f13ce67a864515a81e1cd6a14e112e, State: Running, Role: LEADER
I20260608 12:39:29.090184  4438 consensus_queue.cc:237] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e [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: "0df49c8eef5842b49b604781210273d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45239 } } peers { permanent_uuid: "ce52827bfde341dd94a671441544a29a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34923 } } peers { permanent_uuid: "64f13ce67a864515a81e1cd6a14e112e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38137 } }
I20260608 12:39:29.102123  4034 catalog_manager.cc:5696] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e reported cstate change: term changed from 1 to 2, leader changed from ce52827bfde341dd94a671441544a29a (127.0.107.193) to 64f13ce67a864515a81e1cd6a14e112e (127.0.107.196). New cstate: current_term: 2 leader_uuid: "64f13ce67a864515a81e1cd6a14e112e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0df49c8eef5842b49b604781210273d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45239 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ce52827bfde341dd94a671441544a29a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34923 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "64f13ce67a864515a81e1cd6a14e112e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38137 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:29.286623  4089 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:29.287997  4089 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:29.288303  4089 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:29.490459  4287 raft_consensus.cc:1275] T 96840948631a4597b371b513ee5c5047 P 0df49c8eef5842b49b604781210273d6 [term 2 FOLLOWER]: Refusing update from remote peer 64f13ce67a864515a81e1cd6a14e112e: 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:29.491938  4438 consensus_queue.cc:1048] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e [LEADER]: Connected to new peer: Peer: permanent_uuid: "0df49c8eef5842b49b604781210273d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45239 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:39:29.511409  4324 consensus_peers.cc:597] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e -> Peer ce52827bfde341dd94a671441544a29a (127.0.107.193:34923): Couldn't send request to peer ce52827bfde341dd94a671441544a29a. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34923: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:39:29.657114   431 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 4234)
W20260608 12:39:30.657807   431 thread.cc:527] Waited for 3000ms trying to join with diag-logger (tid 4234)
I20260608 12:39:31.026839   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:39:31.035625   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:39:31.055745   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:31.056565   431 tablet_replica.cc:333] T 96840948631a4597b371b513ee5c5047 P 0df49c8eef5842b49b604781210273d6: stopping tablet replica
I20260608 12:39:31.057181   431 raft_consensus.cc:2243] T 96840948631a4597b371b513ee5c5047 P 0df49c8eef5842b49b604781210273d6 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:31.057649   431 raft_consensus.cc:2272] T 96840948631a4597b371b513ee5c5047 P 0df49c8eef5842b49b604781210273d6 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:31.076460   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:39:31.086856   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:39:31.105206   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:31.105933   431 tablet_replica.cc:333] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e: stopping tablet replica
I20260608 12:39:31.106434   431 raft_consensus.cc:2243] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:39:31.107247   431 raft_consensus.cc:2272] T 96840948631a4597b371b513ee5c5047 P 64f13ce67a864515a81e1cd6a14e112e [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:31.126858   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:39:31.137471   431 master.cc:562] Master@127.0.107.254:41065 shutting down...
I20260608 12:39:31.154428   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 9596d6445c0042da897c2c0dcd7ac76a [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:31.154965   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 9596d6445c0042da897c2c0dcd7ac76a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:31.155284   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 9596d6445c0042da897c2c0dcd7ac76a: stopping tablet replica
I20260608 12:39:31.173525   431 master.cc:584] Master@127.0.107.254:41065 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne (18281 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy
I20260608 12:39:31.207118   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:44619
I20260608 12:39:31.208325   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:31.213883  4456 instance_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:31.213992  4455 instance_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:31.214920  4458 instance_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:31.216526   431 server_base.cc:1061] running on GCE node
I20260608 12:39:31.217401   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:31.217602   431 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:31.217760   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922371217744 us; error 0 us; skew 500 ppm
I20260608 12:39:31.218323   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:31.220763   431 webserver.cc:533] Webserver started at http://127.0.107.254:34877/ using document root <none> and password file <none>
I20260608 12:39:31.221355   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:31.221539   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:31.221810   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:31.222931   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922266998516-431-0/minicluster-data/master-0-root/instance:
uuid: "e82e80606d0e4b04800bc356a2fef8fb"
format_stamp: "Formatted at 2026-06-08 12:39:31 on dist-test-slave-3g00"
I20260608 12:39:31.227337   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.001s
I20260608 12:39:31.230698  4463 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:31.231381   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:39:31.231642   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922266998516-431-0/minicluster-data/master-0-root
uuid: "e82e80606d0e4b04800bc356a2fef8fb"
format_stamp: "Formatted at 2026-06-08 12:39:31 on dist-test-slave-3g00"
I20260608 12:39:31.231900   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922266998516-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922266998516-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922266998516-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:31.243427   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:31.244560   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:31.281975   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:44619
I20260608 12:39:31.282123  4514 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:44619 every 8 connection(s)
I20260608 12:39:31.285965  4515 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:31.296308  4515 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e82e80606d0e4b04800bc356a2fef8fb: Bootstrap starting.
I20260608 12:39:31.301043  4515 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e82e80606d0e4b04800bc356a2fef8fb: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:31.305363  4515 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e82e80606d0e4b04800bc356a2fef8fb: No bootstrap required, opened a new log
I20260608 12:39:31.307539  4515 raft_consensus.cc:359] T 00000000000000000000000000000000 P e82e80606d0e4b04800bc356a2fef8fb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e82e80606d0e4b04800bc356a2fef8fb" member_type: VOTER }
I20260608 12:39:31.307909  4515 raft_consensus.cc:385] T 00000000000000000000000000000000 P e82e80606d0e4b04800bc356a2fef8fb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:31.308125  4515 raft_consensus.cc:740] T 00000000000000000000000000000000 P e82e80606d0e4b04800bc356a2fef8fb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e82e80606d0e4b04800bc356a2fef8fb, State: Initialized, Role: FOLLOWER
I20260608 12:39:31.308768  4515 consensus_queue.cc:260] T 00000000000000000000000000000000 P e82e80606d0e4b04800bc356a2fef8fb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "e82e80606d0e4b04800bc356a2fef8fb" member_type: VOTER }
I20260608 12:39:31.309221  4515 raft_consensus.cc:399] T 00000000000000000000000000000000 P e82e80606d0e4b04800bc356a2fef8fb [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:39:31.309437  4515 raft_consensus.cc:493] T 00000000000000000000000000000000 P e82e80606d0e4b04800bc356a2fef8fb [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:39:31.309688  4515 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e82e80606d0e4b04800bc356a2fef8fb [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:31.314067  4515 raft_consensus.cc:515] T 00000000000000000000000000000000 P e82e80606d0e4b04800bc356a2fef8fb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e82e80606d0e4b04800bc356a2fef8fb" member_type: VOTER }
I20260608 12:39:31.314571  4515 leader_election.cc:304] T 00000000000000000000000000000000 P e82e80606d0e4b04800bc356a2fef8fb [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: e82e80606d0e4b04800bc356a2fef8fb; no voters: 
I20260608 12:39:31.315709  4515 leader_election.cc:290] T 00000000000000000000000000000000 P e82e80606d0e4b04800bc356a2fef8fb [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:39:31.316143  4518 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e82e80606d0e4b04800bc356a2fef8fb [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:31.317461  4518 raft_consensus.cc:697] T 00000000000000000000000000000000 P e82e80606d0e4b04800bc356a2fef8fb [term 1 LEADER]: Becoming Leader. State: Replica: e82e80606d0e4b04800bc356a2fef8fb, State: Running, Role: LEADER
I20260608 12:39:31.318122  4518 consensus_queue.cc:237] T 00000000000000000000000000000000 P e82e80606d0e4b04800bc356a2fef8fb [LEADER]: Queue going to LEADER mode. State: All 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: "e82e80606d0e4b04800bc356a2fef8fb" member_type: VOTER }
I20260608 12:39:31.318517  4515 sys_catalog.cc:565] T 00000000000000000000000000000000 P e82e80606d0e4b04800bc356a2fef8fb [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:39:31.322371  4519 sys_catalog.cc:455] T 00000000000000000000000000000000 P e82e80606d0e4b04800bc356a2fef8fb [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "e82e80606d0e4b04800bc356a2fef8fb" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e82e80606d0e4b04800bc356a2fef8fb" member_type: VOTER } }
I20260608 12:39:31.323093  4519 sys_catalog.cc:458] T 00000000000000000000000000000000 P e82e80606d0e4b04800bc356a2fef8fb [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:31.322700  4520 sys_catalog.cc:455] T 00000000000000000000000000000000 P e82e80606d0e4b04800bc356a2fef8fb [sys.catalog]: SysCatalogTable state changed. Reason: New leader e82e80606d0e4b04800bc356a2fef8fb. Latest consensus state: current_term: 1 leader_uuid: "e82e80606d0e4b04800bc356a2fef8fb" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e82e80606d0e4b04800bc356a2fef8fb" member_type: VOTER } }
I20260608 12:39:31.323535  4520 sys_catalog.cc:458] T 00000000000000000000000000000000 P e82e80606d0e4b04800bc356a2fef8fb [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:31.325474  4524 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:39:31.332129  4524 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:39:31.333523   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:39:31.341210  4524 catalog_manager.cc:1382] Generated new cluster ID: 6d119c9451de44ea88e2a4784b7cd079
I20260608 12:39:31.341434  4524 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:39:31.368733  4524 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:39:31.370044  4524 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:39:31.388166  4524 catalog_manager.cc:6069] T 00000000000000000000000000000000 P e82e80606d0e4b04800bc356a2fef8fb: Generated new TSK 0
I20260608 12:39:31.388792  4524 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:39:31.400768   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:31.407217  4536 instance_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:31.408489  4537 instance_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:31.411577  4539 instance_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:31.411784   431 server_base.cc:1061] running on GCE node
I20260608 12:39:31.412731   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:31.412972   431 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:31.413110   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922371413097 us; error 0 us; skew 500 ppm
I20260608 12:39:31.413632   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:31.415931   431 webserver.cc:533] Webserver started at http://127.0.107.193:39893/ using document root <none> and password file <none>
I20260608 12:39:31.416404   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:31.416551   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:31.416764   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:31.417829   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922266998516-431-0/minicluster-data/ts-0-root/instance:
uuid: "a24439f6cfcd4d668d38f21085a2e457"
format_stamp: "Formatted at 2026-06-08 12:39:31 on dist-test-slave-3g00"
I20260608 12:39:31.422464   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:39:31.425889  4544 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:31.426630   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:39:31.426882   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922266998516-431-0/minicluster-data/ts-0-root
uuid: "a24439f6cfcd4d668d38f21085a2e457"
format_stamp: "Formatted at 2026-06-08 12:39:31 on dist-test-slave-3g00"
I20260608 12:39:31.427120   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922266998516-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922266998516-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922266998516-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:31.443171   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:31.444294   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:31.445703   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:31.448024   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:31.448207   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:31.448449   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:31.448591   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:31.487541   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:35177
I20260608 12:39:31.487644  4606 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:35177 every 8 connection(s)
I20260608 12:39:31.492610   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:31.499658  4611 instance_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:31.501428  4612 instance_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:31.503518  4614 instance_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:31.503613   431 server_base.cc:1061] running on GCE node
I20260608 12:39:31.504842   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:31.505095   431 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:31.505270   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922371505251 us; error 0 us; skew 500 ppm
I20260608 12:39:31.506057   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:31.508090  4607 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44619
I20260608 12:39:31.508414  4607 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:31.509001   431 webserver.cc:533] Webserver started at http://127.0.107.194:34157/ using document root <none> and password file <none>
I20260608 12:39:31.509212  4607 heartbeater.cc:507] Master 127.0.107.254:44619 requested a full tablet report, sending...
I20260608 12:39:31.509555   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:31.509778   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:31.510031   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:31.511346   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922266998516-431-0/minicluster-data/ts-1-root/instance:
uuid: "34a3401c82f74c4b93fab04963414dcf"
format_stamp: "Formatted at 2026-06-08 12:39:31 on dist-test-slave-3g00"
I20260608 12:39:31.511488  4480 ts_manager.cc:194] Registered new tserver with Master: a24439f6cfcd4d668d38f21085a2e457 (127.0.107.193:35177)
I20260608 12:39:31.513995  4480 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34888
I20260608 12:39:31.517228   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:39:31.520650  4619 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:31.521407   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:39:31.521688   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922266998516-431-0/minicluster-data/ts-1-root
uuid: "34a3401c82f74c4b93fab04963414dcf"
format_stamp: "Formatted at 2026-06-08 12:39:31 on dist-test-slave-3g00"
I20260608 12:39:31.521970   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922266998516-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922266998516-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922266998516-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:31.548732   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:31.549970   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:31.551409   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:31.553649   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:31.553828   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:31.554065   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:31.554209   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:31.593523   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:40621
I20260608 12:39:31.593618  4681 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:40621 every 8 connection(s)
I20260608 12:39:31.598584   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:31.608906  4685 instance_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:31.608999  4686 instance_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:31.612514  4682 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44619
I20260608 12:39:31.612704   431 server_base.cc:1061] running on GCE node
I20260608 12:39:31.613045  4682 heartbeater.cc:461] Registering TS with master...
W20260608 12:39:31.613174  4688 instance_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:31.613940  4682 heartbeater.cc:507] Master 127.0.107.254:44619 requested a full tablet report, sending...
I20260608 12:39:31.614101   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:31.614390   431 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:31.614554   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922371614537 us; error 0 us; skew 500 ppm
I20260608 12:39:31.615312   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:31.616325  4480 ts_manager.cc:194] Registered new tserver with Master: 34a3401c82f74c4b93fab04963414dcf (127.0.107.194:40621)
I20260608 12:39:31.617906  4480 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34894
I20260608 12:39:31.618079   431 webserver.cc:533] Webserver started at http://127.0.107.195:33937/ using document root <none> and password file <none>
I20260608 12:39:31.618656   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:31.618858   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:31.619174   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:31.620373   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922266998516-431-0/minicluster-data/ts-2-root/instance:
uuid: "30a558e6bace4acb97be83a3466e32a4"
format_stamp: "Formatted at 2026-06-08 12:39:31 on dist-test-slave-3g00"
I20260608 12:39:31.625018   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:39:31.628244  4693 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:31.629187   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:39:31.629441   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922266998516-431-0/minicluster-data/ts-2-root
uuid: "30a558e6bace4acb97be83a3466e32a4"
format_stamp: "Formatted at 2026-06-08 12:39:31 on dist-test-slave-3g00"
I20260608 12:39:31.629673   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922266998516-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922266998516-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922266998516-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:31.640103   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:31.641285   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:31.642697   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:31.645345   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:31.645542   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:31.645774   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:31.645917   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:31.685357   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:46753
I20260608 12:39:31.685488  4755 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:46753 every 8 connection(s)
I20260608 12:39:31.698985  4756 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44619
I20260608 12:39:31.699419  4756 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:31.700177  4756 heartbeater.cc:507] Master 127.0.107.254:44619 requested a full tablet report, sending...
I20260608 12:39:31.702108  4480 ts_manager.cc:194] Registered new tserver with Master: 30a558e6bace4acb97be83a3466e32a4 (127.0.107.195:46753)
I20260608 12:39:31.703120   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014455975s
I20260608 12:39:31.703440  4480 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34898
I20260608 12:39:32.517030  4607 heartbeater.cc:499] Master 127.0.107.254:44619 was elected leader, sending a full tablet report...
I20260608 12:39:32.620554  4682 heartbeater.cc:499] Master 127.0.107.254:44619 was elected leader, sending a full tablet report...
I20260608 12:39:32.706177  4756 heartbeater.cc:499] Master 127.0.107.254:44619 was elected leader, sending a full tablet report...
I20260608 12:39:32.768568  4480 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:34924:
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:39:32.770586  4480 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:39:32.820365  4647 tablet_service.cc:1511] Processing CreateTablet for tablet 5f61b0d035494b18891b2c03fb56964e (DEFAULT_TABLE table=test-workload [id=7bcc10542ddf4295b4e649ff68a9dd38]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:39:32.821604  4721 tablet_service.cc:1511] Processing CreateTablet for tablet 5f61b0d035494b18891b2c03fb56964e (DEFAULT_TABLE table=test-workload [id=7bcc10542ddf4295b4e649ff68a9dd38]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:39:32.821841  4647 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5f61b0d035494b18891b2c03fb56964e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:32.822322  4572 tablet_service.cc:1511] Processing CreateTablet for tablet 5f61b0d035494b18891b2c03fb56964e (DEFAULT_TABLE table=test-workload [id=7bcc10542ddf4295b4e649ff68a9dd38]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:39:32.822631  4721 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5f61b0d035494b18891b2c03fb56964e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:32.823542  4572 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5f61b0d035494b18891b2c03fb56964e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:32.838025  4777 tablet_bootstrap.cc:492] T 5f61b0d035494b18891b2c03fb56964e P 30a558e6bace4acb97be83a3466e32a4: Bootstrap starting.
I20260608 12:39:32.842047  4779 tablet_bootstrap.cc:492] T 5f61b0d035494b18891b2c03fb56964e P 34a3401c82f74c4b93fab04963414dcf: Bootstrap starting.
I20260608 12:39:32.843924  4778 tablet_bootstrap.cc:492] T 5f61b0d035494b18891b2c03fb56964e P a24439f6cfcd4d668d38f21085a2e457: Bootstrap starting.
I20260608 12:39:32.845739  4777 tablet_bootstrap.cc:654] T 5f61b0d035494b18891b2c03fb56964e P 30a558e6bace4acb97be83a3466e32a4: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:32.847935  4779 tablet_bootstrap.cc:654] T 5f61b0d035494b18891b2c03fb56964e P 34a3401c82f74c4b93fab04963414dcf: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:32.850864  4778 tablet_bootstrap.cc:654] T 5f61b0d035494b18891b2c03fb56964e P a24439f6cfcd4d668d38f21085a2e457: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:32.851758  4777 tablet_bootstrap.cc:492] T 5f61b0d035494b18891b2c03fb56964e P 30a558e6bace4acb97be83a3466e32a4: No bootstrap required, opened a new log
I20260608 12:39:32.852257  4777 ts_tablet_manager.cc:1403] T 5f61b0d035494b18891b2c03fb56964e P 30a558e6bace4acb97be83a3466e32a4: Time spent bootstrapping tablet: real 0.015s	user 0.006s	sys 0.004s
I20260608 12:39:32.852676  4779 tablet_bootstrap.cc:492] T 5f61b0d035494b18891b2c03fb56964e P 34a3401c82f74c4b93fab04963414dcf: No bootstrap required, opened a new log
I20260608 12:39:32.853068  4779 ts_tablet_manager.cc:1403] T 5f61b0d035494b18891b2c03fb56964e P 34a3401c82f74c4b93fab04963414dcf: Time spent bootstrapping tablet: real 0.011s	user 0.009s	sys 0.001s
I20260608 12:39:32.855266  4777 raft_consensus.cc:359] T 5f61b0d035494b18891b2c03fb56964e P 30a558e6bace4acb97be83a3466e32a4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "34a3401c82f74c4b93fab04963414dcf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40621 } } peers { permanent_uuid: "a24439f6cfcd4d668d38f21085a2e457" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35177 } } peers { permanent_uuid: "30a558e6bace4acb97be83a3466e32a4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46753 } }
I20260608 12:39:32.856016  4777 raft_consensus.cc:385] T 5f61b0d035494b18891b2c03fb56964e P 30a558e6bace4acb97be83a3466e32a4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:32.855624  4779 raft_consensus.cc:359] T 5f61b0d035494b18891b2c03fb56964e P 34a3401c82f74c4b93fab04963414dcf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "34a3401c82f74c4b93fab04963414dcf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40621 } } peers { permanent_uuid: "a24439f6cfcd4d668d38f21085a2e457" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35177 } } peers { permanent_uuid: "30a558e6bace4acb97be83a3466e32a4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46753 } }
I20260608 12:39:32.856326  4778 tablet_bootstrap.cc:492] T 5f61b0d035494b18891b2c03fb56964e P a24439f6cfcd4d668d38f21085a2e457: No bootstrap required, opened a new log
I20260608 12:39:32.856389  4777 raft_consensus.cc:740] T 5f61b0d035494b18891b2c03fb56964e P 30a558e6bace4acb97be83a3466e32a4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 30a558e6bace4acb97be83a3466e32a4, State: Initialized, Role: FOLLOWER
I20260608 12:39:32.856509  4779 raft_consensus.cc:385] T 5f61b0d035494b18891b2c03fb56964e P 34a3401c82f74c4b93fab04963414dcf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:32.857048  4778 ts_tablet_manager.cc:1403] T 5f61b0d035494b18891b2c03fb56964e P a24439f6cfcd4d668d38f21085a2e457: Time spent bootstrapping tablet: real 0.013s	user 0.005s	sys 0.008s
I20260608 12:39:32.857164  4779 raft_consensus.cc:740] T 5f61b0d035494b18891b2c03fb56964e P 34a3401c82f74c4b93fab04963414dcf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 34a3401c82f74c4b93fab04963414dcf, State: Initialized, Role: FOLLOWER
I20260608 12:39:32.857491  4777 consensus_queue.cc:260] T 5f61b0d035494b18891b2c03fb56964e P 30a558e6bace4acb97be83a3466e32a4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "34a3401c82f74c4b93fab04963414dcf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40621 } } peers { permanent_uuid: "a24439f6cfcd4d668d38f21085a2e457" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35177 } } peers { permanent_uuid: "30a558e6bace4acb97be83a3466e32a4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46753 } }
I20260608 12:39:32.858259  4779 consensus_queue.cc:260] T 5f61b0d035494b18891b2c03fb56964e P 34a3401c82f74c4b93fab04963414dcf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "34a3401c82f74c4b93fab04963414dcf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40621 } } peers { permanent_uuid: "a24439f6cfcd4d668d38f21085a2e457" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35177 } } peers { permanent_uuid: "30a558e6bace4acb97be83a3466e32a4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46753 } }
I20260608 12:39:32.860489  4777 ts_tablet_manager.cc:1434] T 5f61b0d035494b18891b2c03fb56964e P 30a558e6bace4acb97be83a3466e32a4: Time spent starting tablet: real 0.008s	user 0.009s	sys 0.000s
I20260608 12:39:32.860436  4778 raft_consensus.cc:359] T 5f61b0d035494b18891b2c03fb56964e P a24439f6cfcd4d668d38f21085a2e457 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "34a3401c82f74c4b93fab04963414dcf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40621 } } peers { permanent_uuid: "a24439f6cfcd4d668d38f21085a2e457" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35177 } } peers { permanent_uuid: "30a558e6bace4acb97be83a3466e32a4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46753 } }
I20260608 12:39:32.861289  4778 raft_consensus.cc:385] T 5f61b0d035494b18891b2c03fb56964e P a24439f6cfcd4d668d38f21085a2e457 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:32.861616  4778 raft_consensus.cc:740] T 5f61b0d035494b18891b2c03fb56964e P a24439f6cfcd4d668d38f21085a2e457 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a24439f6cfcd4d668d38f21085a2e457, State: Initialized, Role: FOLLOWER
I20260608 12:39:32.862579  4778 consensus_queue.cc:260] T 5f61b0d035494b18891b2c03fb56964e P a24439f6cfcd4d668d38f21085a2e457 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "34a3401c82f74c4b93fab04963414dcf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40621 } } peers { permanent_uuid: "a24439f6cfcd4d668d38f21085a2e457" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35177 } } peers { permanent_uuid: "30a558e6bace4acb97be83a3466e32a4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46753 } }
I20260608 12:39:32.863914  4779 ts_tablet_manager.cc:1434] T 5f61b0d035494b18891b2c03fb56964e P 34a3401c82f74c4b93fab04963414dcf: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.003s
I20260608 12:39:32.866842  4778 ts_tablet_manager.cc:1434] T 5f61b0d035494b18891b2c03fb56964e P a24439f6cfcd4d668d38f21085a2e457: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.001s
I20260608 12:39:32.905218  4783 raft_consensus.cc:493] T 5f61b0d035494b18891b2c03fb56964e P 30a558e6bace4acb97be83a3466e32a4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:32.905710  4783 raft_consensus.cc:515] T 5f61b0d035494b18891b2c03fb56964e P 30a558e6bace4acb97be83a3466e32a4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "34a3401c82f74c4b93fab04963414dcf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40621 } } peers { permanent_uuid: "a24439f6cfcd4d668d38f21085a2e457" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35177 } } peers { permanent_uuid: "30a558e6bace4acb97be83a3466e32a4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46753 } }
I20260608 12:39:32.907981  4783 leader_election.cc:290] T 5f61b0d035494b18891b2c03fb56964e P 30a558e6bace4acb97be83a3466e32a4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 34a3401c82f74c4b93fab04963414dcf (127.0.107.194:40621), a24439f6cfcd4d668d38f21085a2e457 (127.0.107.193:35177)
I20260608 12:39:32.918475  4657 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5f61b0d035494b18891b2c03fb56964e" candidate_uuid: "30a558e6bace4acb97be83a3466e32a4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "34a3401c82f74c4b93fab04963414dcf" is_pre_election: true
I20260608 12:39:32.918972  4582 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5f61b0d035494b18891b2c03fb56964e" candidate_uuid: "30a558e6bace4acb97be83a3466e32a4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a24439f6cfcd4d668d38f21085a2e457" is_pre_election: true
I20260608 12:39:32.919278  4657 raft_consensus.cc:2468] T 5f61b0d035494b18891b2c03fb56964e P 34a3401c82f74c4b93fab04963414dcf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 30a558e6bace4acb97be83a3466e32a4 in term 0.
I20260608 12:39:32.919689  4582 raft_consensus.cc:2468] T 5f61b0d035494b18891b2c03fb56964e P a24439f6cfcd4d668d38f21085a2e457 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 30a558e6bace4acb97be83a3466e32a4 in term 0.
I20260608 12:39:32.920542  4695 leader_election.cc:304] T 5f61b0d035494b18891b2c03fb56964e P 30a558e6bace4acb97be83a3466e32a4 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 30a558e6bace4acb97be83a3466e32a4, 34a3401c82f74c4b93fab04963414dcf; no voters: 
I20260608 12:39:32.921404  4783 raft_consensus.cc:2804] T 5f61b0d035494b18891b2c03fb56964e P 30a558e6bace4acb97be83a3466e32a4 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:32.921679  4783 raft_consensus.cc:493] T 5f61b0d035494b18891b2c03fb56964e P 30a558e6bace4acb97be83a3466e32a4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:32.921919  4783 raft_consensus.cc:3060] T 5f61b0d035494b18891b2c03fb56964e P 30a558e6bace4acb97be83a3466e32a4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:32.927186  4783 raft_consensus.cc:515] T 5f61b0d035494b18891b2c03fb56964e P 30a558e6bace4acb97be83a3466e32a4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "34a3401c82f74c4b93fab04963414dcf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40621 } } peers { permanent_uuid: "a24439f6cfcd4d668d38f21085a2e457" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35177 } } peers { permanent_uuid: "30a558e6bace4acb97be83a3466e32a4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46753 } }
I20260608 12:39:32.928996  4783 leader_election.cc:290] T 5f61b0d035494b18891b2c03fb56964e P 30a558e6bace4acb97be83a3466e32a4 [CANDIDATE]: Term 1 election: Requested vote from peers 34a3401c82f74c4b93fab04963414dcf (127.0.107.194:40621), a24439f6cfcd4d668d38f21085a2e457 (127.0.107.193:35177)
I20260608 12:39:32.929633  4657 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5f61b0d035494b18891b2c03fb56964e" candidate_uuid: "30a558e6bace4acb97be83a3466e32a4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "34a3401c82f74c4b93fab04963414dcf"
I20260608 12:39:32.930013  4582 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5f61b0d035494b18891b2c03fb56964e" candidate_uuid: "30a558e6bace4acb97be83a3466e32a4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a24439f6cfcd4d668d38f21085a2e457"
I20260608 12:39:32.930109  4657 raft_consensus.cc:3060] T 5f61b0d035494b18891b2c03fb56964e P 34a3401c82f74c4b93fab04963414dcf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:32.930464  4582 raft_consensus.cc:3060] T 5f61b0d035494b18891b2c03fb56964e P a24439f6cfcd4d668d38f21085a2e457 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:32.935256  4582 raft_consensus.cc:2468] T 5f61b0d035494b18891b2c03fb56964e P a24439f6cfcd4d668d38f21085a2e457 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 30a558e6bace4acb97be83a3466e32a4 in term 1.
I20260608 12:39:32.935268  4657 raft_consensus.cc:2468] T 5f61b0d035494b18891b2c03fb56964e P 34a3401c82f74c4b93fab04963414dcf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 30a558e6bace4acb97be83a3466e32a4 in term 1.
I20260608 12:39:32.936296  4696 leader_election.cc:304] T 5f61b0d035494b18891b2c03fb56964e P 30a558e6bace4acb97be83a3466e32a4 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 30a558e6bace4acb97be83a3466e32a4, a24439f6cfcd4d668d38f21085a2e457; no voters: 
I20260608 12:39:32.937026  4783 raft_consensus.cc:2804] T 5f61b0d035494b18891b2c03fb56964e P 30a558e6bace4acb97be83a3466e32a4 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:32.938247  4783 raft_consensus.cc:697] T 5f61b0d035494b18891b2c03fb56964e P 30a558e6bace4acb97be83a3466e32a4 [term 1 LEADER]: Becoming Leader. State: Replica: 30a558e6bace4acb97be83a3466e32a4, State: Running, Role: LEADER
I20260608 12:39:32.939038  4783 consensus_queue.cc:237] T 5f61b0d035494b18891b2c03fb56964e P 30a558e6bace4acb97be83a3466e32a4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "34a3401c82f74c4b93fab04963414dcf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40621 } } peers { permanent_uuid: "a24439f6cfcd4d668d38f21085a2e457" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35177 } } peers { permanent_uuid: "30a558e6bace4acb97be83a3466e32a4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46753 } }
W20260608 12:39:32.940588  4757 tablet.cc:2404] T 5f61b0d035494b18891b2c03fb56964e P 30a558e6bace4acb97be83a3466e32a4: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:39:32.945778  4478 catalog_manager.cc:5696] T 5f61b0d035494b18891b2c03fb56964e P 30a558e6bace4acb97be83a3466e32a4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 30a558e6bace4acb97be83a3466e32a4 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "30a558e6bace4acb97be83a3466e32a4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "34a3401c82f74c4b93fab04963414dcf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40621 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a24439f6cfcd4d668d38f21085a2e457" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35177 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "30a558e6bace4acb97be83a3466e32a4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46753 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:33.332770  4528 placement_policy_util.cc:407] tablet 5f61b0d035494b18891b2c03fb56964e: detected majority of replicas (2 of 3) at location L0
I20260608 12:39:33.333458  4533 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:33.334856  4533 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:33.335141  4533 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:33.457034  4790 consensus_queue.cc:1048] T 5f61b0d035494b18891b2c03fb56964e P 30a558e6bace4acb97be83a3466e32a4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a24439f6cfcd4d668d38f21085a2e457" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35177 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:33.469585  4793 consensus_queue.cc:1048] T 5f61b0d035494b18891b2c03fb56964e P 30a558e6bace4acb97be83a3466e32a4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "34a3401c82f74c4b93fab04963414dcf" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40621 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:34.341480  4528 placement_policy_util.cc:407] tablet 5f61b0d035494b18891b2c03fb56964e: detected majority of replicas (2 of 3) at location L0
I20260608 12:39:35.335974  4533 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:35.337378  4533 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:35.337702  4533 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:35.350116  4528 placement_policy_util.cc:407] tablet 5f61b0d035494b18891b2c03fb56964e: detected majority of replicas (2 of 3) at location L0
W20260608 12:39:36.220250  4603 debug-util.cc:398] Leaking SignalData structure 0x7b08001904c0 after lost signal to thread 434
W20260608 12:39:36.221148  4603 debug-util.cc:398] Leaking SignalData structure 0x7b080009e660 after lost signal to thread 4514
W20260608 12:39:36.222023  4603 debug-util.cc:398] Leaking SignalData structure 0x7b08001afc40 after lost signal to thread 4606
W20260608 12:39:36.223006  4603 debug-util.cc:398] Leaking SignalData structure 0x7b08001cf280 after lost signal to thread 4681
W20260608 12:39:36.223794  4603 debug-util.cc:398] Leaking SignalData structure 0x7b080023c040 after lost signal to thread 4755
I20260608 12:39:36.358732  4528 placement_policy_util.cc:407] tablet 5f61b0d035494b18891b2c03fb56964e: detected majority of replicas (2 of 3) at location L0
I20260608 12:39:37.338526  4533 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:37.339807  4533 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:37.340094  4533 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:37.367074  4528 placement_policy_util.cc:407] tablet 5f61b0d035494b18891b2c03fb56964e: detected majority of replicas (2 of 3) at location L0
I20260608 12:39:38.376767  4528 placement_policy_util.cc:407] tablet 5f61b0d035494b18891b2c03fb56964e: detected majority of replicas (2 of 3) at location L0
I20260608 12:39:39.341143  4533 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:39.342583  4533 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:39.342860  4533 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:39.388067  4528 placement_policy_util.cc:407] tablet 5f61b0d035494b18891b2c03fb56964e: detected majority of replicas (2 of 3) at location L0
I20260608 12:39:40.396948  4528 placement_policy_util.cc:407] tablet 5f61b0d035494b18891b2c03fb56964e: detected majority of replicas (2 of 3) at location L0
I20260608 12:39:41.343822  4533 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:41.345223  4533 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:41.345511  4533 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:41.405303  4528 placement_policy_util.cc:407] tablet 5f61b0d035494b18891b2c03fb56964e: detected majority of replicas (2 of 3) at location L0
I20260608 12:39:42.412457  4528 placement_policy_util.cc:407] tablet 5f61b0d035494b18891b2c03fb56964e: detected majority of replicas (2 of 3) at location L0
I20260608 12:39:43.346411  4533 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:43.347736  4533 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:43.348026  4533 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:43.419767  4528 placement_policy_util.cc:407] tablet 5f61b0d035494b18891b2c03fb56964e: detected majority of replicas (2 of 3) at location L0
I20260608 12:39:44.117303   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:39:44.143075   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:44.143819   431 tablet_replica.cc:333] T 5f61b0d035494b18891b2c03fb56964e P a24439f6cfcd4d668d38f21085a2e457: stopping tablet replica
I20260608 12:39:44.144335   431 raft_consensus.cc:2243] T 5f61b0d035494b18891b2c03fb56964e P a24439f6cfcd4d668d38f21085a2e457 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:44.144995   431 raft_consensus.cc:2272] T 5f61b0d035494b18891b2c03fb56964e P a24439f6cfcd4d668d38f21085a2e457 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:44.180523   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:39:44.193310   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
W20260608 12:39:44.208197  4696 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:35177: connect: Connection refused (error 111) [suppressed 6 similar messages]
W20260608 12:39:44.213644  4696 consensus_peers.cc:597] T 5f61b0d035494b18891b2c03fb56964e P 30a558e6bace4acb97be83a3466e32a4 -> Peer a24439f6cfcd4d668d38f21085a2e457 (127.0.107.193:35177): Couldn't send request to peer a24439f6cfcd4d668d38f21085a2e457. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:35177: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:44.218847   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:44.219589   431 tablet_replica.cc:333] T 5f61b0d035494b18891b2c03fb56964e P 34a3401c82f74c4b93fab04963414dcf: stopping tablet replica
I20260608 12:39:44.220223   431 raft_consensus.cc:2243] T 5f61b0d035494b18891b2c03fb56964e P 34a3401c82f74c4b93fab04963414dcf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:44.220723   431 raft_consensus.cc:2272] T 5f61b0d035494b18891b2c03fb56964e P 34a3401c82f74c4b93fab04963414dcf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:44.240378   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:39:44.252363   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:39:44.269737   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:44.270454   431 tablet_replica.cc:333] T 5f61b0d035494b18891b2c03fb56964e P 30a558e6bace4acb97be83a3466e32a4: stopping tablet replica
I20260608 12:39:44.271027   431 raft_consensus.cc:2243] T 5f61b0d035494b18891b2c03fb56964e P 30a558e6bace4acb97be83a3466e32a4 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:44.272120   431 raft_consensus.cc:2272] T 5f61b0d035494b18891b2c03fb56964e P 30a558e6bace4acb97be83a3466e32a4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:44.291716   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:39:44.302832   431 master.cc:562] Master@127.0.107.254:44619 shutting down...
I20260608 12:39:44.319017   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P e82e80606d0e4b04800bc356a2fef8fb [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:44.319660   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P e82e80606d0e4b04800bc356a2fef8fb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:44.320012   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P e82e80606d0e4b04800bc356a2fef8fb: stopping tablet replica
I20260608 12:39:44.338362   431 master.cc:584] Master@127.0.107.254:44619 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy (13164 ms)
[ RUN      ] AutoRebalancerTest.TestMaxMovesPerServer
I20260608 12:39:44.373075   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:43069
I20260608 12:39:44.374691   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:44.380754  4805 instance_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:44.382092  4806 instance_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:44.382179  4808 instance_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:44.382342   431 server_base.cc:1061] running on GCE node
I20260608 12:39:44.383335   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:44.383507   431 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:44.383673   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922384383656 us; error 0 us; skew 500 ppm
I20260608 12:39:44.384232   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:44.386642   431 webserver.cc:533] Webserver started at http://127.0.107.254:39771/ using document root <none> and password file <none>
I20260608 12:39:44.387100   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:44.387274   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:44.387544   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:44.388659   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/master-0-root/instance:
uuid: "9b5cd191b94648bc887420196dd97a26"
format_stamp: "Formatted at 2026-06-08 12:39:44 on dist-test-slave-3g00"
I20260608 12:39:44.393149   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260608 12:39:44.396646  4813 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:44.397469   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:39:44.397758   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/master-0-root
uuid: "9b5cd191b94648bc887420196dd97a26"
format_stamp: "Formatted at 2026-06-08 12:39:44 on dist-test-slave-3g00"
I20260608 12:39:44.398016   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-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:44.414551   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:44.415838   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:44.456240   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:43069
I20260608 12:39:44.456369  4864 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:43069 every 8 connection(s)
I20260608 12:39:44.460474  4865 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:44.471406  4865 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9b5cd191b94648bc887420196dd97a26: Bootstrap starting.
I20260608 12:39:44.476570  4865 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9b5cd191b94648bc887420196dd97a26: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:44.480762  4865 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9b5cd191b94648bc887420196dd97a26: No bootstrap required, opened a new log
I20260608 12:39:44.483070  4865 raft_consensus.cc:359] T 00000000000000000000000000000000 P 9b5cd191b94648bc887420196dd97a26 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9b5cd191b94648bc887420196dd97a26" member_type: VOTER }
I20260608 12:39:44.483485  4865 raft_consensus.cc:385] T 00000000000000000000000000000000 P 9b5cd191b94648bc887420196dd97a26 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:44.483707  4865 raft_consensus.cc:740] T 00000000000000000000000000000000 P 9b5cd191b94648bc887420196dd97a26 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9b5cd191b94648bc887420196dd97a26, State: Initialized, Role: FOLLOWER
I20260608 12:39:44.484373  4865 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9b5cd191b94648bc887420196dd97a26 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "9b5cd191b94648bc887420196dd97a26" member_type: VOTER }
I20260608 12:39:44.484850  4865 raft_consensus.cc:399] T 00000000000000000000000000000000 P 9b5cd191b94648bc887420196dd97a26 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:39:44.485064  4865 raft_consensus.cc:493] T 00000000000000000000000000000000 P 9b5cd191b94648bc887420196dd97a26 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:39:44.485318  4865 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 9b5cd191b94648bc887420196dd97a26 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:44.489678  4865 raft_consensus.cc:515] T 00000000000000000000000000000000 P 9b5cd191b94648bc887420196dd97a26 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9b5cd191b94648bc887420196dd97a26" member_type: VOTER }
I20260608 12:39:44.490160  4865 leader_election.cc:304] T 00000000000000000000000000000000 P 9b5cd191b94648bc887420196dd97a26 [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: 9b5cd191b94648bc887420196dd97a26; no voters: 
I20260608 12:39:44.491279  4865 leader_election.cc:290] T 00000000000000000000000000000000 P 9b5cd191b94648bc887420196dd97a26 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:39:44.491670  4868 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 9b5cd191b94648bc887420196dd97a26 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:44.493059  4868 raft_consensus.cc:697] T 00000000000000000000000000000000 P 9b5cd191b94648bc887420196dd97a26 [term 1 LEADER]: Becoming Leader. State: Replica: 9b5cd191b94648bc887420196dd97a26, State: Running, Role: LEADER
I20260608 12:39:44.493809  4868 consensus_queue.cc:237] T 00000000000000000000000000000000 P 9b5cd191b94648bc887420196dd97a26 [LEADER]: Queue going to LEADER mode. State: All 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: "9b5cd191b94648bc887420196dd97a26" member_type: VOTER }
I20260608 12:39:44.494141  4865 sys_catalog.cc:565] T 00000000000000000000000000000000 P 9b5cd191b94648bc887420196dd97a26 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:39:44.499192  4869 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9b5cd191b94648bc887420196dd97a26 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "9b5cd191b94648bc887420196dd97a26" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9b5cd191b94648bc887420196dd97a26" member_type: VOTER } }
I20260608 12:39:44.499871  4869 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9b5cd191b94648bc887420196dd97a26 [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:44.500078  4870 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9b5cd191b94648bc887420196dd97a26 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 9b5cd191b94648bc887420196dd97a26. Latest consensus state: current_term: 1 leader_uuid: "9b5cd191b94648bc887420196dd97a26" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9b5cd191b94648bc887420196dd97a26" member_type: VOTER } }
I20260608 12:39:44.500705  4870 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9b5cd191b94648bc887420196dd97a26 [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:44.502280  4875 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:39:44.507573  4875 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:39:44.510198   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:39:44.516984  4875 catalog_manager.cc:1382] Generated new cluster ID: 630ad4abd8684b87bda99f10719227c5
I20260608 12:39:44.517290  4875 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:39:44.540355  4875 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:39:44.541712  4875 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:39:44.559264  4875 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 9b5cd191b94648bc887420196dd97a26: Generated new TSK 0
I20260608 12:39:44.559931  4875 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:39:44.576524   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:44.582695  4886 instance_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:44.583626  4887 instance_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:44.584869  4889 instance_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:44.585073   431 server_base.cc:1061] running on GCE node
I20260608 12:39:44.585939   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:44.586127   431 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:44.586252   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922384586240 us; error 0 us; skew 500 ppm
I20260608 12:39:44.586793   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:44.588994   431 webserver.cc:533] Webserver started at http://127.0.107.193:46547/ using document root <none> and password file <none>
I20260608 12:39:44.589454   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:44.589607   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:44.589823   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:44.590839   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/ts-0-root/instance:
uuid: "918e68484d144614a5c69887e8c96e1a"
format_stamp: "Formatted at 2026-06-08 12:39:44 on dist-test-slave-3g00"
I20260608 12:39:44.595412   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:39:44.598871  4894 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:44.599646   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:39:44.599939   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/ts-0-root
uuid: "918e68484d144614a5c69887e8c96e1a"
format_stamp: "Formatted at 2026-06-08 12:39:44 on dist-test-slave-3g00"
I20260608 12:39:44.600230   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-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:44.638110   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:44.639372   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:44.640884   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:44.643256   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:44.643450   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:44.643689   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:44.643843   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:44.683936   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:42417
I20260608 12:39:44.684074  4956 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:42417 every 8 connection(s)
I20260608 12:39:44.689424   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:44.697328  4961 instance_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:44.699118  4962 instance_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:44.702037   431 server_base.cc:1061] running on GCE node
I20260608 12:39:44.702750  4957 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43069
I20260608 12:39:44.703094  4957 heartbeater.cc:461] Registering TS with master...
W20260608 12:39:44.703702  4964 instance_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:44.703788  4957 heartbeater.cc:507] Master 127.0.107.254:43069 requested a full tablet report, sending...
I20260608 12:39:44.704784   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:44.705060   431 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:44.705271   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922384705252 us; error 0 us; skew 500 ppm
I20260608 12:39:44.705981   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:44.706219  4830 ts_manager.cc:194] Registered new tserver with Master: 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417)
I20260608 12:39:44.708400  4830 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59004
I20260608 12:39:44.708457   431 webserver.cc:533] Webserver started at http://127.0.107.194:44831/ using document root <none> and password file <none>
I20260608 12:39:44.709152   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:44.709347   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:44.709661   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:44.710799   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/ts-1-root/instance:
uuid: "14d4f631a210452fb8849bea359244d9"
format_stamp: "Formatted at 2026-06-08 12:39:44 on dist-test-slave-3g00"
I20260608 12:39:44.715231   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:39:44.718743  4969 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:44.719543   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:39:44.719830   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/ts-1-root
uuid: "14d4f631a210452fb8849bea359244d9"
format_stamp: "Formatted at 2026-06-08 12:39:44 on dist-test-slave-3g00"
I20260608 12:39:44.720095   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-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:44.732246   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:44.733407   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:44.734776   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:44.736963   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:44.737151   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:44.737372   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:44.737550   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:44.775458   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:42649
I20260608 12:39:44.775568  5031 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:42649 every 8 connection(s)
I20260608 12:39:44.780249   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:44.787526  5035 instance_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:44.788097  5036 instance_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:44.790037  5038 instance_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:44.790465   431 server_base.cc:1061] running on GCE node
I20260608 12:39:44.791352   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:44.791615   431 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:44.791821   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922384791802 us; error 0 us; skew 500 ppm
I20260608 12:39:44.792594   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:44.793291  5032 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43069
I20260608 12:39:44.793717  5032 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:44.794466  5032 heartbeater.cc:507] Master 127.0.107.254:43069 requested a full tablet report, sending...
I20260608 12:39:44.795120   431 webserver.cc:533] Webserver started at http://127.0.107.195:42427/ using document root <none> and password file <none>
I20260608 12:39:44.795749   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:44.796012   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:44.796288   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:44.796607  4830 ts_manager.cc:194] Registered new tserver with Master: 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649)
I20260608 12:39:44.797457   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/ts-2-root/instance:
uuid: "b87c8f627bcf4976ae90a62a6d472553"
format_stamp: "Formatted at 2026-06-08 12:39:44 on dist-test-slave-3g00"
I20260608 12:39:44.798005  4830 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59020
I20260608 12:39:44.802278   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:39:44.805868  5043 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:44.806597   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.004s	sys 0.000s
I20260608 12:39:44.806875   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/ts-2-root
uuid: "b87c8f627bcf4976ae90a62a6d472553"
format_stamp: "Formatted at 2026-06-08 12:39:44 on dist-test-slave-3g00"
I20260608 12:39:44.807117   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-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:44.821910   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:44.823064   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:44.824450   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:44.826658   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:44.826853   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:44.827070   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:44.827225   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:44.865078   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:35383
I20260608 12:39:44.865198  5105 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:35383 every 8 connection(s)
I20260608 12:39:44.879040  5106 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43069
I20260608 12:39:44.879455  5106 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:44.880268  5106 heartbeater.cc:507] Master 127.0.107.254:43069 requested a full tablet report, sending...
I20260608 12:39:44.882383  4830 ts_manager.cc:194] Registered new tserver with Master: b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383)
I20260608 12:39:44.882858   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.01453315s
I20260608 12:39:44.884109  4830 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59024
I20260608 12:39:45.711031  4957 heartbeater.cc:499] Master 127.0.107.254:43069 was elected leader, sending a full tablet report...
I20260608 12:39:45.800488  5032 heartbeater.cc:499] Master 127.0.107.254:43069 was elected leader, sending a full tablet report...
I20260608 12:39:45.887131  5106 heartbeater.cc:499] Master 127.0.107.254:43069 was elected leader, sending a full tablet report...
I20260608 12:39:45.939723  4830 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:59040:
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:39:45.942754  4830 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:39:46.031129  4920 tablet_service.cc:1511] Processing CreateTablet for tablet 6aa3473425c44520a8a10cdcff3e69ed (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260608 12:39:46.032611  4920 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6aa3473425c44520a8a10cdcff3e69ed. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.032348  4919 tablet_service.cc:1511] Processing CreateTablet for tablet 193cdaf720f44b21a58cf94ec7852935 (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260608 12:39:46.033769  4919 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 193cdaf720f44b21a58cf94ec7852935. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.034822  4921 tablet_service.cc:1511] Processing CreateTablet for tablet aec950aace3742759b43f98006e4aafc (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260608 12:39:46.035076  5071 tablet_service.cc:1511] Processing CreateTablet for tablet db8540efb9cb4cfda4008f2363a58700 (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260608 12:39:46.036192  4921 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aec950aace3742759b43f98006e4aafc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.036425  5071 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet db8540efb9cb4cfda4008f2363a58700. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.029244  4922 tablet_service.cc:1511] Processing CreateTablet for tablet db8540efb9cb4cfda4008f2363a58700 (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260608 12:39:46.038185  4922 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet db8540efb9cb4cfda4008f2363a58700. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.041841  4918 tablet_service.cc:1511] Processing CreateTablet for tablet dd08c0f98d8a432b89d0b07d1c2f8a59 (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260608 12:39:46.042057  5070 tablet_service.cc:1511] Processing CreateTablet for tablet aec950aace3742759b43f98006e4aafc (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260608 12:39:46.043241  4918 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dd08c0f98d8a432b89d0b07d1c2f8a59. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.043329  5070 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aec950aace3742759b43f98006e4aafc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.044868  4917 tablet_service.cc:1511] Processing CreateTablet for tablet 3be86101e7a94a12ba972cc138548ae3 (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260608 12:39:46.046106  5069 tablet_service.cc:1511] Processing CreateTablet for tablet 6aa3473425c44520a8a10cdcff3e69ed (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260608 12:39:46.047433  5069 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6aa3473425c44520a8a10cdcff3e69ed. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.049192  4916 tablet_service.cc:1511] Processing CreateTablet for tablet 8ba0cdf309f545ed8875245f9ce596d3 (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260608 12:39:46.052057  4915 tablet_service.cc:1511] Processing CreateTablet for tablet 4ae693d7b76d46da967f881266321786 (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260608 12:39:46.053004  5068 tablet_service.cc:1511] Processing CreateTablet for tablet 193cdaf720f44b21a58cf94ec7852935 (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260608 12:39:46.054333  5068 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 193cdaf720f44b21a58cf94ec7852935. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.057657  4914 tablet_service.cc:1511] Processing CreateTablet for tablet 48eff60016de4b0a8c5343d0d9bd4f25 (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260608 12:39:46.059007  4914 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 48eff60016de4b0a8c5343d0d9bd4f25. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.059571  5066 tablet_service.cc:1511] Processing CreateTablet for tablet 3be86101e7a94a12ba972cc138548ae3 (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260608 12:39:46.061102  4915 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4ae693d7b76d46da967f881266321786. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.062110  5065 tablet_service.cc:1511] Processing CreateTablet for tablet 8ba0cdf309f545ed8875245f9ce596d3 (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260608 12:39:46.064142  5066 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3be86101e7a94a12ba972cc138548ae3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.065119  4916 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8ba0cdf309f545ed8875245f9ce596d3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.058135  5067 tablet_service.cc:1511] Processing CreateTablet for tablet dd08c0f98d8a432b89d0b07d1c2f8a59 (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260608 12:39:46.067688  5065 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8ba0cdf309f545ed8875245f9ce596d3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.068957  4917 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3be86101e7a94a12ba972cc138548ae3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.074728  5064 tablet_service.cc:1511] Processing CreateTablet for tablet 4ae693d7b76d46da967f881266321786 (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260608 12:39:46.076182  5064 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4ae693d7b76d46da967f881266321786. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.079007  5063 tablet_service.cc:1511] Processing CreateTablet for tablet 48eff60016de4b0a8c5343d0d9bd4f25 (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260608 12:39:46.081089  5067 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dd08c0f98d8a432b89d0b07d1c2f8a59. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.083895  5063 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 48eff60016de4b0a8c5343d0d9bd4f25. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.105522  4915 tablet_service.cc:1511] Processing CreateTablet for tablet 73b4d3096e3a4e13abc896a9beced29c (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260608 12:39:46.107096  5062 tablet_service.cc:1511] Processing CreateTablet for tablet 73b4d3096e3a4e13abc896a9beced29c (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260608 12:39:46.108530  5062 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 73b4d3096e3a4e13abc896a9beced29c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.125849  4915 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 73b4d3096e3a4e13abc896a9beced29c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.117846  4916 tablet_service.cc:1511] Processing CreateTablet for tablet 5a4af6fe0952465fad24e84a648906e8 (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260608 12:39:46.129516  4916 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5a4af6fe0952465fad24e84a648906e8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.126271  4918 tablet_service.cc:1511] Processing CreateTablet for tablet 3abf76d630274549bf90fc0cc6624c88 (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260608 12:39:46.131747  4918 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3abf76d630274549bf90fc0cc6624c88. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.135175  5067 tablet_service.cc:1511] Processing CreateTablet for tablet 5a4af6fe0952465fad24e84a648906e8 (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260608 12:39:46.136773  5067 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5a4af6fe0952465fad24e84a648906e8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.140254  4991 tablet_service.cc:1511] Processing CreateTablet for tablet 8ba0cdf309f545ed8875245f9ce596d3 (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260608 12:39:46.147181  4992 tablet_service.cc:1511] Processing CreateTablet for tablet 3be86101e7a94a12ba972cc138548ae3 (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260608 12:39:46.148342  4991 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8ba0cdf309f545ed8875245f9ce596d3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.148186  4994 tablet_service.cc:1511] Processing CreateTablet for tablet 193cdaf720f44b21a58cf94ec7852935 (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260608 12:39:46.142185  4997 tablet_service.cc:1511] Processing CreateTablet for tablet db8540efb9cb4cfda4008f2363a58700 (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260608 12:39:46.144091  4996 tablet_service.cc:1511] Processing CreateTablet for tablet aec950aace3742759b43f98006e4aafc (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260608 12:39:46.142194  4990 tablet_service.cc:1511] Processing CreateTablet for tablet 4ae693d7b76d46da967f881266321786 (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260608 12:39:46.146258  4995 tablet_service.cc:1511] Processing CreateTablet for tablet 6aa3473425c44520a8a10cdcff3e69ed (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260608 12:39:46.144093  4989 tablet_service.cc:1511] Processing CreateTablet for tablet 48eff60016de4b0a8c5343d0d9bd4f25 (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260608 12:39:46.145483  4988 tablet_service.cc:1511] Processing CreateTablet for tablet 73b4d3096e3a4e13abc896a9beced29c (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260608 12:39:46.154533  4993 tablet_service.cc:1511] Processing CreateTablet for tablet dd08c0f98d8a432b89d0b07d1c2f8a59 (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260608 12:39:46.155223  5127 tablet_bootstrap.cc:492] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553: Bootstrap starting.
I20260608 12:39:46.152311  4992 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3be86101e7a94a12ba972cc138548ae3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.162113  4997 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet db8540efb9cb4cfda4008f2363a58700. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.166190  4995 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6aa3473425c44520a8a10cdcff3e69ed. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.171811  4993 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dd08c0f98d8a432b89d0b07d1c2f8a59. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.173278  4994 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 193cdaf720f44b21a58cf94ec7852935. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.174964  4989 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 48eff60016de4b0a8c5343d0d9bd4f25. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.177341  4988 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 73b4d3096e3a4e13abc896a9beced29c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.178573  4996 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aec950aace3742759b43f98006e4aafc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.179786  4990 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4ae693d7b76d46da967f881266321786. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.191715  5062 tablet_service.cc:1511] Processing CreateTablet for tablet 3abf76d630274549bf90fc0cc6624c88 (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260608 12:39:46.212047  5062 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3abf76d630274549bf90fc0cc6624c88. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.239636  5126 tablet_bootstrap.cc:492] T aec950aace3742759b43f98006e4aafc P 918e68484d144614a5c69887e8c96e1a: Bootstrap starting.
I20260608 12:39:46.261281  4988 tablet_service.cc:1511] Processing CreateTablet for tablet 3abf76d630274549bf90fc0cc6624c88 (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260608 12:39:46.262768  4988 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3abf76d630274549bf90fc0cc6624c88. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.263496  4997 tablet_service.cc:1511] Processing CreateTablet for tablet 5a4af6fe0952465fad24e84a648906e8 (DEFAULT_TABLE table=test-workload [id=14cd336ee51243a39064097b6c61736f]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260608 12:39:46.265051  4997 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5a4af6fe0952465fad24e84a648906e8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:46.263967  5126 tablet_bootstrap.cc:654] T aec950aace3742759b43f98006e4aafc P 918e68484d144614a5c69887e8c96e1a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.274760  5127 tablet_bootstrap.cc:654] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.290493  5128 tablet_bootstrap.cc:492] T 6aa3473425c44520a8a10cdcff3e69ed P 14d4f631a210452fb8849bea359244d9: Bootstrap starting.
I20260608 12:39:46.314433  5128 tablet_bootstrap.cc:654] T 6aa3473425c44520a8a10cdcff3e69ed P 14d4f631a210452fb8849bea359244d9: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.320873  5127 tablet_bootstrap.cc:492] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553: No bootstrap required, opened a new log
I20260608 12:39:46.320902  5128 tablet_bootstrap.cc:492] T 6aa3473425c44520a8a10cdcff3e69ed P 14d4f631a210452fb8849bea359244d9: No bootstrap required, opened a new log
I20260608 12:39:46.321381  5127 ts_tablet_manager.cc:1403] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553: Time spent bootstrapping tablet: real 0.167s	user 0.018s	sys 0.014s
I20260608 12:39:46.321522  5126 tablet_bootstrap.cc:492] T aec950aace3742759b43f98006e4aafc P 918e68484d144614a5c69887e8c96e1a: No bootstrap required, opened a new log
I20260608 12:39:46.321496  5128 ts_tablet_manager.cc:1403] T 6aa3473425c44520a8a10cdcff3e69ed P 14d4f631a210452fb8849bea359244d9: Time spent bootstrapping tablet: real 0.031s	user 0.013s	sys 0.000s
I20260608 12:39:46.322206  5126 ts_tablet_manager.cc:1403] T aec950aace3742759b43f98006e4aafc P 918e68484d144614a5c69887e8c96e1a: Time spent bootstrapping tablet: real 0.083s	user 0.016s	sys 0.002s
I20260608 12:39:46.323894  5127 raft_consensus.cc:359] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.324453  5127 raft_consensus.cc:385] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.324690  5127 raft_consensus.cc:740] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b87c8f627bcf4976ae90a62a6d472553, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.324882  5128 raft_consensus.cc:359] T 6aa3473425c44520a8a10cdcff3e69ed P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.325228  5126 raft_consensus.cc:359] T aec950aace3742759b43f98006e4aafc P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.325647  5128 raft_consensus.cc:385] T 6aa3473425c44520a8a10cdcff3e69ed P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.325428  5127 consensus_queue.cc:260] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.325912  5126 raft_consensus.cc:385] T aec950aace3742759b43f98006e4aafc P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.325987  5128 raft_consensus.cc:740] T 6aa3473425c44520a8a10cdcff3e69ed P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 14d4f631a210452fb8849bea359244d9, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.326344  5126 raft_consensus.cc:740] T aec950aace3742759b43f98006e4aafc P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 918e68484d144614a5c69887e8c96e1a, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.326886  5128 consensus_queue.cc:260] T 6aa3473425c44520a8a10cdcff3e69ed P 14d4f631a210452fb8849bea359244d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.327147  5126 consensus_queue.cc:260] T aec950aace3742759b43f98006e4aafc P 918e68484d144614a5c69887e8c96e1a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.332404  5126 ts_tablet_manager.cc:1434] T aec950aace3742759b43f98006e4aafc P 918e68484d144614a5c69887e8c96e1a: Time spent starting tablet: real 0.010s	user 0.002s	sys 0.006s
I20260608 12:39:46.333636  5126 tablet_bootstrap.cc:492] T 8ba0cdf309f545ed8875245f9ce596d3 P 918e68484d144614a5c69887e8c96e1a: Bootstrap starting.
I20260608 12:39:46.342532  5127 ts_tablet_manager.cc:1434] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553: Time spent starting tablet: real 0.021s	user 0.009s	sys 0.011s
I20260608 12:39:46.340740  5126 tablet_bootstrap.cc:654] T 8ba0cdf309f545ed8875245f9ce596d3 P 918e68484d144614a5c69887e8c96e1a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.344408  5127 tablet_bootstrap.cc:492] T dd08c0f98d8a432b89d0b07d1c2f8a59 P b87c8f627bcf4976ae90a62a6d472553: Bootstrap starting.
I20260608 12:39:46.344659  5128 ts_tablet_manager.cc:1434] T 6aa3473425c44520a8a10cdcff3e69ed P 14d4f631a210452fb8849bea359244d9: Time spent starting tablet: real 0.023s	user 0.009s	sys 0.012s
I20260608 12:39:46.345901  5128 tablet_bootstrap.cc:492] T 193cdaf720f44b21a58cf94ec7852935 P 14d4f631a210452fb8849bea359244d9: Bootstrap starting.
I20260608 12:39:46.351701  5127 tablet_bootstrap.cc:654] T dd08c0f98d8a432b89d0b07d1c2f8a59 P b87c8f627bcf4976ae90a62a6d472553: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.352423  5128 tablet_bootstrap.cc:654] T 193cdaf720f44b21a58cf94ec7852935 P 14d4f631a210452fb8849bea359244d9: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.358245  5126 tablet_bootstrap.cc:492] T 8ba0cdf309f545ed8875245f9ce596d3 P 918e68484d144614a5c69887e8c96e1a: No bootstrap required, opened a new log
I20260608 12:39:46.358798  5126 ts_tablet_manager.cc:1403] T 8ba0cdf309f545ed8875245f9ce596d3 P 918e68484d144614a5c69887e8c96e1a: Time spent bootstrapping tablet: real 0.025s	user 0.016s	sys 0.004s
I20260608 12:39:46.361941  5126 raft_consensus.cc:359] T 8ba0cdf309f545ed8875245f9ce596d3 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.362732  5126 raft_consensus.cc:385] T 8ba0cdf309f545ed8875245f9ce596d3 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.363070  5126 raft_consensus.cc:740] T 8ba0cdf309f545ed8875245f9ce596d3 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 918e68484d144614a5c69887e8c96e1a, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.363623  5127 tablet_bootstrap.cc:492] T dd08c0f98d8a432b89d0b07d1c2f8a59 P b87c8f627bcf4976ae90a62a6d472553: No bootstrap required, opened a new log
I20260608 12:39:46.363765  5128 tablet_bootstrap.cc:492] T 193cdaf720f44b21a58cf94ec7852935 P 14d4f631a210452fb8849bea359244d9: No bootstrap required, opened a new log
I20260608 12:39:46.364266  5127 ts_tablet_manager.cc:1403] T dd08c0f98d8a432b89d0b07d1c2f8a59 P b87c8f627bcf4976ae90a62a6d472553: Time spent bootstrapping tablet: real 0.020s	user 0.011s	sys 0.007s
I20260608 12:39:46.364354  5128 ts_tablet_manager.cc:1403] T 193cdaf720f44b21a58cf94ec7852935 P 14d4f631a210452fb8849bea359244d9: Time spent bootstrapping tablet: real 0.019s	user 0.007s	sys 0.005s
I20260608 12:39:46.364034  5126 consensus_queue.cc:260] T 8ba0cdf309f545ed8875245f9ce596d3 P 918e68484d144614a5c69887e8c96e1a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.366333  5126 ts_tablet_manager.cc:1434] T 8ba0cdf309f545ed8875245f9ce596d3 P 918e68484d144614a5c69887e8c96e1a: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.003s
I20260608 12:39:46.367344  5126 tablet_bootstrap.cc:492] T 4ae693d7b76d46da967f881266321786 P 918e68484d144614a5c69887e8c96e1a: Bootstrap starting.
I20260608 12:39:46.367565  5128 raft_consensus.cc:359] T 193cdaf720f44b21a58cf94ec7852935 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.368309  5128 raft_consensus.cc:385] T 193cdaf720f44b21a58cf94ec7852935 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.368614  5128 raft_consensus.cc:740] T 193cdaf720f44b21a58cf94ec7852935 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 14d4f631a210452fb8849bea359244d9, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.369410  5128 consensus_queue.cc:260] T 193cdaf720f44b21a58cf94ec7852935 P 14d4f631a210452fb8849bea359244d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.369372  5127 raft_consensus.cc:359] T dd08c0f98d8a432b89d0b07d1c2f8a59 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.371287  5127 raft_consensus.cc:385] T dd08c0f98d8a432b89d0b07d1c2f8a59 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.371635  5127 raft_consensus.cc:740] T dd08c0f98d8a432b89d0b07d1c2f8a59 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b87c8f627bcf4976ae90a62a6d472553, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.372252  5128 ts_tablet_manager.cc:1434] T 193cdaf720f44b21a58cf94ec7852935 P 14d4f631a210452fb8849bea359244d9: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:39:46.373263  5128 tablet_bootstrap.cc:492] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9: Bootstrap starting.
I20260608 12:39:46.372574  5127 consensus_queue.cc:260] T dd08c0f98d8a432b89d0b07d1c2f8a59 P b87c8f627bcf4976ae90a62a6d472553 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.376051  5127 ts_tablet_manager.cc:1434] T dd08c0f98d8a432b89d0b07d1c2f8a59 P b87c8f627bcf4976ae90a62a6d472553: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.002s
I20260608 12:39:46.377099  5127 tablet_bootstrap.cc:492] T 73b4d3096e3a4e13abc896a9beced29c P b87c8f627bcf4976ae90a62a6d472553: Bootstrap starting.
I20260608 12:39:46.381618  5128 tablet_bootstrap.cc:654] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.383775  5127 tablet_bootstrap.cc:654] T 73b4d3096e3a4e13abc896a9beced29c P b87c8f627bcf4976ae90a62a6d472553: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.384317  5126 tablet_bootstrap.cc:654] T 4ae693d7b76d46da967f881266321786 P 918e68484d144614a5c69887e8c96e1a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.393685  5126 tablet_bootstrap.cc:492] T 4ae693d7b76d46da967f881266321786 P 918e68484d144614a5c69887e8c96e1a: No bootstrap required, opened a new log
I20260608 12:39:46.394300  5126 ts_tablet_manager.cc:1403] T 4ae693d7b76d46da967f881266321786 P 918e68484d144614a5c69887e8c96e1a: Time spent bootstrapping tablet: real 0.027s	user 0.010s	sys 0.005s
I20260608 12:39:46.398305  5134 raft_consensus.cc:493] T aec950aace3742759b43f98006e4aafc P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:46.398873  5134 raft_consensus.cc:515] T aec950aace3742759b43f98006e4aafc P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.407001  5134 leader_election.cc:290] T aec950aace3742759b43f98006e4aafc P 918e68484d144614a5c69887e8c96e1a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649), b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383)
I20260608 12:39:46.397724  5126 raft_consensus.cc:359] T 4ae693d7b76d46da967f881266321786 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.410053  5126 raft_consensus.cc:385] T 4ae693d7b76d46da967f881266321786 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.410411  5126 raft_consensus.cc:740] T 4ae693d7b76d46da967f881266321786 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 918e68484d144614a5c69887e8c96e1a, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.411506  5127 tablet_bootstrap.cc:492] T 73b4d3096e3a4e13abc896a9beced29c P b87c8f627bcf4976ae90a62a6d472553: No bootstrap required, opened a new log
I20260608 12:39:46.411360  5126 consensus_queue.cc:260] T 4ae693d7b76d46da967f881266321786 P 918e68484d144614a5c69887e8c96e1a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.412056  5127 ts_tablet_manager.cc:1403] T 73b4d3096e3a4e13abc896a9beced29c P b87c8f627bcf4976ae90a62a6d472553: Time spent bootstrapping tablet: real 0.035s	user 0.012s	sys 0.017s
I20260608 12:39:46.413977  5126 ts_tablet_manager.cc:1434] T 4ae693d7b76d46da967f881266321786 P 918e68484d144614a5c69887e8c96e1a: Time spent starting tablet: real 0.019s	user 0.006s	sys 0.000s
I20260608 12:39:46.415215  5127 raft_consensus.cc:359] T 73b4d3096e3a4e13abc896a9beced29c P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.417939  5127 raft_consensus.cc:385] T 73b4d3096e3a4e13abc896a9beced29c P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.418249  5127 raft_consensus.cc:740] T 73b4d3096e3a4e13abc896a9beced29c P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b87c8f627bcf4976ae90a62a6d472553, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.415995  5126 tablet_bootstrap.cc:492] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a: Bootstrap starting.
I20260608 12:39:46.425837  5126 tablet_bootstrap.cc:654] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.428619  5127 consensus_queue.cc:260] T 73b4d3096e3a4e13abc896a9beced29c P b87c8f627bcf4976ae90a62a6d472553 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.430891  5081 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aec950aace3742759b43f98006e4aafc" candidate_uuid: "918e68484d144614a5c69887e8c96e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b87c8f627bcf4976ae90a62a6d472553" is_pre_election: true
I20260608 12:39:46.431353  5128 tablet_bootstrap.cc:492] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9: No bootstrap required, opened a new log
I20260608 12:39:46.432018  5128 ts_tablet_manager.cc:1403] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9: Time spent bootstrapping tablet: real 0.059s	user 0.028s	sys 0.028s
I20260608 12:39:46.432706  5127 ts_tablet_manager.cc:1434] T 73b4d3096e3a4e13abc896a9beced29c P b87c8f627bcf4976ae90a62a6d472553: Time spent starting tablet: real 0.020s	user 0.003s	sys 0.003s
I20260608 12:39:46.433859  5127 tablet_bootstrap.cc:492] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553: Bootstrap starting.
I20260608 12:39:46.435472  5128 raft_consensus.cc:359] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.436339  5128 raft_consensus.cc:385] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.436792  5128 raft_consensus.cc:740] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 14d4f631a210452fb8849bea359244d9, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.437862  5128 consensus_queue.cc:260] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
W20260608 12:39:46.439953  4898 leader_election.cc:343] T aec950aace3742759b43f98006e4aafc P 918e68484d144614a5c69887e8c96e1a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:46.442430  5133 raft_consensus.cc:493] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:46.443239  5127 tablet_bootstrap.cc:654] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.442981  5133 raft_consensus.cc:515] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.444507  5134 raft_consensus.cc:493] T 4ae693d7b76d46da967f881266321786 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:46.444999  5134 raft_consensus.cc:515] T 4ae693d7b76d46da967f881266321786 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.446949  5134 leader_election.cc:290] T 4ae693d7b76d46da967f881266321786 P 918e68484d144614a5c69887e8c96e1a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649), b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383)
I20260608 12:39:46.447183  5132 raft_consensus.cc:493] T dd08c0f98d8a432b89d0b07d1c2f8a59 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:46.447655  5132 raft_consensus.cc:515] T dd08c0f98d8a432b89d0b07d1c2f8a59 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.450390  5132 leader_election.cc:290] T dd08c0f98d8a432b89d0b07d1c2f8a59 P b87c8f627bcf4976ae90a62a6d472553 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417), 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649)
I20260608 12:39:46.450814  5133 leader_election.cc:290] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417), b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383)
I20260608 12:39:46.455749  5081 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ae693d7b76d46da967f881266321786" candidate_uuid: "918e68484d144614a5c69887e8c96e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b87c8f627bcf4976ae90a62a6d472553" is_pre_election: true
W20260608 12:39:46.457383  4898 leader_election.cc:343] T 4ae693d7b76d46da967f881266321786 P 918e68484d144614a5c69887e8c96e1a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:46.470464  5132 raft_consensus.cc:493] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:46.471035  5132 raft_consensus.cc:515] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.473181  5132 leader_election.cc:290] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417), 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649)
I20260608 12:39:46.479097  5007 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aec950aace3742759b43f98006e4aafc" candidate_uuid: "918e68484d144614a5c69887e8c96e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14d4f631a210452fb8849bea359244d9" is_pre_election: true
I20260608 12:39:46.457492  5128 ts_tablet_manager.cc:1434] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9: Time spent starting tablet: real 0.025s	user 0.004s	sys 0.003s
I20260608 12:39:46.481161  5006 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ae693d7b76d46da967f881266321786" candidate_uuid: "918e68484d144614a5c69887e8c96e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14d4f631a210452fb8849bea359244d9" is_pre_election: true
W20260608 12:39:46.483251  4896 leader_election.cc:343] T aec950aace3742759b43f98006e4aafc P 918e68484d144614a5c69887e8c96e1a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:46.483815  4896 leader_election.cc:304] T aec950aace3742759b43f98006e4aafc P 918e68484d144614a5c69887e8c96e1a [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: 918e68484d144614a5c69887e8c96e1a; no voters: 14d4f631a210452fb8849bea359244d9, b87c8f627bcf4976ae90a62a6d472553
I20260608 12:39:46.481570  5128 tablet_bootstrap.cc:492] T db8540efb9cb4cfda4008f2363a58700 P 14d4f631a210452fb8849bea359244d9: Bootstrap starting.
I20260608 12:39:46.484745  5134 raft_consensus.cc:2749] T aec950aace3742759b43f98006e4aafc P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
W20260608 12:39:46.485668  4896 leader_election.cc:343] T 4ae693d7b76d46da967f881266321786 P 918e68484d144614a5c69887e8c96e1a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:46.486078  4896 leader_election.cc:304] T 4ae693d7b76d46da967f881266321786 P 918e68484d144614a5c69887e8c96e1a [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: 918e68484d144614a5c69887e8c96e1a; no voters: 14d4f631a210452fb8849bea359244d9, b87c8f627bcf4976ae90a62a6d472553
I20260608 12:39:46.487506  5134 raft_consensus.cc:2749] T 4ae693d7b76d46da967f881266321786 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:46.492802  4932 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "73b4d3096e3a4e13abc896a9beced29c" candidate_uuid: "14d4f631a210452fb8849bea359244d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "918e68484d144614a5c69887e8c96e1a" is_pre_election: true
I20260608 12:39:46.493711  5132 raft_consensus.cc:493] T 73b4d3096e3a4e13abc896a9beced29c P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
W20260608 12:39:46.494374  4971 leader_election.cc:343] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:46.494200  5132 raft_consensus.cc:515] T 73b4d3096e3a4e13abc896a9beced29c P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.496394  5132 leader_election.cc:290] T 73b4d3096e3a4e13abc896a9beced29c P b87c8f627bcf4976ae90a62a6d472553 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417), 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649)
I20260608 12:39:46.502627  5128 tablet_bootstrap.cc:654] T db8540efb9cb4cfda4008f2363a58700 P 14d4f631a210452fb8849bea359244d9: Neither blocks nor log segments found. Creating new log.
W20260608 12:39:46.507332  4878 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:39:46.511910  4931 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "db8540efb9cb4cfda4008f2363a58700" candidate_uuid: "b87c8f627bcf4976ae90a62a6d472553" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "918e68484d144614a5c69887e8c96e1a" is_pre_election: true
I20260608 12:39:46.512182  4932 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd08c0f98d8a432b89d0b07d1c2f8a59" candidate_uuid: "b87c8f627bcf4976ae90a62a6d472553" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "918e68484d144614a5c69887e8c96e1a" is_pre_election: true
I20260608 12:39:46.513571  4930 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "73b4d3096e3a4e13abc896a9beced29c" candidate_uuid: "b87c8f627bcf4976ae90a62a6d472553" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "918e68484d144614a5c69887e8c96e1a" is_pre_election: true
W20260608 12:39:46.515691  5045 leader_election.cc:343] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417): Illegal state: must be running to vote when last-logged opid is not known
W20260608 12:39:46.516479  5045 leader_election.cc:343] T dd08c0f98d8a432b89d0b07d1c2f8a59 P b87c8f627bcf4976ae90a62a6d472553 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417): Illegal state: must be running to vote when last-logged opid is not known
W20260608 12:39:46.517215  5045 leader_election.cc:343] T 73b4d3096e3a4e13abc896a9beced29c P b87c8f627bcf4976ae90a62a6d472553 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:46.521656  5081 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "73b4d3096e3a4e13abc896a9beced29c" candidate_uuid: "14d4f631a210452fb8849bea359244d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b87c8f627bcf4976ae90a62a6d472553" is_pre_election: true
I20260608 12:39:46.522343  5081 raft_consensus.cc:2468] T 73b4d3096e3a4e13abc896a9beced29c P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 14d4f631a210452fb8849bea359244d9 in term 0.
I20260608 12:39:46.522716  5126 tablet_bootstrap.cc:492] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a: No bootstrap required, opened a new log
I20260608 12:39:46.522898  5127 tablet_bootstrap.cc:492] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553: No bootstrap required, opened a new log
I20260608 12:39:46.523226  5126 ts_tablet_manager.cc:1403] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a: Time spent bootstrapping tablet: real 0.107s	user 0.032s	sys 0.057s
I20260608 12:39:46.523625  4973 leader_election.cc:304] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9 [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: 14d4f631a210452fb8849bea359244d9, b87c8f627bcf4976ae90a62a6d472553; no voters: 918e68484d144614a5c69887e8c96e1a
I20260608 12:39:46.525040  5133 raft_consensus.cc:2804] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:46.525399  5133 raft_consensus.cc:493] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:46.525728  5133 raft_consensus.cc:3060] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:46.526350  5006 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd08c0f98d8a432b89d0b07d1c2f8a59" candidate_uuid: "b87c8f627bcf4976ae90a62a6d472553" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14d4f631a210452fb8849bea359244d9" is_pre_election: true
I20260608 12:39:46.526530  5128 tablet_bootstrap.cc:492] T db8540efb9cb4cfda4008f2363a58700 P 14d4f631a210452fb8849bea359244d9: No bootstrap required, opened a new log
I20260608 12:39:46.527076  5128 ts_tablet_manager.cc:1403] T db8540efb9cb4cfda4008f2363a58700 P 14d4f631a210452fb8849bea359244d9: Time spent bootstrapping tablet: real 0.046s	user 0.019s	sys 0.008s
I20260608 12:39:46.527456  5126 raft_consensus.cc:359] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.528230  5126 raft_consensus.cc:385] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.528103  5005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "73b4d3096e3a4e13abc896a9beced29c" candidate_uuid: "b87c8f627bcf4976ae90a62a6d472553" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14d4f631a210452fb8849bea359244d9" is_pre_election: true
I20260608 12:39:46.528564  5126 raft_consensus.cc:740] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 918e68484d144614a5c69887e8c96e1a, State: Initialized, Role: FOLLOWER
W20260608 12:39:46.529341  5045 leader_election.cc:343] T dd08c0f98d8a432b89d0b07d1c2f8a59 P b87c8f627bcf4976ae90a62a6d472553 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:46.527559  5007 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "db8540efb9cb4cfda4008f2363a58700" candidate_uuid: "b87c8f627bcf4976ae90a62a6d472553" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14d4f631a210452fb8849bea359244d9" is_pre_election: true
I20260608 12:39:46.529554  5126 consensus_queue.cc:260] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.529943  5128 raft_consensus.cc:359] T db8540efb9cb4cfda4008f2363a58700 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.532282  5128 raft_consensus.cc:385] T db8540efb9cb4cfda4008f2363a58700 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.530241  5045 leader_election.cc:304] T dd08c0f98d8a432b89d0b07d1c2f8a59 P b87c8f627bcf4976ae90a62a6d472553 [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: b87c8f627bcf4976ae90a62a6d472553; no voters: 14d4f631a210452fb8849bea359244d9, 918e68484d144614a5c69887e8c96e1a
I20260608 12:39:46.532644  5128 raft_consensus.cc:740] T db8540efb9cb4cfda4008f2363a58700 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 14d4f631a210452fb8849bea359244d9, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.533409  5126 ts_tablet_manager.cc:1434] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 12:39:46.533447  5128 consensus_queue.cc:260] T db8540efb9cb4cfda4008f2363a58700 P 14d4f631a210452fb8849bea359244d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.534335  5126 tablet_bootstrap.cc:492] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a: Bootstrap starting.
I20260608 12:39:46.534538  5007 raft_consensus.cc:2468] T db8540efb9cb4cfda4008f2363a58700 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b87c8f627bcf4976ae90a62a6d472553 in term 0.
I20260608 12:39:46.535457  5132 raft_consensus.cc:2749] T dd08c0f98d8a432b89d0b07d1c2f8a59 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:46.536736  5133 raft_consensus.cc:515] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.538163  5005 raft_consensus.cc:2393] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate b87c8f627bcf4976ae90a62a6d472553 in current term 1: Already voted for candidate 14d4f631a210452fb8849bea359244d9 in this term.
I20260608 12:39:46.539041  5045 leader_election.cc:304] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553 [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: 14d4f631a210452fb8849bea359244d9, b87c8f627bcf4976ae90a62a6d472553; no voters: 918e68484d144614a5c69887e8c96e1a
I20260608 12:39:46.540222  5132 raft_consensus.cc:2804] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:46.540584  5132 raft_consensus.cc:493] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:46.540916  5132 raft_consensus.cc:3060] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:46.541606  5126 tablet_bootstrap.cc:654] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.548451  5132 raft_consensus.cc:515] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.551268  4930 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "73b4d3096e3a4e13abc896a9beced29c" candidate_uuid: "14d4f631a210452fb8849bea359244d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "918e68484d144614a5c69887e8c96e1a"
I20260608 12:39:46.551859  5132 leader_election.cc:290] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553 [CANDIDATE]: Term 1 election: Requested vote from peers 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417), 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649)
I20260608 12:39:46.549057  5127 ts_tablet_manager.cc:1403] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553: Time spent bootstrapping tablet: real 0.115s	user 0.022s	sys 0.008s
W20260608 12:39:46.552649  4971 leader_election.cc:343] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:46.549853  5045 leader_election.cc:304] T 73b4d3096e3a4e13abc896a9beced29c P b87c8f627bcf4976ae90a62a6d472553 [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: b87c8f627bcf4976ae90a62a6d472553; no voters: 14d4f631a210452fb8849bea359244d9, 918e68484d144614a5c69887e8c96e1a
I20260608 12:39:46.555451  4930 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "db8540efb9cb4cfda4008f2363a58700" candidate_uuid: "b87c8f627bcf4976ae90a62a6d472553" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "918e68484d144614a5c69887e8c96e1a"
I20260608 12:39:46.556107  5126 tablet_bootstrap.cc:492] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a: No bootstrap required, opened a new log
I20260608 12:39:46.556617  5126 ts_tablet_manager.cc:1403] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a: Time spent bootstrapping tablet: real 0.022s	user 0.016s	sys 0.000s
W20260608 12:39:46.557587  5045 leader_election.cc:343] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:46.557600  5005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "db8540efb9cb4cfda4008f2363a58700" candidate_uuid: "b87c8f627bcf4976ae90a62a6d472553" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14d4f631a210452fb8849bea359244d9"
I20260608 12:39:46.558547  5132 raft_consensus.cc:3060] T 73b4d3096e3a4e13abc896a9beced29c P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:46.558533  5005 raft_consensus.cc:3060] T db8540efb9cb4cfda4008f2363a58700 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:46.559684  5133 leader_election.cc:290] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9 [CANDIDATE]: Term 1 election: Requested vote from peers 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417), b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383)
I20260608 12:39:46.559818  5126 raft_consensus.cc:359] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.560729  5126 raft_consensus.cc:385] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.561087  5126 raft_consensus.cc:740] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 918e68484d144614a5c69887e8c96e1a, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.561578  5081 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "73b4d3096e3a4e13abc896a9beced29c" candidate_uuid: "14d4f631a210452fb8849bea359244d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b87c8f627bcf4976ae90a62a6d472553"
I20260608 12:39:46.562521  5126 consensus_queue.cc:260] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.556361  5127 raft_consensus.cc:359] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.563529  5127 raft_consensus.cc:385] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.563907  5127 raft_consensus.cc:740] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b87c8f627bcf4976ae90a62a6d472553, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.564159  5128 ts_tablet_manager.cc:1434] T db8540efb9cb4cfda4008f2363a58700 P 14d4f631a210452fb8849bea359244d9: Time spent starting tablet: real 0.037s	user 0.015s	sys 0.019s
I20260608 12:39:46.565323  5128 tablet_bootstrap.cc:492] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 14d4f631a210452fb8849bea359244d9: Bootstrap starting.
I20260608 12:39:46.568363  5005 raft_consensus.cc:2468] T db8540efb9cb4cfda4008f2363a58700 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b87c8f627bcf4976ae90a62a6d472553 in term 1.
I20260608 12:39:46.570176  5126 ts_tablet_manager.cc:1434] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.000s
I20260608 12:39:46.571295  5126 tablet_bootstrap.cc:492] T 3be86101e7a94a12ba972cc138548ae3 P 918e68484d144614a5c69887e8c96e1a: Bootstrap starting.
I20260608 12:39:46.571633  5132 raft_consensus.cc:2749] T 73b4d3096e3a4e13abc896a9beced29c P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:46.564862  5127 consensus_queue.cc:260] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.572240  5128 tablet_bootstrap.cc:654] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 14d4f631a210452fb8849bea359244d9: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.573849  5127 ts_tablet_manager.cc:1434] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553: Time spent starting tablet: real 0.021s	user 0.004s	sys 0.004s
I20260608 12:39:46.575177  5127 tablet_bootstrap.cc:492] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553: Bootstrap starting.
I20260608 12:39:46.577643  5126 tablet_bootstrap.cc:654] T 3be86101e7a94a12ba972cc138548ae3 P 918e68484d144614a5c69887e8c96e1a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.581949  5127 tablet_bootstrap.cc:654] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.583642  5128 tablet_bootstrap.cc:492] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 14d4f631a210452fb8849bea359244d9: No bootstrap required, opened a new log
I20260608 12:39:46.584167  5128 ts_tablet_manager.cc:1403] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 14d4f631a210452fb8849bea359244d9: Time spent bootstrapping tablet: real 0.019s	user 0.014s	sys 0.004s
I20260608 12:39:46.587353  5128 raft_consensus.cc:359] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.588299  5128 raft_consensus.cc:385] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.588680  5128 raft_consensus.cc:740] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 14d4f631a210452fb8849bea359244d9, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.589574  5128 consensus_queue.cc:260] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 14d4f631a210452fb8849bea359244d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.592253  5128 ts_tablet_manager.cc:1434] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 14d4f631a210452fb8849bea359244d9: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:39:46.593484  5128 tablet_bootstrap.cc:492] T 3be86101e7a94a12ba972cc138548ae3 P 14d4f631a210452fb8849bea359244d9: Bootstrap starting.
I20260608 12:39:46.597596  5081 raft_consensus.cc:2468] T 73b4d3096e3a4e13abc896a9beced29c P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 14d4f631a210452fb8849bea359244d9 in term 1.
I20260608 12:39:46.600510  5128 tablet_bootstrap.cc:654] T 3be86101e7a94a12ba972cc138548ae3 P 14d4f631a210452fb8849bea359244d9: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.603781  4973 leader_election.cc:304] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9 [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: 14d4f631a210452fb8849bea359244d9, b87c8f627bcf4976ae90a62a6d472553; no voters: 918e68484d144614a5c69887e8c96e1a
I20260608 12:39:46.605304  5151 raft_consensus.cc:2804] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:46.605856  5151 raft_consensus.cc:697] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9 [term 1 LEADER]: Becoming Leader. State: Replica: 14d4f631a210452fb8849bea359244d9, State: Running, Role: LEADER
I20260608 12:39:46.606805  5151 consensus_queue.cc:237] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.611752  5045 leader_election.cc:304] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553 [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: 14d4f631a210452fb8849bea359244d9, b87c8f627bcf4976ae90a62a6d472553; no voters: 918e68484d144614a5c69887e8c96e1a
I20260608 12:39:46.613085  5127 tablet_bootstrap.cc:492] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553: No bootstrap required, opened a new log
I20260608 12:39:46.613030  5132 raft_consensus.cc:2804] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:46.613454  5126 tablet_bootstrap.cc:492] T 3be86101e7a94a12ba972cc138548ae3 P 918e68484d144614a5c69887e8c96e1a: No bootstrap required, opened a new log
I20260608 12:39:46.613785  5127 ts_tablet_manager.cc:1403] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553: Time spent bootstrapping tablet: real 0.039s	user 0.029s	sys 0.007s
I20260608 12:39:46.613976  5126 ts_tablet_manager.cc:1403] T 3be86101e7a94a12ba972cc138548ae3 P 918e68484d144614a5c69887e8c96e1a: Time spent bootstrapping tablet: real 0.043s	user 0.027s	sys 0.006s
I20260608 12:39:46.620121  5126 raft_consensus.cc:359] T 3be86101e7a94a12ba972cc138548ae3 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.620908  5126 raft_consensus.cc:385] T 3be86101e7a94a12ba972cc138548ae3 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.621202  5126 raft_consensus.cc:740] T 3be86101e7a94a12ba972cc138548ae3 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 918e68484d144614a5c69887e8c96e1a, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.622223  5134 raft_consensus.cc:493] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:46.622795  5134 raft_consensus.cc:515] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.625007  5127 raft_consensus.cc:359] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.624966  5134 leader_election.cc:290] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649), b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383)
I20260608 12:39:46.626215  5005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6aa3473425c44520a8a10cdcff3e69ed" candidate_uuid: "918e68484d144614a5c69887e8c96e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14d4f631a210452fb8849bea359244d9" is_pre_election: true
I20260608 12:39:46.626875  5005 raft_consensus.cc:2468] T 6aa3473425c44520a8a10cdcff3e69ed P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 918e68484d144614a5c69887e8c96e1a in term 0.
I20260608 12:39:46.625792  5127 raft_consensus.cc:385] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.628347  4896 leader_election.cc:304] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 14d4f631a210452fb8849bea359244d9, 918e68484d144614a5c69887e8c96e1a; no voters: 
I20260608 12:39:46.628688  5127 raft_consensus.cc:740] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b87c8f627bcf4976ae90a62a6d472553, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.629360  5134 raft_consensus.cc:2804] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:46.629791  5134 raft_consensus.cc:493] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:46.629539  5127 consensus_queue.cc:260] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.630203  5134 raft_consensus.cc:3060] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:46.621913  5126 consensus_queue.cc:260] T 3be86101e7a94a12ba972cc138548ae3 P 918e68484d144614a5c69887e8c96e1a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.641328  5134 raft_consensus.cc:515] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.644146  5132 raft_consensus.cc:697] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553 [term 1 LEADER]: Becoming Leader. State: Replica: b87c8f627bcf4976ae90a62a6d472553, State: Running, Role: LEADER
I20260608 12:39:46.644678  5133 raft_consensus.cc:493] T 193cdaf720f44b21a58cf94ec7852935 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:46.646451  5133 raft_consensus.cc:515] T 193cdaf720f44b21a58cf94ec7852935 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.646804  5132 consensus_queue.cc:237] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.648871  5133 leader_election.cc:290] T 193cdaf720f44b21a58cf94ec7852935 P 14d4f631a210452fb8849bea359244d9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417), b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383)
I20260608 12:39:46.650485  5127 ts_tablet_manager.cc:1434] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553: Time spent starting tablet: real 0.036s	user 0.007s	sys 0.000s
I20260608 12:39:46.651676  4930 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "193cdaf720f44b21a58cf94ec7852935" candidate_uuid: "14d4f631a210452fb8849bea359244d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "918e68484d144614a5c69887e8c96e1a" is_pre_election: true
I20260608 12:39:46.653069  5081 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "193cdaf720f44b21a58cf94ec7852935" candidate_uuid: "14d4f631a210452fb8849bea359244d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b87c8f627bcf4976ae90a62a6d472553" is_pre_election: true
W20260608 12:39:46.654709  4973 leader_election.cc:343] T 193cdaf720f44b21a58cf94ec7852935 P 14d4f631a210452fb8849bea359244d9 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383): Illegal state: must be running to vote when last-logged opid is not known
W20260608 12:39:46.655982  4971 leader_election.cc:343] T 193cdaf720f44b21a58cf94ec7852935 P 14d4f631a210452fb8849bea359244d9 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:46.656126  5134 leader_election.cc:290] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [CANDIDATE]: Term 1 election: Requested vote from peers 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649), b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383)
I20260608 12:39:46.657974  5005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6aa3473425c44520a8a10cdcff3e69ed" candidate_uuid: "918e68484d144614a5c69887e8c96e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14d4f631a210452fb8849bea359244d9"
I20260608 12:39:46.658675  5005 raft_consensus.cc:3060] T 6aa3473425c44520a8a10cdcff3e69ed P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:46.651633  5127 tablet_bootstrap.cc:492] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553: Bootstrap starting.
I20260608 12:39:46.656522  4971 leader_election.cc:304] T 193cdaf720f44b21a58cf94ec7852935 P 14d4f631a210452fb8849bea359244d9 [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: 14d4f631a210452fb8849bea359244d9; no voters: 918e68484d144614a5c69887e8c96e1a, b87c8f627bcf4976ae90a62a6d472553
I20260608 12:39:46.665393  5081 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6aa3473425c44520a8a10cdcff3e69ed" candidate_uuid: "918e68484d144614a5c69887e8c96e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b87c8f627bcf4976ae90a62a6d472553" is_pre_election: true
I20260608 12:39:46.665527  5151 raft_consensus.cc:2749] T 193cdaf720f44b21a58cf94ec7852935 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:46.666846  5005 raft_consensus.cc:2468] T 6aa3473425c44520a8a10cdcff3e69ed P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 918e68484d144614a5c69887e8c96e1a in term 1.
I20260608 12:39:46.667053  5081 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6aa3473425c44520a8a10cdcff3e69ed" candidate_uuid: "918e68484d144614a5c69887e8c96e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b87c8f627bcf4976ae90a62a6d472553"
I20260608 12:39:46.668045  4896 leader_election.cc:304] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 14d4f631a210452fb8849bea359244d9, 918e68484d144614a5c69887e8c96e1a; no voters: 
W20260608 12:39:46.668280  4898 leader_election.cc:343] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:46.669479  5160 raft_consensus.cc:2804] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Leader election won for term 1
W20260608 12:39:46.669633  4898 leader_election.cc:343] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:46.671729  5128 tablet_bootstrap.cc:492] T 3be86101e7a94a12ba972cc138548ae3 P 14d4f631a210452fb8849bea359244d9: No bootstrap required, opened a new log
I20260608 12:39:46.672030  5126 ts_tablet_manager.cc:1434] T 3be86101e7a94a12ba972cc138548ae3 P 918e68484d144614a5c69887e8c96e1a: Time spent starting tablet: real 0.058s	user 0.007s	sys 0.010s
I20260608 12:39:46.645658  5157 raft_consensus.cc:493] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:46.672209  5127 tablet_bootstrap.cc:654] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.672545  5157 raft_consensus.cc:515] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.674835  5157 leader_election.cc:290] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417), 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649)
I20260608 12:39:46.675499  5160 raft_consensus.cc:697] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [term 1 LEADER]: Becoming Leader. State: Replica: 918e68484d144614a5c69887e8c96e1a, State: Running, Role: LEADER
I20260608 12:39:46.675850  5126 tablet_bootstrap.cc:492] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a: Bootstrap starting.
I20260608 12:39:46.675206  4830 catalog_manager.cc:5696] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553 reported cstate change: term changed from 0 to 1, leader changed from <none> to b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "b87c8f627bcf4976ae90a62a6d472553" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:46.676400  5160 consensus_queue.cc:237] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.672206  5128 ts_tablet_manager.cc:1403] T 3be86101e7a94a12ba972cc138548ae3 P 14d4f631a210452fb8849bea359244d9: Time spent bootstrapping tablet: real 0.079s	user 0.016s	sys 0.031s
I20260608 12:39:46.680483  4930 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ae693d7b76d46da967f881266321786" candidate_uuid: "b87c8f627bcf4976ae90a62a6d472553" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "918e68484d144614a5c69887e8c96e1a" is_pre_election: true
I20260608 12:39:46.681087  5005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ae693d7b76d46da967f881266321786" candidate_uuid: "b87c8f627bcf4976ae90a62a6d472553" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14d4f631a210452fb8849bea359244d9" is_pre_election: true
I20260608 12:39:46.681169  4930 raft_consensus.cc:2468] T 4ae693d7b76d46da967f881266321786 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b87c8f627bcf4976ae90a62a6d472553 in term 0.
I20260608 12:39:46.682899  5126 tablet_bootstrap.cc:654] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a: Neither blocks nor log segments found. Creating new log.
W20260608 12:39:46.682749  5045 leader_election.cc:343] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:46.669103  4829 catalog_manager.cc:5696] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9 reported cstate change: term changed from 0 to 1, leader changed from <none> to 14d4f631a210452fb8849bea359244d9 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "14d4f631a210452fb8849bea359244d9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:46.683259  5128 raft_consensus.cc:359] T 3be86101e7a94a12ba972cc138548ae3 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.683669  5045 leader_election.cc:304] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [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: 918e68484d144614a5c69887e8c96e1a, b87c8f627bcf4976ae90a62a6d472553; no voters: 14d4f631a210452fb8849bea359244d9
I20260608 12:39:46.683971  5128 raft_consensus.cc:385] T 3be86101e7a94a12ba972cc138548ae3 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.684345  5128 raft_consensus.cc:740] T 3be86101e7a94a12ba972cc138548ae3 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 14d4f631a210452fb8849bea359244d9, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.685156  5157 raft_consensus.cc:2804] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:46.685662  5157 raft_consensus.cc:493] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:46.686012  5157 raft_consensus.cc:3060] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:46.689697  5128 consensus_queue.cc:260] T 3be86101e7a94a12ba972cc138548ae3 P 14d4f631a210452fb8849bea359244d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.693187  5128 ts_tablet_manager.cc:1434] T 3be86101e7a94a12ba972cc138548ae3 P 14d4f631a210452fb8849bea359244d9: Time spent starting tablet: real 0.013s	user 0.008s	sys 0.000s
I20260608 12:39:46.694233  5128 tablet_bootstrap.cc:492] T 4ae693d7b76d46da967f881266321786 P 14d4f631a210452fb8849bea359244d9: Bootstrap starting.
I20260608 12:39:46.698124  5127 tablet_bootstrap.cc:492] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553: No bootstrap required, opened a new log
I20260608 12:39:46.698662  5127 ts_tablet_manager.cc:1403] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553: Time spent bootstrapping tablet: real 0.047s	user 0.011s	sys 0.003s
I20260608 12:39:46.698685  4827 catalog_manager.cc:5696] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a reported cstate change: term changed from 0 to 1, leader changed from <none> to 918e68484d144614a5c69887e8c96e1a (127.0.107.193). New cstate: current_term: 1 leader_uuid: "918e68484d144614a5c69887e8c96e1a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:46.699905  5157 raft_consensus.cc:515] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.702265  5127 raft_consensus.cc:359] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.702746  5128 tablet_bootstrap.cc:654] T 4ae693d7b76d46da967f881266321786 P 14d4f631a210452fb8849bea359244d9: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.703135  5126 tablet_bootstrap.cc:492] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a: No bootstrap required, opened a new log
I20260608 12:39:46.702791  5127 raft_consensus.cc:385] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.703780  5127 raft_consensus.cc:740] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b87c8f627bcf4976ae90a62a6d472553, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.703645  5126 ts_tablet_manager.cc:1403] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a: Time spent bootstrapping tablet: real 0.028s	user 0.010s	sys 0.001s
I20260608 12:39:46.705744  5160 raft_consensus.cc:493] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:46.706214  5160 raft_consensus.cc:515] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.706614  4930 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ae693d7b76d46da967f881266321786" candidate_uuid: "b87c8f627bcf4976ae90a62a6d472553" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "918e68484d144614a5c69887e8c96e1a"
I20260608 12:39:46.707268  4930 raft_consensus.cc:3060] T 4ae693d7b76d46da967f881266321786 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:46.708185  5126 raft_consensus.cc:359] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.708940  5126 raft_consensus.cc:385] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.709211  5005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd08c0f98d8a432b89d0b07d1c2f8a59" candidate_uuid: "918e68484d144614a5c69887e8c96e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14d4f631a210452fb8849bea359244d9" is_pre_election: true
I20260608 12:39:46.709870  5005 raft_consensus.cc:2468] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 918e68484d144614a5c69887e8c96e1a in term 0.
I20260608 12:39:46.709316  5126 raft_consensus.cc:740] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 918e68484d144614a5c69887e8c96e1a, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.711200  4896 leader_election.cc:304] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 14d4f631a210452fb8849bea359244d9, 918e68484d144614a5c69887e8c96e1a; no voters: 
I20260608 12:39:46.711186  5126 consensus_queue.cc:260] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.712337  5134 raft_consensus.cc:2804] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:46.712690  5134 raft_consensus.cc:493] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:46.713060  5134 raft_consensus.cc:3060] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:46.713235  5127 consensus_queue.cc:260] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.715715  5127 ts_tablet_manager.cc:1434] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553: Time spent starting tablet: real 0.016s	user 0.004s	sys 0.000s
I20260608 12:39:46.715999  4930 raft_consensus.cc:2468] T 4ae693d7b76d46da967f881266321786 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b87c8f627bcf4976ae90a62a6d472553 in term 1.
I20260608 12:39:46.717577  5045 leader_election.cc:304] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 918e68484d144614a5c69887e8c96e1a, b87c8f627bcf4976ae90a62a6d472553; no voters: 
I20260608 12:39:46.718689  5132 raft_consensus.cc:2804] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:46.719206  5132 raft_consensus.cc:697] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [term 1 LEADER]: Becoming Leader. State: Replica: b87c8f627bcf4976ae90a62a6d472553, State: Running, Role: LEADER
I20260608 12:39:46.719815  5160 leader_election.cc:290] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649), b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383)
I20260608 12:39:46.719954  5134 raft_consensus.cc:515] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.716722  5127 tablet_bootstrap.cc:492] T 6aa3473425c44520a8a10cdcff3e69ed P b87c8f627bcf4976ae90a62a6d472553: Bootstrap starting.
I20260608 12:39:46.720476  5081 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd08c0f98d8a432b89d0b07d1c2f8a59" candidate_uuid: "918e68484d144614a5c69887e8c96e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b87c8f627bcf4976ae90a62a6d472553" is_pre_election: true
I20260608 12:39:46.720007  5132 consensus_queue.cc:237] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.721329  5081 raft_consensus.cc:2468] T dd08c0f98d8a432b89d0b07d1c2f8a59 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 918e68484d144614a5c69887e8c96e1a in term 0.
I20260608 12:39:46.723220  5005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd08c0f98d8a432b89d0b07d1c2f8a59" candidate_uuid: "918e68484d144614a5c69887e8c96e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14d4f631a210452fb8849bea359244d9"
I20260608 12:39:46.723771  5005 raft_consensus.cc:3060] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:46.726604  5007 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ae693d7b76d46da967f881266321786" candidate_uuid: "b87c8f627bcf4976ae90a62a6d472553" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14d4f631a210452fb8849bea359244d9"
W20260608 12:39:46.728181  5045 leader_election.cc:343] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:46.729416  5127 tablet_bootstrap.cc:654] T 6aa3473425c44520a8a10cdcff3e69ed P b87c8f627bcf4976ae90a62a6d472553: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.729764  5157 leader_election.cc:290] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [CANDIDATE]: Term 1 election: Requested vote from peers 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417), 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649)
I20260608 12:39:46.730644  5005 raft_consensus.cc:2468] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 918e68484d144614a5c69887e8c96e1a in term 1.
I20260608 12:39:46.732278  4896 leader_election.cc:304] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 14d4f631a210452fb8849bea359244d9, 918e68484d144614a5c69887e8c96e1a; no voters: 
I20260608 12:39:46.733350  5160 raft_consensus.cc:2804] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:46.733923  5160 raft_consensus.cc:697] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a [term 1 LEADER]: Becoming Leader. State: Replica: 918e68484d144614a5c69887e8c96e1a, State: Running, Role: LEADER
I20260608 12:39:46.734846  5160 consensus_queue.cc:237] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.736331  5134 leader_election.cc:290] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a [CANDIDATE]: Term 1 election: Requested vote from peers 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649), b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383)
I20260608 12:39:46.738238  5134 raft_consensus.cc:493] T 8ba0cdf309f545ed8875245f9ce596d3 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:46.740634  5134 raft_consensus.cc:515] T 8ba0cdf309f545ed8875245f9ce596d3 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.743629  5005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ba0cdf309f545ed8875245f9ce596d3" candidate_uuid: "918e68484d144614a5c69887e8c96e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14d4f631a210452fb8849bea359244d9" is_pre_election: true
W20260608 12:39:46.745077  4896 leader_election.cc:343] T 8ba0cdf309f545ed8875245f9ce596d3 P 918e68484d144614a5c69887e8c96e1a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:46.746932  5134 leader_election.cc:290] T 8ba0cdf309f545ed8875245f9ce596d3 P 918e68484d144614a5c69887e8c96e1a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649), b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383)
I20260608 12:39:46.747660  5126 ts_tablet_manager.cc:1434] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a: Time spent starting tablet: real 0.042s	user 0.007s	sys 0.010s
I20260608 12:39:46.748701  5126 tablet_bootstrap.cc:492] T db8540efb9cb4cfda4008f2363a58700 P 918e68484d144614a5c69887e8c96e1a: Bootstrap starting.
I20260608 12:39:46.753150  5081 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd08c0f98d8a432b89d0b07d1c2f8a59" candidate_uuid: "918e68484d144614a5c69887e8c96e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b87c8f627bcf4976ae90a62a6d472553"
I20260608 12:39:46.753734  5081 raft_consensus.cc:3060] T dd08c0f98d8a432b89d0b07d1c2f8a59 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:46.753335  4830 catalog_manager.cc:5696] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 reported cstate change: term changed from 0 to 1, leader changed from <none> to b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "b87c8f627bcf4976ae90a62a6d472553" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:46.758180  5080 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ba0cdf309f545ed8875245f9ce596d3" candidate_uuid: "918e68484d144614a5c69887e8c96e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b87c8f627bcf4976ae90a62a6d472553" is_pre_election: true
I20260608 12:39:46.758966  5128 tablet_bootstrap.cc:492] T 4ae693d7b76d46da967f881266321786 P 14d4f631a210452fb8849bea359244d9: No bootstrap required, opened a new log
I20260608 12:39:46.759431  5128 ts_tablet_manager.cc:1403] T 4ae693d7b76d46da967f881266321786 P 14d4f631a210452fb8849bea359244d9: Time spent bootstrapping tablet: real 0.065s	user 0.018s	sys 0.019s
I20260608 12:39:46.760197  5126 tablet_bootstrap.cc:654] T db8540efb9cb4cfda4008f2363a58700 P 918e68484d144614a5c69887e8c96e1a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.762421  5128 raft_consensus.cc:359] T 4ae693d7b76d46da967f881266321786 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.763144  5128 raft_consensus.cc:385] T 4ae693d7b76d46da967f881266321786 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.763430  5128 raft_consensus.cc:740] T 4ae693d7b76d46da967f881266321786 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 14d4f631a210452fb8849bea359244d9, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.765609  5081 raft_consensus.cc:2468] T dd08c0f98d8a432b89d0b07d1c2f8a59 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 918e68484d144614a5c69887e8c96e1a in term 1.
I20260608 12:39:46.765844  5128 consensus_queue.cc:260] T 4ae693d7b76d46da967f881266321786 P 14d4f631a210452fb8849bea359244d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.769735  5128 ts_tablet_manager.cc:1434] T 4ae693d7b76d46da967f881266321786 P 14d4f631a210452fb8849bea359244d9: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.002s
I20260608 12:39:46.770781  5128 tablet_bootstrap.cc:492] T 48eff60016de4b0a8c5343d0d9bd4f25 P 14d4f631a210452fb8849bea359244d9: Bootstrap starting.
I20260608 12:39:46.772001  5126 tablet_bootstrap.cc:492] T db8540efb9cb4cfda4008f2363a58700 P 918e68484d144614a5c69887e8c96e1a: No bootstrap required, opened a new log
I20260608 12:39:46.772532  5126 ts_tablet_manager.cc:1403] T db8540efb9cb4cfda4008f2363a58700 P 918e68484d144614a5c69887e8c96e1a: Time spent bootstrapping tablet: real 0.024s	user 0.008s	sys 0.010s
I20260608 12:39:46.773028  5127 tablet_bootstrap.cc:492] T 6aa3473425c44520a8a10cdcff3e69ed P b87c8f627bcf4976ae90a62a6d472553: No bootstrap required, opened a new log
I20260608 12:39:46.773546  5127 ts_tablet_manager.cc:1403] T 6aa3473425c44520a8a10cdcff3e69ed P b87c8f627bcf4976ae90a62a6d472553: Time spent bootstrapping tablet: real 0.057s	user 0.016s	sys 0.004s
I20260608 12:39:46.775355  5126 raft_consensus.cc:359] T db8540efb9cb4cfda4008f2363a58700 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.776057  5126 raft_consensus.cc:385] T db8540efb9cb4cfda4008f2363a58700 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.776400  5126 raft_consensus.cc:740] T db8540efb9cb4cfda4008f2363a58700 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 918e68484d144614a5c69887e8c96e1a, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.776760  5128 tablet_bootstrap.cc:654] T 48eff60016de4b0a8c5343d0d9bd4f25 P 14d4f631a210452fb8849bea359244d9: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.776494  5127 raft_consensus.cc:359] T 6aa3473425c44520a8a10cdcff3e69ed P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.777235  5127 raft_consensus.cc:385] T 6aa3473425c44520a8a10cdcff3e69ed P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.777602  5127 raft_consensus.cc:740] T 6aa3473425c44520a8a10cdcff3e69ed P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b87c8f627bcf4976ae90a62a6d472553, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.778642  5127 consensus_queue.cc:260] T 6aa3473425c44520a8a10cdcff3e69ed P b87c8f627bcf4976ae90a62a6d472553 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
W20260608 12:39:46.767239  4898 leader_election.cc:343] T 8ba0cdf309f545ed8875245f9ce596d3 P 918e68484d144614a5c69887e8c96e1a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:46.780887  4898 leader_election.cc:304] T 8ba0cdf309f545ed8875245f9ce596d3 P 918e68484d144614a5c69887e8c96e1a [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: 918e68484d144614a5c69887e8c96e1a; no voters: 14d4f631a210452fb8849bea359244d9, b87c8f627bcf4976ae90a62a6d472553
I20260608 12:39:46.777383  5126 consensus_queue.cc:260] T db8540efb9cb4cfda4008f2363a58700 P 918e68484d144614a5c69887e8c96e1a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.781293  5127 ts_tablet_manager.cc:1434] T 6aa3473425c44520a8a10cdcff3e69ed P b87c8f627bcf4976ae90a62a6d472553: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:39:46.781376  4829 catalog_manager.cc:5696] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a reported cstate change: term changed from 0 to 1, leader changed from <none> to 918e68484d144614a5c69887e8c96e1a (127.0.107.193). New cstate: current_term: 1 leader_uuid: "918e68484d144614a5c69887e8c96e1a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:46.782907  5126 ts_tablet_manager.cc:1434] T db8540efb9cb4cfda4008f2363a58700 P 918e68484d144614a5c69887e8c96e1a: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.000s
I20260608 12:39:46.783784  5126 tablet_bootstrap.cc:492] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a: Bootstrap starting.
I20260608 12:39:46.788126  5127 tablet_bootstrap.cc:492] T aec950aace3742759b43f98006e4aafc P b87c8f627bcf4976ae90a62a6d472553: Bootstrap starting.
I20260608 12:39:46.789469  5126 tablet_bootstrap.cc:654] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.792689  5172 raft_consensus.cc:2749] T 8ba0cdf309f545ed8875245f9ce596d3 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:46.794482  5127 tablet_bootstrap.cc:654] T aec950aace3742759b43f98006e4aafc P b87c8f627bcf4976ae90a62a6d472553: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.796370  5126 tablet_bootstrap.cc:492] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a: No bootstrap required, opened a new log
I20260608 12:39:46.796875  5126 ts_tablet_manager.cc:1403] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a: Time spent bootstrapping tablet: real 0.013s	user 0.011s	sys 0.000s
I20260608 12:39:46.796949  5128 tablet_bootstrap.cc:492] T 48eff60016de4b0a8c5343d0d9bd4f25 P 14d4f631a210452fb8849bea359244d9: No bootstrap required, opened a new log
I20260608 12:39:46.797469  5128 ts_tablet_manager.cc:1403] T 48eff60016de4b0a8c5343d0d9bd4f25 P 14d4f631a210452fb8849bea359244d9: Time spent bootstrapping tablet: real 0.027s	user 0.014s	sys 0.003s
I20260608 12:39:46.800308  5128 raft_consensus.cc:359] T 48eff60016de4b0a8c5343d0d9bd4f25 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.800992  5128 raft_consensus.cc:385] T 48eff60016de4b0a8c5343d0d9bd4f25 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.801343  5128 raft_consensus.cc:740] T 48eff60016de4b0a8c5343d0d9bd4f25 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 14d4f631a210452fb8849bea359244d9, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.802436  5128 consensus_queue.cc:260] T 48eff60016de4b0a8c5343d0d9bd4f25 P 14d4f631a210452fb8849bea359244d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.804440  5127 tablet_bootstrap.cc:492] T aec950aace3742759b43f98006e4aafc P b87c8f627bcf4976ae90a62a6d472553: No bootstrap required, opened a new log
I20260608 12:39:46.805006  5127 ts_tablet_manager.cc:1403] T aec950aace3742759b43f98006e4aafc P b87c8f627bcf4976ae90a62a6d472553: Time spent bootstrapping tablet: real 0.017s	user 0.012s	sys 0.001s
I20260608 12:39:46.805097  5126 raft_consensus.cc:359] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.805820  5126 raft_consensus.cc:385] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.806123  5126 raft_consensus.cc:740] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 918e68484d144614a5c69887e8c96e1a, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.806829  5126 consensus_queue.cc:260] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.807399  5127 raft_consensus.cc:359] T aec950aace3742759b43f98006e4aafc P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.808039  5127 raft_consensus.cc:385] T aec950aace3742759b43f98006e4aafc P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.808321  5127 raft_consensus.cc:740] T aec950aace3742759b43f98006e4aafc P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b87c8f627bcf4976ae90a62a6d472553, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.809007  5126 ts_tablet_manager.cc:1434] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:39:46.809370  5127 consensus_queue.cc:260] T aec950aace3742759b43f98006e4aafc P b87c8f627bcf4976ae90a62a6d472553 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.810681  5128 ts_tablet_manager.cc:1434] T 48eff60016de4b0a8c5343d0d9bd4f25 P 14d4f631a210452fb8849bea359244d9: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.000s
I20260608 12:39:46.811295  5126 tablet_bootstrap.cc:492] T 73b4d3096e3a4e13abc896a9beced29c P 918e68484d144614a5c69887e8c96e1a: Bootstrap starting.
I20260608 12:39:46.814172  5127 ts_tablet_manager.cc:1434] T aec950aace3742759b43f98006e4aafc P b87c8f627bcf4976ae90a62a6d472553: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260608 12:39:46.815189  5127 tablet_bootstrap.cc:492] T 193cdaf720f44b21a58cf94ec7852935 P b87c8f627bcf4976ae90a62a6d472553: Bootstrap starting.
I20260608 12:39:46.816462  5128 tablet_bootstrap.cc:492] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9: Bootstrap starting.
I20260608 12:39:46.818080  5126 tablet_bootstrap.cc:654] T 73b4d3096e3a4e13abc896a9beced29c P 918e68484d144614a5c69887e8c96e1a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.821488  5127 tablet_bootstrap.cc:654] T 193cdaf720f44b21a58cf94ec7852935 P b87c8f627bcf4976ae90a62a6d472553: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.823391  5128 tablet_bootstrap.cc:654] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.830654  5126 tablet_bootstrap.cc:492] T 73b4d3096e3a4e13abc896a9beced29c P 918e68484d144614a5c69887e8c96e1a: No bootstrap required, opened a new log
I20260608 12:39:46.831207  5126 ts_tablet_manager.cc:1403] T 73b4d3096e3a4e13abc896a9beced29c P 918e68484d144614a5c69887e8c96e1a: Time spent bootstrapping tablet: real 0.020s	user 0.018s	sys 0.000s
I20260608 12:39:46.832489  5127 tablet_bootstrap.cc:492] T 193cdaf720f44b21a58cf94ec7852935 P b87c8f627bcf4976ae90a62a6d472553: No bootstrap required, opened a new log
I20260608 12:39:46.832731  5128 tablet_bootstrap.cc:492] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9: No bootstrap required, opened a new log
I20260608 12:39:46.833055  5127 ts_tablet_manager.cc:1403] T 193cdaf720f44b21a58cf94ec7852935 P b87c8f627bcf4976ae90a62a6d472553: Time spent bootstrapping tablet: real 0.018s	user 0.013s	sys 0.004s
I20260608 12:39:46.833345  5128 ts_tablet_manager.cc:1403] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9: Time spent bootstrapping tablet: real 0.017s	user 0.011s	sys 0.003s
I20260608 12:39:46.834090  5126 raft_consensus.cc:359] T 73b4d3096e3a4e13abc896a9beced29c P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.834832  5126 raft_consensus.cc:385] T 73b4d3096e3a4e13abc896a9beced29c P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.835155  5126 raft_consensus.cc:740] T 73b4d3096e3a4e13abc896a9beced29c P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 918e68484d144614a5c69887e8c96e1a, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.835824  5127 raft_consensus.cc:359] T 193cdaf720f44b21a58cf94ec7852935 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.836146  5128 raft_consensus.cc:359] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.836541  5127 raft_consensus.cc:385] T 193cdaf720f44b21a58cf94ec7852935 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.835994  5126 consensus_queue.cc:260] T 73b4d3096e3a4e13abc896a9beced29c P 918e68484d144614a5c69887e8c96e1a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.836846  5128 raft_consensus.cc:385] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.836906  5127 raft_consensus.cc:740] T 193cdaf720f44b21a58cf94ec7852935 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b87c8f627bcf4976ae90a62a6d472553, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.837286  5128 raft_consensus.cc:740] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 14d4f631a210452fb8849bea359244d9, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.837805  5127 consensus_queue.cc:260] T 193cdaf720f44b21a58cf94ec7852935 P b87c8f627bcf4976ae90a62a6d472553 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.838205  5128 consensus_queue.cc:260] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.839615  5126 ts_tablet_manager.cc:1434] T 73b4d3096e3a4e13abc896a9beced29c P 918e68484d144614a5c69887e8c96e1a: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260608 12:39:46.840579  5126 tablet_bootstrap.cc:492] T 48eff60016de4b0a8c5343d0d9bd4f25 P 918e68484d144614a5c69887e8c96e1a: Bootstrap starting.
I20260608 12:39:46.842399  5127 ts_tablet_manager.cc:1434] T 193cdaf720f44b21a58cf94ec7852935 P b87c8f627bcf4976ae90a62a6d472553: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260608 12:39:46.843406  5127 tablet_bootstrap.cc:492] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553: Bootstrap starting.
I20260608 12:39:46.845206  5128 ts_tablet_manager.cc:1434] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.001s
I20260608 12:39:46.846172  5128 tablet_bootstrap.cc:492] T 5a4af6fe0952465fad24e84a648906e8 P 14d4f631a210452fb8849bea359244d9: Bootstrap starting.
I20260608 12:39:46.846295  5126 tablet_bootstrap.cc:654] T 48eff60016de4b0a8c5343d0d9bd4f25 P 918e68484d144614a5c69887e8c96e1a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.855371  5128 tablet_bootstrap.cc:654] T 5a4af6fe0952465fad24e84a648906e8 P 14d4f631a210452fb8849bea359244d9: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.855835  5127 tablet_bootstrap.cc:654] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.857992  5126 tablet_bootstrap.cc:492] T 48eff60016de4b0a8c5343d0d9bd4f25 P 918e68484d144614a5c69887e8c96e1a: No bootstrap required, opened a new log
I20260608 12:39:46.858466  5126 ts_tablet_manager.cc:1403] T 48eff60016de4b0a8c5343d0d9bd4f25 P 918e68484d144614a5c69887e8c96e1a: Time spent bootstrapping tablet: real 0.018s	user 0.008s	sys 0.008s
I20260608 12:39:46.861281  5126 raft_consensus.cc:359] T 48eff60016de4b0a8c5343d0d9bd4f25 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.862115  5126 raft_consensus.cc:385] T 48eff60016de4b0a8c5343d0d9bd4f25 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.862336  5151 raft_consensus.cc:493] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:46.862663  5126 raft_consensus.cc:740] T 48eff60016de4b0a8c5343d0d9bd4f25 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 918e68484d144614a5c69887e8c96e1a, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.862977  5151 raft_consensus.cc:515] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.863622  5126 consensus_queue.cc:260] T 48eff60016de4b0a8c5343d0d9bd4f25 P 918e68484d144614a5c69887e8c96e1a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.865231  5127 tablet_bootstrap.cc:492] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553: No bootstrap required, opened a new log
I20260608 12:39:46.865487  5151 leader_election.cc:290] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417), b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383)
I20260608 12:39:46.865752  5127 ts_tablet_manager.cc:1403] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553: Time spent bootstrapping tablet: real 0.023s	user 0.014s	sys 0.000s
I20260608 12:39:46.866585  4930 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aec950aace3742759b43f98006e4aafc" candidate_uuid: "14d4f631a210452fb8849bea359244d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "918e68484d144614a5c69887e8c96e1a" is_pre_election: true
I20260608 12:39:46.867100  4930 raft_consensus.cc:2468] T aec950aace3742759b43f98006e4aafc P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 14d4f631a210452fb8849bea359244d9 in term 0.
I20260608 12:39:46.868119  5126 ts_tablet_manager.cc:1434] T 48eff60016de4b0a8c5343d0d9bd4f25 P 918e68484d144614a5c69887e8c96e1a: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 12:39:46.868494  5081 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aec950aace3742759b43f98006e4aafc" candidate_uuid: "14d4f631a210452fb8849bea359244d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b87c8f627bcf4976ae90a62a6d472553" is_pre_election: true
I20260608 12:39:46.868670  5127 raft_consensus.cc:359] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.869148  5081 raft_consensus.cc:2468] T aec950aace3742759b43f98006e4aafc P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 14d4f631a210452fb8849bea359244d9 in term 0.
I20260608 12:39:46.870386  5127 raft_consensus.cc:385] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.870705  5127 raft_consensus.cc:740] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b87c8f627bcf4976ae90a62a6d472553, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.869128  5126 tablet_bootstrap.cc:492] T 5a4af6fe0952465fad24e84a648906e8 P 918e68484d144614a5c69887e8c96e1a: Bootstrap starting.
I20260608 12:39:46.869827  4971 leader_election.cc:304] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 14d4f631a210452fb8849bea359244d9, 918e68484d144614a5c69887e8c96e1a; no voters: 
I20260608 12:39:46.871606  5128 tablet_bootstrap.cc:492] T 5a4af6fe0952465fad24e84a648906e8 P 14d4f631a210452fb8849bea359244d9: No bootstrap required, opened a new log
I20260608 12:39:46.871919  5151 raft_consensus.cc:2804] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:46.871562  5127 consensus_queue.cc:260] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.872221  5128 ts_tablet_manager.cc:1403] T 5a4af6fe0952465fad24e84a648906e8 P 14d4f631a210452fb8849bea359244d9: Time spent bootstrapping tablet: real 0.026s	user 0.003s	sys 0.013s
I20260608 12:39:46.872313  5151 raft_consensus.cc:493] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:46.872907  5151 raft_consensus.cc:3060] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:46.875541  5157 raft_consensus.cc:493] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:46.875337  5128 raft_consensus.cc:359] T 5a4af6fe0952465fad24e84a648906e8 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.876004  5157 raft_consensus.cc:515] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.877097  5127 ts_tablet_manager.cc:1434] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.000s
I20260608 12:39:46.878062  5127 tablet_bootstrap.cc:492] T 3abf76d630274549bf90fc0cc6624c88 P b87c8f627bcf4976ae90a62a6d472553: Bootstrap starting.
I20260608 12:39:46.878159  5157 leader_election.cc:290] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417), 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649)
I20260608 12:39:46.878542  5126 tablet_bootstrap.cc:654] T 5a4af6fe0952465fad24e84a648906e8 P 918e68484d144614a5c69887e8c96e1a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.876019  5128 raft_consensus.cc:385] T 5a4af6fe0952465fad24e84a648906e8 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.879765  5128 raft_consensus.cc:740] T 5a4af6fe0952465fad24e84a648906e8 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 14d4f631a210452fb8849bea359244d9, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.880113  5005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "48eff60016de4b0a8c5343d0d9bd4f25" candidate_uuid: "b87c8f627bcf4976ae90a62a6d472553" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14d4f631a210452fb8849bea359244d9" is_pre_election: true
I20260608 12:39:46.880779  5005 raft_consensus.cc:2468] T 48eff60016de4b0a8c5343d0d9bd4f25 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b87c8f627bcf4976ae90a62a6d472553 in term 0.
I20260608 12:39:46.881600  4930 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "48eff60016de4b0a8c5343d0d9bd4f25" candidate_uuid: "b87c8f627bcf4976ae90a62a6d472553" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "918e68484d144614a5c69887e8c96e1a" is_pre_election: true
I20260608 12:39:46.882197  5045 leader_election.cc:304] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 14d4f631a210452fb8849bea359244d9, b87c8f627bcf4976ae90a62a6d472553; no voters: 
I20260608 12:39:46.882225  4930 raft_consensus.cc:2468] T 48eff60016de4b0a8c5343d0d9bd4f25 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b87c8f627bcf4976ae90a62a6d472553 in term 0.
I20260608 12:39:46.880609  5128 consensus_queue.cc:260] T 5a4af6fe0952465fad24e84a648906e8 P 14d4f631a210452fb8849bea359244d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.884318  5127 tablet_bootstrap.cc:654] T 3abf76d630274549bf90fc0cc6624c88 P b87c8f627bcf4976ae90a62a6d472553: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.885124  5128 ts_tablet_manager.cc:1434] T 5a4af6fe0952465fad24e84a648906e8 P 14d4f631a210452fb8849bea359244d9: Time spent starting tablet: real 0.012s	user 0.004s	sys 0.003s
I20260608 12:39:46.886075  5128 tablet_bootstrap.cc:492] T 3abf76d630274549bf90fc0cc6624c88 P 14d4f631a210452fb8849bea359244d9: Bootstrap starting.
I20260608 12:39:46.887569  5157 raft_consensus.cc:2804] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:46.887953  5157 raft_consensus.cc:493] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:46.888288  5157 raft_consensus.cc:3060] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:46.891806  5128 tablet_bootstrap.cc:654] T 3abf76d630274549bf90fc0cc6624c88 P 14d4f631a210452fb8849bea359244d9: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.893631  5151 raft_consensus.cc:515] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.896459  4930 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aec950aace3742759b43f98006e4aafc" candidate_uuid: "14d4f631a210452fb8849bea359244d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "918e68484d144614a5c69887e8c96e1a"
I20260608 12:39:46.897029  4930 raft_consensus.cc:3060] T aec950aace3742759b43f98006e4aafc P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:46.900538  5081 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aec950aace3742759b43f98006e4aafc" candidate_uuid: "14d4f631a210452fb8849bea359244d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b87c8f627bcf4976ae90a62a6d472553"
I20260608 12:39:46.901149  5081 raft_consensus.cc:3060] T aec950aace3742759b43f98006e4aafc P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:46.911026  5157 raft_consensus.cc:515] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.917953  4930 raft_consensus.cc:2468] T aec950aace3742759b43f98006e4aafc P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 14d4f631a210452fb8849bea359244d9 in term 1.
I20260608 12:39:46.920099  4971 leader_election.cc:304] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 14d4f631a210452fb8849bea359244d9, 918e68484d144614a5c69887e8c96e1a; no voters: 
I20260608 12:39:46.921030  5133 raft_consensus.cc:2804] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:46.921681  4932 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "48eff60016de4b0a8c5343d0d9bd4f25" candidate_uuid: "b87c8f627bcf4976ae90a62a6d472553" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "918e68484d144614a5c69887e8c96e1a"
I20260608 12:39:46.922369  4932 raft_consensus.cc:3060] T 48eff60016de4b0a8c5343d0d9bd4f25 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:46.928222  5127 tablet_bootstrap.cc:492] T 3abf76d630274549bf90fc0cc6624c88 P b87c8f627bcf4976ae90a62a6d472553: No bootstrap required, opened a new log
I20260608 12:39:46.928790  5127 ts_tablet_manager.cc:1403] T 3abf76d630274549bf90fc0cc6624c88 P b87c8f627bcf4976ae90a62a6d472553: Time spent bootstrapping tablet: real 0.051s	user 0.007s	sys 0.023s
I20260608 12:39:46.929461  5005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "48eff60016de4b0a8c5343d0d9bd4f25" candidate_uuid: "b87c8f627bcf4976ae90a62a6d472553" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14d4f631a210452fb8849bea359244d9"
I20260608 12:39:46.931344  5005 raft_consensus.cc:3060] T 48eff60016de4b0a8c5343d0d9bd4f25 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:46.924626  5081 raft_consensus.cc:2468] T aec950aace3742759b43f98006e4aafc P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 14d4f631a210452fb8849bea359244d9 in term 1.
I20260608 12:39:46.932636  5127 raft_consensus.cc:359] T 3abf76d630274549bf90fc0cc6624c88 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.924799  5151 leader_election.cc:290] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [CANDIDATE]: Term 1 election: Requested vote from peers 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417), b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383)
I20260608 12:39:46.929874  5133 raft_consensus.cc:697] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [term 1 LEADER]: Becoming Leader. State: Replica: 14d4f631a210452fb8849bea359244d9, State: Running, Role: LEADER
I20260608 12:39:46.935271  5126 tablet_bootstrap.cc:492] T 5a4af6fe0952465fad24e84a648906e8 P 918e68484d144614a5c69887e8c96e1a: No bootstrap required, opened a new log
I20260608 12:39:46.934962  5133 consensus_queue.cc:237] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.935750  5126 ts_tablet_manager.cc:1403] T 5a4af6fe0952465fad24e84a648906e8 P 918e68484d144614a5c69887e8c96e1a: Time spent bootstrapping tablet: real 0.067s	user 0.018s	sys 0.012s
I20260608 12:39:46.933332  5127 raft_consensus.cc:385] T 3abf76d630274549bf90fc0cc6624c88 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.937146  5127 raft_consensus.cc:740] T 3abf76d630274549bf90fc0cc6624c88 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b87c8f627bcf4976ae90a62a6d472553, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.930181  5157 leader_election.cc:290] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [CANDIDATE]: Term 1 election: Requested vote from peers 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417), 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649)
I20260608 12:39:46.937525  4932 raft_consensus.cc:2468] T 48eff60016de4b0a8c5343d0d9bd4f25 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b87c8f627bcf4976ae90a62a6d472553 in term 1.
I20260608 12:39:46.938081  5127 consensus_queue.cc:260] T 3abf76d630274549bf90fc0cc6624c88 P b87c8f627bcf4976ae90a62a6d472553 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.940569  5128 tablet_bootstrap.cc:492] T 3abf76d630274549bf90fc0cc6624c88 P 14d4f631a210452fb8849bea359244d9: No bootstrap required, opened a new log
I20260608 12:39:46.940557  5045 leader_election.cc:304] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 918e68484d144614a5c69887e8c96e1a, b87c8f627bcf4976ae90a62a6d472553; no voters: 
I20260608 12:39:46.938320  5126 raft_consensus.cc:359] T 5a4af6fe0952465fad24e84a648906e8 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.941555  5126 raft_consensus.cc:385] T 5a4af6fe0952465fad24e84a648906e8 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.941754  5157 raft_consensus.cc:2804] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:46.942129  5005 raft_consensus.cc:2468] T 48eff60016de4b0a8c5343d0d9bd4f25 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b87c8f627bcf4976ae90a62a6d472553 in term 1.
I20260608 12:39:46.942364  5157 raft_consensus.cc:697] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [term 1 LEADER]: Becoming Leader. State: Replica: b87c8f627bcf4976ae90a62a6d472553, State: Running, Role: LEADER
I20260608 12:39:46.943789  5127 ts_tablet_manager.cc:1434] T 3abf76d630274549bf90fc0cc6624c88 P b87c8f627bcf4976ae90a62a6d472553: Time spent starting tablet: real 0.015s	user 0.004s	sys 0.002s
I20260608 12:39:46.941833  5126 raft_consensus.cc:740] T 5a4af6fe0952465fad24e84a648906e8 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 918e68484d144614a5c69887e8c96e1a, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.943390  5157 consensus_queue.cc:237] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.945044  5128 ts_tablet_manager.cc:1403] T 3abf76d630274549bf90fc0cc6624c88 P 14d4f631a210452fb8849bea359244d9: Time spent bootstrapping tablet: real 0.059s	user 0.031s	sys 0.019s
I20260608 12:39:46.944759  5126 consensus_queue.cc:260] T 5a4af6fe0952465fad24e84a648906e8 P 918e68484d144614a5c69887e8c96e1a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.946758  5126 ts_tablet_manager.cc:1434] T 5a4af6fe0952465fad24e84a648906e8 P 918e68484d144614a5c69887e8c96e1a: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.001s
I20260608 12:39:46.944756  5127 tablet_bootstrap.cc:492] T 8ba0cdf309f545ed8875245f9ce596d3 P b87c8f627bcf4976ae90a62a6d472553: Bootstrap starting.
I20260608 12:39:46.948068  5128 raft_consensus.cc:359] T 3abf76d630274549bf90fc0cc6624c88 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.948891  5128 raft_consensus.cc:385] T 3abf76d630274549bf90fc0cc6624c88 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.949195  5128 raft_consensus.cc:740] T 3abf76d630274549bf90fc0cc6624c88 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 14d4f631a210452fb8849bea359244d9, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.950012  5128 consensus_queue.cc:260] T 3abf76d630274549bf90fc0cc6624c88 P 14d4f631a210452fb8849bea359244d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.951941  5128 ts_tablet_manager.cc:1434] T 3abf76d630274549bf90fc0cc6624c88 P 14d4f631a210452fb8849bea359244d9: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260608 12:39:46.952929  5128 tablet_bootstrap.cc:492] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9: Bootstrap starting.
I20260608 12:39:46.953832  5127 tablet_bootstrap.cc:654] T 8ba0cdf309f545ed8875245f9ce596d3 P b87c8f627bcf4976ae90a62a6d472553: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.958810  5128 tablet_bootstrap.cc:654] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:46.963083  4827 catalog_manager.cc:5696] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 reported cstate change: term changed from 0 to 1, leader changed from <none> to b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "b87c8f627bcf4976ae90a62a6d472553" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:46.964404  5127 tablet_bootstrap.cc:492] T 8ba0cdf309f545ed8875245f9ce596d3 P b87c8f627bcf4976ae90a62a6d472553: No bootstrap required, opened a new log
I20260608 12:39:46.964622  5128 tablet_bootstrap.cc:492] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9: No bootstrap required, opened a new log
I20260608 12:39:46.964932  5127 ts_tablet_manager.cc:1403] T 8ba0cdf309f545ed8875245f9ce596d3 P b87c8f627bcf4976ae90a62a6d472553: Time spent bootstrapping tablet: real 0.020s	user 0.014s	sys 0.000s
I20260608 12:39:46.965080  5128 ts_tablet_manager.cc:1403] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9: Time spent bootstrapping tablet: real 0.012s	user 0.010s	sys 0.000s
I20260608 12:39:46.965335  4830 catalog_manager.cc:5696] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 reported cstate change: term changed from 0 to 1, leader changed from <none> to 14d4f631a210452fb8849bea359244d9 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "14d4f631a210452fb8849bea359244d9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:46.966755  5157 raft_consensus.cc:493] T 6aa3473425c44520a8a10cdcff3e69ed P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:46.967391  5157 raft_consensus.cc:515] T 6aa3473425c44520a8a10cdcff3e69ed P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.967722  5158 raft_consensus.cc:493] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:46.968472  5128 raft_consensus.cc:359] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.969122  5158 raft_consensus.cc:515] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.969931  5127 raft_consensus.cc:359] T 8ba0cdf309f545ed8875245f9ce596d3 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.970566  5127 raft_consensus.cc:385] T 8ba0cdf309f545ed8875245f9ce596d3 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.970840  5127 raft_consensus.cc:740] T 8ba0cdf309f545ed8875245f9ce596d3 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b87c8f627bcf4976ae90a62a6d472553, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.971395  5158 leader_election.cc:290] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417), 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649)
I20260608 12:39:46.971611  5157 leader_election.cc:290] T 6aa3473425c44520a8a10cdcff3e69ed P b87c8f627bcf4976ae90a62a6d472553 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417), 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649)
I20260608 12:39:46.969125  5128 raft_consensus.cc:385] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:46.974171  5007 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6aa3473425c44520a8a10cdcff3e69ed" candidate_uuid: "b87c8f627bcf4976ae90a62a6d472553" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14d4f631a210452fb8849bea359244d9" is_pre_election: true
I20260608 12:39:46.974516  5128 raft_consensus.cc:740] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 14d4f631a210452fb8849bea359244d9, State: Initialized, Role: FOLLOWER
I20260608 12:39:46.971671  5127 consensus_queue.cc:260] T 8ba0cdf309f545ed8875245f9ce596d3 P b87c8f627bcf4976ae90a62a6d472553 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.975502  5005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3be86101e7a94a12ba972cc138548ae3" candidate_uuid: "b87c8f627bcf4976ae90a62a6d472553" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14d4f631a210452fb8849bea359244d9" is_pre_election: true
I20260608 12:39:46.975706  4930 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6aa3473425c44520a8a10cdcff3e69ed" candidate_uuid: "b87c8f627bcf4976ae90a62a6d472553" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "918e68484d144614a5c69887e8c96e1a" is_pre_election: true
I20260608 12:39:46.976099  5005 raft_consensus.cc:2468] T 3be86101e7a94a12ba972cc138548ae3 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b87c8f627bcf4976ae90a62a6d472553 in term 0.
I20260608 12:39:46.976881  5127 ts_tablet_manager.cc:1434] T 8ba0cdf309f545ed8875245f9ce596d3 P b87c8f627bcf4976ae90a62a6d472553: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.000s
I20260608 12:39:46.977692  5128 consensus_queue.cc:260] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.973449  4932 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3be86101e7a94a12ba972cc138548ae3" candidate_uuid: "b87c8f627bcf4976ae90a62a6d472553" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "918e68484d144614a5c69887e8c96e1a" is_pre_election: true
I20260608 12:39:46.978874  4932 raft_consensus.cc:2468] T 3be86101e7a94a12ba972cc138548ae3 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b87c8f627bcf4976ae90a62a6d472553 in term 0.
I20260608 12:39:46.979643  5128 ts_tablet_manager.cc:1434] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9: Time spent starting tablet: real 0.014s	user 0.004s	sys 0.000s
I20260608 12:39:46.974996  5007 raft_consensus.cc:2393] T 6aa3473425c44520a8a10cdcff3e69ed P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate b87c8f627bcf4976ae90a62a6d472553 in current term 1: Already voted for candidate 918e68484d144614a5c69887e8c96e1a in this term.
I20260608 12:39:46.979811  5045 leader_election.cc:304] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 14d4f631a210452fb8849bea359244d9, b87c8f627bcf4976ae90a62a6d472553; no voters: 
I20260608 12:39:46.981441  5157 raft_consensus.cc:2804] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:46.981807  5157 raft_consensus.cc:493] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:46.982138  5157 raft_consensus.cc:3060] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:46.982156  5045 leader_election.cc:304] T 6aa3473425c44520a8a10cdcff3e69ed P b87c8f627bcf4976ae90a62a6d472553 [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: b87c8f627bcf4976ae90a62a6d472553; no voters: 14d4f631a210452fb8849bea359244d9, 918e68484d144614a5c69887e8c96e1a
I20260608 12:39:46.983193  5158 raft_consensus.cc:3060] T 6aa3473425c44520a8a10cdcff3e69ed P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:46.987488  5172 raft_consensus.cc:493] T 73b4d3096e3a4e13abc896a9beced29c P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:46.987970  5172 raft_consensus.cc:515] T 73b4d3096e3a4e13abc896a9beced29c P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.989181  5157 raft_consensus.cc:515] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.990290  5172 leader_election.cc:290] T 73b4d3096e3a4e13abc896a9beced29c P 918e68484d144614a5c69887e8c96e1a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649), b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383)
I20260608 12:39:46.990624  5158 raft_consensus.cc:2749] T 6aa3473425c44520a8a10cdcff3e69ed P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:46.991313  5157 leader_election.cc:290] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553 [CANDIDATE]: Term 1 election: Requested vote from peers 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417), 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649)
I20260608 12:39:46.991070  5133 raft_consensus.cc:493] T 4ae693d7b76d46da967f881266321786 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:46.992381  5081 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "73b4d3096e3a4e13abc896a9beced29c" candidate_uuid: "918e68484d144614a5c69887e8c96e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b87c8f627bcf4976ae90a62a6d472553" is_pre_election: true
I20260608 12:39:46.992234  5133 raft_consensus.cc:515] T 4ae693d7b76d46da967f881266321786 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:46.993171  5081 raft_consensus.cc:2393] T 73b4d3096e3a4e13abc896a9beced29c P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 918e68484d144614a5c69887e8c96e1a in current term 1: Already voted for candidate 14d4f631a210452fb8849bea359244d9 in this term.
I20260608 12:39:46.993930  4932 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3be86101e7a94a12ba972cc138548ae3" candidate_uuid: "b87c8f627bcf4976ae90a62a6d472553" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "918e68484d144614a5c69887e8c96e1a"
I20260608 12:39:46.994484  4932 raft_consensus.cc:3060] T 3be86101e7a94a12ba972cc138548ae3 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:46.995283  4930 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ae693d7b76d46da967f881266321786" candidate_uuid: "14d4f631a210452fb8849bea359244d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "918e68484d144614a5c69887e8c96e1a" is_pre_election: true
I20260608 12:39:46.995630  5133 leader_election.cc:290] T 4ae693d7b76d46da967f881266321786 P 14d4f631a210452fb8849bea359244d9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417), b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383)
I20260608 12:39:46.996026  4930 raft_consensus.cc:2393] T 4ae693d7b76d46da967f881266321786 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 14d4f631a210452fb8849bea359244d9 in current term 1: Already voted for candidate b87c8f627bcf4976ae90a62a6d472553 in this term.
I20260608 12:39:46.996946  5005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3be86101e7a94a12ba972cc138548ae3" candidate_uuid: "b87c8f627bcf4976ae90a62a6d472553" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14d4f631a210452fb8849bea359244d9"
I20260608 12:39:46.997462  5005 raft_consensus.cc:3060] T 3be86101e7a94a12ba972cc138548ae3 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:46.999042  5081 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ae693d7b76d46da967f881266321786" candidate_uuid: "14d4f631a210452fb8849bea359244d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b87c8f627bcf4976ae90a62a6d472553" is_pre_election: true
I20260608 12:39:47.000340  5007 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "73b4d3096e3a4e13abc896a9beced29c" candidate_uuid: "918e68484d144614a5c69887e8c96e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14d4f631a210452fb8849bea359244d9" is_pre_election: true
I20260608 12:39:47.000316  4973 leader_election.cc:304] T 4ae693d7b76d46da967f881266321786 P 14d4f631a210452fb8849bea359244d9 [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: 14d4f631a210452fb8849bea359244d9; no voters: 918e68484d144614a5c69887e8c96e1a, b87c8f627bcf4976ae90a62a6d472553
I20260608 12:39:47.001039  4932 raft_consensus.cc:2468] T 3be86101e7a94a12ba972cc138548ae3 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b87c8f627bcf4976ae90a62a6d472553 in term 1.
I20260608 12:39:47.002115  4896 leader_election.cc:304] T 73b4d3096e3a4e13abc896a9beced29c P 918e68484d144614a5c69887e8c96e1a [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: 918e68484d144614a5c69887e8c96e1a; no voters: 14d4f631a210452fb8849bea359244d9, b87c8f627bcf4976ae90a62a6d472553
I20260608 12:39:47.001994  5045 leader_election.cc:304] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 918e68484d144614a5c69887e8c96e1a, b87c8f627bcf4976ae90a62a6d472553; no voters: 
I20260608 12:39:47.002985  5172 raft_consensus.cc:3060] T 73b4d3096e3a4e13abc896a9beced29c P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:47.002326  5133 raft_consensus.cc:3060] T 4ae693d7b76d46da967f881266321786 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:47.003378  5157 raft_consensus.cc:2804] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:47.004058  5157 raft_consensus.cc:697] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553 [term 1 LEADER]: Becoming Leader. State: Replica: b87c8f627bcf4976ae90a62a6d472553, State: Running, Role: LEADER
I20260608 12:39:47.005008  5157 consensus_queue.cc:237] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:47.007241  5005 raft_consensus.cc:2468] T 3be86101e7a94a12ba972cc138548ae3 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b87c8f627bcf4976ae90a62a6d472553 in term 1.
I20260608 12:39:47.009850  5133 raft_consensus.cc:2749] T 4ae693d7b76d46da967f881266321786 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:47.012140  5172 raft_consensus.cc:2749] T 73b4d3096e3a4e13abc896a9beced29c P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:47.013906  5133 raft_consensus.cc:493] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:47.014408  5133 raft_consensus.cc:515] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:47.015216  5157 raft_consensus.cc:493] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:47.015578  5157 raft_consensus.cc:515] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:47.017302  4932 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ba0cdf309f545ed8875245f9ce596d3" candidate_uuid: "14d4f631a210452fb8849bea359244d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "918e68484d144614a5c69887e8c96e1a" is_pre_election: true
I20260608 12:39:47.017552  5157 leader_election.cc:290] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417), 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649)
I20260608 12:39:47.018002  4932 raft_consensus.cc:2468] T 8ba0cdf309f545ed8875245f9ce596d3 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 14d4f631a210452fb8849bea359244d9 in term 0.
I20260608 12:39:47.018334  5081 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ba0cdf309f545ed8875245f9ce596d3" candidate_uuid: "14d4f631a210452fb8849bea359244d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b87c8f627bcf4976ae90a62a6d472553" is_pre_election: true
I20260608 12:39:47.018949  5081 raft_consensus.cc:2468] T 8ba0cdf309f545ed8875245f9ce596d3 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 14d4f631a210452fb8849bea359244d9 in term 0.
I20260608 12:39:47.019117  5133 leader_election.cc:290] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417), b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383)
I20260608 12:39:47.019917  4971 leader_election.cc:304] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 14d4f631a210452fb8849bea359244d9, 918e68484d144614a5c69887e8c96e1a; no voters: 
I20260608 12:39:47.019552  4830 catalog_manager.cc:5696] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553 reported cstate change: term changed from 0 to 1, leader changed from <none> to b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "b87c8f627bcf4976ae90a62a6d472553" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:47.021000  5133 raft_consensus.cc:2804] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:47.021409  5133 raft_consensus.cc:493] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:47.021658  5133 raft_consensus.cc:3060] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:47.022646  4930 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5a4af6fe0952465fad24e84a648906e8" candidate_uuid: "b87c8f627bcf4976ae90a62a6d472553" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "918e68484d144614a5c69887e8c96e1a" is_pre_election: true
I20260608 12:39:47.023126  4930 raft_consensus.cc:2468] T 5a4af6fe0952465fad24e84a648906e8 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b87c8f627bcf4976ae90a62a6d472553 in term 0.
I20260608 12:39:47.024320  5005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5a4af6fe0952465fad24e84a648906e8" candidate_uuid: "b87c8f627bcf4976ae90a62a6d472553" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14d4f631a210452fb8849bea359244d9" is_pre_election: true
I20260608 12:39:47.025046  5005 raft_consensus.cc:2468] T 5a4af6fe0952465fad24e84a648906e8 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b87c8f627bcf4976ae90a62a6d472553 in term 0.
I20260608 12:39:47.024272  5045 leader_election.cc:304] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 918e68484d144614a5c69887e8c96e1a, b87c8f627bcf4976ae90a62a6d472553; no voters: 
I20260608 12:39:47.027747  5133 raft_consensus.cc:515] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:47.026538  5157 raft_consensus.cc:2804] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:47.029207  5157 raft_consensus.cc:493] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:47.029482  5133 leader_election.cc:290] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9 [CANDIDATE]: Term 1 election: Requested vote from peers 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417), b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383)
I20260608 12:39:47.029544  5157 raft_consensus.cc:3060] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:47.030262  4930 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ba0cdf309f545ed8875245f9ce596d3" candidate_uuid: "14d4f631a210452fb8849bea359244d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "918e68484d144614a5c69887e8c96e1a"
I20260608 12:39:47.030709  4930 raft_consensus.cc:3060] T 8ba0cdf309f545ed8875245f9ce596d3 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:47.031143  5081 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ba0cdf309f545ed8875245f9ce596d3" candidate_uuid: "14d4f631a210452fb8849bea359244d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b87c8f627bcf4976ae90a62a6d472553"
I20260608 12:39:47.031822  5081 raft_consensus.cc:3060] T 8ba0cdf309f545ed8875245f9ce596d3 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:47.035180  5157 raft_consensus.cc:515] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:47.037616  4930 raft_consensus.cc:2468] T 8ba0cdf309f545ed8875245f9ce596d3 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 14d4f631a210452fb8849bea359244d9 in term 1.
I20260608 12:39:47.038395  4932 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5a4af6fe0952465fad24e84a648906e8" candidate_uuid: "b87c8f627bcf4976ae90a62a6d472553" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "918e68484d144614a5c69887e8c96e1a"
I20260608 12:39:47.038621  5081 raft_consensus.cc:2468] T 8ba0cdf309f545ed8875245f9ce596d3 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 14d4f631a210452fb8849bea359244d9 in term 1.
I20260608 12:39:47.038911  4971 leader_election.cc:304] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 14d4f631a210452fb8849bea359244d9, 918e68484d144614a5c69887e8c96e1a; no voters: 
I20260608 12:39:47.039006  4932 raft_consensus.cc:3060] T 5a4af6fe0952465fad24e84a648906e8 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:47.039734  5133 raft_consensus.cc:2804] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:47.040805  5157 leader_election.cc:290] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [CANDIDATE]: Term 1 election: Requested vote from peers 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417), 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649)
I20260608 12:39:47.040995  5133 raft_consensus.cc:697] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9 [term 1 LEADER]: Becoming Leader. State: Replica: 14d4f631a210452fb8849bea359244d9, State: Running, Role: LEADER
I20260608 12:39:47.041853  5133 consensus_queue.cc:237] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:47.042411  5005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5a4af6fe0952465fad24e84a648906e8" candidate_uuid: "b87c8f627bcf4976ae90a62a6d472553" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14d4f631a210452fb8849bea359244d9"
I20260608 12:39:47.042979  5005 raft_consensus.cc:3060] T 5a4af6fe0952465fad24e84a648906e8 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:47.045007  4932 raft_consensus.cc:2468] T 5a4af6fe0952465fad24e84a648906e8 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b87c8f627bcf4976ae90a62a6d472553 in term 1.
I20260608 12:39:47.046401  5045 leader_election.cc:304] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 918e68484d144614a5c69887e8c96e1a, b87c8f627bcf4976ae90a62a6d472553; no voters: 
I20260608 12:39:47.047176  5157 raft_consensus.cc:2804] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:47.047647  5157 raft_consensus.cc:697] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [term 1 LEADER]: Becoming Leader. State: Replica: b87c8f627bcf4976ae90a62a6d472553, State: Running, Role: LEADER
I20260608 12:39:47.048358  5157 consensus_queue.cc:237] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:47.049877  5005 raft_consensus.cc:2468] T 5a4af6fe0952465fad24e84a648906e8 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b87c8f627bcf4976ae90a62a6d472553 in term 1.
I20260608 12:39:47.051222  4830 catalog_manager.cc:5696] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9 reported cstate change: term changed from 0 to 1, leader changed from <none> to 14d4f631a210452fb8849bea359244d9 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "14d4f631a210452fb8849bea359244d9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:47.056144  4827 catalog_manager.cc:5696] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 reported cstate change: term changed from 0 to 1, leader changed from <none> to b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "b87c8f627bcf4976ae90a62a6d472553" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:47.083688  5157 consensus_queue.cc:1048] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:47.093245  4932 raft_consensus.cc:3060] T db8540efb9cb4cfda4008f2363a58700 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:47.101506  5157 consensus_queue.cc:1048] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:47.141353  5133 consensus_queue.cc:1048] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:47.152369  5188 consensus_queue.cc:1048] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:47.175829  5172 consensus_queue.cc:1048] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:47.186481  5134 consensus_queue.cc:1048] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:47.192894  5134 raft_consensus.cc:493] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:47.193387  5134 raft_consensus.cc:515] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:47.194913  5160 consensus_queue.cc:1048] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:47.195590  5134 leader_election.cc:290] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649), b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383)
I20260608 12:39:47.196166  5005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "193cdaf720f44b21a58cf94ec7852935" candidate_uuid: "918e68484d144614a5c69887e8c96e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14d4f631a210452fb8849bea359244d9" is_pre_election: true
I20260608 12:39:47.196792  5005 raft_consensus.cc:2468] T 193cdaf720f44b21a58cf94ec7852935 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 918e68484d144614a5c69887e8c96e1a in term 0.
I20260608 12:39:47.198025  4896 leader_election.cc:304] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 14d4f631a210452fb8849bea359244d9, 918e68484d144614a5c69887e8c96e1a; no voters: 
I20260608 12:39:47.198926  5160 raft_consensus.cc:2804] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:47.199290  5160 raft_consensus.cc:493] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:47.198061  5080 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "193cdaf720f44b21a58cf94ec7852935" candidate_uuid: "918e68484d144614a5c69887e8c96e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b87c8f627bcf4976ae90a62a6d472553" is_pre_election: true
I20260608 12:39:47.199759  5160 raft_consensus.cc:3060] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:47.200021  5080 raft_consensus.cc:2468] T 193cdaf720f44b21a58cf94ec7852935 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 918e68484d144614a5c69887e8c96e1a in term 0.
I20260608 12:39:47.207293  5160 raft_consensus.cc:515] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:47.209106  5160 leader_election.cc:290] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [CANDIDATE]: Term 1 election: Requested vote from peers 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649), b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383)
I20260608 12:39:47.209789  5005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "193cdaf720f44b21a58cf94ec7852935" candidate_uuid: "918e68484d144614a5c69887e8c96e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14d4f631a210452fb8849bea359244d9"
I20260608 12:39:47.210412  5005 raft_consensus.cc:3060] T 193cdaf720f44b21a58cf94ec7852935 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:47.210654  5079 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "193cdaf720f44b21a58cf94ec7852935" candidate_uuid: "918e68484d144614a5c69887e8c96e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b87c8f627bcf4976ae90a62a6d472553"
I20260608 12:39:47.212178  5079 raft_consensus.cc:3060] T 193cdaf720f44b21a58cf94ec7852935 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:47.217090  5005 raft_consensus.cc:2468] T 193cdaf720f44b21a58cf94ec7852935 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 918e68484d144614a5c69887e8c96e1a in term 1.
I20260608 12:39:47.218940  5079 raft_consensus.cc:2468] T 193cdaf720f44b21a58cf94ec7852935 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 918e68484d144614a5c69887e8c96e1a in term 1.
I20260608 12:39:47.218901  4896 leader_election.cc:304] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 14d4f631a210452fb8849bea359244d9, 918e68484d144614a5c69887e8c96e1a; no voters: 
I20260608 12:39:47.220330  5134 consensus_queue.cc:1048] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:47.220145  5160 raft_consensus.cc:2804] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:47.222081  5160 raft_consensus.cc:697] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [term 1 LEADER]: Becoming Leader. State: Replica: 918e68484d144614a5c69887e8c96e1a, State: Running, Role: LEADER
I20260608 12:39:47.222458  5134 raft_consensus.cc:493] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:47.222944  5134 raft_consensus.cc:515] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:47.224758  5134 leader_election.cc:290] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649), b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383)
I20260608 12:39:47.225857  5079 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3abf76d630274549bf90fc0cc6624c88" candidate_uuid: "918e68484d144614a5c69887e8c96e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b87c8f627bcf4976ae90a62a6d472553" is_pre_election: true
I20260608 12:39:47.222923  5160 consensus_queue.cc:237] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:47.226290  5007 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3abf76d630274549bf90fc0cc6624c88" candidate_uuid: "918e68484d144614a5c69887e8c96e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14d4f631a210452fb8849bea359244d9" is_pre_election: true
I20260608 12:39:47.226539  5079 raft_consensus.cc:2468] T 3abf76d630274549bf90fc0cc6624c88 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 918e68484d144614a5c69887e8c96e1a in term 0.
I20260608 12:39:47.226995  5007 raft_consensus.cc:2468] T 3abf76d630274549bf90fc0cc6624c88 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 918e68484d144614a5c69887e8c96e1a in term 0.
I20260608 12:39:47.227952  4898 leader_election.cc:304] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 918e68484d144614a5c69887e8c96e1a, b87c8f627bcf4976ae90a62a6d472553; no voters: 
I20260608 12:39:47.228881  5134 raft_consensus.cc:2804] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:47.229272  5134 raft_consensus.cc:493] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:47.229653  5134 raft_consensus.cc:3060] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:47.231104  5157 consensus_queue.cc:1048] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:47.237413  5134 raft_consensus.cc:515] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:47.241719  5134 leader_election.cc:290] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a [CANDIDATE]: Term 1 election: Requested vote from peers 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649), b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383)
I20260608 12:39:47.241794  5007 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3abf76d630274549bf90fc0cc6624c88" candidate_uuid: "918e68484d144614a5c69887e8c96e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14d4f631a210452fb8849bea359244d9"
I20260608 12:39:47.242481  5007 raft_consensus.cc:3060] T 3abf76d630274549bf90fc0cc6624c88 P 14d4f631a210452fb8849bea359244d9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:47.243700  5079 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3abf76d630274549bf90fc0cc6624c88" candidate_uuid: "918e68484d144614a5c69887e8c96e1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b87c8f627bcf4976ae90a62a6d472553"
I20260608 12:39:47.244310  5079 raft_consensus.cc:3060] T 3abf76d630274549bf90fc0cc6624c88 P b87c8f627bcf4976ae90a62a6d472553 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:47.252090  5007 raft_consensus.cc:2468] T 3abf76d630274549bf90fc0cc6624c88 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 918e68484d144614a5c69887e8c96e1a in term 1.
I20260608 12:39:47.253648  4896 leader_election.cc:304] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 14d4f631a210452fb8849bea359244d9, 918e68484d144614a5c69887e8c96e1a; no voters: 
I20260608 12:39:47.254599  5134 raft_consensus.cc:2804] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:47.255107  5134 raft_consensus.cc:697] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a [term 1 LEADER]: Becoming Leader. State: Replica: 918e68484d144614a5c69887e8c96e1a, State: Running, Role: LEADER
I20260608 12:39:47.255918  5134 consensus_queue.cc:237] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } }
I20260608 12:39:47.253397  5079 raft_consensus.cc:2468] T 3abf76d630274549bf90fc0cc6624c88 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 918e68484d144614a5c69887e8c96e1a in term 1.
I20260608 12:39:47.259405  4830 catalog_manager.cc:5696] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a reported cstate change: term changed from 0 to 1, leader changed from <none> to 918e68484d144614a5c69887e8c96e1a (127.0.107.193). New cstate: current_term: 1 leader_uuid: "918e68484d144614a5c69887e8c96e1a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:47.262662  5157 consensus_queue.cc:1048] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:47.276134  4830 catalog_manager.cc:5696] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a reported cstate change: term changed from 0 to 1, leader changed from <none> to 918e68484d144614a5c69887e8c96e1a (127.0.107.193). New cstate: current_term: 1 leader_uuid: "918e68484d144614a5c69887e8c96e1a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:47.400313  5157 consensus_queue.cc:1048] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:47.402652  5188 consensus_queue.cc:1048] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:47.413859  5158 consensus_queue.cc:1048] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:47.416965  5133 consensus_queue.cc:1048] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:47.451056  5158 consensus_queue.cc:1048] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:47.455719  5158 consensus_queue.cc:1048] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:47.474808  5132 consensus_queue.cc:1048] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:47.471117  5158 consensus_queue.cc:1048] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:47.586599  5151 consensus_queue.cc:1048] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:47.613888  5188 consensus_queue.cc:1048] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:47.682478  5160 consensus_queue.cc:1048] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.003s
I20260608 12:39:47.712911  5160 consensus_queue.cc:1048] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:47.725739  5134 consensus_queue.cc:1048] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260608 12:39:47.731144  5222 meta_cache.cc:1261] Time spent looking up entry by key: real 0.077s	user 0.001s	sys 0.000s
I20260608 12:39:47.763223  5160 consensus_queue.cc:1048] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260608 12:39:48.011355  5045 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:42649, user_credentials={real_user=slave}} blocked reactor thread for 56500.9us
W20260608 12:39:48.116989  5045 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:42417, user_credentials={real_user=slave}} blocked reactor thread for 59318.5us
W20260608 12:39:48.136957  4898 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:35383, user_credentials={real_user=slave}} blocked reactor thread for 129531us
W20260608 12:39:48.157445  4896 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:42649, user_credentials={real_user=slave}} blocked reactor thread for 77741.1us
W20260608 12:39:48.304124  5275 log.cc:927] Time spent T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9: Append to log took a long time: real 0.074s	user 0.001s	sys 0.001s
W20260608 12:39:48.453665  5285 log.cc:927] Time spent T 4ae693d7b76d46da967f881266321786 P 918e68484d144614a5c69887e8c96e1a: Append to log took a long time: real 0.106s	user 0.000s	sys 0.001s
W20260608 12:39:48.460668  4896 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:42649, user_credentials={real_user=slave}} blocked reactor thread for 72119.6us
W20260608 12:39:48.847729  5295 log.cc:927] Time spent T 73b4d3096e3a4e13abc896a9beced29c P b87c8f627bcf4976ae90a62a6d472553: Append to log took a long time: real 0.118s	user 0.001s	sys 0.000s
W20260608 12:39:49.327574  5045 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:42417, user_credentials={real_user=slave}} blocked reactor thread for 55260.3us
W20260608 12:39:49.389143  4898 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:35383, user_credentials={real_user=slave}} blocked reactor thread for 106306us
W20260608 12:39:49.388381  4896 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:42649, user_credentials={real_user=slave}} blocked reactor thread for 51271.2us
W20260608 12:39:49.681885  4898 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:35383, user_credentials={real_user=slave}} blocked reactor thread for 46489.8us
W20260608 12:39:49.837488  5218 meta_cache.cc:1261] Time spent looking up entry by key: real 0.086s	user 0.000s	sys 0.001s
W20260608 12:39:50.100165  4973 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:35383, user_credentials={real_user=slave}} blocked reactor thread for 50456.2us
W20260608 12:39:50.242818  5045 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:42417, user_credentials={real_user=slave}} blocked reactor thread for 45285.5us
W20260608 12:39:51.161566  4971 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:42417, user_credentials={real_user=slave}} blocked reactor thread for 132499us
W20260608 12:39:51.378821  5045 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:42417, user_credentials={real_user=slave}} blocked reactor thread for 52352.3us
W20260608 12:39:51.434466  4973 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:35383, user_credentials={real_user=slave}} blocked reactor thread for 69389.4us
W20260608 12:39:51.769146  5045 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:42417, user_credentials={real_user=slave}} blocked reactor thread for 94835.1us
I20260608 12:39:51.921551   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:51.929629  5333 instance_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.929773  5334 instance_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.931010  5336 instance_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.932184   431 server_base.cc:1061] running on GCE node
I20260608 12:39:51.934711   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:51.934919   431 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.935082   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922391935070 us; error 0 us; skew 500 ppm
I20260608 12:39:51.935609   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:51.938887   431 webserver.cc:533] Webserver started at http://127.0.107.196:41301/ using document root <none> and password file <none>
I20260608 12:39:51.939432   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:51.939633   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:51.939940   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:51.941282   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/ts-3-root/instance:
uuid: "c44950de8c684abe9bcf0600e8754c7f"
format_stamp: "Formatted at 2026-06-08 12:39:51 on dist-test-slave-3g00"
I20260608 12:39:51.945966   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260608 12:39:51.949322  5341 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.950052   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.002s
I20260608 12:39:51.950340   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/ts-3-root
uuid: "c44950de8c684abe9bcf0600e8754c7f"
format_stamp: "Formatted at 2026-06-08 12:39:51 on dist-test-slave-3g00"
I20260608 12:39:51.950608   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-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:51.969435   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:51.970721   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:51.972527   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:51.975670   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:51.975883   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:51.976128   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:51.976293   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:52.016646   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:39437
I20260608 12:39:52.016781  5403 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:39437 every 8 connection(s)
I20260608 12:39:52.022562   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:52.030022  5408 instance_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:52.030856  5409 instance_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:52.034955   431 server_base.cc:1061] running on GCE node
W20260608 12:39:52.035555  5411 instance_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:52.037444   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:52.037737   431 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:52.037956   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922392037938 us; error 0 us; skew 500 ppm
I20260608 12:39:52.038543   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:52.039211  5404 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43069
I20260608 12:39:52.039672  5404 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:52.040477  5404 heartbeater.cc:507] Master 127.0.107.254:43069 requested a full tablet report, sending...
I20260608 12:39:52.041254   431 webserver.cc:533] Webserver started at http://127.0.107.197:35489/ using document root <none> and password file <none>
I20260608 12:39:52.041828   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:52.042016   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:52.042276   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:52.042917  4826 ts_manager.cc:194] Registered new tserver with Master: c44950de8c684abe9bcf0600e8754c7f (127.0.107.196:39437)
I20260608 12:39:52.043645   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/ts-4-root/instance:
uuid: "a1dc3463dd4b4330954d513a964be450"
format_stamp: "Formatted at 2026-06-08 12:39:52 on dist-test-slave-3g00"
I20260608 12:39:52.044646  4826 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42862
I20260608 12:39:52.048403   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.003s
I20260608 12:39:52.052014  5416 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:52.052886   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:39:52.053189   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/ts-4-root
uuid: "a1dc3463dd4b4330954d513a964be450"
format_stamp: "Formatted at 2026-06-08 12:39:52 on dist-test-slave-3g00"
I20260608 12:39:52.053462   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/ts-4-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/ts-4-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-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:39:52.089496   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:52.090804   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:52.092269   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:52.094527   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:52.094738   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:52.094951   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:52.095113   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:52.157428   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.197:36409
I20260608 12:39:52.157546  5478 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.197:36409 every 8 connection(s)
I20260608 12:39:52.164319   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:52.173904  5482 instance_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:52.174974  5483 instance_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:52.177369  5485 instance_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:52.177989  5479 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43069
I20260608 12:39:52.178474  5479 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:52.179380  5479 heartbeater.cc:507] Master 127.0.107.254:43069 requested a full tablet report, sending...
I20260608 12:39:52.181313  4826 ts_manager.cc:194] Registered new tserver with Master: a1dc3463dd4b4330954d513a964be450 (127.0.107.197:36409)
I20260608 12:39:52.181488   431 server_base.cc:1061] running on GCE node
I20260608 12:39:52.183074  4826 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42872
I20260608 12:39:52.184616   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:52.184895   431 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:52.185072   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922392185054 us; error 0 us; skew 500 ppm
I20260608 12:39:52.185707   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:52.188007   431 webserver.cc:533] Webserver started at http://127.0.107.198:44567/ using document root <none> and password file <none>
I20260608 12:39:52.188494   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:52.188678   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:52.188951   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:52.190030   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/ts-5-root/instance:
uuid: "39ffa52e75db44c0aeebc361403883ca"
format_stamp: "Formatted at 2026-06-08 12:39:52 on dist-test-slave-3g00"
I20260608 12:39:52.194693   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:39:52.198028  5490 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:52.198808   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:39:52.199107   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/ts-5-root
uuid: "39ffa52e75db44c0aeebc361403883ca"
format_stamp: "Formatted at 2026-06-08 12:39:52 on dist-test-slave-3g00"
I20260608 12:39:52.199381   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/ts-5-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/ts-5-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-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:39:52.216699   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:52.218065   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:52.219310   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:52.221561   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:52.221750   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:52.221976   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:52.222131   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:52.297869   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.198:41473
I20260608 12:39:52.297942  5552 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.198:41473 every 8 connection(s)
I20260608 12:39:52.314451  5553 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43069
I20260608 12:39:52.315182  5553 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:52.315886  5553 heartbeater.cc:507] Master 127.0.107.254:43069 requested a full tablet report, sending...
I20260608 12:39:52.317706  4826 ts_manager.cc:194] Registered new tserver with Master: 39ffa52e75db44c0aeebc361403883ca (127.0.107.198:41473)
I20260608 12:39:52.319037  4826 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42878
I20260608 12:39:52.947988  5077 consensus_queue.cc:237] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 24, Committed index: 24, Last appended: 1.24, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: true } }
I20260608 12:39:52.955895  4931 raft_consensus.cc:1275] T 4ae693d7b76d46da967f881266321786 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Refusing update from remote peer b87c8f627bcf4976ae90a62a6d472553: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 12:39:52.957538  5557 consensus_queue.cc:1048] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
I20260608 12:39:52.961037  5001 raft_consensus.cc:1275] T 4ae693d7b76d46da967f881266321786 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Refusing update from remote peer b87c8f627bcf4976ae90a62a6d472553: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 12:39:52.965070  5561 consensus_queue.cc:1048] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.001s
I20260608 12:39:52.971714  5325 raft_consensus.cc:2955] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [term 1 LEADER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 39ffa52e75db44c0aeebc361403883ca (127.0.107.198) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: true } } }
W20260608 12:39:52.975013  5044 consensus_peers.cc:597] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 -> Peer 39ffa52e75db44c0aeebc361403883ca (127.0.107.198:41473): Couldn't send request to peer 39ffa52e75db44c0aeebc361403883ca. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 4ae693d7b76d46da967f881266321786. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:52.979120  5001 raft_consensus.cc:2955] T 4ae693d7b76d46da967f881266321786 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 39ffa52e75db44c0aeebc361403883ca (127.0.107.198) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: true } } }
I20260608 12:39:52.977730  4930 raft_consensus.cc:2955] T 4ae693d7b76d46da967f881266321786 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 39ffa52e75db44c0aeebc361403883ca (127.0.107.198) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: true } } }
I20260608 12:39:52.994311  4826 catalog_manager.cc:5696] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 reported cstate change: config changed from index -1 to 25, NON_VOTER 39ffa52e75db44c0aeebc361403883ca (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "b87c8f627bcf4976ae90a62a6d472553" committed_config { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:53.006863  4930 consensus_queue.cc:237] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [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: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: true } }
I20260608 12:39:53.014938  5001 raft_consensus.cc:1275] T 6aa3473425c44520a8a10cdcff3e69ed P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Refusing update from remote peer 918e68484d144614a5c69887e8c96e1a: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:39:53.016343  5331 consensus_queue.cc:1048] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:39:53.024123  5077 raft_consensus.cc:1275] T 6aa3473425c44520a8a10cdcff3e69ed P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Refusing update from remote peer 918e68484d144614a5c69887e8c96e1a: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:39:53.028568  5575 consensus_queue.cc:1048] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } 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:39:53.027681  5576 raft_consensus.cc:2955] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER a1dc3463dd4b4330954d513a964be450 (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: true } } }
I20260608 12:39:53.030444  5001 raft_consensus.cc:2955] T 6aa3473425c44520a8a10cdcff3e69ed P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER a1dc3463dd4b4330954d513a964be450 (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: true } } }
W20260608 12:39:53.038924  4898 consensus_peers.cc:597] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a -> Peer a1dc3463dd4b4330954d513a964be450 (127.0.107.197:36409): Couldn't send request to peer a1dc3463dd4b4330954d513a964be450. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6aa3473425c44520a8a10cdcff3e69ed. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:53.038383  5077 raft_consensus.cc:2955] T 6aa3473425c44520a8a10cdcff3e69ed P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER a1dc3463dd4b4330954d513a964be450 (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: true } } }
I20260608 12:39:53.045711  5079 consensus_queue.cc:237] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 24, Committed index: 24, Last appended: 1.24, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: true } }
I20260608 12:39:53.047129  4830 catalog_manager.cc:5696] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a reported cstate change: config changed from index -1 to 26, NON_VOTER a1dc3463dd4b4330954d513a964be450 (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "918e68484d144614a5c69887e8c96e1a" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:53.048523  5404 heartbeater.cc:499] Master 127.0.107.254:43069 was elected leader, sending a full tablet report...
I20260608 12:39:53.057292  5001 raft_consensus.cc:1275] T 5a4af6fe0952465fad24e84a648906e8 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Refusing update from remote peer b87c8f627bcf4976ae90a62a6d472553: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 12:39:53.059578  4930 raft_consensus.cc:1275] T 5a4af6fe0952465fad24e84a648906e8 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Refusing update from remote peer b87c8f627bcf4976ae90a62a6d472553: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 12:39:53.060026  5325 consensus_queue.cc:1048] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
I20260608 12:39:53.061661  5561 consensus_queue.cc:1048] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
I20260608 12:39:53.075038  5325 raft_consensus.cc:2955] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [term 1 LEADER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER c44950de8c684abe9bcf0600e8754c7f (127.0.107.196) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: true } } }
I20260608 12:39:53.078975  5001 raft_consensus.cc:2955] T 5a4af6fe0952465fad24e84a648906e8 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER c44950de8c684abe9bcf0600e8754c7f (127.0.107.196) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: true } } }
I20260608 12:39:53.079432  4931 raft_consensus.cc:2955] T 5a4af6fe0952465fad24e84a648906e8 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER c44950de8c684abe9bcf0600e8754c7f (127.0.107.196) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: true } } }
W20260608 12:39:53.092689  5045 consensus_peers.cc:597] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 -> Peer c44950de8c684abe9bcf0600e8754c7f (127.0.107.196:39437): Couldn't send request to peer c44950de8c684abe9bcf0600e8754c7f. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 5a4af6fe0952465fad24e84a648906e8. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:53.092368  4826 catalog_manager.cc:5696] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 reported cstate change: config changed from index -1 to 25, NON_VOTER c44950de8c684abe9bcf0600e8754c7f (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "b87c8f627bcf4976ae90a62a6d472553" committed_config { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:53.106220  5001 consensus_queue.cc:237] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [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: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: true } }
I20260608 12:39:53.113076  5079 raft_consensus.cc:1275] T aec950aace3742759b43f98006e4aafc P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Refusing update from remote peer 14d4f631a210452fb8849bea359244d9: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:39:53.115290  4931 raft_consensus.cc:1275] T aec950aace3742759b43f98006e4aafc P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Refusing update from remote peer 14d4f631a210452fb8849bea359244d9: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:39:53.115149  5332 consensus_queue.cc:1048] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
I20260608 12:39:53.117123  5556 consensus_queue.cc:1048] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
W20260608 12:39:53.124787  4971 consensus_peers.cc:597] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 -> Peer c44950de8c684abe9bcf0600e8754c7f (127.0.107.196:39437): Couldn't send request to peer c44950de8c684abe9bcf0600e8754c7f. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: aec950aace3742759b43f98006e4aafc. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:53.126529  5584 raft_consensus.cc:2955] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER c44950de8c684abe9bcf0600e8754c7f (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: true } } }
I20260608 12:39:53.128080  5079 raft_consensus.cc:2955] T aec950aace3742759b43f98006e4aafc P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER c44950de8c684abe9bcf0600e8754c7f (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: true } } }
I20260608 12:39:53.128321  4931 raft_consensus.cc:2955] T aec950aace3742759b43f98006e4aafc P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER c44950de8c684abe9bcf0600e8754c7f (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: true } } }
I20260608 12:39:53.140969  4825 catalog_manager.cc:5696] T aec950aace3742759b43f98006e4aafc P b87c8f627bcf4976ae90a62a6d472553 reported cstate change: config changed from index -1 to 26, NON_VOTER c44950de8c684abe9bcf0600e8754c7f (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "14d4f631a210452fb8849bea359244d9" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: true } } }
I20260608 12:39:53.141191  4930 consensus_queue.cc:237] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 24, Committed index: 24, Last appended: 1.24, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: true } }
W20260608 12:39:53.151962  4898 consensus_peers.cc:597] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a -> Peer a1dc3463dd4b4330954d513a964be450 (127.0.107.197:36409): Couldn't send request to peer a1dc3463dd4b4330954d513a964be450. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 193cdaf720f44b21a58cf94ec7852935. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:53.154646  5079 raft_consensus.cc:1275] T 193cdaf720f44b21a58cf94ec7852935 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Refusing update from remote peer 918e68484d144614a5c69887e8c96e1a: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 12:39:53.155068  5001 raft_consensus.cc:1275] T 193cdaf720f44b21a58cf94ec7852935 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Refusing update from remote peer 918e68484d144614a5c69887e8c96e1a: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 12:39:53.156621  5576 consensus_queue.cc:1048] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
I20260608 12:39:53.157416  5331 consensus_queue.cc:1048] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
I20260608 12:39:53.164427  5575 raft_consensus.cc:2955] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [term 1 LEADER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER a1dc3463dd4b4330954d513a964be450 (127.0.107.197) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: true } } }
I20260608 12:39:53.166033  5001 raft_consensus.cc:2955] T 193cdaf720f44b21a58cf94ec7852935 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER a1dc3463dd4b4330954d513a964be450 (127.0.107.197) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: true } } }
I20260608 12:39:53.168198  5079 raft_consensus.cc:2955] T 193cdaf720f44b21a58cf94ec7852935 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER a1dc3463dd4b4330954d513a964be450 (127.0.107.197) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: true } } }
I20260608 12:39:53.178604  4826 catalog_manager.cc:5696] T 193cdaf720f44b21a58cf94ec7852935 P b87c8f627bcf4976ae90a62a6d472553 reported cstate change: config changed from index -1 to 25, NON_VOTER a1dc3463dd4b4330954d513a964be450 (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "918e68484d144614a5c69887e8c96e1a" committed_config { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: true } } }
I20260608 12:39:53.179128  5079 consensus_queue.cc:237] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [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: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: true } }
W20260608 12:39:53.186757  5044 consensus_peers.cc:597] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 -> Peer 39ffa52e75db44c0aeebc361403883ca (127.0.107.198:41473): Couldn't send request to peer 39ffa52e75db44c0aeebc361403883ca. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 48eff60016de4b0a8c5343d0d9bd4f25. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:53.187108  5479 heartbeater.cc:499] Master 127.0.107.254:43069 was elected leader, sending a full tablet report...
I20260608 12:39:53.187872  5001 raft_consensus.cc:1275] T 48eff60016de4b0a8c5343d0d9bd4f25 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Refusing update from remote peer b87c8f627bcf4976ae90a62a6d472553: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:39:53.188112  4930 raft_consensus.cc:1275] T 48eff60016de4b0a8c5343d0d9bd4f25 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Refusing update from remote peer b87c8f627bcf4976ae90a62a6d472553: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:39:53.189800  5325 consensus_queue.cc:1048] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:39:53.190762  5557 consensus_queue.cc:1048] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } 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:39:53.199064  5557 raft_consensus.cc:2955] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 39ffa52e75db44c0aeebc361403883ca (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: true } } }
I20260608 12:39:53.201303  5001 raft_consensus.cc:2955] T 48eff60016de4b0a8c5343d0d9bd4f25 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 39ffa52e75db44c0aeebc361403883ca (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: true } } }
I20260608 12:39:53.206808  4930 raft_consensus.cc:2955] T 48eff60016de4b0a8c5343d0d9bd4f25 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 39ffa52e75db44c0aeebc361403883ca (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: true } } }
I20260608 12:39:53.219432  4825 catalog_manager.cc:5696] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 reported cstate change: config changed from index -1 to 26, NON_VOTER 39ffa52e75db44c0aeebc361403883ca (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "b87c8f627bcf4976ae90a62a6d472553" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:53.321568  5553 heartbeater.cc:499] Master 127.0.107.254:43069 was elected leader, sending a full tablet report...
I20260608 12:39:53.462632  5594 ts_tablet_manager.cc:933] T 4ae693d7b76d46da967f881266321786 P 39ffa52e75db44c0aeebc361403883ca: Initiating tablet copy from peer b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383)
I20260608 12:39:53.464449  5594 tablet_copy_client.cc:323] T 4ae693d7b76d46da967f881266321786 P 39ffa52e75db44c0aeebc361403883ca: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:35383
I20260608 12:39:53.475709  5091 tablet_copy_service.cc:140] P b87c8f627bcf4976ae90a62a6d472553: Received BeginTabletCopySession request for tablet 4ae693d7b76d46da967f881266321786 from peer 39ffa52e75db44c0aeebc361403883ca ({username='slave'} at 127.0.0.1:43514)
I20260608 12:39:53.476399  5091 tablet_copy_service.cc:161] P b87c8f627bcf4976ae90a62a6d472553: Beginning new tablet copy session on tablet 4ae693d7b76d46da967f881266321786 from peer 39ffa52e75db44c0aeebc361403883ca at {username='slave'} at 127.0.0.1:43514: session id = 39ffa52e75db44c0aeebc361403883ca-4ae693d7b76d46da967f881266321786
I20260608 12:39:53.484247  5091 tablet_copy_source_session.cc:215] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:53.487491  5594 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4ae693d7b76d46da967f881266321786. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.502774  5594 tablet_copy_client.cc:806] T 4ae693d7b76d46da967f881266321786 P 39ffa52e75db44c0aeebc361403883ca: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:53.503418  5594 tablet_copy_client.cc:670] T 4ae693d7b76d46da967f881266321786 P 39ffa52e75db44c0aeebc361403883ca: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:53.508229  5595 tablet_copy_client.cc:1025] T 4ae693d7b76d46da967f881266321786 P 39ffa52e75db44c0aeebc361403883ca: tablet copy: Injecting latency into file download: 2000
I20260608 12:39:53.553993  5599 ts_tablet_manager.cc:933] T 6aa3473425c44520a8a10cdcff3e69ed P a1dc3463dd4b4330954d513a964be450: Initiating tablet copy from peer 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417)
I20260608 12:39:53.558001  5598 ts_tablet_manager.cc:933] T aec950aace3742759b43f98006e4aafc P c44950de8c684abe9bcf0600e8754c7f: Initiating tablet copy from peer 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649)
I20260608 12:39:53.559646  5599 tablet_copy_client.cc:323] T 6aa3473425c44520a8a10cdcff3e69ed P a1dc3463dd4b4330954d513a964be450: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:42417
I20260608 12:39:53.560353  5598 tablet_copy_client.cc:323] T aec950aace3742759b43f98006e4aafc P c44950de8c684abe9bcf0600e8754c7f: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:42649
I20260608 12:39:53.587888  5605 ts_tablet_manager.cc:933] T 5a4af6fe0952465fad24e84a648906e8 P c44950de8c684abe9bcf0600e8754c7f: Initiating tablet copy from peer b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383)
I20260608 12:39:53.597359  5605 tablet_copy_client.cc:323] T 5a4af6fe0952465fad24e84a648906e8 P c44950de8c684abe9bcf0600e8754c7f: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:35383
I20260608 12:39:53.597447  4942 tablet_copy_service.cc:140] P 918e68484d144614a5c69887e8c96e1a: Received BeginTabletCopySession request for tablet 6aa3473425c44520a8a10cdcff3e69ed from peer a1dc3463dd4b4330954d513a964be450 ({username='slave'} at 127.0.0.1:35206)
I20260608 12:39:53.598254  4942 tablet_copy_service.cc:161] P 918e68484d144614a5c69887e8c96e1a: Beginning new tablet copy session on tablet 6aa3473425c44520a8a10cdcff3e69ed from peer a1dc3463dd4b4330954d513a964be450 at {username='slave'} at 127.0.0.1:35206: session id = a1dc3463dd4b4330954d513a964be450-6aa3473425c44520a8a10cdcff3e69ed
I20260608 12:39:53.602631  5017 tablet_copy_service.cc:140] P 14d4f631a210452fb8849bea359244d9: Received BeginTabletCopySession request for tablet aec950aace3742759b43f98006e4aafc from peer c44950de8c684abe9bcf0600e8754c7f ({username='slave'} at 127.0.0.1:49238)
I20260608 12:39:53.603401  5017 tablet_copy_service.cc:161] P 14d4f631a210452fb8849bea359244d9: Beginning new tablet copy session on tablet aec950aace3742759b43f98006e4aafc from peer c44950de8c684abe9bcf0600e8754c7f at {username='slave'} at 127.0.0.1:49238: session id = c44950de8c684abe9bcf0600e8754c7f-aec950aace3742759b43f98006e4aafc
I20260608 12:39:53.606878  4942 tablet_copy_source_session.cc:215] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:53.610538  5599 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6aa3473425c44520a8a10cdcff3e69ed. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.611968  5017 tablet_copy_source_session.cc:215] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:53.615391  5598 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aec950aace3742759b43f98006e4aafc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.630095  5091 tablet_copy_service.cc:140] P b87c8f627bcf4976ae90a62a6d472553: Received BeginTabletCopySession request for tablet 5a4af6fe0952465fad24e84a648906e8 from peer c44950de8c684abe9bcf0600e8754c7f ({username='slave'} at 127.0.0.1:43522)
I20260608 12:39:53.630728  5091 tablet_copy_service.cc:161] P b87c8f627bcf4976ae90a62a6d472553: Beginning new tablet copy session on tablet 5a4af6fe0952465fad24e84a648906e8 from peer c44950de8c684abe9bcf0600e8754c7f at {username='slave'} at 127.0.0.1:43522: session id = c44950de8c684abe9bcf0600e8754c7f-5a4af6fe0952465fad24e84a648906e8
I20260608 12:39:53.634615  5598 tablet_copy_client.cc:806] T aec950aace3742759b43f98006e4aafc P c44950de8c684abe9bcf0600e8754c7f: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:53.635270  5598 tablet_copy_client.cc:670] T aec950aace3742759b43f98006e4aafc P c44950de8c684abe9bcf0600e8754c7f: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:53.637943  5091 tablet_copy_source_session.cc:215] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:53.638407  5599 tablet_copy_client.cc:806] T 6aa3473425c44520a8a10cdcff3e69ed P a1dc3463dd4b4330954d513a964be450: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:53.639009  5599 tablet_copy_client.cc:670] T 6aa3473425c44520a8a10cdcff3e69ed P a1dc3463dd4b4330954d513a964be450: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:53.641371  5601 tablet_copy_client.cc:1025] T aec950aace3742759b43f98006e4aafc P c44950de8c684abe9bcf0600e8754c7f: tablet copy: Injecting latency into file download: 2000
I20260608 12:39:53.641561  5605 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5a4af6fe0952465fad24e84a648906e8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.646056  5608 ts_tablet_manager.cc:933] T 48eff60016de4b0a8c5343d0d9bd4f25 P 39ffa52e75db44c0aeebc361403883ca: Initiating tablet copy from peer b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383)
I20260608 12:39:53.647921  5600 tablet_copy_client.cc:1025] T 6aa3473425c44520a8a10cdcff3e69ed P a1dc3463dd4b4330954d513a964be450: tablet copy: Injecting latency into file download: 2000
I20260608 12:39:53.649339  5608 tablet_copy_client.cc:323] T 48eff60016de4b0a8c5343d0d9bd4f25 P 39ffa52e75db44c0aeebc361403883ca: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:35383
I20260608 12:39:53.651052  5091 tablet_copy_service.cc:140] P b87c8f627bcf4976ae90a62a6d472553: Received BeginTabletCopySession request for tablet 48eff60016de4b0a8c5343d0d9bd4f25 from peer 39ffa52e75db44c0aeebc361403883ca ({username='slave'} at 127.0.0.1:43514)
I20260608 12:39:53.651536  5091 tablet_copy_service.cc:161] P b87c8f627bcf4976ae90a62a6d472553: Beginning new tablet copy session on tablet 48eff60016de4b0a8c5343d0d9bd4f25 from peer 39ffa52e75db44c0aeebc361403883ca at {username='slave'} at 127.0.0.1:43514: session id = 39ffa52e75db44c0aeebc361403883ca-48eff60016de4b0a8c5343d0d9bd4f25
I20260608 12:39:53.658350  5605 tablet_copy_client.cc:806] T 5a4af6fe0952465fad24e84a648906e8 P c44950de8c684abe9bcf0600e8754c7f: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:53.658972  5605 tablet_copy_client.cc:670] T 5a4af6fe0952465fad24e84a648906e8 P c44950de8c684abe9bcf0600e8754c7f: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:53.659293  5091 tablet_copy_source_session.cc:215] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:53.663224  5608 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 48eff60016de4b0a8c5343d0d9bd4f25. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.663471  5606 tablet_copy_client.cc:1025] T 5a4af6fe0952465fad24e84a648906e8 P c44950de8c684abe9bcf0600e8754c7f: tablet copy: Injecting latency into file download: 2000
I20260608 12:39:53.674968  5608 tablet_copy_client.cc:806] T 48eff60016de4b0a8c5343d0d9bd4f25 P 39ffa52e75db44c0aeebc361403883ca: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:53.675500  5608 tablet_copy_client.cc:670] T 48eff60016de4b0a8c5343d0d9bd4f25 P 39ffa52e75db44c0aeebc361403883ca: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:53.679134  5609 tablet_copy_client.cc:1025] T 48eff60016de4b0a8c5343d0d9bd4f25 P 39ffa52e75db44c0aeebc361403883ca: tablet copy: Injecting latency into file download: 2000
I20260608 12:39:53.738296  5610 ts_tablet_manager.cc:933] T 193cdaf720f44b21a58cf94ec7852935 P a1dc3463dd4b4330954d513a964be450: Initiating tablet copy from peer 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417)
I20260608 12:39:53.740046  5610 tablet_copy_client.cc:323] T 193cdaf720f44b21a58cf94ec7852935 P a1dc3463dd4b4330954d513a964be450: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:42417
I20260608 12:39:53.741529  4942 tablet_copy_service.cc:140] P 918e68484d144614a5c69887e8c96e1a: Received BeginTabletCopySession request for tablet 193cdaf720f44b21a58cf94ec7852935 from peer a1dc3463dd4b4330954d513a964be450 ({username='slave'} at 127.0.0.1:35206)
I20260608 12:39:53.741954  4942 tablet_copy_service.cc:161] P 918e68484d144614a5c69887e8c96e1a: Beginning new tablet copy session on tablet 193cdaf720f44b21a58cf94ec7852935 from peer a1dc3463dd4b4330954d513a964be450 at {username='slave'} at 127.0.0.1:35206: session id = a1dc3463dd4b4330954d513a964be450-193cdaf720f44b21a58cf94ec7852935
I20260608 12:39:53.746711  4942 tablet_copy_source_session.cc:215] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:53.749702  5610 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 193cdaf720f44b21a58cf94ec7852935. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.761710  5610 tablet_copy_client.cc:806] T 193cdaf720f44b21a58cf94ec7852935 P a1dc3463dd4b4330954d513a964be450: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:53.762279  5610 tablet_copy_client.cc:670] T 193cdaf720f44b21a58cf94ec7852935 P a1dc3463dd4b4330954d513a964be450: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:53.765938  5611 tablet_copy_client.cc:1025] T 193cdaf720f44b21a58cf94ec7852935 P a1dc3463dd4b4330954d513a964be450: tablet copy: Injecting latency into file download: 2000
I20260608 12:39:55.509490  5594 tablet_copy_client.cc:538] T 4ae693d7b76d46da967f881266321786 P 39ffa52e75db44c0aeebc361403883ca: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:55.515913  5594 tablet_bootstrap.cc:492] T 4ae693d7b76d46da967f881266321786 P 39ffa52e75db44c0aeebc361403883ca: Bootstrap starting.
I20260608 12:39:55.626310  5594 tablet_bootstrap.cc:492] T 4ae693d7b76d46da967f881266321786 P 39ffa52e75db44c0aeebc361403883ca: Bootstrap replayed 1/1 log segments. Stats: ops{read=25 overwritten=0 applied=25 ignored=0} inserts{seen=96 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:39:55.627066  5594 tablet_bootstrap.cc:492] T 4ae693d7b76d46da967f881266321786 P 39ffa52e75db44c0aeebc361403883ca: Bootstrap complete.
I20260608 12:39:55.627826  5594 ts_tablet_manager.cc:1403] T 4ae693d7b76d46da967f881266321786 P 39ffa52e75db44c0aeebc361403883ca: Time spent bootstrapping tablet: real 0.112s	user 0.105s	sys 0.008s
I20260608 12:39:55.630095  5594 raft_consensus.cc:359] T 4ae693d7b76d46da967f881266321786 P 39ffa52e75db44c0aeebc361403883ca [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: true } }
I20260608 12:39:55.630651  5594 raft_consensus.cc:740] T 4ae693d7b76d46da967f881266321786 P 39ffa52e75db44c0aeebc361403883ca [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 39ffa52e75db44c0aeebc361403883ca, State: Initialized, Role: LEARNER
I20260608 12:39:55.631184  5594 consensus_queue.cc:260] T 4ae693d7b76d46da967f881266321786 P 39ffa52e75db44c0aeebc361403883ca [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 25, Last appended: 1.25, Last appended by leader: 25, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: true } }
I20260608 12:39:55.633564  5594 ts_tablet_manager.cc:1434] T 4ae693d7b76d46da967f881266321786 P 39ffa52e75db44c0aeebc361403883ca: Time spent starting tablet: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:39:55.635303  5091 tablet_copy_service.cc:342] P b87c8f627bcf4976ae90a62a6d472553: Request end of tablet copy session 39ffa52e75db44c0aeebc361403883ca-4ae693d7b76d46da967f881266321786 received from {username='slave'} at 127.0.0.1:43514
I20260608 12:39:55.635672  5091 tablet_copy_service.cc:434] P b87c8f627bcf4976ae90a62a6d472553: ending tablet copy session 39ffa52e75db44c0aeebc361403883ca-4ae693d7b76d46da967f881266321786 on tablet 4ae693d7b76d46da967f881266321786 with peer 39ffa52e75db44c0aeebc361403883ca
I20260608 12:39:55.642333  5598 tablet_copy_client.cc:538] T aec950aace3742759b43f98006e4aafc P c44950de8c684abe9bcf0600e8754c7f: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:55.648782  5599 tablet_copy_client.cc:538] T 6aa3473425c44520a8a10cdcff3e69ed P a1dc3463dd4b4330954d513a964be450: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:55.651589  5598 tablet_bootstrap.cc:492] T aec950aace3742759b43f98006e4aafc P c44950de8c684abe9bcf0600e8754c7f: Bootstrap starting.
I20260608 12:39:55.656519  5599 tablet_bootstrap.cc:492] T 6aa3473425c44520a8a10cdcff3e69ed P a1dc3463dd4b4330954d513a964be450: Bootstrap starting.
I20260608 12:39:55.664354  5605 tablet_copy_client.cc:538] T 5a4af6fe0952465fad24e84a648906e8 P c44950de8c684abe9bcf0600e8754c7f: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:55.673708  5605 tablet_bootstrap.cc:492] T 5a4af6fe0952465fad24e84a648906e8 P c44950de8c684abe9bcf0600e8754c7f: Bootstrap starting.
I20260608 12:39:55.679886  5608 tablet_copy_client.cc:538] T 48eff60016de4b0a8c5343d0d9bd4f25 P 39ffa52e75db44c0aeebc361403883ca: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:55.689378  5608 tablet_bootstrap.cc:492] T 48eff60016de4b0a8c5343d0d9bd4f25 P 39ffa52e75db44c0aeebc361403883ca: Bootstrap starting.
W20260608 12:39:55.744655  5045 consensus_peers.cc:597] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 -> Peer c44950de8c684abe9bcf0600e8754c7f (127.0.107.196:39437): Couldn't send request to peer c44950de8c684abe9bcf0600e8754c7f. 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:39:55.766788  5610 tablet_copy_client.cc:538] T 193cdaf720f44b21a58cf94ec7852935 P a1dc3463dd4b4330954d513a964be450: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:55.776293  5610 tablet_bootstrap.cc:492] T 193cdaf720f44b21a58cf94ec7852935 P a1dc3463dd4b4330954d513a964be450: Bootstrap starting.
I20260608 12:39:55.897234  5598 tablet_bootstrap.cc:492] T aec950aace3742759b43f98006e4aafc P c44950de8c684abe9bcf0600e8754c7f: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=82 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:39:55.898144  5598 tablet_bootstrap.cc:492] T aec950aace3742759b43f98006e4aafc P c44950de8c684abe9bcf0600e8754c7f: Bootstrap complete.
I20260608 12:39:55.898824  5598 ts_tablet_manager.cc:1403] T aec950aace3742759b43f98006e4aafc P c44950de8c684abe9bcf0600e8754c7f: Time spent bootstrapping tablet: real 0.247s	user 0.136s	sys 0.021s
I20260608 12:39:55.902282  5598 raft_consensus.cc:359] T aec950aace3742759b43f98006e4aafc P c44950de8c684abe9bcf0600e8754c7f [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: true } }
I20260608 12:39:55.903070  5598 raft_consensus.cc:740] T aec950aace3742759b43f98006e4aafc P c44950de8c684abe9bcf0600e8754c7f [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: c44950de8c684abe9bcf0600e8754c7f, State: Initialized, Role: LEARNER
I20260608 12:39:55.903714  5598 consensus_queue.cc:260] T aec950aace3742759b43f98006e4aafc P c44950de8c684abe9bcf0600e8754c7f [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: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: true } }
I20260608 12:39:55.931144  5598 ts_tablet_manager.cc:1434] T aec950aace3742759b43f98006e4aafc P c44950de8c684abe9bcf0600e8754c7f: Time spent starting tablet: real 0.032s	user 0.019s	sys 0.012s
I20260608 12:39:55.933548  5017 tablet_copy_service.cc:342] P 14d4f631a210452fb8849bea359244d9: Request end of tablet copy session c44950de8c684abe9bcf0600e8754c7f-aec950aace3742759b43f98006e4aafc received from {username='slave'} at 127.0.0.1:49238
I20260608 12:39:55.934037  5017 tablet_copy_service.cc:434] P 14d4f631a210452fb8849bea359244d9: ending tablet copy session c44950de8c684abe9bcf0600e8754c7f-aec950aace3742759b43f98006e4aafc on tablet aec950aace3742759b43f98006e4aafc with peer c44950de8c684abe9bcf0600e8754c7f
I20260608 12:39:55.958034  5608 tablet_bootstrap.cc:492] T 48eff60016de4b0a8c5343d0d9bd4f25 P 39ffa52e75db44c0aeebc361403883ca: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=94 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:39:55.969535  5608 tablet_bootstrap.cc:492] T 48eff60016de4b0a8c5343d0d9bd4f25 P 39ffa52e75db44c0aeebc361403883ca: Bootstrap complete.
I20260608 12:39:55.970348  5608 ts_tablet_manager.cc:1403] T 48eff60016de4b0a8c5343d0d9bd4f25 P 39ffa52e75db44c0aeebc361403883ca: Time spent bootstrapping tablet: real 0.281s	user 0.135s	sys 0.021s
I20260608 12:39:55.968556  5599 tablet_bootstrap.cc:492] T 6aa3473425c44520a8a10cdcff3e69ed P a1dc3463dd4b4330954d513a964be450: 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:39:55.975436  5599 tablet_bootstrap.cc:492] T 6aa3473425c44520a8a10cdcff3e69ed P a1dc3463dd4b4330954d513a964be450: Bootstrap complete.
I20260608 12:39:55.976109  5599 ts_tablet_manager.cc:1403] T 6aa3473425c44520a8a10cdcff3e69ed P a1dc3463dd4b4330954d513a964be450: Time spent bootstrapping tablet: real 0.320s	user 0.157s	sys 0.026s
I20260608 12:39:55.977723  5605 tablet_bootstrap.cc:492] T 5a4af6fe0952465fad24e84a648906e8 P c44950de8c684abe9bcf0600e8754c7f: Bootstrap replayed 1/1 log segments. Stats: ops{read=25 overwritten=0 applied=25 ignored=0} inserts{seen=101 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:39:55.978596  5605 tablet_bootstrap.cc:492] T 5a4af6fe0952465fad24e84a648906e8 P c44950de8c684abe9bcf0600e8754c7f: Bootstrap complete.
I20260608 12:39:55.979256  5605 ts_tablet_manager.cc:1403] T 5a4af6fe0952465fad24e84a648906e8 P c44950de8c684abe9bcf0600e8754c7f: Time spent bootstrapping tablet: real 0.306s	user 0.138s	sys 0.021s
I20260608 12:39:55.973161  5608 raft_consensus.cc:359] T 48eff60016de4b0a8c5343d0d9bd4f25 P 39ffa52e75db44c0aeebc361403883ca [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: true } }
I20260608 12:39:55.979914  5608 raft_consensus.cc:740] T 48eff60016de4b0a8c5343d0d9bd4f25 P 39ffa52e75db44c0aeebc361403883ca [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 39ffa52e75db44c0aeebc361403883ca, State: Initialized, Role: LEARNER
I20260608 12:39:55.980593  5608 consensus_queue.cc:260] T 48eff60016de4b0a8c5343d0d9bd4f25 P 39ffa52e75db44c0aeebc361403883ca [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: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: true } }
I20260608 12:39:55.982116  5605 raft_consensus.cc:359] T 5a4af6fe0952465fad24e84a648906e8 P c44950de8c684abe9bcf0600e8754c7f [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: true } }
I20260608 12:39:55.982878  5605 raft_consensus.cc:740] T 5a4af6fe0952465fad24e84a648906e8 P c44950de8c684abe9bcf0600e8754c7f [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: c44950de8c684abe9bcf0600e8754c7f, State: Initialized, Role: LEARNER
I20260608 12:39:55.978885  5599 raft_consensus.cc:359] T 6aa3473425c44520a8a10cdcff3e69ed P a1dc3463dd4b4330954d513a964be450 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: true } }
I20260608 12:39:55.984163  5599 raft_consensus.cc:740] T 6aa3473425c44520a8a10cdcff3e69ed P a1dc3463dd4b4330954d513a964be450 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: a1dc3463dd4b4330954d513a964be450, State: Initialized, Role: LEARNER
I20260608 12:39:55.984763  5599 consensus_queue.cc:260] T 6aa3473425c44520a8a10cdcff3e69ed P a1dc3463dd4b4330954d513a964be450 [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: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: true } }
I20260608 12:39:55.983449  5605 consensus_queue.cc:260] T 5a4af6fe0952465fad24e84a648906e8 P c44950de8c684abe9bcf0600e8754c7f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 25, Last appended: 1.25, Last appended by leader: 25, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: true } }
I20260608 12:39:55.987493  5608 ts_tablet_manager.cc:1434] T 48eff60016de4b0a8c5343d0d9bd4f25 P 39ffa52e75db44c0aeebc361403883ca: Time spent starting tablet: real 0.017s	user 0.006s	sys 0.000s
I20260608 12:39:55.987839  5605 ts_tablet_manager.cc:1434] T 5a4af6fe0952465fad24e84a648906e8 P c44950de8c684abe9bcf0600e8754c7f: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260608 12:39:55.998970  5090 tablet_copy_service.cc:342] P b87c8f627bcf4976ae90a62a6d472553: Request end of tablet copy session 39ffa52e75db44c0aeebc361403883ca-48eff60016de4b0a8c5343d0d9bd4f25 received from {username='slave'} at 127.0.0.1:43514
I20260608 12:39:55.999462  5090 tablet_copy_service.cc:434] P b87c8f627bcf4976ae90a62a6d472553: ending tablet copy session 39ffa52e75db44c0aeebc361403883ca-48eff60016de4b0a8c5343d0d9bd4f25 on tablet 48eff60016de4b0a8c5343d0d9bd4f25 with peer 39ffa52e75db44c0aeebc361403883ca
I20260608 12:39:56.000394  5091 tablet_copy_service.cc:342] P b87c8f627bcf4976ae90a62a6d472553: Request end of tablet copy session c44950de8c684abe9bcf0600e8754c7f-5a4af6fe0952465fad24e84a648906e8 received from {username='slave'} at 127.0.0.1:43522
I20260608 12:39:56.000808  5091 tablet_copy_service.cc:434] P b87c8f627bcf4976ae90a62a6d472553: ending tablet copy session c44950de8c684abe9bcf0600e8754c7f-5a4af6fe0952465fad24e84a648906e8 on tablet 5a4af6fe0952465fad24e84a648906e8 with peer c44950de8c684abe9bcf0600e8754c7f
I20260608 12:39:56.016337  5599 ts_tablet_manager.cc:1434] T 6aa3473425c44520a8a10cdcff3e69ed P a1dc3463dd4b4330954d513a964be450: Time spent starting tablet: real 0.040s	user 0.017s	sys 0.009s
I20260608 12:39:56.021415  4942 tablet_copy_service.cc:342] P 918e68484d144614a5c69887e8c96e1a: Request end of tablet copy session a1dc3463dd4b4330954d513a964be450-6aa3473425c44520a8a10cdcff3e69ed received from {username='slave'} at 127.0.0.1:35206
I20260608 12:39:56.021911  4942 tablet_copy_service.cc:434] P 918e68484d144614a5c69887e8c96e1a: ending tablet copy session a1dc3463dd4b4330954d513a964be450-6aa3473425c44520a8a10cdcff3e69ed on tablet 6aa3473425c44520a8a10cdcff3e69ed with peer a1dc3463dd4b4330954d513a964be450
I20260608 12:39:56.037823  5528 raft_consensus.cc:1217] T 4ae693d7b76d46da967f881266321786 P 39ffa52e75db44c0aeebc361403883ca [term 1 LEARNER]: Deduplicated request from leader. Original: 1.24->[1.25-1.25]   Dedup: 1.25->[]
I20260608 12:39:56.044930  5610 tablet_bootstrap.cc:492] T 193cdaf720f44b21a58cf94ec7852935 P a1dc3463dd4b4330954d513a964be450: Bootstrap replayed 1/1 log segments. Stats: ops{read=25 overwritten=0 applied=25 ignored=0} inserts{seen=111 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:39:56.045869  5610 tablet_bootstrap.cc:492] T 193cdaf720f44b21a58cf94ec7852935 P a1dc3463dd4b4330954d513a964be450: Bootstrap complete.
I20260608 12:39:56.046562  5610 ts_tablet_manager.cc:1403] T 193cdaf720f44b21a58cf94ec7852935 P a1dc3463dd4b4330954d513a964be450: Time spent bootstrapping tablet: real 0.270s	user 0.130s	sys 0.024s
I20260608 12:39:56.049347  5610 raft_consensus.cc:359] T 193cdaf720f44b21a58cf94ec7852935 P a1dc3463dd4b4330954d513a964be450 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: true } }
I20260608 12:39:56.050108  5610 raft_consensus.cc:740] T 193cdaf720f44b21a58cf94ec7852935 P a1dc3463dd4b4330954d513a964be450 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: a1dc3463dd4b4330954d513a964be450, State: Initialized, Role: LEARNER
I20260608 12:39:56.050698  5610 consensus_queue.cc:260] T 193cdaf720f44b21a58cf94ec7852935 P a1dc3463dd4b4330954d513a964be450 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 25, Last appended: 1.25, Last appended by leader: 25, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: true } }
I20260608 12:39:56.052874  5610 ts_tablet_manager.cc:1434] T 193cdaf720f44b21a58cf94ec7852935 P a1dc3463dd4b4330954d513a964be450: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.000s
I20260608 12:39:56.054529  4942 tablet_copy_service.cc:342] P 918e68484d144614a5c69887e8c96e1a: Request end of tablet copy session a1dc3463dd4b4330954d513a964be450-193cdaf720f44b21a58cf94ec7852935 received from {username='slave'} at 127.0.0.1:35206
I20260608 12:39:56.054965  4942 tablet_copy_service.cc:434] P 918e68484d144614a5c69887e8c96e1a: ending tablet copy session a1dc3463dd4b4330954d513a964be450-193cdaf720f44b21a58cf94ec7852935 on tablet 193cdaf720f44b21a58cf94ec7852935 with peer a1dc3463dd4b4330954d513a964be450
I20260608 12:39:56.085111  5454 raft_consensus.cc:1217] T 6aa3473425c44520a8a10cdcff3e69ed P a1dc3463dd4b4330954d513a964be450 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260608 12:39:56.176862  5528 raft_consensus.cc:1217] T 48eff60016de4b0a8c5343d0d9bd4f25 P 39ffa52e75db44c0aeebc361403883ca [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260608 12:39:56.271116  5379 raft_consensus.cc:1217] T aec950aace3742759b43f98006e4aafc P c44950de8c684abe9bcf0600e8754c7f [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260608 12:39:56.315320  5379 raft_consensus.cc:1217] T 5a4af6fe0952465fad24e84a648906e8 P c44950de8c684abe9bcf0600e8754c7f [term 1 LEARNER]: Deduplicated request from leader. Original: 1.24->[1.25-1.25]   Dedup: 1.25->[]
I20260608 12:39:56.464362  5632 raft_consensus.cc:1064] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553: attempting to promote NON_VOTER 39ffa52e75db44c0aeebc361403883ca to VOTER
I20260608 12:39:56.467108  5632 consensus_queue.cc:237] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 25, Committed index: 25, Last appended: 1.25, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: false } }
I20260608 12:39:56.474614  5001 raft_consensus.cc:1275] T 4ae693d7b76d46da967f881266321786 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Refusing update from remote peer b87c8f627bcf4976ae90a62a6d472553: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:39:56.475390  4930 raft_consensus.cc:1275] T 4ae693d7b76d46da967f881266321786 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Refusing update from remote peer b87c8f627bcf4976ae90a62a6d472553: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:39:56.475942  5528 raft_consensus.cc:1275] T 4ae693d7b76d46da967f881266321786 P 39ffa52e75db44c0aeebc361403883ca [term 1 LEARNER]: Refusing update from remote peer b87c8f627bcf4976ae90a62a6d472553: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:39:56.476883  5630 consensus_queue.cc:1048] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:39:56.478016  5617 consensus_queue.cc:1048] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:39:56.485754  5632 consensus_queue.cc:1048] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } 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:39:56.495967  5630 raft_consensus.cc:2955] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index 25 to 26, 39ffa52e75db44c0aeebc361403883ca (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: false } } }
I20260608 12:39:56.498400  5001 raft_consensus.cc:2955] T 4ae693d7b76d46da967f881266321786 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, 39ffa52e75db44c0aeebc361403883ca (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: false } } }
I20260608 12:39:56.498721  4930 raft_consensus.cc:2955] T 4ae693d7b76d46da967f881266321786 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, 39ffa52e75db44c0aeebc361403883ca (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: false } } }
I20260608 12:39:56.510423  5528 raft_consensus.cc:2955] T 4ae693d7b76d46da967f881266321786 P 39ffa52e75db44c0aeebc361403883ca [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, 39ffa52e75db44c0aeebc361403883ca (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: false } } }
I20260608 12:39:56.511675  4826 catalog_manager.cc:5696] T 4ae693d7b76d46da967f881266321786 P 918e68484d144614a5c69887e8c96e1a reported cstate change: config changed from index 25 to 26, 39ffa52e75db44c0aeebc361403883ca (127.0.107.198) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "b87c8f627bcf4976ae90a62a6d472553" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: false } } }
I20260608 12:39:56.536655  5079 consensus_queue.cc:237] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 26, Committed index: 26, Last appended: 1.26, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: false } }
I20260608 12:39:56.545630  5528 raft_consensus.cc:1275] T 4ae693d7b76d46da967f881266321786 P 39ffa52e75db44c0aeebc361403883ca [term 1 FOLLOWER]: Refusing update from remote peer b87c8f627bcf4976ae90a62a6d472553: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:39:56.546375  5001 raft_consensus.cc:1275] T 4ae693d7b76d46da967f881266321786 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Refusing update from remote peer b87c8f627bcf4976ae90a62a6d472553: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:39:56.547134  5617 consensus_queue.cc:1048] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 41473 } 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:39:56.547974  5630 consensus_queue.cc:1048] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:39:56.555665  5617 raft_consensus.cc:2955] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER 918e68484d144614a5c69887e8c96e1a (127.0.107.193) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: false } } }
I20260608 12:39:56.558409  5528 raft_consensus.cc:2955] T 4ae693d7b76d46da967f881266321786 P 39ffa52e75db44c0aeebc361403883ca [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER 918e68484d144614a5c69887e8c96e1a (127.0.107.193) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: false } } }
I20260608 12:39:56.572956  4817 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 4ae693d7b76d46da967f881266321786 with cas_config_opid_index 26: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:39:56.573645  5001 raft_consensus.cc:2955] T 4ae693d7b76d46da967f881266321786 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER 918e68484d144614a5c69887e8c96e1a (127.0.107.193) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: false } } }
I20260608 12:39:56.574061  4828 catalog_manager.cc:5696] T 4ae693d7b76d46da967f881266321786 P 39ffa52e75db44c0aeebc361403883ca reported cstate change: config changed from index 26 to 27, VOTER 918e68484d144614a5c69887e8c96e1a (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "b87c8f627bcf4976ae90a62a6d472553" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: false } } }
I20260608 12:39:56.586236  4914 tablet_service.cc:1558] Processing DeleteTablet for tablet 4ae693d7b76d46da967f881266321786 with delete_type TABLET_DATA_TOMBSTONED (TS 918e68484d144614a5c69887e8c96e1a not found in new config with opid_index 27) from {username='slave'} at 127.0.0.1:33770
I20260608 12:39:56.588326  5642 tablet_replica.cc:333] T 4ae693d7b76d46da967f881266321786 P 918e68484d144614a5c69887e8c96e1a: stopping tablet replica
I20260608 12:39:56.589452  5642 raft_consensus.cc:2243] T 4ae693d7b76d46da967f881266321786 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:56.590991  5642 raft_consensus.cc:2272] T 4ae693d7b76d46da967f881266321786 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:56.594852  5642 ts_tablet_manager.cc:1916] T 4ae693d7b76d46da967f881266321786 P 918e68484d144614a5c69887e8c96e1a: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:39:56.609606  5642 ts_tablet_manager.cc:1929] T 4ae693d7b76d46da967f881266321786 P 918e68484d144614a5c69887e8c96e1a: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.26
I20260608 12:39:56.610015  5642 log.cc:1199] T 4ae693d7b76d46da967f881266321786 P 918e68484d144614a5c69887e8c96e1a: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/ts-0-root/wals/4ae693d7b76d46da967f881266321786
I20260608 12:39:56.611588  4815 catalog_manager.cc:5027] TS 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417): tablet 4ae693d7b76d46da967f881266321786 (table test-workload [id=14cd336ee51243a39064097b6c61736f]) successfully deleted
I20260608 12:39:56.661458  5454 raft_consensus.cc:1217] T 193cdaf720f44b21a58cf94ec7852935 P a1dc3463dd4b4330954d513a964be450 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.24->[1.25-1.25]   Dedup: 1.25->[]
I20260608 12:39:56.692452  5645 raft_consensus.cc:1064] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a: attempting to promote NON_VOTER a1dc3463dd4b4330954d513a964be450 to VOTER
I20260608 12:39:56.695542  5645 consensus_queue.cc:237] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [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: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: false } }
I20260608 12:39:56.702023  5454 raft_consensus.cc:1275] T 6aa3473425c44520a8a10cdcff3e69ed P a1dc3463dd4b4330954d513a964be450 [term 1 LEARNER]: Refusing update from remote peer 918e68484d144614a5c69887e8c96e1a: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:39:56.703039  5079 raft_consensus.cc:1275] T 6aa3473425c44520a8a10cdcff3e69ed P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Refusing update from remote peer 918e68484d144614a5c69887e8c96e1a: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:39:56.704104  5001 raft_consensus.cc:1275] T 6aa3473425c44520a8a10cdcff3e69ed P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Refusing update from remote peer 918e68484d144614a5c69887e8c96e1a: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:39:56.703965  5622 consensus_queue.cc:1048] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36409 } 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:39:56.705715  5645 consensus_queue.cc:1048] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:39:56.706579  5622 consensus_queue.cc:1048] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } 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:39:56.730773  5622 raft_consensus.cc:2955] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, a1dc3463dd4b4330954d513a964be450 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: false } } }
I20260608 12:39:56.733006  5079 raft_consensus.cc:2955] T 6aa3473425c44520a8a10cdcff3e69ed P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, a1dc3463dd4b4330954d513a964be450 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: false } } }
I20260608 12:39:56.735769  5454 raft_consensus.cc:2955] T 6aa3473425c44520a8a10cdcff3e69ed P a1dc3463dd4b4330954d513a964be450 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, a1dc3463dd4b4330954d513a964be450 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: false } } }
I20260608 12:39:56.742957  5001 raft_consensus.cc:2955] T 6aa3473425c44520a8a10cdcff3e69ed P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, a1dc3463dd4b4330954d513a964be450 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: false } } }
I20260608 12:39:56.745958  4826 catalog_manager.cc:5696] T 6aa3473425c44520a8a10cdcff3e69ed P b87c8f627bcf4976ae90a62a6d472553 reported cstate change: config changed from index 26 to 27, a1dc3463dd4b4330954d513a964be450 (127.0.107.197) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "918e68484d144614a5c69887e8c96e1a" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: false } } }
I20260608 12:39:56.761346  4931 consensus_queue.cc:237] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [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: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: false } }
I20260608 12:39:56.769541  5617 raft_consensus.cc:1064] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553: attempting to promote NON_VOTER 39ffa52e75db44c0aeebc361403883ca to VOTER
I20260608 12:39:56.772073  5650 raft_consensus.cc:1064] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9: attempting to promote NON_VOTER c44950de8c684abe9bcf0600e8754c7f to VOTER
I20260608 12:39:56.774258  5001 raft_consensus.cc:1275] T 6aa3473425c44520a8a10cdcff3e69ed P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Refusing update from remote peer 918e68484d144614a5c69887e8c96e1a: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:39:56.774794  5650 consensus_queue.cc:237] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [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: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: false } }
I20260608 12:39:56.777014  5645 consensus_queue.cc:1048] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:39:56.772233  5617 consensus_queue.cc:237] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [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: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: false } }
I20260608 12:39:56.781387  5454 raft_consensus.cc:1275] T 6aa3473425c44520a8a10cdcff3e69ed P a1dc3463dd4b4330954d513a964be450 [term 1 FOLLOWER]: Refusing update from remote peer 918e68484d144614a5c69887e8c96e1a: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:39:56.788632  5645 consensus_queue.cc:1048] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36409 } 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:39:56.790591  5079 raft_consensus.cc:1275] T aec950aace3742759b43f98006e4aafc P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Refusing update from remote peer 14d4f631a210452fb8849bea359244d9: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:39:56.792393  5618 consensus_queue.cc:1048] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:39:56.792651  5379 raft_consensus.cc:1275] T aec950aace3742759b43f98006e4aafc P c44950de8c684abe9bcf0600e8754c7f [term 1 LEARNER]: Refusing update from remote peer 14d4f631a210452fb8849bea359244d9: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:39:56.797351  5618 consensus_queue.cc:1048] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39437 } 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:39:56.798982  5644 raft_consensus.cc:2955] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: false } } }
I20260608 12:39:56.805217  5641 raft_consensus.cc:1064] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553: attempting to promote NON_VOTER c44950de8c684abe9bcf0600e8754c7f to VOTER
I20260608 12:39:56.807874  5641 consensus_queue.cc:237] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 25, Committed index: 25, Last appended: 1.25, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: false } }
I20260608 12:39:56.809577  5007 raft_consensus.cc:2955] T 6aa3473425c44520a8a10cdcff3e69ed P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: false } } }
I20260608 12:39:56.817617  5453 raft_consensus.cc:2955] T 6aa3473425c44520a8a10cdcff3e69ed P a1dc3463dd4b4330954d513a964be450 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: false } } }
I20260608 12:39:56.820526  4931 raft_consensus.cc:1275] T aec950aace3742759b43f98006e4aafc P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Refusing update from remote peer 14d4f631a210452fb8849bea359244d9: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:39:56.824664  5618 consensus_queue.cc:1048] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } 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:39:56.826996  4815 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 6aa3473425c44520a8a10cdcff3e69ed with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:39:56.835820  4826 catalog_manager.cc:5696] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a reported cstate change: config changed from index 27 to 28, VOTER b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "918e68484d144614a5c69887e8c96e1a" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:39:56.850432  5653 raft_consensus.cc:2955] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, c44950de8c684abe9bcf0600e8754c7f (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: false } } }
I20260608 12:39:56.855082  5379 raft_consensus.cc:1275] T 5a4af6fe0952465fad24e84a648906e8 P c44950de8c684abe9bcf0600e8754c7f [term 1 LEARNER]: Refusing update from remote peer b87c8f627bcf4976ae90a62a6d472553: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:39:56.856268  4930 raft_consensus.cc:1275] T 5a4af6fe0952465fad24e84a648906e8 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Refusing update from remote peer b87c8f627bcf4976ae90a62a6d472553: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:39:56.860565  5065 tablet_service.cc:1558] Processing DeleteTablet for tablet 6aa3473425c44520a8a10cdcff3e69ed with delete_type TABLET_DATA_TOMBSTONED (TS b87c8f627bcf4976ae90a62a6d472553 not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:57746
I20260608 12:39:56.860935  5632 consensus_queue.cc:1048] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:39:56.863041  5632 consensus_queue.cc:1048] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:39:56.867343  5528 raft_consensus.cc:1275] T 48eff60016de4b0a8c5343d0d9bd4f25 P 39ffa52e75db44c0aeebc361403883ca [term 1 LEARNER]: Refusing update from remote peer b87c8f627bcf4976ae90a62a6d472553: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:39:56.869005  5630 consensus_queue.cc:1048] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 41473 } 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:39:56.873396  5079 raft_consensus.cc:2955] T aec950aace3742759b43f98006e4aafc P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, c44950de8c684abe9bcf0600e8754c7f (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: false } } }
I20260608 12:39:56.879247  5001 raft_consensus.cc:1275] T 48eff60016de4b0a8c5343d0d9bd4f25 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Refusing update from remote peer b87c8f627bcf4976ae90a62a6d472553: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:39:56.878639  5378 raft_consensus.cc:2955] T aec950aace3742759b43f98006e4aafc P c44950de8c684abe9bcf0600e8754c7f [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, c44950de8c684abe9bcf0600e8754c7f (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: false } } }
I20260608 12:39:56.879997  4826 catalog_manager.cc:5696] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 reported cstate change: config changed from index 26 to 27, c44950de8c684abe9bcf0600e8754c7f (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "14d4f631a210452fb8849bea359244d9" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:39:56.886087  5007 raft_consensus.cc:1275] T 5a4af6fe0952465fad24e84a648906e8 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Refusing update from remote peer b87c8f627bcf4976ae90a62a6d472553: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:39:56.890159  4930 raft_consensus.cc:2955] T aec950aace3742759b43f98006e4aafc P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, c44950de8c684abe9bcf0600e8754c7f (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: false } } }
I20260608 12:39:56.896620  5658 tablet_replica.cc:333] T 6aa3473425c44520a8a10cdcff3e69ed P b87c8f627bcf4976ae90a62a6d472553: stopping tablet replica
I20260608 12:39:56.897620  5658 raft_consensus.cc:2243] T 6aa3473425c44520a8a10cdcff3e69ed P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:56.902076  5641 consensus_queue.cc:1048] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } 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:39:56.898418  5658 raft_consensus.cc:2272] T 6aa3473425c44520a8a10cdcff3e69ed P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:56.910310  5658 ts_tablet_manager.cc:1916] T 6aa3473425c44520a8a10cdcff3e69ed P b87c8f627bcf4976ae90a62a6d472553: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:39:56.902506  5630 consensus_queue.cc:1048] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.009s
I20260608 12:39:56.913657  4932 raft_consensus.cc:1275] T 48eff60016de4b0a8c5343d0d9bd4f25 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Refusing update from remote peer b87c8f627bcf4976ae90a62a6d472553: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:39:56.913829  5007 consensus_queue.cc:237] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [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: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: false } }
I20260608 12:39:56.929124  5079 raft_consensus.cc:1275] T aec950aace3742759b43f98006e4aafc P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Refusing update from remote peer 14d4f631a210452fb8849bea359244d9: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:39:56.923823  5379 raft_consensus.cc:1275] T aec950aace3742759b43f98006e4aafc P c44950de8c684abe9bcf0600e8754c7f [term 1 FOLLOWER]: Refusing update from remote peer 14d4f631a210452fb8849bea359244d9: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:39:56.931917  5653 consensus_queue.cc:1048] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:39:56.934507  5618 consensus_queue.cc:1048] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39437 } 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:39:56.936053  5617 consensus_queue.cc:1048] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 12:39:56.937934  5659 raft_consensus.cc:2955] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 39ffa52e75db44c0aeebc361403883ca (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: false } } }
I20260608 12:39:56.942394  5007 raft_consensus.cc:2955] T 48eff60016de4b0a8c5343d0d9bd4f25 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 39ffa52e75db44c0aeebc361403883ca (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: false } } }
I20260608 12:39:56.943219  5650 raft_consensus.cc:2955] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 918e68484d144614a5c69887e8c96e1a (127.0.107.193) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: false } } }
I20260608 12:39:56.948560  5379 raft_consensus.cc:2955] T aec950aace3742759b43f98006e4aafc P c44950de8c684abe9bcf0600e8754c7f [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 918e68484d144614a5c69887e8c96e1a (127.0.107.193) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: false } } }
I20260608 12:39:56.946959  5079 raft_consensus.cc:2955] T aec950aace3742759b43f98006e4aafc P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 918e68484d144614a5c69887e8c96e1a (127.0.107.193) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: false } } }
I20260608 12:39:56.952646  5630 raft_consensus.cc:2955] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index 25 to 26, c44950de8c684abe9bcf0600e8754c7f (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: false } } }
I20260608 12:39:56.967078  4931 raft_consensus.cc:2955] T 48eff60016de4b0a8c5343d0d9bd4f25 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 39ffa52e75db44c0aeebc361403883ca (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: false } } }
I20260608 12:39:56.979292  5658 ts_tablet_manager.cc:1929] T 6aa3473425c44520a8a10cdcff3e69ed P b87c8f627bcf4976ae90a62a6d472553: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260608 12:39:56.979835  5658 log.cc:1199] T 6aa3473425c44520a8a10cdcff3e69ed P b87c8f627bcf4976ae90a62a6d472553: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/ts-2-root/wals/6aa3473425c44520a8a10cdcff3e69ed
I20260608 12:39:56.979605  4825 catalog_manager.cc:5696] T aec950aace3742759b43f98006e4aafc P b87c8f627bcf4976ae90a62a6d472553 reported cstate change: config changed from index 27 to 28, VOTER 918e68484d144614a5c69887e8c96e1a (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "14d4f631a210452fb8849bea359244d9" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: false } } }
I20260608 12:39:56.983538  4817 catalog_manager.cc:5027] TS b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383): tablet 6aa3473425c44520a8a10cdcff3e69ed (table test-workload [id=14cd336ee51243a39064097b6c61736f]) successfully deleted
I20260608 12:39:56.993543  4914 tablet_service.cc:1558] Processing DeleteTablet for tablet aec950aace3742759b43f98006e4aafc with delete_type TABLET_DATA_TOMBSTONED (TS 918e68484d144614a5c69887e8c96e1a not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:33770
I20260608 12:39:56.994892  5642 tablet_replica.cc:333] T aec950aace3742759b43f98006e4aafc P 918e68484d144614a5c69887e8c96e1a: stopping tablet replica
I20260608 12:39:56.995867  5642 raft_consensus.cc:2243] T aec950aace3742759b43f98006e4aafc P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:57.001680  5003 raft_consensus.cc:2955] T 5a4af6fe0952465fad24e84a648906e8 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, c44950de8c684abe9bcf0600e8754c7f (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: false } } }
I20260608 12:39:57.005244  4815 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet aec950aace3742759b43f98006e4aafc with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:39:57.006444  5642 raft_consensus.cc:2272] T aec950aace3742759b43f98006e4aafc P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:57.010067  4826 catalog_manager.cc:5696] T 48eff60016de4b0a8c5343d0d9bd4f25 P 918e68484d144614a5c69887e8c96e1a reported cstate change: config changed from index 26 to 27, 39ffa52e75db44c0aeebc361403883ca (127.0.107.198) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "b87c8f627bcf4976ae90a62a6d472553" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: false } } }
I20260608 12:39:57.021598  5528 raft_consensus.cc:2955] T 48eff60016de4b0a8c5343d0d9bd4f25 P 39ffa52e75db44c0aeebc361403883ca [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 39ffa52e75db44c0aeebc361403883ca (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: false } } }
I20260608 12:39:57.023133  5379 raft_consensus.cc:2955] T 5a4af6fe0952465fad24e84a648906e8 P c44950de8c684abe9bcf0600e8754c7f [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, c44950de8c684abe9bcf0600e8754c7f (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: false } } }
I20260608 12:39:57.024387  5642 ts_tablet_manager.cc:1916] T aec950aace3742759b43f98006e4aafc P 918e68484d144614a5c69887e8c96e1a: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:39:57.025857  4931 raft_consensus.cc:2955] T 5a4af6fe0952465fad24e84a648906e8 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, c44950de8c684abe9bcf0600e8754c7f (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: false } } }
I20260608 12:39:57.034154  4830 catalog_manager.cc:5696] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 reported cstate change: config changed from index 25 to 26, c44950de8c684abe9bcf0600e8754c7f (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "b87c8f627bcf4976ae90a62a6d472553" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:57.046659  5642 ts_tablet_manager.cc:1929] T aec950aace3742759b43f98006e4aafc P 918e68484d144614a5c69887e8c96e1a: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260608 12:39:57.047222  5642 log.cc:1199] T aec950aace3742759b43f98006e4aafc P 918e68484d144614a5c69887e8c96e1a: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/ts-0-root/wals/aec950aace3742759b43f98006e4aafc
I20260608 12:39:57.048697  4815 catalog_manager.cc:5027] TS 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417): tablet aec950aace3742759b43f98006e4aafc (table test-workload [id=14cd336ee51243a39064097b6c61736f]) successfully deleted
I20260608 12:39:57.069264  5079 consensus_queue.cc:237] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 26, Committed index: 26, Last appended: 1.26, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: false } }
I20260608 12:39:57.069590  5077 consensus_queue.cc:237] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [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: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: false } }
I20260608 12:39:57.075294  5379 raft_consensus.cc:1275] T 5a4af6fe0952465fad24e84a648906e8 P c44950de8c684abe9bcf0600e8754c7f [term 1 FOLLOWER]: Refusing update from remote peer b87c8f627bcf4976ae90a62a6d472553: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:39:57.075752  5528 raft_consensus.cc:1275] T 48eff60016de4b0a8c5343d0d9bd4f25 P 39ffa52e75db44c0aeebc361403883ca [term 1 FOLLOWER]: Refusing update from remote peer b87c8f627bcf4976ae90a62a6d472553: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:39:57.077440  5668 consensus_queue.cc:1048] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 41473 } 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:39:57.078071  5659 consensus_queue.cc:1048] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39437 } 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:39:57.078356  4931 raft_consensus.cc:1275] T 5a4af6fe0952465fad24e84a648906e8 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Refusing update from remote peer b87c8f627bcf4976ae90a62a6d472553: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:39:57.078013  4930 raft_consensus.cc:1275] T 48eff60016de4b0a8c5343d0d9bd4f25 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Refusing update from remote peer b87c8f627bcf4976ae90a62a6d472553: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:39:57.080603  5668 consensus_queue.cc:1048] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:39:57.081018  5659 consensus_queue.cc:1048] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:39:57.084739  5659 raft_consensus.cc:2955] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 14d4f631a210452fb8849bea359244d9 (127.0.107.194) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: false } } }
I20260608 12:39:57.086539  5528 raft_consensus.cc:2955] T 48eff60016de4b0a8c5343d0d9bd4f25 P 39ffa52e75db44c0aeebc361403883ca [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 14d4f631a210452fb8849bea359244d9 (127.0.107.194) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: false } } }
I20260608 12:39:57.089708  5641 raft_consensus.cc:2955] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER 14d4f631a210452fb8849bea359244d9 (127.0.107.194) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: false } } }
I20260608 12:39:57.093845  5644 raft_consensus.cc:1064] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a: attempting to promote NON_VOTER a1dc3463dd4b4330954d513a964be450 to VOTER
I20260608 12:39:57.096449  5644 consensus_queue.cc:237] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 25, Committed index: 25, Last appended: 1.25, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: false } }
I20260608 12:39:57.098273  4817 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 48eff60016de4b0a8c5343d0d9bd4f25 with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:39:57.100497  4930 raft_consensus.cc:2955] T 5a4af6fe0952465fad24e84a648906e8 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER 14d4f631a210452fb8849bea359244d9 (127.0.107.194) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: false } } }
I20260608 12:39:57.103410  4817 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 5a4af6fe0952465fad24e84a648906e8 with cas_config_opid_index 26: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:39:57.103587  5379 raft_consensus.cc:2955] T 5a4af6fe0952465fad24e84a648906e8 P c44950de8c684abe9bcf0600e8754c7f [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER 14d4f631a210452fb8849bea359244d9 (127.0.107.194) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: false } } }
I20260608 12:39:57.105150  4825 catalog_manager.cc:5696] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 reported cstate change: config changed from index 27 to 28, VOTER 14d4f631a210452fb8849bea359244d9 (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "b87c8f627bcf4976ae90a62a6d472553" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:39:57.113531  4931 raft_consensus.cc:2955] T 48eff60016de4b0a8c5343d0d9bd4f25 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 14d4f631a210452fb8849bea359244d9 (127.0.107.194) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: false } } }
I20260608 12:39:57.118530  4824 catalog_manager.cc:5696] T 5a4af6fe0952465fad24e84a648906e8 P c44950de8c684abe9bcf0600e8754c7f reported cstate change: config changed from index 26 to 27, VOTER 14d4f631a210452fb8849bea359244d9 (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "b87c8f627bcf4976ae90a62a6d472553" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: false } } }
I20260608 12:39:57.122754  4997 tablet_service.cc:1558] Processing DeleteTablet for tablet 48eff60016de4b0a8c5343d0d9bd4f25 with delete_type TABLET_DATA_TOMBSTONED (TS 14d4f631a210452fb8849bea359244d9 not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:47454
I20260608 12:39:57.126984  5453 raft_consensus.cc:1275] T 193cdaf720f44b21a58cf94ec7852935 P a1dc3463dd4b4330954d513a964be450 [term 1 LEARNER]: Refusing update from remote peer 918e68484d144614a5c69887e8c96e1a: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:39:57.131059  5622 consensus_queue.cc:1048] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:39:57.138355  5003 raft_consensus.cc:1275] T 193cdaf720f44b21a58cf94ec7852935 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Refusing update from remote peer 918e68484d144614a5c69887e8c96e1a: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:39:57.141283  5077 raft_consensus.cc:1275] T 193cdaf720f44b21a58cf94ec7852935 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Refusing update from remote peer 918e68484d144614a5c69887e8c96e1a: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:39:57.143381  5645 consensus_queue.cc:1048] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:39:57.145705  4991 tablet_service.cc:1558] Processing DeleteTablet for tablet 5a4af6fe0952465fad24e84a648906e8 with delete_type TABLET_DATA_TOMBSTONED (TS 14d4f631a210452fb8849bea359244d9 not found in new config with opid_index 27) from {username='slave'} at 127.0.0.1:47454
I20260608 12:39:57.148519  5622 consensus_queue.cc:1048] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } 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:39:57.164563  5670 tablet_replica.cc:333] T 48eff60016de4b0a8c5343d0d9bd4f25 P 14d4f631a210452fb8849bea359244d9: stopping tablet replica
I20260608 12:39:57.165688  5670 raft_consensus.cc:2243] T 48eff60016de4b0a8c5343d0d9bd4f25 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:57.167068  5670 raft_consensus.cc:2272] T 48eff60016de4b0a8c5343d0d9bd4f25 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:57.165668  5644 raft_consensus.cc:2955] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index 25 to 26, a1dc3463dd4b4330954d513a964be450 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: false } } }
I20260608 12:39:57.167634  5454 raft_consensus.cc:2955] T 193cdaf720f44b21a58cf94ec7852935 P a1dc3463dd4b4330954d513a964be450 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, a1dc3463dd4b4330954d513a964be450 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: false } } }
I20260608 12:39:57.173409  5670 ts_tablet_manager.cc:1916] T 48eff60016de4b0a8c5343d0d9bd4f25 P 14d4f631a210452fb8849bea359244d9: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:39:57.178303  5077 raft_consensus.cc:2955] T 193cdaf720f44b21a58cf94ec7852935 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, a1dc3463dd4b4330954d513a964be450 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: false } } }
I20260608 12:39:57.183866  4824 catalog_manager.cc:5696] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a reported cstate change: config changed from index 25 to 26, a1dc3463dd4b4330954d513a964be450 (127.0.107.197) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "918e68484d144614a5c69887e8c96e1a" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:39:57.184648  5003 raft_consensus.cc:2955] T 193cdaf720f44b21a58cf94ec7852935 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, a1dc3463dd4b4330954d513a964be450 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: false } } }
I20260608 12:39:57.195874  5670 ts_tablet_manager.cc:1929] T 48eff60016de4b0a8c5343d0d9bd4f25 P 14d4f631a210452fb8849bea359244d9: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260608 12:39:57.196448  5670 log.cc:1199] T 48eff60016de4b0a8c5343d0d9bd4f25 P 14d4f631a210452fb8849bea359244d9: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/ts-1-root/wals/48eff60016de4b0a8c5343d0d9bd4f25
I20260608 12:39:57.198524  5670 tablet_replica.cc:333] T 5a4af6fe0952465fad24e84a648906e8 P 14d4f631a210452fb8849bea359244d9: stopping tablet replica
I20260608 12:39:57.199554  5670 raft_consensus.cc:2243] T 5a4af6fe0952465fad24e84a648906e8 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:57.200381  5670 raft_consensus.cc:2272] T 5a4af6fe0952465fad24e84a648906e8 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:57.198486  4815 catalog_manager.cc:5027] TS 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649): tablet 48eff60016de4b0a8c5343d0d9bd4f25 (table test-workload [id=14cd336ee51243a39064097b6c61736f]) successfully deleted
I20260608 12:39:57.204849  5670 ts_tablet_manager.cc:1916] T 5a4af6fe0952465fad24e84a648906e8 P 14d4f631a210452fb8849bea359244d9: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:39:57.213145  4931 consensus_queue.cc:237] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 26, Committed index: 26, Last appended: 1.26, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: false } }
I20260608 12:39:57.218638  5454 raft_consensus.cc:1275] T 193cdaf720f44b21a58cf94ec7852935 P a1dc3463dd4b4330954d513a964be450 [term 1 FOLLOWER]: Refusing update from remote peer 918e68484d144614a5c69887e8c96e1a: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:39:57.219079  5003 raft_consensus.cc:1275] T 193cdaf720f44b21a58cf94ec7852935 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Refusing update from remote peer 918e68484d144614a5c69887e8c96e1a: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:39:57.220302  5644 consensus_queue.cc:1048] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36409 } 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:39:57.220615  5670 ts_tablet_manager.cc:1929] T 5a4af6fe0952465fad24e84a648906e8 P 14d4f631a210452fb8849bea359244d9: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.26
I20260608 12:39:57.221133  5670 log.cc:1199] T 5a4af6fe0952465fad24e84a648906e8 P 14d4f631a210452fb8849bea359244d9: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/ts-1-root/wals/5a4af6fe0952465fad24e84a648906e8
I20260608 12:39:57.221251  5645 consensus_queue.cc:1048] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 12:39:57.223201  4815 catalog_manager.cc:5027] TS 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649): tablet 5a4af6fe0952465fad24e84a648906e8 (table test-workload [id=14cd336ee51243a39064097b6c61736f]) successfully deleted
I20260608 12:39:57.227802  5645 raft_consensus.cc:2955] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: false } } }
I20260608 12:39:57.229700  5003 raft_consensus.cc:2955] T 193cdaf720f44b21a58cf94ec7852935 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: false } } }
I20260608 12:39:57.231227  5454 raft_consensus.cc:2955] T 193cdaf720f44b21a58cf94ec7852935 P a1dc3463dd4b4330954d513a964be450 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: false } } }
I20260608 12:39:57.242292  4815 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 193cdaf720f44b21a58cf94ec7852935 with cas_config_opid_index 26: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:39:57.245385  4828 catalog_manager.cc:5696] T 193cdaf720f44b21a58cf94ec7852935 P a1dc3463dd4b4330954d513a964be450 reported cstate change: config changed from index 26 to 27, VOTER b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "918e68484d144614a5c69887e8c96e1a" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: false } } }
I20260608 12:39:57.256515  5065 tablet_service.cc:1558] Processing DeleteTablet for tablet 193cdaf720f44b21a58cf94ec7852935 with delete_type TABLET_DATA_TOMBSTONED (TS b87c8f627bcf4976ae90a62a6d472553 not found in new config with opid_index 27) from {username='slave'} at 127.0.0.1:57746
I20260608 12:39:57.257573  5658 tablet_replica.cc:333] T 193cdaf720f44b21a58cf94ec7852935 P b87c8f627bcf4976ae90a62a6d472553: stopping tablet replica
I20260608 12:39:57.258239  5658 raft_consensus.cc:2243] T 193cdaf720f44b21a58cf94ec7852935 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:57.258889  5658 raft_consensus.cc:2272] T 193cdaf720f44b21a58cf94ec7852935 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:57.262809  5658 ts_tablet_manager.cc:1916] T 193cdaf720f44b21a58cf94ec7852935 P b87c8f627bcf4976ae90a62a6d472553: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:39:57.272755  5658 ts_tablet_manager.cc:1929] T 193cdaf720f44b21a58cf94ec7852935 P b87c8f627bcf4976ae90a62a6d472553: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.26
I20260608 12:39:57.273114  5658 log.cc:1199] T 193cdaf720f44b21a58cf94ec7852935 P b87c8f627bcf4976ae90a62a6d472553: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922266998516-431-0/minicluster-data/ts-2-root/wals/193cdaf720f44b21a58cf94ec7852935
I20260608 12:39:57.274421  4817 catalog_manager.cc:5027] TS b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383): tablet 193cdaf720f44b21a58cf94ec7852935 (table test-workload [id=14cd336ee51243a39064097b6c61736f]) successfully deleted
I20260608 12:39:58.281037  5077 consensus_queue.cc:237] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553 [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: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: true } }
I20260608 12:39:58.288198  5003 raft_consensus.cc:1275] T db8540efb9cb4cfda4008f2363a58700 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Refusing update from remote peer b87c8f627bcf4976ae90a62a6d472553: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:39:58.288713  4931 raft_consensus.cc:1275] T db8540efb9cb4cfda4008f2363a58700 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Refusing update from remote peer b87c8f627bcf4976ae90a62a6d472553: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
W20260608 12:39:58.289072  5045 consensus_peers.cc:597] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553 -> Peer c44950de8c684abe9bcf0600e8754c7f (127.0.107.196:39437): Couldn't send request to peer c44950de8c684abe9bcf0600e8754c7f. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: db8540efb9cb4cfda4008f2363a58700. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:58.290107  5659 consensus_queue.cc:1048] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } 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:39:58.291114  5678 consensus_queue.cc:1048] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:39:58.299286  5659 raft_consensus.cc:2955] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER c44950de8c684abe9bcf0600e8754c7f (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: true } } }
I20260608 12:39:58.300805  4931 raft_consensus.cc:2955] T db8540efb9cb4cfda4008f2363a58700 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER c44950de8c684abe9bcf0600e8754c7f (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: true } } }
I20260608 12:39:58.309513  5003 raft_consensus.cc:2955] T db8540efb9cb4cfda4008f2363a58700 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER c44950de8c684abe9bcf0600e8754c7f (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: true } } }
I20260608 12:39:58.318024  4825 catalog_manager.cc:5696] T db8540efb9cb4cfda4008f2363a58700 P 918e68484d144614a5c69887e8c96e1a reported cstate change: config changed from index -1 to 26, NON_VOTER c44950de8c684abe9bcf0600e8754c7f (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "b87c8f627bcf4976ae90a62a6d472553" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: true } } }
I20260608 12:39:58.327111  5003 consensus_queue.cc:237] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 24, Committed index: 24, Last appended: 1.24, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: true } }
I20260608 12:39:58.341897  5077 raft_consensus.cc:1275] T 73b4d3096e3a4e13abc896a9beced29c P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Refusing update from remote peer 14d4f631a210452fb8849bea359244d9: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 12:39:58.343569  5653 consensus_queue.cc:1048] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.001s
I20260608 12:39:58.345067  4931 raft_consensus.cc:1275] T 73b4d3096e3a4e13abc896a9beced29c P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Refusing update from remote peer 14d4f631a210452fb8849bea359244d9: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 12:39:58.346580  5653 consensus_queue.cc:1048] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
I20260608 12:39:58.354055  5686 raft_consensus.cc:2955] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9 [term 1 LEADER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER a1dc3463dd4b4330954d513a964be450 (127.0.107.197) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: true } } }
I20260608 12:39:58.361764  4931 raft_consensus.cc:2955] T 73b4d3096e3a4e13abc896a9beced29c P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER a1dc3463dd4b4330954d513a964be450 (127.0.107.197) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: true } } }
I20260608 12:39:58.377978  5077 raft_consensus.cc:2955] T 73b4d3096e3a4e13abc896a9beced29c P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER a1dc3463dd4b4330954d513a964be450 (127.0.107.197) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: true } } }
I20260608 12:39:58.379403  4830 catalog_manager.cc:5696] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9 reported cstate change: config changed from index -1 to 25, NON_VOTER a1dc3463dd4b4330954d513a964be450 (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "14d4f631a210452fb8849bea359244d9" committed_config { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:58.381309  5079 consensus_queue.cc:237] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553 [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: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: true } }
W20260608 12:39:58.382750  4973 consensus_peers.cc:597] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9 -> Peer a1dc3463dd4b4330954d513a964be450 (127.0.107.197:36409): Couldn't send request to peer a1dc3463dd4b4330954d513a964be450. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 73b4d3096e3a4e13abc896a9beced29c. This is attempt 1: this message will repeat every 5th retry.
W20260608 12:39:58.391705  5044 consensus_peers.cc:597] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553 -> Peer 39ffa52e75db44c0aeebc361403883ca (127.0.107.198:41473): Couldn't send request to peer 39ffa52e75db44c0aeebc361403883ca. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 3be86101e7a94a12ba972cc138548ae3. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:58.392702  5003 raft_consensus.cc:1275] T 3be86101e7a94a12ba972cc138548ae3 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Refusing update from remote peer b87c8f627bcf4976ae90a62a6d472553: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:39:58.392702  4931 raft_consensus.cc:1275] T 3be86101e7a94a12ba972cc138548ae3 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Refusing update from remote peer b87c8f627bcf4976ae90a62a6d472553: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:39:58.394259  5678 consensus_queue.cc:1048] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:39:58.395253  5676 consensus_queue.cc:1048] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553 [LEADER]: Connected to new peer: Peer: permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } 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:39:58.403030  5682 raft_consensus.cc:2955] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 39ffa52e75db44c0aeebc361403883ca (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: true } } }
I20260608 12:39:58.404692  5003 raft_consensus.cc:2955] T 3be86101e7a94a12ba972cc138548ae3 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 39ffa52e75db44c0aeebc361403883ca (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: true } } }
I20260608 12:39:58.405092  4931 raft_consensus.cc:2955] T 3be86101e7a94a12ba972cc138548ae3 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 39ffa52e75db44c0aeebc361403883ca (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: true } } }
I20260608 12:39:58.419018  5003 consensus_queue.cc:237] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9 [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: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: true } }
I20260608 12:39:58.420092  4830 catalog_manager.cc:5696] T 3be86101e7a94a12ba972cc138548ae3 P 14d4f631a210452fb8849bea359244d9 reported cstate change: config changed from index -1 to 26, NON_VOTER 39ffa52e75db44c0aeebc361403883ca (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "b87c8f627bcf4976ae90a62a6d472553" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: true } } }
I20260608 12:39:58.426265  5079 raft_consensus.cc:1275] T 8ba0cdf309f545ed8875245f9ce596d3 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Refusing update from remote peer 14d4f631a210452fb8849bea359244d9: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:39:58.426812  4931 raft_consensus.cc:1275] T 8ba0cdf309f545ed8875245f9ce596d3 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Refusing update from remote peer 14d4f631a210452fb8849bea359244d9: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:39:58.427582  5653 consensus_queue.cc:1048] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
W20260608 12:39:58.426928  4971 consensus_peers.cc:597] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9 -> Peer c44950de8c684abe9bcf0600e8754c7f (127.0.107.196:39437): Couldn't send request to peer c44950de8c684abe9bcf0600e8754c7f. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8ba0cdf309f545ed8875245f9ce596d3. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:58.429621  5653 consensus_queue.cc:1048] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } 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:39:58.440380  5693 raft_consensus.cc:2955] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER c44950de8c684abe9bcf0600e8754c7f (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: true } } }
I20260608 12:39:58.442657  4931 raft_consensus.cc:2955] T 8ba0cdf309f545ed8875245f9ce596d3 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER c44950de8c684abe9bcf0600e8754c7f (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: true } } }
I20260608 12:39:58.443934  5079 raft_consensus.cc:2955] T 8ba0cdf309f545ed8875245f9ce596d3 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER c44950de8c684abe9bcf0600e8754c7f (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: true } } }
I20260608 12:39:58.455478  4930 consensus_queue.cc:237] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a [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: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: true } }
I20260608 12:39:58.455773  4828 catalog_manager.cc:5696] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9 reported cstate change: config changed from index -1 to 26, NON_VOTER c44950de8c684abe9bcf0600e8754c7f (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "14d4f631a210452fb8849bea359244d9" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:58.466629  5079 raft_consensus.cc:1275] T 3abf76d630274549bf90fc0cc6624c88 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Refusing update from remote peer 918e68484d144614a5c69887e8c96e1a: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:39:58.471235  5645 consensus_queue.cc:1048] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:39:58.471607  5003 raft_consensus.cc:1275] T 3abf76d630274549bf90fc0cc6624c88 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Refusing update from remote peer 918e68484d144614a5c69887e8c96e1a: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:39:58.474754  5645 consensus_queue.cc:1048] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } 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:39:58.483979  5705 raft_consensus.cc:2955] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 39ffa52e75db44c0aeebc361403883ca (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: true } } }
I20260608 12:39:58.484684  5003 raft_consensus.cc:2955] T 3abf76d630274549bf90fc0cc6624c88 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 39ffa52e75db44c0aeebc361403883ca (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: true } } }
W20260608 12:39:58.485468  4895 consensus_peers.cc:597] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a -> Peer 39ffa52e75db44c0aeebc361403883ca (127.0.107.198:41473): Couldn't send request to peer 39ffa52e75db44c0aeebc361403883ca. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 3abf76d630274549bf90fc0cc6624c88. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:58.485468  5079 raft_consensus.cc:2955] T 3abf76d630274549bf90fc0cc6624c88 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 39ffa52e75db44c0aeebc361403883ca (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: true } } }
I20260608 12:39:58.497208  4830 catalog_manager.cc:5696] T 3abf76d630274549bf90fc0cc6624c88 P 14d4f631a210452fb8849bea359244d9 reported cstate change: config changed from index -1 to 26, NON_VOTER 39ffa52e75db44c0aeebc361403883ca (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "918e68484d144614a5c69887e8c96e1a" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: true } } }
I20260608 12:39:58.502610  4930 consensus_queue.cc:237] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a [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: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: true } }
W20260608 12:39:58.512589  4898 consensus_peers.cc:597] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a -> Peer a1dc3463dd4b4330954d513a964be450 (127.0.107.197:36409): Couldn't send request to peer a1dc3463dd4b4330954d513a964be450. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: dd08c0f98d8a432b89d0b07d1c2f8a59. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:58.514534  5003 raft_consensus.cc:1275] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Refusing update from remote peer 918e68484d144614a5c69887e8c96e1a: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:39:58.514846  5079 raft_consensus.cc:1275] T dd08c0f98d8a432b89d0b07d1c2f8a59 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Refusing update from remote peer 918e68484d144614a5c69887e8c96e1a: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:39:58.516021  5705 consensus_queue.cc:1048] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:39:58.517002  5706 consensus_queue.cc:1048] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a [LEADER]: Connected to new peer: Peer: permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } 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:39:58.524914  5706 raft_consensus.cc:2955] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER a1dc3463dd4b4330954d513a964be450 (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: true } } }
I20260608 12:39:58.526787  5079 raft_consensus.cc:2955] T dd08c0f98d8a432b89d0b07d1c2f8a59 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER a1dc3463dd4b4330954d513a964be450 (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: true } } }
I20260608 12:39:58.527949  5003 raft_consensus.cc:2955] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER a1dc3463dd4b4330954d513a964be450 (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: true } } }
I20260608 12:39:58.542127  4825 catalog_manager.cc:5696] T dd08c0f98d8a432b89d0b07d1c2f8a59 P b87c8f627bcf4976ae90a62a6d472553 reported cstate change: config changed from index -1 to 26, NON_VOTER a1dc3463dd4b4330954d513a964be450 (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "918e68484d144614a5c69887e8c96e1a" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: true } } }
I20260608 12:39:58.709800  5710 ts_tablet_manager.cc:933] T db8540efb9cb4cfda4008f2363a58700 P c44950de8c684abe9bcf0600e8754c7f: Initiating tablet copy from peer b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383)
I20260608 12:39:58.711778  5710 tablet_copy_client.cc:323] T db8540efb9cb4cfda4008f2363a58700 P c44950de8c684abe9bcf0600e8754c7f: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:35383
I20260608 12:39:58.713688  5091 tablet_copy_service.cc:140] P b87c8f627bcf4976ae90a62a6d472553: Received BeginTabletCopySession request for tablet db8540efb9cb4cfda4008f2363a58700 from peer c44950de8c684abe9bcf0600e8754c7f ({username='slave'} at 127.0.0.1:43522)
I20260608 12:39:58.714222  5091 tablet_copy_service.cc:161] P b87c8f627bcf4976ae90a62a6d472553: Beginning new tablet copy session on tablet db8540efb9cb4cfda4008f2363a58700 from peer c44950de8c684abe9bcf0600e8754c7f at {username='slave'} at 127.0.0.1:43522: session id = c44950de8c684abe9bcf0600e8754c7f-db8540efb9cb4cfda4008f2363a58700
I20260608 12:39:58.719873  5091 tablet_copy_source_session.cc:215] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:58.722692  5710 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet db8540efb9cb4cfda4008f2363a58700. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:58.733421  5710 tablet_copy_client.cc:806] T db8540efb9cb4cfda4008f2363a58700 P c44950de8c684abe9bcf0600e8754c7f: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:58.734077  5710 tablet_copy_client.cc:670] T db8540efb9cb4cfda4008f2363a58700 P c44950de8c684abe9bcf0600e8754c7f: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:58.738256  5711 tablet_copy_client.cc:1025] T db8540efb9cb4cfda4008f2363a58700 P c44950de8c684abe9bcf0600e8754c7f: tablet copy: Injecting latency into file download: 2000
I20260608 12:39:58.780267  5712 ts_tablet_manager.cc:933] T 3be86101e7a94a12ba972cc138548ae3 P 39ffa52e75db44c0aeebc361403883ca: Initiating tablet copy from peer b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383)
I20260608 12:39:58.783025  5712 tablet_copy_client.cc:323] T 3be86101e7a94a12ba972cc138548ae3 P 39ffa52e75db44c0aeebc361403883ca: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:35383
I20260608 12:39:58.784922  5091 tablet_copy_service.cc:140] P b87c8f627bcf4976ae90a62a6d472553: Received BeginTabletCopySession request for tablet 3be86101e7a94a12ba972cc138548ae3 from peer 39ffa52e75db44c0aeebc361403883ca ({username='slave'} at 127.0.0.1:43514)
I20260608 12:39:58.785491  5091 tablet_copy_service.cc:161] P b87c8f627bcf4976ae90a62a6d472553: Beginning new tablet copy session on tablet 3be86101e7a94a12ba972cc138548ae3 from peer 39ffa52e75db44c0aeebc361403883ca at {username='slave'} at 127.0.0.1:43514: session id = 39ffa52e75db44c0aeebc361403883ca-3be86101e7a94a12ba972cc138548ae3
I20260608 12:39:58.793301  5091 tablet_copy_source_session.cc:215] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:58.796751  5712 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3be86101e7a94a12ba972cc138548ae3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:58.813202  5712 tablet_copy_client.cc:806] T 3be86101e7a94a12ba972cc138548ae3 P 39ffa52e75db44c0aeebc361403883ca: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:58.813875  5712 tablet_copy_client.cc:670] T 3be86101e7a94a12ba972cc138548ae3 P 39ffa52e75db44c0aeebc361403883ca: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:58.817633  5713 tablet_copy_client.cc:1025] T 3be86101e7a94a12ba972cc138548ae3 P 39ffa52e75db44c0aeebc361403883ca: tablet copy: Injecting latency into file download: 2000
I20260608 12:39:58.887893  5714 ts_tablet_manager.cc:933] T 73b4d3096e3a4e13abc896a9beced29c P a1dc3463dd4b4330954d513a964be450: Initiating tablet copy from peer 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649)
I20260608 12:39:58.889730  5714 tablet_copy_client.cc:323] T 73b4d3096e3a4e13abc896a9beced29c P a1dc3463dd4b4330954d513a964be450: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:42649
I20260608 12:39:58.891758  5716 ts_tablet_manager.cc:933] T 8ba0cdf309f545ed8875245f9ce596d3 P c44950de8c684abe9bcf0600e8754c7f: Initiating tablet copy from peer 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649)
I20260608 12:39:58.901225  5716 tablet_copy_client.cc:323] T 8ba0cdf309f545ed8875245f9ce596d3 P c44950de8c684abe9bcf0600e8754c7f: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:42649
I20260608 12:39:58.905614  5017 tablet_copy_service.cc:140] P 14d4f631a210452fb8849bea359244d9: Received BeginTabletCopySession request for tablet 8ba0cdf309f545ed8875245f9ce596d3 from peer c44950de8c684abe9bcf0600e8754c7f ({username='slave'} at 127.0.0.1:49238)
I20260608 12:39:58.906275  5017 tablet_copy_service.cc:161] P 14d4f631a210452fb8849bea359244d9: Beginning new tablet copy session on tablet 8ba0cdf309f545ed8875245f9ce596d3 from peer c44950de8c684abe9bcf0600e8754c7f at {username='slave'} at 127.0.0.1:49238: session id = c44950de8c684abe9bcf0600e8754c7f-8ba0cdf309f545ed8875245f9ce596d3
I20260608 12:39:58.913007  5017 tablet_copy_source_session.cc:215] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:58.916123  5017 tablet_copy_service.cc:140] P 14d4f631a210452fb8849bea359244d9: Received BeginTabletCopySession request for tablet 73b4d3096e3a4e13abc896a9beced29c from peer a1dc3463dd4b4330954d513a964be450 ({username='slave'} at 127.0.0.1:49246)
I20260608 12:39:58.916343  5716 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8ba0cdf309f545ed8875245f9ce596d3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:58.916679  5017 tablet_copy_service.cc:161] P 14d4f631a210452fb8849bea359244d9: Beginning new tablet copy session on tablet 73b4d3096e3a4e13abc896a9beced29c from peer a1dc3463dd4b4330954d513a964be450 at {username='slave'} at 127.0.0.1:49246: session id = a1dc3463dd4b4330954d513a964be450-73b4d3096e3a4e13abc896a9beced29c
I20260608 12:39:58.923931  5017 tablet_copy_source_session.cc:215] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:58.927197  5714 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 73b4d3096e3a4e13abc896a9beced29c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:58.930378  5716 tablet_copy_client.cc:806] T 8ba0cdf309f545ed8875245f9ce596d3 P c44950de8c684abe9bcf0600e8754c7f: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:58.931068  5716 tablet_copy_client.cc:670] T 8ba0cdf309f545ed8875245f9ce596d3 P c44950de8c684abe9bcf0600e8754c7f: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:58.935024  5719 tablet_copy_client.cc:1025] T 8ba0cdf309f545ed8875245f9ce596d3 P c44950de8c684abe9bcf0600e8754c7f: tablet copy: Injecting latency into file download: 2000
I20260608 12:39:58.944301  5714 tablet_copy_client.cc:806] T 73b4d3096e3a4e13abc896a9beced29c P a1dc3463dd4b4330954d513a964be450: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:58.945001  5714 tablet_copy_client.cc:670] T 73b4d3096e3a4e13abc896a9beced29c P a1dc3463dd4b4330954d513a964be450: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:58.948879  5715 tablet_copy_client.cc:1025] T 73b4d3096e3a4e13abc896a9beced29c P a1dc3463dd4b4330954d513a964be450: tablet copy: Injecting latency into file download: 2000
I20260608 12:39:58.953387  5720 ts_tablet_manager.cc:933] T 3abf76d630274549bf90fc0cc6624c88 P 39ffa52e75db44c0aeebc361403883ca: Initiating tablet copy from peer 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417)
I20260608 12:39:58.955020  5720 tablet_copy_client.cc:323] T 3abf76d630274549bf90fc0cc6624c88 P 39ffa52e75db44c0aeebc361403883ca: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:42417
I20260608 12:39:58.966902  4942 tablet_copy_service.cc:140] P 918e68484d144614a5c69887e8c96e1a: Received BeginTabletCopySession request for tablet 3abf76d630274549bf90fc0cc6624c88 from peer 39ffa52e75db44c0aeebc361403883ca ({username='slave'} at 127.0.0.1:35212)
I20260608 12:39:58.967427  4942 tablet_copy_service.cc:161] P 918e68484d144614a5c69887e8c96e1a: Beginning new tablet copy session on tablet 3abf76d630274549bf90fc0cc6624c88 from peer 39ffa52e75db44c0aeebc361403883ca at {username='slave'} at 127.0.0.1:35212: session id = 39ffa52e75db44c0aeebc361403883ca-3abf76d630274549bf90fc0cc6624c88
I20260608 12:39:58.972401  4942 tablet_copy_source_session.cc:215] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:58.975203  5720 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3abf76d630274549bf90fc0cc6624c88. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:58.985500  5720 tablet_copy_client.cc:806] T 3abf76d630274549bf90fc0cc6624c88 P 39ffa52e75db44c0aeebc361403883ca: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:58.986004  5720 tablet_copy_client.cc:670] T 3abf76d630274549bf90fc0cc6624c88 P 39ffa52e75db44c0aeebc361403883ca: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:58.989521  5721 tablet_copy_client.cc:1025] T 3abf76d630274549bf90fc0cc6624c88 P 39ffa52e75db44c0aeebc361403883ca: tablet copy: Injecting latency into file download: 2000
I20260608 12:39:59.104221  5725 ts_tablet_manager.cc:933] T dd08c0f98d8a432b89d0b07d1c2f8a59 P a1dc3463dd4b4330954d513a964be450: Initiating tablet copy from peer 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417)
I20260608 12:39:59.105849  5725 tablet_copy_client.cc:323] T dd08c0f98d8a432b89d0b07d1c2f8a59 P a1dc3463dd4b4330954d513a964be450: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:42417
I20260608 12:39:59.107295  4942 tablet_copy_service.cc:140] P 918e68484d144614a5c69887e8c96e1a: Received BeginTabletCopySession request for tablet dd08c0f98d8a432b89d0b07d1c2f8a59 from peer a1dc3463dd4b4330954d513a964be450 ({username='slave'} at 127.0.0.1:35206)
I20260608 12:39:59.107717  4942 tablet_copy_service.cc:161] P 918e68484d144614a5c69887e8c96e1a: Beginning new tablet copy session on tablet dd08c0f98d8a432b89d0b07d1c2f8a59 from peer a1dc3463dd4b4330954d513a964be450 at {username='slave'} at 127.0.0.1:35206: session id = a1dc3463dd4b4330954d513a964be450-dd08c0f98d8a432b89d0b07d1c2f8a59
I20260608 12:39:59.112799  4942 tablet_copy_source_session.cc:215] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:59.115494  5725 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dd08c0f98d8a432b89d0b07d1c2f8a59. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:59.127552  5725 tablet_copy_client.cc:806] T dd08c0f98d8a432b89d0b07d1c2f8a59 P a1dc3463dd4b4330954d513a964be450: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:59.128118  5725 tablet_copy_client.cc:670] T dd08c0f98d8a432b89d0b07d1c2f8a59 P a1dc3463dd4b4330954d513a964be450: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:59.131701  5726 tablet_copy_client.cc:1025] T dd08c0f98d8a432b89d0b07d1c2f8a59 P a1dc3463dd4b4330954d513a964be450: tablet copy: Injecting latency into file download: 2000
I20260608 12:39:59.147908   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:39:59.161046   431 tablet_copy_service.cc:362] P 918e68484d144614a5c69887e8c96e1a: Destroying tablet copy session a1dc3463dd4b4330954d513a964be450-dd08c0f98d8a432b89d0b07d1c2f8a59 due to service shutdown
I20260608 12:39:59.161430   431 tablet_copy_service.cc:434] P 918e68484d144614a5c69887e8c96e1a: ending tablet copy session a1dc3463dd4b4330954d513a964be450-dd08c0f98d8a432b89d0b07d1c2f8a59 on tablet dd08c0f98d8a432b89d0b07d1c2f8a59 with peer a1dc3463dd4b4330954d513a964be450
I20260608 12:39:59.161899   431 tablet_copy_service.cc:362] P 918e68484d144614a5c69887e8c96e1a: Destroying tablet copy session 39ffa52e75db44c0aeebc361403883ca-3abf76d630274549bf90fc0cc6624c88 due to service shutdown
I20260608 12:39:59.162119   431 tablet_copy_service.cc:434] P 918e68484d144614a5c69887e8c96e1a: ending tablet copy session 39ffa52e75db44c0aeebc361403883ca-3abf76d630274549bf90fc0cc6624c88 on tablet 3abf76d630274549bf90fc0cc6624c88 with peer 39ffa52e75db44c0aeebc361403883ca
I20260608 12:39:59.200263   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:59.202816   431 tablet_replica.cc:333] T 48eff60016de4b0a8c5343d0d9bd4f25 P 918e68484d144614a5c69887e8c96e1a: stopping tablet replica
I20260608 12:39:59.203713   431 raft_consensus.cc:2243] T 48eff60016de4b0a8c5343d0d9bd4f25 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:59.204542   431 raft_consensus.cc:2272] T 48eff60016de4b0a8c5343d0d9bd4f25 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:59.208114   431 tablet_replica.cc:333] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a: stopping tablet replica
I20260608 12:39:59.208983   431 raft_consensus.cc:2243] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:59.210345   431 raft_consensus.cc:2272] T 3abf76d630274549bf90fc0cc6624c88 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:59.214295   431 tablet_replica.cc:333] T 5a4af6fe0952465fad24e84a648906e8 P 918e68484d144614a5c69887e8c96e1a: stopping tablet replica
I20260608 12:39:59.215147   431 raft_consensus.cc:2243] T 5a4af6fe0952465fad24e84a648906e8 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:59.216347   431 raft_consensus.cc:2272] T 5a4af6fe0952465fad24e84a648906e8 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:59.219847   431 tablet_replica.cc:333] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a: stopping tablet replica
I20260608 12:39:59.220582   431 raft_consensus.cc:2243] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:59.221750   431 raft_consensus.cc:2272] T 6aa3473425c44520a8a10cdcff3e69ed P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:59.225557   431 tablet_replica.cc:333] T 3be86101e7a94a12ba972cc138548ae3 P 918e68484d144614a5c69887e8c96e1a: stopping tablet replica
I20260608 12:39:59.226358   431 raft_consensus.cc:2243] T 3be86101e7a94a12ba972cc138548ae3 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:59.227226   431 raft_consensus.cc:2272] T 3be86101e7a94a12ba972cc138548ae3 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:39:59.229198  5045 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer
W20260608 12:39:59.233233  5045 consensus_peers.cc:597] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 -> Peer 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417): Couldn't send request to peer 918e68484d144614a5c69887e8c96e1a. 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:39:59.233390   431 tablet_replica.cc:333] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a: stopping tablet replica
I20260608 12:39:59.234100   431 raft_consensus.cc:2243] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:59.235280   431 raft_consensus.cc:2272] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:59.240197   431 tablet_replica.cc:333] T db8540efb9cb4cfda4008f2363a58700 P 918e68484d144614a5c69887e8c96e1a: stopping tablet replica
I20260608 12:39:59.241410   431 raft_consensus.cc:2243] T db8540efb9cb4cfda4008f2363a58700 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:59.242336   431 raft_consensus.cc:2272] T db8540efb9cb4cfda4008f2363a58700 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:59.245810   431 tablet_replica.cc:333] T 73b4d3096e3a4e13abc896a9beced29c P 918e68484d144614a5c69887e8c96e1a: stopping tablet replica
I20260608 12:39:59.246500   431 raft_consensus.cc:2243] T 73b4d3096e3a4e13abc896a9beced29c P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:59.247290   431 raft_consensus.cc:2272] T 73b4d3096e3a4e13abc896a9beced29c P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:59.252249   431 tablet_replica.cc:333] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a: stopping tablet replica
I20260608 12:39:59.252978   431 raft_consensus.cc:2243] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:59.254079   431 raft_consensus.cc:2272] T 193cdaf720f44b21a58cf94ec7852935 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:59.259122   431 tablet_replica.cc:333] T 8ba0cdf309f545ed8875245f9ce596d3 P 918e68484d144614a5c69887e8c96e1a: stopping tablet replica
I20260608 12:39:59.259697   431 raft_consensus.cc:2243] T 8ba0cdf309f545ed8875245f9ce596d3 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:59.260490   431 raft_consensus.cc:2272] T 8ba0cdf309f545ed8875245f9ce596d3 P 918e68484d144614a5c69887e8c96e1a [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:39:59.260771  5045 consensus_peers.cc:597] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 -> Peer 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417): Couldn't send request to peer 918e68484d144614a5c69887e8c96e1a. 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:39:59.293686   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
W20260608 12:39:59.296770  5045 consensus_peers.cc:597] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553 -> Peer 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417): Couldn't send request to peer 918e68484d144614a5c69887e8c96e1a. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:42417: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:59.329047   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:39:59.340924   431 tablet_copy_service.cc:362] P 14d4f631a210452fb8849bea359244d9: Destroying tablet copy session a1dc3463dd4b4330954d513a964be450-73b4d3096e3a4e13abc896a9beced29c due to service shutdown
I20260608 12:39:59.341336   431 tablet_copy_service.cc:434] P 14d4f631a210452fb8849bea359244d9: ending tablet copy session a1dc3463dd4b4330954d513a964be450-73b4d3096e3a4e13abc896a9beced29c on tablet 73b4d3096e3a4e13abc896a9beced29c with peer a1dc3463dd4b4330954d513a964be450
I20260608 12:39:59.341884   431 tablet_copy_service.cc:362] P 14d4f631a210452fb8849bea359244d9: Destroying tablet copy session c44950de8c684abe9bcf0600e8754c7f-8ba0cdf309f545ed8875245f9ce596d3 due to service shutdown
I20260608 12:39:59.342168   431 tablet_copy_service.cc:434] P 14d4f631a210452fb8849bea359244d9: ending tablet copy session c44950de8c684abe9bcf0600e8754c7f-8ba0cdf309f545ed8875245f9ce596d3 on tablet 8ba0cdf309f545ed8875245f9ce596d3 with peer c44950de8c684abe9bcf0600e8754c7f
I20260608 12:39:59.371547   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:59.372602   431 tablet_replica.cc:333] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9: stopping tablet replica
I20260608 12:39:59.373597   431 raft_consensus.cc:2243] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:59.374892   431 raft_consensus.cc:2272] T 8ba0cdf309f545ed8875245f9ce596d3 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:59.378652   431 tablet_replica.cc:333] T 4ae693d7b76d46da967f881266321786 P 14d4f631a210452fb8849bea359244d9: stopping tablet replica
I20260608 12:39:59.379509   431 raft_consensus.cc:2243] T 4ae693d7b76d46da967f881266321786 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:59.380259   431 raft_consensus.cc:2272] T 4ae693d7b76d46da967f881266321786 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:59.383539   431 tablet_replica.cc:333] T 3abf76d630274549bf90fc0cc6624c88 P 14d4f631a210452fb8849bea359244d9: stopping tablet replica
I20260608 12:39:59.384270   431 raft_consensus.cc:2243] T 3abf76d630274549bf90fc0cc6624c88 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:59.384971   431 raft_consensus.cc:2272] T 3abf76d630274549bf90fc0cc6624c88 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:59.388551   431 tablet_replica.cc:333] T 6aa3473425c44520a8a10cdcff3e69ed P 14d4f631a210452fb8849bea359244d9: stopping tablet replica
I20260608 12:39:59.389289   431 raft_consensus.cc:2243] T 6aa3473425c44520a8a10cdcff3e69ed P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:59.389992   431 raft_consensus.cc:2272] T 6aa3473425c44520a8a10cdcff3e69ed P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:59.393316   431 tablet_replica.cc:333] T 3be86101e7a94a12ba972cc138548ae3 P 14d4f631a210452fb8849bea359244d9: stopping tablet replica
I20260608 12:39:59.394052   431 raft_consensus.cc:2243] T 3be86101e7a94a12ba972cc138548ae3 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:59.394752   431 raft_consensus.cc:2272] T 3be86101e7a94a12ba972cc138548ae3 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:59.398779   431 tablet_replica.cc:333] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9: stopping tablet replica
I20260608 12:39:59.399555   431 raft_consensus.cc:2243] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:59.400584   431 raft_consensus.cc:2272] T aec950aace3742759b43f98006e4aafc P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:59.403784   431 tablet_replica.cc:333] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 14d4f631a210452fb8849bea359244d9: stopping tablet replica
I20260608 12:39:59.404472   431 raft_consensus.cc:2243] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:59.405119   431 raft_consensus.cc:2272] T dd08c0f98d8a432b89d0b07d1c2f8a59 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:59.408737   431 tablet_replica.cc:333] T db8540efb9cb4cfda4008f2363a58700 P 14d4f631a210452fb8849bea359244d9: stopping tablet replica
I20260608 12:39:59.409529   431 raft_consensus.cc:2243] T db8540efb9cb4cfda4008f2363a58700 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:59.410318   431 raft_consensus.cc:2272] T db8540efb9cb4cfda4008f2363a58700 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:39:59.411031  5045 consensus_peers.cc:597] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553 -> Peer 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417): Couldn't send request to peer 918e68484d144614a5c69887e8c96e1a. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:42417: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:59.413436   431 tablet_replica.cc:333] T 193cdaf720f44b21a58cf94ec7852935 P 14d4f631a210452fb8849bea359244d9: stopping tablet replica
I20260608 12:39:59.414183   431 raft_consensus.cc:2243] T 193cdaf720f44b21a58cf94ec7852935 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:59.414970   431 raft_consensus.cc:2272] T 193cdaf720f44b21a58cf94ec7852935 P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:59.418479   431 tablet_replica.cc:333] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9: stopping tablet replica
I20260608 12:39:59.419095   431 raft_consensus.cc:2243] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:59.420436   431 raft_consensus.cc:2272] T 73b4d3096e3a4e13abc896a9beced29c P 14d4f631a210452fb8849bea359244d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:59.462407   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:39:59.491094   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:39:59.502170   431 tablet_copy_service.cc:362] P b87c8f627bcf4976ae90a62a6d472553: Destroying tablet copy session 39ffa52e75db44c0aeebc361403883ca-3be86101e7a94a12ba972cc138548ae3 due to service shutdown
I20260608 12:39:59.502594   431 tablet_copy_service.cc:434] P b87c8f627bcf4976ae90a62a6d472553: ending tablet copy session 39ffa52e75db44c0aeebc361403883ca-3be86101e7a94a12ba972cc138548ae3 on tablet 3be86101e7a94a12ba972cc138548ae3 with peer 39ffa52e75db44c0aeebc361403883ca
I20260608 12:39:59.503134   431 tablet_copy_service.cc:362] P b87c8f627bcf4976ae90a62a6d472553: Destroying tablet copy session c44950de8c684abe9bcf0600e8754c7f-db8540efb9cb4cfda4008f2363a58700 due to service shutdown
I20260608 12:39:59.503427   431 tablet_copy_service.cc:434] P b87c8f627bcf4976ae90a62a6d472553: ending tablet copy session c44950de8c684abe9bcf0600e8754c7f-db8540efb9cb4cfda4008f2363a58700 on tablet db8540efb9cb4cfda4008f2363a58700 with peer c44950de8c684abe9bcf0600e8754c7f
I20260608 12:39:59.527086   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:59.528015   431 tablet_replica.cc:333] T 8ba0cdf309f545ed8875245f9ce596d3 P b87c8f627bcf4976ae90a62a6d472553: stopping tablet replica
I20260608 12:39:59.528904   431 raft_consensus.cc:2243] T 8ba0cdf309f545ed8875245f9ce596d3 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:59.529742   431 raft_consensus.cc:2272] T 8ba0cdf309f545ed8875245f9ce596d3 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:59.533416   431 tablet_replica.cc:333] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553: stopping tablet replica
I20260608 12:39:59.534236   431 raft_consensus.cc:2243] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [term 1 LEADER]: Raft consensus shutting down.
W20260608 12:39:59.535229  5045 consensus_peers.cc:597] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553 -> Peer 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649): Couldn't send request to peer 14d4f631a210452fb8849bea359244d9. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:42649: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:59.535351   431 raft_consensus.cc:2272] T 48eff60016de4b0a8c5343d0d9bd4f25 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:59.538964   431 tablet_replica.cc:333] T aec950aace3742759b43f98006e4aafc P b87c8f627bcf4976ae90a62a6d472553: stopping tablet replica
I20260608 12:39:59.539801   431 raft_consensus.cc:2243] T aec950aace3742759b43f98006e4aafc P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:59.540925   431 raft_consensus.cc:2272] T aec950aace3742759b43f98006e4aafc P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:59.544142   431 tablet_replica.cc:333] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553: stopping tablet replica
I20260608 12:39:59.544970   431 raft_consensus.cc:2243] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:59.546049   431 raft_consensus.cc:2272] T 4ae693d7b76d46da967f881266321786 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:59.549355   431 tablet_replica.cc:333] T 3abf76d630274549bf90fc0cc6624c88 P b87c8f627bcf4976ae90a62a6d472553: stopping tablet replica
I20260608 12:39:59.550141   431 raft_consensus.cc:2243] T 3abf76d630274549bf90fc0cc6624c88 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:59.550858   431 raft_consensus.cc:2272] T 3abf76d630274549bf90fc0cc6624c88 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:59.553881   431 tablet_replica.cc:333] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553: stopping tablet replica
I20260608 12:39:59.554556   431 raft_consensus.cc:2243] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:59.555867   431 raft_consensus.cc:2272] T 3be86101e7a94a12ba972cc138548ae3 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:59.559183   431 tablet_replica.cc:333] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553: stopping tablet replica
I20260608 12:39:59.559971   431 raft_consensus.cc:2243] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:59.561017   431 raft_consensus.cc:2272] T 5a4af6fe0952465fad24e84a648906e8 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:59.564142   431 tablet_replica.cc:333] T dd08c0f98d8a432b89d0b07d1c2f8a59 P b87c8f627bcf4976ae90a62a6d472553: stopping tablet replica
I20260608 12:39:59.564845   431 raft_consensus.cc:2243] T dd08c0f98d8a432b89d0b07d1c2f8a59 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:59.565531   431 raft_consensus.cc:2272] T dd08c0f98d8a432b89d0b07d1c2f8a59 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:59.568512   431 tablet_replica.cc:333] T 73b4d3096e3a4e13abc896a9beced29c P b87c8f627bcf4976ae90a62a6d472553: stopping tablet replica
I20260608 12:39:59.569216   431 raft_consensus.cc:2243] T 73b4d3096e3a4e13abc896a9beced29c P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:59.569991   431 raft_consensus.cc:2272] T 73b4d3096e3a4e13abc896a9beced29c P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:59.572933   431 tablet_replica.cc:333] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553: stopping tablet replica
I20260608 12:39:59.573555   431 raft_consensus.cc:2243] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:59.574810   431 raft_consensus.cc:2272] T db8540efb9cb4cfda4008f2363a58700 P b87c8f627bcf4976ae90a62a6d472553 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:59.608534   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:39:59.647344   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:39:59.682669   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:00.298045  5732 raft_consensus.cc:493] T 193cdaf720f44b21a58cf94ec7852935 P a1dc3463dd4b4330954d513a964be450 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 918e68484d144614a5c69887e8c96e1a)
I20260608 12:40:00.298538  5732 raft_consensus.cc:515] T 193cdaf720f44b21a58cf94ec7852935 P a1dc3463dd4b4330954d513a964be450 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: false } }
I20260608 12:40:00.301065  5732 leader_election.cc:290] T 193cdaf720f44b21a58cf94ec7852935 P a1dc3463dd4b4330954d513a964be450 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417), 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649)
W20260608 12:40:00.307185  5418 leader_election.cc:336] T 193cdaf720f44b21a58cf94ec7852935 P a1dc3463dd4b4330954d513a964be450 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417): Network error: Client connection negotiation failed: client connection to 127.0.107.193:42417: connect: Connection refused (error 111)
W20260608 12:40:00.307796  5418 leader_election.cc:336] T 193cdaf720f44b21a58cf94ec7852935 P a1dc3463dd4b4330954d513a964be450 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649): Network error: Client connection negotiation failed: client connection to 127.0.107.194:42649: connect: Connection refused (error 111)
I20260608 12:40:00.308120  5418 leader_election.cc:304] T 193cdaf720f44b21a58cf94ec7852935 P a1dc3463dd4b4330954d513a964be450 [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: a1dc3463dd4b4330954d513a964be450; no voters: 14d4f631a210452fb8849bea359244d9, 918e68484d144614a5c69887e8c96e1a
I20260608 12:40:00.308751  5732 raft_consensus.cc:2749] T 193cdaf720f44b21a58cf94ec7852935 P a1dc3463dd4b4330954d513a964be450 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:40:00.345479  5732 raft_consensus.cc:493] T 6aa3473425c44520a8a10cdcff3e69ed P a1dc3463dd4b4330954d513a964be450 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 918e68484d144614a5c69887e8c96e1a)
I20260608 12:40:00.346063  5732 raft_consensus.cc:515] T 6aa3473425c44520a8a10cdcff3e69ed P a1dc3463dd4b4330954d513a964be450 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: false } }
I20260608 12:40:00.348377  5732 leader_election.cc:290] T 6aa3473425c44520a8a10cdcff3e69ed P a1dc3463dd4b4330954d513a964be450 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417), 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649)
W20260608 12:40:00.352558  5418 leader_election.cc:336] T 6aa3473425c44520a8a10cdcff3e69ed P a1dc3463dd4b4330954d513a964be450 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417): Network error: Client connection negotiation failed: client connection to 127.0.107.193:42417: connect: Connection refused (error 111)
W20260608 12:40:00.353253  5418 leader_election.cc:336] T 6aa3473425c44520a8a10cdcff3e69ed P a1dc3463dd4b4330954d513a964be450 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649): Network error: Client connection negotiation failed: client connection to 127.0.107.194:42649: connect: Connection refused (error 111)
I20260608 12:40:00.353569  5418 leader_election.cc:304] T 6aa3473425c44520a8a10cdcff3e69ed P a1dc3463dd4b4330954d513a964be450 [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: a1dc3463dd4b4330954d513a964be450; no voters: 14d4f631a210452fb8849bea359244d9, 918e68484d144614a5c69887e8c96e1a
I20260608 12:40:00.354157  5732 raft_consensus.cc:2749] T 6aa3473425c44520a8a10cdcff3e69ed P a1dc3463dd4b4330954d513a964be450 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:40:00.588340  5736 raft_consensus.cc:493] T 48eff60016de4b0a8c5343d0d9bd4f25 P 39ffa52e75db44c0aeebc361403883ca [term 1 FOLLOWER]: Starting pre-election (detected failure of leader b87c8f627bcf4976ae90a62a6d472553)
I20260608 12:40:00.588876  5736 raft_consensus.cc:515] T 48eff60016de4b0a8c5343d0d9bd4f25 P 39ffa52e75db44c0aeebc361403883ca [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: false } }
I20260608 12:40:00.591286  5736 leader_election.cc:290] T 48eff60016de4b0a8c5343d0d9bd4f25 P 39ffa52e75db44c0aeebc361403883ca [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417), b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383)
W20260608 12:40:00.598394  5492 leader_election.cc:336] T 48eff60016de4b0a8c5343d0d9bd4f25 P 39ffa52e75db44c0aeebc361403883ca [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417): Network error: Client connection negotiation failed: client connection to 127.0.107.193:42417: connect: Connection refused (error 111)
W20260608 12:40:00.598919  5494 leader_election.cc:336] T 48eff60016de4b0a8c5343d0d9bd4f25 P 39ffa52e75db44c0aeebc361403883ca [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383): Network error: Client connection negotiation failed: client connection to 127.0.107.195:35383: connect: Connection refused (error 111)
I20260608 12:40:00.599301  5494 leader_election.cc:304] T 48eff60016de4b0a8c5343d0d9bd4f25 P 39ffa52e75db44c0aeebc361403883ca [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: 39ffa52e75db44c0aeebc361403883ca; no voters: 918e68484d144614a5c69887e8c96e1a, b87c8f627bcf4976ae90a62a6d472553
I20260608 12:40:00.599980  5736 raft_consensus.cc:2749] T 48eff60016de4b0a8c5343d0d9bd4f25 P 39ffa52e75db44c0aeebc361403883ca [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:40:00.739151  5710 tablet_copy_client.cc:538] T db8540efb9cb4cfda4008f2363a58700 P c44950de8c684abe9bcf0600e8754c7f: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:00.748284  5710 tablet_bootstrap.cc:492] T db8540efb9cb4cfda4008f2363a58700 P c44950de8c684abe9bcf0600e8754c7f: Bootstrap starting.
I20260608 12:40:00.757052  5736 raft_consensus.cc:493] T 4ae693d7b76d46da967f881266321786 P 39ffa52e75db44c0aeebc361403883ca [term 1 FOLLOWER]: Starting pre-election (detected failure of leader b87c8f627bcf4976ae90a62a6d472553)
I20260608 12:40:00.757543  5736 raft_consensus.cc:515] T 4ae693d7b76d46da967f881266321786 P 39ffa52e75db44c0aeebc361403883ca [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: false } }
I20260608 12:40:00.759570  5736 leader_election.cc:290] T 4ae693d7b76d46da967f881266321786 P 39ffa52e75db44c0aeebc361403883ca [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649), b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383)
W20260608 12:40:00.764075  5492 leader_election.cc:336] T 4ae693d7b76d46da967f881266321786 P 39ffa52e75db44c0aeebc361403883ca [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649): Network error: Client connection negotiation failed: client connection to 127.0.107.194:42649: connect: Connection refused (error 111)
W20260608 12:40:00.765426  5494 leader_election.cc:336] T 4ae693d7b76d46da967f881266321786 P 39ffa52e75db44c0aeebc361403883ca [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383): Network error: Client connection negotiation failed: client connection to 127.0.107.195:35383: connect: Connection refused (error 111)
I20260608 12:40:00.765771  5494 leader_election.cc:304] T 4ae693d7b76d46da967f881266321786 P 39ffa52e75db44c0aeebc361403883ca [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: 39ffa52e75db44c0aeebc361403883ca; no voters: 14d4f631a210452fb8849bea359244d9, b87c8f627bcf4976ae90a62a6d472553
I20260608 12:40:00.766373  5736 raft_consensus.cc:2749] T 4ae693d7b76d46da967f881266321786 P 39ffa52e75db44c0aeebc361403883ca [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:40:00.818480  5712 tablet_copy_client.cc:538] T 3be86101e7a94a12ba972cc138548ae3 P 39ffa52e75db44c0aeebc361403883ca: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:00.825810  5712 tablet_bootstrap.cc:492] T 3be86101e7a94a12ba972cc138548ae3 P 39ffa52e75db44c0aeebc361403883ca: Bootstrap starting.
I20260608 12:40:00.863793  5741 raft_consensus.cc:493] T aec950aace3742759b43f98006e4aafc P c44950de8c684abe9bcf0600e8754c7f [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 14d4f631a210452fb8849bea359244d9)
I20260608 12:40:00.864717  5741 raft_consensus.cc:515] T aec950aace3742759b43f98006e4aafc P c44950de8c684abe9bcf0600e8754c7f [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: false } }
I20260608 12:40:00.871876  5741 leader_election.cc:290] T aec950aace3742759b43f98006e4aafc P c44950de8c684abe9bcf0600e8754c7f [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649), b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383)
W20260608 12:40:00.900727  5345 leader_election.cc:336] T aec950aace3742759b43f98006e4aafc P c44950de8c684abe9bcf0600e8754c7f [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383): Network error: Client connection negotiation failed: client connection to 127.0.107.195:35383: connect: Connection refused (error 111)
W20260608 12:40:00.904054  5343 leader_election.cc:336] T aec950aace3742759b43f98006e4aafc P c44950de8c684abe9bcf0600e8754c7f [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 14d4f631a210452fb8849bea359244d9 (127.0.107.194:42649): Network error: Client connection negotiation failed: client connection to 127.0.107.194:42649: connect: Connection refused (error 111)
I20260608 12:40:00.904599  5343 leader_election.cc:304] T aec950aace3742759b43f98006e4aafc P c44950de8c684abe9bcf0600e8754c7f [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: c44950de8c684abe9bcf0600e8754c7f; no voters: 14d4f631a210452fb8849bea359244d9, b87c8f627bcf4976ae90a62a6d472553
I20260608 12:40:00.905470  5741 raft_consensus.cc:2749] T aec950aace3742759b43f98006e4aafc P c44950de8c684abe9bcf0600e8754c7f [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:40:00.906955  5710 tablet_bootstrap.cc:492] T db8540efb9cb4cfda4008f2363a58700 P c44950de8c684abe9bcf0600e8754c7f: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=111 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:00.907680  5710 tablet_bootstrap.cc:492] T db8540efb9cb4cfda4008f2363a58700 P c44950de8c684abe9bcf0600e8754c7f: Bootstrap complete.
I20260608 12:40:00.908213  5710 ts_tablet_manager.cc:1403] T db8540efb9cb4cfda4008f2363a58700 P c44950de8c684abe9bcf0600e8754c7f: Time spent bootstrapping tablet: real 0.160s	user 0.147s	sys 0.009s
I20260608 12:40:00.910393  5710 raft_consensus.cc:359] T db8540efb9cb4cfda4008f2363a58700 P c44950de8c684abe9bcf0600e8754c7f [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: true } }
I20260608 12:40:00.910908  5710 raft_consensus.cc:740] T db8540efb9cb4cfda4008f2363a58700 P c44950de8c684abe9bcf0600e8754c7f [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: c44950de8c684abe9bcf0600e8754c7f, State: Initialized, Role: LEARNER
I20260608 12:40:00.911391  5710 consensus_queue.cc:260] T db8540efb9cb4cfda4008f2363a58700 P c44950de8c684abe9bcf0600e8754c7f [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: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: true } }
I20260608 12:40:00.912981  5710 ts_tablet_manager.cc:1434] T db8540efb9cb4cfda4008f2363a58700 P c44950de8c684abe9bcf0600e8754c7f: Time spent starting tablet: real 0.005s	user 0.008s	sys 0.000s
W20260608 12:40:00.915170  5710 tablet_copy_client.cc:1131] T db8540efb9cb4cfda4008f2363a58700 P c44950de8c684abe9bcf0600e8754c7f: 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:35383: connect: Connection refused (error 111)
I20260608 12:40:00.935822  5716 tablet_copy_client.cc:538] T 8ba0cdf309f545ed8875245f9ce596d3 P c44950de8c684abe9bcf0600e8754c7f: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:00.942237  5716 tablet_bootstrap.cc:492] T 8ba0cdf309f545ed8875245f9ce596d3 P c44950de8c684abe9bcf0600e8754c7f: Bootstrap starting.
I20260608 12:40:00.949852  5714 tablet_copy_client.cc:538] T 73b4d3096e3a4e13abc896a9beced29c P a1dc3463dd4b4330954d513a964be450: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:00.960073  5714 tablet_bootstrap.cc:492] T 73b4d3096e3a4e13abc896a9beced29c P a1dc3463dd4b4330954d513a964be450: Bootstrap starting.
I20260608 12:40:00.990374  5720 tablet_copy_client.cc:538] T 3abf76d630274549bf90fc0cc6624c88 P 39ffa52e75db44c0aeebc361403883ca: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:00.999007  5712 tablet_bootstrap.cc:492] T 3be86101e7a94a12ba972cc138548ae3 P 39ffa52e75db44c0aeebc361403883ca: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=92 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:01.000061  5712 tablet_bootstrap.cc:492] T 3be86101e7a94a12ba972cc138548ae3 P 39ffa52e75db44c0aeebc361403883ca: Bootstrap complete.
I20260608 12:40:01.001055  5712 ts_tablet_manager.cc:1403] T 3be86101e7a94a12ba972cc138548ae3 P 39ffa52e75db44c0aeebc361403883ca: Time spent bootstrapping tablet: real 0.175s	user 0.122s	sys 0.029s
I20260608 12:40:01.003960  5712 raft_consensus.cc:359] T 3be86101e7a94a12ba972cc138548ae3 P 39ffa52e75db44c0aeebc361403883ca [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: true } }
I20260608 12:40:01.004740  5712 raft_consensus.cc:740] T 3be86101e7a94a12ba972cc138548ae3 P 39ffa52e75db44c0aeebc361403883ca [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 39ffa52e75db44c0aeebc361403883ca, State: Initialized, Role: LEARNER
I20260608 12:40:01.005461  5712 consensus_queue.cc:260] T 3be86101e7a94a12ba972cc138548ae3 P 39ffa52e75db44c0aeebc361403883ca [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: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: true } }
I20260608 12:40:01.000200  5720 tablet_bootstrap.cc:492] T 3abf76d630274549bf90fc0cc6624c88 P 39ffa52e75db44c0aeebc361403883ca: Bootstrap starting.
I20260608 12:40:01.010305  5712 ts_tablet_manager.cc:1434] T 3be86101e7a94a12ba972cc138548ae3 P 39ffa52e75db44c0aeebc361403883ca: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
W20260608 12:40:01.013469  5712 tablet_copy_client.cc:1131] T 3be86101e7a94a12ba972cc138548ae3 P 39ffa52e75db44c0aeebc361403883ca: 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:35383: connect: Connection refused (error 111)
I20260608 12:40:01.015133  5741 raft_consensus.cc:493] T 5a4af6fe0952465fad24e84a648906e8 P c44950de8c684abe9bcf0600e8754c7f [term 1 FOLLOWER]: Starting pre-election (detected failure of leader b87c8f627bcf4976ae90a62a6d472553)
I20260608 12:40:01.015702  5741 raft_consensus.cc:515] T 5a4af6fe0952465fad24e84a648906e8 P c44950de8c684abe9bcf0600e8754c7f [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: false } }
I20260608 12:40:01.019678  5741 leader_election.cc:290] T 5a4af6fe0952465fad24e84a648906e8 P c44950de8c684abe9bcf0600e8754c7f [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417), b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383)
W20260608 12:40:01.030030  5343 leader_election.cc:336] T 5a4af6fe0952465fad24e84a648906e8 P c44950de8c684abe9bcf0600e8754c7f [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 918e68484d144614a5c69887e8c96e1a (127.0.107.193:42417): Network error: Client connection negotiation failed: client connection to 127.0.107.193:42417: connect: Connection refused (error 111)
W20260608 12:40:01.031041  5345 leader_election.cc:336] T 5a4af6fe0952465fad24e84a648906e8 P c44950de8c684abe9bcf0600e8754c7f [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b87c8f627bcf4976ae90a62a6d472553 (127.0.107.195:35383): Network error: Client connection negotiation failed: client connection to 127.0.107.195:35383: connect: Connection refused (error 111)
I20260608 12:40:01.031551  5345 leader_election.cc:304] T 5a4af6fe0952465fad24e84a648906e8 P c44950de8c684abe9bcf0600e8754c7f [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: c44950de8c684abe9bcf0600e8754c7f; no voters: 918e68484d144614a5c69887e8c96e1a, b87c8f627bcf4976ae90a62a6d472553
I20260608 12:40:01.032938  5741 raft_consensus.cc:2749] T 5a4af6fe0952465fad24e84a648906e8 P c44950de8c684abe9bcf0600e8754c7f [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:40:01.132596  5725 tablet_copy_client.cc:538] T dd08c0f98d8a432b89d0b07d1c2f8a59 P a1dc3463dd4b4330954d513a964be450: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:01.139546  5716 tablet_bootstrap.cc:492] T 8ba0cdf309f545ed8875245f9ce596d3 P c44950de8c684abe9bcf0600e8754c7f: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=108 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:01.140509  5716 tablet_bootstrap.cc:492] T 8ba0cdf309f545ed8875245f9ce596d3 P c44950de8c684abe9bcf0600e8754c7f: Bootstrap complete.
I20260608 12:40:01.141273  5716 ts_tablet_manager.cc:1403] T 8ba0cdf309f545ed8875245f9ce596d3 P c44950de8c684abe9bcf0600e8754c7f: Time spent bootstrapping tablet: real 0.199s	user 0.153s	sys 0.016s
I20260608 12:40:01.141630  5725 tablet_bootstrap.cc:492] T dd08c0f98d8a432b89d0b07d1c2f8a59 P a1dc3463dd4b4330954d513a964be450: Bootstrap starting.
I20260608 12:40:01.144081  5716 raft_consensus.cc:359] T 8ba0cdf309f545ed8875245f9ce596d3 P c44950de8c684abe9bcf0600e8754c7f [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: true } }
I20260608 12:40:01.144959  5716 raft_consensus.cc:740] T 8ba0cdf309f545ed8875245f9ce596d3 P c44950de8c684abe9bcf0600e8754c7f [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: c44950de8c684abe9bcf0600e8754c7f, State: Initialized, Role: LEARNER
I20260608 12:40:01.145628  5716 consensus_queue.cc:260] T 8ba0cdf309f545ed8875245f9ce596d3 P c44950de8c684abe9bcf0600e8754c7f [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: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } attrs { replace: true } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "c44950de8c684abe9bcf0600e8754c7f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39437 } attrs { promote: true } }
I20260608 12:40:01.148013  5716 ts_tablet_manager.cc:1434] T 8ba0cdf309f545ed8875245f9ce596d3 P c44950de8c684abe9bcf0600e8754c7f: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.001s
W20260608 12:40:01.151362  5716 tablet_copy_client.cc:1131] T 8ba0cdf309f545ed8875245f9ce596d3 P c44950de8c684abe9bcf0600e8754c7f: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.107.194:42649: connect: Connection refused (error 111)
I20260608 12:40:01.153748   431 tablet_replica.cc:333] T db8540efb9cb4cfda4008f2363a58700 P c44950de8c684abe9bcf0600e8754c7f: stopping tablet replica
I20260608 12:40:01.154647   431 raft_consensus.cc:2243] T db8540efb9cb4cfda4008f2363a58700 P c44950de8c684abe9bcf0600e8754c7f [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:40:01.143671  5714 tablet_bootstrap.cc:492] T 73b4d3096e3a4e13abc896a9beced29c P a1dc3463dd4b4330954d513a964be450: Bootstrap replayed 1/1 log segments. Stats: ops{read=25 overwritten=0 applied=25 ignored=0} inserts{seen=86 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:01.155257   431 raft_consensus.cc:2272] T db8540efb9cb4cfda4008f2363a58700 P c44950de8c684abe9bcf0600e8754c7f [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:40:01.155766  5714 tablet_bootstrap.cc:492] T 73b4d3096e3a4e13abc896a9beced29c P a1dc3463dd4b4330954d513a964be450: Bootstrap complete.
I20260608 12:40:01.156515  5714 ts_tablet_manager.cc:1403] T 73b4d3096e3a4e13abc896a9beced29c P a1dc3463dd4b4330954d513a964be450: Time spent bootstrapping tablet: real 0.197s	user 0.159s	sys 0.025s
I20260608 12:40:01.158581   431 tablet_replica.cc:333] T 5a4af6fe0952465fad24e84a648906e8 P c44950de8c684abe9bcf0600e8754c7f: stopping tablet replica
I20260608 12:40:01.159489   431 raft_consensus.cc:2243] T 5a4af6fe0952465fad24e84a648906e8 P c44950de8c684abe9bcf0600e8754c7f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:01.159160  5714 raft_consensus.cc:359] T 73b4d3096e3a4e13abc896a9beced29c P a1dc3463dd4b4330954d513a964be450 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: true } }
I20260608 12:40:01.160003  5714 raft_consensus.cc:740] T 73b4d3096e3a4e13abc896a9beced29c P a1dc3463dd4b4330954d513a964be450 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: a1dc3463dd4b4330954d513a964be450, State: Initialized, Role: LEARNER
I20260608 12:40:01.160341   431 raft_consensus.cc:2272] T 5a4af6fe0952465fad24e84a648906e8 P c44950de8c684abe9bcf0600e8754c7f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:01.160643  5714 consensus_queue.cc:260] T 73b4d3096e3a4e13abc896a9beced29c P a1dc3463dd4b4330954d513a964be450 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 25, Last appended: 1.25, Last appended by leader: 25, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: true } }
I20260608 12:40:01.163867   431 tablet_replica.cc:333] T 8ba0cdf309f545ed8875245f9ce596d3 P c44950de8c684abe9bcf0600e8754c7f: stopping tablet replica
I20260608 12:40:01.164667   431 raft_consensus.cc:2243] T 8ba0cdf309f545ed8875245f9ce596d3 P c44950de8c684abe9bcf0600e8754c7f [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:40:01.165184   431 raft_consensus.cc:2272] T 8ba0cdf309f545ed8875245f9ce596d3 P c44950de8c684abe9bcf0600e8754c7f [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:40:01.168052   431 tablet_replica.cc:333] T aec950aace3742759b43f98006e4aafc P c44950de8c684abe9bcf0600e8754c7f: stopping tablet replica
I20260608 12:40:01.168725   431 raft_consensus.cc:2243] T aec950aace3742759b43f98006e4aafc P c44950de8c684abe9bcf0600e8754c7f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:01.169488   431 raft_consensus.cc:2272] T aec950aace3742759b43f98006e4aafc P c44950de8c684abe9bcf0600e8754c7f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:01.178102  5714 ts_tablet_manager.cc:1434] T 73b4d3096e3a4e13abc896a9beced29c P a1dc3463dd4b4330954d513a964be450: Time spent starting tablet: real 0.021s	user 0.010s	sys 0.000s
I20260608 12:40:01.187458  5720 tablet_bootstrap.cc:492] T 3abf76d630274549bf90fc0cc6624c88 P 39ffa52e75db44c0aeebc361403883ca: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=107 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:01.188438  5720 tablet_bootstrap.cc:492] T 3abf76d630274549bf90fc0cc6624c88 P 39ffa52e75db44c0aeebc361403883ca: Bootstrap complete.
I20260608 12:40:01.189162  5720 ts_tablet_manager.cc:1403] T 3abf76d630274549bf90fc0cc6624c88 P 39ffa52e75db44c0aeebc361403883ca: Time spent bootstrapping tablet: real 0.189s	user 0.158s	sys 0.004s
I20260608 12:40:01.191905  5720 raft_consensus.cc:359] T 3abf76d630274549bf90fc0cc6624c88 P 39ffa52e75db44c0aeebc361403883ca [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: true } }
I20260608 12:40:01.192664  5720 raft_consensus.cc:740] T 3abf76d630274549bf90fc0cc6624c88 P 39ffa52e75db44c0aeebc361403883ca [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 39ffa52e75db44c0aeebc361403883ca, State: Initialized, Role: LEARNER
I20260608 12:40:01.193310  5720 consensus_queue.cc:260] T 3abf76d630274549bf90fc0cc6624c88 P 39ffa52e75db44c0aeebc361403883ca [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: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } attrs { replace: true } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } } peers { permanent_uuid: "39ffa52e75db44c0aeebc361403883ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 41473 } attrs { promote: true } }
I20260608 12:40:01.196287  5720 ts_tablet_manager.cc:1434] T 3abf76d630274549bf90fc0cc6624c88 P 39ffa52e75db44c0aeebc361403883ca: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
W20260608 12:40:01.199087  5714 tablet_copy_client.cc:1131] T 73b4d3096e3a4e13abc896a9beced29c P a1dc3463dd4b4330954d513a964be450: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.107.194:42649: connect: Connection refused (error 111)
W20260608 12:40:01.206753  5720 tablet_copy_client.cc:1131] T 3abf76d630274549bf90fc0cc6624c88 P 39ffa52e75db44c0aeebc361403883ca: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.107.193:42417: connect: Connection refused (error 111)
I20260608 12:40:01.213246   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:40:01.234093   431 tablet_server.cc:179] TabletServer@127.0.107.197:0 shutting down...
I20260608 12:40:01.266047   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:01.308919  5725 tablet_bootstrap.cc:492] T dd08c0f98d8a432b89d0b07d1c2f8a59 P a1dc3463dd4b4330954d513a964be450: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=112 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:01.309612  5725 tablet_bootstrap.cc:492] T dd08c0f98d8a432b89d0b07d1c2f8a59 P a1dc3463dd4b4330954d513a964be450: Bootstrap complete.
I20260608 12:40:01.310127  5725 ts_tablet_manager.cc:1403] T dd08c0f98d8a432b89d0b07d1c2f8a59 P a1dc3463dd4b4330954d513a964be450: Time spent bootstrapping tablet: real 0.169s	user 0.120s	sys 0.011s
I20260608 12:40:01.312229  5725 raft_consensus.cc:359] T dd08c0f98d8a432b89d0b07d1c2f8a59 P a1dc3463dd4b4330954d513a964be450 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: true } }
I20260608 12:40:01.312736  5725 raft_consensus.cc:740] T dd08c0f98d8a432b89d0b07d1c2f8a59 P a1dc3463dd4b4330954d513a964be450 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: a1dc3463dd4b4330954d513a964be450, State: Initialized, Role: LEARNER
I20260608 12:40:01.313274  5725 consensus_queue.cc:260] T dd08c0f98d8a432b89d0b07d1c2f8a59 P a1dc3463dd4b4330954d513a964be450 [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: "918e68484d144614a5c69887e8c96e1a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42417 } } peers { permanent_uuid: "14d4f631a210452fb8849bea359244d9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42649 } } peers { permanent_uuid: "b87c8f627bcf4976ae90a62a6d472553" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35383 } attrs { replace: true } } peers { permanent_uuid: "a1dc3463dd4b4330954d513a964be450" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36409 } attrs { promote: true } }
I20260608 12:40:01.314785  5725 ts_tablet_manager.cc:1434] T dd08c0f98d8a432b89d0b07d1c2f8a59 P a1dc3463dd4b4330954d513a964be450: Time spent starting tablet: real 0.004s	user 0.004s	sys 0.000s
W20260608 12:40:01.317181  5725 tablet_copy_client.cc:1131] T dd08c0f98d8a432b89d0b07d1c2f8a59 P a1dc3463dd4b4330954d513a964be450: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.107.193:42417: connect: Connection refused (error 111)
I20260608 12:40:01.318886   431 tablet_replica.cc:333] T dd08c0f98d8a432b89d0b07d1c2f8a59 P a1dc3463dd4b4330954d513a964be450: stopping tablet replica
I20260608 12:40:01.319478   431 raft_consensus.cc:2243] T dd08c0f98d8a432b89d0b07d1c2f8a59 P a1dc3463dd4b4330954d513a964be450 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:40:01.319854   431 raft_consensus.cc:2272] T dd08c0f98d8a432b89d0b07d1c2f8a59 P a1dc3463dd4b4330954d513a964be450 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:40:01.322218   431 tablet_replica.cc:333] T 193cdaf720f44b21a58cf94ec7852935 P a1dc3463dd4b4330954d513a964be450: stopping tablet replica
I20260608 12:40:01.322809   431 raft_consensus.cc:2243] T 193cdaf720f44b21a58cf94ec7852935 P a1dc3463dd4b4330954d513a964be450 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:01.323359   431 raft_consensus.cc:2272] T 193cdaf720f44b21a58cf94ec7852935 P a1dc3463dd4b4330954d513a964be450 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:01.325594   431 tablet_replica.cc:333] T 73b4d3096e3a4e13abc896a9beced29c P a1dc3463dd4b4330954d513a964be450: stopping tablet replica
I20260608 12:40:01.326062   431 raft_consensus.cc:2243] T 73b4d3096e3a4e13abc896a9beced29c P a1dc3463dd4b4330954d513a964be450 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:40:01.326411   431 raft_consensus.cc:2272] T 73b4d3096e3a4e13abc896a9beced29c P a1dc3463dd4b4330954d513a964be450 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:40:01.328547   431 tablet_replica.cc:333] T 6aa3473425c44520a8a10cdcff3e69ed P a1dc3463dd4b4330954d513a964be450: stopping tablet replica
I20260608 12:40:01.329064   431 raft_consensus.cc:2243] T 6aa3473425c44520a8a10cdcff3e69ed P a1dc3463dd4b4330954d513a964be450 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:01.329572   431 raft_consensus.cc:2272] T 6aa3473425c44520a8a10cdcff3e69ed P a1dc3463dd4b4330954d513a964be450 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:01.352638   431 tablet_server.cc:196] TabletServer@127.0.107.197:0 shutdown complete.
I20260608 12:40:01.369273   431 tablet_server.cc:179] TabletServer@127.0.107.198:0 shutting down...
I20260608 12:40:01.401201   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:01.402371   431 tablet_replica.cc:333] T 3abf76d630274549bf90fc0cc6624c88 P 39ffa52e75db44c0aeebc361403883ca: stopping tablet replica
I20260608 12:40:01.403191   431 raft_consensus.cc:2243] T 3abf76d630274549bf90fc0cc6624c88 P 39ffa52e75db44c0aeebc361403883ca [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:40:01.403683   431 raft_consensus.cc:2272] T 3abf76d630274549bf90fc0cc6624c88 P 39ffa52e75db44c0aeebc361403883ca [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:40:01.406780   431 tablet_replica.cc:333] T 3be86101e7a94a12ba972cc138548ae3 P 39ffa52e75db44c0aeebc361403883ca: stopping tablet replica
I20260608 12:40:01.407460   431 raft_consensus.cc:2243] T 3be86101e7a94a12ba972cc138548ae3 P 39ffa52e75db44c0aeebc361403883ca [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:40:01.407917   431 raft_consensus.cc:2272] T 3be86101e7a94a12ba972cc138548ae3 P 39ffa52e75db44c0aeebc361403883ca [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:40:01.410562   431 tablet_replica.cc:333] T 48eff60016de4b0a8c5343d0d9bd4f25 P 39ffa52e75db44c0aeebc361403883ca: stopping tablet replica
I20260608 12:40:01.411201   431 raft_consensus.cc:2243] T 48eff60016de4b0a8c5343d0d9bd4f25 P 39ffa52e75db44c0aeebc361403883ca [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:01.411899   431 raft_consensus.cc:2272] T 48eff60016de4b0a8c5343d0d9bd4f25 P 39ffa52e75db44c0aeebc361403883ca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:01.414976   431 tablet_replica.cc:333] T 4ae693d7b76d46da967f881266321786 P 39ffa52e75db44c0aeebc361403883ca: stopping tablet replica
I20260608 12:40:01.415577   431 raft_consensus.cc:2243] T 4ae693d7b76d46da967f881266321786 P 39ffa52e75db44c0aeebc361403883ca [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:01.416139   431 raft_consensus.cc:2272] T 4ae693d7b76d46da967f881266321786 P 39ffa52e75db44c0aeebc361403883ca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:01.440866   431 tablet_server.cc:196] TabletServer@127.0.107.198:0 shutdown complete.
I20260608 12:40:01.456156   431 master.cc:562] Master@127.0.107.254:43069 shutting down...
W20260608 12:40:01.480048  4878 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:40:01.480291  4878 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:40:01.480485  4878 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:40:01.481784   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 9b5cd191b94648bc887420196dd97a26 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:01.482317   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 9b5cd191b94648bc887420196dd97a26 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:01.482676   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 9b5cd191b94648bc887420196dd97a26: stopping tablet replica
I20260608 12:40:01.503770   431 master.cc:584] Master@127.0.107.254:43069 shutdown complete.
[       OK ] AutoRebalancerTest.TestMaxMovesPerServer (17176 ms)
[ RUN      ] AutoRebalancerTest.AutoRebalancingUnstableCluster
I20260608 12:40:01.549045   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:32995
I20260608 12:40:01.550288   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:01.555994  5752 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:01.556433  5753 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:01.557266  5755 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:01.557391   431 server_base.cc:1061] running on GCE node
I20260608 12:40:01.558594   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:01.558776   431 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:01.558892   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922401558881 us; error 0 us; skew 500 ppm
I20260608 12:40:01.559401   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:01.562001   431 webserver.cc:533] Webserver started at http://127.0.107.254:46483/ using document root <none> and password file <none>
I20260608 12:40:01.562489   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:01.562644   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:01.562858   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:01.564008   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922266998516-431-0/minicluster-data/master-0-root/instance:
uuid: "cb1f04e6760846e495bc8752fe5173df"
format_stamp: "Formatted at 2026-06-08 12:40:01 on dist-test-slave-3g00"
I20260608 12:40:01.568460   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260608 12:40:01.572117  5760 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:01.572878   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:40:01.573156   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922266998516-431-0/minicluster-data/master-0-root
uuid: "cb1f04e6760846e495bc8752fe5173df"
format_stamp: "Formatted at 2026-06-08 12:40:01 on dist-test-slave-3g00"
I20260608 12:40:01.573400   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922266998516-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922266998516-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922266998516-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:01.604605   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:01.605872   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:01.644140   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:32995
I20260608 12:40:01.644261  5811 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:32995 every 8 connection(s)
I20260608 12:40:01.648150  5812 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:01.657752  5812 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cb1f04e6760846e495bc8752fe5173df: Bootstrap starting.
I20260608 12:40:01.662410  5812 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P cb1f04e6760846e495bc8752fe5173df: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:01.666532  5812 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cb1f04e6760846e495bc8752fe5173df: No bootstrap required, opened a new log
I20260608 12:40:01.668655  5812 raft_consensus.cc:359] T 00000000000000000000000000000000 P cb1f04e6760846e495bc8752fe5173df [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cb1f04e6760846e495bc8752fe5173df" member_type: VOTER }
I20260608 12:40:01.669052  5812 raft_consensus.cc:385] T 00000000000000000000000000000000 P cb1f04e6760846e495bc8752fe5173df [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:01.669266  5812 raft_consensus.cc:740] T 00000000000000000000000000000000 P cb1f04e6760846e495bc8752fe5173df [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cb1f04e6760846e495bc8752fe5173df, State: Initialized, Role: FOLLOWER
I20260608 12:40:01.669829  5812 consensus_queue.cc:260] T 00000000000000000000000000000000 P cb1f04e6760846e495bc8752fe5173df [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "cb1f04e6760846e495bc8752fe5173df" member_type: VOTER }
I20260608 12:40:01.670305  5812 raft_consensus.cc:399] T 00000000000000000000000000000000 P cb1f04e6760846e495bc8752fe5173df [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:40:01.670518  5812 raft_consensus.cc:493] T 00000000000000000000000000000000 P cb1f04e6760846e495bc8752fe5173df [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:40:01.670734  5812 raft_consensus.cc:3060] T 00000000000000000000000000000000 P cb1f04e6760846e495bc8752fe5173df [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:01.675143  5812 raft_consensus.cc:515] T 00000000000000000000000000000000 P cb1f04e6760846e495bc8752fe5173df [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cb1f04e6760846e495bc8752fe5173df" member_type: VOTER }
I20260608 12:40:01.675616  5812 leader_election.cc:304] T 00000000000000000000000000000000 P cb1f04e6760846e495bc8752fe5173df [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: cb1f04e6760846e495bc8752fe5173df; no voters: 
I20260608 12:40:01.676664  5812 leader_election.cc:290] T 00000000000000000000000000000000 P cb1f04e6760846e495bc8752fe5173df [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:40:01.677172  5815 raft_consensus.cc:2804] T 00000000000000000000000000000000 P cb1f04e6760846e495bc8752fe5173df [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:01.678498  5815 raft_consensus.cc:697] T 00000000000000000000000000000000 P cb1f04e6760846e495bc8752fe5173df [term 1 LEADER]: Becoming Leader. State: Replica: cb1f04e6760846e495bc8752fe5173df, State: Running, Role: LEADER
I20260608 12:40:01.679180  5815 consensus_queue.cc:237] T 00000000000000000000000000000000 P cb1f04e6760846e495bc8752fe5173df [LEADER]: Queue going to LEADER mode. State: All 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: "cb1f04e6760846e495bc8752fe5173df" member_type: VOTER }
I20260608 12:40:01.679553  5812 sys_catalog.cc:565] T 00000000000000000000000000000000 P cb1f04e6760846e495bc8752fe5173df [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:40:01.683249  5816 sys_catalog.cc:455] T 00000000000000000000000000000000 P cb1f04e6760846e495bc8752fe5173df [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "cb1f04e6760846e495bc8752fe5173df" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cb1f04e6760846e495bc8752fe5173df" member_type: VOTER } }
I20260608 12:40:01.683815  5817 sys_catalog.cc:455] T 00000000000000000000000000000000 P cb1f04e6760846e495bc8752fe5173df [sys.catalog]: SysCatalogTable state changed. Reason: New leader cb1f04e6760846e495bc8752fe5173df. Latest consensus state: current_term: 1 leader_uuid: "cb1f04e6760846e495bc8752fe5173df" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cb1f04e6760846e495bc8752fe5173df" member_type: VOTER } }
I20260608 12:40:01.684418  5817 sys_catalog.cc:458] T 00000000000000000000000000000000 P cb1f04e6760846e495bc8752fe5173df [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:01.683853  5816 sys_catalog.cc:458] T 00000000000000000000000000000000 P cb1f04e6760846e495bc8752fe5173df [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:01.686846  5822 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:40:01.691788  5822 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:40:01.694288   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:40:01.701009  5822 catalog_manager.cc:1382] Generated new cluster ID: 8dd144ccef7645809c54e987dc73f7ac
I20260608 12:40:01.701315  5822 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:40:01.732501  5822 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:40:01.733835  5822 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:40:01.747638  5822 catalog_manager.cc:6069] T 00000000000000000000000000000000 P cb1f04e6760846e495bc8752fe5173df: Generated new TSK 0
I20260608 12:40:01.748301  5822 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:40:01.760625   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:01.766692  5833 instance_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:01.767680  5834 instance_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:01.769078  5836 instance_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:01.769735   431 server_base.cc:1061] running on GCE node
I20260608 12:40:01.770594   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:01.770773   431 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:01.770923   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922401770907 us; error 0 us; skew 500 ppm
I20260608 12:40:01.771564   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:01.773806   431 webserver.cc:533] Webserver started at http://127.0.107.193:35563/ using document root <none> and password file <none>
I20260608 12:40:01.774446   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:01.774623   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:01.774930   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:01.776044   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922266998516-431-0/minicluster-data/ts-0-root/instance:
uuid: "68a1c38b78ff4001aaeb4c0e50b0860a"
format_stamp: "Formatted at 2026-06-08 12:40:01 on dist-test-slave-3g00"
I20260608 12:40:01.780530   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:40:01.784072  5841 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:01.784844   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:40:01.785153   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922266998516-431-0/minicluster-data/ts-0-root
uuid: "68a1c38b78ff4001aaeb4c0e50b0860a"
format_stamp: "Formatted at 2026-06-08 12:40:01 on dist-test-slave-3g00"
I20260608 12:40:01.785411   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922266998516-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922266998516-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922266998516-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:01.797261   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:01.798384   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:01.799775   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:01.802042   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:01.802229   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:01.802459   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:01.802628   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:01.841528   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:41573
I20260608 12:40:01.841655  5903 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:41573 every 8 connection(s)
I20260608 12:40:01.846552   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:01.853294  5908 instance_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:01.853873  5909 instance_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:01.857030  5911 instance_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:01.857127   431 server_base.cc:1061] running on GCE node
I20260608 12:40:01.858955   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:01.859163   431 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:01.859337   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922401859319 us; error 0 us; skew 500 ppm
I20260608 12:40:01.859974   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:01.862782   431 webserver.cc:533] Webserver started at http://127.0.107.194:34121/ using document root <none> and password file <none>
I20260608 12:40:01.863034  5904 heartbeater.cc:344] Connected to a master server at 127.0.107.254:32995
I20260608 12:40:01.863395   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:01.863402  5904 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:01.863718   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:01.864063   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:01.864368  5904 heartbeater.cc:507] Master 127.0.107.254:32995 requested a full tablet report, sending...
I20260608 12:40:01.865195   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922266998516-431-0/minicluster-data/ts-1-root/instance:
uuid: "502ad505a566458f8adf9fa13d01b887"
format_stamp: "Formatted at 2026-06-08 12:40:01 on dist-test-slave-3g00"
I20260608 12:40:01.866552  5777 ts_manager.cc:194] Registered new tserver with Master: 68a1c38b78ff4001aaeb4c0e50b0860a (127.0.107.193:41573)
I20260608 12:40:01.868294  5777 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34420
I20260608 12:40:01.869897   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:40:01.873354  5916 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:01.874138   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:40:01.874410   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922266998516-431-0/minicluster-data/ts-1-root
uuid: "502ad505a566458f8adf9fa13d01b887"
format_stamp: "Formatted at 2026-06-08 12:40:01 on dist-test-slave-3g00"
I20260608 12:40:01.874671   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922266998516-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922266998516-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922266998516-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:01.895838   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:01.897043   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:01.898437   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:01.900602   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:01.900797   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:01.901039   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:01.901194   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:01.939399   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:38067
I20260608 12:40:01.939510  5978 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:38067 every 8 connection(s)
I20260608 12:40:01.944211   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:01.951788  5982 instance_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:01.952286  5983 instance_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:01.955060  5985 instance_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:01.955492   431 server_base.cc:1061] running on GCE node
I20260608 12:40:01.956607   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:40:01.956718  5979 heartbeater.cc:344] Connected to a master server at 127.0.107.254:32995
W20260608 12:40:01.956930   431 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:01.957226   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922401957203 us; error 0 us; skew 500 ppm
I20260608 12:40:01.957268  5979 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:01.958119   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:01.958310  5979 heartbeater.cc:507] Master 127.0.107.254:32995 requested a full tablet report, sending...
I20260608 12:40:01.960640   431 webserver.cc:533] Webserver started at http://127.0.107.195:41543/ using document root <none> and password file <none>
I20260608 12:40:01.960757  5777 ts_manager.cc:194] Registered new tserver with Master: 502ad505a566458f8adf9fa13d01b887 (127.0.107.194:38067)
I20260608 12:40:01.961390   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:01.961665   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:01.961997   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:01.962651  5777 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34428
I20260608 12:40:01.963414   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922266998516-431-0/minicluster-data/ts-2-root/instance:
uuid: "e4455466b8fe49bfb57b3ac04c48140d"
format_stamp: "Formatted at 2026-06-08 12:40:01 on dist-test-slave-3g00"
I20260608 12:40:01.968119   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.001s
I20260608 12:40:01.971475  5990 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:01.972204   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:40:01.972493   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922266998516-431-0/minicluster-data/ts-2-root
uuid: "e4455466b8fe49bfb57b3ac04c48140d"
format_stamp: "Formatted at 2026-06-08 12:40:01 on dist-test-slave-3g00"
I20260608 12:40:01.972759   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922266998516-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922266998516-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922266998516-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:01.988440   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:01.989758   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:01.991118   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:01.993410   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:01.993607   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:01.993827   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:01.993996   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:02.032033   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:35095
I20260608 12:40:02.032143  6052 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:35095 every 8 connection(s)
I20260608 12:40:02.045768  6053 heartbeater.cc:344] Connected to a master server at 127.0.107.254:32995
I20260608 12:40:02.046181  6053 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:02.046849  6053 heartbeater.cc:507] Master 127.0.107.254:32995 requested a full tablet report, sending...
I20260608 12:40:02.048791  5777 ts_manager.cc:194] Registered new tserver with Master: e4455466b8fe49bfb57b3ac04c48140d (127.0.107.195:35095)
I20260608 12:40:02.049645   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014396578s
I20260608 12:40:02.050190  5777 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34440
I20260608 12:40:02.870971  5904 heartbeater.cc:499] Master 127.0.107.254:32995 was elected leader, sending a full tablet report...
I20260608 12:40:02.965485  5979 heartbeater.cc:499] Master 127.0.107.254:32995 was elected leader, sending a full tablet report...
I20260608 12:40:03.052996  6053 heartbeater.cc:499] Master 127.0.107.254:32995 was elected leader, sending a full tablet report...
I20260608 12:40:03.104724  5777 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:34456:
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:03.107056  5777 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:03.159777  6018 tablet_service.cc:1511] Processing CreateTablet for tablet d3f08f25ea9341aebf21383ca91cb3fe (DEFAULT_TABLE table=test-workload [id=ffa7b1cdc1a24221aed6c1d3eba416ef]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260608 12:40:03.161315  6018 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d3f08f25ea9341aebf21383ca91cb3fe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:03.163547  6017 tablet_service.cc:1511] Processing CreateTablet for tablet b70369bcac1f402c895becd1b3ca03e7 (DEFAULT_TABLE table=test-workload [id=ffa7b1cdc1a24221aed6c1d3eba416ef]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260608 12:40:03.164968  6017 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b70369bcac1f402c895becd1b3ca03e7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:03.166766  5869 tablet_service.cc:1511] Processing CreateTablet for tablet d3f08f25ea9341aebf21383ca91cb3fe (DEFAULT_TABLE table=test-workload [id=ffa7b1cdc1a24221aed6c1d3eba416ef]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260608 12:40:03.167476  5867 tablet_service.cc:1511] Processing CreateTablet for tablet 54071384c24e44738dcecf2452dff4a4 (DEFAULT_TABLE table=test-workload [id=ffa7b1cdc1a24221aed6c1d3eba416ef]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260608 12:40:03.168179  5869 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d3f08f25ea9341aebf21383ca91cb3fe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:03.168931  5867 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 54071384c24e44738dcecf2452dff4a4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:03.169636  5868 tablet_service.cc:1511] Processing CreateTablet for tablet b70369bcac1f402c895becd1b3ca03e7 (DEFAULT_TABLE table=test-workload [id=ffa7b1cdc1a24221aed6c1d3eba416ef]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260608 12:40:03.170907  5868 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b70369bcac1f402c895becd1b3ca03e7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:03.191068  6073 tablet_bootstrap.cc:492] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a: Bootstrap starting.
I20260608 12:40:03.199093  6073 tablet_bootstrap.cc:654] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:03.201707  6016 tablet_service.cc:1511] Processing CreateTablet for tablet 54071384c24e44738dcecf2452dff4a4 (DEFAULT_TABLE table=test-workload [id=ffa7b1cdc1a24221aed6c1d3eba416ef]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260608 12:40:03.203090  6016 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 54071384c24e44738dcecf2452dff4a4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:03.228380  6073 tablet_bootstrap.cc:492] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a: No bootstrap required, opened a new log
I20260608 12:40:03.229007  6073 ts_tablet_manager.cc:1403] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a: Time spent bootstrapping tablet: real 0.038s	user 0.014s	sys 0.004s
I20260608 12:40:03.229359  6074 tablet_bootstrap.cc:492] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d: Bootstrap starting.
I20260608 12:40:03.230083  5943 tablet_service.cc:1511] Processing CreateTablet for tablet b70369bcac1f402c895becd1b3ca03e7 (DEFAULT_TABLE table=test-workload [id=ffa7b1cdc1a24221aed6c1d3eba416ef]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260608 12:40:03.228574  5944 tablet_service.cc:1511] Processing CreateTablet for tablet d3f08f25ea9341aebf21383ca91cb3fe (DEFAULT_TABLE table=test-workload [id=ffa7b1cdc1a24221aed6c1d3eba416ef]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260608 12:40:03.231647  5943 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b70369bcac1f402c895becd1b3ca03e7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:03.230202  5942 tablet_service.cc:1511] Processing CreateTablet for tablet 54071384c24e44738dcecf2452dff4a4 (DEFAULT_TABLE table=test-workload [id=ffa7b1cdc1a24221aed6c1d3eba416ef]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260608 12:40:03.232120  6073 raft_consensus.cc:359] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } }
I20260608 12:40:03.232878  6073 raft_consensus.cc:385] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:03.233387  6073 raft_consensus.cc:740] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 68a1c38b78ff4001aaeb4c0e50b0860a, State: Initialized, Role: FOLLOWER
I20260608 12:40:03.232795  5942 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 54071384c24e44738dcecf2452dff4a4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:03.234287  6073 consensus_queue.cc:260] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } }
I20260608 12:40:03.237284  6074 tablet_bootstrap.cc:654] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:03.241214  5944 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d3f08f25ea9341aebf21383ca91cb3fe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:03.245149  6073 ts_tablet_manager.cc:1434] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a: Time spent starting tablet: real 0.016s	user 0.010s	sys 0.004s
I20260608 12:40:03.249192  6074 tablet_bootstrap.cc:492] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d: No bootstrap required, opened a new log
I20260608 12:40:03.249794  6074 ts_tablet_manager.cc:1403] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d: Time spent bootstrapping tablet: real 0.021s	user 0.012s	sys 0.006s
I20260608 12:40:03.252915  6074 raft_consensus.cc:359] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } }
I20260608 12:40:03.253860  6074 raft_consensus.cc:385] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:03.254241  6074 raft_consensus.cc:740] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e4455466b8fe49bfb57b3ac04c48140d, State: Initialized, Role: FOLLOWER
I20260608 12:40:03.255247  6074 consensus_queue.cc:260] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } }
I20260608 12:40:03.257992  6079 raft_consensus.cc:493] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:03.259002  6073 tablet_bootstrap.cc:492] T b70369bcac1f402c895becd1b3ca03e7 P 68a1c38b78ff4001aaeb4c0e50b0860a: Bootstrap starting.
I20260608 12:40:03.259325  6078 tablet_bootstrap.cc:492] T 54071384c24e44738dcecf2452dff4a4 P 502ad505a566458f8adf9fa13d01b887: Bootstrap starting.
I20260608 12:40:03.261655  6079 raft_consensus.cc:515] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } }
I20260608 12:40:03.261155  6074 ts_tablet_manager.cc:1434] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.003s
I20260608 12:40:03.268198  6074 tablet_bootstrap.cc:492] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d: Bootstrap starting.
I20260608 12:40:03.269837  6073 tablet_bootstrap.cc:654] T b70369bcac1f402c895becd1b3ca03e7 P 68a1c38b78ff4001aaeb4c0e50b0860a: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:03.269840  6078 tablet_bootstrap.cc:654] T 54071384c24e44738dcecf2452dff4a4 P 502ad505a566458f8adf9fa13d01b887: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:03.273451  6079 leader_election.cc:290] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 502ad505a566458f8adf9fa13d01b887 (127.0.107.194:38067), e4455466b8fe49bfb57b3ac04c48140d (127.0.107.195:35095)
I20260608 12:40:03.283726  6074 tablet_bootstrap.cc:654] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d: Neither blocks nor log segments found. Creating new log.
W20260608 12:40:03.287197  6054 tablet.cc:2404] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:40:03.292949  6078 tablet_bootstrap.cc:492] T 54071384c24e44738dcecf2452dff4a4 P 502ad505a566458f8adf9fa13d01b887: No bootstrap required, opened a new log
I20260608 12:40:03.293665  6078 ts_tablet_manager.cc:1403] T 54071384c24e44738dcecf2452dff4a4 P 502ad505a566458f8adf9fa13d01b887: Time spent bootstrapping tablet: real 0.035s	user 0.016s	sys 0.000s
I20260608 12:40:03.297173  6078 raft_consensus.cc:359] T 54071384c24e44738dcecf2452dff4a4 P 502ad505a566458f8adf9fa13d01b887 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } }
I20260608 12:40:03.298497  6078 raft_consensus.cc:385] T 54071384c24e44738dcecf2452dff4a4 P 502ad505a566458f8adf9fa13d01b887 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:03.298812  6078 raft_consensus.cc:740] T 54071384c24e44738dcecf2452dff4a4 P 502ad505a566458f8adf9fa13d01b887 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 502ad505a566458f8adf9fa13d01b887, State: Initialized, Role: FOLLOWER
I20260608 12:40:03.299603  6078 consensus_queue.cc:260] T 54071384c24e44738dcecf2452dff4a4 P 502ad505a566458f8adf9fa13d01b887 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } }
I20260608 12:40:03.301091  6073 tablet_bootstrap.cc:492] T b70369bcac1f402c895becd1b3ca03e7 P 68a1c38b78ff4001aaeb4c0e50b0860a: No bootstrap required, opened a new log
I20260608 12:40:03.301702  6073 ts_tablet_manager.cc:1403] T b70369bcac1f402c895becd1b3ca03e7 P 68a1c38b78ff4001aaeb4c0e50b0860a: Time spent bootstrapping tablet: real 0.043s	user 0.012s	sys 0.017s
I20260608 12:40:03.304888  6073 raft_consensus.cc:359] T b70369bcac1f402c895becd1b3ca03e7 P 68a1c38b78ff4001aaeb4c0e50b0860a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } }
I20260608 12:40:03.305781  6073 raft_consensus.cc:385] T b70369bcac1f402c895becd1b3ca03e7 P 68a1c38b78ff4001aaeb4c0e50b0860a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:03.306174  6073 raft_consensus.cc:740] T b70369bcac1f402c895becd1b3ca03e7 P 68a1c38b78ff4001aaeb4c0e50b0860a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 68a1c38b78ff4001aaeb4c0e50b0860a, State: Initialized, Role: FOLLOWER
I20260608 12:40:03.306577  5954 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "54071384c24e44738dcecf2452dff4a4" candidate_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "502ad505a566458f8adf9fa13d01b887" is_pre_election: true
I20260608 12:40:03.305136  6028 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "54071384c24e44738dcecf2452dff4a4" candidate_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e4455466b8fe49bfb57b3ac04c48140d" is_pre_election: true
I20260608 12:40:03.307264  6078 ts_tablet_manager.cc:1434] T 54071384c24e44738dcecf2452dff4a4 P 502ad505a566458f8adf9fa13d01b887: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.004s
I20260608 12:40:03.307217  6073 consensus_queue.cc:260] T b70369bcac1f402c895becd1b3ca03e7 P 68a1c38b78ff4001aaeb4c0e50b0860a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } }
I20260608 12:40:03.308578  6078 tablet_bootstrap.cc:492] T d3f08f25ea9341aebf21383ca91cb3fe P 502ad505a566458f8adf9fa13d01b887: Bootstrap starting.
W20260608 12:40:03.308997  5844 leader_election.cc:343] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer e4455466b8fe49bfb57b3ac04c48140d (127.0.107.195:35095): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:03.307279  5954 raft_consensus.cc:2468] T 54071384c24e44738dcecf2452dff4a4 P 502ad505a566458f8adf9fa13d01b887 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 68a1c38b78ff4001aaeb4c0e50b0860a in term 0.
I20260608 12:40:03.310081  6080 raft_consensus.cc:493] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:03.310271  6073 ts_tablet_manager.cc:1434] T b70369bcac1f402c895becd1b3ca03e7 P 68a1c38b78ff4001aaeb4c0e50b0860a: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.002s
I20260608 12:40:03.310717  6080 raft_consensus.cc:515] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } }
I20260608 12:40:03.311434  6073 tablet_bootstrap.cc:492] T d3f08f25ea9341aebf21383ca91cb3fe P 68a1c38b78ff4001aaeb4c0e50b0860a: Bootstrap starting.
I20260608 12:40:03.311220  5843 leader_election.cc:304] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [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: 502ad505a566458f8adf9fa13d01b887, 68a1c38b78ff4001aaeb4c0e50b0860a; no voters: e4455466b8fe49bfb57b3ac04c48140d
I20260608 12:40:03.311784  6074 tablet_bootstrap.cc:492] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d: No bootstrap required, opened a new log
I20260608 12:40:03.312322  6074 ts_tablet_manager.cc:1403] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d: Time spent bootstrapping tablet: real 0.044s	user 0.012s	sys 0.004s
I20260608 12:40:03.312489  6079 raft_consensus.cc:2804] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:03.312883  6079 raft_consensus.cc:493] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:03.313205  6079 raft_consensus.cc:3060] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:03.317456  6074 raft_consensus.cc:359] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } }
I20260608 12:40:03.318286  6074 raft_consensus.cc:385] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:03.318641  6074 raft_consensus.cc:740] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e4455466b8fe49bfb57b3ac04c48140d, State: Initialized, Role: FOLLOWER
I20260608 12:40:03.319607  6074 consensus_queue.cc:260] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } }
I20260608 12:40:03.320693  6079 raft_consensus.cc:515] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } }
I20260608 12:40:03.322284  6080 leader_election.cc:290] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 68a1c38b78ff4001aaeb4c0e50b0860a (127.0.107.193:41573), 502ad505a566458f8adf9fa13d01b887 (127.0.107.194:38067)
I20260608 12:40:03.323760  5954 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "54071384c24e44738dcecf2452dff4a4" candidate_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "502ad505a566458f8adf9fa13d01b887"
I20260608 12:40:03.324364  5954 raft_consensus.cc:3060] T 54071384c24e44738dcecf2452dff4a4 P 502ad505a566458f8adf9fa13d01b887 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:03.331501  6073 tablet_bootstrap.cc:654] T d3f08f25ea9341aebf21383ca91cb3fe P 68a1c38b78ff4001aaeb4c0e50b0860a: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:03.333415  6028 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "54071384c24e44738dcecf2452dff4a4" candidate_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e4455466b8fe49bfb57b3ac04c48140d"
W20260608 12:40:03.334961  5844 leader_election.cc:343] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer e4455466b8fe49bfb57b3ac04c48140d (127.0.107.195:35095): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:03.331676  5954 raft_consensus.cc:2468] T 54071384c24e44738dcecf2452dff4a4 P 502ad505a566458f8adf9fa13d01b887 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 68a1c38b78ff4001aaeb4c0e50b0860a in term 1.
I20260608 12:40:03.332847  6079 leader_election.cc:290] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [CANDIDATE]: Term 1 election: Requested vote from peers 502ad505a566458f8adf9fa13d01b887 (127.0.107.194:38067), e4455466b8fe49bfb57b3ac04c48140d (127.0.107.195:35095)
I20260608 12:40:03.336617  5843 leader_election.cc:304] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [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: 502ad505a566458f8adf9fa13d01b887, 68a1c38b78ff4001aaeb4c0e50b0860a; no voters: e4455466b8fe49bfb57b3ac04c48140d
I20260608 12:40:03.337867  6079 raft_consensus.cc:2804] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:03.339138  6079 raft_consensus.cc:697] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [term 1 LEADER]: Becoming Leader. State: Replica: 68a1c38b78ff4001aaeb4c0e50b0860a, State: Running, Role: LEADER
I20260608 12:40:03.339993  6079 consensus_queue.cc:237] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } }
I20260608 12:40:03.342001  6074 ts_tablet_manager.cc:1434] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d: Time spent starting tablet: real 0.029s	user 0.002s	sys 0.011s
I20260608 12:40:03.343078  6074 tablet_bootstrap.cc:492] T 54071384c24e44738dcecf2452dff4a4 P e4455466b8fe49bfb57b3ac04c48140d: Bootstrap starting.
I20260608 12:40:03.343956  6078 tablet_bootstrap.cc:654] T d3f08f25ea9341aebf21383ca91cb3fe P 502ad505a566458f8adf9fa13d01b887: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:03.351373  6073 tablet_bootstrap.cc:492] T d3f08f25ea9341aebf21383ca91cb3fe P 68a1c38b78ff4001aaeb4c0e50b0860a: No bootstrap required, opened a new log
I20260608 12:40:03.353016  6073 ts_tablet_manager.cc:1403] T d3f08f25ea9341aebf21383ca91cb3fe P 68a1c38b78ff4001aaeb4c0e50b0860a: Time spent bootstrapping tablet: real 0.042s	user 0.015s	sys 0.001s
I20260608 12:40:03.358412  5954 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d3f08f25ea9341aebf21383ca91cb3fe" candidate_uuid: "e4455466b8fe49bfb57b3ac04c48140d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "502ad505a566458f8adf9fa13d01b887" is_pre_election: true
W20260608 12:40:03.359953  5992 leader_election.cc:343] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 502ad505a566458f8adf9fa13d01b887 (127.0.107.194:38067): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:03.358172  6073 raft_consensus.cc:359] T d3f08f25ea9341aebf21383ca91cb3fe P 68a1c38b78ff4001aaeb4c0e50b0860a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } }
I20260608 12:40:03.361063  6073 raft_consensus.cc:385] T d3f08f25ea9341aebf21383ca91cb3fe P 68a1c38b78ff4001aaeb4c0e50b0860a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:03.361452  6074 tablet_bootstrap.cc:654] T 54071384c24e44738dcecf2452dff4a4 P e4455466b8fe49bfb57b3ac04c48140d: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:03.364961  6073 raft_consensus.cc:740] T d3f08f25ea9341aebf21383ca91cb3fe P 68a1c38b78ff4001aaeb4c0e50b0860a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 68a1c38b78ff4001aaeb4c0e50b0860a, State: Initialized, Role: FOLLOWER
I20260608 12:40:03.365458  5879 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d3f08f25ea9341aebf21383ca91cb3fe" candidate_uuid: "e4455466b8fe49bfb57b3ac04c48140d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" is_pre_election: true
I20260608 12:40:03.365865  6073 consensus_queue.cc:260] T d3f08f25ea9341aebf21383ca91cb3fe P 68a1c38b78ff4001aaeb4c0e50b0860a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } }
I20260608 12:40:03.366987  5879 raft_consensus.cc:2468] T d3f08f25ea9341aebf21383ca91cb3fe P 68a1c38b78ff4001aaeb4c0e50b0860a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e4455466b8fe49bfb57b3ac04c48140d in term 0.
I20260608 12:40:03.367710  6078 tablet_bootstrap.cc:492] T d3f08f25ea9341aebf21383ca91cb3fe P 502ad505a566458f8adf9fa13d01b887: No bootstrap required, opened a new log
I20260608 12:40:03.368239  6078 ts_tablet_manager.cc:1403] T d3f08f25ea9341aebf21383ca91cb3fe P 502ad505a566458f8adf9fa13d01b887: Time spent bootstrapping tablet: real 0.060s	user 0.014s	sys 0.013s
I20260608 12:40:03.368620  5994 leader_election.cc:304] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [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: 68a1c38b78ff4001aaeb4c0e50b0860a, e4455466b8fe49bfb57b3ac04c48140d; no voters: 502ad505a566458f8adf9fa13d01b887
I20260608 12:40:03.369958  6089 raft_consensus.cc:2804] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:03.370415  6089 raft_consensus.cc:493] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:03.370775  6089 raft_consensus.cc:3060] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:03.370064  5776 catalog_manager.cc:5696] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a reported cstate change: term changed from 0 to 1, leader changed from <none> to 68a1c38b78ff4001aaeb4c0e50b0860a (127.0.107.193). New cstate: current_term: 1 leader_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:03.371526  6078 raft_consensus.cc:359] T d3f08f25ea9341aebf21383ca91cb3fe P 502ad505a566458f8adf9fa13d01b887 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } }
I20260608 12:40:03.372291  6078 raft_consensus.cc:385] T d3f08f25ea9341aebf21383ca91cb3fe P 502ad505a566458f8adf9fa13d01b887 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:03.372581  6078 raft_consensus.cc:740] T d3f08f25ea9341aebf21383ca91cb3fe P 502ad505a566458f8adf9fa13d01b887 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 502ad505a566458f8adf9fa13d01b887, State: Initialized, Role: FOLLOWER
I20260608 12:40:03.373442  6078 consensus_queue.cc:260] T d3f08f25ea9341aebf21383ca91cb3fe P 502ad505a566458f8adf9fa13d01b887 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } }
I20260608 12:40:03.376075  6078 ts_tablet_manager.cc:1434] T d3f08f25ea9341aebf21383ca91cb3fe P 502ad505a566458f8adf9fa13d01b887: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.004s
I20260608 12:40:03.377229  6078 tablet_bootstrap.cc:492] T b70369bcac1f402c895becd1b3ca03e7 P 502ad505a566458f8adf9fa13d01b887: Bootstrap starting.
I20260608 12:40:03.378154  6089 raft_consensus.cc:515] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } }
I20260608 12:40:03.382783  5879 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d3f08f25ea9341aebf21383ca91cb3fe" candidate_uuid: "e4455466b8fe49bfb57b3ac04c48140d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a"
I20260608 12:40:03.383352  5879 raft_consensus.cc:3060] T d3f08f25ea9341aebf21383ca91cb3fe P 68a1c38b78ff4001aaeb4c0e50b0860a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:03.383761  6078 tablet_bootstrap.cc:654] T b70369bcac1f402c895becd1b3ca03e7 P 502ad505a566458f8adf9fa13d01b887: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:03.390538  5879 raft_consensus.cc:2468] T d3f08f25ea9341aebf21383ca91cb3fe P 68a1c38b78ff4001aaeb4c0e50b0860a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e4455466b8fe49bfb57b3ac04c48140d in term 1.
I20260608 12:40:03.391844  5994 leader_election.cc:304] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 68a1c38b78ff4001aaeb4c0e50b0860a, e4455466b8fe49bfb57b3ac04c48140d; no voters: 
I20260608 12:40:03.392364  6073 ts_tablet_manager.cc:1434] T d3f08f25ea9341aebf21383ca91cb3fe P 68a1c38b78ff4001aaeb4c0e50b0860a: Time spent starting tablet: real 0.039s	user 0.007s	sys 0.001s
I20260608 12:40:03.392694  6080 raft_consensus.cc:2804] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:03.394356  5954 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d3f08f25ea9341aebf21383ca91cb3fe" candidate_uuid: "e4455466b8fe49bfb57b3ac04c48140d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "502ad505a566458f8adf9fa13d01b887"
I20260608 12:40:03.394797  6074 tablet_bootstrap.cc:492] T 54071384c24e44738dcecf2452dff4a4 P e4455466b8fe49bfb57b3ac04c48140d: No bootstrap required, opened a new log
I20260608 12:40:03.394969  5954 raft_consensus.cc:3060] T d3f08f25ea9341aebf21383ca91cb3fe P 502ad505a566458f8adf9fa13d01b887 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:03.397189  6078 tablet_bootstrap.cc:492] T b70369bcac1f402c895becd1b3ca03e7 P 502ad505a566458f8adf9fa13d01b887: No bootstrap required, opened a new log
I20260608 12:40:03.397686  6078 ts_tablet_manager.cc:1403] T b70369bcac1f402c895becd1b3ca03e7 P 502ad505a566458f8adf9fa13d01b887: Time spent bootstrapping tablet: real 0.021s	user 0.013s	sys 0.004s
I20260608 12:40:03.395939  6074 ts_tablet_manager.cc:1403] T 54071384c24e44738dcecf2452dff4a4 P e4455466b8fe49bfb57b3ac04c48140d: Time spent bootstrapping tablet: real 0.053s	user 0.010s	sys 0.012s
I20260608 12:40:03.400604  6078 raft_consensus.cc:359] T b70369bcac1f402c895becd1b3ca03e7 P 502ad505a566458f8adf9fa13d01b887 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } }
I20260608 12:40:03.401381  6078 raft_consensus.cc:385] T b70369bcac1f402c895becd1b3ca03e7 P 502ad505a566458f8adf9fa13d01b887 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:03.401705  6078 raft_consensus.cc:740] T b70369bcac1f402c895becd1b3ca03e7 P 502ad505a566458f8adf9fa13d01b887 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 502ad505a566458f8adf9fa13d01b887, State: Initialized, Role: FOLLOWER
I20260608 12:40:03.402410  5954 raft_consensus.cc:2468] T d3f08f25ea9341aebf21383ca91cb3fe P 502ad505a566458f8adf9fa13d01b887 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e4455466b8fe49bfb57b3ac04c48140d in term 1.
I20260608 12:40:03.402652  6078 consensus_queue.cc:260] T b70369bcac1f402c895becd1b3ca03e7 P 502ad505a566458f8adf9fa13d01b887 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } }
I20260608 12:40:03.403043  6074 raft_consensus.cc:359] T 54071384c24e44738dcecf2452dff4a4 P e4455466b8fe49bfb57b3ac04c48140d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } }
I20260608 12:40:03.404068  6074 raft_consensus.cc:385] T 54071384c24e44738dcecf2452dff4a4 P e4455466b8fe49bfb57b3ac04c48140d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:03.404090  6089 leader_election.cc:290] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [CANDIDATE]: Term 1 election: Requested vote from peers 68a1c38b78ff4001aaeb4c0e50b0860a (127.0.107.193:41573), 502ad505a566458f8adf9fa13d01b887 (127.0.107.194:38067)
I20260608 12:40:03.404492  6074 raft_consensus.cc:740] T 54071384c24e44738dcecf2452dff4a4 P e4455466b8fe49bfb57b3ac04c48140d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e4455466b8fe49bfb57b3ac04c48140d, State: Initialized, Role: FOLLOWER
I20260608 12:40:03.405138  6078 ts_tablet_manager.cc:1434] T b70369bcac1f402c895becd1b3ca03e7 P 502ad505a566458f8adf9fa13d01b887: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.001s
I20260608 12:40:03.405541  6074 consensus_queue.cc:260] T 54071384c24e44738dcecf2452dff4a4 P e4455466b8fe49bfb57b3ac04c48140d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } }
I20260608 12:40:03.406265  6080 raft_consensus.cc:697] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [term 1 LEADER]: Becoming Leader. State: Replica: e4455466b8fe49bfb57b3ac04c48140d, State: Running, Role: LEADER
I20260608 12:40:03.409718  6074 ts_tablet_manager.cc:1434] T 54071384c24e44738dcecf2452dff4a4 P e4455466b8fe49bfb57b3ac04c48140d: Time spent starting tablet: real 0.009s	user 0.003s	sys 0.003s
I20260608 12:40:03.409353  6080 consensus_queue.cc:237] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } }
I20260608 12:40:03.417812  5776 catalog_manager.cc:5696] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d reported cstate change: term changed from 0 to 1, leader changed from <none> to e4455466b8fe49bfb57b3ac04c48140d (127.0.107.195). New cstate: current_term: 1 leader_uuid: "e4455466b8fe49bfb57b3ac04c48140d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:03.534756  6080 raft_consensus.cc:493] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:03.535280  6080 raft_consensus.cc:515] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } }
I20260608 12:40:03.537145  6080 leader_election.cc:290] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 68a1c38b78ff4001aaeb4c0e50b0860a (127.0.107.193:41573), 502ad505a566458f8adf9fa13d01b887 (127.0.107.194:38067)
I20260608 12:40:03.538049  5879 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b70369bcac1f402c895becd1b3ca03e7" candidate_uuid: "e4455466b8fe49bfb57b3ac04c48140d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" is_pre_election: true
I20260608 12:40:03.538225  5954 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b70369bcac1f402c895becd1b3ca03e7" candidate_uuid: "e4455466b8fe49bfb57b3ac04c48140d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "502ad505a566458f8adf9fa13d01b887" is_pre_election: true
I20260608 12:40:03.538677  5879 raft_consensus.cc:2468] T b70369bcac1f402c895becd1b3ca03e7 P 68a1c38b78ff4001aaeb4c0e50b0860a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e4455466b8fe49bfb57b3ac04c48140d in term 0.
I20260608 12:40:03.538872  5954 raft_consensus.cc:2468] T b70369bcac1f402c895becd1b3ca03e7 P 502ad505a566458f8adf9fa13d01b887 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e4455466b8fe49bfb57b3ac04c48140d in term 0.
I20260608 12:40:03.539866  5994 leader_election.cc:304] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 68a1c38b78ff4001aaeb4c0e50b0860a, e4455466b8fe49bfb57b3ac04c48140d; no voters: 
I20260608 12:40:03.540535  6080 raft_consensus.cc:2804] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:03.540922  6080 raft_consensus.cc:493] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:03.541182  6080 raft_consensus.cc:3060] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:03.546160  6080 raft_consensus.cc:515] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } }
I20260608 12:40:03.547957  6080 leader_election.cc:290] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d [CANDIDATE]: Term 1 election: Requested vote from peers 68a1c38b78ff4001aaeb4c0e50b0860a (127.0.107.193:41573), 502ad505a566458f8adf9fa13d01b887 (127.0.107.194:38067)
I20260608 12:40:03.548884  5879 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b70369bcac1f402c895becd1b3ca03e7" candidate_uuid: "e4455466b8fe49bfb57b3ac04c48140d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a"
I20260608 12:40:03.549160  5954 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b70369bcac1f402c895becd1b3ca03e7" candidate_uuid: "e4455466b8fe49bfb57b3ac04c48140d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "502ad505a566458f8adf9fa13d01b887"
I20260608 12:40:03.549401  5879 raft_consensus.cc:3060] T b70369bcac1f402c895becd1b3ca03e7 P 68a1c38b78ff4001aaeb4c0e50b0860a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:03.549733  5954 raft_consensus.cc:3060] T b70369bcac1f402c895becd1b3ca03e7 P 502ad505a566458f8adf9fa13d01b887 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:03.553967  5879 raft_consensus.cc:2468] T b70369bcac1f402c895becd1b3ca03e7 P 68a1c38b78ff4001aaeb4c0e50b0860a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e4455466b8fe49bfb57b3ac04c48140d in term 1.
I20260608 12:40:03.554230  5954 raft_consensus.cc:2468] T b70369bcac1f402c895becd1b3ca03e7 P 502ad505a566458f8adf9fa13d01b887 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e4455466b8fe49bfb57b3ac04c48140d in term 1.
I20260608 12:40:03.555157  5994 leader_election.cc:304] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 68a1c38b78ff4001aaeb4c0e50b0860a, e4455466b8fe49bfb57b3ac04c48140d; no voters: 
I20260608 12:40:03.555855  6080 raft_consensus.cc:2804] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:03.556327  6080 raft_consensus.cc:697] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d [term 1 LEADER]: Becoming Leader. State: Replica: e4455466b8fe49bfb57b3ac04c48140d, State: Running, Role: LEADER
I20260608 12:40:03.557128  6080 consensus_queue.cc:237] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } }
I20260608 12:40:03.563778  5777 catalog_manager.cc:5696] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d reported cstate change: term changed from 0 to 1, leader changed from <none> to e4455466b8fe49bfb57b3ac04c48140d (127.0.107.195). New cstate: current_term: 1 leader_uuid: "e4455466b8fe49bfb57b3ac04c48140d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:03.645490   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:03.651618  6098 instance_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.652248  6099 instance_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.653645  6101 instance_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.654333   431 server_base.cc:1061] running on GCE node
I20260608 12:40:03.655542   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:03.655764   431 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.655972   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922403655956 us; error 0 us; skew 500 ppm
I20260608 12:40:03.656524   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:03.658823   431 webserver.cc:533] Webserver started at http://127.0.107.196:43723/ using document root <none> and password file <none>
I20260608 12:40:03.659323   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:03.659512   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:03.659773   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:03.660892   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922266998516-431-0/minicluster-data/ts-3-root/instance:
uuid: "00ad4cb24a8547cba975b0649484b046"
format_stamp: "Formatted at 2026-06-08 12:40:03 on dist-test-slave-3g00"
I20260608 12:40:03.665437   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260608 12:40:03.665781  6080 raft_consensus.cc:493] T 54071384c24e44738dcecf2452dff4a4 P e4455466b8fe49bfb57b3ac04c48140d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:03.666364  6080 raft_consensus.cc:515] T 54071384c24e44738dcecf2452dff4a4 P e4455466b8fe49bfb57b3ac04c48140d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } }
I20260608 12:40:03.668241  6080 leader_election.cc:290] T 54071384c24e44738dcecf2452dff4a4 P e4455466b8fe49bfb57b3ac04c48140d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 68a1c38b78ff4001aaeb4c0e50b0860a (127.0.107.193:41573), 502ad505a566458f8adf9fa13d01b887 (127.0.107.194:38067)
I20260608 12:40:03.669037  5879 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "54071384c24e44738dcecf2452dff4a4" candidate_uuid: "e4455466b8fe49bfb57b3ac04c48140d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" is_pre_election: true
I20260608 12:40:03.669595  6106 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.669464  5954 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "54071384c24e44738dcecf2452dff4a4" candidate_uuid: "e4455466b8fe49bfb57b3ac04c48140d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "502ad505a566458f8adf9fa13d01b887" is_pre_election: true
I20260608 12:40:03.670266  5954 raft_consensus.cc:2393] T 54071384c24e44738dcecf2452dff4a4 P 502ad505a566458f8adf9fa13d01b887 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate e4455466b8fe49bfb57b3ac04c48140d in current term 1: Already voted for candidate 68a1c38b78ff4001aaeb4c0e50b0860a in this term.
I20260608 12:40:03.670889   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.002s
I20260608 12:40:03.671273   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922266998516-431-0/minicluster-data/ts-3-root
uuid: "00ad4cb24a8547cba975b0649484b046"
format_stamp: "Formatted at 2026-06-08 12:40:03 on dist-test-slave-3g00"
I20260608 12:40:03.671204  5992 leader_election.cc:304] T 54071384c24e44738dcecf2452dff4a4 P e4455466b8fe49bfb57b3ac04c48140d [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: e4455466b8fe49bfb57b3ac04c48140d; no voters: 502ad505a566458f8adf9fa13d01b887, 68a1c38b78ff4001aaeb4c0e50b0860a
I20260608 12:40:03.671804   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922266998516-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922266998516-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922266998516-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:03.672230  6080 raft_consensus.cc:3060] T 54071384c24e44738dcecf2452dff4a4 P e4455466b8fe49bfb57b3ac04c48140d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:03.678056  6080 raft_consensus.cc:2749] T 54071384c24e44738dcecf2452dff4a4 P e4455466b8fe49bfb57b3ac04c48140d [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:40:03.694171  5830 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:03.701012   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:03.702657   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:03.703064  6079 consensus_queue.cc:1048] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [LEADER]: Connected to new peer: Peer: permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:03.704398   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
W20260608 12:40:03.712131  6076 fault_injection.cc:43] FAULT INJECTION ENABLED!
W20260608 12:40:03.712435  6076 fault_injection.cc:44] THIS SERVER MAY CRASH!
I20260608 12:40:03.713395  6095 consensus_queue.cc:1048] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [LEADER]: Connected to new peer: Peer: permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:03.713340  6028 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "b70369bcac1f402c895becd1b3ca03e7"
dest_uuid: "e4455466b8fe49bfb57b3ac04c48140d"
mode: GRACEFUL
new_leader_uuid: "502ad505a566458f8adf9fa13d01b887"
 from {username='slave'} at 127.0.0.1:50936
I20260608 12:40:03.717195  6028 raft_consensus.cc:606] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d [term 1 LEADER]: Received request to transfer leadership to TS 502ad505a566458f8adf9fa13d01b887
I20260608 12:40:03.718847  6079 consensus_queue.cc:1048] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [LEADER]: Connected to new peer: Peer: permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:03.720458  5830 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 1
I20260608 12:40:03.721067  5830 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:03.748296  6095 consensus_queue.cc:1048] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [LEADER]: Connected to new peer: Peer: permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:03.766959   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:03.767351   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:03.767678   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:03.767920   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:03.812165   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:43295
I20260608 12:40:03.812268  6178 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:43295 every 8 connection(s)
I20260608 12:40:03.825578  6179 heartbeater.cc:344] Connected to a master server at 127.0.107.254:32995
I20260608 12:40:03.825964  6179 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:03.826601  6179 heartbeater.cc:507] Master 127.0.107.254:32995 requested a full tablet report, sending...
I20260608 12:40:03.828393  5776 ts_manager.cc:194] Registered new tserver with Master: 00ad4cb24a8547cba975b0649484b046 (127.0.107.196:43295)
I20260608 12:40:03.829730  5776 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34462
I20260608 12:40:03.860718  6080 consensus_queue.cc:1048] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d [LEADER]: Connected to new peer: Peer: permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:03.893355  6080 consensus_queue.cc:1048] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d [LEADER]: Connected to new peer: Peer: permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:04.351881  6080 raft_consensus.cc:993] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d: : Instructing follower 502ad505a566458f8adf9fa13d01b887 to start an election
I20260608 12:40:04.352334  6095 raft_consensus.cc:1081] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d [term 1 LEADER]: Signalling peer 502ad505a566458f8adf9fa13d01b887 to start an election
I20260608 12:40:04.354154  5954 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "b70369bcac1f402c895becd1b3ca03e7"
dest_uuid: "502ad505a566458f8adf9fa13d01b887"
 from {username='slave'} at 127.0.0.1:52328
I20260608 12:40:04.354707  5954 raft_consensus.cc:493] T b70369bcac1f402c895becd1b3ca03e7 P 502ad505a566458f8adf9fa13d01b887 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:40:04.355033  5954 raft_consensus.cc:3060] T b70369bcac1f402c895becd1b3ca03e7 P 502ad505a566458f8adf9fa13d01b887 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:04.359628  5954 raft_consensus.cc:515] T b70369bcac1f402c895becd1b3ca03e7 P 502ad505a566458f8adf9fa13d01b887 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } }
I20260608 12:40:04.361837  5954 leader_election.cc:290] T b70369bcac1f402c895becd1b3ca03e7 P 502ad505a566458f8adf9fa13d01b887 [CANDIDATE]: Term 2 election: Requested vote from peers 68a1c38b78ff4001aaeb4c0e50b0860a (127.0.107.193:41573), e4455466b8fe49bfb57b3ac04c48140d (127.0.107.195:35095)
I20260608 12:40:04.374560  5879 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b70369bcac1f402c895becd1b3ca03e7" candidate_uuid: "502ad505a566458f8adf9fa13d01b887" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a"
I20260608 12:40:04.374758  6028 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b70369bcac1f402c895becd1b3ca03e7" candidate_uuid: "502ad505a566458f8adf9fa13d01b887" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "e4455466b8fe49bfb57b3ac04c48140d"
I20260608 12:40:04.375249  5879 raft_consensus.cc:3060] T b70369bcac1f402c895becd1b3ca03e7 P 68a1c38b78ff4001aaeb4c0e50b0860a [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:04.375412  6028 raft_consensus.cc:3055] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:40:04.375857  6028 raft_consensus.cc:740] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d [term 1 LEADER]: Becoming Follower/Learner. State: Replica: e4455466b8fe49bfb57b3ac04c48140d, State: Running, Role: LEADER
I20260608 12:40:04.376758  6028 consensus_queue.cc:260] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d [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: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } }
I20260608 12:40:04.378055  6028 raft_consensus.cc:3060] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:04.382333  5879 raft_consensus.cc:2468] T b70369bcac1f402c895becd1b3ca03e7 P 68a1c38b78ff4001aaeb4c0e50b0860a [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 502ad505a566458f8adf9fa13d01b887 in term 2.
I20260608 12:40:04.383448  5920 leader_election.cc:304] T b70369bcac1f402c895becd1b3ca03e7 P 502ad505a566458f8adf9fa13d01b887 [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: 502ad505a566458f8adf9fa13d01b887, 68a1c38b78ff4001aaeb4c0e50b0860a; no voters: 
I20260608 12:40:04.383543  6028 raft_consensus.cc:2468] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 502ad505a566458f8adf9fa13d01b887 in term 2.
I20260608 12:40:04.384342  6086 raft_consensus.cc:2804] T b70369bcac1f402c895becd1b3ca03e7 P 502ad505a566458f8adf9fa13d01b887 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:40:04.385515  6086 raft_consensus.cc:697] T b70369bcac1f402c895becd1b3ca03e7 P 502ad505a566458f8adf9fa13d01b887 [term 2 LEADER]: Becoming Leader. State: Replica: 502ad505a566458f8adf9fa13d01b887, State: Running, Role: LEADER
I20260608 12:40:04.386183  6086 consensus_queue.cc:237] T b70369bcac1f402c895becd1b3ca03e7 P 502ad505a566458f8adf9fa13d01b887 [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: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } }
I20260608 12:40:04.392102  5776 catalog_manager.cc:5696] T b70369bcac1f402c895becd1b3ca03e7 P 502ad505a566458f8adf9fa13d01b887 reported cstate change: term changed from 1 to 2, leader changed from e4455466b8fe49bfb57b3ac04c48140d (127.0.107.195) to 502ad505a566458f8adf9fa13d01b887 (127.0.107.194). New cstate: current_term: 2 leader_uuid: "502ad505a566458f8adf9fa13d01b887" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:04.690773  6028 raft_consensus.cc:1275] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d [term 2 FOLLOWER]: Refusing update from remote peer 502ad505a566458f8adf9fa13d01b887: 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:04.691977  6086 consensus_queue.cc:1048] T b70369bcac1f402c895becd1b3ca03e7 P 502ad505a566458f8adf9fa13d01b887 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:40:04.718804  6028 consensus_queue.cc:237] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [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: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } attrs { replace: true } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: true } }
I20260608 12:40:04.724702  5954 raft_consensus.cc:1275] T d3f08f25ea9341aebf21383ca91cb3fe P 502ad505a566458f8adf9fa13d01b887 [term 1 FOLLOWER]: Refusing update from remote peer e4455466b8fe49bfb57b3ac04c48140d: 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:04.725091  5879 raft_consensus.cc:1275] T d3f08f25ea9341aebf21383ca91cb3fe P 68a1c38b78ff4001aaeb4c0e50b0860a [term 1 FOLLOWER]: Refusing update from remote peer e4455466b8fe49bfb57b3ac04c48140d: 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:04.726579  6089 consensus_queue.cc:1048] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [LEADER]: Connected to new peer: Peer: permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:40:04.727473  6095 consensus_queue.cc:1048] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [LEADER]: Connected to new peer: Peer: permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } 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:04.736124  5954 raft_consensus.cc:2955] T d3f08f25ea9341aebf21383ca91cb3fe P 502ad505a566458f8adf9fa13d01b887 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 00ad4cb24a8547cba975b0649484b046 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } attrs { replace: true } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: true } } }
I20260608 12:40:04.736371  5879 raft_consensus.cc:2955] T d3f08f25ea9341aebf21383ca91cb3fe P 68a1c38b78ff4001aaeb4c0e50b0860a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 00ad4cb24a8547cba975b0649484b046 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } attrs { replace: true } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: true } } }
W20260608 12:40:04.737942  5991 consensus_peers.cc:597] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d -> Peer 00ad4cb24a8547cba975b0649484b046 (127.0.107.196:43295): Couldn't send request to peer 00ad4cb24a8547cba975b0649484b046. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: d3f08f25ea9341aebf21383ca91cb3fe. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:04.746990  5776 catalog_manager.cc:5696] T d3f08f25ea9341aebf21383ca91cb3fe P 502ad505a566458f8adf9fa13d01b887 reported cstate change: config changed from index -1 to 2, NON_VOTER 00ad4cb24a8547cba975b0649484b046 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "e4455466b8fe49bfb57b3ac04c48140d" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } attrs { replace: true } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: true } } }
I20260608 12:40:04.754137  5879 raft_consensus.cc:1275] T b70369bcac1f402c895becd1b3ca03e7 P 68a1c38b78ff4001aaeb4c0e50b0860a [term 2 FOLLOWER]: Refusing update from remote peer 502ad505a566458f8adf9fa13d01b887: 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:04.755398  6086 consensus_queue.cc:1048] T b70369bcac1f402c895becd1b3ca03e7 P 502ad505a566458f8adf9fa13d01b887 [LEADER]: Connected to new peer: Peer: permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:40:04.831923  6179 heartbeater.cc:499] Master 127.0.107.254:32995 was elected leader, sending a full tablet report...
I20260608 12:40:04.959473  6080 raft_consensus.cc:2955] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 00ad4cb24a8547cba975b0649484b046 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } attrs { replace: true } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: true } } }
I20260608 12:40:04.979736  5879 consensus_queue.cc:237] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [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: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } attrs { replace: true } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: true } }
I20260608 12:40:04.986608  5954 raft_consensus.cc:1275] T 54071384c24e44738dcecf2452dff4a4 P 502ad505a566458f8adf9fa13d01b887 [term 1 FOLLOWER]: Refusing update from remote peer 68a1c38b78ff4001aaeb4c0e50b0860a: 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:04.987615  6028 raft_consensus.cc:1275] T 54071384c24e44738dcecf2452dff4a4 P e4455466b8fe49bfb57b3ac04c48140d [term 1 FOLLOWER]: Refusing update from remote peer 68a1c38b78ff4001aaeb4c0e50b0860a: 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:04.988072  6201 consensus_queue.cc:1048] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [LEADER]: Connected to new peer: Peer: permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } 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:04.989174  6202 consensus_queue.cc:1048] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [LEADER]: Connected to new peer: Peer: permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:40:04.997195  5842 consensus_peers.cc:597] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a -> Peer 00ad4cb24a8547cba975b0649484b046 (127.0.107.196:43295): Couldn't send request to peer 00ad4cb24a8547cba975b0649484b046. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 54071384c24e44738dcecf2452dff4a4. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:04.999795  6028 raft_consensus.cc:2955] T 54071384c24e44738dcecf2452dff4a4 P e4455466b8fe49bfb57b3ac04c48140d [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 00ad4cb24a8547cba975b0649484b046 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } attrs { replace: true } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: true } } }
I20260608 12:40:05.000619  5954 raft_consensus.cc:2955] T 54071384c24e44738dcecf2452dff4a4 P 502ad505a566458f8adf9fa13d01b887 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 00ad4cb24a8547cba975b0649484b046 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } attrs { replace: true } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: true } } }
I20260608 12:40:05.010526  5777 catalog_manager.cc:5696] T 54071384c24e44738dcecf2452dff4a4 P e4455466b8fe49bfb57b3ac04c48140d reported cstate change: config changed from index -1 to 2, NON_VOTER 00ad4cb24a8547cba975b0649484b046 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } attrs { replace: true } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: true } } }
I20260608 12:40:05.078325  6206 ts_tablet_manager.cc:933] T d3f08f25ea9341aebf21383ca91cb3fe P 00ad4cb24a8547cba975b0649484b046: Initiating tablet copy from peer e4455466b8fe49bfb57b3ac04c48140d (127.0.107.195:35095)
I20260608 12:40:05.079921  6206 tablet_copy_client.cc:323] T d3f08f25ea9341aebf21383ca91cb3fe P 00ad4cb24a8547cba975b0649484b046: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:35095
I20260608 12:40:05.090274  6038 tablet_copy_service.cc:140] P e4455466b8fe49bfb57b3ac04c48140d: Received BeginTabletCopySession request for tablet d3f08f25ea9341aebf21383ca91cb3fe from peer 00ad4cb24a8547cba975b0649484b046 ({username='slave'} at 127.0.0.1:50946)
I20260608 12:40:05.090866  6038 tablet_copy_service.cc:161] P e4455466b8fe49bfb57b3ac04c48140d: Beginning new tablet copy session on tablet d3f08f25ea9341aebf21383ca91cb3fe from peer 00ad4cb24a8547cba975b0649484b046 at {username='slave'} at 127.0.0.1:50946: session id = 00ad4cb24a8547cba975b0649484b046-d3f08f25ea9341aebf21383ca91cb3fe
I20260608 12:40:05.096033  6038 tablet_copy_source_session.cc:215] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:05.098855  6206 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d3f08f25ea9341aebf21383ca91cb3fe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:05.112022  6206 tablet_copy_client.cc:806] T d3f08f25ea9341aebf21383ca91cb3fe P 00ad4cb24a8547cba975b0649484b046: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:05.112511  6206 tablet_copy_client.cc:670] T d3f08f25ea9341aebf21383ca91cb3fe P 00ad4cb24a8547cba975b0649484b046: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:05.115658  6206 tablet_copy_client.cc:538] T d3f08f25ea9341aebf21383ca91cb3fe P 00ad4cb24a8547cba975b0649484b046: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:05.118180  6201 raft_consensus.cc:2955] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 00ad4cb24a8547cba975b0649484b046 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } attrs { replace: true } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: true } } }
I20260608 12:40:05.122680  6206 tablet_bootstrap.cc:492] T d3f08f25ea9341aebf21383ca91cb3fe P 00ad4cb24a8547cba975b0649484b046: Bootstrap starting.
I20260608 12:40:05.141517  6206 tablet_bootstrap.cc:492] T d3f08f25ea9341aebf21383ca91cb3fe P 00ad4cb24a8547cba975b0649484b046: 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:05.142171  6206 tablet_bootstrap.cc:492] T d3f08f25ea9341aebf21383ca91cb3fe P 00ad4cb24a8547cba975b0649484b046: Bootstrap complete.
I20260608 12:40:05.142717  6206 ts_tablet_manager.cc:1403] T d3f08f25ea9341aebf21383ca91cb3fe P 00ad4cb24a8547cba975b0649484b046: Time spent bootstrapping tablet: real 0.020s	user 0.015s	sys 0.005s
I20260608 12:40:05.145226  6206 raft_consensus.cc:359] T d3f08f25ea9341aebf21383ca91cb3fe P 00ad4cb24a8547cba975b0649484b046 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } attrs { replace: true } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: true } }
I20260608 12:40:05.146015  6206 raft_consensus.cc:740] T d3f08f25ea9341aebf21383ca91cb3fe P 00ad4cb24a8547cba975b0649484b046 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 00ad4cb24a8547cba975b0649484b046, State: Initialized, Role: LEARNER
I20260608 12:40:05.146597  6206 consensus_queue.cc:260] T d3f08f25ea9341aebf21383ca91cb3fe P 00ad4cb24a8547cba975b0649484b046 [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: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } attrs { replace: true } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: true } }
I20260608 12:40:05.150339  6206 ts_tablet_manager.cc:1434] T d3f08f25ea9341aebf21383ca91cb3fe P 00ad4cb24a8547cba975b0649484b046: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.001s
I20260608 12:40:05.152262  6038 tablet_copy_service.cc:342] P e4455466b8fe49bfb57b3ac04c48140d: Request end of tablet copy session 00ad4cb24a8547cba975b0649484b046-d3f08f25ea9341aebf21383ca91cb3fe received from {username='slave'} at 127.0.0.1:50946
I20260608 12:40:05.152724  6038 tablet_copy_service.cc:434] P e4455466b8fe49bfb57b3ac04c48140d: ending tablet copy session 00ad4cb24a8547cba975b0649484b046-d3f08f25ea9341aebf21383ca91cb3fe on tablet d3f08f25ea9341aebf21383ca91cb3fe with peer 00ad4cb24a8547cba975b0649484b046
I20260608 12:40:05.344539  6154 raft_consensus.cc:1217] T d3f08f25ea9341aebf21383ca91cb3fe P 00ad4cb24a8547cba975b0649484b046 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:40:05.344957  6206 ts_tablet_manager.cc:933] T 54071384c24e44738dcecf2452dff4a4 P 00ad4cb24a8547cba975b0649484b046: Initiating tablet copy from peer 68a1c38b78ff4001aaeb4c0e50b0860a (127.0.107.193:41573)
I20260608 12:40:05.347668  6206 tablet_copy_client.cc:323] T 54071384c24e44738dcecf2452dff4a4 P 00ad4cb24a8547cba975b0649484b046: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:41573
I20260608 12:40:05.357599  5889 tablet_copy_service.cc:140] P 68a1c38b78ff4001aaeb4c0e50b0860a: Received BeginTabletCopySession request for tablet 54071384c24e44738dcecf2452dff4a4 from peer 00ad4cb24a8547cba975b0649484b046 ({username='slave'} at 127.0.0.1:53600)
I20260608 12:40:05.358095  5889 tablet_copy_service.cc:161] P 68a1c38b78ff4001aaeb4c0e50b0860a: Beginning new tablet copy session on tablet 54071384c24e44738dcecf2452dff4a4 from peer 00ad4cb24a8547cba975b0649484b046 at {username='slave'} at 127.0.0.1:53600: session id = 00ad4cb24a8547cba975b0649484b046-54071384c24e44738dcecf2452dff4a4
I20260608 12:40:05.363273  5889 tablet_copy_source_session.cc:215] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:05.366484  6206 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 54071384c24e44738dcecf2452dff4a4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:05.381769  6206 tablet_copy_client.cc:806] T 54071384c24e44738dcecf2452dff4a4 P 00ad4cb24a8547cba975b0649484b046: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:05.382375  6206 tablet_copy_client.cc:670] T 54071384c24e44738dcecf2452dff4a4 P 00ad4cb24a8547cba975b0649484b046: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:05.385905  6206 tablet_copy_client.cc:538] T 54071384c24e44738dcecf2452dff4a4 P 00ad4cb24a8547cba975b0649484b046: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:05.391695  6206 tablet_bootstrap.cc:492] T 54071384c24e44738dcecf2452dff4a4 P 00ad4cb24a8547cba975b0649484b046: Bootstrap starting.
I20260608 12:40:05.408135  6206 tablet_bootstrap.cc:492] T 54071384c24e44738dcecf2452dff4a4 P 00ad4cb24a8547cba975b0649484b046: 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:05.408792  6206 tablet_bootstrap.cc:492] T 54071384c24e44738dcecf2452dff4a4 P 00ad4cb24a8547cba975b0649484b046: Bootstrap complete.
I20260608 12:40:05.409349  6206 ts_tablet_manager.cc:1403] T 54071384c24e44738dcecf2452dff4a4 P 00ad4cb24a8547cba975b0649484b046: Time spent bootstrapping tablet: real 0.018s	user 0.020s	sys 0.000s
I20260608 12:40:05.411610  6206 raft_consensus.cc:359] T 54071384c24e44738dcecf2452dff4a4 P 00ad4cb24a8547cba975b0649484b046 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } attrs { replace: true } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: true } }
I20260608 12:40:05.412176  6206 raft_consensus.cc:740] T 54071384c24e44738dcecf2452dff4a4 P 00ad4cb24a8547cba975b0649484b046 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 00ad4cb24a8547cba975b0649484b046, State: Initialized, Role: LEARNER
I20260608 12:40:05.412698  6206 consensus_queue.cc:260] T 54071384c24e44738dcecf2452dff4a4 P 00ad4cb24a8547cba975b0649484b046 [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: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } attrs { replace: true } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: true } }
I20260608 12:40:05.414600  6206 ts_tablet_manager.cc:1434] T 54071384c24e44738dcecf2452dff4a4 P 00ad4cb24a8547cba975b0649484b046: Time spent starting tablet: real 0.005s	user 0.001s	sys 0.003s
I20260608 12:40:05.416529  5889 tablet_copy_service.cc:342] P 68a1c38b78ff4001aaeb4c0e50b0860a: Request end of tablet copy session 00ad4cb24a8547cba975b0649484b046-54071384c24e44738dcecf2452dff4a4 received from {username='slave'} at 127.0.0.1:53600
I20260608 12:40:05.416973  5889 tablet_copy_service.cc:434] P 68a1c38b78ff4001aaeb4c0e50b0860a: ending tablet copy session 00ad4cb24a8547cba975b0649484b046-54071384c24e44738dcecf2452dff4a4 on tablet 54071384c24e44738dcecf2452dff4a4 with peer 00ad4cb24a8547cba975b0649484b046
I20260608 12:40:05.582181  6154 raft_consensus.cc:1217] T 54071384c24e44738dcecf2452dff4a4 P 00ad4cb24a8547cba975b0649484b046 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:40:05.722146  5830 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:05.726219  5830 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:05.726679  5830 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:05.847577  6089 raft_consensus.cc:1064] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d: attempting to promote NON_VOTER 00ad4cb24a8547cba975b0649484b046 to VOTER
I20260608 12:40:05.849681  6089 consensus_queue.cc:237] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [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: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } attrs { replace: true } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: false } }
I20260608 12:40:05.859877  6154 raft_consensus.cc:1275] T d3f08f25ea9341aebf21383ca91cb3fe P 00ad4cb24a8547cba975b0649484b046 [term 1 LEARNER]: Refusing update from remote peer e4455466b8fe49bfb57b3ac04c48140d: 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:05.860225  5879 raft_consensus.cc:1275] T d3f08f25ea9341aebf21383ca91cb3fe P 68a1c38b78ff4001aaeb4c0e50b0860a [term 1 FOLLOWER]: Refusing update from remote peer e4455466b8fe49bfb57b3ac04c48140d: 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:05.861833  6214 consensus_queue.cc:1048] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [LEADER]: Connected to new peer: Peer: permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43295 } 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:05.861029  5954 raft_consensus.cc:1275] T d3f08f25ea9341aebf21383ca91cb3fe P 502ad505a566458f8adf9fa13d01b887 [term 1 FOLLOWER]: Refusing update from remote peer e4455466b8fe49bfb57b3ac04c48140d: 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:05.863126  6089 consensus_queue.cc:1048] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [LEADER]: Connected to new peer: Peer: permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } 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:05.864603  6080 consensus_queue.cc:1048] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [LEADER]: Connected to new peer: Peer: permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:05.882108  6154 raft_consensus.cc:2955] T d3f08f25ea9341aebf21383ca91cb3fe P 00ad4cb24a8547cba975b0649484b046 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 00ad4cb24a8547cba975b0649484b046 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } attrs { replace: true } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: false } } }
I20260608 12:40:05.883070  5879 raft_consensus.cc:2955] T d3f08f25ea9341aebf21383ca91cb3fe P 68a1c38b78ff4001aaeb4c0e50b0860a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 00ad4cb24a8547cba975b0649484b046 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } attrs { replace: true } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: false } } }
I20260608 12:40:05.896768  5776 catalog_manager.cc:5696] T d3f08f25ea9341aebf21383ca91cb3fe P 68a1c38b78ff4001aaeb4c0e50b0860a reported cstate change: config changed from index 2 to 3, 00ad4cb24a8547cba975b0649484b046 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "e4455466b8fe49bfb57b3ac04c48140d" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } attrs { replace: true } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: false } } }
I20260608 12:40:05.950817  6089 raft_consensus.cc:2955] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 00ad4cb24a8547cba975b0649484b046 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } attrs { replace: true } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: false } } }
I20260608 12:40:05.961158  5953 raft_consensus.cc:2955] T d3f08f25ea9341aebf21383ca91cb3fe P 502ad505a566458f8adf9fa13d01b887 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 00ad4cb24a8547cba975b0649484b046 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } attrs { replace: true } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: false } } }
I20260608 12:40:05.969808  6028 consensus_queue.cc:237] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [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: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: false } }
I20260608 12:40:05.978382  6154 raft_consensus.cc:1275] T d3f08f25ea9341aebf21383ca91cb3fe P 00ad4cb24a8547cba975b0649484b046 [term 1 FOLLOWER]: Refusing update from remote peer e4455466b8fe49bfb57b3ac04c48140d: 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:05.978945  5953 raft_consensus.cc:1275] T d3f08f25ea9341aebf21383ca91cb3fe P 502ad505a566458f8adf9fa13d01b887 [term 1 FOLLOWER]: Refusing update from remote peer e4455466b8fe49bfb57b3ac04c48140d: 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:05.979982  6080 consensus_queue.cc:1048] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [LEADER]: Connected to new peer: Peer: permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43295 } 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:05.980717  6095 consensus_queue.cc:1048] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [LEADER]: Connected to new peer: Peer: permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:05.989332  6154 raft_consensus.cc:2955] T d3f08f25ea9341aebf21383ca91cb3fe P 00ad4cb24a8547cba975b0649484b046 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 68a1c38b78ff4001aaeb4c0e50b0860a (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: false } } }
I20260608 12:40:05.989594  5953 raft_consensus.cc:2955] T d3f08f25ea9341aebf21383ca91cb3fe P 502ad505a566458f8adf9fa13d01b887 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 68a1c38b78ff4001aaeb4c0e50b0860a (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: false } } }
I20260608 12:40:06.002360  5777 catalog_manager.cc:5696] T d3f08f25ea9341aebf21383ca91cb3fe P 00ad4cb24a8547cba975b0649484b046 reported cstate change: config changed from index 3 to 4, VOTER 68a1c38b78ff4001aaeb4c0e50b0860a (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "e4455466b8fe49bfb57b3ac04c48140d" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: false } } }
I20260608 12:40:06.031282  6209 raft_consensus.cc:1064] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a: attempting to promote NON_VOTER 00ad4cb24a8547cba975b0649484b046 to VOTER
I20260608 12:40:06.034173  6209 consensus_queue.cc:237] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [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: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } attrs { replace: true } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: false } }
I20260608 12:40:06.042496  6154 raft_consensus.cc:1275] T 54071384c24e44738dcecf2452dff4a4 P 00ad4cb24a8547cba975b0649484b046 [term 1 LEARNER]: Refusing update from remote peer 68a1c38b78ff4001aaeb4c0e50b0860a: 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:06.042893  6028 raft_consensus.cc:1275] T 54071384c24e44738dcecf2452dff4a4 P e4455466b8fe49bfb57b3ac04c48140d [term 1 FOLLOWER]: Refusing update from remote peer 68a1c38b78ff4001aaeb4c0e50b0860a: 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:06.044370  5953 raft_consensus.cc:1275] T 54071384c24e44738dcecf2452dff4a4 P 502ad505a566458f8adf9fa13d01b887 [term 1 FOLLOWER]: Refusing update from remote peer 68a1c38b78ff4001aaeb4c0e50b0860a: 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:06.044317  6209 consensus_queue.cc:1048] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [LEADER]: Connected to new peer: Peer: permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43295 } 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:06.045502  6222 consensus_queue.cc:1048] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [LEADER]: Connected to new peer: Peer: permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:06.046437  6201 consensus_queue.cc:1048] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [LEADER]: Connected to new peer: Peer: permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } 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:06.065092  6028 raft_consensus.cc:2955] T 54071384c24e44738dcecf2452dff4a4 P e4455466b8fe49bfb57b3ac04c48140d [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 00ad4cb24a8547cba975b0649484b046 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } attrs { replace: true } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: false } } }
I20260608 12:40:06.066052  6154 raft_consensus.cc:2955] T 54071384c24e44738dcecf2452dff4a4 P 00ad4cb24a8547cba975b0649484b046 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 00ad4cb24a8547cba975b0649484b046 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } attrs { replace: true } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: false } } }
I20260608 12:40:06.067866  5869 tablet_service.cc:1558] Processing DeleteTablet for tablet d3f08f25ea9341aebf21383ca91cb3fe with delete_type TABLET_DATA_TOMBSTONED (TS 68a1c38b78ff4001aaeb4c0e50b0860a not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:53562
I20260608 12:40:06.075443  6226 tablet_replica.cc:333] T d3f08f25ea9341aebf21383ca91cb3fe P 68a1c38b78ff4001aaeb4c0e50b0860a: stopping tablet replica
I20260608 12:40:06.076320  6226 raft_consensus.cc:2243] T d3f08f25ea9341aebf21383ca91cb3fe P 68a1c38b78ff4001aaeb4c0e50b0860a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:06.077123  6226 raft_consensus.cc:2272] T d3f08f25ea9341aebf21383ca91cb3fe P 68a1c38b78ff4001aaeb4c0e50b0860a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:06.081972  6226 ts_tablet_manager.cc:1916] T d3f08f25ea9341aebf21383ca91cb3fe P 68a1c38b78ff4001aaeb4c0e50b0860a: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:06.082413  5776 catalog_manager.cc:5696] T 54071384c24e44738dcecf2452dff4a4 P 00ad4cb24a8547cba975b0649484b046 reported cstate change: config changed from index 2 to 3, 00ad4cb24a8547cba975b0649484b046 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } attrs { replace: true } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: false } } }
I20260608 12:40:06.093360  6226 ts_tablet_manager.cc:1929] T d3f08f25ea9341aebf21383ca91cb3fe P 68a1c38b78ff4001aaeb4c0e50b0860a: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:40:06.093711  6226 log.cc:1199] T d3f08f25ea9341aebf21383ca91cb3fe P 68a1c38b78ff4001aaeb4c0e50b0860a: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922266998516-431-0/minicluster-data/ts-0-root/wals/d3f08f25ea9341aebf21383ca91cb3fe
I20260608 12:40:06.095053  5764 catalog_manager.cc:5027] TS 68a1c38b78ff4001aaeb4c0e50b0860a (127.0.107.193:41573): tablet d3f08f25ea9341aebf21383ca91cb3fe (table test-workload [id=ffa7b1cdc1a24221aed6c1d3eba416ef]) successfully deleted
I20260608 12:40:06.253623  6201 raft_consensus.cc:2955] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 00ad4cb24a8547cba975b0649484b046 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } attrs { replace: true } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: false } } }
I20260608 12:40:06.264034  5953 raft_consensus.cc:2955] T 54071384c24e44738dcecf2452dff4a4 P 502ad505a566458f8adf9fa13d01b887 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 00ad4cb24a8547cba975b0649484b046 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } attrs { replace: true } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: false } } }
I20260608 12:40:06.272925  5879 consensus_queue.cc:237] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [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: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: false } }
I20260608 12:40:06.280361  6154 raft_consensus.cc:1275] T 54071384c24e44738dcecf2452dff4a4 P 00ad4cb24a8547cba975b0649484b046 [term 1 FOLLOWER]: Refusing update from remote peer 68a1c38b78ff4001aaeb4c0e50b0860a: 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:06.280450  6028 raft_consensus.cc:1275] T 54071384c24e44738dcecf2452dff4a4 P e4455466b8fe49bfb57b3ac04c48140d [term 1 FOLLOWER]: Refusing update from remote peer 68a1c38b78ff4001aaeb4c0e50b0860a: 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:06.281884  6227 consensus_queue.cc:1048] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [LEADER]: Connected to new peer: Peer: permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43295 } 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:06.282490  6222 consensus_queue.cc:1048] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [LEADER]: Connected to new peer: Peer: permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:06.291160  6028 raft_consensus.cc:2955] T 54071384c24e44738dcecf2452dff4a4 P e4455466b8fe49bfb57b3ac04c48140d [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 502ad505a566458f8adf9fa13d01b887 (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: false } } }
I20260608 12:40:06.291334  6154 raft_consensus.cc:2955] T 54071384c24e44738dcecf2452dff4a4 P 00ad4cb24a8547cba975b0649484b046 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 502ad505a566458f8adf9fa13d01b887 (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: false } } }
I20260608 12:40:06.301009  5777 catalog_manager.cc:5696] T 54071384c24e44738dcecf2452dff4a4 P e4455466b8fe49bfb57b3ac04c48140d reported cstate change: config changed from index 3 to 4, VOTER 502ad505a566458f8adf9fa13d01b887 (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: false } } }
I20260608 12:40:06.553380  5943 tablet_service.cc:1558] Processing DeleteTablet for tablet 54071384c24e44738dcecf2452dff4a4 with delete_type TABLET_DATA_TOMBSTONED (TS 502ad505a566458f8adf9fa13d01b887 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:52312
I20260608 12:40:06.555465  6228 tablet_replica.cc:333] T 54071384c24e44738dcecf2452dff4a4 P 502ad505a566458f8adf9fa13d01b887: stopping tablet replica
I20260608 12:40:06.556342  6228 raft_consensus.cc:2243] T 54071384c24e44738dcecf2452dff4a4 P 502ad505a566458f8adf9fa13d01b887 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:06.556965  6228 raft_consensus.cc:2272] T 54071384c24e44738dcecf2452dff4a4 P 502ad505a566458f8adf9fa13d01b887 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:06.559752  6228 ts_tablet_manager.cc:1916] T 54071384c24e44738dcecf2452dff4a4 P 502ad505a566458f8adf9fa13d01b887: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:06.569813  6228 ts_tablet_manager.cc:1929] T 54071384c24e44738dcecf2452dff4a4 P 502ad505a566458f8adf9fa13d01b887: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:40:06.570086  6228 log.cc:1199] T 54071384c24e44738dcecf2452dff4a4 P 502ad505a566458f8adf9fa13d01b887: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922266998516-431-0/minicluster-data/ts-1-root/wals/54071384c24e44738dcecf2452dff4a4
I20260608 12:40:06.571341  5762 catalog_manager.cc:5027] TS 502ad505a566458f8adf9fa13d01b887 (127.0.107.194:38067): tablet 54071384c24e44738dcecf2452dff4a4 (table test-workload [id=ffa7b1cdc1a24221aed6c1d3eba416ef]) successfully deleted
I20260608 12:40:06.713219  6227 raft_consensus.cc:2955] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 502ad505a566458f8adf9fa13d01b887 (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "68a1c38b78ff4001aaeb4c0e50b0860a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41573 } } peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: false } } }
I20260608 12:40:06.719668  5764 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 54071384c24e44738dcecf2452dff4a4 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:06.865602  6214 raft_consensus.cc:2955] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 68a1c38b78ff4001aaeb4c0e50b0860a (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e4455466b8fe49bfb57b3ac04c48140d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35095 } } peers { permanent_uuid: "502ad505a566458f8adf9fa13d01b887" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38067 } } peers { permanent_uuid: "00ad4cb24a8547cba975b0649484b046" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43295 } attrs { promote: false } } }
I20260608 12:40:06.873005  5763 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet d3f08f25ea9341aebf21383ca91cb3fe with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:07.727733  5830 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:07.730868  5830 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:07.731209  5830 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:09.732285  5830 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:09.735175  5830 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:09.735496  5830 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:11.736428  5830 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:11.739167  5830 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:11.739506  5830 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:13.740383  5830 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:13.743260  5830 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:13.743642  5830 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:13.880658   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:40:13.907693   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:13.908463   431 tablet_replica.cc:333] T b70369bcac1f402c895becd1b3ca03e7 P 68a1c38b78ff4001aaeb4c0e50b0860a: stopping tablet replica
I20260608 12:40:13.909132   431 raft_consensus.cc:2243] T b70369bcac1f402c895becd1b3ca03e7 P 68a1c38b78ff4001aaeb4c0e50b0860a [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:13.909763   431 raft_consensus.cc:2272] T b70369bcac1f402c895becd1b3ca03e7 P 68a1c38b78ff4001aaeb4c0e50b0860a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:13.912336   431 tablet_replica.cc:333] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a: stopping tablet replica
I20260608 12:40:13.912781   431 raft_consensus.cc:2243] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:13.913755   431 raft_consensus.cc:2272] T 54071384c24e44738dcecf2452dff4a4 P 68a1c38b78ff4001aaeb4c0e50b0860a [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:40:13.934561  5920 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41573: connect: Connection refused (error 111) [suppressed 16 similar messages]
I20260608 12:40:13.935636   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
W20260608 12:40:13.938750  5920 consensus_peers.cc:597] T b70369bcac1f402c895becd1b3ca03e7 P 502ad505a566458f8adf9fa13d01b887 -> Peer 68a1c38b78ff4001aaeb4c0e50b0860a (127.0.107.193:41573): Couldn't send request to peer 68a1c38b78ff4001aaeb4c0e50b0860a. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41573: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:13.952618   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:40:13.974635   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:13.975709   431 tablet_replica.cc:333] T b70369bcac1f402c895becd1b3ca03e7 P 502ad505a566458f8adf9fa13d01b887: stopping tablet replica
I20260608 12:40:13.976302   431 raft_consensus.cc:2243] T b70369bcac1f402c895becd1b3ca03e7 P 502ad505a566458f8adf9fa13d01b887 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:40:13.977365   431 raft_consensus.cc:2272] T b70369bcac1f402c895becd1b3ca03e7 P 502ad505a566458f8adf9fa13d01b887 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:13.979667   431 tablet_replica.cc:333] T d3f08f25ea9341aebf21383ca91cb3fe P 502ad505a566458f8adf9fa13d01b887: stopping tablet replica
I20260608 12:40:13.980086   431 raft_consensus.cc:2243] T d3f08f25ea9341aebf21383ca91cb3fe P 502ad505a566458f8adf9fa13d01b887 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:13.980659   431 raft_consensus.cc:2272] T d3f08f25ea9341aebf21383ca91cb3fe P 502ad505a566458f8adf9fa13d01b887 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:14.004627   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:40:14.020618   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:40:14.042356   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:14.043092   431 tablet_replica.cc:333] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d: stopping tablet replica
I20260608 12:40:14.043756   431 raft_consensus.cc:2243] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:14.044279   431 raft_consensus.cc:2272] T b70369bcac1f402c895becd1b3ca03e7 P e4455466b8fe49bfb57b3ac04c48140d [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:14.046738   431 tablet_replica.cc:333] T 54071384c24e44738dcecf2452dff4a4 P e4455466b8fe49bfb57b3ac04c48140d: stopping tablet replica
I20260608 12:40:14.047220   431 raft_consensus.cc:2243] T 54071384c24e44738dcecf2452dff4a4 P e4455466b8fe49bfb57b3ac04c48140d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:14.048094   431 raft_consensus.cc:2272] T 54071384c24e44738dcecf2452dff4a4 P e4455466b8fe49bfb57b3ac04c48140d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:14.050207   431 tablet_replica.cc:333] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d: stopping tablet replica
I20260608 12:40:14.050688   431 raft_consensus.cc:2243] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:14.051529   431 raft_consensus.cc:2272] T d3f08f25ea9341aebf21383ca91cb3fe P e4455466b8fe49bfb57b3ac04c48140d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:14.075924   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:40:14.090546   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:40:14.113729   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:14.114431   431 tablet_replica.cc:333] T 54071384c24e44738dcecf2452dff4a4 P 00ad4cb24a8547cba975b0649484b046: stopping tablet replica
I20260608 12:40:14.115036   431 raft_consensus.cc:2243] T 54071384c24e44738dcecf2452dff4a4 P 00ad4cb24a8547cba975b0649484b046 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:14.115801   431 raft_consensus.cc:2272] T 54071384c24e44738dcecf2452dff4a4 P 00ad4cb24a8547cba975b0649484b046 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:14.118057   431 tablet_replica.cc:333] T d3f08f25ea9341aebf21383ca91cb3fe P 00ad4cb24a8547cba975b0649484b046: stopping tablet replica
I20260608 12:40:14.118559   431 raft_consensus.cc:2243] T d3f08f25ea9341aebf21383ca91cb3fe P 00ad4cb24a8547cba975b0649484b046 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:14.119191   431 raft_consensus.cc:2272] T d3f08f25ea9341aebf21383ca91cb3fe P 00ad4cb24a8547cba975b0649484b046 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:14.139623   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:40:14.152676   431 master.cc:562] Master@127.0.107.254:32995 shutting down...
I20260608 12:40:14.170533   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P cb1f04e6760846e495bc8752fe5173df [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:14.171146   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P cb1f04e6760846e495bc8752fe5173df [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:14.171487   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P cb1f04e6760846e495bc8752fe5173df: stopping tablet replica
I20260608 12:40:14.189843   431 master.cc:584] Master@127.0.107.254:32995 shutdown complete.
[       OK ] AutoRebalancerTest.AutoRebalancingUnstableCluster (12681 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor
I20260608 12:40:14.230473   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:33343
I20260608 12:40:14.231757   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:14.237479  6235 instance_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:14.238021  6236 instance_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:14.238369  6238 instance_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:14.238963   431 server_base.cc:1061] running on GCE node
I20260608 12:40:14.239741   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:14.239919   431 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:14.240054   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922414240037 us; error 0 us; skew 500 ppm
I20260608 12:40:14.240594   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:14.243191   431 webserver.cc:533] Webserver started at http://127.0.107.254:43271/ using document root <none> and password file <none>
I20260608 12:40:14.243716   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:14.243882   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:14.244156   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:14.245472   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922266998516-431-0/minicluster-data/master-0-root/instance:
uuid: "de55996fbff547ceaae09bab682e5457"
format_stamp: "Formatted at 2026-06-08 12:40:14 on dist-test-slave-3g00"
I20260608 12:40:14.249951   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260608 12:40:14.253461  6243 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:14.254174   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.002s
I20260608 12:40:14.254446   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922266998516-431-0/minicluster-data/master-0-root
uuid: "de55996fbff547ceaae09bab682e5457"
format_stamp: "Formatted at 2026-06-08 12:40:14 on dist-test-slave-3g00"
I20260608 12:40:14.254703   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922266998516-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922266998516-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922266998516-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:14.271318   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:14.272532   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:14.309834   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:33343
I20260608 12:40:14.309957  6294 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:33343 every 8 connection(s)
I20260608 12:40:14.313817  6295 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:14.324411  6295 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P de55996fbff547ceaae09bab682e5457: Bootstrap starting.
I20260608 12:40:14.329195  6295 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P de55996fbff547ceaae09bab682e5457: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:14.333357  6295 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P de55996fbff547ceaae09bab682e5457: No bootstrap required, opened a new log
I20260608 12:40:14.335638  6295 raft_consensus.cc:359] T 00000000000000000000000000000000 P de55996fbff547ceaae09bab682e5457 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "de55996fbff547ceaae09bab682e5457" member_type: VOTER }
I20260608 12:40:14.336056  6295 raft_consensus.cc:385] T 00000000000000000000000000000000 P de55996fbff547ceaae09bab682e5457 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:14.336273  6295 raft_consensus.cc:740] T 00000000000000000000000000000000 P de55996fbff547ceaae09bab682e5457 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: de55996fbff547ceaae09bab682e5457, State: Initialized, Role: FOLLOWER
I20260608 12:40:14.336900  6295 consensus_queue.cc:260] T 00000000000000000000000000000000 P de55996fbff547ceaae09bab682e5457 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "de55996fbff547ceaae09bab682e5457" member_type: VOTER }
I20260608 12:40:14.337360  6295 raft_consensus.cc:399] T 00000000000000000000000000000000 P de55996fbff547ceaae09bab682e5457 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:40:14.337568  6295 raft_consensus.cc:493] T 00000000000000000000000000000000 P de55996fbff547ceaae09bab682e5457 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:40:14.337837  6295 raft_consensus.cc:3060] T 00000000000000000000000000000000 P de55996fbff547ceaae09bab682e5457 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:14.342347  6295 raft_consensus.cc:515] T 00000000000000000000000000000000 P de55996fbff547ceaae09bab682e5457 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "de55996fbff547ceaae09bab682e5457" member_type: VOTER }
I20260608 12:40:14.342857  6295 leader_election.cc:304] T 00000000000000000000000000000000 P de55996fbff547ceaae09bab682e5457 [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: de55996fbff547ceaae09bab682e5457; no voters: 
I20260608 12:40:14.343976  6295 leader_election.cc:290] T 00000000000000000000000000000000 P de55996fbff547ceaae09bab682e5457 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:40:14.344439  6298 raft_consensus.cc:2804] T 00000000000000000000000000000000 P de55996fbff547ceaae09bab682e5457 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:14.345773  6298 raft_consensus.cc:697] T 00000000000000000000000000000000 P de55996fbff547ceaae09bab682e5457 [term 1 LEADER]: Becoming Leader. State: Replica: de55996fbff547ceaae09bab682e5457, State: Running, Role: LEADER
I20260608 12:40:14.346503  6298 consensus_queue.cc:237] T 00000000000000000000000000000000 P de55996fbff547ceaae09bab682e5457 [LEADER]: Queue going to LEADER mode. State: All 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: "de55996fbff547ceaae09bab682e5457" member_type: VOTER }
I20260608 12:40:14.346913  6295 sys_catalog.cc:565] T 00000000000000000000000000000000 P de55996fbff547ceaae09bab682e5457 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:40:14.349769  6300 sys_catalog.cc:455] T 00000000000000000000000000000000 P de55996fbff547ceaae09bab682e5457 [sys.catalog]: SysCatalogTable state changed. Reason: New leader de55996fbff547ceaae09bab682e5457. Latest consensus state: current_term: 1 leader_uuid: "de55996fbff547ceaae09bab682e5457" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "de55996fbff547ceaae09bab682e5457" member_type: VOTER } }
I20260608 12:40:14.350617  6300 sys_catalog.cc:458] T 00000000000000000000000000000000 P de55996fbff547ceaae09bab682e5457 [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:14.349776  6299 sys_catalog.cc:455] T 00000000000000000000000000000000 P de55996fbff547ceaae09bab682e5457 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "de55996fbff547ceaae09bab682e5457" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "de55996fbff547ceaae09bab682e5457" member_type: VOTER } }
I20260608 12:40:14.351689  6299 sys_catalog.cc:458] T 00000000000000000000000000000000 P de55996fbff547ceaae09bab682e5457 [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:14.357411  6304 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:40:14.364974  6304 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:40:14.365868   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:40:14.376715  6304 catalog_manager.cc:1382] Generated new cluster ID: b5966b53eb5b46009a9adc7a2315087e
I20260608 12:40:14.377049  6304 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:40:14.399493  6304 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:40:14.400902  6304 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:40:14.416679  6304 catalog_manager.cc:6069] T 00000000000000000000000000000000 P de55996fbff547ceaae09bab682e5457: Generated new TSK 0
I20260608 12:40:14.417332  6304 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:40:14.433116   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:14.439200  6316 instance_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:14.439900  6317 instance_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:14.441319  6319 instance_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:14.441809   431 server_base.cc:1061] running on GCE node
I20260608 12:40:14.442610   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:14.442802   431 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:14.443009   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922414442950 us; error 0 us; skew 500 ppm
I20260608 12:40:14.443593   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:14.445906   431 webserver.cc:533] Webserver started at http://127.0.107.193:39365/ using document root <none> and password file <none>
I20260608 12:40:14.446395   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:14.446559   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:14.446810   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:14.447846   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922266998516-431-0/minicluster-data/ts-0-root/instance:
uuid: "27f075dd4e42484da469db2f387559ea"
format_stamp: "Formatted at 2026-06-08 12:40:14 on dist-test-slave-3g00"
I20260608 12:40:14.452461   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:40:14.456300  6324 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:14.457156   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:40:14.457461   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922266998516-431-0/minicluster-data/ts-0-root
uuid: "27f075dd4e42484da469db2f387559ea"
format_stamp: "Formatted at 2026-06-08 12:40:14 on dist-test-slave-3g00"
I20260608 12:40:14.457793   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922266998516-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922266998516-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922266998516-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:14.469015   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:14.470141   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:14.471544   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:14.473814   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:14.473995   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:14.474249   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:14.474395   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:14.513767   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:35213
I20260608 12:40:14.513890  6386 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:35213 every 8 connection(s)
I20260608 12:40:14.518846   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:14.525708  6391 instance_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:14.527531  6392 instance_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:14.528167   431 server_base.cc:1061] running on GCE node
W20260608 12:40:14.529122  6395 instance_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:14.529953   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:14.530148   431 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:14.530280   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922414530269 us; error 0 us; skew 500 ppm
I20260608 12:40:14.530788   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:14.533156   431 webserver.cc:533] Webserver started at http://127.0.107.194:44163/ using document root <none> and password file <none>
I20260608 12:40:14.533648   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:14.533831   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:14.534077   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:14.535293   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922266998516-431-0/minicluster-data/ts-1-root/instance:
uuid: "c05a02b20fca4b9da5893d7290609e95"
format_stamp: "Formatted at 2026-06-08 12:40:14 on dist-test-slave-3g00"
I20260608 12:40:14.535741  6387 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33343
I20260608 12:40:14.536115  6387 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:14.536805  6387 heartbeater.cc:507] Master 127.0.107.254:33343 requested a full tablet report, sending...
I20260608 12:40:14.538941  6260 ts_manager.cc:194] Registered new tserver with Master: 27f075dd4e42484da469db2f387559ea (127.0.107.193:35213)
I20260608 12:40:14.540409   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:40:14.541131  6260 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52736
I20260608 12:40:14.544203  6399 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:14.545015   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:40:14.545300   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922266998516-431-0/minicluster-data/ts-1-root
uuid: "c05a02b20fca4b9da5893d7290609e95"
format_stamp: "Formatted at 2026-06-08 12:40:14 on dist-test-slave-3g00"
I20260608 12:40:14.545553   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922266998516-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922266998516-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922266998516-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:14.564466   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:14.565735   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:14.567147   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:14.569352   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:14.569545   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:14.569772   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:14.569926   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:14.608276   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:39875
I20260608 12:40:14.608405  6461 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:39875 every 8 connection(s)
I20260608 12:40:14.613209   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:14.619822  6465 instance_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:14.621763  6466 instance_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:14.623729   431 server_base.cc:1061] running on GCE node
W20260608 12:40:14.623634  6468 instance_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:14.624951   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:14.625175   431 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:14.625339   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922414625322 us; error 0 us; skew 500 ppm
I20260608 12:40:14.625530  6462 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33343
I20260608 12:40:14.625975  6462 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:14.626058   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:14.626729  6462 heartbeater.cc:507] Master 127.0.107.254:33343 requested a full tablet report, sending...
I20260608 12:40:14.628690   431 webserver.cc:533] Webserver started at http://127.0.107.195:32859/ using document root <none> and password file <none>
I20260608 12:40:14.629099  6260 ts_manager.cc:194] Registered new tserver with Master: c05a02b20fca4b9da5893d7290609e95 (127.0.107.194:39875)
I20260608 12:40:14.629271   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:14.629555   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:14.629812   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:14.630532  6260 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52752
I20260608 12:40:14.630967   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922266998516-431-0/minicluster-data/ts-2-root/instance:
uuid: "ac2d3c47b8114a85b1a9c57f80f95a9b"
format_stamp: "Formatted at 2026-06-08 12:40:14 on dist-test-slave-3g00"
I20260608 12:40:14.635591   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:40:14.639042  6473 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:14.639741   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:40:14.640017   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922266998516-431-0/minicluster-data/ts-2-root
uuid: "ac2d3c47b8114a85b1a9c57f80f95a9b"
format_stamp: "Formatted at 2026-06-08 12:40:14 on dist-test-slave-3g00"
I20260608 12:40:14.640281   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922266998516-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922266998516-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922266998516-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:14.661566   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:14.662755   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:14.664160   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:14.666397   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:14.666590   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:14.666806   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:14.666957   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:14.706760   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:41235
I20260608 12:40:14.706869  6535 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:41235 every 8 connection(s)
I20260608 12:40:14.720640  6536 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33343
I20260608 12:40:14.721050  6536 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:14.721710  6536 heartbeater.cc:507] Master 127.0.107.254:33343 requested a full tablet report, sending...
I20260608 12:40:14.723557  6260 ts_manager.cc:194] Registered new tserver with Master: ac2d3c47b8114a85b1a9c57f80f95a9b (127.0.107.195:41235)
I20260608 12:40:14.723764   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013628249s
I20260608 12:40:14.724969  6260 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52764
I20260608 12:40:15.543789  6387 heartbeater.cc:499] Master 127.0.107.254:33343 was elected leader, sending a full tablet report...
I20260608 12:40:15.632953  6462 heartbeater.cc:499] Master 127.0.107.254:33343 was elected leader, sending a full tablet report...
I20260608 12:40:15.727547  6536 heartbeater.cc:499] Master 127.0.107.254:33343 was elected leader, sending a full tablet report...
I20260608 12:40:15.779488  6260 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:52778:
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:15.781718  6260 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:15.820942  6352 tablet_service.cc:1511] Processing CreateTablet for tablet 15f34fa9c9714803ad16360bae948979 (DEFAULT_TABLE table=test-workload [id=95c4e8729aa54bb0870fc6ac0b96361e]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:40:15.822535  6352 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 15f34fa9c9714803ad16360bae948979. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:15.830190  6427 tablet_service.cc:1511] Processing CreateTablet for tablet 15f34fa9c9714803ad16360bae948979 (DEFAULT_TABLE table=test-workload [id=95c4e8729aa54bb0870fc6ac0b96361e]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:40:15.831640  6427 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 15f34fa9c9714803ad16360bae948979. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:15.843143  6556 tablet_bootstrap.cc:492] T 15f34fa9c9714803ad16360bae948979 P 27f075dd4e42484da469db2f387559ea: Bootstrap starting.
I20260608 12:40:15.847009  6501 tablet_service.cc:1511] Processing CreateTablet for tablet 15f34fa9c9714803ad16360bae948979 (DEFAULT_TABLE table=test-workload [id=95c4e8729aa54bb0870fc6ac0b96361e]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:40:15.848380  6501 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 15f34fa9c9714803ad16360bae948979. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:15.848870  6557 tablet_bootstrap.cc:492] T 15f34fa9c9714803ad16360bae948979 P c05a02b20fca4b9da5893d7290609e95: Bootstrap starting.
I20260608 12:40:15.851459  6556 tablet_bootstrap.cc:654] T 15f34fa9c9714803ad16360bae948979 P 27f075dd4e42484da469db2f387559ea: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:15.856354  6557 tablet_bootstrap.cc:654] T 15f34fa9c9714803ad16360bae948979 P c05a02b20fca4b9da5893d7290609e95: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:15.856923  6556 tablet_bootstrap.cc:492] T 15f34fa9c9714803ad16360bae948979 P 27f075dd4e42484da469db2f387559ea: No bootstrap required, opened a new log
I20260608 12:40:15.857359  6556 ts_tablet_manager.cc:1403] T 15f34fa9c9714803ad16360bae948979 P 27f075dd4e42484da469db2f387559ea: Time spent bootstrapping tablet: real 0.015s	user 0.005s	sys 0.007s
I20260608 12:40:15.860381  6556 raft_consensus.cc:359] T 15f34fa9c9714803ad16360bae948979 P 27f075dd4e42484da469db2f387559ea [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27f075dd4e42484da469db2f387559ea" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35213 } } peers { permanent_uuid: "ac2d3c47b8114a85b1a9c57f80f95a9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41235 } } peers { permanent_uuid: "c05a02b20fca4b9da5893d7290609e95" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39875 } }
I20260608 12:40:15.861181  6556 raft_consensus.cc:385] T 15f34fa9c9714803ad16360bae948979 P 27f075dd4e42484da469db2f387559ea [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:15.861517  6556 raft_consensus.cc:740] T 15f34fa9c9714803ad16360bae948979 P 27f075dd4e42484da469db2f387559ea [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 27f075dd4e42484da469db2f387559ea, State: Initialized, Role: FOLLOWER
I20260608 12:40:15.862471  6556 consensus_queue.cc:260] T 15f34fa9c9714803ad16360bae948979 P 27f075dd4e42484da469db2f387559ea [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27f075dd4e42484da469db2f387559ea" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35213 } } peers { permanent_uuid: "ac2d3c47b8114a85b1a9c57f80f95a9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41235 } } peers { permanent_uuid: "c05a02b20fca4b9da5893d7290609e95" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39875 } }
I20260608 12:40:15.865271  6556 ts_tablet_manager.cc:1434] T 15f34fa9c9714803ad16360bae948979 P 27f075dd4e42484da469db2f387559ea: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.002s
I20260608 12:40:15.870525  6561 tablet_bootstrap.cc:492] T 15f34fa9c9714803ad16360bae948979 P ac2d3c47b8114a85b1a9c57f80f95a9b: Bootstrap starting.
I20260608 12:40:15.870678  6557 tablet_bootstrap.cc:492] T 15f34fa9c9714803ad16360bae948979 P c05a02b20fca4b9da5893d7290609e95: No bootstrap required, opened a new log
I20260608 12:40:15.871335  6557 ts_tablet_manager.cc:1403] T 15f34fa9c9714803ad16360bae948979 P c05a02b20fca4b9da5893d7290609e95: Time spent bootstrapping tablet: real 0.023s	user 0.021s	sys 0.000s
I20260608 12:40:15.874044  6557 raft_consensus.cc:359] T 15f34fa9c9714803ad16360bae948979 P c05a02b20fca4b9da5893d7290609e95 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27f075dd4e42484da469db2f387559ea" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35213 } } peers { permanent_uuid: "ac2d3c47b8114a85b1a9c57f80f95a9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41235 } } peers { permanent_uuid: "c05a02b20fca4b9da5893d7290609e95" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39875 } }
I20260608 12:40:15.874817  6557 raft_consensus.cc:385] T 15f34fa9c9714803ad16360bae948979 P c05a02b20fca4b9da5893d7290609e95 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:15.875046  6557 raft_consensus.cc:740] T 15f34fa9c9714803ad16360bae948979 P c05a02b20fca4b9da5893d7290609e95 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c05a02b20fca4b9da5893d7290609e95, State: Initialized, Role: FOLLOWER
I20260608 12:40:15.875854  6557 consensus_queue.cc:260] T 15f34fa9c9714803ad16360bae948979 P c05a02b20fca4b9da5893d7290609e95 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27f075dd4e42484da469db2f387559ea" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35213 } } peers { permanent_uuid: "ac2d3c47b8114a85b1a9c57f80f95a9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41235 } } peers { permanent_uuid: "c05a02b20fca4b9da5893d7290609e95" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39875 } }
I20260608 12:40:15.877717  6561 tablet_bootstrap.cc:654] T 15f34fa9c9714803ad16360bae948979 P ac2d3c47b8114a85b1a9c57f80f95a9b: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:15.878849  6557 ts_tablet_manager.cc:1434] T 15f34fa9c9714803ad16360bae948979 P c05a02b20fca4b9da5893d7290609e95: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.005s
I20260608 12:40:15.883414  6561 tablet_bootstrap.cc:492] T 15f34fa9c9714803ad16360bae948979 P ac2d3c47b8114a85b1a9c57f80f95a9b: No bootstrap required, opened a new log
I20260608 12:40:15.883972  6561 ts_tablet_manager.cc:1403] T 15f34fa9c9714803ad16360bae948979 P ac2d3c47b8114a85b1a9c57f80f95a9b: Time spent bootstrapping tablet: real 0.014s	user 0.006s	sys 0.005s
I20260608 12:40:15.886863  6561 raft_consensus.cc:359] T 15f34fa9c9714803ad16360bae948979 P ac2d3c47b8114a85b1a9c57f80f95a9b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27f075dd4e42484da469db2f387559ea" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35213 } } peers { permanent_uuid: "ac2d3c47b8114a85b1a9c57f80f95a9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41235 } } peers { permanent_uuid: "c05a02b20fca4b9da5893d7290609e95" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39875 } }
I20260608 12:40:15.887380  6561 raft_consensus.cc:385] T 15f34fa9c9714803ad16360bae948979 P ac2d3c47b8114a85b1a9c57f80f95a9b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:15.887619  6561 raft_consensus.cc:740] T 15f34fa9c9714803ad16360bae948979 P ac2d3c47b8114a85b1a9c57f80f95a9b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ac2d3c47b8114a85b1a9c57f80f95a9b, State: Initialized, Role: FOLLOWER
I20260608 12:40:15.888248  6561 consensus_queue.cc:260] T 15f34fa9c9714803ad16360bae948979 P ac2d3c47b8114a85b1a9c57f80f95a9b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27f075dd4e42484da469db2f387559ea" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35213 } } peers { permanent_uuid: "ac2d3c47b8114a85b1a9c57f80f95a9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41235 } } peers { permanent_uuid: "c05a02b20fca4b9da5893d7290609e95" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39875 } }
I20260608 12:40:15.890798  6561 ts_tablet_manager.cc:1434] T 15f34fa9c9714803ad16360bae948979 P ac2d3c47b8114a85b1a9c57f80f95a9b: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260608 12:40:15.940551  6564 raft_consensus.cc:493] T 15f34fa9c9714803ad16360bae948979 P ac2d3c47b8114a85b1a9c57f80f95a9b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:15.941056  6564 raft_consensus.cc:515] T 15f34fa9c9714803ad16360bae948979 P ac2d3c47b8114a85b1a9c57f80f95a9b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27f075dd4e42484da469db2f387559ea" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35213 } } peers { permanent_uuid: "ac2d3c47b8114a85b1a9c57f80f95a9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41235 } } peers { permanent_uuid: "c05a02b20fca4b9da5893d7290609e95" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39875 } }
I20260608 12:40:15.943411  6564 leader_election.cc:290] T 15f34fa9c9714803ad16360bae948979 P ac2d3c47b8114a85b1a9c57f80f95a9b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 27f075dd4e42484da469db2f387559ea (127.0.107.193:35213), c05a02b20fca4b9da5893d7290609e95 (127.0.107.194:39875)
I20260608 12:40:15.954653  6437 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15f34fa9c9714803ad16360bae948979" candidate_uuid: "ac2d3c47b8114a85b1a9c57f80f95a9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c05a02b20fca4b9da5893d7290609e95" is_pre_election: true
I20260608 12:40:15.954695  6362 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15f34fa9c9714803ad16360bae948979" candidate_uuid: "ac2d3c47b8114a85b1a9c57f80f95a9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "27f075dd4e42484da469db2f387559ea" is_pre_election: true
I20260608 12:40:15.955415  6437 raft_consensus.cc:2468] T 15f34fa9c9714803ad16360bae948979 P c05a02b20fca4b9da5893d7290609e95 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ac2d3c47b8114a85b1a9c57f80f95a9b in term 0.
I20260608 12:40:15.955518  6362 raft_consensus.cc:2468] T 15f34fa9c9714803ad16360bae948979 P 27f075dd4e42484da469db2f387559ea [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ac2d3c47b8114a85b1a9c57f80f95a9b in term 0.
I20260608 12:40:15.956794  6477 leader_election.cc:304] T 15f34fa9c9714803ad16360bae948979 P ac2d3c47b8114a85b1a9c57f80f95a9b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ac2d3c47b8114a85b1a9c57f80f95a9b, c05a02b20fca4b9da5893d7290609e95; no voters: 
I20260608 12:40:15.957564  6564 raft_consensus.cc:2804] T 15f34fa9c9714803ad16360bae948979 P ac2d3c47b8114a85b1a9c57f80f95a9b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:15.957974  6564 raft_consensus.cc:493] T 15f34fa9c9714803ad16360bae948979 P ac2d3c47b8114a85b1a9c57f80f95a9b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:15.958240  6564 raft_consensus.cc:3060] T 15f34fa9c9714803ad16360bae948979 P ac2d3c47b8114a85b1a9c57f80f95a9b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:15.963363  6564 raft_consensus.cc:515] T 15f34fa9c9714803ad16360bae948979 P ac2d3c47b8114a85b1a9c57f80f95a9b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27f075dd4e42484da469db2f387559ea" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35213 } } peers { permanent_uuid: "ac2d3c47b8114a85b1a9c57f80f95a9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41235 } } peers { permanent_uuid: "c05a02b20fca4b9da5893d7290609e95" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39875 } }
I20260608 12:40:15.964953  6564 leader_election.cc:290] T 15f34fa9c9714803ad16360bae948979 P ac2d3c47b8114a85b1a9c57f80f95a9b [CANDIDATE]: Term 1 election: Requested vote from peers 27f075dd4e42484da469db2f387559ea (127.0.107.193:35213), c05a02b20fca4b9da5893d7290609e95 (127.0.107.194:39875)
I20260608 12:40:15.965734  6362 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15f34fa9c9714803ad16360bae948979" candidate_uuid: "ac2d3c47b8114a85b1a9c57f80f95a9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "27f075dd4e42484da469db2f387559ea"
I20260608 12:40:15.966005  6437 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15f34fa9c9714803ad16360bae948979" candidate_uuid: "ac2d3c47b8114a85b1a9c57f80f95a9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c05a02b20fca4b9da5893d7290609e95"
I20260608 12:40:15.966344  6362 raft_consensus.cc:3060] T 15f34fa9c9714803ad16360bae948979 P 27f075dd4e42484da469db2f387559ea [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:15.966549  6437 raft_consensus.cc:3060] T 15f34fa9c9714803ad16360bae948979 P c05a02b20fca4b9da5893d7290609e95 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:15.973701  6437 raft_consensus.cc:2468] T 15f34fa9c9714803ad16360bae948979 P c05a02b20fca4b9da5893d7290609e95 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ac2d3c47b8114a85b1a9c57f80f95a9b in term 1.
I20260608 12:40:15.973691  6362 raft_consensus.cc:2468] T 15f34fa9c9714803ad16360bae948979 P 27f075dd4e42484da469db2f387559ea [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ac2d3c47b8114a85b1a9c57f80f95a9b in term 1.
I20260608 12:40:15.975335  6475 leader_election.cc:304] T 15f34fa9c9714803ad16360bae948979 P ac2d3c47b8114a85b1a9c57f80f95a9b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 27f075dd4e42484da469db2f387559ea, ac2d3c47b8114a85b1a9c57f80f95a9b; no voters: 
I20260608 12:40:15.976194  6564 raft_consensus.cc:2804] T 15f34fa9c9714803ad16360bae948979 P ac2d3c47b8114a85b1a9c57f80f95a9b [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:15.977260  6564 raft_consensus.cc:697] T 15f34fa9c9714803ad16360bae948979 P ac2d3c47b8114a85b1a9c57f80f95a9b [term 1 LEADER]: Becoming Leader. State: Replica: ac2d3c47b8114a85b1a9c57f80f95a9b, State: Running, Role: LEADER
I20260608 12:40:15.978046  6564 consensus_queue.cc:237] T 15f34fa9c9714803ad16360bae948979 P ac2d3c47b8114a85b1a9c57f80f95a9b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27f075dd4e42484da469db2f387559ea" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35213 } } peers { permanent_uuid: "ac2d3c47b8114a85b1a9c57f80f95a9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41235 } } peers { permanent_uuid: "c05a02b20fca4b9da5893d7290609e95" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39875 } }
I20260608 12:40:15.984635  6259 catalog_manager.cc:5696] T 15f34fa9c9714803ad16360bae948979 P ac2d3c47b8114a85b1a9c57f80f95a9b reported cstate change: term changed from 0 to 1, leader changed from <none> to ac2d3c47b8114a85b1a9c57f80f95a9b (127.0.107.195). New cstate: current_term: 1 leader_uuid: "ac2d3c47b8114a85b1a9c57f80f95a9b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27f075dd4e42484da469db2f387559ea" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35213 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ac2d3c47b8114a85b1a9c57f80f95a9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41235 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c05a02b20fca4b9da5893d7290609e95" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39875 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:16.006006   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:40:16.023001   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:16.023790   431 tablet_replica.cc:333] T 15f34fa9c9714803ad16360bae948979 P 27f075dd4e42484da469db2f387559ea: stopping tablet replica
I20260608 12:40:16.024371   431 raft_consensus.cc:2243] T 15f34fa9c9714803ad16360bae948979 P 27f075dd4e42484da469db2f387559ea [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:16.024781   431 raft_consensus.cc:2272] T 15f34fa9c9714803ad16360bae948979 P 27f075dd4e42484da469db2f387559ea [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:16.043426   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:40:16.362437  6313 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:16.363768  6313 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:16.364075  6313 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:40:16.405260  6475 consensus_peers.cc:597] T 15f34fa9c9714803ad16360bae948979 P ac2d3c47b8114a85b1a9c57f80f95a9b -> Peer 27f075dd4e42484da469db2f387559ea (127.0.107.193:35213): Couldn't send request to peer 27f075dd4e42484da469db2f387559ea. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:35213: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:16.455461  6564 consensus_queue.cc:1048] T 15f34fa9c9714803ad16360bae948979 P ac2d3c47b8114a85b1a9c57f80f95a9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "c05a02b20fca4b9da5893d7290609e95" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39875 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:18.365446  6313 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:18.367935  6313 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:18.368494  6313 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:40:18.723919  6475 consensus_peers.cc:597] T 15f34fa9c9714803ad16360bae948979 P ac2d3c47b8114a85b1a9c57f80f95a9b -> Peer 27f075dd4e42484da469db2f387559ea (127.0.107.193:35213): Couldn't send request to peer 27f075dd4e42484da469db2f387559ea. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:35213: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260608 12:40:19.202929  6475 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:35213: connect: Connection refused (error 111) [suppressed 6 similar messages]
I20260608 12:40:20.369730  6313 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:20.371603  6313 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:20.371994  6313 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:40:21.389613  6475 consensus_peers.cc:597] T 15f34fa9c9714803ad16360bae948979 P ac2d3c47b8114a85b1a9c57f80f95a9b -> Peer 27f075dd4e42484da469db2f387559ea (127.0.107.193:35213): Couldn't send request to peer 27f075dd4e42484da469db2f387559ea. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:35213: connect: Connection refused (error 111). This is attempt 11: this message will repeat every 5th retry.
I20260608 12:40:22.373070  6313 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:22.374795  6313 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:22.375159  6313 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:40:24.131899  6475 consensus_peers.cc:597] T 15f34fa9c9714803ad16360bae948979 P ac2d3c47b8114a85b1a9c57f80f95a9b -> Peer 27f075dd4e42484da469db2f387559ea (127.0.107.193:35213): Couldn't send request to peer 27f075dd4e42484da469db2f387559ea. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:35213: connect: Connection refused (error 111). This is attempt 16: this message will repeat every 5th retry.
I20260608 12:40:24.376163  6313 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:24.377523  6313 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:24.377786  6313 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:40:24.568385  6475 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:35213: connect: Connection refused (error 111) [suppressed 9 similar messages]
I20260608 12:40:26.378605  6313 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:26.379842  6313 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:26.380089  6313 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:40:26.548599  6475 consensus_peers.cc:597] T 15f34fa9c9714803ad16360bae948979 P ac2d3c47b8114a85b1a9c57f80f95a9b -> Peer 27f075dd4e42484da469db2f387559ea (127.0.107.193:35213): Couldn't send request to peer 27f075dd4e42484da469db2f387559ea. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:35213: connect: Connection refused (error 111). This is attempt 21: this message will repeat every 5th retry.
I20260608 12:40:27.115818   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:40:27.139278   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:27.140133   431 tablet_replica.cc:333] T 15f34fa9c9714803ad16360bae948979 P c05a02b20fca4b9da5893d7290609e95: stopping tablet replica
I20260608 12:40:27.140946   431 raft_consensus.cc:2243] T 15f34fa9c9714803ad16360bae948979 P c05a02b20fca4b9da5893d7290609e95 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:27.141574   431 raft_consensus.cc:2272] T 15f34fa9c9714803ad16360bae948979 P c05a02b20fca4b9da5893d7290609e95 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:27.162851   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:40:27.176451   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:40:27.197901   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:27.198604   431 tablet_replica.cc:333] T 15f34fa9c9714803ad16360bae948979 P ac2d3c47b8114a85b1a9c57f80f95a9b: stopping tablet replica
I20260608 12:40:27.199107   431 raft_consensus.cc:2243] T 15f34fa9c9714803ad16360bae948979 P ac2d3c47b8114a85b1a9c57f80f95a9b [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:27.199997   431 raft_consensus.cc:2272] T 15f34fa9c9714803ad16360bae948979 P ac2d3c47b8114a85b1a9c57f80f95a9b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:27.219100   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:40:27.230827   431 master.cc:562] Master@127.0.107.254:33343 shutting down...
I20260608 12:40:27.249171   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P de55996fbff547ceaae09bab682e5457 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:27.249840   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P de55996fbff547ceaae09bab682e5457 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:27.250180   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P de55996fbff547ceaae09bab682e5457: stopping tablet replica
I20260608 12:40:27.268517   431 master.cc:584] Master@127.0.107.254:33343 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor (13072 ms)
[ RUN      ] AutoRebalancerTest.NoRebalancingIfReplicasRecovering
I20260608 12:40:27.303661   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:42429
I20260608 12:40:27.304924   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:27.311019  6597 instance_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:27.311363  6600 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:27.311614  6598 instance_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:27.312553   431 server_base.cc:1061] running on GCE node
I20260608 12:40:27.313437   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:27.313614   431 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:27.313791   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922427313763 us; error 0 us; skew 500 ppm
I20260608 12:40:27.314361   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:27.316782   431 webserver.cc:533] Webserver started at http://127.0.107.254:43859/ using document root <none> and password file <none>
I20260608 12:40:27.317358   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:27.317533   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:27.317821   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:27.319032   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922266998516-431-0/minicluster-data/master-0-root/instance:
uuid: "1b30ba8210dc4a9e83a58ad5d2f1826a"
format_stamp: "Formatted at 2026-06-08 12:40:27 on dist-test-slave-3g00"
I20260608 12:40:27.323747   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.003s
I20260608 12:40:27.327360  6605 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:27.328130   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:40:27.328419   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922266998516-431-0/minicluster-data/master-0-root
uuid: "1b30ba8210dc4a9e83a58ad5d2f1826a"
format_stamp: "Formatted at 2026-06-08 12:40:27 on dist-test-slave-3g00"
I20260608 12:40:27.328706   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922266998516-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922266998516-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922266998516-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:27.350448   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:27.351732   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:27.390653   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:42429
I20260608 12:40:27.390727  6656 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:42429 every 8 connection(s)
I20260608 12:40:27.394811  6657 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:27.407039  6657 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1b30ba8210dc4a9e83a58ad5d2f1826a: Bootstrap starting.
I20260608 12:40:27.412004  6657 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1b30ba8210dc4a9e83a58ad5d2f1826a: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:27.416455  6657 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1b30ba8210dc4a9e83a58ad5d2f1826a: No bootstrap required, opened a new log
I20260608 12:40:27.419004  6657 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1b30ba8210dc4a9e83a58ad5d2f1826a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1b30ba8210dc4a9e83a58ad5d2f1826a" member_type: VOTER }
I20260608 12:40:27.419458  6657 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1b30ba8210dc4a9e83a58ad5d2f1826a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:27.419710  6657 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1b30ba8210dc4a9e83a58ad5d2f1826a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1b30ba8210dc4a9e83a58ad5d2f1826a, State: Initialized, Role: FOLLOWER
I20260608 12:40:27.420333  6657 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1b30ba8210dc4a9e83a58ad5d2f1826a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "1b30ba8210dc4a9e83a58ad5d2f1826a" member_type: VOTER }
I20260608 12:40:27.420774  6657 raft_consensus.cc:399] T 00000000000000000000000000000000 P 1b30ba8210dc4a9e83a58ad5d2f1826a [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:40:27.421049  6657 raft_consensus.cc:493] T 00000000000000000000000000000000 P 1b30ba8210dc4a9e83a58ad5d2f1826a [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:40:27.421315  6657 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1b30ba8210dc4a9e83a58ad5d2f1826a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:27.426170  6657 raft_consensus.cc:515] T 00000000000000000000000000000000 P 1b30ba8210dc4a9e83a58ad5d2f1826a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1b30ba8210dc4a9e83a58ad5d2f1826a" member_type: VOTER }
I20260608 12:40:27.426664  6657 leader_election.cc:304] T 00000000000000000000000000000000 P 1b30ba8210dc4a9e83a58ad5d2f1826a [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: 1b30ba8210dc4a9e83a58ad5d2f1826a; no voters: 
I20260608 12:40:27.427803  6657 leader_election.cc:290] T 00000000000000000000000000000000 P 1b30ba8210dc4a9e83a58ad5d2f1826a [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:40:27.428256  6660 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 1b30ba8210dc4a9e83a58ad5d2f1826a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:27.429606  6660 raft_consensus.cc:697] T 00000000000000000000000000000000 P 1b30ba8210dc4a9e83a58ad5d2f1826a [term 1 LEADER]: Becoming Leader. State: Replica: 1b30ba8210dc4a9e83a58ad5d2f1826a, State: Running, Role: LEADER
I20260608 12:40:27.430365  6660 consensus_queue.cc:237] T 00000000000000000000000000000000 P 1b30ba8210dc4a9e83a58ad5d2f1826a [LEADER]: Queue going to LEADER mode. State: All 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: "1b30ba8210dc4a9e83a58ad5d2f1826a" member_type: VOTER }
I20260608 12:40:27.430830  6657 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1b30ba8210dc4a9e83a58ad5d2f1826a [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:40:27.434917  6662 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1b30ba8210dc4a9e83a58ad5d2f1826a [sys.catalog]: SysCatalogTable state changed. Reason: New leader 1b30ba8210dc4a9e83a58ad5d2f1826a. Latest consensus state: current_term: 1 leader_uuid: "1b30ba8210dc4a9e83a58ad5d2f1826a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1b30ba8210dc4a9e83a58ad5d2f1826a" member_type: VOTER } }
I20260608 12:40:27.435559  6662 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1b30ba8210dc4a9e83a58ad5d2f1826a [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:27.435887  6661 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1b30ba8210dc4a9e83a58ad5d2f1826a [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "1b30ba8210dc4a9e83a58ad5d2f1826a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1b30ba8210dc4a9e83a58ad5d2f1826a" member_type: VOTER } }
I20260608 12:40:27.436532  6661 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1b30ba8210dc4a9e83a58ad5d2f1826a [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:27.439497  6668 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:40:27.444886  6668 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:40:27.447191   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:40:27.454303  6668 catalog_manager.cc:1382] Generated new cluster ID: 311a9327b19345e39bac060dd8c84ef9
I20260608 12:40:27.454602  6668 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:40:27.468345  6668 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:40:27.469689  6668 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:40:27.486539  6668 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 1b30ba8210dc4a9e83a58ad5d2f1826a: Generated new TSK 0
I20260608 12:40:27.487126  6668 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:40:27.513836   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:27.520056  6678 instance_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:27.520912  6679 instance_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:27.523016  6681 instance_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:27.523324   431 server_base.cc:1061] running on GCE node
I20260608 12:40:27.524161   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:27.524363   431 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:27.524513   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922427524496 us; error 0 us; skew 500 ppm
I20260608 12:40:27.525112   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:27.527343   431 webserver.cc:533] Webserver started at http://127.0.107.193:37347/ using document root <none> and password file <none>
I20260608 12:40:27.527827   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:27.528002   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:27.528249   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:27.529409   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922266998516-431-0/minicluster-data/ts-0-root/instance:
uuid: "379cd3f427fe4cd7ab98d16df85f9ee3"
format_stamp: "Formatted at 2026-06-08 12:40:27 on dist-test-slave-3g00"
I20260608 12:40:27.534082   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:40:27.537420  6686 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:27.538117   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:40:27.538401   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922266998516-431-0/minicluster-data/ts-0-root
uuid: "379cd3f427fe4cd7ab98d16df85f9ee3"
format_stamp: "Formatted at 2026-06-08 12:40:27 on dist-test-slave-3g00"
I20260608 12:40:27.538658   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922266998516-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922266998516-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922266998516-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:27.564612   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:27.565842   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:27.567320   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:27.569723   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:27.569927   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:27.570152   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:27.570308   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:27.609767   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:34391
I20260608 12:40:27.609887  6748 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:34391 every 8 connection(s)
I20260608 12:40:27.614794   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:27.621941  6753 instance_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:27.624150  6754 instance_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:27.624449  6756 instance_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:27.626672   431 server_base.cc:1061] running on GCE node
I20260608 12:40:27.627606  6749 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42429
I20260608 12:40:27.627710   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:40:27.627991  6749 heartbeater.cc:461] Registering TS with master...
W20260608 12:40:27.628043   431 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:27.628358   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922427628338 us; error 0 us; skew 500 ppm
I20260608 12:40:27.628916  6749 heartbeater.cc:507] Master 127.0.107.254:42429 requested a full tablet report, sending...
I20260608 12:40:27.629042   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:27.631156  6622 ts_manager.cc:194] Registered new tserver with Master: 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193:34391)
I20260608 12:40:27.632037   431 webserver.cc:533] Webserver started at http://127.0.107.194:34095/ using document root <none> and password file <none>
I20260608 12:40:27.632573   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:27.632843   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:27.633155   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:27.633661  6622 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40652
I20260608 12:40:27.634704   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922266998516-431-0/minicluster-data/ts-1-root/instance:
uuid: "1464140a1cb44ede8e4b317d9118ac7a"
format_stamp: "Formatted at 2026-06-08 12:40:27 on dist-test-slave-3g00"
I20260608 12:40:27.639326   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:40:27.642704  6761 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:27.643481   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:40:27.643752   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922266998516-431-0/minicluster-data/ts-1-root
uuid: "1464140a1cb44ede8e4b317d9118ac7a"
format_stamp: "Formatted at 2026-06-08 12:40:27 on dist-test-slave-3g00"
I20260608 12:40:27.644003   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922266998516-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922266998516-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922266998516-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:27.659937   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:27.661192   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:27.662636   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:27.664901   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:27.665098   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:27.665341   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:27.665499   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:27.705195   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:41827
I20260608 12:40:27.705339  6823 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:41827 every 8 connection(s)
I20260608 12:40:27.710507   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:27.718736  6827 instance_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:27.719614  6828 instance_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:27.720774  6830 instance_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:27.722517   431 server_base.cc:1061] running on GCE node
I20260608 12:40:27.723603   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:27.723816   431 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:27.723891  6824 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42429
I20260608 12:40:27.724030   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922427724011 us; error 0 us; skew 500 ppm
I20260608 12:40:27.724372  6824 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:27.724787   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:27.725181  6824 heartbeater.cc:507] Master 127.0.107.254:42429 requested a full tablet report, sending...
I20260608 12:40:27.727466   431 webserver.cc:533] Webserver started at http://127.0.107.195:42769/ using document root <none> and password file <none>
I20260608 12:40:27.727571  6622 ts_manager.cc:194] Registered new tserver with Master: 1464140a1cb44ede8e4b317d9118ac7a (127.0.107.194:41827)
I20260608 12:40:27.728235   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:27.728508   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:27.728845   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:27.729518  6622 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40662
I20260608 12:40:27.730530   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922266998516-431-0/minicluster-data/ts-2-root/instance:
uuid: "d9c8b7072b924bf3a1bbb914d21b93f6"
format_stamp: "Formatted at 2026-06-08 12:40:27 on dist-test-slave-3g00"
I20260608 12:40:27.735168   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:40:27.738377  6835 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:27.739133   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:40:27.739408   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922266998516-431-0/minicluster-data/ts-2-root
uuid: "d9c8b7072b924bf3a1bbb914d21b93f6"
format_stamp: "Formatted at 2026-06-08 12:40:27 on dist-test-slave-3g00"
I20260608 12:40:27.739682   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922266998516-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922266998516-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922266998516-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:27.753496   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:27.754652   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:27.756083   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:27.758368   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:27.758565   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:27.758783   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:27.758947   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:27.797626   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:37947
I20260608 12:40:27.797731  6897 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:37947 every 8 connection(s)
I20260608 12:40:27.812772  6898 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42429
I20260608 12:40:27.813216  6898 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:27.813975  6898 heartbeater.cc:507] Master 127.0.107.254:42429 requested a full tablet report, sending...
I20260608 12:40:27.816121  6622 ts_manager.cc:194] Registered new tserver with Master: d9c8b7072b924bf3a1bbb914d21b93f6 (127.0.107.195:37947)
I20260608 12:40:27.816918   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015841682s
I20260608 12:40:27.817538  6622 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40672
I20260608 12:40:28.637218  6749 heartbeater.cc:499] Master 127.0.107.254:42429 was elected leader, sending a full tablet report...
I20260608 12:40:28.732491  6824 heartbeater.cc:499] Master 127.0.107.254:42429 was elected leader, sending a full tablet report...
I20260608 12:40:28.820788  6898 heartbeater.cc:499] Master 127.0.107.254:42429 was elected leader, sending a full tablet report...
I20260608 12:40:28.883090  6622 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:40688:
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:40:28.886092  6622 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:28.957444  6789 tablet_service.cc:1511] Processing CreateTablet for tablet 10c525fe262841c387fb7c090f371f77 (DEFAULT_TABLE table=test-workload [id=26495f0f751644ca92882ad96a5364a7]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:40:28.958354  6788 tablet_service.cc:1511] Processing CreateTablet for tablet 7cafc8fc28684cfe84772f346eca0b91 (DEFAULT_TABLE table=test-workload [id=26495f0f751644ca92882ad96a5364a7]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:40:28.959522  6789 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 10c525fe262841c387fb7c090f371f77. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:28.960103  6714 tablet_service.cc:1511] Processing CreateTablet for tablet 10c525fe262841c387fb7c090f371f77 (DEFAULT_TABLE table=test-workload [id=26495f0f751644ca92882ad96a5364a7]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:40:28.961248  6787 tablet_service.cc:1511] Processing CreateTablet for tablet e1d1284b4ad3412aac11780ab5271bfd (DEFAULT_TABLE table=test-workload [id=26495f0f751644ca92882ad96a5364a7]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:40:28.962080  6714 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 10c525fe262841c387fb7c090f371f77. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:28.962836  6787 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e1d1284b4ad3412aac11780ab5271bfd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:28.966214  6786 tablet_service.cc:1511] Processing CreateTablet for tablet 81495555bafc4cdd8f17c774036e96e4 (DEFAULT_TABLE table=test-workload [id=26495f0f751644ca92882ad96a5364a7]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:40:28.967716  6786 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 81495555bafc4cdd8f17c774036e96e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:28.966236  6712 tablet_service.cc:1511] Processing CreateTablet for tablet e1d1284b4ad3412aac11780ab5271bfd (DEFAULT_TABLE table=test-workload [id=26495f0f751644ca92882ad96a5364a7]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:40:28.969558  6712 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e1d1284b4ad3412aac11780ab5271bfd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:28.971666  6863 tablet_service.cc:1511] Processing CreateTablet for tablet 10c525fe262841c387fb7c090f371f77 (DEFAULT_TABLE table=test-workload [id=26495f0f751644ca92882ad96a5364a7]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:40:28.974247  6862 tablet_service.cc:1511] Processing CreateTablet for tablet 7cafc8fc28684cfe84772f346eca0b91 (DEFAULT_TABLE table=test-workload [id=26495f0f751644ca92882ad96a5364a7]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:40:28.974905  6788 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7cafc8fc28684cfe84772f346eca0b91. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:28.975745  6862 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7cafc8fc28684cfe84772f346eca0b91. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:28.978219  6860 tablet_service.cc:1511] Processing CreateTablet for tablet 81495555bafc4cdd8f17c774036e96e4 (DEFAULT_TABLE table=test-workload [id=26495f0f751644ca92882ad96a5364a7]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:40:28.979619  6860 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 81495555bafc4cdd8f17c774036e96e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:28.981248  6713 tablet_service.cc:1511] Processing CreateTablet for tablet 7cafc8fc28684cfe84772f346eca0b91 (DEFAULT_TABLE table=test-workload [id=26495f0f751644ca92882ad96a5364a7]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:40:28.981966  6861 tablet_service.cc:1511] Processing CreateTablet for tablet e1d1284b4ad3412aac11780ab5271bfd (DEFAULT_TABLE table=test-workload [id=26495f0f751644ca92882ad96a5364a7]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:40:28.982724  6713 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7cafc8fc28684cfe84772f346eca0b91. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:28.983500  6863 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 10c525fe262841c387fb7c090f371f77. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:28.985124  6861 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e1d1284b4ad3412aac11780ab5271bfd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:28.967821  6711 tablet_service.cc:1511] Processing CreateTablet for tablet 81495555bafc4cdd8f17c774036e96e4 (DEFAULT_TABLE table=test-workload [id=26495f0f751644ca92882ad96a5364a7]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:40:28.986204  6711 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 81495555bafc4cdd8f17c774036e96e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:29.005528  6919 tablet_bootstrap.cc:492] T 10c525fe262841c387fb7c090f371f77 P 1464140a1cb44ede8e4b317d9118ac7a: Bootstrap starting.
I20260608 12:40:29.014137  6920 tablet_bootstrap.cc:492] T 81495555bafc4cdd8f17c774036e96e4 P d9c8b7072b924bf3a1bbb914d21b93f6: Bootstrap starting.
I20260608 12:40:29.021857  6919 tablet_bootstrap.cc:654] T 10c525fe262841c387fb7c090f371f77 P 1464140a1cb44ede8e4b317d9118ac7a: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:29.028110  6921 tablet_bootstrap.cc:492] T e1d1284b4ad3412aac11780ab5271bfd P 379cd3f427fe4cd7ab98d16df85f9ee3: Bootstrap starting.
I20260608 12:40:29.029920  6920 tablet_bootstrap.cc:654] T 81495555bafc4cdd8f17c774036e96e4 P d9c8b7072b924bf3a1bbb914d21b93f6: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:29.038659  6921 tablet_bootstrap.cc:654] T e1d1284b4ad3412aac11780ab5271bfd P 379cd3f427fe4cd7ab98d16df85f9ee3: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:29.041087  6919 tablet_bootstrap.cc:492] T 10c525fe262841c387fb7c090f371f77 P 1464140a1cb44ede8e4b317d9118ac7a: No bootstrap required, opened a new log
I20260608 12:40:29.041828  6919 ts_tablet_manager.cc:1403] T 10c525fe262841c387fb7c090f371f77 P 1464140a1cb44ede8e4b317d9118ac7a: Time spent bootstrapping tablet: real 0.037s	user 0.011s	sys 0.009s
I20260608 12:40:29.042045  6920 tablet_bootstrap.cc:492] T 81495555bafc4cdd8f17c774036e96e4 P d9c8b7072b924bf3a1bbb914d21b93f6: No bootstrap required, opened a new log
I20260608 12:40:29.042564  6920 ts_tablet_manager.cc:1403] T 81495555bafc4cdd8f17c774036e96e4 P d9c8b7072b924bf3a1bbb914d21b93f6: Time spent bootstrapping tablet: real 0.029s	user 0.010s	sys 0.004s
I20260608 12:40:29.045233  6919 raft_consensus.cc:359] T 10c525fe262841c387fb7c090f371f77 P 1464140a1cb44ede8e4b317d9118ac7a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.045497  6920 raft_consensus.cc:359] T 81495555bafc4cdd8f17c774036e96e4 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.046300  6919 raft_consensus.cc:385] T 10c525fe262841c387fb7c090f371f77 P 1464140a1cb44ede8e4b317d9118ac7a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:29.046440  6920 raft_consensus.cc:385] T 81495555bafc4cdd8f17c774036e96e4 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:29.046653  6919 raft_consensus.cc:740] T 10c525fe262841c387fb7c090f371f77 P 1464140a1cb44ede8e4b317d9118ac7a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1464140a1cb44ede8e4b317d9118ac7a, State: Initialized, Role: FOLLOWER
I20260608 12:40:29.046856  6920 raft_consensus.cc:740] T 81495555bafc4cdd8f17c774036e96e4 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d9c8b7072b924bf3a1bbb914d21b93f6, State: Initialized, Role: FOLLOWER
I20260608 12:40:29.047676  6921 tablet_bootstrap.cc:492] T e1d1284b4ad3412aac11780ab5271bfd P 379cd3f427fe4cd7ab98d16df85f9ee3: No bootstrap required, opened a new log
I20260608 12:40:29.047570  6919 consensus_queue.cc:260] T 10c525fe262841c387fb7c090f371f77 P 1464140a1cb44ede8e4b317d9118ac7a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.048210  6921 ts_tablet_manager.cc:1403] T e1d1284b4ad3412aac11780ab5271bfd P 379cd3f427fe4cd7ab98d16df85f9ee3: Time spent bootstrapping tablet: real 0.021s	user 0.006s	sys 0.010s
I20260608 12:40:29.047866  6920 consensus_queue.cc:260] T 81495555bafc4cdd8f17c774036e96e4 P d9c8b7072b924bf3a1bbb914d21b93f6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.050501  6919 ts_tablet_manager.cc:1434] T 10c525fe262841c387fb7c090f371f77 P 1464140a1cb44ede8e4b317d9118ac7a: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.003s
I20260608 12:40:29.051688  6921 raft_consensus.cc:359] T e1d1284b4ad3412aac11780ab5271bfd P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.052444  6921 raft_consensus.cc:385] T e1d1284b4ad3412aac11780ab5271bfd P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:29.052505  6919 tablet_bootstrap.cc:492] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a: Bootstrap starting.
I20260608 12:40:29.055017  6920 ts_tablet_manager.cc:1434] T 81495555bafc4cdd8f17c774036e96e4 P d9c8b7072b924bf3a1bbb914d21b93f6: Time spent starting tablet: real 0.012s	user 0.009s	sys 0.000s
I20260608 12:40:29.056090  6920 tablet_bootstrap.cc:492] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6: Bootstrap starting.
I20260608 12:40:29.059587  6919 tablet_bootstrap.cc:654] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:29.061851  6920 tablet_bootstrap.cc:654] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:29.062666  6921 raft_consensus.cc:740] T e1d1284b4ad3412aac11780ab5271bfd P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 379cd3f427fe4cd7ab98d16df85f9ee3, State: Initialized, Role: FOLLOWER
I20260608 12:40:29.063633  6921 consensus_queue.cc:260] T e1d1284b4ad3412aac11780ab5271bfd P 379cd3f427fe4cd7ab98d16df85f9ee3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.067269  6919 tablet_bootstrap.cc:492] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a: No bootstrap required, opened a new log
I20260608 12:40:29.067723  6920 tablet_bootstrap.cc:492] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6: No bootstrap required, opened a new log
I20260608 12:40:29.067852  6919 ts_tablet_manager.cc:1403] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a: Time spent bootstrapping tablet: real 0.016s	user 0.006s	sys 0.006s
I20260608 12:40:29.068488  6920 ts_tablet_manager.cc:1403] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6: Time spent bootstrapping tablet: real 0.013s	user 0.011s	sys 0.000s
I20260608 12:40:29.070834  6921 ts_tablet_manager.cc:1434] T e1d1284b4ad3412aac11780ab5271bfd P 379cd3f427fe4cd7ab98d16df85f9ee3: Time spent starting tablet: real 0.022s	user 0.004s	sys 0.008s
I20260608 12:40:29.071171  6919 raft_consensus.cc:359] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.071967  6919 raft_consensus.cc:385] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:29.072024  6921 tablet_bootstrap.cc:492] T 81495555bafc4cdd8f17c774036e96e4 P 379cd3f427fe4cd7ab98d16df85f9ee3: Bootstrap starting.
I20260608 12:40:29.072414  6919 raft_consensus.cc:740] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1464140a1cb44ede8e4b317d9118ac7a, State: Initialized, Role: FOLLOWER
I20260608 12:40:29.073433  6919 consensus_queue.cc:260] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.073910  6920 raft_consensus.cc:359] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.074681  6920 raft_consensus.cc:385] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:29.075039  6920 raft_consensus.cc:740] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d9c8b7072b924bf3a1bbb914d21b93f6, State: Initialized, Role: FOLLOWER
I20260608 12:40:29.075747  6919 ts_tablet_manager.cc:1434] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.003s
I20260608 12:40:29.075980  6920 consensus_queue.cc:260] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.076892  6919 tablet_bootstrap.cc:492] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a: Bootstrap starting.
I20260608 12:40:29.083617  6920 ts_tablet_manager.cc:1434] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6: Time spent starting tablet: real 0.015s	user 0.000s	sys 0.006s
I20260608 12:40:29.084606  6919 tablet_bootstrap.cc:654] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:29.084882  6920 tablet_bootstrap.cc:492] T 7cafc8fc28684cfe84772f346eca0b91 P d9c8b7072b924bf3a1bbb914d21b93f6: Bootstrap starting.
I20260608 12:40:29.086097  6921 tablet_bootstrap.cc:654] T 81495555bafc4cdd8f17c774036e96e4 P 379cd3f427fe4cd7ab98d16df85f9ee3: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:29.092079  6920 tablet_bootstrap.cc:654] T 7cafc8fc28684cfe84772f346eca0b91 P d9c8b7072b924bf3a1bbb914d21b93f6: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:29.099690  6919 tablet_bootstrap.cc:492] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a: No bootstrap required, opened a new log
I20260608 12:40:29.100160  6919 ts_tablet_manager.cc:1403] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a: Time spent bootstrapping tablet: real 0.024s	user 0.014s	sys 0.007s
I20260608 12:40:29.100273  6921 tablet_bootstrap.cc:492] T 81495555bafc4cdd8f17c774036e96e4 P 379cd3f427fe4cd7ab98d16df85f9ee3: No bootstrap required, opened a new log
I20260608 12:40:29.100839  6921 ts_tablet_manager.cc:1403] T 81495555bafc4cdd8f17c774036e96e4 P 379cd3f427fe4cd7ab98d16df85f9ee3: Time spent bootstrapping tablet: real 0.029s	user 0.007s	sys 0.007s
I20260608 12:40:29.102209  6920 tablet_bootstrap.cc:492] T 7cafc8fc28684cfe84772f346eca0b91 P d9c8b7072b924bf3a1bbb914d21b93f6: No bootstrap required, opened a new log
I20260608 12:40:29.102706  6920 ts_tablet_manager.cc:1403] T 7cafc8fc28684cfe84772f346eca0b91 P d9c8b7072b924bf3a1bbb914d21b93f6: Time spent bootstrapping tablet: real 0.018s	user 0.009s	sys 0.006s
I20260608 12:40:29.102643  6919 raft_consensus.cc:359] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.103325  6919 raft_consensus.cc:385] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:29.103583  6919 raft_consensus.cc:740] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1464140a1cb44ede8e4b317d9118ac7a, State: Initialized, Role: FOLLOWER
I20260608 12:40:29.103899  6921 raft_consensus.cc:359] T 81495555bafc4cdd8f17c774036e96e4 P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.104288  6919 consensus_queue.cc:260] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.104641  6921 raft_consensus.cc:385] T 81495555bafc4cdd8f17c774036e96e4 P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:29.105005  6921 raft_consensus.cc:740] T 81495555bafc4cdd8f17c774036e96e4 P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 379cd3f427fe4cd7ab98d16df85f9ee3, State: Initialized, Role: FOLLOWER
I20260608 12:40:29.105898  6920 raft_consensus.cc:359] T 7cafc8fc28684cfe84772f346eca0b91 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.106469  6919 ts_tablet_manager.cc:1434] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260608 12:40:29.105986  6921 consensus_queue.cc:260] T 81495555bafc4cdd8f17c774036e96e4 P 379cd3f427fe4cd7ab98d16df85f9ee3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.106773  6920 raft_consensus.cc:385] T 7cafc8fc28684cfe84772f346eca0b91 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:29.107158  6920 raft_consensus.cc:740] T 7cafc8fc28684cfe84772f346eca0b91 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d9c8b7072b924bf3a1bbb914d21b93f6, State: Initialized, Role: FOLLOWER
I20260608 12:40:29.107577  6919 tablet_bootstrap.cc:492] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a: Bootstrap starting.
I20260608 12:40:29.108112  6920 consensus_queue.cc:260] T 7cafc8fc28684cfe84772f346eca0b91 P d9c8b7072b924bf3a1bbb914d21b93f6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.113482  6920 ts_tablet_manager.cc:1434] T 7cafc8fc28684cfe84772f346eca0b91 P d9c8b7072b924bf3a1bbb914d21b93f6: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.002s
I20260608 12:40:29.114560  6920 tablet_bootstrap.cc:492] T e1d1284b4ad3412aac11780ab5271bfd P d9c8b7072b924bf3a1bbb914d21b93f6: Bootstrap starting.
I20260608 12:40:29.114689  6919 tablet_bootstrap.cc:654] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:29.115425  6921 ts_tablet_manager.cc:1434] T 81495555bafc4cdd8f17c774036e96e4 P 379cd3f427fe4cd7ab98d16df85f9ee3: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.000s
I20260608 12:40:29.118672  6921 tablet_bootstrap.cc:492] T 10c525fe262841c387fb7c090f371f77 P 379cd3f427fe4cd7ab98d16df85f9ee3: Bootstrap starting.
I20260608 12:40:29.122054  6920 tablet_bootstrap.cc:654] T e1d1284b4ad3412aac11780ab5271bfd P d9c8b7072b924bf3a1bbb914d21b93f6: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:29.125384  6921 tablet_bootstrap.cc:654] T 10c525fe262841c387fb7c090f371f77 P 379cd3f427fe4cd7ab98d16df85f9ee3: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:29.133401  6919 tablet_bootstrap.cc:492] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a: No bootstrap required, opened a new log
I20260608 12:40:29.133970  6919 ts_tablet_manager.cc:1403] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a: Time spent bootstrapping tablet: real 0.027s	user 0.012s	sys 0.010s
I20260608 12:40:29.135274  6921 tablet_bootstrap.cc:492] T 10c525fe262841c387fb7c090f371f77 P 379cd3f427fe4cd7ab98d16df85f9ee3: No bootstrap required, opened a new log
I20260608 12:40:29.135973  6921 ts_tablet_manager.cc:1403] T 10c525fe262841c387fb7c090f371f77 P 379cd3f427fe4cd7ab98d16df85f9ee3: Time spent bootstrapping tablet: real 0.018s	user 0.011s	sys 0.003s
I20260608 12:40:29.136919  6919 raft_consensus.cc:359] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.137745  6919 raft_consensus.cc:385] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:29.138087  6919 raft_consensus.cc:740] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1464140a1cb44ede8e4b317d9118ac7a, State: Initialized, Role: FOLLOWER
I20260608 12:40:29.138767  6919 consensus_queue.cc:260] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.139173  6921 raft_consensus.cc:359] T 10c525fe262841c387fb7c090f371f77 P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.139772  6920 tablet_bootstrap.cc:492] T e1d1284b4ad3412aac11780ab5271bfd P d9c8b7072b924bf3a1bbb914d21b93f6: No bootstrap required, opened a new log
I20260608 12:40:29.140328  6920 ts_tablet_manager.cc:1403] T e1d1284b4ad3412aac11780ab5271bfd P d9c8b7072b924bf3a1bbb914d21b93f6: Time spent bootstrapping tablet: real 0.026s	user 0.017s	sys 0.008s
I20260608 12:40:29.140017  6921 raft_consensus.cc:385] T 10c525fe262841c387fb7c090f371f77 P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:29.140801  6919 ts_tablet_manager.cc:1434] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260608 12:40:29.140738  6921 raft_consensus.cc:740] T 10c525fe262841c387fb7c090f371f77 P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 379cd3f427fe4cd7ab98d16df85f9ee3, State: Initialized, Role: FOLLOWER
I20260608 12:40:29.142040  6921 consensus_queue.cc:260] T 10c525fe262841c387fb7c090f371f77 P 379cd3f427fe4cd7ab98d16df85f9ee3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.143640  6920 raft_consensus.cc:359] T e1d1284b4ad3412aac11780ab5271bfd P d9c8b7072b924bf3a1bbb914d21b93f6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.144381  6920 raft_consensus.cc:385] T e1d1284b4ad3412aac11780ab5271bfd P d9c8b7072b924bf3a1bbb914d21b93f6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:29.144690  6920 raft_consensus.cc:740] T e1d1284b4ad3412aac11780ab5271bfd P d9c8b7072b924bf3a1bbb914d21b93f6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d9c8b7072b924bf3a1bbb914d21b93f6, State: Initialized, Role: FOLLOWER
I20260608 12:40:29.145764  6920 consensus_queue.cc:260] T e1d1284b4ad3412aac11780ab5271bfd P d9c8b7072b924bf3a1bbb914d21b93f6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.146435  6921 ts_tablet_manager.cc:1434] T 10c525fe262841c387fb7c090f371f77 P 379cd3f427fe4cd7ab98d16df85f9ee3: Time spent starting tablet: real 0.010s	user 0.003s	sys 0.004s
I20260608 12:40:29.147588  6921 tablet_bootstrap.cc:492] T 7cafc8fc28684cfe84772f346eca0b91 P 379cd3f427fe4cd7ab98d16df85f9ee3: Bootstrap starting.
I20260608 12:40:29.149926  6920 ts_tablet_manager.cc:1434] T e1d1284b4ad3412aac11780ab5271bfd P d9c8b7072b924bf3a1bbb914d21b93f6: Time spent starting tablet: real 0.009s	user 0.003s	sys 0.003s
I20260608 12:40:29.154157  6921 tablet_bootstrap.cc:654] T 7cafc8fc28684cfe84772f346eca0b91 P 379cd3f427fe4cd7ab98d16df85f9ee3: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:29.159345  6921 tablet_bootstrap.cc:492] T 7cafc8fc28684cfe84772f346eca0b91 P 379cd3f427fe4cd7ab98d16df85f9ee3: No bootstrap required, opened a new log
I20260608 12:40:29.159840  6921 ts_tablet_manager.cc:1403] T 7cafc8fc28684cfe84772f346eca0b91 P 379cd3f427fe4cd7ab98d16df85f9ee3: Time spent bootstrapping tablet: real 0.012s	user 0.007s	sys 0.003s
I20260608 12:40:29.162950  6921 raft_consensus.cc:359] T 7cafc8fc28684cfe84772f346eca0b91 P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.163688  6921 raft_consensus.cc:385] T 7cafc8fc28684cfe84772f346eca0b91 P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:29.163977  6921 raft_consensus.cc:740] T 7cafc8fc28684cfe84772f346eca0b91 P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 379cd3f427fe4cd7ab98d16df85f9ee3, State: Initialized, Role: FOLLOWER
I20260608 12:40:29.164738  6921 consensus_queue.cc:260] T 7cafc8fc28684cfe84772f346eca0b91 P 379cd3f427fe4cd7ab98d16df85f9ee3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.166651  6921 ts_tablet_manager.cc:1434] T 7cafc8fc28684cfe84772f346eca0b91 P 379cd3f427fe4cd7ab98d16df85f9ee3: Time spent starting tablet: real 0.006s	user 0.000s	sys 0.007s
I20260608 12:40:29.184980  6925 raft_consensus.cc:493] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:29.185500  6925 raft_consensus.cc:515] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.189327  6925 leader_election.cc:290] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193:34391), d9c8b7072b924bf3a1bbb914d21b93f6 (127.0.107.195:37947)
I20260608 12:40:29.199576  6724 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "81495555bafc4cdd8f17c774036e96e4" candidate_uuid: "1464140a1cb44ede8e4b317d9118ac7a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" is_pre_election: true
I20260608 12:40:29.200322  6724 raft_consensus.cc:2468] T 81495555bafc4cdd8f17c774036e96e4 P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1464140a1cb44ede8e4b317d9118ac7a in term 0.
I20260608 12:40:29.200500  6873 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "81495555bafc4cdd8f17c774036e96e4" candidate_uuid: "1464140a1cb44ede8e4b317d9118ac7a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" is_pre_election: true
I20260608 12:40:29.201112  6873 raft_consensus.cc:2468] T 81495555bafc4cdd8f17c774036e96e4 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1464140a1cb44ede8e4b317d9118ac7a in term 0.
I20260608 12:40:29.201493  6762 leader_election.cc:304] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1464140a1cb44ede8e4b317d9118ac7a, 379cd3f427fe4cd7ab98d16df85f9ee3; no voters: 
I20260608 12:40:29.202209  6925 raft_consensus.cc:2804] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:29.202567  6925 raft_consensus.cc:493] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:29.202801  6925 raft_consensus.cc:3060] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:29.205101  6929 raft_consensus.cc:493] T 10c525fe262841c387fb7c090f371f77 P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:29.205519  6929 raft_consensus.cc:515] T 10c525fe262841c387fb7c090f371f77 P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.207696  6929 leader_election.cc:290] T 10c525fe262841c387fb7c090f371f77 P 379cd3f427fe4cd7ab98d16df85f9ee3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1464140a1cb44ede8e4b317d9118ac7a (127.0.107.194:41827), d9c8b7072b924bf3a1bbb914d21b93f6 (127.0.107.195:37947)
I20260608 12:40:29.208211  6925 raft_consensus.cc:515] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.210518  6925 leader_election.cc:290] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a [CANDIDATE]: Term 1 election: Requested vote from peers 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193:34391), d9c8b7072b924bf3a1bbb914d21b93f6 (127.0.107.195:37947)
I20260608 12:40:29.211668  6873 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "81495555bafc4cdd8f17c774036e96e4" candidate_uuid: "1464140a1cb44ede8e4b317d9118ac7a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6"
I20260608 12:40:29.212246  6873 raft_consensus.cc:3060] T 81495555bafc4cdd8f17c774036e96e4 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:29.212370  6724 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "81495555bafc4cdd8f17c774036e96e4" candidate_uuid: "1464140a1cb44ede8e4b317d9118ac7a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3"
I20260608 12:40:29.213076  6724 raft_consensus.cc:3060] T 81495555bafc4cdd8f17c774036e96e4 P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:29.220057  6873 raft_consensus.cc:2468] T 81495555bafc4cdd8f17c774036e96e4 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1464140a1cb44ede8e4b317d9118ac7a in term 1.
I20260608 12:40:29.220340  6724 raft_consensus.cc:2468] T 81495555bafc4cdd8f17c774036e96e4 P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1464140a1cb44ede8e4b317d9118ac7a in term 1.
I20260608 12:40:29.221696  6765 leader_election.cc:304] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1464140a1cb44ede8e4b317d9118ac7a, d9c8b7072b924bf3a1bbb914d21b93f6; no voters: 
I20260608 12:40:29.222532  6799 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "10c525fe262841c387fb7c090f371f77" candidate_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1464140a1cb44ede8e4b317d9118ac7a" is_pre_election: true
I20260608 12:40:29.223284  6799 raft_consensus.cc:2468] T 10c525fe262841c387fb7c090f371f77 P 1464140a1cb44ede8e4b317d9118ac7a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 379cd3f427fe4cd7ab98d16df85f9ee3 in term 0.
I20260608 12:40:29.222653  6925 raft_consensus.cc:2804] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:29.224632  6690 leader_election.cc:304] T 10c525fe262841c387fb7c090f371f77 P 379cd3f427fe4cd7ab98d16df85f9ee3 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1464140a1cb44ede8e4b317d9118ac7a, 379cd3f427fe4cd7ab98d16df85f9ee3; no voters: 
I20260608 12:40:29.224977  6925 raft_consensus.cc:697] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a [term 1 LEADER]: Becoming Leader. State: Replica: 1464140a1cb44ede8e4b317d9118ac7a, State: Running, Role: LEADER
I20260608 12:40:29.225530  6929 raft_consensus.cc:2804] T 10c525fe262841c387fb7c090f371f77 P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:29.225899  6929 raft_consensus.cc:493] T 10c525fe262841c387fb7c090f371f77 P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:29.226109  6873 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "10c525fe262841c387fb7c090f371f77" candidate_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" is_pre_election: true
I20260608 12:40:29.226338  6929 raft_consensus.cc:3060] T 10c525fe262841c387fb7c090f371f77 P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:29.226053  6925 consensus_queue.cc:237] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.226904  6873 raft_consensus.cc:2468] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 379cd3f427fe4cd7ab98d16df85f9ee3 in term 0.
I20260608 12:40:29.232726  6929 raft_consensus.cc:515] T 10c525fe262841c387fb7c090f371f77 P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.234470  6929 leader_election.cc:290] T 10c525fe262841c387fb7c090f371f77 P 379cd3f427fe4cd7ab98d16df85f9ee3 [CANDIDATE]: Term 1 election: Requested vote from peers 1464140a1cb44ede8e4b317d9118ac7a (127.0.107.194:41827), d9c8b7072b924bf3a1bbb914d21b93f6 (127.0.107.195:37947)
I20260608 12:40:29.235220  6799 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "10c525fe262841c387fb7c090f371f77" candidate_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1464140a1cb44ede8e4b317d9118ac7a"
I20260608 12:40:29.235715  6799 raft_consensus.cc:3060] T 10c525fe262841c387fb7c090f371f77 P 1464140a1cb44ede8e4b317d9118ac7a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:29.235738  6873 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "10c525fe262841c387fb7c090f371f77" candidate_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6"
I20260608 12:40:29.235316  6621 catalog_manager.cc:5696] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a reported cstate change: term changed from 0 to 1, leader changed from <none> to 1464140a1cb44ede8e4b317d9118ac7a (127.0.107.194). New cstate: current_term: 1 leader_uuid: "1464140a1cb44ede8e4b317d9118ac7a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:29.236426  6873 raft_consensus.cc:3060] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:29.241812  6799 raft_consensus.cc:2468] T 10c525fe262841c387fb7c090f371f77 P 1464140a1cb44ede8e4b317d9118ac7a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 379cd3f427fe4cd7ab98d16df85f9ee3 in term 1.
I20260608 12:40:29.242228  6873 raft_consensus.cc:2468] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 379cd3f427fe4cd7ab98d16df85f9ee3 in term 1.
I20260608 12:40:29.242954  6690 leader_election.cc:304] T 10c525fe262841c387fb7c090f371f77 P 379cd3f427fe4cd7ab98d16df85f9ee3 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1464140a1cb44ede8e4b317d9118ac7a, 379cd3f427fe4cd7ab98d16df85f9ee3; no voters: 
I20260608 12:40:29.244230  6929 raft_consensus.cc:2804] T 10c525fe262841c387fb7c090f371f77 P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:29.245462  6929 raft_consensus.cc:697] T 10c525fe262841c387fb7c090f371f77 P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 1 LEADER]: Becoming Leader. State: Replica: 379cd3f427fe4cd7ab98d16df85f9ee3, State: Running, Role: LEADER
I20260608 12:40:29.246891  6929 consensus_queue.cc:237] T 10c525fe262841c387fb7c090f371f77 P 379cd3f427fe4cd7ab98d16df85f9ee3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.253608  6621 catalog_manager.cc:5696] T 10c525fe262841c387fb7c090f371f77 P 379cd3f427fe4cd7ab98d16df85f9ee3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:29.311013  6929 raft_consensus.cc:493] T e1d1284b4ad3412aac11780ab5271bfd P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:29.311455  6929 raft_consensus.cc:515] T e1d1284b4ad3412aac11780ab5271bfd P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.313133  6929 leader_election.cc:290] T e1d1284b4ad3412aac11780ab5271bfd P 379cd3f427fe4cd7ab98d16df85f9ee3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1464140a1cb44ede8e4b317d9118ac7a (127.0.107.194:41827), d9c8b7072b924bf3a1bbb914d21b93f6 (127.0.107.195:37947)
I20260608 12:40:29.313854  6799 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e1d1284b4ad3412aac11780ab5271bfd" candidate_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1464140a1cb44ede8e4b317d9118ac7a" is_pre_election: true
I20260608 12:40:29.314033  6873 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e1d1284b4ad3412aac11780ab5271bfd" candidate_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" is_pre_election: true
I20260608 12:40:29.314420  6799 raft_consensus.cc:2468] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 379cd3f427fe4cd7ab98d16df85f9ee3 in term 0.
I20260608 12:40:29.314565  6873 raft_consensus.cc:2468] T e1d1284b4ad3412aac11780ab5271bfd P d9c8b7072b924bf3a1bbb914d21b93f6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 379cd3f427fe4cd7ab98d16df85f9ee3 in term 0.
I20260608 12:40:29.315409  6690 leader_election.cc:304] T e1d1284b4ad3412aac11780ab5271bfd P 379cd3f427fe4cd7ab98d16df85f9ee3 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1464140a1cb44ede8e4b317d9118ac7a, 379cd3f427fe4cd7ab98d16df85f9ee3; no voters: 
I20260608 12:40:29.316169  6929 raft_consensus.cc:2804] T e1d1284b4ad3412aac11780ab5271bfd P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:29.316488  6929 raft_consensus.cc:493] T e1d1284b4ad3412aac11780ab5271bfd P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:29.316741  6929 raft_consensus.cc:3060] T e1d1284b4ad3412aac11780ab5271bfd P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:29.321448  6929 raft_consensus.cc:515] T e1d1284b4ad3412aac11780ab5271bfd P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.323072  6929 leader_election.cc:290] T e1d1284b4ad3412aac11780ab5271bfd P 379cd3f427fe4cd7ab98d16df85f9ee3 [CANDIDATE]: Term 1 election: Requested vote from peers 1464140a1cb44ede8e4b317d9118ac7a (127.0.107.194:41827), d9c8b7072b924bf3a1bbb914d21b93f6 (127.0.107.195:37947)
I20260608 12:40:29.323894  6799 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e1d1284b4ad3412aac11780ab5271bfd" candidate_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1464140a1cb44ede8e4b317d9118ac7a"
I20260608 12:40:29.324152  6873 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e1d1284b4ad3412aac11780ab5271bfd" candidate_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6"
I20260608 12:40:29.324458  6799 raft_consensus.cc:3060] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:29.324635  6873 raft_consensus.cc:3060] T e1d1284b4ad3412aac11780ab5271bfd P d9c8b7072b924bf3a1bbb914d21b93f6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:29.328862  6799 raft_consensus.cc:2468] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 379cd3f427fe4cd7ab98d16df85f9ee3 in term 1.
I20260608 12:40:29.329202  6873 raft_consensus.cc:2468] T e1d1284b4ad3412aac11780ab5271bfd P d9c8b7072b924bf3a1bbb914d21b93f6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 379cd3f427fe4cd7ab98d16df85f9ee3 in term 1.
I20260608 12:40:29.329872  6690 leader_election.cc:304] T e1d1284b4ad3412aac11780ab5271bfd P 379cd3f427fe4cd7ab98d16df85f9ee3 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1464140a1cb44ede8e4b317d9118ac7a, 379cd3f427fe4cd7ab98d16df85f9ee3; no voters: 
I20260608 12:40:29.330684  6929 raft_consensus.cc:2804] T e1d1284b4ad3412aac11780ab5271bfd P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:29.331143  6929 raft_consensus.cc:697] T e1d1284b4ad3412aac11780ab5271bfd P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 1 LEADER]: Becoming Leader. State: Replica: 379cd3f427fe4cd7ab98d16df85f9ee3, State: Running, Role: LEADER
I20260608 12:40:29.331904  6929 consensus_queue.cc:237] T e1d1284b4ad3412aac11780ab5271bfd P 379cd3f427fe4cd7ab98d16df85f9ee3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.338726  6621 catalog_manager.cc:5696] T e1d1284b4ad3412aac11780ab5271bfd P 379cd3f427fe4cd7ab98d16df85f9ee3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:29.343775  6925 raft_consensus.cc:493] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:29.344259  6925 raft_consensus.cc:515] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.346508  6925 leader_election.cc:290] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193:34391), d9c8b7072b924bf3a1bbb914d21b93f6 (127.0.107.195:37947)
I20260608 12:40:29.347110  6724 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7cafc8fc28684cfe84772f346eca0b91" candidate_uuid: "1464140a1cb44ede8e4b317d9118ac7a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" is_pre_election: true
I20260608 12:40:29.347656  6873 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7cafc8fc28684cfe84772f346eca0b91" candidate_uuid: "1464140a1cb44ede8e4b317d9118ac7a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" is_pre_election: true
I20260608 12:40:29.347702  6724 raft_consensus.cc:2468] T 7cafc8fc28684cfe84772f346eca0b91 P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1464140a1cb44ede8e4b317d9118ac7a in term 0.
I20260608 12:40:29.348346  6873 raft_consensus.cc:2468] T 7cafc8fc28684cfe84772f346eca0b91 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1464140a1cb44ede8e4b317d9118ac7a in term 0.
I20260608 12:40:29.348927  6762 leader_election.cc:304] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1464140a1cb44ede8e4b317d9118ac7a, 379cd3f427fe4cd7ab98d16df85f9ee3; no voters: 
I20260608 12:40:29.349570  6925 raft_consensus.cc:2804] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:29.349857  6925 raft_consensus.cc:493] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:29.350142  6925 raft_consensus.cc:3060] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:29.354804  6925 raft_consensus.cc:515] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.356463  6925 leader_election.cc:290] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [CANDIDATE]: Term 1 election: Requested vote from peers 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193:34391), d9c8b7072b924bf3a1bbb914d21b93f6 (127.0.107.195:37947)
I20260608 12:40:29.357219  6724 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7cafc8fc28684cfe84772f346eca0b91" candidate_uuid: "1464140a1cb44ede8e4b317d9118ac7a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3"
I20260608 12:40:29.357563  6873 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7cafc8fc28684cfe84772f346eca0b91" candidate_uuid: "1464140a1cb44ede8e4b317d9118ac7a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6"
I20260608 12:40:29.357872  6724 raft_consensus.cc:3060] T 7cafc8fc28684cfe84772f346eca0b91 P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:29.358183  6873 raft_consensus.cc:3060] T 7cafc8fc28684cfe84772f346eca0b91 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:29.364753  6724 raft_consensus.cc:2468] T 7cafc8fc28684cfe84772f346eca0b91 P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1464140a1cb44ede8e4b317d9118ac7a in term 1.
I20260608 12:40:29.364758  6873 raft_consensus.cc:2468] T 7cafc8fc28684cfe84772f346eca0b91 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1464140a1cb44ede8e4b317d9118ac7a in term 1.
I20260608 12:40:29.366240  6765 leader_election.cc:304] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1464140a1cb44ede8e4b317d9118ac7a, d9c8b7072b924bf3a1bbb914d21b93f6; no voters: 
I20260608 12:40:29.366933  6925 raft_consensus.cc:2804] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:29.367373  6925 raft_consensus.cc:697] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [term 1 LEADER]: Becoming Leader. State: Replica: 1464140a1cb44ede8e4b317d9118ac7a, State: Running, Role: LEADER
I20260608 12:40:29.368208  6925 consensus_queue.cc:237] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:29.375478  6621 catalog_manager.cc:5696] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a reported cstate change: term changed from 0 to 1, leader changed from <none> to 1464140a1cb44ede8e4b317d9118ac7a (127.0.107.194). New cstate: current_term: 1 leader_uuid: "1464140a1cb44ede8e4b317d9118ac7a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:29.467106   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:40:29.487362   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:29.488286   431 tablet_replica.cc:333] T 10c525fe262841c387fb7c090f371f77 P 379cd3f427fe4cd7ab98d16df85f9ee3: stopping tablet replica
I20260608 12:40:29.488893   431 raft_consensus.cc:2243] T 10c525fe262841c387fb7c090f371f77 P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:29.489485   431 pending_rounds.cc:70] T 10c525fe262841c387fb7c090f371f77 P 379cd3f427fe4cd7ab98d16df85f9ee3: Trying to abort 1 pending ops.
I20260608 12:40:29.489670   431 pending_rounds.cc:77] T 10c525fe262841c387fb7c090f371f77 P 379cd3f427fe4cd7ab98d16df85f9ee3: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658270202138624 op_type: NO_OP noop_request { }
I20260608 12:40:29.489950   431 raft_consensus.cc:2889] T 10c525fe262841c387fb7c090f371f77 P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:40:29.490183   431 raft_consensus.cc:2272] T 10c525fe262841c387fb7c090f371f77 P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:29.492449   431 tablet_replica.cc:333] T 7cafc8fc28684cfe84772f346eca0b91 P 379cd3f427fe4cd7ab98d16df85f9ee3: stopping tablet replica
I20260608 12:40:29.492966   431 raft_consensus.cc:2243] T 7cafc8fc28684cfe84772f346eca0b91 P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:29.493295   431 raft_consensus.cc:2272] T 7cafc8fc28684cfe84772f346eca0b91 P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:29.495090   431 tablet_replica.cc:333] T 81495555bafc4cdd8f17c774036e96e4 P 379cd3f427fe4cd7ab98d16df85f9ee3: stopping tablet replica
I20260608 12:40:29.495554   431 raft_consensus.cc:2243] T 81495555bafc4cdd8f17c774036e96e4 P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:29.495853   431 raft_consensus.cc:2272] T 81495555bafc4cdd8f17c774036e96e4 P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:29.497637   431 tablet_replica.cc:333] T e1d1284b4ad3412aac11780ab5271bfd P 379cd3f427fe4cd7ab98d16df85f9ee3: stopping tablet replica
I20260608 12:40:29.498059   431 raft_consensus.cc:2243] T e1d1284b4ad3412aac11780ab5271bfd P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:29.498554   431 pending_rounds.cc:70] T e1d1284b4ad3412aac11780ab5271bfd P 379cd3f427fe4cd7ab98d16df85f9ee3: Trying to abort 1 pending ops.
I20260608 12:40:29.498700   431 pending_rounds.cc:77] T e1d1284b4ad3412aac11780ab5271bfd P 379cd3f427fe4cd7ab98d16df85f9ee3: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658270550917120 op_type: NO_OP noop_request { }
I20260608 12:40:29.498912   431 raft_consensus.cc:2889] T e1d1284b4ad3412aac11780ab5271bfd P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:40:29.499115   431 raft_consensus.cc:2272] T e1d1284b4ad3412aac11780ab5271bfd P 379cd3f427fe4cd7ab98d16df85f9ee3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:29.522063   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:40:29.693886  6925 consensus_queue.cc:1048] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a [LEADER]: Connected to new peer: Peer: permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:40:29.709519  6762 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34391: connect: Connection refused (error 111) [suppressed 5 similar messages]
W20260608 12:40:29.714653  6762 consensus_peers.cc:597] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a -> Peer 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193:34391): Couldn't send request to peer 379cd3f427fe4cd7ab98d16df85f9ee3. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34391: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:29.909611  6950 consensus_queue.cc:1048] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [LEADER]: Connected to new peer: Peer: permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:40:29.922039  6762 consensus_peers.cc:597] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a -> Peer 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193:34391): Couldn't send request to peer 379cd3f427fe4cd7ab98d16df85f9ee3. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34391: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:30.407568  6941 consensus_queue.cc:579] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [LEADER]: Leader has been unable to successfully communicate with peer 379cd3f427fe4cd7ab98d16df85f9ee3 for more than 1 seconds (1.038s)
W20260608 12:40:30.414472  6618 catalog_manager.cc:5374] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 7cafc8fc28684cfe84772f346eca0b91 with cas_config_opid_index -1: no extra replica candidate found for tablet 7cafc8fc28684cfe84772f346eca0b91 (table test-workload [id=26495f0f751644ca92882ad96a5364a7]): 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:40:30.451709  6670 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 379cd3f427fe4cd7ab98d16df85f9ee3 not available for placement
I20260608 12:40:30.537086   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:30.544528  6955 instance_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.544622  6956 instance_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.545686  6958 instance_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.547083   431 server_base.cc:1061] running on GCE node
I20260608 12:40:30.549126   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:30.549319   431 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.549511   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922430549494 us; error 0 us; skew 500 ppm
I20260608 12:40:30.550143   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:30.552863   431 webserver.cc:533] Webserver started at http://127.0.107.196:41127/ using document root <none> and password file <none>
I20260608 12:40:30.553368   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:30.553547   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:30.553929   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:30.555289   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922266998516-431-0/minicluster-data/ts-3-root/instance:
uuid: "3b1eb2825fa541ad9f0307a526f088cf"
format_stamp: "Formatted at 2026-06-08 12:40:30 on dist-test-slave-3g00"
I20260608 12:40:30.560096   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260608 12:40:30.563685  6963 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.564421   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:40:30.564710   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922266998516-431-0/minicluster-data/ts-3-root
uuid: "3b1eb2825fa541ad9f0307a526f088cf"
format_stamp: "Formatted at 2026-06-08 12:40:30 on dist-test-slave-3g00"
I20260608 12:40:30.565022   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922266998516-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922266998516-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922266998516-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:30.575918   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:30.577098   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:30.578464   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:30.580717   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:30.580966   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:30.581195   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:30.581357   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:30.620718   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:42089
I20260608 12:40:30.620880  7025 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:42089 every 8 connection(s)
I20260608 12:40:30.634997  7026 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42429
I20260608 12:40:30.635427  7026 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:30.636144  7026 heartbeater.cc:507] Master 127.0.107.254:42429 requested a full tablet report, sending...
I20260608 12:40:30.638062  6618 ts_manager.cc:194] Registered new tserver with Master: 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196:42089)
I20260608 12:40:30.639496  6618 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40694
I20260608 12:40:30.762490  6799 consensus_queue.cc:237] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [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: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: true } }
I20260608 12:40:30.768777  6873 raft_consensus.cc:1275] T 7cafc8fc28684cfe84772f346eca0b91 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 1 FOLLOWER]: Refusing update from remote peer 1464140a1cb44ede8e4b317d9118ac7a: 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:30.771242  6925 consensus_queue.cc:1048] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [LEADER]: Connected to new peer: Peer: permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:40:30.773252  6762 consensus_peers.cc:597] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a -> Peer 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193:34391): Couldn't send request to peer 379cd3f427fe4cd7ab98d16df85f9ee3. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34391: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:30.777510  6950 raft_consensus.cc:2955] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: true } } }
I20260608 12:40:30.779397  6873 raft_consensus.cc:2955] T 7cafc8fc28684cfe84772f346eca0b91 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: true } } }
W20260608 12:40:30.781775  6763 consensus_peers.cc:597] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a -> Peer 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196:42089): Couldn't send request to peer 3b1eb2825fa541ad9f0307a526f088cf. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 7cafc8fc28684cfe84772f346eca0b91. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:30.786103  6609 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 7cafc8fc28684cfe84772f346eca0b91 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 5)
I20260608 12:40:30.790617  6618 catalog_manager.cc:5696] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a reported cstate change: config changed from index -1 to 2, NON_VOTER 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "1464140a1cb44ede8e4b317d9118ac7a" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:30.791386  7032 consensus_queue.cc:579] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a [LEADER]: Leader has been unable to successfully communicate with peer 379cd3f427fe4cd7ab98d16df85f9ee3 for more than 1 seconds (1.564s)
I20260608 12:40:30.813581  6799 consensus_queue.cc:237] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a [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: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: true } }
I20260608 12:40:30.820559  6873 raft_consensus.cc:1275] T 81495555bafc4cdd8f17c774036e96e4 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 1 FOLLOWER]: Refusing update from remote peer 1464140a1cb44ede8e4b317d9118ac7a: 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:30.821012  6763 consensus_peers.cc:597] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a -> Peer 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196:42089): Couldn't send request to peer 3b1eb2825fa541ad9f0307a526f088cf. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 81495555bafc4cdd8f17c774036e96e4. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:30.822216  6941 consensus_queue.cc:1048] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a [LEADER]: Connected to new peer: Peer: permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:40:30.823501  6762 consensus_peers.cc:597] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a -> Peer 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193:34391): Couldn't send request to peer 379cd3f427fe4cd7ab98d16df85f9ee3. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34391: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:30.829464  7032 raft_consensus.cc:2955] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: true } } }
I20260608 12:40:30.831260  6873 raft_consensus.cc:2955] T 81495555bafc4cdd8f17c774036e96e4 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: true } } }
I20260608 12:40:30.836714  6609 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 81495555bafc4cdd8f17c774036e96e4 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260608 12:40:30.841799  6618 catalog_manager.cc:5696] T 81495555bafc4cdd8f17c774036e96e4 P d9c8b7072b924bf3a1bbb914d21b93f6 reported cstate change: config changed from index -1 to 2, NON_VOTER 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "1464140a1cb44ede8e4b317d9118ac7a" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: true } } }
I20260608 12:40:31.037569  7033 raft_consensus.cc:493] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:31.038084  7033 raft_consensus.cc:515] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:31.040302  7033 leader_election.cc:290] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 1464140a1cb44ede8e4b317d9118ac7a (127.0.107.194:41827), 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193:34391)
W20260608 12:40:31.048493  6836 leader_election.cc:336] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193:34391): Network error: Client connection negotiation failed: client connection to 127.0.107.193:34391: connect: Connection refused (error 111)
I20260608 12:40:31.052497  6799 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "10c525fe262841c387fb7c090f371f77" candidate_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1464140a1cb44ede8e4b317d9118ac7a" is_pre_election: true
I20260608 12:40:31.053056  6799 raft_consensus.cc:2468] T 10c525fe262841c387fb7c090f371f77 P 1464140a1cb44ede8e4b317d9118ac7a [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d9c8b7072b924bf3a1bbb914d21b93f6 in term 1.
I20260608 12:40:31.054060  6839 leader_election.cc:304] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [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: 1464140a1cb44ede8e4b317d9118ac7a, d9c8b7072b924bf3a1bbb914d21b93f6; no voters: 379cd3f427fe4cd7ab98d16df85f9ee3
I20260608 12:40:31.054787  7033 raft_consensus.cc:2804] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:40:31.055085  7033 raft_consensus.cc:493] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:31.055362  7033 raft_consensus.cc:3060] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:31.060091  7033 raft_consensus.cc:515] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:31.061774  7033 leader_election.cc:290] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [CANDIDATE]: Term 2 election: Requested vote from peers 1464140a1cb44ede8e4b317d9118ac7a (127.0.107.194:41827), 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193:34391)
I20260608 12:40:31.062502  6799 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "10c525fe262841c387fb7c090f371f77" candidate_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1464140a1cb44ede8e4b317d9118ac7a"
I20260608 12:40:31.063148  6799 raft_consensus.cc:3060] T 10c525fe262841c387fb7c090f371f77 P 1464140a1cb44ede8e4b317d9118ac7a [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:40:31.066082  6836 leader_election.cc:336] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193:34391): Network error: Client connection negotiation failed: client connection to 127.0.107.193:34391: connect: Connection refused (error 111)
I20260608 12:40:31.068892  6799 raft_consensus.cc:2468] T 10c525fe262841c387fb7c090f371f77 P 1464140a1cb44ede8e4b317d9118ac7a [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d9c8b7072b924bf3a1bbb914d21b93f6 in term 2.
I20260608 12:40:31.070204  6839 leader_election.cc:304] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [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: 1464140a1cb44ede8e4b317d9118ac7a, d9c8b7072b924bf3a1bbb914d21b93f6; no voters: 379cd3f427fe4cd7ab98d16df85f9ee3
I20260608 12:40:31.070907  7033 raft_consensus.cc:2804] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:40:31.071744  7033 raft_consensus.cc:697] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 2 LEADER]: Becoming Leader. State: Replica: d9c8b7072b924bf3a1bbb914d21b93f6, State: Running, Role: LEADER
I20260608 12:40:31.072566  7033 consensus_queue.cc:237] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [LEADER]: Queue going to LEADER 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: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:31.079406  6621 catalog_manager.cc:5696] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 reported cstate change: term changed from 1 to 2, leader changed from 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193) to d9c8b7072b924bf3a1bbb914d21b93f6 (127.0.107.195). New cstate: current_term: 2 leader_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:31.290401  7046 ts_tablet_manager.cc:933] T 7cafc8fc28684cfe84772f346eca0b91 P 3b1eb2825fa541ad9f0307a526f088cf: Initiating tablet copy from peer 1464140a1cb44ede8e4b317d9118ac7a (127.0.107.194:41827)
I20260608 12:40:31.291774  7046 tablet_copy_client.cc:323] T 7cafc8fc28684cfe84772f346eca0b91 P 3b1eb2825fa541ad9f0307a526f088cf: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:41827
I20260608 12:40:31.301136  6809 tablet_copy_service.cc:140] P 1464140a1cb44ede8e4b317d9118ac7a: Received BeginTabletCopySession request for tablet 7cafc8fc28684cfe84772f346eca0b91 from peer 3b1eb2825fa541ad9f0307a526f088cf ({username='slave'} at 127.0.0.1:41376)
I20260608 12:40:31.301602  6809 tablet_copy_service.cc:161] P 1464140a1cb44ede8e4b317d9118ac7a: Beginning new tablet copy session on tablet 7cafc8fc28684cfe84772f346eca0b91 from peer 3b1eb2825fa541ad9f0307a526f088cf at {username='slave'} at 127.0.0.1:41376: session id = 3b1eb2825fa541ad9f0307a526f088cf-7cafc8fc28684cfe84772f346eca0b91
I20260608 12:40:31.306730  6809 tablet_copy_source_session.cc:215] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:31.308887  7049 ts_tablet_manager.cc:933] T 81495555bafc4cdd8f17c774036e96e4 P 3b1eb2825fa541ad9f0307a526f088cf: Initiating tablet copy from peer 1464140a1cb44ede8e4b317d9118ac7a (127.0.107.194:41827)
I20260608 12:40:31.309638  7046 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7cafc8fc28684cfe84772f346eca0b91. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:31.310822  7049 tablet_copy_client.cc:323] T 81495555bafc4cdd8f17c774036e96e4 P 3b1eb2825fa541ad9f0307a526f088cf: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:41827
I20260608 12:40:31.312484  6809 tablet_copy_service.cc:140] P 1464140a1cb44ede8e4b317d9118ac7a: Received BeginTabletCopySession request for tablet 81495555bafc4cdd8f17c774036e96e4 from peer 3b1eb2825fa541ad9f0307a526f088cf ({username='slave'} at 127.0.0.1:41376)
I20260608 12:40:31.312935  6809 tablet_copy_service.cc:161] P 1464140a1cb44ede8e4b317d9118ac7a: Beginning new tablet copy session on tablet 81495555bafc4cdd8f17c774036e96e4 from peer 3b1eb2825fa541ad9f0307a526f088cf at {username='slave'} at 127.0.0.1:41376: session id = 3b1eb2825fa541ad9f0307a526f088cf-81495555bafc4cdd8f17c774036e96e4
I20260608 12:40:31.318024  6809 tablet_copy_source_session.cc:215] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:31.320678  7049 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 81495555bafc4cdd8f17c774036e96e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:31.320928  7046 tablet_copy_client.cc:806] T 7cafc8fc28684cfe84772f346eca0b91 P 3b1eb2825fa541ad9f0307a526f088cf: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:31.321461  7046 tablet_copy_client.cc:670] T 7cafc8fc28684cfe84772f346eca0b91 P 3b1eb2825fa541ad9f0307a526f088cf: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:31.324954  7046 tablet_copy_client.cc:538] T 7cafc8fc28684cfe84772f346eca0b91 P 3b1eb2825fa541ad9f0307a526f088cf: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:31.330539  7046 tablet_bootstrap.cc:492] T 7cafc8fc28684cfe84772f346eca0b91 P 3b1eb2825fa541ad9f0307a526f088cf: Bootstrap starting.
I20260608 12:40:31.331420  7049 tablet_copy_client.cc:806] T 81495555bafc4cdd8f17c774036e96e4 P 3b1eb2825fa541ad9f0307a526f088cf: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:31.331933  7049 tablet_copy_client.cc:670] T 81495555bafc4cdd8f17c774036e96e4 P 3b1eb2825fa541ad9f0307a526f088cf: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:31.335664  7049 tablet_copy_client.cc:538] T 81495555bafc4cdd8f17c774036e96e4 P 3b1eb2825fa541ad9f0307a526f088cf: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:31.341885  7049 tablet_bootstrap.cc:492] T 81495555bafc4cdd8f17c774036e96e4 P 3b1eb2825fa541ad9f0307a526f088cf: Bootstrap starting.
I20260608 12:40:31.346156  7046 tablet_bootstrap.cc:492] T 7cafc8fc28684cfe84772f346eca0b91 P 3b1eb2825fa541ad9f0307a526f088cf: 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:31.346849  7046 tablet_bootstrap.cc:492] T 7cafc8fc28684cfe84772f346eca0b91 P 3b1eb2825fa541ad9f0307a526f088cf: Bootstrap complete.
I20260608 12:40:31.347388  7046 ts_tablet_manager.cc:1403] T 7cafc8fc28684cfe84772f346eca0b91 P 3b1eb2825fa541ad9f0307a526f088cf: Time spent bootstrapping tablet: real 0.017s	user 0.015s	sys 0.001s
I20260608 12:40:31.349776  7046 raft_consensus.cc:359] T 7cafc8fc28684cfe84772f346eca0b91 P 3b1eb2825fa541ad9f0307a526f088cf [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: true } }
I20260608 12:40:31.350363  7046 raft_consensus.cc:740] T 7cafc8fc28684cfe84772f346eca0b91 P 3b1eb2825fa541ad9f0307a526f088cf [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 3b1eb2825fa541ad9f0307a526f088cf, State: Initialized, Role: LEARNER
I20260608 12:40:31.350863  7046 consensus_queue.cc:260] T 7cafc8fc28684cfe84772f346eca0b91 P 3b1eb2825fa541ad9f0307a526f088cf [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: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: true } }
I20260608 12:40:31.353130  7026 heartbeater.cc:499] Master 127.0.107.254:42429 was elected leader, sending a full tablet report...
I20260608 12:40:31.353441  7046 ts_tablet_manager.cc:1434] T 7cafc8fc28684cfe84772f346eca0b91 P 3b1eb2825fa541ad9f0307a526f088cf: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260608 12:40:31.355026  6809 tablet_copy_service.cc:342] P 1464140a1cb44ede8e4b317d9118ac7a: Request end of tablet copy session 3b1eb2825fa541ad9f0307a526f088cf-7cafc8fc28684cfe84772f346eca0b91 received from {username='slave'} at 127.0.0.1:41376
I20260608 12:40:31.355394  6809 tablet_copy_service.cc:434] P 1464140a1cb44ede8e4b317d9118ac7a: ending tablet copy session 3b1eb2825fa541ad9f0307a526f088cf-7cafc8fc28684cfe84772f346eca0b91 on tablet 7cafc8fc28684cfe84772f346eca0b91 with peer 3b1eb2825fa541ad9f0307a526f088cf
I20260608 12:40:31.358129  7049 tablet_bootstrap.cc:492] T 81495555bafc4cdd8f17c774036e96e4 P 3b1eb2825fa541ad9f0307a526f088cf: 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:31.358775  7049 tablet_bootstrap.cc:492] T 81495555bafc4cdd8f17c774036e96e4 P 3b1eb2825fa541ad9f0307a526f088cf: Bootstrap complete.
I20260608 12:40:31.359318  7049 ts_tablet_manager.cc:1403] T 81495555bafc4cdd8f17c774036e96e4 P 3b1eb2825fa541ad9f0307a526f088cf: Time spent bootstrapping tablet: real 0.018s	user 0.015s	sys 0.000s
I20260608 12:40:31.361474  7049 raft_consensus.cc:359] T 81495555bafc4cdd8f17c774036e96e4 P 3b1eb2825fa541ad9f0307a526f088cf [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: true } }
I20260608 12:40:31.362126  7049 raft_consensus.cc:740] T 81495555bafc4cdd8f17c774036e96e4 P 3b1eb2825fa541ad9f0307a526f088cf [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 3b1eb2825fa541ad9f0307a526f088cf, State: Initialized, Role: LEARNER
I20260608 12:40:31.362643  7049 consensus_queue.cc:260] T 81495555bafc4cdd8f17c774036e96e4 P 3b1eb2825fa541ad9f0307a526f088cf [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: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: true } }
I20260608 12:40:31.364163  7049 ts_tablet_manager.cc:1434] T 81495555bafc4cdd8f17c774036e96e4 P 3b1eb2825fa541ad9f0307a526f088cf: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:40:31.365753  6809 tablet_copy_service.cc:342] P 1464140a1cb44ede8e4b317d9118ac7a: Request end of tablet copy session 3b1eb2825fa541ad9f0307a526f088cf-81495555bafc4cdd8f17c774036e96e4 received from {username='slave'} at 127.0.0.1:41376
I20260608 12:40:31.366182  6809 tablet_copy_service.cc:434] P 1464140a1cb44ede8e4b317d9118ac7a: ending tablet copy session 3b1eb2825fa541ad9f0307a526f088cf-81495555bafc4cdd8f17c774036e96e4 on tablet 81495555bafc4cdd8f17c774036e96e4 with peer 3b1eb2825fa541ad9f0307a526f088cf
W20260608 12:40:31.454165  6670 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 379cd3f427fe4cd7ab98d16df85f9ee3 not available for placement
I20260608 12:40:31.458652  6941 raft_consensus.cc:493] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:31.459121  6941 raft_consensus.cc:515] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:31.460784  6941 leader_election.cc:290] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193:34391), d9c8b7072b924bf3a1bbb914d21b93f6 (127.0.107.195:37947)
I20260608 12:40:31.461988  6873 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e1d1284b4ad3412aac11780ab5271bfd" candidate_uuid: "1464140a1cb44ede8e4b317d9118ac7a" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" is_pre_election: true
I20260608 12:40:31.462505  6873 raft_consensus.cc:2468] T e1d1284b4ad3412aac11780ab5271bfd P d9c8b7072b924bf3a1bbb914d21b93f6 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1464140a1cb44ede8e4b317d9118ac7a in term 1.
I20260608 12:40:31.463553  6765 leader_election.cc:304] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [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: 1464140a1cb44ede8e4b317d9118ac7a, d9c8b7072b924bf3a1bbb914d21b93f6; no voters: 
I20260608 12:40:31.464208  6941 raft_consensus.cc:2804] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [term 1 FOLLOWER]: Leader pre-election won for term 2
W20260608 12:40:31.464267  6762 leader_election.cc:336] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193:34391): Network error: Client connection negotiation failed: client connection to 127.0.107.193:34391: connect: Connection refused (error 111)
I20260608 12:40:31.464524  6941 raft_consensus.cc:493] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:31.464866  6941 raft_consensus.cc:3060] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:31.469517  6941 raft_consensus.cc:515] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:31.471064  6941 leader_election.cc:290] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [CANDIDATE]: Term 2 election: Requested vote from peers 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193:34391), d9c8b7072b924bf3a1bbb914d21b93f6 (127.0.107.195:37947)
I20260608 12:40:31.472128  6873 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e1d1284b4ad3412aac11780ab5271bfd" candidate_uuid: "1464140a1cb44ede8e4b317d9118ac7a" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6"
I20260608 12:40:31.472590  6873 raft_consensus.cc:3060] T e1d1284b4ad3412aac11780ab5271bfd P d9c8b7072b924bf3a1bbb914d21b93f6 [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:40:31.474377  6762 leader_election.cc:336] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193:34391): Network error: Client connection negotiation failed: client connection to 127.0.107.193:34391: connect: Connection refused (error 111)
I20260608 12:40:31.477522  6873 raft_consensus.cc:2468] T e1d1284b4ad3412aac11780ab5271bfd P d9c8b7072b924bf3a1bbb914d21b93f6 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1464140a1cb44ede8e4b317d9118ac7a in term 2.
I20260608 12:40:31.478752  6765 leader_election.cc:304] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [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: 1464140a1cb44ede8e4b317d9118ac7a, d9c8b7072b924bf3a1bbb914d21b93f6; no voters: 379cd3f427fe4cd7ab98d16df85f9ee3
I20260608 12:40:31.479461  6941 raft_consensus.cc:2804] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:40:31.480276  6941 raft_consensus.cc:697] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [term 2 LEADER]: Becoming Leader. State: Replica: 1464140a1cb44ede8e4b317d9118ac7a, State: Running, Role: LEADER
I20260608 12:40:31.480983  6941 consensus_queue.cc:237] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [LEADER]: Queue going to LEADER 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: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } }
I20260608 12:40:31.487391  6621 catalog_manager.cc:5696] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a reported cstate change: term changed from 1 to 2, leader changed from 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193) to 1464140a1cb44ede8e4b317d9118ac7a (127.0.107.194). New cstate: current_term: 2 leader_uuid: "1464140a1cb44ede8e4b317d9118ac7a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } health_report { overall_health: UNKNOWN } } }
W20260608 12:40:31.543967  6836 consensus_peers.cc:597] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 -> Peer 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193:34391): Couldn't send request to peer 379cd3f427fe4cd7ab98d16df85f9ee3. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34391: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:31.586058  6799 raft_consensus.cc:1275] T 10c525fe262841c387fb7c090f371f77 P 1464140a1cb44ede8e4b317d9118ac7a [term 2 FOLLOWER]: Refusing update from remote peer d9c8b7072b924bf3a1bbb914d21b93f6: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260608 12:40:31.587457  7033 consensus_queue.cc:1048] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:31.680954  7001 raft_consensus.cc:1217] T 7cafc8fc28684cfe84772f346eca0b91 P 3b1eb2825fa541ad9f0307a526f088cf [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:40:31.758868  7001 raft_consensus.cc:1217] T 81495555bafc4cdd8f17c774036e96e4 P 3b1eb2825fa541ad9f0307a526f088cf [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:40:31.966982  6873 raft_consensus.cc:1275] T e1d1284b4ad3412aac11780ab5271bfd P d9c8b7072b924bf3a1bbb914d21b93f6 [term 2 FOLLOWER]: Refusing update from remote peer 1464140a1cb44ede8e4b317d9118ac7a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260608 12:40:31.968221  7060 consensus_queue.cc:1048] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [LEADER]: Connected to new peer: Peer: permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:40:31.981669  6762 consensus_peers.cc:597] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a -> Peer 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193:34391): Couldn't send request to peer 379cd3f427fe4cd7ab98d16df85f9ee3. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34391: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:32.081180  7033 consensus_queue.cc:579] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [LEADER]: Leader has been unable to successfully communicate with peer 379cd3f427fe4cd7ab98d16df85f9ee3 for more than 1 seconds (1.007s)
I20260608 12:40:32.091043  6873 consensus_queue.cc:237] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [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: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: true } }
I20260608 12:40:32.097653  6799 raft_consensus.cc:1275] T 10c525fe262841c387fb7c090f371f77 P 1464140a1cb44ede8e4b317d9118ac7a [term 2 FOLLOWER]: Refusing update from remote peer d9c8b7072b924bf3a1bbb914d21b93f6: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:40:32.099442  7033 consensus_queue.cc:1048] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:40:32.102640  6836 consensus_peers.cc:597] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 -> Peer 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193:34391): Couldn't send request to peer 379cd3f427fe4cd7ab98d16df85f9ee3. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34391: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:32.106051  7057 raft_consensus.cc:2955] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: true } } }
W20260608 12:40:32.107756  6837 consensus_peers.cc:597] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 -> Peer 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196:42089): Couldn't send request to peer 3b1eb2825fa541ad9f0307a526f088cf. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 10c525fe262841c387fb7c090f371f77. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:32.107895  6799 raft_consensus.cc:2955] T 10c525fe262841c387fb7c090f371f77 P 1464140a1cb44ede8e4b317d9118ac7a [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: true } } }
I20260608 12:40:32.115530  6609 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 10c525fe262841c387fb7c090f371f77 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260608 12:40:32.119670  6621 catalog_manager.cc:5696] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 reported cstate change: config changed from index -1 to 2, NON_VOTER 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:32.123832  7060 consensus_queue.cc:579] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [LEADER]: Leader has been unable to successfully communicate with peer 379cd3f427fe4cd7ab98d16df85f9ee3 for more than 1 seconds (1.360s)
I20260608 12:40:32.128054  7062 raft_consensus.cc:1064] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a: attempting to promote NON_VOTER 3b1eb2825fa541ad9f0307a526f088cf to VOTER
I20260608 12:40:32.131367  7062 consensus_queue.cc:237] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [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: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } }
I20260608 12:40:32.139915  6873 raft_consensus.cc:1275] T 7cafc8fc28684cfe84772f346eca0b91 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 1 FOLLOWER]: Refusing update from remote peer 1464140a1cb44ede8e4b317d9118ac7a: 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:32.141283  7001 raft_consensus.cc:1275] T 7cafc8fc28684cfe84772f346eca0b91 P 3b1eb2825fa541ad9f0307a526f088cf [term 1 LEARNER]: Refusing update from remote peer 1464140a1cb44ede8e4b317d9118ac7a: 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:32.141719  7060 consensus_queue.cc:1048] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [LEADER]: Connected to new peer: Peer: permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:32.143400  7060 consensus_queue.cc:1048] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [LEADER]: Connected to new peer: Peer: permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 12:40:32.147147  6762 consensus_peers.cc:597] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a -> Peer 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193:34391): Couldn't send request to peer 379cd3f427fe4cd7ab98d16df85f9ee3. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34391: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:32.156374  7062 raft_consensus.cc:2955] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } } }
I20260608 12:40:32.158201  6873 raft_consensus.cc:2955] T 7cafc8fc28684cfe84772f346eca0b91 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } } }
I20260608 12:40:32.169772  7001 raft_consensus.cc:2955] T 7cafc8fc28684cfe84772f346eca0b91 P 3b1eb2825fa541ad9f0307a526f088cf [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } } }
I20260608 12:40:32.170921  6618 catalog_manager.cc:5696] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a reported cstate change: config changed from index 2 to 3, 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "1464140a1cb44ede8e4b317d9118ac7a" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:32.183473  6799 consensus_queue.cc:237] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [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: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } }
I20260608 12:40:32.188138  7001 raft_consensus.cc:1275] T 7cafc8fc28684cfe84772f346eca0b91 P 3b1eb2825fa541ad9f0307a526f088cf [term 1 FOLLOWER]: Refusing update from remote peer 1464140a1cb44ede8e4b317d9118ac7a: 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:32.188437  6873 raft_consensus.cc:1275] T 7cafc8fc28684cfe84772f346eca0b91 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 1 FOLLOWER]: Refusing update from remote peer 1464140a1cb44ede8e4b317d9118ac7a: 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:32.189477  7060 consensus_queue.cc:1048] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [LEADER]: Connected to new peer: Peer: permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } 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:32.190757  7062 consensus_queue.cc:1048] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [LEADER]: Connected to new peer: Peer: permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:32.195873  7060 raft_consensus.cc:2955] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } } }
I20260608 12:40:32.197741  7001 raft_consensus.cc:2955] T 7cafc8fc28684cfe84772f346eca0b91 P 3b1eb2825fa541ad9f0307a526f088cf [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } } }
I20260608 12:40:32.202257  6941 raft_consensus.cc:1064] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a: attempting to promote NON_VOTER 3b1eb2825fa541ad9f0307a526f088cf to VOTER
I20260608 12:40:32.201442  6873 raft_consensus.cc:2955] T 7cafc8fc28684cfe84772f346eca0b91 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } } }
I20260608 12:40:32.204304  6941 consensus_queue.cc:237] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a [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: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } }
I20260608 12:40:32.205809  6609 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 7cafc8fc28684cfe84772f346eca0b91 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:32.209793  6622 catalog_manager.cc:5696] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a reported cstate change: config changed from index 3 to 4, VOTER 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "1464140a1cb44ede8e4b317d9118ac7a" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:32.221108  7001 raft_consensus.cc:1275] T 81495555bafc4cdd8f17c774036e96e4 P 3b1eb2825fa541ad9f0307a526f088cf [term 1 LEARNER]: Refusing update from remote peer 1464140a1cb44ede8e4b317d9118ac7a: 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:32.222391  6873 raft_consensus.cc:1275] T 81495555bafc4cdd8f17c774036e96e4 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 1 FOLLOWER]: Refusing update from remote peer 1464140a1cb44ede8e4b317d9118ac7a: 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:32.223699  7054 consensus_queue.cc:1048] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a [LEADER]: Connected to new peer: Peer: permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:32.225250  7054 consensus_queue.cc:1048] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a [LEADER]: Connected to new peer: Peer: permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 12:40:32.226150  6762 consensus_peers.cc:597] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a -> Peer 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193:34391): Couldn't send request to peer 379cd3f427fe4cd7ab98d16df85f9ee3. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34391: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:40:32.238879  6606 catalog_manager.cc:4754] TS 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193:34391): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 7cafc8fc28684cfe84772f346eca0b91: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34391: connect: Connection refused (error 111)
I20260608 12:40:32.241427  7054 raft_consensus.cc:2955] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } } }
I20260608 12:40:32.243150  6873 raft_consensus.cc:2955] T 81495555bafc4cdd8f17c774036e96e4 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } } }
I20260608 12:40:32.250595  7001 raft_consensus.cc:2955] T 81495555bafc4cdd8f17c774036e96e4 P 3b1eb2825fa541ad9f0307a526f088cf [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } } }
I20260608 12:40:32.253413  6622 catalog_manager.cc:5696] T 81495555bafc4cdd8f17c774036e96e4 P d9c8b7072b924bf3a1bbb914d21b93f6 reported cstate change: config changed from index 2 to 3, 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "1464140a1cb44ede8e4b317d9118ac7a" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } } }
I20260608 12:40:32.267055  6799 consensus_queue.cc:237] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a [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: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } }
I20260608 12:40:32.271951  7001 raft_consensus.cc:1275] T 81495555bafc4cdd8f17c774036e96e4 P 3b1eb2825fa541ad9f0307a526f088cf [term 1 FOLLOWER]: Refusing update from remote peer 1464140a1cb44ede8e4b317d9118ac7a: 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:32.272042  6873 raft_consensus.cc:1275] T 81495555bafc4cdd8f17c774036e96e4 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 1 FOLLOWER]: Refusing update from remote peer 1464140a1cb44ede8e4b317d9118ac7a: 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:32.273461  7054 consensus_queue.cc:1048] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a [LEADER]: Connected to new peer: Peer: permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } 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:32.275404  7054 consensus_queue.cc:1048] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a [LEADER]: Connected to new peer: Peer: permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:32.279507  7060 raft_consensus.cc:2955] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } } }
I20260608 12:40:32.281471  7001 raft_consensus.cc:2955] T 81495555bafc4cdd8f17c774036e96e4 P 3b1eb2825fa541ad9f0307a526f088cf [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } } }
I20260608 12:40:32.282480  6873 raft_consensus.cc:2955] T 81495555bafc4cdd8f17c774036e96e4 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } } }
I20260608 12:40:32.289111  6609 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 81495555bafc4cdd8f17c774036e96e4 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:32.292470  6621 catalog_manager.cc:5696] T 81495555bafc4cdd8f17c774036e96e4 P d9c8b7072b924bf3a1bbb914d21b93f6 reported cstate change: config changed from index 3 to 4, VOTER 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "1464140a1cb44ede8e4b317d9118ac7a" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } } }
W20260608 12:40:32.456274  6670 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 379cd3f427fe4cd7ab98d16df85f9ee3 not available for placement
I20260608 12:40:32.497583  6941 consensus_queue.cc:579] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [LEADER]: Leader has been unable to successfully communicate with peer 379cd3f427fe4cd7ab98d16df85f9ee3 for more than 1 seconds (1.016s)
I20260608 12:40:32.503693  7079 ts_tablet_manager.cc:933] T 10c525fe262841c387fb7c090f371f77 P 3b1eb2825fa541ad9f0307a526f088cf: Initiating tablet copy from peer d9c8b7072b924bf3a1bbb914d21b93f6 (127.0.107.195:37947)
I20260608 12:40:32.505584  7079 tablet_copy_client.cc:323] T 10c525fe262841c387fb7c090f371f77 P 3b1eb2825fa541ad9f0307a526f088cf: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:37947
I20260608 12:40:32.510679  6798 consensus_queue.cc:237] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [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: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: true } }
I20260608 12:40:32.517273  6873 raft_consensus.cc:1275] T e1d1284b4ad3412aac11780ab5271bfd P d9c8b7072b924bf3a1bbb914d21b93f6 [term 2 FOLLOWER]: Refusing update from remote peer 1464140a1cb44ede8e4b317d9118ac7a: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
W20260608 12:40:32.517854  6763 consensus_peers.cc:597] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a -> Peer 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196:42089): Couldn't send request to peer 3b1eb2825fa541ad9f0307a526f088cf. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e1d1284b4ad3412aac11780ab5271bfd. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:32.518719  6941 consensus_queue.cc:1048] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [LEADER]: Connected to new peer: Peer: permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:40:32.521687  6762 consensus_peers.cc:597] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a -> Peer 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193:34391): Couldn't send request to peer 379cd3f427fe4cd7ab98d16df85f9ee3. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34391: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:32.521891  6883 tablet_copy_service.cc:140] P d9c8b7072b924bf3a1bbb914d21b93f6: Received BeginTabletCopySession request for tablet 10c525fe262841c387fb7c090f371f77 from peer 3b1eb2825fa541ad9f0307a526f088cf ({username='slave'} at 127.0.0.1:46080)
I20260608 12:40:32.522490  6883 tablet_copy_service.cc:161] P d9c8b7072b924bf3a1bbb914d21b93f6: Beginning new tablet copy session on tablet 10c525fe262841c387fb7c090f371f77 from peer 3b1eb2825fa541ad9f0307a526f088cf at {username='slave'} at 127.0.0.1:46080: session id = 3b1eb2825fa541ad9f0307a526f088cf-10c525fe262841c387fb7c090f371f77
I20260608 12:40:32.525445  7054 raft_consensus.cc:2955] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: true } } }
I20260608 12:40:32.527042  6873 raft_consensus.cc:2955] T e1d1284b4ad3412aac11780ab5271bfd P d9c8b7072b924bf3a1bbb914d21b93f6 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: true } } }
I20260608 12:40:32.529856  6883 tablet_copy_source_session.cc:215] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:32.533432  7079 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 10c525fe262841c387fb7c090f371f77. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.534525  6609 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet e1d1284b4ad3412aac11780ab5271bfd with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260608 12:40:32.538230  6622 catalog_manager.cc:5696] T e1d1284b4ad3412aac11780ab5271bfd P d9c8b7072b924bf3a1bbb914d21b93f6 reported cstate change: config changed from index -1 to 2, NON_VOTER 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "1464140a1cb44ede8e4b317d9118ac7a" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: true } } }
I20260608 12:40:32.546468  7079 tablet_copy_client.cc:806] T 10c525fe262841c387fb7c090f371f77 P 3b1eb2825fa541ad9f0307a526f088cf: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:32.547106  7079 tablet_copy_client.cc:670] T 10c525fe262841c387fb7c090f371f77 P 3b1eb2825fa541ad9f0307a526f088cf: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:32.551072  7079 tablet_copy_client.cc:538] T 10c525fe262841c387fb7c090f371f77 P 3b1eb2825fa541ad9f0307a526f088cf: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:32.557185  7079 tablet_bootstrap.cc:492] T 10c525fe262841c387fb7c090f371f77 P 3b1eb2825fa541ad9f0307a526f088cf: Bootstrap starting.
I20260608 12:40:32.570981  7079 tablet_bootstrap.cc:492] T 10c525fe262841c387fb7c090f371f77 P 3b1eb2825fa541ad9f0307a526f088cf: 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:32.571623  7079 tablet_bootstrap.cc:492] T 10c525fe262841c387fb7c090f371f77 P 3b1eb2825fa541ad9f0307a526f088cf: Bootstrap complete.
I20260608 12:40:32.572146  7079 ts_tablet_manager.cc:1403] T 10c525fe262841c387fb7c090f371f77 P 3b1eb2825fa541ad9f0307a526f088cf: Time spent bootstrapping tablet: real 0.015s	user 0.011s	sys 0.000s
I20260608 12:40:32.574164  7079 raft_consensus.cc:359] T 10c525fe262841c387fb7c090f371f77 P 3b1eb2825fa541ad9f0307a526f088cf [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: true } }
I20260608 12:40:32.574713  7079 raft_consensus.cc:740] T 10c525fe262841c387fb7c090f371f77 P 3b1eb2825fa541ad9f0307a526f088cf [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 3b1eb2825fa541ad9f0307a526f088cf, State: Initialized, Role: LEARNER
I20260608 12:40:32.575228  7079 consensus_queue.cc:260] T 10c525fe262841c387fb7c090f371f77 P 3b1eb2825fa541ad9f0307a526f088cf [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: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: true } }
I20260608 12:40:32.577164  7079 ts_tablet_manager.cc:1434] T 10c525fe262841c387fb7c090f371f77 P 3b1eb2825fa541ad9f0307a526f088cf: Time spent starting tablet: real 0.005s	user 0.008s	sys 0.000s
I20260608 12:40:32.578934  6883 tablet_copy_service.cc:342] P d9c8b7072b924bf3a1bbb914d21b93f6: Request end of tablet copy session 3b1eb2825fa541ad9f0307a526f088cf-10c525fe262841c387fb7c090f371f77 received from {username='slave'} at 127.0.0.1:46080
I20260608 12:40:32.579268  6883 tablet_copy_service.cc:434] P d9c8b7072b924bf3a1bbb914d21b93f6: ending tablet copy session 3b1eb2825fa541ad9f0307a526f088cf-10c525fe262841c387fb7c090f371f77 on tablet 10c525fe262841c387fb7c090f371f77 with peer 3b1eb2825fa541ad9f0307a526f088cf
I20260608 12:40:33.103641  7001 raft_consensus.cc:1217] T 10c525fe262841c387fb7c090f371f77 P 3b1eb2825fa541ad9f0307a526f088cf [term 2 LEARNER]: Deduplicated request from leader. Original: 2.1->[2.2-2.2]   Dedup: 2.2->[]
I20260608 12:40:33.110459  7091 ts_tablet_manager.cc:933] T e1d1284b4ad3412aac11780ab5271bfd P 3b1eb2825fa541ad9f0307a526f088cf: Initiating tablet copy from peer 1464140a1cb44ede8e4b317d9118ac7a (127.0.107.194:41827)
I20260608 12:40:33.112423  7091 tablet_copy_client.cc:323] T e1d1284b4ad3412aac11780ab5271bfd P 3b1eb2825fa541ad9f0307a526f088cf: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:41827
I20260608 12:40:33.113960  6809 tablet_copy_service.cc:140] P 1464140a1cb44ede8e4b317d9118ac7a: Received BeginTabletCopySession request for tablet e1d1284b4ad3412aac11780ab5271bfd from peer 3b1eb2825fa541ad9f0307a526f088cf ({username='slave'} at 127.0.0.1:41376)
I20260608 12:40:33.114392  6809 tablet_copy_service.cc:161] P 1464140a1cb44ede8e4b317d9118ac7a: Beginning new tablet copy session on tablet e1d1284b4ad3412aac11780ab5271bfd from peer 3b1eb2825fa541ad9f0307a526f088cf at {username='slave'} at 127.0.0.1:41376: session id = 3b1eb2825fa541ad9f0307a526f088cf-e1d1284b4ad3412aac11780ab5271bfd
I20260608 12:40:33.119280  6809 tablet_copy_source_session.cc:215] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:33.121894  7091 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e1d1284b4ad3412aac11780ab5271bfd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:33.132520  7091 tablet_copy_client.cc:806] T e1d1284b4ad3412aac11780ab5271bfd P 3b1eb2825fa541ad9f0307a526f088cf: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:33.132987  7091 tablet_copy_client.cc:670] T e1d1284b4ad3412aac11780ab5271bfd P 3b1eb2825fa541ad9f0307a526f088cf: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:33.136395  7091 tablet_copy_client.cc:538] T e1d1284b4ad3412aac11780ab5271bfd P 3b1eb2825fa541ad9f0307a526f088cf: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:33.142119  7091 tablet_bootstrap.cc:492] T e1d1284b4ad3412aac11780ab5271bfd P 3b1eb2825fa541ad9f0307a526f088cf: Bootstrap starting.
I20260608 12:40:33.155838  7091 tablet_bootstrap.cc:492] T e1d1284b4ad3412aac11780ab5271bfd P 3b1eb2825fa541ad9f0307a526f088cf: 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:33.156514  7091 tablet_bootstrap.cc:492] T e1d1284b4ad3412aac11780ab5271bfd P 3b1eb2825fa541ad9f0307a526f088cf: Bootstrap complete.
I20260608 12:40:33.157107  7091 ts_tablet_manager.cc:1403] T e1d1284b4ad3412aac11780ab5271bfd P 3b1eb2825fa541ad9f0307a526f088cf: Time spent bootstrapping tablet: real 0.015s	user 0.012s	sys 0.003s
I20260608 12:40:33.159850  7091 raft_consensus.cc:359] T e1d1284b4ad3412aac11780ab5271bfd P 3b1eb2825fa541ad9f0307a526f088cf [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: true } }
I20260608 12:40:33.160429  7091 raft_consensus.cc:740] T e1d1284b4ad3412aac11780ab5271bfd P 3b1eb2825fa541ad9f0307a526f088cf [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 3b1eb2825fa541ad9f0307a526f088cf, State: Initialized, Role: LEARNER
I20260608 12:40:33.160969  7091 consensus_queue.cc:260] T e1d1284b4ad3412aac11780ab5271bfd P 3b1eb2825fa541ad9f0307a526f088cf [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: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: true } }
I20260608 12:40:33.162950  7091 ts_tablet_manager.cc:1434] T e1d1284b4ad3412aac11780ab5271bfd P 3b1eb2825fa541ad9f0307a526f088cf: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 12:40:33.164665  6809 tablet_copy_service.cc:342] P 1464140a1cb44ede8e4b317d9118ac7a: Request end of tablet copy session 3b1eb2825fa541ad9f0307a526f088cf-e1d1284b4ad3412aac11780ab5271bfd received from {username='slave'} at 127.0.0.1:41376
I20260608 12:40:33.165172  6809 tablet_copy_service.cc:434] P 1464140a1cb44ede8e4b317d9118ac7a: ending tablet copy session 3b1eb2825fa541ad9f0307a526f088cf-e1d1284b4ad3412aac11780ab5271bfd on tablet e1d1284b4ad3412aac11780ab5271bfd with peer 3b1eb2825fa541ad9f0307a526f088cf
W20260608 12:40:33.458352  6670 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 379cd3f427fe4cd7ab98d16df85f9ee3 not available for placement
W20260608 12:40:33.467427  6606 catalog_manager.cc:4754] TS 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193:34391): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 7cafc8fc28684cfe84772f346eca0b91: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34391: connect: Connection refused (error 111)
I20260608 12:40:33.509559  7033 consensus_queue.cc:579] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [LEADER]: Leader has been unable to successfully communicate with peer 379cd3f427fe4cd7ab98d16df85f9ee3 for more than 1 seconds (1.417s)
I20260608 12:40:33.518181  7054 consensus_queue.cc:579] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [LEADER]: Leader has been unable to successfully communicate with peer 379cd3f427fe4cd7ab98d16df85f9ee3 for more than 1 seconds (1.006s)
I20260608 12:40:33.578227  7001 raft_consensus.cc:1217] T e1d1284b4ad3412aac11780ab5271bfd P 3b1eb2825fa541ad9f0307a526f088cf [term 2 LEARNER]: Deduplicated request from leader. Original: 2.1->[2.2-2.2]   Dedup: 2.2->[]
I20260608 12:40:33.664279  7033 raft_consensus.cc:1064] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6: attempting to promote NON_VOTER 3b1eb2825fa541ad9f0307a526f088cf to VOTER
I20260608 12:40:33.666247  7033 consensus_queue.cc:237] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [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: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } }
I20260608 12:40:33.673604  6798 raft_consensus.cc:1275] T 10c525fe262841c387fb7c090f371f77 P 1464140a1cb44ede8e4b317d9118ac7a [term 2 FOLLOWER]: Refusing update from remote peer d9c8b7072b924bf3a1bbb914d21b93f6: 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:33.673987  7001 raft_consensus.cc:1275] T 10c525fe262841c387fb7c090f371f77 P 3b1eb2825fa541ad9f0307a526f088cf [term 2 LEARNER]: Refusing update from remote peer d9c8b7072b924bf3a1bbb914d21b93f6: 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:33.675096  7088 consensus_queue.cc:1048] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 12:40:33.675865  6836 consensus_peers.cc:597] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 -> Peer 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193:34391): Couldn't send request to peer 379cd3f427fe4cd7ab98d16df85f9ee3. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34391: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:33.675973  7099 consensus_queue.cc:1048] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } 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:33.683235  7088 raft_consensus.cc:2955] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } } }
I20260608 12:40:33.685009  7001 raft_consensus.cc:2955] T 10c525fe262841c387fb7c090f371f77 P 3b1eb2825fa541ad9f0307a526f088cf [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } } }
I20260608 12:40:33.692662  6798 raft_consensus.cc:2955] T 10c525fe262841c387fb7c090f371f77 P 1464140a1cb44ede8e4b317d9118ac7a [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } } }
I20260608 12:40:33.695823  6618 catalog_manager.cc:5696] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 reported cstate change: config changed from index 2 to 3, 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:33.721938  6873 consensus_queue.cc:237] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [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: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } }
I20260608 12:40:33.726874  7001 raft_consensus.cc:1275] T 10c525fe262841c387fb7c090f371f77 P 3b1eb2825fa541ad9f0307a526f088cf [term 2 FOLLOWER]: Refusing update from remote peer d9c8b7072b924bf3a1bbb914d21b93f6: 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:33.727591  6798 raft_consensus.cc:1275] T 10c525fe262841c387fb7c090f371f77 P 1464140a1cb44ede8e4b317d9118ac7a [term 2 FOLLOWER]: Refusing update from remote peer d9c8b7072b924bf3a1bbb914d21b93f6: 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:33.729007  7099 consensus_queue.cc:1048] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } 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:33.731765  7099 consensus_queue.cc:1048] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:33.737859  7089 raft_consensus.cc:2955] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } } }
I20260608 12:40:33.741341  6798 raft_consensus.cc:2955] T 10c525fe262841c387fb7c090f371f77 P 1464140a1cb44ede8e4b317d9118ac7a [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } } }
I20260608 12:40:33.744735  7001 raft_consensus.cc:2955] T 10c525fe262841c387fb7c090f371f77 P 3b1eb2825fa541ad9f0307a526f088cf [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } } }
I20260608 12:40:33.749193  6609 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 10c525fe262841c387fb7c090f371f77 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:33.751960  6621 catalog_manager.cc:5696] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 reported cstate change: config changed from index 3 to 4, VOTER 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193) evicted. New cstate: current_term: 2 leader_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:34.014232  7096 raft_consensus.cc:1064] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a: attempting to promote NON_VOTER 3b1eb2825fa541ad9f0307a526f088cf to VOTER
I20260608 12:40:34.016235  7096 consensus_queue.cc:237] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [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: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } }
I20260608 12:40:34.023248  6873 raft_consensus.cc:1275] T e1d1284b4ad3412aac11780ab5271bfd P d9c8b7072b924bf3a1bbb914d21b93f6 [term 2 FOLLOWER]: Refusing update from remote peer 1464140a1cb44ede8e4b317d9118ac7a: 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:34.023248  7001 raft_consensus.cc:1275] T e1d1284b4ad3412aac11780ab5271bfd P 3b1eb2825fa541ad9f0307a526f088cf [term 2 LEARNER]: Refusing update from remote peer 1464140a1cb44ede8e4b317d9118ac7a: 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:34.025159  7107 consensus_queue.cc:1048] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [LEADER]: Connected to new peer: Peer: permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } 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:34.025918  7097 consensus_queue.cc:1048] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [LEADER]: Connected to new peer: Peer: permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 12:40:34.026868  6762 consensus_peers.cc:597] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a -> Peer 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193:34391): Couldn't send request to peer 379cd3f427fe4cd7ab98d16df85f9ee3. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34391: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:34.034268  7097 raft_consensus.cc:2955] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } } }
I20260608 12:40:34.036572  7001 raft_consensus.cc:2955] T e1d1284b4ad3412aac11780ab5271bfd P 3b1eb2825fa541ad9f0307a526f088cf [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } } }
I20260608 12:40:34.047070  6873 raft_consensus.cc:2955] T e1d1284b4ad3412aac11780ab5271bfd P d9c8b7072b924bf3a1bbb914d21b93f6 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } } }
I20260608 12:40:34.050024  6618 catalog_manager.cc:5696] T e1d1284b4ad3412aac11780ab5271bfd P 3b1eb2825fa541ad9f0307a526f088cf reported cstate change: config changed from index 2 to 3, 3b1eb2825fa541ad9f0307a526f088cf (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "1464140a1cb44ede8e4b317d9118ac7a" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "379cd3f427fe4cd7ab98d16df85f9ee3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34391 } } peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } } }
I20260608 12:40:34.068382  6798 consensus_queue.cc:237] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [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: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } }
I20260608 12:40:34.073298  6873 raft_consensus.cc:1275] T e1d1284b4ad3412aac11780ab5271bfd P d9c8b7072b924bf3a1bbb914d21b93f6 [term 2 FOLLOWER]: Refusing update from remote peer 1464140a1cb44ede8e4b317d9118ac7a: 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:34.073298  7001 raft_consensus.cc:1275] T e1d1284b4ad3412aac11780ab5271bfd P 3b1eb2825fa541ad9f0307a526f088cf [term 2 FOLLOWER]: Refusing update from remote peer 1464140a1cb44ede8e4b317d9118ac7a: 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:34.074842  7097 consensus_queue.cc:1048] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [LEADER]: Connected to new peer: Peer: permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:34.075500  7096 consensus_queue.cc:1048] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [LEADER]: Connected to new peer: Peer: permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } 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:34.081346  7107 raft_consensus.cc:2955] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } } }
I20260608 12:40:34.083022  6873 raft_consensus.cc:2955] T e1d1284b4ad3412aac11780ab5271bfd P d9c8b7072b924bf3a1bbb914d21b93f6 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } } }
I20260608 12:40:34.083343  7001 raft_consensus.cc:2955] T e1d1284b4ad3412aac11780ab5271bfd P 3b1eb2825fa541ad9f0307a526f088cf [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } } }
I20260608 12:40:34.090926  6609 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet e1d1284b4ad3412aac11780ab5271bfd with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:34.095504  6621 catalog_manager.cc:5696] T e1d1284b4ad3412aac11780ab5271bfd P d9c8b7072b924bf3a1bbb914d21b93f6 reported cstate change: config changed from index 3 to 4, VOTER 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193) evicted. New cstate: current_term: 2 leader_uuid: "1464140a1cb44ede8e4b317d9118ac7a" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1464140a1cb44ede8e4b317d9118ac7a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41827 } } peers { permanent_uuid: "d9c8b7072b924bf3a1bbb914d21b93f6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37947 } } peers { permanent_uuid: "3b1eb2825fa541ad9f0307a526f088cf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42089 } attrs { promote: false } } }
W20260608 12:40:34.498286  6606 catalog_manager.cc:4754] TS 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193:34391): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 7cafc8fc28684cfe84772f346eca0b91: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34391: connect: Connection refused (error 111)
W20260608 12:40:34.794109  6606 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34391: connect: Connection refused (error 111) [suppressed 57 similar messages]
W20260608 12:40:36.055307  6606 catalog_manager.cc:4754] TS 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193:34391): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 10c525fe262841c387fb7c090f371f77: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34391: connect: Connection refused (error 111)
I20260608 12:40:37.655771   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:40:37.682495   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:37.683215   431 tablet_replica.cc:333] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a: stopping tablet replica
I20260608 12:40:37.683795   431 raft_consensus.cc:2243] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:40:37.684542   431 raft_consensus.cc:2272] T e1d1284b4ad3412aac11780ab5271bfd P 1464140a1cb44ede8e4b317d9118ac7a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:37.686441   431 tablet_replica.cc:333] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a: stopping tablet replica
I20260608 12:40:37.686939   431 raft_consensus.cc:2243] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:37.687644   431 raft_consensus.cc:2272] T 7cafc8fc28684cfe84772f346eca0b91 P 1464140a1cb44ede8e4b317d9118ac7a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:37.689476   431 tablet_replica.cc:333] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a: stopping tablet replica
I20260608 12:40:37.689946   431 raft_consensus.cc:2243] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:37.690641   431 raft_consensus.cc:2272] T 81495555bafc4cdd8f17c774036e96e4 P 1464140a1cb44ede8e4b317d9118ac7a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:37.692418   431 tablet_replica.cc:333] T 10c525fe262841c387fb7c090f371f77 P 1464140a1cb44ede8e4b317d9118ac7a: stopping tablet replica
I20260608 12:40:37.692922   431 raft_consensus.cc:2243] T 10c525fe262841c387fb7c090f371f77 P 1464140a1cb44ede8e4b317d9118ac7a [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:37.693411   431 raft_consensus.cc:2272] T 10c525fe262841c387fb7c090f371f77 P 1464140a1cb44ede8e4b317d9118ac7a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:37.715957   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:40:37.729406   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:40:37.751507   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:37.752252   431 tablet_replica.cc:333] T e1d1284b4ad3412aac11780ab5271bfd P d9c8b7072b924bf3a1bbb914d21b93f6: stopping tablet replica
I20260608 12:40:37.752796   431 raft_consensus.cc:2243] T e1d1284b4ad3412aac11780ab5271bfd P d9c8b7072b924bf3a1bbb914d21b93f6 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:37.753408   431 raft_consensus.cc:2272] T e1d1284b4ad3412aac11780ab5271bfd P d9c8b7072b924bf3a1bbb914d21b93f6 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:37.755319   431 tablet_replica.cc:333] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6: stopping tablet replica
I20260608 12:40:37.755825   431 raft_consensus.cc:2243] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:40:37.756572   431 raft_consensus.cc:2272] T 10c525fe262841c387fb7c090f371f77 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:37.758502   431 tablet_replica.cc:333] T 7cafc8fc28684cfe84772f346eca0b91 P d9c8b7072b924bf3a1bbb914d21b93f6: stopping tablet replica
I20260608 12:40:37.758999   431 raft_consensus.cc:2243] T 7cafc8fc28684cfe84772f346eca0b91 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:37.759509   431 raft_consensus.cc:2272] T 7cafc8fc28684cfe84772f346eca0b91 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:37.761255   431 tablet_replica.cc:333] T 81495555bafc4cdd8f17c774036e96e4 P d9c8b7072b924bf3a1bbb914d21b93f6: stopping tablet replica
I20260608 12:40:37.761719   431 raft_consensus.cc:2243] T 81495555bafc4cdd8f17c774036e96e4 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:37.762245   431 raft_consensus.cc:2272] T 81495555bafc4cdd8f17c774036e96e4 P d9c8b7072b924bf3a1bbb914d21b93f6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:37.784340   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:40:37.797243   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:40:37.815029   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:37.815763   431 tablet_replica.cc:333] T e1d1284b4ad3412aac11780ab5271bfd P 3b1eb2825fa541ad9f0307a526f088cf: stopping tablet replica
I20260608 12:40:37.816332   431 raft_consensus.cc:2243] T e1d1284b4ad3412aac11780ab5271bfd P 3b1eb2825fa541ad9f0307a526f088cf [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:37.816895   431 raft_consensus.cc:2272] T e1d1284b4ad3412aac11780ab5271bfd P 3b1eb2825fa541ad9f0307a526f088cf [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:37.819037   431 tablet_replica.cc:333] T 10c525fe262841c387fb7c090f371f77 P 3b1eb2825fa541ad9f0307a526f088cf: stopping tablet replica
I20260608 12:40:37.819574   431 raft_consensus.cc:2243] T 10c525fe262841c387fb7c090f371f77 P 3b1eb2825fa541ad9f0307a526f088cf [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:37.820076   431 raft_consensus.cc:2272] T 10c525fe262841c387fb7c090f371f77 P 3b1eb2825fa541ad9f0307a526f088cf [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:37.821959   431 tablet_replica.cc:333] T 81495555bafc4cdd8f17c774036e96e4 P 3b1eb2825fa541ad9f0307a526f088cf: stopping tablet replica
I20260608 12:40:37.822417   431 raft_consensus.cc:2243] T 81495555bafc4cdd8f17c774036e96e4 P 3b1eb2825fa541ad9f0307a526f088cf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:37.822893   431 raft_consensus.cc:2272] T 81495555bafc4cdd8f17c774036e96e4 P 3b1eb2825fa541ad9f0307a526f088cf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:37.824692   431 tablet_replica.cc:333] T 7cafc8fc28684cfe84772f346eca0b91 P 3b1eb2825fa541ad9f0307a526f088cf: stopping tablet replica
I20260608 12:40:37.825171   431 raft_consensus.cc:2243] T 7cafc8fc28684cfe84772f346eca0b91 P 3b1eb2825fa541ad9f0307a526f088cf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:37.825626   431 raft_consensus.cc:2272] T 7cafc8fc28684cfe84772f346eca0b91 P 3b1eb2825fa541ad9f0307a526f088cf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:37.847177   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:40:37.859090   431 master.cc:562] Master@127.0.107.254:42429 shutting down...
W20260608 12:40:38.150312  6606 catalog_manager.cc:4754] TS 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193:34391): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 10c525fe262841c387fb7c090f371f77: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34391: connect: Connection refused (error 111)
W20260608 12:40:40.697203  6606 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34391: connect: Connection refused (error 111) [suppressed 8 similar messages]
W20260608 12:40:40.701663  6606 catalog_manager.cc:4754] TS 379cd3f427fe4cd7ab98d16df85f9ee3 (127.0.107.193:34391): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 7cafc8fc28684cfe84772f346eca0b91: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34391: connect: Connection refused (error 111)
I20260608 12:40:41.473944   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 1b30ba8210dc4a9e83a58ad5d2f1826a [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:41.474988   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 1b30ba8210dc4a9e83a58ad5d2f1826a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:41.475355   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 1b30ba8210dc4a9e83a58ad5d2f1826a: stopping tablet replica
I20260608 12:40:41.497859   431 master.cc:584] Master@127.0.107.254:42429 shutdown complete.
[       OK ] AutoRebalancerTest.NoRebalancingIfReplicasRecovering (14240 ms)
[ RUN      ] AutoRebalancerTest.TestHandlingFailedTservers
I20260608 12:40:41.544122   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:42467
I20260608 12:40:41.545331   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:41.550734  7121 instance_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:41.551578  7122 instance_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:41.552389   431 server_base.cc:1061] running on GCE node
W20260608 12:40:41.552367  7124 instance_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:41.553483   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:41.553669   431 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:41.553820   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922441553804 us; error 0 us; skew 500 ppm
I20260608 12:40:41.554373   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:41.556700   431 webserver.cc:533] Webserver started at http://127.0.107.254:42643/ using document root <none> and password file <none>
I20260608 12:40:41.557251   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:41.557412   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:41.557633   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:41.558772   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-431-0/minicluster-data/master-0-root/instance:
uuid: "376292f435a544c7a75607a9044b7eef"
format_stamp: "Formatted at 2026-06-08 12:40:41 on dist-test-slave-3g00"
I20260608 12:40:41.563150   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:40:41.566440  7129 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:41.567219   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:40:41.567534   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-431-0/minicluster-data/master-0-root
uuid: "376292f435a544c7a75607a9044b7eef"
format_stamp: "Formatted at 2026-06-08 12:40:41 on dist-test-slave-3g00"
I20260608 12:40:41.567790   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-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:41.582927   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:41.584122   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:41.622179   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:42467
I20260608 12:40:41.622310  7180 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:42467 every 8 connection(s)
I20260608 12:40:41.626711  7181 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:41.638696  7181 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 376292f435a544c7a75607a9044b7eef: Bootstrap starting.
I20260608 12:40:41.643712  7181 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 376292f435a544c7a75607a9044b7eef: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:41.648155  7181 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 376292f435a544c7a75607a9044b7eef: No bootstrap required, opened a new log
I20260608 12:40:41.650548  7181 raft_consensus.cc:359] T 00000000000000000000000000000000 P 376292f435a544c7a75607a9044b7eef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "376292f435a544c7a75607a9044b7eef" member_type: VOTER }
I20260608 12:40:41.650959  7181 raft_consensus.cc:385] T 00000000000000000000000000000000 P 376292f435a544c7a75607a9044b7eef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:41.651180  7181 raft_consensus.cc:740] T 00000000000000000000000000000000 P 376292f435a544c7a75607a9044b7eef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 376292f435a544c7a75607a9044b7eef, State: Initialized, Role: FOLLOWER
I20260608 12:40:41.651773  7181 consensus_queue.cc:260] T 00000000000000000000000000000000 P 376292f435a544c7a75607a9044b7eef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "376292f435a544c7a75607a9044b7eef" member_type: VOTER }
I20260608 12:40:41.652227  7181 raft_consensus.cc:399] T 00000000000000000000000000000000 P 376292f435a544c7a75607a9044b7eef [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:40:41.652433  7181 raft_consensus.cc:493] T 00000000000000000000000000000000 P 376292f435a544c7a75607a9044b7eef [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:40:41.652686  7181 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 376292f435a544c7a75607a9044b7eef [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:41.657449  7181 raft_consensus.cc:515] T 00000000000000000000000000000000 P 376292f435a544c7a75607a9044b7eef [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "376292f435a544c7a75607a9044b7eef" member_type: VOTER }
I20260608 12:40:41.657939  7181 leader_election.cc:304] T 00000000000000000000000000000000 P 376292f435a544c7a75607a9044b7eef [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: 376292f435a544c7a75607a9044b7eef; no voters: 
I20260608 12:40:41.659042  7181 leader_election.cc:290] T 00000000000000000000000000000000 P 376292f435a544c7a75607a9044b7eef [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:40:41.659492  7184 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 376292f435a544c7a75607a9044b7eef [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:41.660754  7184 raft_consensus.cc:697] T 00000000000000000000000000000000 P 376292f435a544c7a75607a9044b7eef [term 1 LEADER]: Becoming Leader. State: Replica: 376292f435a544c7a75607a9044b7eef, State: Running, Role: LEADER
I20260608 12:40:41.661484  7184 consensus_queue.cc:237] T 00000000000000000000000000000000 P 376292f435a544c7a75607a9044b7eef [LEADER]: Queue going to LEADER mode. State: All 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: "376292f435a544c7a75607a9044b7eef" member_type: VOTER }
I20260608 12:40:41.661911  7181 sys_catalog.cc:565] T 00000000000000000000000000000000 P 376292f435a544c7a75607a9044b7eef [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:40:41.664680  7186 sys_catalog.cc:455] T 00000000000000000000000000000000 P 376292f435a544c7a75607a9044b7eef [sys.catalog]: SysCatalogTable state changed. Reason: New leader 376292f435a544c7a75607a9044b7eef. Latest consensus state: current_term: 1 leader_uuid: "376292f435a544c7a75607a9044b7eef" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "376292f435a544c7a75607a9044b7eef" member_type: VOTER } }
I20260608 12:40:41.664706  7185 sys_catalog.cc:455] T 00000000000000000000000000000000 P 376292f435a544c7a75607a9044b7eef [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "376292f435a544c7a75607a9044b7eef" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "376292f435a544c7a75607a9044b7eef" member_type: VOTER } }
I20260608 12:40:41.665532  7185 sys_catalog.cc:458] T 00000000000000000000000000000000 P 376292f435a544c7a75607a9044b7eef [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:41.665508  7186 sys_catalog.cc:458] T 00000000000000000000000000000000 P 376292f435a544c7a75607a9044b7eef [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:41.673986  7190 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:40:41.679183  7190 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:40:41.680227   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:40:41.688488  7190 catalog_manager.cc:1382] Generated new cluster ID: fa32e7c44d3449ebad9d95b940bd045e
I20260608 12:40:41.688735  7190 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:40:41.709718  7190 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:40:41.710983  7190 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:40:41.728135  7190 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 376292f435a544c7a75607a9044b7eef: Generated new TSK 0
I20260608 12:40:41.728693  7190 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:40:41.747371   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:41.753819  7202 instance_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:41.754612  7203 instance_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:41.756477  7205 instance_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:41.756675   431 server_base.cc:1061] running on GCE node
I20260608 12:40:41.757696   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:41.757900   431 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:41.758064   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922441758046 us; error 0 us; skew 500 ppm
I20260608 12:40:41.758761   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:41.761212   431 webserver.cc:533] Webserver started at http://127.0.107.193:38319/ using document root <none> and password file <none>
I20260608 12:40:41.761704   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:41.761878   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:41.762131   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:41.763350   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-431-0/minicluster-data/ts-0-root/instance:
uuid: "717a491580c14440a4666dd2610e37fb"
format_stamp: "Formatted at 2026-06-08 12:40:41 on dist-test-slave-3g00"
I20260608 12:40:41.767953   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:40:41.771505  7210 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:41.772255   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.002s
I20260608 12:40:41.772543   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-431-0/minicluster-data/ts-0-root
uuid: "717a491580c14440a4666dd2610e37fb"
format_stamp: "Formatted at 2026-06-08 12:40:41 on dist-test-slave-3g00"
I20260608 12:40:41.772804   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-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:41.786736   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:41.787882   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:41.789340   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:41.791608   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:41.791805   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:41.792024   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:41.792177   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:41.832347   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:36853
I20260608 12:40:41.832468  7272 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:36853 every 8 connection(s)
I20260608 12:40:41.837726   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:41.845232  7277 instance_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:41.845645  7278 instance_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:41.848436   431 server_base.cc:1061] running on GCE node
W20260608 12:40:41.849583  7281 instance_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:41.850478   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:41.850732   431 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:41.850903   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922441850886 us; error 0 us; skew 500 ppm
I20260608 12:40:41.851637   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:41.854516   431 webserver.cc:533] Webserver started at http://127.0.107.194:38811/ using document root <none> and password file <none>
I20260608 12:40:41.855114   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:41.855168  7273 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42467
I20260608 12:40:41.855336   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:41.855614  7273 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:41.855680   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:41.856388  7273 heartbeater.cc:507] Master 127.0.107.254:42467 requested a full tablet report, sending...
I20260608 12:40:41.857159   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-431-0/minicluster-data/ts-1-root/instance:
uuid: "7952e8862aec4063b49d31c3e951cac5"
format_stamp: "Formatted at 2026-06-08 12:40:41 on dist-test-slave-3g00"
I20260608 12:40:41.858683  7146 ts_manager.cc:194] Registered new tserver with Master: 717a491580c14440a4666dd2610e37fb (127.0.107.193:36853)
I20260608 12:40:41.861553  7146 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42042
I20260608 12:40:41.863606   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.000s
I20260608 12:40:41.867503  7285 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:41.868322   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:40:41.868654   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-431-0/minicluster-data/ts-1-root
uuid: "7952e8862aec4063b49d31c3e951cac5"
format_stamp: "Formatted at 2026-06-08 12:40:41 on dist-test-slave-3g00"
I20260608 12:40:41.869083   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-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:41.894779   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:41.895998   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:41.897505   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:41.899762   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:41.899971   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:41.900198   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:41.900352   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:41.940104   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:39527
I20260608 12:40:41.940233  7347 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:39527 every 8 connection(s)
I20260608 12:40:41.945264   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:41.952132  7351 instance_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:41.954162  7352 instance_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:41.955125  7354 instance_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:41.956630   431 server_base.cc:1061] running on GCE node
I20260608 12:40:41.957671   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:40:41.957849  7348 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42467
W20260608 12:40:41.957933   431 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:41.958336   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922441958317 us; error 0 us; skew 500 ppm
I20260608 12:40:41.958369  7348 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:41.959023   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:41.959167  7348 heartbeater.cc:507] Master 127.0.107.254:42467 requested a full tablet report, sending...
I20260608 12:40:41.961485  7146 ts_manager.cc:194] Registered new tserver with Master: 7952e8862aec4063b49d31c3e951cac5 (127.0.107.194:39527)
I20260608 12:40:41.961798   431 webserver.cc:533] Webserver started at http://127.0.107.195:43651/ using document root <none> and password file <none>
I20260608 12:40:41.962488   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:41.962718   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:41.963066   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:41.963413  7146 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42050
I20260608 12:40:41.964746   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-431-0/minicluster-data/ts-2-root/instance:
uuid: "92750562478846ffb3ae6f47cea65155"
format_stamp: "Formatted at 2026-06-08 12:40:41 on dist-test-slave-3g00"
I20260608 12:40:41.969539   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:40:41.973341  7359 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:41.974080   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.002s
I20260608 12:40:41.974355   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-431-0/minicluster-data/ts-2-root
uuid: "92750562478846ffb3ae6f47cea65155"
format_stamp: "Formatted at 2026-06-08 12:40:41 on dist-test-slave-3g00"
I20260608 12:40:41.974668   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-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:41.995150   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:41.996352   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:41.997834   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:42.000104   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:42.000298   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:42.000522   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:42.000674   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:42.040632   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:42725
I20260608 12:40:42.040772  7421 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:42725 every 8 connection(s)
I20260608 12:40:42.054816  7422 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42467
I20260608 12:40:42.055229  7422 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:42.055977  7422 heartbeater.cc:507] Master 127.0.107.254:42467 requested a full tablet report, sending...
I20260608 12:40:42.057986  7146 ts_manager.cc:194] Registered new tserver with Master: 92750562478846ffb3ae6f47cea65155 (127.0.107.195:42725)
I20260608 12:40:42.058655   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014664843s
I20260608 12:40:42.059381  7146 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42066
I20260608 12:40:42.864696  7273 heartbeater.cc:499] Master 127.0.107.254:42467 was elected leader, sending a full tablet report...
I20260608 12:40:42.966145  7348 heartbeater.cc:499] Master 127.0.107.254:42467 was elected leader, sending a full tablet report...
I20260608 12:40:43.061935  7422 heartbeater.cc:499] Master 127.0.107.254:42467 was elected leader, sending a full tablet report...
I20260608 12:40:43.114984  7146 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:42082:
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:40:43.117427  7146 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:43.182782  7237 tablet_service.cc:1511] Processing CreateTablet for tablet e82b7f590f3d4a4381d4dac0ec4158cc (DEFAULT_TABLE table=test-workload [id=4c9581e19916480ebb5067b60f919a02]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:40:43.183643  7238 tablet_service.cc:1511] Processing CreateTablet for tablet f9cbe4c0401d46d39c5145c5cfdad517 (DEFAULT_TABLE table=test-workload [id=4c9581e19916480ebb5067b60f919a02]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:40:43.184404  7237 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e82b7f590f3d4a4381d4dac0ec4158cc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:43.185041  7385 tablet_service.cc:1511] Processing CreateTablet for tablet d4dd1f40e4414df6a89bce585ff27b10 (DEFAULT_TABLE table=test-workload [id=4c9581e19916480ebb5067b60f919a02]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:40:43.185966  7236 tablet_service.cc:1511] Processing CreateTablet for tablet d4dd1f40e4414df6a89bce585ff27b10 (DEFAULT_TABLE table=test-workload [id=4c9581e19916480ebb5067b60f919a02]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:40:43.186481  7385 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d4dd1f40e4414df6a89bce585ff27b10. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:43.187896  7235 tablet_service.cc:1511] Processing CreateTablet for tablet 4036a430193f4856bd842777047cf4b5 (DEFAULT_TABLE table=test-workload [id=4c9581e19916480ebb5067b60f919a02]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:40:43.189335  7235 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4036a430193f4856bd842777047cf4b5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:43.190718  7386 tablet_service.cc:1511] Processing CreateTablet for tablet e82b7f590f3d4a4381d4dac0ec4158cc (DEFAULT_TABLE table=test-workload [id=4c9581e19916480ebb5067b60f919a02]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:40:43.192060  7386 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e82b7f590f3d4a4381d4dac0ec4158cc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:43.194046  7387 tablet_service.cc:1511] Processing CreateTablet for tablet f9cbe4c0401d46d39c5145c5cfdad517 (DEFAULT_TABLE table=test-workload [id=4c9581e19916480ebb5067b60f919a02]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:40:43.195307  7387 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f9cbe4c0401d46d39c5145c5cfdad517. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:43.189294  7384 tablet_service.cc:1511] Processing CreateTablet for tablet 4036a430193f4856bd842777047cf4b5 (DEFAULT_TABLE table=test-workload [id=4c9581e19916480ebb5067b60f919a02]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:40:43.201148  7384 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4036a430193f4856bd842777047cf4b5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:43.203167  7238 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f9cbe4c0401d46d39c5145c5cfdad517. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:43.205518  7236 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d4dd1f40e4414df6a89bce585ff27b10. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:43.220163  7313 tablet_service.cc:1511] Processing CreateTablet for tablet f9cbe4c0401d46d39c5145c5cfdad517 (DEFAULT_TABLE table=test-workload [id=4c9581e19916480ebb5067b60f919a02]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:40:43.221612  7313 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f9cbe4c0401d46d39c5145c5cfdad517. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:43.226034  7310 tablet_service.cc:1511] Processing CreateTablet for tablet 4036a430193f4856bd842777047cf4b5 (DEFAULT_TABLE table=test-workload [id=4c9581e19916480ebb5067b60f919a02]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:40:43.227149  7310 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4036a430193f4856bd842777047cf4b5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:43.229456  7311 tablet_service.cc:1511] Processing CreateTablet for tablet d4dd1f40e4414df6a89bce585ff27b10 (DEFAULT_TABLE table=test-workload [id=4c9581e19916480ebb5067b60f919a02]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:40:43.230885  7311 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d4dd1f40e4414df6a89bce585ff27b10. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:43.246299  7442 tablet_bootstrap.cc:492] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155: Bootstrap starting.
I20260608 12:40:43.245841  7312 tablet_service.cc:1511] Processing CreateTablet for tablet e82b7f590f3d4a4381d4dac0ec4158cc (DEFAULT_TABLE table=test-workload [id=4c9581e19916480ebb5067b60f919a02]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:40:43.248118  7443 tablet_bootstrap.cc:492] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb: Bootstrap starting.
I20260608 12:40:43.249240  7312 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e82b7f590f3d4a4381d4dac0ec4158cc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:43.255755  7444 tablet_bootstrap.cc:492] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5: Bootstrap starting.
I20260608 12:40:43.257546  7442 tablet_bootstrap.cc:654] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:43.258158  7443 tablet_bootstrap.cc:654] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:43.263497  7444 tablet_bootstrap.cc:654] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:43.267308  7443 tablet_bootstrap.cc:492] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb: No bootstrap required, opened a new log
I20260608 12:40:43.267978  7443 ts_tablet_manager.cc:1403] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb: Time spent bootstrapping tablet: real 0.020s	user 0.010s	sys 0.005s
I20260608 12:40:43.271471  7443 raft_consensus.cc:359] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:43.273022  7443 raft_consensus.cc:385] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:43.273350  7443 raft_consensus.cc:740] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 717a491580c14440a4666dd2610e37fb, State: Initialized, Role: FOLLOWER
I20260608 12:40:43.274158  7443 consensus_queue.cc:260] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:43.275473  7442 tablet_bootstrap.cc:492] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155: No bootstrap required, opened a new log
I20260608 12:40:43.276180  7442 ts_tablet_manager.cc:1403] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155: Time spent bootstrapping tablet: real 0.030s	user 0.008s	sys 0.017s
I20260608 12:40:43.279639  7442 raft_consensus.cc:359] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:43.280344  7442 raft_consensus.cc:385] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:43.280557  7444 tablet_bootstrap.cc:492] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5: No bootstrap required, opened a new log
I20260608 12:40:43.280721  7442 raft_consensus.cc:740] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 92750562478846ffb3ae6f47cea65155, State: Initialized, Role: FOLLOWER
I20260608 12:40:43.281239  7444 ts_tablet_manager.cc:1403] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5: Time spent bootstrapping tablet: real 0.026s	user 0.009s	sys 0.010s
I20260608 12:40:43.281903  7442 consensus_queue.cc:260] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:43.288084  7443 ts_tablet_manager.cc:1434] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb: Time spent starting tablet: real 0.020s	user 0.006s	sys 0.004s
I20260608 12:40:43.289359  7443 tablet_bootstrap.cc:492] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb: Bootstrap starting.
I20260608 12:40:43.291707  7442 ts_tablet_manager.cc:1434] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155: Time spent starting tablet: real 0.015s	user 0.007s	sys 0.006s
I20260608 12:40:43.295449  7442 tablet_bootstrap.cc:492] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155: Bootstrap starting.
W20260608 12:40:43.296131  7423 tablet.cc:2404] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:40:43.284540  7444 raft_consensus.cc:359] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:43.297237  7444 raft_consensus.cc:385] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:43.297610  7444 raft_consensus.cc:740] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7952e8862aec4063b49d31c3e951cac5, State: Initialized, Role: FOLLOWER
I20260608 12:40:43.298488  7444 consensus_queue.cc:260] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:43.305646  7442 tablet_bootstrap.cc:654] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:43.296306  7443 tablet_bootstrap.cc:654] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:43.309890  7444 ts_tablet_manager.cc:1434] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5: Time spent starting tablet: real 0.028s	user 0.008s	sys 0.008s
I20260608 12:40:43.311067  7444 tablet_bootstrap.cc:492] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5: Bootstrap starting.
I20260608 12:40:43.314884  7442 tablet_bootstrap.cc:492] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155: No bootstrap required, opened a new log
I20260608 12:40:43.315434  7442 ts_tablet_manager.cc:1403] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155: Time spent bootstrapping tablet: real 0.020s	user 0.009s	sys 0.003s
I20260608 12:40:43.318070  7444 tablet_bootstrap.cc:654] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:43.318518  7442 raft_consensus.cc:359] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:43.319254  7442 raft_consensus.cc:385] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:43.319559  7442 raft_consensus.cc:740] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 92750562478846ffb3ae6f47cea65155, State: Initialized, Role: FOLLOWER
I20260608 12:40:43.320464  7442 consensus_queue.cc:260] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:43.322623  7442 ts_tablet_manager.cc:1434] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:40:43.323613  7442 tablet_bootstrap.cc:492] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155: Bootstrap starting.
I20260608 12:40:43.330163  7442 tablet_bootstrap.cc:654] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:43.330513  7444 tablet_bootstrap.cc:492] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5: No bootstrap required, opened a new log
I20260608 12:40:43.330020  7450 raft_consensus.cc:493] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:43.331146  7444 ts_tablet_manager.cc:1403] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5: Time spent bootstrapping tablet: real 0.020s	user 0.010s	sys 0.007s
I20260608 12:40:43.334988  7444 raft_consensus.cc:359] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } }
I20260608 12:40:43.335726  7444 raft_consensus.cc:385] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:43.336031  7444 raft_consensus.cc:740] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7952e8862aec4063b49d31c3e951cac5, State: Initialized, Role: FOLLOWER
I20260608 12:40:43.337085  7444 consensus_queue.cc:260] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } }
I20260608 12:40:43.331110  7450 raft_consensus.cc:515] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:43.343570  7450 leader_election.cc:290] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 717a491580c14440a4666dd2610e37fb (127.0.107.193:36853), 92750562478846ffb3ae6f47cea65155 (127.0.107.195:42725)
I20260608 12:40:43.344714  7442 tablet_bootstrap.cc:492] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155: No bootstrap required, opened a new log
I20260608 12:40:43.345340  7442 ts_tablet_manager.cc:1403] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155: Time spent bootstrapping tablet: real 0.022s	user 0.010s	sys 0.008s
I20260608 12:40:43.347280  7443 tablet_bootstrap.cc:492] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb: No bootstrap required, opened a new log
I20260608 12:40:43.347817  7443 ts_tablet_manager.cc:1403] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb: Time spent bootstrapping tablet: real 0.059s	user 0.014s	sys 0.028s
I20260608 12:40:43.347968  7444 ts_tablet_manager.cc:1434] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5: Time spent starting tablet: real 0.016s	user 0.010s	sys 0.003s
I20260608 12:40:43.348471  7442 raft_consensus.cc:359] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:43.349295  7444 tablet_bootstrap.cc:492] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5: Bootstrap starting.
I20260608 12:40:43.350955  7443 raft_consensus.cc:359] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:43.349295  7442 raft_consensus.cc:385] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:43.351703  7443 raft_consensus.cc:385] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:43.352059  7443 raft_consensus.cc:740] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 717a491580c14440a4666dd2610e37fb, State: Initialized, Role: FOLLOWER
I20260608 12:40:43.353194  7443 consensus_queue.cc:260] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:43.353996  7442 raft_consensus.cc:740] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 92750562478846ffb3ae6f47cea65155, State: Initialized, Role: FOLLOWER
I20260608 12:40:43.355470  7443 ts_tablet_manager.cc:1434] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:40:43.355346  7442 consensus_queue.cc:260] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:43.356577  7443 tablet_bootstrap.cc:492] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb: Bootstrap starting.
I20260608 12:40:43.358404  7442 ts_tablet_manager.cc:1434] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.000s
I20260608 12:40:43.360845  7442 tablet_bootstrap.cc:492] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155: Bootstrap starting.
I20260608 12:40:43.363828  7443 tablet_bootstrap.cc:654] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:43.370525  7442 tablet_bootstrap.cc:654] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:43.363770  7444 tablet_bootstrap.cc:654] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:43.386240  7443 tablet_bootstrap.cc:492] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb: No bootstrap required, opened a new log
I20260608 12:40:43.386260  7442 tablet_bootstrap.cc:492] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155: No bootstrap required, opened a new log
I20260608 12:40:43.386955  7442 ts_tablet_manager.cc:1403] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155: Time spent bootstrapping tablet: real 0.026s	user 0.012s	sys 0.007s
I20260608 12:40:43.387790  7248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4036a430193f4856bd842777047cf4b5" candidate_uuid: "7952e8862aec4063b49d31c3e951cac5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "717a491580c14440a4666dd2610e37fb" is_pre_election: true
I20260608 12:40:43.388586  7248 raft_consensus.cc:2468] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7952e8862aec4063b49d31c3e951cac5 in term 0.
I20260608 12:40:43.390259  7287 leader_election.cc:304] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 717a491580c14440a4666dd2610e37fb, 7952e8862aec4063b49d31c3e951cac5; no voters: 
I20260608 12:40:43.386952  7443 ts_tablet_manager.cc:1403] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb: Time spent bootstrapping tablet: real 0.031s	user 0.022s	sys 0.007s
I20260608 12:40:43.391413  7455 raft_consensus.cc:2804] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:43.391860  7455 raft_consensus.cc:493] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:43.392230  7455 raft_consensus.cc:3060] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:43.390343  7442 raft_consensus.cc:359] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } }
I20260608 12:40:43.393465  7442 raft_consensus.cc:385] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:43.393740  7442 raft_consensus.cc:740] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 92750562478846ffb3ae6f47cea65155, State: Initialized, Role: FOLLOWER
I20260608 12:40:43.394470  7443 raft_consensus.cc:359] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } }
I20260608 12:40:43.394551  7442 consensus_queue.cc:260] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } }
I20260608 12:40:43.395349  7443 raft_consensus.cc:385] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:43.395713  7443 raft_consensus.cc:740] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 717a491580c14440a4666dd2610e37fb, State: Initialized, Role: FOLLOWER
I20260608 12:40:43.396499  7443 consensus_queue.cc:260] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } }
I20260608 12:40:43.397140  7442 ts_tablet_manager.cc:1434] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.001s
I20260608 12:40:43.398720  7443 ts_tablet_manager.cc:1434] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:40:43.399765  7443 tablet_bootstrap.cc:492] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb: Bootstrap starting.
I20260608 12:40:43.397313  7444 tablet_bootstrap.cc:492] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5: No bootstrap required, opened a new log
I20260608 12:40:43.401670  7444 ts_tablet_manager.cc:1403] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5: Time spent bootstrapping tablet: real 0.053s	user 0.014s	sys 0.005s
I20260608 12:40:43.402683  7455 raft_consensus.cc:515] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:43.404773  7444 raft_consensus.cc:359] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:43.407197  7396 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4036a430193f4856bd842777047cf4b5" candidate_uuid: "7952e8862aec4063b49d31c3e951cac5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "92750562478846ffb3ae6f47cea65155"
I20260608 12:40:43.407223  7444 raft_consensus.cc:385] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:43.407434  7397 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4036a430193f4856bd842777047cf4b5" candidate_uuid: "7952e8862aec4063b49d31c3e951cac5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "92750562478846ffb3ae6f47cea65155" is_pre_election: true
I20260608 12:40:43.406140  7443 tablet_bootstrap.cc:654] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:43.408151  7396 raft_consensus.cc:3060] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:43.409631  7248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4036a430193f4856bd842777047cf4b5" candidate_uuid: "7952e8862aec4063b49d31c3e951cac5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "717a491580c14440a4666dd2610e37fb"
I20260608 12:40:43.410187  7248 raft_consensus.cc:3060] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:43.408099  7444 raft_consensus.cc:740] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7952e8862aec4063b49d31c3e951cac5, State: Initialized, Role: FOLLOWER
I20260608 12:40:43.412168  7444 consensus_queue.cc:260] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:43.415817  7396 raft_consensus.cc:2468] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7952e8862aec4063b49d31c3e951cac5 in term 1.
I20260608 12:40:43.405076  7455 leader_election.cc:290] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [CANDIDATE]: Term 1 election: Requested vote from peers 717a491580c14440a4666dd2610e37fb (127.0.107.193:36853), 92750562478846ffb3ae6f47cea65155 (127.0.107.195:42725)
I20260608 12:40:43.417330  7444 ts_tablet_manager.cc:1434] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5: Time spent starting tablet: real 0.015s	user 0.005s	sys 0.003s
I20260608 12:40:43.418316  7444 tablet_bootstrap.cc:492] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5: Bootstrap starting.
I20260608 12:40:43.418500  7248 raft_consensus.cc:2468] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7952e8862aec4063b49d31c3e951cac5 in term 1.
I20260608 12:40:43.419659  7287 leader_election.cc:304] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7952e8862aec4063b49d31c3e951cac5, 92750562478846ffb3ae6f47cea65155; no voters: 
I20260608 12:40:43.420486  7455 raft_consensus.cc:2804] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:43.421274  7455 raft_consensus.cc:697] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [term 1 LEADER]: Becoming Leader. State: Replica: 7952e8862aec4063b49d31c3e951cac5, State: Running, Role: LEADER
I20260608 12:40:43.422211  7455 consensus_queue.cc:237] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:43.423656  7443 tablet_bootstrap.cc:492] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb: No bootstrap required, opened a new log
I20260608 12:40:43.424134  7443 ts_tablet_manager.cc:1403] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb: Time spent bootstrapping tablet: real 0.025s	user 0.008s	sys 0.002s
I20260608 12:40:43.424389  7444 tablet_bootstrap.cc:654] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:43.427078  7443 raft_consensus.cc:359] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:43.427831  7443 raft_consensus.cc:385] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:43.428148  7443 raft_consensus.cc:740] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 717a491580c14440a4666dd2610e37fb, State: Initialized, Role: FOLLOWER
I20260608 12:40:43.429096  7443 consensus_queue.cc:260] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:43.431669  7444 tablet_bootstrap.cc:492] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5: No bootstrap required, opened a new log
I20260608 12:40:43.431704  7443 ts_tablet_manager.cc:1434] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:40:43.432440  7444 ts_tablet_manager.cc:1403] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5: Time spent bootstrapping tablet: real 0.014s	user 0.006s	sys 0.008s
I20260608 12:40:43.432755  7146 catalog_manager.cc:5696] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7952e8862aec4063b49d31c3e951cac5 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "7952e8862aec4063b49d31c3e951cac5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:43.435709  7444 raft_consensus.cc:359] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:43.439163  7444 raft_consensus.cc:385] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:43.440201  7444 raft_consensus.cc:740] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7952e8862aec4063b49d31c3e951cac5, State: Initialized, Role: FOLLOWER
I20260608 12:40:43.441164  7444 consensus_queue.cc:260] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:43.443533  7444 ts_tablet_manager.cc:1434] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.001s
I20260608 12:40:43.448398  7449 raft_consensus.cc:493] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:43.448894  7449 raft_consensus.cc:515] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:43.451186  7449 leader_election.cc:290] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 717a491580c14440a4666dd2610e37fb (127.0.107.193:36853), 7952e8862aec4063b49d31c3e951cac5 (127.0.107.194:39527)
I20260608 12:40:43.461306  7449 raft_consensus.cc:493] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:43.461740  7449 raft_consensus.cc:515] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:43.461747  7248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4dd1f40e4414df6a89bce585ff27b10" candidate_uuid: "92750562478846ffb3ae6f47cea65155" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "717a491580c14440a4666dd2610e37fb" is_pre_election: true
I20260608 12:40:43.461838  7323 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4dd1f40e4414df6a89bce585ff27b10" candidate_uuid: "92750562478846ffb3ae6f47cea65155" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7952e8862aec4063b49d31c3e951cac5" is_pre_election: true
I20260608 12:40:43.462697  7248 raft_consensus.cc:2468] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 92750562478846ffb3ae6f47cea65155 in term 0.
I20260608 12:40:43.462824  7323 raft_consensus.cc:2468] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 92750562478846ffb3ae6f47cea65155 in term 0.
I20260608 12:40:43.463856  7449 leader_election.cc:290] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 717a491580c14440a4666dd2610e37fb (127.0.107.193:36853), 7952e8862aec4063b49d31c3e951cac5 (127.0.107.194:39527)
I20260608 12:40:43.464499  7362 leader_election.cc:304] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7952e8862aec4063b49d31c3e951cac5, 92750562478846ffb3ae6f47cea65155; no voters: 
I20260608 12:40:43.464952  7323 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e82b7f590f3d4a4381d4dac0ec4158cc" candidate_uuid: "92750562478846ffb3ae6f47cea65155" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7952e8862aec4063b49d31c3e951cac5" is_pre_election: true
I20260608 12:40:43.465569  7323 raft_consensus.cc:2468] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 92750562478846ffb3ae6f47cea65155 in term 0.
I20260608 12:40:43.465515  7248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e82b7f590f3d4a4381d4dac0ec4158cc" candidate_uuid: "92750562478846ffb3ae6f47cea65155" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "717a491580c14440a4666dd2610e37fb" is_pre_election: true
I20260608 12:40:43.466295  7248 raft_consensus.cc:2468] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 92750562478846ffb3ae6f47cea65155 in term 0.
I20260608 12:40:43.466442  7362 leader_election.cc:304] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7952e8862aec4063b49d31c3e951cac5, 92750562478846ffb3ae6f47cea65155; no voters: 
I20260608 12:40:43.465737  7449 raft_consensus.cc:2804] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:43.467247  7449 raft_consensus.cc:493] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:43.467519  7449 raft_consensus.cc:3060] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:43.468361  7466 raft_consensus.cc:2804] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:43.468775  7466 raft_consensus.cc:493] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:43.469182  7466 raft_consensus.cc:3060] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:43.474838  7449 raft_consensus.cc:515] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:43.476320  7466 raft_consensus.cc:515] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:43.477039  7449 leader_election.cc:290] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [CANDIDATE]: Term 1 election: Requested vote from peers 717a491580c14440a4666dd2610e37fb (127.0.107.193:36853), 7952e8862aec4063b49d31c3e951cac5 (127.0.107.194:39527)
I20260608 12:40:43.477631  7248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4dd1f40e4414df6a89bce585ff27b10" candidate_uuid: "92750562478846ffb3ae6f47cea65155" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "717a491580c14440a4666dd2610e37fb"
I20260608 12:40:43.478152  7248 raft_consensus.cc:3060] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:43.478421  7323 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4dd1f40e4414df6a89bce585ff27b10" candidate_uuid: "92750562478846ffb3ae6f47cea65155" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7952e8862aec4063b49d31c3e951cac5"
I20260608 12:40:43.479351  7466 leader_election.cc:290] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [CANDIDATE]: Term 1 election: Requested vote from peers 717a491580c14440a4666dd2610e37fb (127.0.107.193:36853), 7952e8862aec4063b49d31c3e951cac5 (127.0.107.194:39527)
I20260608 12:40:43.479339  7247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e82b7f590f3d4a4381d4dac0ec4158cc" candidate_uuid: "92750562478846ffb3ae6f47cea65155" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "717a491580c14440a4666dd2610e37fb"
I20260608 12:40:43.480109  7322 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e82b7f590f3d4a4381d4dac0ec4158cc" candidate_uuid: "92750562478846ffb3ae6f47cea65155" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7952e8862aec4063b49d31c3e951cac5"
I20260608 12:40:43.480238  7247 raft_consensus.cc:3060] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:43.480569  7322 raft_consensus.cc:3060] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:43.479031  7323 raft_consensus.cc:3060] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:43.484849  7248 raft_consensus.cc:2468] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 92750562478846ffb3ae6f47cea65155 in term 1.
I20260608 12:40:43.486140  7361 leader_election.cc:304] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 717a491580c14440a4666dd2610e37fb, 92750562478846ffb3ae6f47cea65155; no voters: 
I20260608 12:40:43.487717  7322 raft_consensus.cc:2468] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 92750562478846ffb3ae6f47cea65155 in term 1.
I20260608 12:40:43.487759  7323 raft_consensus.cc:2468] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 92750562478846ffb3ae6f47cea65155 in term 1.
I20260608 12:40:43.487934  7466 raft_consensus.cc:2804] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:43.487756  7247 raft_consensus.cc:2468] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 92750562478846ffb3ae6f47cea65155 in term 1.
I20260608 12:40:43.488996  7466 raft_consensus.cc:697] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [term 1 LEADER]: Becoming Leader. State: Replica: 92750562478846ffb3ae6f47cea65155, State: Running, Role: LEADER
I20260608 12:40:43.489252  7362 leader_election.cc:304] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7952e8862aec4063b49d31c3e951cac5, 92750562478846ffb3ae6f47cea65155; no voters: 
I20260608 12:40:43.489914  7466 consensus_queue.cc:237] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:43.490258  7449 raft_consensus.cc:2804] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:43.490823  7449 raft_consensus.cc:697] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [term 1 LEADER]: Becoming Leader. State: Replica: 92750562478846ffb3ae6f47cea65155, State: Running, Role: LEADER
I20260608 12:40:43.491673  7449 consensus_queue.cc:237] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:43.498175  7146 catalog_manager.cc:5696] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 reported cstate change: term changed from 0 to 1, leader changed from <none> to 92750562478846ffb3ae6f47cea65155 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "92750562478846ffb3ae6f47cea65155" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:43.510174  7146 catalog_manager.cc:5696] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 reported cstate change: term changed from 0 to 1, leader changed from <none> to 92750562478846ffb3ae6f47cea65155 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "92750562478846ffb3ae6f47cea65155" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:43.583948  7449 raft_consensus.cc:493] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:43.584435  7449 raft_consensus.cc:515] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } }
I20260608 12:40:43.586115  7449 leader_election.cc:290] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 717a491580c14440a4666dd2610e37fb (127.0.107.193:36853), 7952e8862aec4063b49d31c3e951cac5 (127.0.107.194:39527)
I20260608 12:40:43.586786  7247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f9cbe4c0401d46d39c5145c5cfdad517" candidate_uuid: "92750562478846ffb3ae6f47cea65155" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "717a491580c14440a4666dd2610e37fb" is_pre_election: true
I20260608 12:40:43.587119  7322 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f9cbe4c0401d46d39c5145c5cfdad517" candidate_uuid: "92750562478846ffb3ae6f47cea65155" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7952e8862aec4063b49d31c3e951cac5" is_pre_election: true
I20260608 12:40:43.587317  7247 raft_consensus.cc:2468] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 92750562478846ffb3ae6f47cea65155 in term 0.
I20260608 12:40:43.587642  7322 raft_consensus.cc:2468] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 92750562478846ffb3ae6f47cea65155 in term 0.
I20260608 12:40:43.588342  7361 leader_election.cc:304] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 717a491580c14440a4666dd2610e37fb, 92750562478846ffb3ae6f47cea65155; no voters: 
I20260608 12:40:43.589130  7449 raft_consensus.cc:2804] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:43.589458  7449 raft_consensus.cc:493] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:43.589740  7449 raft_consensus.cc:3060] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:43.595031  7449 raft_consensus.cc:515] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } }
I20260608 12:40:43.596727  7449 leader_election.cc:290] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [CANDIDATE]: Term 1 election: Requested vote from peers 717a491580c14440a4666dd2610e37fb (127.0.107.193:36853), 7952e8862aec4063b49d31c3e951cac5 (127.0.107.194:39527)
I20260608 12:40:43.597527  7247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f9cbe4c0401d46d39c5145c5cfdad517" candidate_uuid: "92750562478846ffb3ae6f47cea65155" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "717a491580c14440a4666dd2610e37fb"
I20260608 12:40:43.597833  7322 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f9cbe4c0401d46d39c5145c5cfdad517" candidate_uuid: "92750562478846ffb3ae6f47cea65155" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7952e8862aec4063b49d31c3e951cac5"
I20260608 12:40:43.598075  7247 raft_consensus.cc:3060] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:43.598332  7322 raft_consensus.cc:3060] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:43.602636  7247 raft_consensus.cc:2468] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 92750562478846ffb3ae6f47cea65155 in term 1.
I20260608 12:40:43.602730  7322 raft_consensus.cc:2468] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 92750562478846ffb3ae6f47cea65155 in term 1.
I20260608 12:40:43.603681  7361 leader_election.cc:304] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 717a491580c14440a4666dd2610e37fb, 92750562478846ffb3ae6f47cea65155; no voters: 
I20260608 12:40:43.604358  7449 raft_consensus.cc:2804] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:43.604755  7449 raft_consensus.cc:697] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [term 1 LEADER]: Becoming Leader. State: Replica: 92750562478846ffb3ae6f47cea65155, State: Running, Role: LEADER
I20260608 12:40:43.605404  7449 consensus_queue.cc:237] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } }
I20260608 12:40:43.613363  7146 catalog_manager.cc:5696] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 reported cstate change: term changed from 0 to 1, leader changed from <none> to 92750562478846ffb3ae6f47cea65155 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "92750562478846ffb3ae6f47cea65155" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:43.661744   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:40:43.685034   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:43.685830   431 tablet_replica.cc:333] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb: stopping tablet replica
I20260608 12:40:43.686460   431 raft_consensus.cc:2243] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:43.686861   431 raft_consensus.cc:2272] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.688941   431 tablet_replica.cc:333] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb: stopping tablet replica
I20260608 12:40:43.689455   431 raft_consensus.cc:2243] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:43.689833   431 raft_consensus.cc:2272] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.691685   431 tablet_replica.cc:333] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb: stopping tablet replica
I20260608 12:40:43.692178   431 raft_consensus.cc:2243] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:43.692523   431 raft_consensus.cc:2272] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.694339   431 tablet_replica.cc:333] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb: stopping tablet replica
I20260608 12:40:43.694795   431 raft_consensus.cc:2243] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:43.695151   431 raft_consensus.cc:2272] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.716645   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:40:43.728602   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:40:43.743939   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:43.744733   431 tablet_replica.cc:333] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5: stopping tablet replica
I20260608 12:40:43.745334   431 raft_consensus.cc:2243] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:43.745747   431 raft_consensus.cc:2272] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.747815   431 tablet_replica.cc:333] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5: stopping tablet replica
I20260608 12:40:43.748315   431 raft_consensus.cc:2243] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:43.748661   431 raft_consensus.cc:2272] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.750468   431 tablet_replica.cc:333] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5: stopping tablet replica
I20260608 12:40:43.750945   431 raft_consensus.cc:2243] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:43.751286   431 raft_consensus.cc:2272] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.753130   431 tablet_replica.cc:333] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5: stopping tablet replica
I20260608 12:40:43.753567   431 raft_consensus.cc:2243] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:43.754117   431 pending_rounds.cc:70] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5: Trying to abort 1 pending ops.
I20260608 12:40:43.754285   431 pending_rounds.cc:77] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658328267165696 op_type: NO_OP noop_request { }
I20260608 12:40:43.754549   431 raft_consensus.cc:2889] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:40:43.754807   431 raft_consensus.cc:2272] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.777449   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:40:43.792549   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:40:43.815729   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:43.816533   431 tablet_replica.cc:333] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155: stopping tablet replica
I20260608 12:40:43.817176   431 raft_consensus.cc:2243] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:43.817768   431 pending_rounds.cc:70] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155: Trying to abort 1 pending ops.
I20260608 12:40:43.817934   431 pending_rounds.cc:77] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658329015275520 op_type: NO_OP noop_request { }
I20260608 12:40:43.818157   431 raft_consensus.cc:2889] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:40:43.818385   431 raft_consensus.cc:2272] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.820706   431 tablet_replica.cc:333] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155: stopping tablet replica
I20260608 12:40:43.821275   431 raft_consensus.cc:2243] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:43.821813   431 pending_rounds.cc:70] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155: Trying to abort 1 pending ops.
I20260608 12:40:43.821983   431 pending_rounds.cc:77] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658328556113920 op_type: NO_OP noop_request { }
I20260608 12:40:43.822222   431 raft_consensus.cc:2889] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:40:43.822494   431 raft_consensus.cc:2272] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.824730   431 tablet_replica.cc:333] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155: stopping tablet replica
I20260608 12:40:43.825271   431 raft_consensus.cc:2243] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:43.825639   431 raft_consensus.cc:2272] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.827226   431 tablet_replica.cc:333] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155: stopping tablet replica
I20260608 12:40:43.827665   431 raft_consensus.cc:2243] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:43.828183   431 pending_rounds.cc:70] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155: Trying to abort 1 pending ops.
I20260608 12:40:43.828344   431 pending_rounds.cc:77] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658328542773248 op_type: NO_OP noop_request { }
I20260608 12:40:43.828584   431 raft_consensus.cc:2889] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:40:43.828887   431 raft_consensus.cc:2272] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.850381   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:40:43.863060   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:43.868734  7471 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:43.869480  7472 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:43.870784  7474 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:43.871670   431 server_base.cc:1061] running on GCE node
I20260608 12:40:43.872853   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:43.873170   431 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:43.873435   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922443873419 us; error 0 us; skew 500 ppm
I20260608 12:40:43.874099   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:43.876433   431 webserver.cc:533] Webserver started at http://127.0.107.196:33305/ using document root <none> and password file <none>
I20260608 12:40:43.877046   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:43.877316   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:43.877645   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:43.878758   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-431-0/minicluster-data/ts-3-root/instance:
uuid: "5eab9ef1575e48c8977a9478726867e6"
format_stamp: "Formatted at 2026-06-08 12:40:43 on dist-test-slave-3g00"
I20260608 12:40:43.883405   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:40:43.887339  7479 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:43.888381   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:40:43.888854   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-431-0/minicluster-data/ts-3-root
uuid: "5eab9ef1575e48c8977a9478726867e6"
format_stamp: "Formatted at 2026-06-08 12:40:43 on dist-test-slave-3g00"
I20260608 12:40:43.889252   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-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:43.911855   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:43.913094   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:43.914637   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:43.917200   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:43.917521   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:43.917836   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:43.918099   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:43.956969   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:36601
I20260608 12:40:43.957083  7541 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:36601 every 8 connection(s)
I20260608 12:40:43.971560  7542 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42467
I20260608 12:40:43.972026  7542 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:43.972882  7542 heartbeater.cc:507] Master 127.0.107.254:42467 requested a full tablet report, sending...
I20260608 12:40:43.974915  7146 ts_manager.cc:194] Registered new tserver with Master: 5eab9ef1575e48c8977a9478726867e6 (127.0.107.196:36601)
I20260608 12:40:43.976398  7146 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42084
W20260608 12:40:44.697034  7194 auto_rebalancer.cc:591] Failed to schedule move for tablet e82b7f590f3d4a4381d4dac0ec4158cc: Network error: Client connection negotiation failed: client connection to 127.0.107.195:42725: connect: Connection refused (error 111)
W20260608 12:40:44.700647  7194 auto_rebalancer.cc:591] Failed to schedule move for tablet f9cbe4c0401d46d39c5145c5cfdad517: Network error: Client connection negotiation failed: client connection to 127.0.107.195:42725: connect: Connection refused (error 111)
W20260608 12:40:44.704906  7194 auto_rebalancer.cc:591] Failed to schedule move for tablet 4036a430193f4856bd842777047cf4b5: Network error: Client connection negotiation failed: client connection to 127.0.107.194:39527: connect: Connection refused (error 111)
I20260608 12:40:44.978982  7542 heartbeater.cc:499] Master 127.0.107.254:42467 was elected leader, sending a full tablet report...
W20260608 12:40:45.718725  7194 auto_rebalancer.cc:591] Failed to schedule move for tablet d4dd1f40e4414df6a89bce585ff27b10: Network error: Client connection negotiation failed: client connection to 127.0.107.195:42725: connect: Connection refused (error 111)
W20260608 12:40:45.722338  7194 auto_rebalancer.cc:591] Failed to schedule move for tablet 4036a430193f4856bd842777047cf4b5: Network error: Client connection negotiation failed: client connection to 127.0.107.194:39527: connect: Connection refused (error 111)
W20260608 12:40:45.725826  7194 auto_rebalancer.cc:591] Failed to schedule move for tablet f9cbe4c0401d46d39c5145c5cfdad517: Network error: Client connection negotiation failed: client connection to 127.0.107.195:42725: connect: Connection refused (error 111)
W20260608 12:40:46.758414  7194 auto_rebalancer.cc:591] Failed to schedule move for tablet d4dd1f40e4414df6a89bce585ff27b10: Network error: Client connection negotiation failed: client connection to 127.0.107.195:42725: connect: Connection refused (error 111)
W20260608 12:40:46.761596  7194 auto_rebalancer.cc:591] Failed to schedule move for tablet e82b7f590f3d4a4381d4dac0ec4158cc: Network error: Client connection negotiation failed: client connection to 127.0.107.195:42725: connect: Connection refused (error 111)
W20260608 12:40:46.764921  7194 auto_rebalancer.cc:591] Failed to schedule move for tablet 4036a430193f4856bd842777047cf4b5: Network error: Client connection negotiation failed: client connection to 127.0.107.194:39527: connect: Connection refused (error 111)
W20260608 12:40:47.777947  7194 auto_rebalancer.cc:591] Failed to schedule move for tablet e82b7f590f3d4a4381d4dac0ec4158cc: Network error: Client connection negotiation failed: client connection to 127.0.107.195:42725: connect: Connection refused (error 111)
W20260608 12:40:47.781225  7194 auto_rebalancer.cc:591] Failed to schedule move for tablet f9cbe4c0401d46d39c5145c5cfdad517: Network error: Client connection negotiation failed: client connection to 127.0.107.195:42725: connect: Connection refused (error 111)
W20260608 12:40:47.784461  7194 auto_rebalancer.cc:591] Failed to schedule move for tablet 4036a430193f4856bd842777047cf4b5: Network error: Client connection negotiation failed: client connection to 127.0.107.194:39527: connect: Connection refused (error 111)
W20260608 12:40:48.787317  7194 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 717a491580c14440a4666dd2610e37fb not available for placement
W20260608 12:40:49.789429  7194 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 717a491580c14440a4666dd2610e37fb not available for placement
W20260608 12:40:50.792176  7194 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 717a491580c14440a4666dd2610e37fb not available for placement
I20260608 12:40:50.994351   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:51.002293  7552 instance_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.002326  7551 instance_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.005060  7554 instance_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.007187   431 server_base.cc:1061] running on GCE node
I20260608 12:40:51.009110   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:51.009312   431 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.009446   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922451009435 us; error 0 us; skew 500 ppm
I20260608 12:40:51.010041   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:51.012871   431 webserver.cc:533] Webserver started at http://127.0.107.193:38319/ using document root <none> and password file <none>
I20260608 12:40:51.013440   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:51.013604   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260608 12:40:51.017823   431 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.004s	sys 0.001s
I20260608 12:40:51.021330  7559 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.022130   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.001s
I20260608 12:40:51.022424   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-431-0/minicluster-data/ts-0-root
uuid: "717a491580c14440a4666dd2610e37fb"
format_stamp: "Formatted at 2026-06-08 12:40:41 on dist-test-slave-3g00"
I20260608 12:40:51.022799   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-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:51.039160   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:51.040445   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:51.041992   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:51.045607  7566 ts_tablet_manager.cc:548] Loading tablet metadata (0/4 complete)
I20260608 12:40:51.066627   431 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260608 12:40:51.066988   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.022s	user 0.002s	sys 0.000s
I20260608 12:40:51.067346   431 ts_tablet_manager.cc:600] Registering tablets (0/4 complete)
I20260608 12:40:51.072767  7566 tablet_bootstrap.cc:492] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb: Bootstrap starting.
I20260608 12:40:51.082383   431 ts_tablet_manager.cc:616] Registered 4 tablets
I20260608 12:40:51.082759   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.015s	user 0.014s	sys 0.000s
I20260608 12:40:51.085022  7566 tablet_bootstrap.cc:492] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb: 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:40:51.085686  7566 tablet_bootstrap.cc:492] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb: Bootstrap complete.
I20260608 12:40:51.086264  7566 ts_tablet_manager.cc:1403] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb: Time spent bootstrapping tablet: real 0.014s	user 0.008s	sys 0.003s
I20260608 12:40:51.088629  7566 raft_consensus.cc:359] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:51.089425  7566 raft_consensus.cc:740] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 717a491580c14440a4666dd2610e37fb, State: Initialized, Role: FOLLOWER
I20260608 12:40:51.090126  7566 consensus_queue.cc:260] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:51.093269  7566 ts_tablet_manager.cc:1434] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.004s
I20260608 12:40:51.093950  7566 tablet_bootstrap.cc:492] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb: Bootstrap starting.
I20260608 12:40:51.105633  7566 tablet_bootstrap.cc:492] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb: 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:40:51.106441  7566 tablet_bootstrap.cc:492] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb: Bootstrap complete.
I20260608 12:40:51.107030  7566 ts_tablet_manager.cc:1403] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb: Time spent bootstrapping tablet: real 0.013s	user 0.007s	sys 0.004s
I20260608 12:40:51.109434  7566 raft_consensus.cc:359] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:51.109953  7566 raft_consensus.cc:740] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 717a491580c14440a4666dd2610e37fb, State: Initialized, Role: FOLLOWER
I20260608 12:40:51.110611  7566 consensus_queue.cc:260] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:51.112252  7566 ts_tablet_manager.cc:1434] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:40:51.112970  7566 tablet_bootstrap.cc:492] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb: Bootstrap starting.
I20260608 12:40:51.125608  7566 tablet_bootstrap.cc:492] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb: 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:40:51.126283  7566 tablet_bootstrap.cc:492] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb: Bootstrap complete.
I20260608 12:40:51.126813  7566 ts_tablet_manager.cc:1403] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb: Time spent bootstrapping tablet: real 0.014s	user 0.008s	sys 0.003s
I20260608 12:40:51.129134  7566 raft_consensus.cc:359] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } }
I20260608 12:40:51.129851  7566 raft_consensus.cc:740] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 717a491580c14440a4666dd2610e37fb, State: Initialized, Role: FOLLOWER
I20260608 12:40:51.130645  7566 consensus_queue.cc:260] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } }
I20260608 12:40:51.132606  7566 ts_tablet_manager.cc:1434] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 12:40:51.133455  7566 tablet_bootstrap.cc:492] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb: Bootstrap starting.
I20260608 12:40:51.139165   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:36853
I20260608 12:40:51.139284  7626 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:36853 every 8 connection(s)
I20260608 12:40:51.145040   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:40:51.156680  7566 tablet_bootstrap.cc:492] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb: 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:40:51.157310  7632 instance_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:51.157784  7566 tablet_bootstrap.cc:492] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb: Bootstrap complete.
I20260608 12:40:51.158725  7566 ts_tablet_manager.cc:1403] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb: Time spent bootstrapping tablet: real 0.026s	user 0.009s	sys 0.015s
I20260608 12:40:51.162297  7566 raft_consensus.cc:359] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:51.164140  7566 raft_consensus.cc:740] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 717a491580c14440a4666dd2610e37fb, State: Initialized, Role: FOLLOWER
W20260608 12:40:51.165210  7635 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:51.165397  7633 instance_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:51.166883   431 server_base.cc:1061] running on GCE node
I20260608 12:40:51.166656  7566 consensus_queue.cc:260] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:51.168010   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:51.168285   431 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.168489   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922451168470 us; error 0 us; skew 500 ppm
I20260608 12:40:51.169260   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:51.170161  7566 ts_tablet_manager.cc:1434] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.001s
I20260608 12:40:51.172477   431 webserver.cc:533] Webserver started at http://127.0.107.194:38811/ using document root <none> and password file <none>
I20260608 12:40:51.173194   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:51.173415   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260608 12:40:51.175036  7627 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42467
I20260608 12:40:51.175494  7627 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:51.176487  7627 heartbeater.cc:507] Master 127.0.107.254:42467 requested a full tablet report, sending...
I20260608 12:40:51.177904   431 fs_manager.cc:714] Time spent opening directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260608 12:40:51.181183  7146 ts_manager.cc:194] Re-registered known tserver with Master: 717a491580c14440a4666dd2610e37fb (127.0.107.193:36853)
I20260608 12:40:51.181984  7640 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.182912   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:40:51.183228   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-431-0/minicluster-data/ts-1-root
uuid: "7952e8862aec4063b49d31c3e951cac5"
format_stamp: "Formatted at 2026-06-08 12:40:41 on dist-test-slave-3g00"
I20260608 12:40:51.183517   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-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:51.186854  7146 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49242
I20260608 12:40:51.189950  7627 heartbeater.cc:499] Master 127.0.107.254:42467 was elected leader, sending a full tablet report...
I20260608 12:40:51.202438   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:51.203743   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:51.205200   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:51.230422   431 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260608 12:40:51.230741   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.023s	user 0.001s	sys 0.001s
I20260608 12:40:51.235626  7647 tablet_bootstrap.cc:492] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5: Bootstrap starting.
I20260608 12:40:51.246590   431 ts_tablet_manager.cc:616] Registered 4 tablets
I20260608 12:40:51.247071   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.016s	user 0.014s	sys 0.000s
I20260608 12:40:51.249329  7647 tablet_bootstrap.cc:492] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5: 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:40:51.250170  7647 tablet_bootstrap.cc:492] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5: Bootstrap complete.
I20260608 12:40:51.250694  7647 ts_tablet_manager.cc:1403] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5: Time spent bootstrapping tablet: real 0.015s	user 0.007s	sys 0.006s
I20260608 12:40:51.252919  7647 raft_consensus.cc:359] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:51.253598  7647 raft_consensus.cc:740] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7952e8862aec4063b49d31c3e951cac5, State: Initialized, Role: FOLLOWER
I20260608 12:40:51.254300  7647 consensus_queue.cc:260] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [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: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:51.257182  7647 ts_tablet_manager.cc:1434] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.002s
I20260608 12:40:51.258096  7647 tablet_bootstrap.cc:492] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5: Bootstrap starting.
I20260608 12:40:51.271857  7647 tablet_bootstrap.cc:492] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5: 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:40:51.272639  7647 tablet_bootstrap.cc:492] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5: Bootstrap complete.
I20260608 12:40:51.273397  7647 ts_tablet_manager.cc:1403] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5: Time spent bootstrapping tablet: real 0.016s	user 0.007s	sys 0.007s
I20260608 12:40:51.275746  7647 raft_consensus.cc:359] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:51.276294  7647 raft_consensus.cc:740] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7952e8862aec4063b49d31c3e951cac5, State: Initialized, Role: FOLLOWER
I20260608 12:40:51.276979  7647 consensus_queue.cc:260] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:51.278718  7647 ts_tablet_manager.cc:1434] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:40:51.279423  7647 tablet_bootstrap.cc:492] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5: Bootstrap starting.
I20260608 12:40:51.292805  7647 tablet_bootstrap.cc:492] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5: 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:40:51.293623  7647 tablet_bootstrap.cc:492] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5: Bootstrap complete.
I20260608 12:40:51.294186  7647 ts_tablet_manager.cc:1403] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5: Time spent bootstrapping tablet: real 0.015s	user 0.013s	sys 0.000s
I20260608 12:40:51.296351  7647 raft_consensus.cc:359] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } }
I20260608 12:40:51.296913  7647 raft_consensus.cc:740] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7952e8862aec4063b49d31c3e951cac5, State: Initialized, Role: FOLLOWER
I20260608 12:40:51.297624  7647 consensus_queue.cc:260] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } }
I20260608 12:40:51.299270  7647 ts_tablet_manager.cc:1434] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:40:51.299965  7647 tablet_bootstrap.cc:492] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5: Bootstrap starting.
I20260608 12:40:51.307171   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:39527
I20260608 12:40:51.307413  7707 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:39527 every 8 connection(s)
I20260608 12:40:51.311331  7647 tablet_bootstrap.cc:492] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5: 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:40:51.312422  7647 tablet_bootstrap.cc:492] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5: Bootstrap complete.
I20260608 12:40:51.312798   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:40:51.313205  7647 ts_tablet_manager.cc:1403] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5: Time spent bootstrapping tablet: real 0.013s	user 0.009s	sys 0.003s
I20260608 12:40:51.316210  7647 raft_consensus.cc:359] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:51.316864  7647 raft_consensus.cc:740] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7952e8862aec4063b49d31c3e951cac5, State: Initialized, Role: FOLLOWER
I20260608 12:40:51.317665  7647 consensus_queue.cc:260] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:51.319850  7647 ts_tablet_manager.cc:1434] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
W20260608 12:40:51.321237  7712 instance_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.323035  7713 instance_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.326094  7715 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:51.327391   431 server_base.cc:1061] running on GCE node
I20260608 12:40:51.327747  7709 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42467
I20260608 12:40:51.328150  7709 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:51.328404   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:51.328657   431 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.328846   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922451328806 us; error 0 us; skew 500 ppm
I20260608 12:40:51.328969  7709 heartbeater.cc:507] Master 127.0.107.254:42467 requested a full tablet report, sending...
I20260608 12:40:51.329514   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:51.332209   431 webserver.cc:533] Webserver started at http://127.0.107.195:43651/ using document root <none> and password file <none>
I20260608 12:40:51.332926   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:51.333156   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260608 12:40:51.333396  7146 ts_manager.cc:194] Re-registered known tserver with Master: 7952e8862aec4063b49d31c3e951cac5 (127.0.107.194:39527)
I20260608 12:40:51.338125   431 fs_manager.cc:714] Time spent opening directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:40:51.339989  7146 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49254
I20260608 12:40:51.342957  7720 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.343364  7709 heartbeater.cc:499] Master 127.0.107.254:42467 was elected leader, sending a full tablet report...
I20260608 12:40:51.343937   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
I20260608 12:40:51.344271   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-431-0/minicluster-data/ts-2-root
uuid: "92750562478846ffb3ae6f47cea65155"
format_stamp: "Formatted at 2026-06-08 12:40:41 on dist-test-slave-3g00"
I20260608 12:40:51.344547   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-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:51.361306   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:51.362648   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:51.364511   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:51.395653   431 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260608 12:40:51.395939   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.029s	user 0.002s	sys 0.000s
I20260608 12:40:51.400435  7727 tablet_bootstrap.cc:492] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155: Bootstrap starting.
I20260608 12:40:51.413465   431 ts_tablet_manager.cc:616] Registered 4 tablets
I20260608 12:40:51.413682  7727 tablet_bootstrap.cc:492] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155: 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:40:51.413759   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.018s	user 0.017s	sys 0.000s
I20260608 12:40:51.414491  7727 tablet_bootstrap.cc:492] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155: Bootstrap complete.
I20260608 12:40:51.415205  7727 ts_tablet_manager.cc:1403] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155: Time spent bootstrapping tablet: real 0.015s	user 0.009s	sys 0.004s
I20260608 12:40:51.417394  7727 raft_consensus.cc:359] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:51.417928  7727 raft_consensus.cc:740] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 92750562478846ffb3ae6f47cea65155, State: Initialized, Role: FOLLOWER
I20260608 12:40:51.418605  7727 consensus_queue.cc:260] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:51.421006  7727 ts_tablet_manager.cc:1434] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.000s
I20260608 12:40:51.421940  7727 tablet_bootstrap.cc:492] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155: Bootstrap starting.
I20260608 12:40:51.436800  7727 tablet_bootstrap.cc:492] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155: 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:40:51.437628  7727 tablet_bootstrap.cc:492] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155: Bootstrap complete.
I20260608 12:40:51.438190  7727 ts_tablet_manager.cc:1403] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155: Time spent bootstrapping tablet: real 0.017s	user 0.014s	sys 0.000s
I20260608 12:40:51.440750  7727 raft_consensus.cc:359] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:51.441689  7727 raft_consensus.cc:740] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 92750562478846ffb3ae6f47cea65155, State: Initialized, Role: FOLLOWER
I20260608 12:40:51.442440  7727 consensus_queue.cc:260] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [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: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:51.444293  7727 ts_tablet_manager.cc:1434] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 12:40:51.445107  7727 tablet_bootstrap.cc:492] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155: Bootstrap starting.
I20260608 12:40:51.461364  7727 tablet_bootstrap.cc:492] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155: 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:40:51.462168  7727 tablet_bootstrap.cc:492] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155: Bootstrap complete.
I20260608 12:40:51.462699  7727 ts_tablet_manager.cc:1403] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155: Time spent bootstrapping tablet: real 0.018s	user 0.011s	sys 0.004s
I20260608 12:40:51.464963  7727 raft_consensus.cc:359] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } }
I20260608 12:40:51.465814  7727 raft_consensus.cc:740] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 92750562478846ffb3ae6f47cea65155, State: Initialized, Role: FOLLOWER
I20260608 12:40:51.466517  7727 consensus_queue.cc:260] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [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: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } }
I20260608 12:40:51.468179  7727 ts_tablet_manager.cc:1434] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:40:51.469043  7727 tablet_bootstrap.cc:492] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155: Bootstrap starting.
I20260608 12:40:51.471469   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:42725
I20260608 12:40:51.471724  7787 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:42725 every 8 connection(s)
I20260608 12:40:51.483779  7727 tablet_bootstrap.cc:492] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155: 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:40:51.484887  7727 tablet_bootstrap.cc:492] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155: Bootstrap complete.
I20260608 12:40:51.485648  7727 ts_tablet_manager.cc:1403] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155: Time spent bootstrapping tablet: real 0.017s	user 0.015s	sys 0.000s
I20260608 12:40:51.488073  7788 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42467
I20260608 12:40:51.488554  7788 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:51.488536  7727 raft_consensus.cc:359] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:51.489570  7727 raft_consensus.cc:740] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 92750562478846ffb3ae6f47cea65155, State: Initialized, Role: FOLLOWER
I20260608 12:40:51.489641  7788 heartbeater.cc:507] Master 127.0.107.254:42467 requested a full tablet report, sending...
I20260608 12:40:51.490438  7727 consensus_queue.cc:260] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [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: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:51.492304  7727 ts_tablet_manager.cc:1434] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 12:40:51.494498  7146 ts_manager.cc:194] Re-registered known tserver with Master: 92750562478846ffb3ae6f47cea65155 (127.0.107.195:42725)
I20260608 12:40:51.498776  7146 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49268
I20260608 12:40:51.501169  7788 heartbeater.cc:499] Master 127.0.107.254:42467 was elected leader, sending a full tablet report...
W20260608 12:40:51.812799  7194 auto_rebalancer.cc:591] Failed to schedule move for tablet f9cbe4c0401d46d39c5145c5cfdad517: Illegal state: Replica 92750562478846ffb3ae6f47cea65155 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } }
W20260608 12:40:51.826087  7194 auto_rebalancer.cc:591] Failed to schedule move for tablet 4036a430193f4856bd842777047cf4b5: Illegal state: Replica 7952e8862aec4063b49d31c3e951cac5 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } }
W20260608 12:40:51.829861  7194 auto_rebalancer.cc:591] Failed to schedule move for tablet e82b7f590f3d4a4381d4dac0ec4158cc: Illegal state: Replica 92750562478846ffb3ae6f47cea65155 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } }
I20260608 12:40:52.438360  7795 raft_consensus.cc:493] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:52.439060  7795 raft_consensus.cc:515] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } }
I20260608 12:40:52.441366  7795 leader_election.cc:290] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 717a491580c14440a4666dd2610e37fb (127.0.107.193:36853), 92750562478846ffb3ae6f47cea65155 (127.0.107.195:42725)
I20260608 12:40:52.452606  7601 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f9cbe4c0401d46d39c5145c5cfdad517" candidate_uuid: "7952e8862aec4063b49d31c3e951cac5" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "717a491580c14440a4666dd2610e37fb" is_pre_election: true
I20260608 12:40:52.453665  7601 raft_consensus.cc:2468] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7952e8862aec4063b49d31c3e951cac5 in term 1.
I20260608 12:40:52.453974  7762 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f9cbe4c0401d46d39c5145c5cfdad517" candidate_uuid: "7952e8862aec4063b49d31c3e951cac5" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "92750562478846ffb3ae6f47cea65155" is_pre_election: true
I20260608 12:40:52.455156  7762 raft_consensus.cc:2410] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 7952e8862aec4063b49d31c3e951cac5 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:40:52.455461  7642 leader_election.cc:304] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [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: 717a491580c14440a4666dd2610e37fb, 7952e8862aec4063b49d31c3e951cac5; no voters: 
I20260608 12:40:52.456395  7795 raft_consensus.cc:2804] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:40:52.456987  7795 raft_consensus.cc:493] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:52.457360  7795 raft_consensus.cc:3060] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:52.464571  7795 raft_consensus.cc:515] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } }
I20260608 12:40:52.466931  7795 leader_election.cc:290] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [CANDIDATE]: Term 2 election: Requested vote from peers 717a491580c14440a4666dd2610e37fb (127.0.107.193:36853), 92750562478846ffb3ae6f47cea65155 (127.0.107.195:42725)
I20260608 12:40:52.467710  7601 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f9cbe4c0401d46d39c5145c5cfdad517" candidate_uuid: "7952e8862aec4063b49d31c3e951cac5" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "717a491580c14440a4666dd2610e37fb"
I20260608 12:40:52.467900  7762 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f9cbe4c0401d46d39c5145c5cfdad517" candidate_uuid: "7952e8862aec4063b49d31c3e951cac5" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "92750562478846ffb3ae6f47cea65155"
I20260608 12:40:52.468403  7601 raft_consensus.cc:3060] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:52.468631  7762 raft_consensus.cc:3060] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:52.474620  7601 raft_consensus.cc:2468] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7952e8862aec4063b49d31c3e951cac5 in term 2.
I20260608 12:40:52.474988  7762 raft_consensus.cc:2410] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 7952e8862aec4063b49d31c3e951cac5 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:40:52.476022  7642 leader_election.cc:304] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [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: 717a491580c14440a4666dd2610e37fb, 7952e8862aec4063b49d31c3e951cac5; no voters: 
I20260608 12:40:52.477414  7795 raft_consensus.cc:2804] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:40:52.478703  7795 raft_consensus.cc:697] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [term 2 LEADER]: Becoming Leader. State: Replica: 7952e8862aec4063b49d31c3e951cac5, State: Running, Role: LEADER
I20260608 12:40:52.479547  7795 consensus_queue.cc:237] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [LEADER]: Queue going to LEADER 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: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } }
I20260608 12:40:52.486639  7146 catalog_manager.cc:5696] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 reported cstate change: term changed from 1 to 2, leader changed from 92750562478846ffb3ae6f47cea65155 (127.0.107.195) to 7952e8862aec4063b49d31c3e951cac5 (127.0.107.194). New cstate: current_term: 2 leader_uuid: "7952e8862aec4063b49d31c3e951cac5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:52.625032  7795 raft_consensus.cc:493] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:52.625636  7795 raft_consensus.cc:515] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:52.627383  7795 leader_election.cc:290] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 717a491580c14440a4666dd2610e37fb (127.0.107.193:36853), 92750562478846ffb3ae6f47cea65155 (127.0.107.195:42725)
I20260608 12:40:52.628212  7601 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4036a430193f4856bd842777047cf4b5" candidate_uuid: "7952e8862aec4063b49d31c3e951cac5" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "717a491580c14440a4666dd2610e37fb" is_pre_election: true
I20260608 12:40:52.628487  7762 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4036a430193f4856bd842777047cf4b5" candidate_uuid: "7952e8862aec4063b49d31c3e951cac5" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "92750562478846ffb3ae6f47cea65155" is_pre_election: true
I20260608 12:40:52.629128  7601 raft_consensus.cc:2468] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7952e8862aec4063b49d31c3e951cac5 in term 1.
I20260608 12:40:52.629369  7762 raft_consensus.cc:2468] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7952e8862aec4063b49d31c3e951cac5 in term 1.
I20260608 12:40:52.630380  7642 leader_election.cc:304] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [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: 717a491580c14440a4666dd2610e37fb, 7952e8862aec4063b49d31c3e951cac5; no voters: 
I20260608 12:40:52.631131  7795 raft_consensus.cc:2804] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:40:52.631536  7795 raft_consensus.cc:493] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:52.631898  7795 raft_consensus.cc:3060] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:52.636668  7795 raft_consensus.cc:515] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:52.638442  7795 leader_election.cc:290] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [CANDIDATE]: Term 2 election: Requested vote from peers 717a491580c14440a4666dd2610e37fb (127.0.107.193:36853), 92750562478846ffb3ae6f47cea65155 (127.0.107.195:42725)
I20260608 12:40:52.639271  7601 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4036a430193f4856bd842777047cf4b5" candidate_uuid: "7952e8862aec4063b49d31c3e951cac5" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "717a491580c14440a4666dd2610e37fb"
I20260608 12:40:52.639523  7762 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4036a430193f4856bd842777047cf4b5" candidate_uuid: "7952e8862aec4063b49d31c3e951cac5" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "92750562478846ffb3ae6f47cea65155"
I20260608 12:40:52.640040  7601 raft_consensus.cc:3060] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:52.640261  7762 raft_consensus.cc:3060] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:52.644963  7762 raft_consensus.cc:2468] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7952e8862aec4063b49d31c3e951cac5 in term 2.
I20260608 12:40:52.644975  7601 raft_consensus.cc:2468] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7952e8862aec4063b49d31c3e951cac5 in term 2.
I20260608 12:40:52.646085  7642 leader_election.cc:304] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [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: 7952e8862aec4063b49d31c3e951cac5, 92750562478846ffb3ae6f47cea65155; no voters: 
I20260608 12:40:52.646871  7795 raft_consensus.cc:2804] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:40:52.647387  7795 raft_consensus.cc:697] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [term 2 LEADER]: Becoming Leader. State: Replica: 7952e8862aec4063b49d31c3e951cac5, State: Running, Role: LEADER
I20260608 12:40:52.648253  7795 consensus_queue.cc:237] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [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: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:52.654800  7146 catalog_manager.cc:5696] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 reported cstate change: term changed from 1 to 2. New cstate: current_term: 2 leader_uuid: "7952e8862aec4063b49d31c3e951cac5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:52.663198  7807 raft_consensus.cc:493] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:52.663908  7807 raft_consensus.cc:515] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:52.666101  7807 leader_election.cc:290] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 7952e8862aec4063b49d31c3e951cac5 (127.0.107.194:39527), 92750562478846ffb3ae6f47cea65155 (127.0.107.195:42725)
I20260608 12:40:52.677132  7762 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4dd1f40e4414df6a89bce585ff27b10" candidate_uuid: "717a491580c14440a4666dd2610e37fb" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "92750562478846ffb3ae6f47cea65155" is_pre_election: true
I20260608 12:40:52.678156  7762 raft_consensus.cc:2410] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 717a491580c14440a4666dd2610e37fb 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:40:52.678269  7682 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4dd1f40e4414df6a89bce585ff27b10" candidate_uuid: "717a491580c14440a4666dd2610e37fb" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7952e8862aec4063b49d31c3e951cac5" is_pre_election: true
I20260608 12:40:52.679085  7682 raft_consensus.cc:2468] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 717a491580c14440a4666dd2610e37fb in term 1.
I20260608 12:40:52.680258  7562 leader_election.cc:304] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [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: 717a491580c14440a4666dd2610e37fb, 7952e8862aec4063b49d31c3e951cac5; no voters: 92750562478846ffb3ae6f47cea65155
I20260608 12:40:52.681111  7807 raft_consensus.cc:2804] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:40:52.681520  7807 raft_consensus.cc:493] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:52.681872  7807 raft_consensus.cc:3060] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:52.687397  7807 raft_consensus.cc:515] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:52.689302  7807 leader_election.cc:290] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [CANDIDATE]: Term 2 election: Requested vote from peers 7952e8862aec4063b49d31c3e951cac5 (127.0.107.194:39527), 92750562478846ffb3ae6f47cea65155 (127.0.107.195:42725)
I20260608 12:40:52.690207  7682 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4dd1f40e4414df6a89bce585ff27b10" candidate_uuid: "717a491580c14440a4666dd2610e37fb" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7952e8862aec4063b49d31c3e951cac5"
I20260608 12:40:52.690361  7762 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4dd1f40e4414df6a89bce585ff27b10" candidate_uuid: "717a491580c14440a4666dd2610e37fb" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "92750562478846ffb3ae6f47cea65155"
I20260608 12:40:52.690935  7682 raft_consensus.cc:3060] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:52.691159  7762 raft_consensus.cc:3060] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:52.696549  7762 raft_consensus.cc:2410] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 717a491580c14440a4666dd2610e37fb 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:40:52.696748  7682 raft_consensus.cc:2468] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 717a491580c14440a4666dd2610e37fb in term 2.
I20260608 12:40:52.698120  7562 leader_election.cc:304] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [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: 717a491580c14440a4666dd2610e37fb, 7952e8862aec4063b49d31c3e951cac5; no voters: 92750562478846ffb3ae6f47cea65155
I20260608 12:40:52.698935  7807 raft_consensus.cc:2804] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:40:52.700073  7807 raft_consensus.cc:697] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [term 2 LEADER]: Becoming Leader. State: Replica: 717a491580c14440a4666dd2610e37fb, State: Running, Role: LEADER
I20260608 12:40:52.701081  7807 consensus_queue.cc:237] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [LEADER]: Queue going to LEADER 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: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:52.708068  7146 catalog_manager.cc:5696] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb reported cstate change: term changed from 1 to 2, leader changed from 92750562478846ffb3ae6f47cea65155 (127.0.107.195) to 717a491580c14440a4666dd2610e37fb (127.0.107.193). New cstate: current_term: 2 leader_uuid: "717a491580c14440a4666dd2610e37fb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:52.709008  7813 raft_consensus.cc:493] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:52.709721  7813 raft_consensus.cc:515] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:52.712435  7813 leader_election.cc:290] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 717a491580c14440a4666dd2610e37fb (127.0.107.193:36853), 7952e8862aec4063b49d31c3e951cac5 (127.0.107.194:39527)
I20260608 12:40:52.723696  7601 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e82b7f590f3d4a4381d4dac0ec4158cc" candidate_uuid: "92750562478846ffb3ae6f47cea65155" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "717a491580c14440a4666dd2610e37fb" is_pre_election: true
I20260608 12:40:52.724527  7601 raft_consensus.cc:2468] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 92750562478846ffb3ae6f47cea65155 in term 1.
I20260608 12:40:52.724771  7682 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e82b7f590f3d4a4381d4dac0ec4158cc" candidate_uuid: "92750562478846ffb3ae6f47cea65155" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7952e8862aec4063b49d31c3e951cac5" is_pre_election: true
I20260608 12:40:52.725818  7682 raft_consensus.cc:2468] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 92750562478846ffb3ae6f47cea65155 in term 1.
I20260608 12:40:52.726090  7722 leader_election.cc:304] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [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: 717a491580c14440a4666dd2610e37fb, 92750562478846ffb3ae6f47cea65155; no voters: 
I20260608 12:40:52.727082  7813 raft_consensus.cc:2804] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:40:52.727556  7813 raft_consensus.cc:493] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:52.727921  7813 raft_consensus.cc:3060] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:52.732899  7813 raft_consensus.cc:515] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:52.735240  7813 leader_election.cc:290] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [CANDIDATE]: Term 2 election: Requested vote from peers 717a491580c14440a4666dd2610e37fb (127.0.107.193:36853), 7952e8862aec4063b49d31c3e951cac5 (127.0.107.194:39527)
I20260608 12:40:52.735929  7601 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e82b7f590f3d4a4381d4dac0ec4158cc" candidate_uuid: "92750562478846ffb3ae6f47cea65155" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "717a491580c14440a4666dd2610e37fb"
I20260608 12:40:52.736220  7682 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e82b7f590f3d4a4381d4dac0ec4158cc" candidate_uuid: "92750562478846ffb3ae6f47cea65155" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7952e8862aec4063b49d31c3e951cac5"
I20260608 12:40:52.736652  7601 raft_consensus.cc:3060] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:52.737138  7682 raft_consensus.cc:3060] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:52.741573  7601 raft_consensus.cc:2468] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 92750562478846ffb3ae6f47cea65155 in term 2.
I20260608 12:40:52.741673  7682 raft_consensus.cc:2468] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 92750562478846ffb3ae6f47cea65155 in term 2.
I20260608 12:40:52.742831  7722 leader_election.cc:304] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [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: 717a491580c14440a4666dd2610e37fb, 92750562478846ffb3ae6f47cea65155; no voters: 
I20260608 12:40:52.743640  7813 raft_consensus.cc:2804] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:40:52.744796  7813 raft_consensus.cc:697] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [term 2 LEADER]: Becoming Leader. State: Replica: 92750562478846ffb3ae6f47cea65155, State: Running, Role: LEADER
I20260608 12:40:52.745599  7813 consensus_queue.cc:237] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [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: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:52.752991  7146 catalog_manager.cc:5696] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 reported cstate change: term changed from 1 to 2. New cstate: current_term: 2 leader_uuid: "92750562478846ffb3ae6f47cea65155" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } health_report { overall_health: HEALTHY } } }
W20260608 12:40:52.840714  7194 auto_rebalancer.cc:591] Failed to schedule move for tablet 4036a430193f4856bd842777047cf4b5: Illegal state: Leader has not yet committed an operation in its own term
W20260608 12:40:52.844264  7194 auto_rebalancer.cc:591] Failed to schedule move for tablet e82b7f590f3d4a4381d4dac0ec4158cc: Illegal state: Leader has not yet committed an operation in its own term
W20260608 12:40:52.847582  7194 auto_rebalancer.cc:591] Failed to schedule move for tablet f9cbe4c0401d46d39c5145c5cfdad517: Illegal state: Leader has not yet committed an operation in its own term
I20260608 12:40:52.934026  7813 raft_consensus.cc:493] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:52.934698  7813 raft_consensus.cc:515] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:52.936668  7813 leader_election.cc:290] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 717a491580c14440a4666dd2610e37fb (127.0.107.193:36853), 7952e8862aec4063b49d31c3e951cac5 (127.0.107.194:39527)
I20260608 12:40:52.937505  7601 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4dd1f40e4414df6a89bce585ff27b10" candidate_uuid: "92750562478846ffb3ae6f47cea65155" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "717a491580c14440a4666dd2610e37fb" is_pre_election: true
I20260608 12:40:52.937788  7682 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4dd1f40e4414df6a89bce585ff27b10" candidate_uuid: "92750562478846ffb3ae6f47cea65155" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7952e8862aec4063b49d31c3e951cac5" is_pre_election: true
I20260608 12:40:52.938759  7682 raft_consensus.cc:2468] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 92750562478846ffb3ae6f47cea65155 in term 2.
I20260608 12:40:52.939874  7723 leader_election.cc:304] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [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: 7952e8862aec4063b49d31c3e951cac5, 92750562478846ffb3ae6f47cea65155; no voters: 717a491580c14440a4666dd2610e37fb
I20260608 12:40:52.940753  7813 raft_consensus.cc:2804] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260608 12:40:52.941231  7813 raft_consensus.cc:493] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:52.941625  7813 raft_consensus.cc:3060] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:40:52.946378  7813 raft_consensus.cc:515] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:52.948155  7813 leader_election.cc:290] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [CANDIDATE]: Term 3 election: Requested vote from peers 717a491580c14440a4666dd2610e37fb (127.0.107.193:36853), 7952e8862aec4063b49d31c3e951cac5 (127.0.107.194:39527)
I20260608 12:40:52.948973  7601 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4dd1f40e4414df6a89bce585ff27b10" candidate_uuid: "92750562478846ffb3ae6f47cea65155" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "717a491580c14440a4666dd2610e37fb"
I20260608 12:40:52.949157  7682 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4dd1f40e4414df6a89bce585ff27b10" candidate_uuid: "92750562478846ffb3ae6f47cea65155" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7952e8862aec4063b49d31c3e951cac5"
I20260608 12:40:52.949985  7682 raft_consensus.cc:3060] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:40:52.954864  7682 raft_consensus.cc:2468] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 92750562478846ffb3ae6f47cea65155 in term 3.
I20260608 12:40:52.955928  7723 leader_election.cc:304] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [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: 7952e8862aec4063b49d31c3e951cac5, 92750562478846ffb3ae6f47cea65155; no voters: 717a491580c14440a4666dd2610e37fb
I20260608 12:40:52.956806  7813 raft_consensus.cc:2804] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [term 3 FOLLOWER]: Leader election won for term 3
I20260608 12:40:52.957347  7813 raft_consensus.cc:697] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [term 3 LEADER]: Becoming Leader. State: Replica: 92750562478846ffb3ae6f47cea65155, State: Running, Role: LEADER
I20260608 12:40:52.958271  7813 consensus_queue.cc:237] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [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: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:52.964877  7146 catalog_manager.cc:5696] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 reported cstate change: term changed from 2 to 3, leader changed from 717a491580c14440a4666dd2610e37fb (127.0.107.193) to 92750562478846ffb3ae6f47cea65155 (127.0.107.195). New cstate: current_term: 3 leader_uuid: "92750562478846ffb3ae6f47cea65155" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:52.987190  7762 raft_consensus.cc:1275] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [term 2 FOLLOWER]: Refusing update from remote peer 7952e8862aec4063b49d31c3e951cac5: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 1. (term mismatch)
I20260608 12:40:52.987653  7762 pending_rounds.cc:85] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155: Aborting all ops after (but not including) 0
I20260608 12:40:52.987923  7762 pending_rounds.cc:107] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155: Aborting uncommitted NO_OP operation due to leader change: 1.1
I20260608 12:40:52.988245  7762 raft_consensus.cc:2889] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [term 2 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260608 12:40:52.989681  7795 consensus_queue.cc:1048] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:53.000488  7601 raft_consensus.cc:1275] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb [term 2 FOLLOWER]: Refusing update from remote peer 7952e8862aec4063b49d31c3e951cac5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260608 12:40:53.002293  7795 consensus_queue.cc:1048] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:53.139679  7682 raft_consensus.cc:1275] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5 [term 2 FOLLOWER]: Refusing update from remote peer 92750562478846ffb3ae6f47cea65155: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:40:53.141366  7813 consensus_queue.cc:1048] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:53.154345  7601 raft_consensus.cc:1275] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb [term 2 FOLLOWER]: Refusing update from remote peer 92750562478846ffb3ae6f47cea65155: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:40:53.156795  7816 consensus_queue.cc:1048] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [LEADER]: Connected to new peer: Peer: permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:53.168889  7682 raft_consensus.cc:1240] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5 [term 3 FOLLOWER]: Rejecting Update request from peer 717a491580c14440a4666dd2610e37fb for earlier term 2. Current term is 3. Ops: []
I20260608 12:40:53.170477  7807 consensus_queue.cc:1059] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 }, Status: INVALID_TERM, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:53.171525  7811 raft_consensus.cc:3055] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [term 2 LEADER]: Stepping down as leader of term 2
I20260608 12:40:53.172041  7811 raft_consensus.cc:740] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 717a491580c14440a4666dd2610e37fb, State: Running, Role: LEADER
I20260608 12:40:53.173235  7811 consensus_queue.cc:260] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [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: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } }
I20260608 12:40:53.174382  7811 raft_consensus.cc:3060] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:40:53.177764  7601 raft_consensus.cc:1275] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb [term 2 FOLLOWER]: Refusing update from remote peer 7952e8862aec4063b49d31c3e951cac5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:40:53.179426  7795 consensus_queue.cc:1048] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:53.191465  7762 raft_consensus.cc:1275] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155 [term 2 FOLLOWER]: Refusing update from remote peer 7952e8862aec4063b49d31c3e951cac5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:40:53.193089  7795 consensus_queue.cc:1048] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:53.345695  7601 raft_consensus.cc:1275] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [term 3 FOLLOWER]: Refusing update from remote peer 92750562478846ffb3ae6f47cea65155: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260608 12:40:53.347057  7816 consensus_queue.cc:1048] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [LEADER]: Connected to new peer: Peer: permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:53.347860  7816 consensus_queue.cc:1243] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [LEADER]: Peer 717a491580c14440a4666dd2610e37fb 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:40:53.350431  7601 pending_rounds.cc:85] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb: Aborting all ops after (but not including) 0
I20260608 12:40:53.350816  7601 pending_rounds.cc:107] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb: Aborting uncommitted NO_OP operation due to leader change: 2.1
I20260608 12:40:53.351131  7601 raft_consensus.cc:2889] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [term 3 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260608 12:40:53.357800  7682 raft_consensus.cc:1275] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5 [term 3 FOLLOWER]: Refusing update from remote peer 92750562478846ffb3ae6f47cea65155: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260608 12:40:53.359666  7825 consensus_queue.cc:1048] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:53.858884  7682 consensus_queue.cc:237] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [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: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } attrs { replace: true } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: true } }
I20260608 12:40:53.865381  7762 raft_consensus.cc:1275] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155 [term 2 FOLLOWER]: Refusing update from remote peer 7952e8862aec4063b49d31c3e951cac5: 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:53.865809  7601 raft_consensus.cc:1275] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb [term 2 FOLLOWER]: Refusing update from remote peer 7952e8862aec4063b49d31c3e951cac5: 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:53.867638  7800 consensus_queue.cc:1048] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:53.869446  7828 consensus_queue.cc:1048] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } 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:53.874187  7800 raft_consensus.cc:2955] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 5eab9ef1575e48c8977a9478726867e6 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } attrs { replace: true } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: true } } }
I20260608 12:40:53.876768  7762 raft_consensus.cc:2955] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 5eab9ef1575e48c8977a9478726867e6 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } attrs { replace: true } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: true } } }
I20260608 12:40:53.880494  7601 raft_consensus.cc:2955] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 5eab9ef1575e48c8977a9478726867e6 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } attrs { replace: true } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: true } } }
W20260608 12:40:53.883049  7641 consensus_peers.cc:597] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 -> Peer 5eab9ef1575e48c8977a9478726867e6 (127.0.107.196:36601): Couldn't send request to peer 5eab9ef1575e48c8977a9478726867e6. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 4036a430193f4856bd842777047cf4b5. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:53.894059  7682 consensus_queue.cc:237] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [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: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } attrs { replace: true } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: true } }
I20260608 12:40:53.894346  7145 catalog_manager.cc:5696] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 reported cstate change: config changed from index -1 to 3, NON_VOTER 5eab9ef1575e48c8977a9478726867e6 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "7952e8862aec4063b49d31c3e951cac5" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:53.902108  7762 raft_consensus.cc:1275] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [term 2 FOLLOWER]: Refusing update from remote peer 7952e8862aec4063b49d31c3e951cac5: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
W20260608 12:40:53.902290  7641 consensus_peers.cc:597] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 -> Peer 5eab9ef1575e48c8977a9478726867e6 (127.0.107.196:36601): Couldn't send request to peer 5eab9ef1575e48c8977a9478726867e6. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: f9cbe4c0401d46d39c5145c5cfdad517. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:53.903265  7601 raft_consensus.cc:1275] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb [term 2 FOLLOWER]: Refusing update from remote peer 7952e8862aec4063b49d31c3e951cac5: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:40:53.903920  7800 consensus_queue.cc:1048] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } 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:53.904924  7795 consensus_queue.cc:1048] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:40:53.913609  7795 raft_consensus.cc:2955] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 5eab9ef1575e48c8977a9478726867e6 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } attrs { replace: true } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: true } } }
I20260608 12:40:53.916759  7762 raft_consensus.cc:2955] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 5eab9ef1575e48c8977a9478726867e6 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } attrs { replace: true } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: true } } }
I20260608 12:40:53.916801  7601 raft_consensus.cc:2955] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 5eab9ef1575e48c8977a9478726867e6 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } attrs { replace: true } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: true } } }
I20260608 12:40:53.928695  7761 consensus_queue.cc:237] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [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: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } attrs { replace: true } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: true } }
I20260608 12:40:53.928974  7144 catalog_manager.cc:5696] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 reported cstate change: config changed from index -1 to 2, NON_VOTER 5eab9ef1575e48c8977a9478726867e6 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "7952e8862aec4063b49d31c3e951cac5" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:53.937584  7682 raft_consensus.cc:1275] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5 [term 2 FOLLOWER]: Refusing update from remote peer 92750562478846ffb3ae6f47cea65155: 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:53.939706  7825 consensus_queue.cc:1048] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } 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:53.945438  7601 raft_consensus.cc:1275] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb [term 2 FOLLOWER]: Refusing update from remote peer 92750562478846ffb3ae6f47cea65155: 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:53.947088  7816 consensus_queue.cc:1048] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [LEADER]: Connected to new peer: Peer: permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:53.953132  7601 raft_consensus.cc:2955] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 5eab9ef1575e48c8977a9478726867e6 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } attrs { replace: true } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: true } } }
I20260608 12:40:53.953781  7813 raft_consensus.cc:2955] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 5eab9ef1575e48c8977a9478726867e6 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } attrs { replace: true } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: true } } }
W20260608 12:40:53.955253  7721 consensus_peers.cc:597] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 -> Peer 5eab9ef1575e48c8977a9478726867e6 (127.0.107.196:36601): Couldn't send request to peer 5eab9ef1575e48c8977a9478726867e6. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e82b7f590f3d4a4381d4dac0ec4158cc. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:53.957360  7682 raft_consensus.cc:2955] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 5eab9ef1575e48c8977a9478726867e6 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } attrs { replace: true } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: true } } }
I20260608 12:40:53.969033  7144 catalog_manager.cc:5696] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb reported cstate change: config changed from index -1 to 3, NON_VOTER 5eab9ef1575e48c8977a9478726867e6 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "92750562478846ffb3ae6f47cea65155" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } attrs { replace: true } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: true } } }
I20260608 12:40:54.425268  7839 ts_tablet_manager.cc:933] T 4036a430193f4856bd842777047cf4b5 P 5eab9ef1575e48c8977a9478726867e6: Initiating tablet copy from peer 7952e8862aec4063b49d31c3e951cac5 (127.0.107.194:39527)
I20260608 12:40:54.427008  7839 tablet_copy_client.cc:323] T 4036a430193f4856bd842777047cf4b5 P 5eab9ef1575e48c8977a9478726867e6: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:39527
I20260608 12:40:54.438313  7692 tablet_copy_service.cc:140] P 7952e8862aec4063b49d31c3e951cac5: Received BeginTabletCopySession request for tablet 4036a430193f4856bd842777047cf4b5 from peer 5eab9ef1575e48c8977a9478726867e6 ({username='slave'} at 127.0.0.1:52306)
I20260608 12:40:54.439167  7692 tablet_copy_service.cc:161] P 7952e8862aec4063b49d31c3e951cac5: Beginning new tablet copy session on tablet 4036a430193f4856bd842777047cf4b5 from peer 5eab9ef1575e48c8977a9478726867e6 at {username='slave'} at 127.0.0.1:52306: session id = 5eab9ef1575e48c8977a9478726867e6-4036a430193f4856bd842777047cf4b5
I20260608 12:40:54.447494  7692 tablet_copy_source_session.cc:215] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:54.450928  7839 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4036a430193f4856bd842777047cf4b5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:54.464257  7839 tablet_copy_client.cc:806] T 4036a430193f4856bd842777047cf4b5 P 5eab9ef1575e48c8977a9478726867e6: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:54.465031  7839 tablet_copy_client.cc:670] T 4036a430193f4856bd842777047cf4b5 P 5eab9ef1575e48c8977a9478726867e6: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:54.469134  7839 tablet_copy_client.cc:538] T 4036a430193f4856bd842777047cf4b5 P 5eab9ef1575e48c8977a9478726867e6: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:54.475520  7839 tablet_bootstrap.cc:492] T 4036a430193f4856bd842777047cf4b5 P 5eab9ef1575e48c8977a9478726867e6: Bootstrap starting.
I20260608 12:40:54.486454  7843 ts_tablet_manager.cc:933] T e82b7f590f3d4a4381d4dac0ec4158cc P 5eab9ef1575e48c8977a9478726867e6: Initiating tablet copy from peer 92750562478846ffb3ae6f47cea65155 (127.0.107.195:42725)
I20260608 12:40:54.488515  7843 tablet_copy_client.cc:323] T e82b7f590f3d4a4381d4dac0ec4158cc P 5eab9ef1575e48c8977a9478726867e6: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:42725
I20260608 12:40:54.500564  7847 ts_tablet_manager.cc:933] T f9cbe4c0401d46d39c5145c5cfdad517 P 5eab9ef1575e48c8977a9478726867e6: Initiating tablet copy from peer 7952e8862aec4063b49d31c3e951cac5 (127.0.107.194:39527)
I20260608 12:40:54.505896  7772 tablet_copy_service.cc:140] P 92750562478846ffb3ae6f47cea65155: Received BeginTabletCopySession request for tablet e82b7f590f3d4a4381d4dac0ec4158cc from peer 5eab9ef1575e48c8977a9478726867e6 ({username='slave'} at 127.0.0.1:53864)
I20260608 12:40:54.506618  7772 tablet_copy_service.cc:161] P 92750562478846ffb3ae6f47cea65155: Beginning new tablet copy session on tablet e82b7f590f3d4a4381d4dac0ec4158cc from peer 5eab9ef1575e48c8977a9478726867e6 at {username='slave'} at 127.0.0.1:53864: session id = 5eab9ef1575e48c8977a9478726867e6-e82b7f590f3d4a4381d4dac0ec4158cc
I20260608 12:40:54.507732  7839 tablet_bootstrap.cc:492] T 4036a430193f4856bd842777047cf4b5 P 5eab9ef1575e48c8977a9478726867e6: 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:54.508719  7839 tablet_bootstrap.cc:492] T 4036a430193f4856bd842777047cf4b5 P 5eab9ef1575e48c8977a9478726867e6: Bootstrap complete.
I20260608 12:40:54.509493  7839 ts_tablet_manager.cc:1403] T 4036a430193f4856bd842777047cf4b5 P 5eab9ef1575e48c8977a9478726867e6: Time spent bootstrapping tablet: real 0.034s	user 0.015s	sys 0.012s
I20260608 12:40:54.512909  7839 raft_consensus.cc:359] T 4036a430193f4856bd842777047cf4b5 P 5eab9ef1575e48c8977a9478726867e6 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } attrs { replace: true } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: true } }
I20260608 12:40:54.513820  7839 raft_consensus.cc:740] T 4036a430193f4856bd842777047cf4b5 P 5eab9ef1575e48c8977a9478726867e6 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 5eab9ef1575e48c8977a9478726867e6, State: Initialized, Role: LEARNER
I20260608 12:40:54.514546  7839 consensus_queue.cc:260] T 4036a430193f4856bd842777047cf4b5 P 5eab9ef1575e48c8977a9478726867e6 [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: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } attrs { replace: true } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: true } }
I20260608 12:40:54.516672  7772 tablet_copy_source_session.cc:215] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:54.517838  7847 tablet_copy_client.cc:323] T f9cbe4c0401d46d39c5145c5cfdad517 P 5eab9ef1575e48c8977a9478726867e6: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:39527
I20260608 12:40:54.520083  7692 tablet_copy_service.cc:140] P 7952e8862aec4063b49d31c3e951cac5: Received BeginTabletCopySession request for tablet f9cbe4c0401d46d39c5145c5cfdad517 from peer 5eab9ef1575e48c8977a9478726867e6 ({username='slave'} at 127.0.0.1:52306)
I20260608 12:40:54.520802  7843 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e82b7f590f3d4a4381d4dac0ec4158cc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:54.520730  7692 tablet_copy_service.cc:161] P 7952e8862aec4063b49d31c3e951cac5: Beginning new tablet copy session on tablet f9cbe4c0401d46d39c5145c5cfdad517 from peer 5eab9ef1575e48c8977a9478726867e6 at {username='slave'} at 127.0.0.1:52306: session id = 5eab9ef1575e48c8977a9478726867e6-f9cbe4c0401d46d39c5145c5cfdad517
I20260608 12:40:54.529510  7692 tablet_copy_source_session.cc:215] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:54.533619  7847 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f9cbe4c0401d46d39c5145c5cfdad517. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:54.538378  7843 tablet_copy_client.cc:806] T e82b7f590f3d4a4381d4dac0ec4158cc P 5eab9ef1575e48c8977a9478726867e6: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:54.539077  7843 tablet_copy_client.cc:670] T e82b7f590f3d4a4381d4dac0ec4158cc P 5eab9ef1575e48c8977a9478726867e6: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:54.542804  7839 ts_tablet_manager.cc:1434] T 4036a430193f4856bd842777047cf4b5 P 5eab9ef1575e48c8977a9478726867e6: Time spent starting tablet: real 0.033s	user 0.019s	sys 0.014s
I20260608 12:40:54.543804  7843 tablet_copy_client.cc:538] T e82b7f590f3d4a4381d4dac0ec4158cc P 5eab9ef1575e48c8977a9478726867e6: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:54.546098  7692 tablet_copy_service.cc:342] P 7952e8862aec4063b49d31c3e951cac5: Request end of tablet copy session 5eab9ef1575e48c8977a9478726867e6-4036a430193f4856bd842777047cf4b5 received from {username='slave'} at 127.0.0.1:52306
I20260608 12:40:54.552470  7692 tablet_copy_service.cc:434] P 7952e8862aec4063b49d31c3e951cac5: ending tablet copy session 5eab9ef1575e48c8977a9478726867e6-4036a430193f4856bd842777047cf4b5 on tablet 4036a430193f4856bd842777047cf4b5 with peer 5eab9ef1575e48c8977a9478726867e6
I20260608 12:40:54.553035  7843 tablet_bootstrap.cc:492] T e82b7f590f3d4a4381d4dac0ec4158cc P 5eab9ef1575e48c8977a9478726867e6: Bootstrap starting.
I20260608 12:40:54.554654  7847 tablet_copy_client.cc:806] T f9cbe4c0401d46d39c5145c5cfdad517 P 5eab9ef1575e48c8977a9478726867e6: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:54.555707  7847 tablet_copy_client.cc:670] T f9cbe4c0401d46d39c5145c5cfdad517 P 5eab9ef1575e48c8977a9478726867e6: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:54.560451  7847 tablet_copy_client.cc:538] T f9cbe4c0401d46d39c5145c5cfdad517 P 5eab9ef1575e48c8977a9478726867e6: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:54.566932  7847 tablet_bootstrap.cc:492] T f9cbe4c0401d46d39c5145c5cfdad517 P 5eab9ef1575e48c8977a9478726867e6: Bootstrap starting.
I20260608 12:40:54.579304  7843 tablet_bootstrap.cc:492] T e82b7f590f3d4a4381d4dac0ec4158cc P 5eab9ef1575e48c8977a9478726867e6: 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:54.580250  7843 tablet_bootstrap.cc:492] T e82b7f590f3d4a4381d4dac0ec4158cc P 5eab9ef1575e48c8977a9478726867e6: Bootstrap complete.
I20260608 12:40:54.581032  7843 ts_tablet_manager.cc:1403] T e82b7f590f3d4a4381d4dac0ec4158cc P 5eab9ef1575e48c8977a9478726867e6: Time spent bootstrapping tablet: real 0.028s	user 0.027s	sys 0.003s
I20260608 12:40:54.584336  7843 raft_consensus.cc:359] T e82b7f590f3d4a4381d4dac0ec4158cc P 5eab9ef1575e48c8977a9478726867e6 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } attrs { replace: true } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: true } }
I20260608 12:40:54.585273  7843 raft_consensus.cc:740] T e82b7f590f3d4a4381d4dac0ec4158cc P 5eab9ef1575e48c8977a9478726867e6 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 5eab9ef1575e48c8977a9478726867e6, State: Initialized, Role: LEARNER
I20260608 12:40:54.585948  7843 consensus_queue.cc:260] T e82b7f590f3d4a4381d4dac0ec4158cc P 5eab9ef1575e48c8977a9478726867e6 [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: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } attrs { replace: true } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: true } }
I20260608 12:40:54.587529  7847 tablet_bootstrap.cc:492] T f9cbe4c0401d46d39c5145c5cfdad517 P 5eab9ef1575e48c8977a9478726867e6: 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:54.588178  7843 ts_tablet_manager.cc:1434] T e82b7f590f3d4a4381d4dac0ec4158cc P 5eab9ef1575e48c8977a9478726867e6: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260608 12:40:54.588511  7847 tablet_bootstrap.cc:492] T f9cbe4c0401d46d39c5145c5cfdad517 P 5eab9ef1575e48c8977a9478726867e6: Bootstrap complete.
I20260608 12:40:54.589366  7847 ts_tablet_manager.cc:1403] T f9cbe4c0401d46d39c5145c5cfdad517 P 5eab9ef1575e48c8977a9478726867e6: Time spent bootstrapping tablet: real 0.023s	user 0.019s	sys 0.004s
I20260608 12:40:54.590143  7772 tablet_copy_service.cc:342] P 92750562478846ffb3ae6f47cea65155: Request end of tablet copy session 5eab9ef1575e48c8977a9478726867e6-e82b7f590f3d4a4381d4dac0ec4158cc received from {username='slave'} at 127.0.0.1:53864
I20260608 12:40:54.590620  7772 tablet_copy_service.cc:434] P 92750562478846ffb3ae6f47cea65155: ending tablet copy session 5eab9ef1575e48c8977a9478726867e6-e82b7f590f3d4a4381d4dac0ec4158cc on tablet e82b7f590f3d4a4381d4dac0ec4158cc with peer 5eab9ef1575e48c8977a9478726867e6
I20260608 12:40:54.592762  7847 raft_consensus.cc:359] T f9cbe4c0401d46d39c5145c5cfdad517 P 5eab9ef1575e48c8977a9478726867e6 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } attrs { replace: true } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: true } }
I20260608 12:40:54.594305  7847 raft_consensus.cc:740] T f9cbe4c0401d46d39c5145c5cfdad517 P 5eab9ef1575e48c8977a9478726867e6 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 5eab9ef1575e48c8977a9478726867e6, State: Initialized, Role: LEARNER
I20260608 12:40:54.594995  7847 consensus_queue.cc:260] T f9cbe4c0401d46d39c5145c5cfdad517 P 5eab9ef1575e48c8977a9478726867e6 [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: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } attrs { replace: true } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: true } }
I20260608 12:40:54.597194  7847 ts_tablet_manager.cc:1434] T f9cbe4c0401d46d39c5145c5cfdad517 P 5eab9ef1575e48c8977a9478726867e6: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:40:54.598918  7692 tablet_copy_service.cc:342] P 7952e8862aec4063b49d31c3e951cac5: Request end of tablet copy session 5eab9ef1575e48c8977a9478726867e6-f9cbe4c0401d46d39c5145c5cfdad517 received from {username='slave'} at 127.0.0.1:52306
I20260608 12:40:54.599363  7692 tablet_copy_service.cc:434] P 7952e8862aec4063b49d31c3e951cac5: ending tablet copy session 5eab9ef1575e48c8977a9478726867e6-f9cbe4c0401d46d39c5145c5cfdad517 on tablet f9cbe4c0401d46d39c5145c5cfdad517 with peer 5eab9ef1575e48c8977a9478726867e6
I20260608 12:40:54.848979  7517 raft_consensus.cc:1217] T 4036a430193f4856bd842777047cf4b5 P 5eab9ef1575e48c8977a9478726867e6 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260608 12:40:54.913785  7517 raft_consensus.cc:1217] T e82b7f590f3d4a4381d4dac0ec4158cc P 5eab9ef1575e48c8977a9478726867e6 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260608 12:40:55.045280  7517 raft_consensus.cc:1217] T f9cbe4c0401d46d39c5145c5cfdad517 P 5eab9ef1575e48c8977a9478726867e6 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.1->[2.2-2.2]   Dedup: 2.2->[]
I20260608 12:40:55.434762  7855 raft_consensus.cc:1064] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155: attempting to promote NON_VOTER 5eab9ef1575e48c8977a9478726867e6 to VOTER
I20260608 12:40:55.436661  7855 consensus_queue.cc:237] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [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: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } attrs { replace: true } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } }
I20260608 12:40:55.443054  7517 raft_consensus.cc:1275] T e82b7f590f3d4a4381d4dac0ec4158cc P 5eab9ef1575e48c8977a9478726867e6 [term 2 LEARNER]: Refusing update from remote peer 92750562478846ffb3ae6f47cea65155: 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:55.444832  7858 consensus_queue.cc:1048] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } 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:55.446362  7682 raft_consensus.cc:1275] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5 [term 2 FOLLOWER]: Refusing update from remote peer 92750562478846ffb3ae6f47cea65155: 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:55.446419  7601 raft_consensus.cc:1275] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb [term 2 FOLLOWER]: Refusing update from remote peer 92750562478846ffb3ae6f47cea65155: 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:55.448230  7859 consensus_queue.cc:1048] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [LEADER]: Connected to new peer: Peer: permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:55.449142  7858 consensus_queue.cc:1048] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } 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:55.465384  7795 raft_consensus.cc:1064] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5: attempting to promote NON_VOTER 5eab9ef1575e48c8977a9478726867e6 to VOTER
I20260608 12:40:55.468290  7795 consensus_queue.cc:237] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [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: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } attrs { replace: true } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } }
I20260608 12:40:55.471786  7858 raft_consensus.cc:2955] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 5eab9ef1575e48c8977a9478726867e6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } attrs { replace: true } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } } }
I20260608 12:40:55.477051  7682 raft_consensus.cc:2955] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 5eab9ef1575e48c8977a9478726867e6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } attrs { replace: true } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } } }
I20260608 12:40:55.478521  7601 raft_consensus.cc:2955] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 5eab9ef1575e48c8977a9478726867e6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } attrs { replace: true } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } } }
I20260608 12:40:55.485456  7517 raft_consensus.cc:2955] T e82b7f590f3d4a4381d4dac0ec4158cc P 5eab9ef1575e48c8977a9478726867e6 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 5eab9ef1575e48c8977a9478726867e6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } attrs { replace: true } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } } }
I20260608 12:40:55.491247  7516 raft_consensus.cc:1275] T 4036a430193f4856bd842777047cf4b5 P 5eab9ef1575e48c8977a9478726867e6 [term 2 LEARNER]: Refusing update from remote peer 7952e8862aec4063b49d31c3e951cac5: 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:55.492929  7761 raft_consensus.cc:1275] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155 [term 2 FOLLOWER]: Refusing update from remote peer 7952e8862aec4063b49d31c3e951cac5: 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:55.496160  7853 consensus_queue.cc:1048] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } 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:55.497995  7146 catalog_manager.cc:5696] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 reported cstate change: config changed from index 3 to 4, 5eab9ef1575e48c8977a9478726867e6 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "92750562478846ffb3ae6f47cea65155" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:55.500087  7600 raft_consensus.cc:1275] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb [term 2 FOLLOWER]: Refusing update from remote peer 7952e8862aec4063b49d31c3e951cac5: 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:55.505311  7852 consensus_queue.cc:1048] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } 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:40:55.513679  7853 consensus_queue.cc:1048] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:55.526098  7795 raft_consensus.cc:1064] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5: attempting to promote NON_VOTER 5eab9ef1575e48c8977a9478726867e6 to VOTER
I20260608 12:40:55.531733  7795 consensus_queue.cc:237] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [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: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } attrs { replace: true } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } }
I20260608 12:40:55.541406  7852 raft_consensus.cc:2955] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 5eab9ef1575e48c8977a9478726867e6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } attrs { replace: true } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } } }
I20260608 12:40:55.553586  7761 raft_consensus.cc:2955] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 5eab9ef1575e48c8977a9478726867e6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } attrs { replace: true } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } } }
I20260608 12:40:55.557368  7601 raft_consensus.cc:2955] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 5eab9ef1575e48c8977a9478726867e6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } attrs { replace: true } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } } }
I20260608 12:40:55.560298  7516 raft_consensus.cc:1275] T f9cbe4c0401d46d39c5145c5cfdad517 P 5eab9ef1575e48c8977a9478726867e6 [term 2 LEARNER]: Refusing update from remote peer 7952e8862aec4063b49d31c3e951cac5: 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:55.563270  7762 raft_consensus.cc:1275] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [term 2 FOLLOWER]: Refusing update from remote peer 7952e8862aec4063b49d31c3e951cac5: 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:55.564321  7600 raft_consensus.cc:1275] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb [term 2 FOLLOWER]: Refusing update from remote peer 7952e8862aec4063b49d31c3e951cac5: 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:55.570127  7144 catalog_manager.cc:5696] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155 reported cstate change: config changed from index 3 to 4, 5eab9ef1575e48c8977a9478726867e6 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "7952e8862aec4063b49d31c3e951cac5" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } attrs { replace: true } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } } }
I20260608 12:40:55.572530  7795 consensus_queue.cc:1048] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } 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:55.576004  7795 consensus_queue.cc:1048] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:55.577147  7876 consensus_queue.cc:1048] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } 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:55.588209  7517 raft_consensus.cc:2955] T 4036a430193f4856bd842777047cf4b5 P 5eab9ef1575e48c8977a9478726867e6 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 5eab9ef1575e48c8977a9478726867e6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } attrs { replace: true } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } } }
I20260608 12:40:55.603106  7761 consensus_queue.cc:237] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [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: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } }
I20260608 12:40:55.611763  7517 raft_consensus.cc:1275] T e82b7f590f3d4a4381d4dac0ec4158cc P 5eab9ef1575e48c8977a9478726867e6 [term 2 FOLLOWER]: Refusing update from remote peer 92750562478846ffb3ae6f47cea65155: 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:55.611835  7601 raft_consensus.cc:1275] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb [term 2 FOLLOWER]: Refusing update from remote peer 92750562478846ffb3ae6f47cea65155: 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:55.613803  7858 consensus_queue.cc:1048] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } 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:55.615888  7858 consensus_queue.cc:1048] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [LEADER]: Connected to new peer: Peer: permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:40:55.625881  7856 raft_consensus.cc:2955] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 7952e8862aec4063b49d31c3e951cac5 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } } }
I20260608 12:40:55.632014  7876 raft_consensus.cc:2955] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 5eab9ef1575e48c8977a9478726867e6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } attrs { replace: true } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } } }
I20260608 12:40:55.637049  7601 raft_consensus.cc:2955] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 7952e8862aec4063b49d31c3e951cac5 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } } }
I20260608 12:40:55.636739  7516 raft_consensus.cc:2955] T f9cbe4c0401d46d39c5145c5cfdad517 P 5eab9ef1575e48c8977a9478726867e6 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 5eab9ef1575e48c8977a9478726867e6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } attrs { replace: true } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } } }
I20260608 12:40:55.642388  7762 raft_consensus.cc:2955] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 5eab9ef1575e48c8977a9478726867e6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } attrs { replace: true } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } } }
I20260608 12:40:55.644099  7131 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet e82b7f590f3d4a4381d4dac0ec4158cc with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:55.645226  7517 raft_consensus.cc:2955] T e82b7f590f3d4a4381d4dac0ec4158cc P 5eab9ef1575e48c8977a9478726867e6 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 7952e8862aec4063b49d31c3e951cac5 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } } }
I20260608 12:40:55.648618  7682 consensus_queue.cc:237] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [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: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } }
I20260608 12:40:55.653661  7144 catalog_manager.cc:5696] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 reported cstate change: config changed from index 4 to 5, VOTER 7952e8862aec4063b49d31c3e951cac5 (127.0.107.194) evicted. New cstate: current_term: 2 leader_uuid: "92750562478846ffb3ae6f47cea65155" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:55.664208  7515 raft_consensus.cc:1275] T 4036a430193f4856bd842777047cf4b5 P 5eab9ef1575e48c8977a9478726867e6 [term 2 FOLLOWER]: Refusing update from remote peer 7952e8862aec4063b49d31c3e951cac5: 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:55.667562  7795 consensus_queue.cc:1048] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } 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:55.668608  7146 catalog_manager.cc:5696] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 reported cstate change: config changed from index 2 to 3, 5eab9ef1575e48c8977a9478726867e6 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "7952e8862aec4063b49d31c3e951cac5" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:55.670861  7761 raft_consensus.cc:1275] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155 [term 2 FOLLOWER]: Refusing update from remote peer 7952e8862aec4063b49d31c3e951cac5: 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:55.674041  7853 consensus_queue.cc:1048] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:40:55.678614  7672 tablet_service.cc:1558] Processing DeleteTablet for tablet e82b7f590f3d4a4381d4dac0ec4158cc with delete_type TABLET_DATA_TOMBSTONED (TS 7952e8862aec4063b49d31c3e951cac5 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:52314
I20260608 12:40:55.670889  7601 raft_consensus.cc:2955] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 5eab9ef1575e48c8977a9478726867e6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } attrs { replace: true } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } } }
I20260608 12:40:55.690303  7682 consensus_queue.cc:237] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [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: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } }
I20260608 12:40:55.690529  7852 raft_consensus.cc:2955] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 717a491580c14440a4666dd2610e37fb (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } } }
I20260608 12:40:55.696945  7881 tablet_replica.cc:333] stopping tablet replica
I20260608 12:40:55.698051  7881 raft_consensus.cc:2243] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:55.698863  7881 raft_consensus.cc:2272] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:55.700572  7517 raft_consensus.cc:2955] T 4036a430193f4856bd842777047cf4b5 P 5eab9ef1575e48c8977a9478726867e6 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 717a491580c14440a4666dd2610e37fb (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } } }
I20260608 12:40:55.703094  7132 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 4036a430193f4856bd842777047cf4b5 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:55.705304  7601 raft_consensus.cc:1275] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb [term 2 FOLLOWER]: Refusing update from remote peer 7952e8862aec4063b49d31c3e951cac5: 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:55.699381  7762 raft_consensus.cc:2955] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 717a491580c14440a4666dd2610e37fb (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } } }
I20260608 12:40:55.705305  7515 raft_consensus.cc:1275] T f9cbe4c0401d46d39c5145c5cfdad517 P 5eab9ef1575e48c8977a9478726867e6 [term 2 FOLLOWER]: Refusing update from remote peer 7952e8862aec4063b49d31c3e951cac5: 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:55.707283  7795 consensus_queue.cc:1048] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:55.708874  7881 ts_tablet_manager.cc:1916] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:55.709987  7876 consensus_queue.cc:1048] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } 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:55.718843  7876 raft_consensus.cc:2955] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 92750562478846ffb3ae6f47cea65155 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } } }
I20260608 12:40:55.720734  7143 catalog_manager.cc:5696] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155 reported cstate change: config changed from index 4 to 5, VOTER 717a491580c14440a4666dd2610e37fb (127.0.107.193) evicted. New cstate: current_term: 2 leader_uuid: "7952e8862aec4063b49d31c3e951cac5" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "92750562478846ffb3ae6f47cea65155" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42725 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } } }
I20260608 12:40:55.726822  7881 ts_tablet_manager.cc:1929] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260608 12:40:55.723031  7515 raft_consensus.cc:2955] T f9cbe4c0401d46d39c5145c5cfdad517 P 5eab9ef1575e48c8977a9478726867e6 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 92750562478846ffb3ae6f47cea65155 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } } }
I20260608 12:40:55.727284  7881 log.cc:1199] T e82b7f590f3d4a4381d4dac0ec4158cc P 7952e8862aec4063b49d31c3e951cac5: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-431-0/minicluster-data/ts-1-root/wals/e82b7f590f3d4a4381d4dac0ec4158cc
I20260608 12:40:55.730297  7601 raft_consensus.cc:2955] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 92750562478846ffb3ae6f47cea65155 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } } }
I20260608 12:40:55.731009  7132 catalog_manager.cc:5027] TS 7952e8862aec4063b49d31c3e951cac5 (127.0.107.194:39527): tablet e82b7f590f3d4a4381d4dac0ec4158cc (table test-workload [id=4c9581e19916480ebb5067b60f919a02]) successfully deleted
I20260608 12:40:55.742655  7132 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet f9cbe4c0401d46d39c5145c5cfdad517 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:56.026664  7591 tablet_service.cc:1558] Processing DeleteTablet for tablet 4036a430193f4856bd842777047cf4b5 with delete_type TABLET_DATA_TOMBSTONED (TS 717a491580c14440a4666dd2610e37fb not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:49546
I20260608 12:40:56.028514  7883 tablet_replica.cc:333] stopping tablet replica
I20260608 12:40:56.031253  7883 raft_consensus.cc:2243] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:56.032091  7883 raft_consensus.cc:2272] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:56.041514  7883 ts_tablet_manager.cc:1916] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:56.061946  7883 ts_tablet_manager.cc:1929] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260608 12:40:56.062400  7883 log.cc:1199] T 4036a430193f4856bd842777047cf4b5 P 717a491580c14440a4666dd2610e37fb: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-431-0/minicluster-data/ts-0-root/wals/4036a430193f4856bd842777047cf4b5
I20260608 12:40:56.083873  7142 catalog_manager.cc:5696] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb reported cstate change: config changed from index 3 to 4, VOTER 92750562478846ffb3ae6f47cea65155 (127.0.107.195) evicted. New cstate: current_term: 2 leader_uuid: "7952e8862aec4063b49d31c3e951cac5" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "717a491580c14440a4666dd2610e37fb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36853 } } peers { permanent_uuid: "7952e8862aec4063b49d31c3e951cac5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39527 } } peers { permanent_uuid: "5eab9ef1575e48c8977a9478726867e6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36601 } attrs { promote: false } } }
I20260608 12:40:56.524585  7131 catalog_manager.cc:5027] TS 717a491580c14440a4666dd2610e37fb (127.0.107.193:36853): tablet 4036a430193f4856bd842777047cf4b5 (table test-workload [id=4c9581e19916480ebb5067b60f919a02]) successfully deleted
I20260608 12:40:56.546263  7752 tablet_service.cc:1558] Processing DeleteTablet for tablet f9cbe4c0401d46d39c5145c5cfdad517 with delete_type TABLET_DATA_TOMBSTONED (TS 92750562478846ffb3ae6f47cea65155 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:53872
I20260608 12:40:56.548349  7886 tablet_replica.cc:333] stopping tablet replica
I20260608 12:40:56.549362  7886 raft_consensus.cc:2243] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:56.550235  7886 raft_consensus.cc:2272] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:56.553813  7886 ts_tablet_manager.cc:1916] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:56.564939  7886 ts_tablet_manager.cc:1929] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.3
I20260608 12:40:56.565266  7886 log.cc:1199] T f9cbe4c0401d46d39c5145c5cfdad517 P 92750562478846ffb3ae6f47cea65155: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922266998516-431-0/minicluster-data/ts-2-root/wals/f9cbe4c0401d46d39c5145c5cfdad517
I20260608 12:40:56.566630  7131 catalog_manager.cc:5027] TS 92750562478846ffb3ae6f47cea65155 (127.0.107.195:42725): tablet f9cbe4c0401d46d39c5145c5cfdad517 (table test-workload [id=4c9581e19916480ebb5067b60f919a02]) successfully deleted
W20260608 12:40:57.048892  7538 debug-util.cc:398] Leaking SignalData structure 0x7b08000b6380 after lost signal to thread 434
W20260608 12:40:57.049878  7538 debug-util.cc:398] Leaking SignalData structure 0x7b080017b420 after lost signal to thread 7180
W20260608 12:40:57.050956  7538 debug-util.cc:398] Leaking SignalData structure 0x7b0800112960 after lost signal to thread 7541
W20260608 12:40:57.051844  7538 debug-util.cc:398] Leaking SignalData structure 0x7b0800182ce0 after lost signal to thread 7626
W20260608 12:40:57.052729  7538 debug-util.cc:398] Leaking SignalData structure 0x7b0800247a80 after lost signal to thread 7707
W20260608 12:40:57.053675  7538 debug-util.cc:398] Leaking SignalData structure 0x7b08002bdbe0 after lost signal to thread 7787
I20260608 12:40:57.530781   431 tablet_server.cc:179] TabletServer@127.0.107.193:36853 shutting down...
I20260608 12:40:57.567477   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:57.568703   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:40:57.569535   431 raft_consensus.cc:2243] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:57.570297   431 raft_consensus.cc:2272] T e82b7f590f3d4a4381d4dac0ec4158cc P 717a491580c14440a4666dd2610e37fb [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:57.572963   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:40:57.573611   431 raft_consensus.cc:2243] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:57.574256   431 raft_consensus.cc:2272] T f9cbe4c0401d46d39c5145c5cfdad517 P 717a491580c14440a4666dd2610e37fb [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:57.576766   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:40:57.577402   431 raft_consensus.cc:2243] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:57.577924   431 raft_consensus.cc:2272] T d4dd1f40e4414df6a89bce585ff27b10 P 717a491580c14440a4666dd2610e37fb [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:57.604001   431 tablet_server.cc:196] TabletServer@127.0.107.193:36853 shutdown complete.
I20260608 12:40:57.617480   431 tablet_server.cc:179] TabletServer@127.0.107.194:39527 shutting down...
I20260608 12:40:57.637267   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:57.638119   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:40:57.638913   431 raft_consensus.cc:2243] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:40:57.639967   431 raft_consensus.cc:2272] T f9cbe4c0401d46d39c5145c5cfdad517 P 7952e8862aec4063b49d31c3e951cac5 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:57.642729   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:40:57.643422   431 raft_consensus.cc:2243] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:57.643963   431 raft_consensus.cc:2272] T d4dd1f40e4414df6a89bce585ff27b10 P 7952e8862aec4063b49d31c3e951cac5 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:57.646479   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:40:57.647106   431 raft_consensus.cc:2243] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:40:57.648079   431 raft_consensus.cc:2272] T 4036a430193f4856bd842777047cf4b5 P 7952e8862aec4063b49d31c3e951cac5 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:57.674165   431 tablet_server.cc:196] TabletServer@127.0.107.194:39527 shutdown complete.
I20260608 12:40:57.687305   431 tablet_server.cc:179] TabletServer@127.0.107.195:42725 shutting down...
I20260608 12:40:57.709906   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:57.710551   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:40:57.711153   431 raft_consensus.cc:2243] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:40:57.711920   431 raft_consensus.cc:2272] T e82b7f590f3d4a4381d4dac0ec4158cc P 92750562478846ffb3ae6f47cea65155 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:57.713933   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:40:57.714425   431 raft_consensus.cc:2243] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [term 3 LEADER]: Raft consensus shutting down.
I20260608 12:40:57.715166   431 raft_consensus.cc:2272] T d4dd1f40e4414df6a89bce585ff27b10 P 92750562478846ffb3ae6f47cea65155 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:57.717203   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:40:57.717682   431 raft_consensus.cc:2243] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:57.718226   431 raft_consensus.cc:2272] T 4036a430193f4856bd842777047cf4b5 P 92750562478846ffb3ae6f47cea65155 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:57.741492   431 tablet_server.cc:196] TabletServer@127.0.107.195:42725 shutdown complete.
I20260608 12:40:57.753882   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:40:57.784091   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:57.784783   431 tablet_replica.cc:333] T f9cbe4c0401d46d39c5145c5cfdad517 P 5eab9ef1575e48c8977a9478726867e6: stopping tablet replica
I20260608 12:40:57.785457   431 raft_consensus.cc:2243] T f9cbe4c0401d46d39c5145c5cfdad517 P 5eab9ef1575e48c8977a9478726867e6 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:57.785982   431 raft_consensus.cc:2272] T f9cbe4c0401d46d39c5145c5cfdad517 P 5eab9ef1575e48c8977a9478726867e6 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:57.787829   431 tablet_replica.cc:333] T e82b7f590f3d4a4381d4dac0ec4158cc P 5eab9ef1575e48c8977a9478726867e6: stopping tablet replica
I20260608 12:40:57.788300   431 raft_consensus.cc:2243] T e82b7f590f3d4a4381d4dac0ec4158cc P 5eab9ef1575e48c8977a9478726867e6 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:57.788756   431 raft_consensus.cc:2272] T e82b7f590f3d4a4381d4dac0ec4158cc P 5eab9ef1575e48c8977a9478726867e6 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:57.790512   431 tablet_replica.cc:333] T 4036a430193f4856bd842777047cf4b5 P 5eab9ef1575e48c8977a9478726867e6: stopping tablet replica
I20260608 12:40:57.790990   431 raft_consensus.cc:2243] T 4036a430193f4856bd842777047cf4b5 P 5eab9ef1575e48c8977a9478726867e6 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:57.791405   431 raft_consensus.cc:2272] T 4036a430193f4856bd842777047cf4b5 P 5eab9ef1575e48c8977a9478726867e6 [term 2 FOLLOWER]: Raft consensus is shut down!
W20260608 12:40:58.810681   431 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 7538)
W20260608 12:40:59.811301   431 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 7538)
I20260608 12:40:59.970398   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:40:59.991101   431 master.cc:562] Master@127.0.107.254:42467 shutting down...
I20260608 12:41:00.012696   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 376292f435a544c7a75607a9044b7eef [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:00.014007   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 376292f435a544c7a75607a9044b7eef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:00.014441   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 376292f435a544c7a75607a9044b7eef: stopping tablet replica
I20260608 12:41:00.035450   431 master.cc:584] Master@127.0.107.254:42467 shutdown complete.
[       OK ] AutoRebalancerTest.TestHandlingFailedTservers (18538 ms)
[ RUN      ] AutoRebalancerTest.TestDeletedTables
I20260608 12:41:00.083536   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:44053
I20260608 12:41:00.084729   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:00.090670  7890 instance_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:00.090767  7891 instance_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:00.091944   431 server_base.cc:1061] running on GCE node
W20260608 12:41:00.092463  7893 instance_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:00.093333   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:00.093514   431 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:00.093675   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922460093656 us; error 0 us; skew 500 ppm
I20260608 12:41:00.094262   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:00.096778   431 webserver.cc:533] Webserver started at http://127.0.107.254:39987/ using document root <none> and password file <none>
I20260608 12:41:00.097365   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:00.097532   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:00.097819   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:00.099074   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/master-0-root/instance:
uuid: "c360e772b7c64c6ba4fe34a2d6b2883f"
format_stamp: "Formatted at 2026-06-08 12:41:00 on dist-test-slave-3g00"
I20260608 12:41:00.103586   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260608 12:41:00.107003  7898 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:00.107770   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:00.108031   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/master-0-root
uuid: "c360e772b7c64c6ba4fe34a2d6b2883f"
format_stamp: "Formatted at 2026-06-08 12:41:00 on dist-test-slave-3g00"
I20260608 12:41:00.108284   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-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:00.120885   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:00.122150   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:00.160672   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:44053
I20260608 12:41:00.160805  7949 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:44053 every 8 connection(s)
I20260608 12:41:00.164965  7950 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:00.177165  7950 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c360e772b7c64c6ba4fe34a2d6b2883f: Bootstrap starting.
I20260608 12:41:00.182081  7950 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c360e772b7c64c6ba4fe34a2d6b2883f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:00.186396  7950 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c360e772b7c64c6ba4fe34a2d6b2883f: No bootstrap required, opened a new log
I20260608 12:41:00.189169  7950 raft_consensus.cc:359] T 00000000000000000000000000000000 P c360e772b7c64c6ba4fe34a2d6b2883f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c360e772b7c64c6ba4fe34a2d6b2883f" member_type: VOTER }
I20260608 12:41:00.189605  7950 raft_consensus.cc:385] T 00000000000000000000000000000000 P c360e772b7c64c6ba4fe34a2d6b2883f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:00.189831  7950 raft_consensus.cc:740] T 00000000000000000000000000000000 P c360e772b7c64c6ba4fe34a2d6b2883f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c360e772b7c64c6ba4fe34a2d6b2883f, State: Initialized, Role: FOLLOWER
I20260608 12:41:00.190492  7950 consensus_queue.cc:260] T 00000000000000000000000000000000 P c360e772b7c64c6ba4fe34a2d6b2883f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "c360e772b7c64c6ba4fe34a2d6b2883f" member_type: VOTER }
I20260608 12:41:00.190938  7950 raft_consensus.cc:399] T 00000000000000000000000000000000 P c360e772b7c64c6ba4fe34a2d6b2883f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:00.191146  7950 raft_consensus.cc:493] T 00000000000000000000000000000000 P c360e772b7c64c6ba4fe34a2d6b2883f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:00.191421  7950 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c360e772b7c64c6ba4fe34a2d6b2883f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:00.196493  7950 raft_consensus.cc:515] T 00000000000000000000000000000000 P c360e772b7c64c6ba4fe34a2d6b2883f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c360e772b7c64c6ba4fe34a2d6b2883f" member_type: VOTER }
I20260608 12:41:00.197053  7950 leader_election.cc:304] T 00000000000000000000000000000000 P c360e772b7c64c6ba4fe34a2d6b2883f [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: c360e772b7c64c6ba4fe34a2d6b2883f; no voters: 
I20260608 12:41:00.198201  7950 leader_election.cc:290] T 00000000000000000000000000000000 P c360e772b7c64c6ba4fe34a2d6b2883f [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:00.198657  7953 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c360e772b7c64c6ba4fe34a2d6b2883f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:00.200048  7953 raft_consensus.cc:697] T 00000000000000000000000000000000 P c360e772b7c64c6ba4fe34a2d6b2883f [term 1 LEADER]: Becoming Leader. State: Replica: c360e772b7c64c6ba4fe34a2d6b2883f, State: Running, Role: LEADER
I20260608 12:41:00.200762  7953 consensus_queue.cc:237] T 00000000000000000000000000000000 P c360e772b7c64c6ba4fe34a2d6b2883f [LEADER]: Queue going to LEADER mode. State: All 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: "c360e772b7c64c6ba4fe34a2d6b2883f" member_type: VOTER }
I20260608 12:41:00.201241  7950 sys_catalog.cc:565] T 00000000000000000000000000000000 P c360e772b7c64c6ba4fe34a2d6b2883f [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:00.206712  7954 sys_catalog.cc:455] T 00000000000000000000000000000000 P c360e772b7c64c6ba4fe34a2d6b2883f [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "c360e772b7c64c6ba4fe34a2d6b2883f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c360e772b7c64c6ba4fe34a2d6b2883f" member_type: VOTER } }
I20260608 12:41:00.207499  7954 sys_catalog.cc:458] T 00000000000000000000000000000000 P c360e772b7c64c6ba4fe34a2d6b2883f [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:00.206990  7955 sys_catalog.cc:455] T 00000000000000000000000000000000 P c360e772b7c64c6ba4fe34a2d6b2883f [sys.catalog]: SysCatalogTable state changed. Reason: New leader c360e772b7c64c6ba4fe34a2d6b2883f. Latest consensus state: current_term: 1 leader_uuid: "c360e772b7c64c6ba4fe34a2d6b2883f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c360e772b7c64c6ba4fe34a2d6b2883f" member_type: VOTER } }
I20260608 12:41:00.208370  7955 sys_catalog.cc:458] T 00000000000000000000000000000000 P c360e772b7c64c6ba4fe34a2d6b2883f [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:00.209556  7961 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:00.216377  7961 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:00.217499   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:00.225566  7961 catalog_manager.cc:1382] Generated new cluster ID: 8598be7f71994c7bbca49ea24b9238f8
I20260608 12:41:00.225802  7961 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:00.240725  7961 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:00.242113  7961 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:00.255967  7961 catalog_manager.cc:6069] T 00000000000000000000000000000000 P c360e772b7c64c6ba4fe34a2d6b2883f: Generated new TSK 0
I20260608 12:41:00.256536  7961 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:00.284600   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:00.291046  7971 instance_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:00.291823  7972 instance_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:00.294166   431 server_base.cc:1061] running on GCE node
W20260608 12:41:00.294220  7974 instance_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:00.295439   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:00.295621   431 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:00.295744   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922460295733 us; error 0 us; skew 500 ppm
I20260608 12:41:00.296298   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:00.298511   431 webserver.cc:533] Webserver started at http://127.0.107.193:34131/ using document root <none> and password file <none>
I20260608 12:41:00.298954   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:00.299115   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:00.299314   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:00.300420   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-0-root/instance:
uuid: "836349a6b3cd420ea811d721b11da8ef"
format_stamp: "Formatted at 2026-06-08 12:41:00 on dist-test-slave-3g00"
I20260608 12:41:00.305109   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260608 12:41:00.308465  7979 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:00.309298   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:41:00.309587   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-0-root
uuid: "836349a6b3cd420ea811d721b11da8ef"
format_stamp: "Formatted at 2026-06-08 12:41:00 on dist-test-slave-3g00"
I20260608 12:41:00.309820   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-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:00.320330   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:00.321530   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:00.322948   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:00.325284   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:00.325464   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:00.325703   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:00.325845   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:00.366329   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:40199
I20260608 12:41:00.366457  8041 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:40199 every 8 connection(s)
I20260608 12:41:00.375270   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:00.383719  8046 instance_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:00.384140  8047 instance_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:00.387255  8049 instance_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:00.387712   431 server_base.cc:1061] running on GCE node
I20260608 12:41:00.388636   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:00.388885   431 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:00.389053   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922460389035 us; error 0 us; skew 500 ppm
I20260608 12:41:00.389635   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:00.392127   431 webserver.cc:533] Webserver started at http://127.0.107.194:38729/ using document root <none> and password file <none>
I20260608 12:41:00.392671   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:00.392937   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:00.393275   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:00.393664  8042 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44053
I20260608 12:41:00.394054  8042 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:00.394524   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-1-root/instance:
uuid: "58ac653e2c49495da2edb379b4203679"
format_stamp: "Formatted at 2026-06-08 12:41:00 on dist-test-slave-3g00"
I20260608 12:41:00.394764  8042 heartbeater.cc:507] Master 127.0.107.254:44053 requested a full tablet report, sending...
I20260608 12:41:00.397027  7915 ts_manager.cc:194] Registered new tserver with Master: 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199)
I20260608 12:41:00.399501  7915 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41098
I20260608 12:41:00.399932   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.002s
I20260608 12:41:00.403645  8054 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:00.404372   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:00.404641   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-1-root
uuid: "58ac653e2c49495da2edb379b4203679"
format_stamp: "Formatted at 2026-06-08 12:41:00 on dist-test-slave-3g00"
I20260608 12:41:00.404951   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-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:00.432778   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:00.434056   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:00.435493   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:00.437778   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:00.437969   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:00.438203   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:00.438347   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:00.478183   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:45543
I20260608 12:41:00.478312  8116 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:45543 every 8 connection(s)
I20260608 12:41:00.483296   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:00.490869  8120 instance_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:00.492460  8121 instance_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:00.494065  8123 instance_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:00.495092   431 server_base.cc:1061] running on GCE node
I20260608 12:41:00.495927   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:00.496130   431 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:00.496363   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922460496343 us; error 0 us; skew 500 ppm
I20260608 12:41:00.496376  8117 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44053
I20260608 12:41:00.496870  8117 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:00.497128   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:00.497645  8117 heartbeater.cc:507] Master 127.0.107.254:44053 requested a full tablet report, sending...
I20260608 12:41:00.499756   431 webserver.cc:533] Webserver started at http://127.0.107.195:44335/ using document root <none> and password file <none>
I20260608 12:41:00.499882  7915 ts_manager.cc:194] Registered new tserver with Master: 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543)
I20260608 12:41:00.500339   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:00.500591   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:00.500873   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:00.501470  7915 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41100
I20260608 12:41:00.502081   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-2-root/instance:
uuid: "02a843296ee14760b6aa83d9892972bf"
format_stamp: "Formatted at 2026-06-08 12:41:00 on dist-test-slave-3g00"
I20260608 12:41:00.506881   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:41:00.510421  8128 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:00.511276   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:41:00.511570   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-2-root
uuid: "02a843296ee14760b6aa83d9892972bf"
format_stamp: "Formatted at 2026-06-08 12:41:00 on dist-test-slave-3g00"
I20260608 12:41:00.511866   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-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:00.524570   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:00.525799   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:00.527233   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:00.529523   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:00.529717   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:00.529942   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:00.530128   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:00.571349   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:41115
I20260608 12:41:00.571477  8190 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:41115 every 8 connection(s)
I20260608 12:41:00.585119  8191 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44053
I20260608 12:41:00.585525  8191 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:00.586236  8191 heartbeater.cc:507] Master 127.0.107.254:44053 requested a full tablet report, sending...
I20260608 12:41:00.588289  7915 ts_manager.cc:194] Registered new tserver with Master: 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115)
I20260608 12:41:00.589221   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014544416s
I20260608 12:41:00.589689  7915 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41108
I20260608 12:41:01.402199  8042 heartbeater.cc:499] Master 127.0.107.254:44053 was elected leader, sending a full tablet report...
I20260608 12:41:01.504062  8117 heartbeater.cc:499] Master 127.0.107.254:44053 was elected leader, sending a full tablet report...
I20260608 12:41:01.592162  8191 heartbeater.cc:499] Master 127.0.107.254:44053 was elected leader, sending a full tablet report...
I20260608 12:41:01.645499  7915 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:33398:
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:01.647863  7915 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:01.704908  8156 tablet_service.cc:1511] Processing CreateTablet for tablet f3b62386652648499594d0fa950c9fa2 (DEFAULT_TABLE table=test-workload [id=27fd12dda2e348439cf825f3251af09c]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:01.706620  8156 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f3b62386652648499594d0fa950c9fa2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:01.707422  8155 tablet_service.cc:1511] Processing CreateTablet for tablet 836514451bbd4b22977e0838c0ecaa72 (DEFAULT_TABLE table=test-workload [id=27fd12dda2e348439cf825f3251af09c]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:01.708978  8155 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 836514451bbd4b22977e0838c0ecaa72. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:01.722371  8154 tablet_service.cc:1511] Processing CreateTablet for tablet 830a17d883654c6eaea82c5bc08ab945 (DEFAULT_TABLE table=test-workload [id=27fd12dda2e348439cf825f3251af09c]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:01.723904  8154 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 830a17d883654c6eaea82c5bc08ab945. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:01.734043  8007 tablet_service.cc:1511] Processing CreateTablet for tablet f3b62386652648499594d0fa950c9fa2 (DEFAULT_TABLE table=test-workload [id=27fd12dda2e348439cf825f3251af09c]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:01.735489  8007 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f3b62386652648499594d0fa950c9fa2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:01.737519  8004 tablet_service.cc:1511] Processing CreateTablet for tablet 8119cd79dee24e78890eab94b32bb14e (DEFAULT_TABLE table=test-workload [id=27fd12dda2e348439cf825f3251af09c]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:01.738122  8006 tablet_service.cc:1511] Processing CreateTablet for tablet 836514451bbd4b22977e0838c0ecaa72 (DEFAULT_TABLE table=test-workload [id=27fd12dda2e348439cf825f3251af09c]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:01.739485  8006 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 836514451bbd4b22977e0838c0ecaa72. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:01.742491  8004 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8119cd79dee24e78890eab94b32bb14e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:01.743149  8005 tablet_service.cc:1511] Processing CreateTablet for tablet 830a17d883654c6eaea82c5bc08ab945 (DEFAULT_TABLE table=test-workload [id=27fd12dda2e348439cf825f3251af09c]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:01.744500  8005 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 830a17d883654c6eaea82c5bc08ab945. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:01.746891  8082 tablet_service.cc:1511] Processing CreateTablet for tablet f3b62386652648499594d0fa950c9fa2 (DEFAULT_TABLE table=test-workload [id=27fd12dda2e348439cf825f3251af09c]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:01.748282  8082 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f3b62386652648499594d0fa950c9fa2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:01.749768  8081 tablet_service.cc:1511] Processing CreateTablet for tablet 836514451bbd4b22977e0838c0ecaa72 (DEFAULT_TABLE table=test-workload [id=27fd12dda2e348439cf825f3251af09c]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:01.751132  8081 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 836514451bbd4b22977e0838c0ecaa72. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:01.746968  8079 tablet_service.cc:1511] Processing CreateTablet for tablet 8119cd79dee24e78890eab94b32bb14e (DEFAULT_TABLE table=test-workload [id=27fd12dda2e348439cf825f3251af09c]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:01.754114  8079 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8119cd79dee24e78890eab94b32bb14e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:01.755421  8156 tablet_service.cc:1511] Processing CreateTablet for tablet 8119cd79dee24e78890eab94b32bb14e (DEFAULT_TABLE table=test-workload [id=27fd12dda2e348439cf825f3251af09c]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:01.756700  8156 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8119cd79dee24e78890eab94b32bb14e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:01.748309  8080 tablet_service.cc:1511] Processing CreateTablet for tablet 830a17d883654c6eaea82c5bc08ab945 (DEFAULT_TABLE table=test-workload [id=27fd12dda2e348439cf825f3251af09c]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:01.759452  8080 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 830a17d883654c6eaea82c5bc08ab945. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:01.771978  8212 tablet_bootstrap.cc:492] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679: Bootstrap starting.
I20260608 12:41:01.780019  8212 tablet_bootstrap.cc:654] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:01.782531  8211 tablet_bootstrap.cc:492] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf: Bootstrap starting.
I20260608 12:41:01.802160  8213 tablet_bootstrap.cc:492] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef: Bootstrap starting.
I20260608 12:41:01.796736  8211 tablet_bootstrap.cc:654] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:01.809275  8212 tablet_bootstrap.cc:492] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679: No bootstrap required, opened a new log
I20260608 12:41:01.809839  8212 ts_tablet_manager.cc:1403] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679: Time spent bootstrapping tablet: real 0.038s	user 0.024s	sys 0.006s
I20260608 12:41:01.809864  8213 tablet_bootstrap.cc:654] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:01.812795  8211 tablet_bootstrap.cc:492] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf: No bootstrap required, opened a new log
I20260608 12:41:01.813362  8211 ts_tablet_manager.cc:1403] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf: Time spent bootstrapping tablet: real 0.031s	user 0.011s	sys 0.002s
I20260608 12:41:01.813526  8212 raft_consensus.cc:359] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } }
I20260608 12:41:01.814307  8212 raft_consensus.cc:385] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:01.814591  8212 raft_consensus.cc:740] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 58ac653e2c49495da2edb379b4203679, State: Initialized, Role: FOLLOWER
I20260608 12:41:01.815323  8213 tablet_bootstrap.cc:492] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef: No bootstrap required, opened a new log
I20260608 12:41:01.815765  8213 ts_tablet_manager.cc:1403] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef: Time spent bootstrapping tablet: real 0.014s	user 0.011s	sys 0.000s
I20260608 12:41:01.815404  8212 consensus_queue.cc:260] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } }
I20260608 12:41:01.816402  8211 raft_consensus.cc:359] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:01.817203  8211 raft_consensus.cc:385] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:01.817580  8211 raft_consensus.cc:740] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 02a843296ee14760b6aa83d9892972bf, State: Initialized, Role: FOLLOWER
I20260608 12:41:01.818462  8212 ts_tablet_manager.cc:1434] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.002s
I20260608 12:41:01.818465  8211 consensus_queue.cc:260] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:01.818599  8213 raft_consensus.cc:359] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:01.819808  8213 raft_consensus.cc:385] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:01.820236  8213 raft_consensus.cc:740] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 836349a6b3cd420ea811d721b11da8ef, State: Initialized, Role: FOLLOWER
I20260608 12:41:01.819869  8212 tablet_bootstrap.cc:492] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679: Bootstrap starting.
I20260608 12:41:01.821943  8211 ts_tablet_manager.cc:1434] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.002s
I20260608 12:41:01.823024  8211 tablet_bootstrap.cc:492] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf: Bootstrap starting.
I20260608 12:41:01.828023  8212 tablet_bootstrap.cc:654] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:01.829470  8211 tablet_bootstrap.cc:654] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:01.832963  8213 consensus_queue.cc:260] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:01.834134  8220 raft_consensus.cc:493] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:01.834647  8220 raft_consensus.cc:515] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:01.839175  8213 ts_tablet_manager.cc:1434] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef: Time spent starting tablet: real 0.023s	user 0.009s	sys 0.004s
I20260608 12:41:01.840157  8213 tablet_bootstrap.cc:492] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef: Bootstrap starting.
I20260608 12:41:01.843734  8220 leader_election.cc:290] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543), 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115)
I20260608 12:41:01.846733  8212 tablet_bootstrap.cc:492] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679: No bootstrap required, opened a new log
I20260608 12:41:01.847388  8212 ts_tablet_manager.cc:1403] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679: Time spent bootstrapping tablet: real 0.028s	user 0.009s	sys 0.004s
I20260608 12:41:01.847467  8213 tablet_bootstrap.cc:654] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:01.850713  8212 raft_consensus.cc:359] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:01.851495  8212 raft_consensus.cc:385] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:01.851814  8212 raft_consensus.cc:740] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 58ac653e2c49495da2edb379b4203679, State: Initialized, Role: FOLLOWER
I20260608 12:41:01.852790  8212 consensus_queue.cc:260] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:01.858017  8212 ts_tablet_manager.cc:1434] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.003s
I20260608 12:41:01.859125  8212 tablet_bootstrap.cc:492] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679: Bootstrap starting.
I20260608 12:41:01.859320  8211 tablet_bootstrap.cc:492] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf: No bootstrap required, opened a new log
I20260608 12:41:01.861451  8211 ts_tablet_manager.cc:1403] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf: Time spent bootstrapping tablet: real 0.039s	user 0.009s	sys 0.012s
I20260608 12:41:01.860114  8092 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8119cd79dee24e78890eab94b32bb14e" candidate_uuid: "836349a6b3cd420ea811d721b11da8ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679" is_pre_election: true
I20260608 12:41:01.859591  8213 tablet_bootstrap.cc:492] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef: No bootstrap required, opened a new log
I20260608 12:41:01.862836  8213 ts_tablet_manager.cc:1403] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef: Time spent bootstrapping tablet: real 0.023s	user 0.014s	sys 0.005s
W20260608 12:41:01.862963  7982 leader_election.cc:343] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:01.865710  8212 tablet_bootstrap.cc:654] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:01.866083  8213 raft_consensus.cc:359] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:01.866874  8213 raft_consensus.cc:385] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:01.867190  8213 raft_consensus.cc:740] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 836349a6b3cd420ea811d721b11da8ef, State: Initialized, Role: FOLLOWER
I20260608 12:41:01.868237  8213 consensus_queue.cc:260] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:01.871549  8211 raft_consensus.cc:359] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } }
I20260608 12:41:01.872288  8211 raft_consensus.cc:385] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:01.872453  8213 ts_tablet_manager.cc:1434] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef: Time spent starting tablet: real 0.009s	user 0.003s	sys 0.004s
I20260608 12:41:01.872731  8211 raft_consensus.cc:740] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 02a843296ee14760b6aa83d9892972bf, State: Initialized, Role: FOLLOWER
I20260608 12:41:01.873790  8213 tablet_bootstrap.cc:492] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef: Bootstrap starting.
I20260608 12:41:01.873642  8211 consensus_queue.cc:260] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } }
I20260608 12:41:01.876304  8211 ts_tablet_manager.cc:1434] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.003s
I20260608 12:41:01.877418  8211 tablet_bootstrap.cc:492] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf: Bootstrap starting.
I20260608 12:41:01.881444  8213 tablet_bootstrap.cc:654] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:01.883906  8211 tablet_bootstrap.cc:654] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:01.886430  8220 raft_consensus.cc:493] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:01.886943  8220 raft_consensus.cc:515] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:01.887473  8166 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8119cd79dee24e78890eab94b32bb14e" candidate_uuid: "836349a6b3cd420ea811d721b11da8ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "02a843296ee14760b6aa83d9892972bf" is_pre_election: true
W20260608 12:41:01.889293  7981 leader_election.cc:343] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:01.889569  8212 tablet_bootstrap.cc:492] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679: No bootstrap required, opened a new log
I20260608 12:41:01.890328  8212 ts_tablet_manager.cc:1403] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679: Time spent bootstrapping tablet: real 0.031s	user 0.004s	sys 0.008s
I20260608 12:41:01.890151  7981 leader_election.cc:304] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [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: 836349a6b3cd420ea811d721b11da8ef; no voters: 02a843296ee14760b6aa83d9892972bf, 58ac653e2c49495da2edb379b4203679
I20260608 12:41:01.891263  8092 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "836514451bbd4b22977e0838c0ecaa72" candidate_uuid: "836349a6b3cd420ea811d721b11da8ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679" is_pre_election: true
I20260608 12:41:01.891520  8222 raft_consensus.cc:2749] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
W20260608 12:41:01.893079  7982 leader_election.cc:343] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:01.889510  8220 leader_election.cc:290] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543), 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115)
I20260608 12:41:01.893623  8212 raft_consensus.cc:359] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:01.894532  8212 raft_consensus.cc:385] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:01.894853  8212 raft_consensus.cc:740] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 58ac653e2c49495da2edb379b4203679, State: Initialized, Role: FOLLOWER
I20260608 12:41:01.893887  8166 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "836514451bbd4b22977e0838c0ecaa72" candidate_uuid: "836349a6b3cd420ea811d721b11da8ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "02a843296ee14760b6aa83d9892972bf" is_pre_election: true
I20260608 12:41:01.895741  8212 consensus_queue.cc:260] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:01.895741  8166 raft_consensus.cc:2468] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 836349a6b3cd420ea811d721b11da8ef in term 0.
I20260608 12:41:01.898137  8212 ts_tablet_manager.cc:1434] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:41:01.899188  8212 tablet_bootstrap.cc:492] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679: Bootstrap starting.
I20260608 12:41:01.900409  7981 leader_election.cc:304] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [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: 02a843296ee14760b6aa83d9892972bf, 836349a6b3cd420ea811d721b11da8ef; no voters: 58ac653e2c49495da2edb379b4203679
I20260608 12:41:01.901391  8220 raft_consensus.cc:2804] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:01.901744  8220 raft_consensus.cc:493] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:01.902103  8220 raft_consensus.cc:3060] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:01.905552  8212 tablet_bootstrap.cc:654] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:01.908782  8213 tablet_bootstrap.cc:492] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef: No bootstrap required, opened a new log
I20260608 12:41:01.909312  8213 ts_tablet_manager.cc:1403] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef: Time spent bootstrapping tablet: real 0.036s	user 0.006s	sys 0.014s
I20260608 12:41:01.909765  8220 raft_consensus.cc:515] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:01.912756  8092 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "836514451bbd4b22977e0838c0ecaa72" candidate_uuid: "836349a6b3cd420ea811d721b11da8ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679"
I20260608 12:41:01.913345  8092 raft_consensus.cc:3060] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:01.914867  8211 tablet_bootstrap.cc:492] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf: No bootstrap required, opened a new log
I20260608 12:41:01.915400  8211 ts_tablet_manager.cc:1403] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf: Time spent bootstrapping tablet: real 0.038s	user 0.007s	sys 0.016s
I20260608 12:41:01.916406  8220 leader_election.cc:290] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [CANDIDATE]: Term 1 election: Requested vote from peers 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543), 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115)
I20260608 12:41:01.917548  8166 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "836514451bbd4b22977e0838c0ecaa72" candidate_uuid: "836349a6b3cd420ea811d721b11da8ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "02a843296ee14760b6aa83d9892972bf"
I20260608 12:41:01.918123  8166 raft_consensus.cc:3060] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:01.918776  8212 tablet_bootstrap.cc:492] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679: No bootstrap required, opened a new log
I20260608 12:41:01.918582  8211 raft_consensus.cc:359] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:01.912504  8213 raft_consensus.cc:359] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:01.919350  8212 ts_tablet_manager.cc:1403] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679: Time spent bootstrapping tablet: real 0.020s	user 0.014s	sys 0.005s
I20260608 12:41:01.919358  8211 raft_consensus.cc:385] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:01.920106  8211 raft_consensus.cc:740] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 02a843296ee14760b6aa83d9892972bf, State: Initialized, Role: FOLLOWER
I20260608 12:41:01.920651  8092 raft_consensus.cc:2468] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 836349a6b3cd420ea811d721b11da8ef in term 1.
I20260608 12:41:01.921205  8211 consensus_queue.cc:260] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:01.922044  7982 leader_election.cc:304] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 58ac653e2c49495da2edb379b4203679, 836349a6b3cd420ea811d721b11da8ef; no voters: 
I20260608 12:41:01.923040  8220 raft_consensus.cc:2804] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:01.919670  8213 raft_consensus.cc:385] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:01.923835  8213 raft_consensus.cc:740] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 836349a6b3cd420ea811d721b11da8ef, State: Initialized, Role: FOLLOWER
I20260608 12:41:01.923950  8211 ts_tablet_manager.cc:1434] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.002s
I20260608 12:41:01.924646  8220 raft_consensus.cc:697] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [term 1 LEADER]: Becoming Leader. State: Replica: 836349a6b3cd420ea811d721b11da8ef, State: Running, Role: LEADER
I20260608 12:41:01.922895  8212 raft_consensus.cc:359] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:01.924691  8213 consensus_queue.cc:260] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:01.925566  8212 raft_consensus.cc:385] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:01.925926  8212 raft_consensus.cc:740] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 58ac653e2c49495da2edb379b4203679, State: Initialized, Role: FOLLOWER
I20260608 12:41:01.926196  8220 consensus_queue.cc:237] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:01.926746  8212 consensus_queue.cc:260] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:01.927289  8213 ts_tablet_manager.cc:1434] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef: Time spent starting tablet: real 0.018s	user 0.005s	sys 0.002s
I20260608 12:41:01.928704  8213 tablet_bootstrap.cc:492] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef: Bootstrap starting.
I20260608 12:41:01.929136  8212 ts_tablet_manager.cc:1434] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.001s
I20260608 12:41:01.935644  8213 tablet_bootstrap.cc:654] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:01.925097  8211 tablet_bootstrap.cc:492] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf: Bootstrap starting.
I20260608 12:41:01.941746  8166 raft_consensus.cc:2468] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 836349a6b3cd420ea811d721b11da8ef in term 1.
I20260608 12:41:01.945950  8211 tablet_bootstrap.cc:654] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:01.946940  8213 tablet_bootstrap.cc:492] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef: No bootstrap required, opened a new log
I20260608 12:41:01.947382  8213 ts_tablet_manager.cc:1403] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef: Time spent bootstrapping tablet: real 0.019s	user 0.004s	sys 0.008s
I20260608 12:41:01.949671  8213 raft_consensus.cc:359] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } }
I20260608 12:41:01.950207  8213 raft_consensus.cc:385] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:01.950556  8213 raft_consensus.cc:740] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 836349a6b3cd420ea811d721b11da8ef, State: Initialized, Role: FOLLOWER
I20260608 12:41:01.951090  7913 catalog_manager.cc:5696] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef reported cstate change: term changed from 0 to 1, leader changed from <none> to 836349a6b3cd420ea811d721b11da8ef (127.0.107.193). New cstate: current_term: 1 leader_uuid: "836349a6b3cd420ea811d721b11da8ef" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:01.952031  8213 consensus_queue.cc:260] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } }
I20260608 12:41:01.953127  8211 tablet_bootstrap.cc:492] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf: No bootstrap required, opened a new log
I20260608 12:41:01.953686  8211 ts_tablet_manager.cc:1403] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf: Time spent bootstrapping tablet: real 0.029s	user 0.011s	sys 0.003s
I20260608 12:41:01.954676  8213 ts_tablet_manager.cc:1434] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:41:01.956746  8211 raft_consensus.cc:359] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:01.957379  8211 raft_consensus.cc:385] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:01.957600  8211 raft_consensus.cc:740] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 02a843296ee14760b6aa83d9892972bf, State: Initialized, Role: FOLLOWER
I20260608 12:41:01.958364  8211 consensus_queue.cc:260] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:01.960340  8211 ts_tablet_manager.cc:1434] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.000s
I20260608 12:41:01.984622  8217 raft_consensus.cc:493] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:01.985337  8217 raft_consensus.cc:515] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:01.987571  8217 leader_election.cc:290] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199), 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115)
I20260608 12:41:01.998740  8017 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "830a17d883654c6eaea82c5bc08ab945" candidate_uuid: "58ac653e2c49495da2edb379b4203679" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "836349a6b3cd420ea811d721b11da8ef" is_pre_election: true
I20260608 12:41:01.998912  8166 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "830a17d883654c6eaea82c5bc08ab945" candidate_uuid: "58ac653e2c49495da2edb379b4203679" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "02a843296ee14760b6aa83d9892972bf" is_pre_election: true
I20260608 12:41:01.999418  8017 raft_consensus.cc:2468] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 58ac653e2c49495da2edb379b4203679 in term 0.
I20260608 12:41:01.999506  8166 raft_consensus.cc:2468] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 58ac653e2c49495da2edb379b4203679 in term 0.
I20260608 12:41:02.000717  8056 leader_election.cc:304] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 02a843296ee14760b6aa83d9892972bf, 58ac653e2c49495da2edb379b4203679; no voters: 
I20260608 12:41:02.001468  8217 raft_consensus.cc:2804] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:02.001888  8217 raft_consensus.cc:493] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:02.002192  8217 raft_consensus.cc:3060] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:02.002954  8235 raft_consensus.cc:493] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:02.003481  8235 raft_consensus.cc:515] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.005981  8235 leader_election.cc:290] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199), 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115)
I20260608 12:41:02.006672  8017 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8119cd79dee24e78890eab94b32bb14e" candidate_uuid: "58ac653e2c49495da2edb379b4203679" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "836349a6b3cd420ea811d721b11da8ef" is_pre_election: true
I20260608 12:41:02.006999  8166 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8119cd79dee24e78890eab94b32bb14e" candidate_uuid: "58ac653e2c49495da2edb379b4203679" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "02a843296ee14760b6aa83d9892972bf" is_pre_election: true
I20260608 12:41:02.007301  8017 raft_consensus.cc:2468] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 58ac653e2c49495da2edb379b4203679 in term 0.
I20260608 12:41:02.007692  8166 raft_consensus.cc:2468] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 58ac653e2c49495da2edb379b4203679 in term 0.
I20260608 12:41:02.008394  8055 leader_election.cc:304] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 58ac653e2c49495da2edb379b4203679, 836349a6b3cd420ea811d721b11da8ef; no voters: 
I20260608 12:41:02.009155  8235 raft_consensus.cc:2804] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:02.009497  8235 raft_consensus.cc:493] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:02.009749  8235 raft_consensus.cc:3060] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:02.009711  8217 raft_consensus.cc:515] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.012962  8217 leader_election.cc:290] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [CANDIDATE]: Term 1 election: Requested vote from peers 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199), 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115)
I20260608 12:41:02.013092  8166 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "830a17d883654c6eaea82c5bc08ab945" candidate_uuid: "58ac653e2c49495da2edb379b4203679" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "02a843296ee14760b6aa83d9892972bf"
I20260608 12:41:02.013386  8017 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "830a17d883654c6eaea82c5bc08ab945" candidate_uuid: "58ac653e2c49495da2edb379b4203679" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "836349a6b3cd420ea811d721b11da8ef"
I20260608 12:41:02.013761  8166 raft_consensus.cc:3060] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:02.014091  8017 raft_consensus.cc:3060] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:02.018110  8235 raft_consensus.cc:515] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.018672  8166 raft_consensus.cc:2468] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 58ac653e2c49495da2edb379b4203679 in term 1.
I20260608 12:41:02.019948  8056 leader_election.cc:304] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 02a843296ee14760b6aa83d9892972bf, 58ac653e2c49495da2edb379b4203679; no voters: 
I20260608 12:41:02.020520  8235 leader_election.cc:290] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [CANDIDATE]: Term 1 election: Requested vote from peers 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199), 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115)
I20260608 12:41:02.021307  8017 raft_consensus.cc:2468] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 58ac653e2c49495da2edb379b4203679 in term 1.
I20260608 12:41:02.021772  8235 raft_consensus.cc:2804] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:02.022357  8235 raft_consensus.cc:697] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 1 LEADER]: Becoming Leader. State: Replica: 58ac653e2c49495da2edb379b4203679, State: Running, Role: LEADER
I20260608 12:41:02.021822  8016 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8119cd79dee24e78890eab94b32bb14e" candidate_uuid: "58ac653e2c49495da2edb379b4203679" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "836349a6b3cd420ea811d721b11da8ef"
I20260608 12:41:02.022888  8166 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8119cd79dee24e78890eab94b32bb14e" candidate_uuid: "58ac653e2c49495da2edb379b4203679" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "02a843296ee14760b6aa83d9892972bf"
I20260608 12:41:02.023188  8016 raft_consensus.cc:3060] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:02.023525  8166 raft_consensus.cc:3060] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:02.023332  8235 consensus_queue.cc:237] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.030882  8166 raft_consensus.cc:2468] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 58ac653e2c49495da2edb379b4203679 in term 1.
I20260608 12:41:02.030963  8016 raft_consensus.cc:2468] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 58ac653e2c49495da2edb379b4203679 in term 1.
I20260608 12:41:02.032261  8055 leader_election.cc:304] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 58ac653e2c49495da2edb379b4203679, 836349a6b3cd420ea811d721b11da8ef; no voters: 
I20260608 12:41:02.033428  8235 raft_consensus.cc:2804] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:02.033939  8235 raft_consensus.cc:697] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [term 1 LEADER]: Becoming Leader. State: Replica: 58ac653e2c49495da2edb379b4203679, State: Running, Role: LEADER
I20260608 12:41:02.034762  8235 consensus_queue.cc:237] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.034755  7913 catalog_manager.cc:5696] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 reported cstate change: term changed from 0 to 1, leader changed from <none> to 58ac653e2c49495da2edb379b4203679 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "58ac653e2c49495da2edb379b4203679" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:02.049144  7913 catalog_manager.cc:5696] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 reported cstate change: term changed from 0 to 1, leader changed from <none> to 58ac653e2c49495da2edb379b4203679 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "58ac653e2c49495da2edb379b4203679" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:02.190897  8235 raft_consensus.cc:493] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:02.191437  8235 raft_consensus.cc:515] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } }
I20260608 12:41:02.193305  8235 leader_election.cc:290] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115), 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199)
I20260608 12:41:02.194123  8166 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3b62386652648499594d0fa950c9fa2" candidate_uuid: "58ac653e2c49495da2edb379b4203679" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "02a843296ee14760b6aa83d9892972bf" is_pre_election: true
I20260608 12:41:02.194350  8016 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3b62386652648499594d0fa950c9fa2" candidate_uuid: "58ac653e2c49495da2edb379b4203679" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "836349a6b3cd420ea811d721b11da8ef" is_pre_election: true
I20260608 12:41:02.194681  8166 raft_consensus.cc:2468] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 58ac653e2c49495da2edb379b4203679 in term 0.
I20260608 12:41:02.194999  8016 raft_consensus.cc:2468] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 58ac653e2c49495da2edb379b4203679 in term 0.
I20260608 12:41:02.195675  8056 leader_election.cc:304] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 02a843296ee14760b6aa83d9892972bf, 58ac653e2c49495da2edb379b4203679; no voters: 
I20260608 12:41:02.196447  8235 raft_consensus.cc:2804] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:02.196709  8235 raft_consensus.cc:493] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:02.196982  8235 raft_consensus.cc:3060] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:02.201525  8235 raft_consensus.cc:515] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } }
I20260608 12:41:02.203202  8235 leader_election.cc:290] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [CANDIDATE]: Term 1 election: Requested vote from peers 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115), 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199)
I20260608 12:41:02.203802  8166 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3b62386652648499594d0fa950c9fa2" candidate_uuid: "58ac653e2c49495da2edb379b4203679" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "02a843296ee14760b6aa83d9892972bf"
I20260608 12:41:02.204164  8016 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3b62386652648499594d0fa950c9fa2" candidate_uuid: "58ac653e2c49495da2edb379b4203679" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "836349a6b3cd420ea811d721b11da8ef"
I20260608 12:41:02.204257  8166 raft_consensus.cc:3060] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:02.204677  8016 raft_consensus.cc:3060] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:02.208972  8166 raft_consensus.cc:2468] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 58ac653e2c49495da2edb379b4203679 in term 1.
I20260608 12:41:02.209344  8016 raft_consensus.cc:2468] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 58ac653e2c49495da2edb379b4203679 in term 1.
I20260608 12:41:02.209949  8056 leader_election.cc:304] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 02a843296ee14760b6aa83d9892972bf, 58ac653e2c49495da2edb379b4203679; no voters: 
I20260608 12:41:02.210759  8235 raft_consensus.cc:2804] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:02.211184  8235 raft_consensus.cc:697] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [term 1 LEADER]: Becoming Leader. State: Replica: 58ac653e2c49495da2edb379b4203679, State: Running, Role: LEADER
I20260608 12:41:02.211843  8235 consensus_queue.cc:237] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } }
W20260608 12:41:02.214238  7963 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:41:02.219698  7913 catalog_manager.cc:5696] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 reported cstate change: term changed from 0 to 1, leader changed from <none> to 58ac653e2c49495da2edb379b4203679 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "58ac653e2c49495da2edb379b4203679" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:02.309376  7913 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:33406:
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:02.311836  7913 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:02.343482  8007 tablet_service.cc:1511] Processing CreateTablet for tablet e6d17ef6bca047e9b51e94219a42ac91 (DEFAULT_TABLE table=dugtrio [id=df9df5cceac944b9a7ac59710c1a55f6]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:02.344331  8079 tablet_service.cc:1511] Processing CreateTablet for tablet e6d17ef6bca047e9b51e94219a42ac91 (DEFAULT_TABLE table=dugtrio [id=df9df5cceac944b9a7ac59710c1a55f6]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:02.344846  8007 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e6d17ef6bca047e9b51e94219a42ac91. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:02.345702  8079 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e6d17ef6bca047e9b51e94219a42ac91. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:02.346849  8156 tablet_service.cc:1511] Processing CreateTablet for tablet e6d17ef6bca047e9b51e94219a42ac91 (DEFAULT_TABLE table=dugtrio [id=df9df5cceac944b9a7ac59710c1a55f6]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:02.348089  8156 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e6d17ef6bca047e9b51e94219a42ac91. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:02.349373  8081 tablet_service.cc:1511] Processing CreateTablet for tablet 5aba48b2db4e4a458e077cf85acd9751 (DEFAULT_TABLE table=dugtrio [id=df9df5cceac944b9a7ac59710c1a55f6]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:02.350646  8081 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5aba48b2db4e4a458e077cf85acd9751. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:02.350514  8220 consensus_queue.cc:1048] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
I20260608 12:41:02.360296  8005 tablet_service.cc:1511] Processing CreateTablet for tablet 5aba48b2db4e4a458e077cf85acd9751 (DEFAULT_TABLE table=dugtrio [id=df9df5cceac944b9a7ac59710c1a55f6]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:02.362788  8005 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5aba48b2db4e4a458e077cf85acd9751. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:02.363380  8155 tablet_service.cc:1511] Processing CreateTablet for tablet 5aba48b2db4e4a458e077cf85acd9751 (DEFAULT_TABLE table=dugtrio [id=df9df5cceac944b9a7ac59710c1a55f6]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:02.364704  8155 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5aba48b2db4e4a458e077cf85acd9751. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:02.365564  8080 tablet_service.cc:1511] Processing CreateTablet for tablet 600b1eb1747f4060861b826f9ccce0b7 (DEFAULT_TABLE table=dugtrio [id=df9df5cceac944b9a7ac59710c1a55f6]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:02.366931  8080 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 600b1eb1747f4060861b826f9ccce0b7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:02.375602  8212 tablet_bootstrap.cc:492] T e6d17ef6bca047e9b51e94219a42ac91 P 58ac653e2c49495da2edb379b4203679: Bootstrap starting.
I20260608 12:41:02.379904  8006 tablet_service.cc:1511] Processing CreateTablet for tablet 600b1eb1747f4060861b826f9ccce0b7 (DEFAULT_TABLE table=dugtrio [id=df9df5cceac944b9a7ac59710c1a55f6]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:02.381321  8006 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 600b1eb1747f4060861b826f9ccce0b7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:02.382675  8212 tablet_bootstrap.cc:654] T e6d17ef6bca047e9b51e94219a42ac91 P 58ac653e2c49495da2edb379b4203679: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:02.387001  8211 tablet_bootstrap.cc:492] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf: Bootstrap starting.
I20260608 12:41:02.397037  8220 consensus_queue.cc:1048] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:02.408608  8004 tablet_service.cc:1511] Processing CreateTablet for tablet da41c53d1ffc4c23b80704f356bf401f (DEFAULT_TABLE table=dugtrio [id=df9df5cceac944b9a7ac59710c1a55f6]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:02.410003  8004 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da41c53d1ffc4c23b80704f356bf401f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:02.400508  8156 tablet_service.cc:1511] Processing CreateTablet for tablet 600b1eb1747f4060861b826f9ccce0b7 (DEFAULT_TABLE table=dugtrio [id=df9df5cceac944b9a7ac59710c1a55f6]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:02.411661  8156 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 600b1eb1747f4060861b826f9ccce0b7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:02.417258  8211 tablet_bootstrap.cc:654] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:02.422343  8079 tablet_service.cc:1511] Processing CreateTablet for tablet da41c53d1ffc4c23b80704f356bf401f (DEFAULT_TABLE table=dugtrio [id=df9df5cceac944b9a7ac59710c1a55f6]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:02.424430  8079 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da41c53d1ffc4c23b80704f356bf401f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:02.424690  8154 tablet_service.cc:1511] Processing CreateTablet for tablet da41c53d1ffc4c23b80704f356bf401f (DEFAULT_TABLE table=dugtrio [id=df9df5cceac944b9a7ac59710c1a55f6]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:02.428004  8154 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da41c53d1ffc4c23b80704f356bf401f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:02.438712  8213 tablet_bootstrap.cc:492] T 5aba48b2db4e4a458e077cf85acd9751 P 836349a6b3cd420ea811d721b11da8ef: Bootstrap starting.
I20260608 12:41:02.449306  8212 tablet_bootstrap.cc:492] T e6d17ef6bca047e9b51e94219a42ac91 P 58ac653e2c49495da2edb379b4203679: No bootstrap required, opened a new log
I20260608 12:41:02.449893  8212 ts_tablet_manager.cc:1403] T e6d17ef6bca047e9b51e94219a42ac91 P 58ac653e2c49495da2edb379b4203679: Time spent bootstrapping tablet: real 0.075s	user 0.024s	sys 0.024s
I20260608 12:41:02.452960  8212 raft_consensus.cc:359] T e6d17ef6bca047e9b51e94219a42ac91 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.453510  8212 raft_consensus.cc:385] T e6d17ef6bca047e9b51e94219a42ac91 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:02.453733  8212 raft_consensus.cc:740] T e6d17ef6bca047e9b51e94219a42ac91 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 58ac653e2c49495da2edb379b4203679, State: Initialized, Role: FOLLOWER
I20260608 12:41:02.455315  8213 tablet_bootstrap.cc:654] T 5aba48b2db4e4a458e077cf85acd9751 P 836349a6b3cd420ea811d721b11da8ef: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:02.462873  8212 consensus_queue.cc:260] T e6d17ef6bca047e9b51e94219a42ac91 P 58ac653e2c49495da2edb379b4203679 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.465246  8212 ts_tablet_manager.cc:1434] T e6d17ef6bca047e9b51e94219a42ac91 P 58ac653e2c49495da2edb379b4203679: Time spent starting tablet: real 0.015s	user 0.008s	sys 0.000s
I20260608 12:41:02.466324  8212 tablet_bootstrap.cc:492] T 600b1eb1747f4060861b826f9ccce0b7 P 58ac653e2c49495da2edb379b4203679: Bootstrap starting.
I20260608 12:41:02.472666  8212 tablet_bootstrap.cc:654] T 600b1eb1747f4060861b826f9ccce0b7 P 58ac653e2c49495da2edb379b4203679: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:02.501513  8213 tablet_bootstrap.cc:492] T 5aba48b2db4e4a458e077cf85acd9751 P 836349a6b3cd420ea811d721b11da8ef: No bootstrap required, opened a new log
I20260608 12:41:02.502043  8213 ts_tablet_manager.cc:1403] T 5aba48b2db4e4a458e077cf85acd9751 P 836349a6b3cd420ea811d721b11da8ef: Time spent bootstrapping tablet: real 0.064s	user 0.016s	sys 0.002s
I20260608 12:41:02.505435  8211 tablet_bootstrap.cc:492] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf: No bootstrap required, opened a new log
I20260608 12:41:02.505888  8211 ts_tablet_manager.cc:1403] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf: Time spent bootstrapping tablet: real 0.119s	user 0.008s	sys 0.009s
I20260608 12:41:02.505892  8213 raft_consensus.cc:359] T 5aba48b2db4e4a458e077cf85acd9751 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.507314  8213 raft_consensus.cc:385] T 5aba48b2db4e4a458e077cf85acd9751 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:02.507647  8213 raft_consensus.cc:740] T 5aba48b2db4e4a458e077cf85acd9751 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 836349a6b3cd420ea811d721b11da8ef, State: Initialized, Role: FOLLOWER
I20260608 12:41:02.508508  8213 consensus_queue.cc:260] T 5aba48b2db4e4a458e077cf85acd9751 P 836349a6b3cd420ea811d721b11da8ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.509548  8212 tablet_bootstrap.cc:492] T 600b1eb1747f4060861b826f9ccce0b7 P 58ac653e2c49495da2edb379b4203679: No bootstrap required, opened a new log
I20260608 12:41:02.510102  8212 ts_tablet_manager.cc:1403] T 600b1eb1747f4060861b826f9ccce0b7 P 58ac653e2c49495da2edb379b4203679: Time spent bootstrapping tablet: real 0.044s	user 0.016s	sys 0.012s
I20260608 12:41:02.509424  8211 raft_consensus.cc:359] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.512310  8211 raft_consensus.cc:385] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:02.512598  8211 raft_consensus.cc:740] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 02a843296ee14760b6aa83d9892972bf, State: Initialized, Role: FOLLOWER
I20260608 12:41:02.513401  8211 consensus_queue.cc:260] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.515492  8211 ts_tablet_manager.cc:1434] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260608 12:41:02.516330  8211 tablet_bootstrap.cc:492] T da41c53d1ffc4c23b80704f356bf401f P 02a843296ee14760b6aa83d9892972bf: Bootstrap starting.
I20260608 12:41:02.513456  8212 raft_consensus.cc:359] T 600b1eb1747f4060861b826f9ccce0b7 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.517007  8212 raft_consensus.cc:385] T 600b1eb1747f4060861b826f9ccce0b7 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:02.517316  8212 raft_consensus.cc:740] T 600b1eb1747f4060861b826f9ccce0b7 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 58ac653e2c49495da2edb379b4203679, State: Initialized, Role: FOLLOWER
I20260608 12:41:02.518065  8212 consensus_queue.cc:260] T 600b1eb1747f4060861b826f9ccce0b7 P 58ac653e2c49495da2edb379b4203679 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.520308  8212 ts_tablet_manager.cc:1434] T 600b1eb1747f4060861b826f9ccce0b7 P 58ac653e2c49495da2edb379b4203679: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.000s
I20260608 12:41:02.521375  8212 tablet_bootstrap.cc:492] T 5aba48b2db4e4a458e077cf85acd9751 P 58ac653e2c49495da2edb379b4203679: Bootstrap starting.
I20260608 12:41:02.522310  8211 tablet_bootstrap.cc:654] T da41c53d1ffc4c23b80704f356bf401f P 02a843296ee14760b6aa83d9892972bf: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:02.526546  8213 ts_tablet_manager.cc:1434] T 5aba48b2db4e4a458e077cf85acd9751 P 836349a6b3cd420ea811d721b11da8ef: Time spent starting tablet: real 0.023s	user 0.007s	sys 0.000s
I20260608 12:41:02.527663  8213 tablet_bootstrap.cc:492] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef: Bootstrap starting.
I20260608 12:41:02.527740  8212 tablet_bootstrap.cc:654] T 5aba48b2db4e4a458e077cf85acd9751 P 58ac653e2c49495da2edb379b4203679: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:02.527781  8211 tablet_bootstrap.cc:492] T da41c53d1ffc4c23b80704f356bf401f P 02a843296ee14760b6aa83d9892972bf: No bootstrap required, opened a new log
I20260608 12:41:02.528618  8211 ts_tablet_manager.cc:1403] T da41c53d1ffc4c23b80704f356bf401f P 02a843296ee14760b6aa83d9892972bf: Time spent bootstrapping tablet: real 0.012s	user 0.008s	sys 0.003s
I20260608 12:41:02.531787  8211 raft_consensus.cc:359] T da41c53d1ffc4c23b80704f356bf401f P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.532604  8211 raft_consensus.cc:385] T da41c53d1ffc4c23b80704f356bf401f P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:02.532986  8211 raft_consensus.cc:740] T da41c53d1ffc4c23b80704f356bf401f P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 02a843296ee14760b6aa83d9892972bf, State: Initialized, Role: FOLLOWER
I20260608 12:41:02.533927  8211 consensus_queue.cc:260] T da41c53d1ffc4c23b80704f356bf401f P 02a843296ee14760b6aa83d9892972bf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.537842  8213 tablet_bootstrap.cc:654] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:02.540704  8235 consensus_queue.cc:1048] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:02.541527  8211 ts_tablet_manager.cc:1434] T da41c53d1ffc4c23b80704f356bf401f P 02a843296ee14760b6aa83d9892972bf: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.001s
I20260608 12:41:02.542672  8211 tablet_bootstrap.cc:492] T 5aba48b2db4e4a458e077cf85acd9751 P 02a843296ee14760b6aa83d9892972bf: Bootstrap starting.
I20260608 12:41:02.550104  8213 tablet_bootstrap.cc:492] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef: No bootstrap required, opened a new log
I20260608 12:41:02.550727  8213 ts_tablet_manager.cc:1403] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef: Time spent bootstrapping tablet: real 0.023s	user 0.018s	sys 0.001s
I20260608 12:41:02.552892  8211 tablet_bootstrap.cc:654] T 5aba48b2db4e4a458e077cf85acd9751 P 02a843296ee14760b6aa83d9892972bf: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:02.554128  8213 raft_consensus.cc:359] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.554951  8213 raft_consensus.cc:385] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:02.555248  8213 raft_consensus.cc:740] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 836349a6b3cd420ea811d721b11da8ef, State: Initialized, Role: FOLLOWER
I20260608 12:41:02.556314  8213 consensus_queue.cc:260] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.561667  8217 consensus_queue.cc:1048] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:02.562162  8213 ts_tablet_manager.cc:1434] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.002s
I20260608 12:41:02.563474  8213 tablet_bootstrap.cc:492] T e6d17ef6bca047e9b51e94219a42ac91 P 836349a6b3cd420ea811d721b11da8ef: Bootstrap starting.
I20260608 12:41:02.565297  8211 tablet_bootstrap.cc:492] T 5aba48b2db4e4a458e077cf85acd9751 P 02a843296ee14760b6aa83d9892972bf: No bootstrap required, opened a new log
I20260608 12:41:02.565907  8211 ts_tablet_manager.cc:1403] T 5aba48b2db4e4a458e077cf85acd9751 P 02a843296ee14760b6aa83d9892972bf: Time spent bootstrapping tablet: real 0.023s	user 0.016s	sys 0.002s
I20260608 12:41:02.569250  8211 raft_consensus.cc:359] T 5aba48b2db4e4a458e077cf85acd9751 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.569996  8217 consensus_queue.cc:1048] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:02.570511  8213 tablet_bootstrap.cc:654] T e6d17ef6bca047e9b51e94219a42ac91 P 836349a6b3cd420ea811d721b11da8ef: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:02.569979  8211 raft_consensus.cc:385] T 5aba48b2db4e4a458e077cf85acd9751 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:02.572527  8211 raft_consensus.cc:740] T 5aba48b2db4e4a458e077cf85acd9751 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 02a843296ee14760b6aa83d9892972bf, State: Initialized, Role: FOLLOWER
I20260608 12:41:02.573468  8211 consensus_queue.cc:260] T 5aba48b2db4e4a458e077cf85acd9751 P 02a843296ee14760b6aa83d9892972bf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.574913  8218 raft_consensus.cc:493] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:02.575398  8218 raft_consensus.cc:515] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.575955  8217 consensus_queue.cc:1048] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:02.591404  8218 leader_election.cc:290] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199), 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543)
I20260608 12:41:02.613906  8211 ts_tablet_manager.cc:1434] T 5aba48b2db4e4a458e077cf85acd9751 P 02a843296ee14760b6aa83d9892972bf: Time spent starting tablet: real 0.048s	user 0.007s	sys 0.000s
I20260608 12:41:02.617298  8211 tablet_bootstrap.cc:492] T 600b1eb1747f4060861b826f9ccce0b7 P 02a843296ee14760b6aa83d9892972bf: Bootstrap starting.
I20260608 12:41:02.629980  8211 tablet_bootstrap.cc:654] T 600b1eb1747f4060861b826f9ccce0b7 P 02a843296ee14760b6aa83d9892972bf: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:02.694569  8217 consensus_queue.cc:1048] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:02.709908  8261 raft_consensus.cc:493] T da41c53d1ffc4c23b80704f356bf401f P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:02.710623  8261 raft_consensus.cc:515] T da41c53d1ffc4c23b80704f356bf401f P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.723708  8261 leader_election.cc:290] T da41c53d1ffc4c23b80704f356bf401f P 02a843296ee14760b6aa83d9892972bf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199), 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543)
I20260608 12:41:02.729656  8092 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e6d17ef6bca047e9b51e94219a42ac91" candidate_uuid: "02a843296ee14760b6aa83d9892972bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679" is_pre_election: true
I20260608 12:41:02.730108  8091 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da41c53d1ffc4c23b80704f356bf401f" candidate_uuid: "02a843296ee14760b6aa83d9892972bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679" is_pre_election: true
I20260608 12:41:02.730456  8092 raft_consensus.cc:2468] T e6d17ef6bca047e9b51e94219a42ac91 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 02a843296ee14760b6aa83d9892972bf in term 0.
W20260608 12:41:02.731905  8131 leader_election.cc:343] T da41c53d1ffc4c23b80704f356bf401f P 02a843296ee14760b6aa83d9892972bf [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:02.733117  8131 leader_election.cc:304] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 02a843296ee14760b6aa83d9892972bf, 58ac653e2c49495da2edb379b4203679; no voters: 
I20260608 12:41:02.734131  8261 raft_consensus.cc:2804] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:02.734524  8261 raft_consensus.cc:493] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:02.734877  8261 raft_consensus.cc:3060] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:02.751338  8261 raft_consensus.cc:515] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.756721  8235 consensus_queue.cc:1048] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:02.761709  8091 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e6d17ef6bca047e9b51e94219a42ac91" candidate_uuid: "02a843296ee14760b6aa83d9892972bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679"
I20260608 12:41:02.762526  8091 raft_consensus.cc:3060] T e6d17ef6bca047e9b51e94219a42ac91 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:02.763042  8261 leader_election.cc:290] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf [CANDIDATE]: Term 1 election: Requested vote from peers 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199), 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543)
I20260608 12:41:02.773301  8091 raft_consensus.cc:2468] T e6d17ef6bca047e9b51e94219a42ac91 P 58ac653e2c49495da2edb379b4203679 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 02a843296ee14760b6aa83d9892972bf in term 1.
I20260608 12:41:02.773384  8016 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e6d17ef6bca047e9b51e94219a42ac91" candidate_uuid: "02a843296ee14760b6aa83d9892972bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "836349a6b3cd420ea811d721b11da8ef" is_pre_election: true
I20260608 12:41:02.774837  8015 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da41c53d1ffc4c23b80704f356bf401f" candidate_uuid: "02a843296ee14760b6aa83d9892972bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "836349a6b3cd420ea811d721b11da8ef" is_pre_election: true
I20260608 12:41:02.774816  8131 leader_election.cc:304] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 02a843296ee14760b6aa83d9892972bf, 58ac653e2c49495da2edb379b4203679; no voters: 
I20260608 12:41:02.776372  8014 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e6d17ef6bca047e9b51e94219a42ac91" candidate_uuid: "02a843296ee14760b6aa83d9892972bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "836349a6b3cd420ea811d721b11da8ef"
I20260608 12:41:02.777098  8261 raft_consensus.cc:2804] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:02.777732  8261 raft_consensus.cc:697] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf [term 1 LEADER]: Becoming Leader. State: Replica: 02a843296ee14760b6aa83d9892972bf, State: Running, Role: LEADER
I20260608 12:41:02.778658  8261 consensus_queue.cc:237] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
W20260608 12:41:02.780903  8129 leader_election.cc:343] T da41c53d1ffc4c23b80704f356bf401f P 02a843296ee14760b6aa83d9892972bf [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:02.781442  8129 leader_election.cc:304] T da41c53d1ffc4c23b80704f356bf401f P 02a843296ee14760b6aa83d9892972bf [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: 02a843296ee14760b6aa83d9892972bf; no voters: 58ac653e2c49495da2edb379b4203679, 836349a6b3cd420ea811d721b11da8ef
I20260608 12:41:02.782173  8218 raft_consensus.cc:2749] T da41c53d1ffc4c23b80704f356bf401f P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
W20260608 12:41:02.782582  8129 leader_election.cc:343] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): Illegal state: must be running to vote when last-logged opid is not known
W20260608 12:41:02.783380  8129 leader_election.cc:343] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:02.786245  8213 tablet_bootstrap.cc:492] T e6d17ef6bca047e9b51e94219a42ac91 P 836349a6b3cd420ea811d721b11da8ef: No bootstrap required, opened a new log
I20260608 12:41:02.787614  8213 ts_tablet_manager.cc:1403] T e6d17ef6bca047e9b51e94219a42ac91 P 836349a6b3cd420ea811d721b11da8ef: Time spent bootstrapping tablet: real 0.224s	user 0.066s	sys 0.112s
I20260608 12:41:02.791524  8212 tablet_bootstrap.cc:492] T 5aba48b2db4e4a458e077cf85acd9751 P 58ac653e2c49495da2edb379b4203679: No bootstrap required, opened a new log
I20260608 12:41:02.792093  8212 ts_tablet_manager.cc:1403] T 5aba48b2db4e4a458e077cf85acd9751 P 58ac653e2c49495da2edb379b4203679: Time spent bootstrapping tablet: real 0.271s	user 0.085s	sys 0.155s
I20260608 12:41:02.792632  8211 tablet_bootstrap.cc:492] T 600b1eb1747f4060861b826f9ccce0b7 P 02a843296ee14760b6aa83d9892972bf: No bootstrap required, opened a new log
I20260608 12:41:02.793190  8211 ts_tablet_manager.cc:1403] T 600b1eb1747f4060861b826f9ccce0b7 P 02a843296ee14760b6aa83d9892972bf: Time spent bootstrapping tablet: real 0.176s	user 0.036s	sys 0.014s
I20260608 12:41:02.795573  8213 raft_consensus.cc:359] T e6d17ef6bca047e9b51e94219a42ac91 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.796386  8213 raft_consensus.cc:385] T e6d17ef6bca047e9b51e94219a42ac91 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:02.796074  8211 raft_consensus.cc:359] T 600b1eb1747f4060861b826f9ccce0b7 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.796967  8211 raft_consensus.cc:385] T 600b1eb1747f4060861b826f9ccce0b7 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:02.797276  8211 raft_consensus.cc:740] T 600b1eb1747f4060861b826f9ccce0b7 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 02a843296ee14760b6aa83d9892972bf, State: Initialized, Role: FOLLOWER
I20260608 12:41:02.798002  8212 raft_consensus.cc:359] T 5aba48b2db4e4a458e077cf85acd9751 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.798164  8211 consensus_queue.cc:260] T 600b1eb1747f4060861b826f9ccce0b7 P 02a843296ee14760b6aa83d9892972bf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.798802  8212 raft_consensus.cc:385] T 5aba48b2db4e4a458e077cf85acd9751 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:02.802662  8211 ts_tablet_manager.cc:1434] T 600b1eb1747f4060861b826f9ccce0b7 P 02a843296ee14760b6aa83d9892972bf: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 12:41:02.806805  8212 raft_consensus.cc:740] T 5aba48b2db4e4a458e077cf85acd9751 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 58ac653e2c49495da2edb379b4203679, State: Initialized, Role: FOLLOWER
I20260608 12:41:02.807893  8212 consensus_queue.cc:260] T 5aba48b2db4e4a458e077cf85acd9751 P 58ac653e2c49495da2edb379b4203679 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.796739  8213 raft_consensus.cc:740] T e6d17ef6bca047e9b51e94219a42ac91 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 836349a6b3cd420ea811d721b11da8ef, State: Initialized, Role: FOLLOWER
I20260608 12:41:02.811738  8213 consensus_queue.cc:260] T e6d17ef6bca047e9b51e94219a42ac91 P 836349a6b3cd420ea811d721b11da8ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.814182  8212 ts_tablet_manager.cc:1434] T 5aba48b2db4e4a458e077cf85acd9751 P 58ac653e2c49495da2edb379b4203679: Time spent starting tablet: real 0.022s	user 0.007s	sys 0.000s
I20260608 12:41:02.815227  8212 tablet_bootstrap.cc:492] T da41c53d1ffc4c23b80704f356bf401f P 58ac653e2c49495da2edb379b4203679: Bootstrap starting.
I20260608 12:41:02.816992  7913 catalog_manager.cc:5696] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf reported cstate change: term changed from 0 to 1, leader changed from <none> to 02a843296ee14760b6aa83d9892972bf (127.0.107.195). New cstate: current_term: 1 leader_uuid: "02a843296ee14760b6aa83d9892972bf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:02.818053  8213 ts_tablet_manager.cc:1434] T e6d17ef6bca047e9b51e94219a42ac91 P 836349a6b3cd420ea811d721b11da8ef: Time spent starting tablet: real 0.030s	user 0.002s	sys 0.004s
I20260608 12:41:02.819150  8213 tablet_bootstrap.cc:492] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef: Bootstrap starting.
I20260608 12:41:02.821915  8212 tablet_bootstrap.cc:654] T da41c53d1ffc4c23b80704f356bf401f P 58ac653e2c49495da2edb379b4203679: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:02.825364  8213 tablet_bootstrap.cc:654] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:02.828991  8212 tablet_bootstrap.cc:492] T da41c53d1ffc4c23b80704f356bf401f P 58ac653e2c49495da2edb379b4203679: No bootstrap required, opened a new log
I20260608 12:41:02.829473  8212 ts_tablet_manager.cc:1403] T da41c53d1ffc4c23b80704f356bf401f P 58ac653e2c49495da2edb379b4203679: Time spent bootstrapping tablet: real 0.014s	user 0.009s	sys 0.004s
I20260608 12:41:02.832130  8212 raft_consensus.cc:359] T da41c53d1ffc4c23b80704f356bf401f P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.832841  8212 raft_consensus.cc:385] T da41c53d1ffc4c23b80704f356bf401f P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:02.833102  8212 raft_consensus.cc:740] T da41c53d1ffc4c23b80704f356bf401f P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 58ac653e2c49495da2edb379b4203679, State: Initialized, Role: FOLLOWER
I20260608 12:41:02.833873  8212 consensus_queue.cc:260] T da41c53d1ffc4c23b80704f356bf401f P 58ac653e2c49495da2edb379b4203679 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.836354  8212 ts_tablet_manager.cc:1434] T da41c53d1ffc4c23b80704f356bf401f P 58ac653e2c49495da2edb379b4203679: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:41:02.841912  8213 tablet_bootstrap.cc:492] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef: No bootstrap required, opened a new log
I20260608 12:41:02.842429  8213 ts_tablet_manager.cc:1403] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef: Time spent bootstrapping tablet: real 0.024s	user 0.009s	sys 0.001s
I20260608 12:41:02.844723  8213 raft_consensus.cc:359] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.845240  8213 raft_consensus.cc:385] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:02.845439  8213 raft_consensus.cc:740] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 836349a6b3cd420ea811d721b11da8ef, State: Initialized, Role: FOLLOWER
I20260608 12:41:02.846021  8213 consensus_queue.cc:260] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.847652  8213 ts_tablet_manager.cc:1434] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:41:02.891414  8220 raft_consensus.cc:493] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:02.891866  8220 raft_consensus.cc:515] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.893451  8261 raft_consensus.cc:493] T 5aba48b2db4e4a458e077cf85acd9751 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:02.893965  8220 leader_election.cc:290] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543), 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115)
I20260608 12:41:02.893986  8261 raft_consensus.cc:515] T 5aba48b2db4e4a458e077cf85acd9751 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.894678  8091 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "600b1eb1747f4060861b826f9ccce0b7" candidate_uuid: "836349a6b3cd420ea811d721b11da8ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679" is_pre_election: true
I20260608 12:41:02.895248  8091 raft_consensus.cc:2468] T 600b1eb1747f4060861b826f9ccce0b7 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 836349a6b3cd420ea811d721b11da8ef in term 0.
I20260608 12:41:02.895161  8166 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "600b1eb1747f4060861b826f9ccce0b7" candidate_uuid: "836349a6b3cd420ea811d721b11da8ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "02a843296ee14760b6aa83d9892972bf" is_pre_election: true
I20260608 12:41:02.896037  8166 raft_consensus.cc:2468] T 600b1eb1747f4060861b826f9ccce0b7 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 836349a6b3cd420ea811d721b11da8ef in term 0.
I20260608 12:41:02.896483  8261 leader_election.cc:290] T 5aba48b2db4e4a458e077cf85acd9751 P 02a843296ee14760b6aa83d9892972bf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199), 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543)
I20260608 12:41:02.896703  7982 leader_election.cc:304] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 58ac653e2c49495da2edb379b4203679, 836349a6b3cd420ea811d721b11da8ef; no voters: 
I20260608 12:41:02.897219  8016 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5aba48b2db4e4a458e077cf85acd9751" candidate_uuid: "02a843296ee14760b6aa83d9892972bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "836349a6b3cd420ea811d721b11da8ef" is_pre_election: true
I20260608 12:41:02.897804  8222 raft_consensus.cc:2804] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:02.898181  8222 raft_consensus.cc:493] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:02.897831  8016 raft_consensus.cc:2468] T 5aba48b2db4e4a458e077cf85acd9751 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 02a843296ee14760b6aa83d9892972bf in term 0.
I20260608 12:41:02.898710  8222 raft_consensus.cc:3060] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:02.899017  8091 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5aba48b2db4e4a458e077cf85acd9751" candidate_uuid: "02a843296ee14760b6aa83d9892972bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679" is_pre_election: true
I20260608 12:41:02.899614  8091 raft_consensus.cc:2468] T 5aba48b2db4e4a458e077cf85acd9751 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 02a843296ee14760b6aa83d9892972bf in term 0.
I20260608 12:41:02.899837  8129 leader_election.cc:304] T 5aba48b2db4e4a458e077cf85acd9751 P 02a843296ee14760b6aa83d9892972bf [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 02a843296ee14760b6aa83d9892972bf, 836349a6b3cd420ea811d721b11da8ef; no voters: 
I20260608 12:41:02.901090  8261 raft_consensus.cc:2804] T 5aba48b2db4e4a458e077cf85acd9751 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:02.901471  8261 raft_consensus.cc:493] T 5aba48b2db4e4a458e077cf85acd9751 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:02.901829  8261 raft_consensus.cc:3060] T 5aba48b2db4e4a458e077cf85acd9751 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:02.906054  8222 raft_consensus.cc:515] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.908998  8222 leader_election.cc:290] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef [CANDIDATE]: Term 1 election: Requested vote from peers 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543), 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115)
I20260608 12:41:02.908905  8261 raft_consensus.cc:515] T 5aba48b2db4e4a458e077cf85acd9751 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.909626  8166 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "600b1eb1747f4060861b826f9ccce0b7" candidate_uuid: "836349a6b3cd420ea811d721b11da8ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "02a843296ee14760b6aa83d9892972bf"
I20260608 12:41:02.909268  8091 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "600b1eb1747f4060861b826f9ccce0b7" candidate_uuid: "836349a6b3cd420ea811d721b11da8ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679"
I20260608 12:41:02.910276  8166 raft_consensus.cc:3060] T 600b1eb1747f4060861b826f9ccce0b7 P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:02.910423  8091 raft_consensus.cc:3060] T 600b1eb1747f4060861b826f9ccce0b7 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:02.911697  8261 leader_election.cc:290] T 5aba48b2db4e4a458e077cf85acd9751 P 02a843296ee14760b6aa83d9892972bf [CANDIDATE]: Term 1 election: Requested vote from peers 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199), 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543)
I20260608 12:41:02.911837  8016 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5aba48b2db4e4a458e077cf85acd9751" candidate_uuid: "02a843296ee14760b6aa83d9892972bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "836349a6b3cd420ea811d721b11da8ef"
I20260608 12:41:02.912405  8016 raft_consensus.cc:3060] T 5aba48b2db4e4a458e077cf85acd9751 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:02.912855  8092 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5aba48b2db4e4a458e077cf85acd9751" candidate_uuid: "02a843296ee14760b6aa83d9892972bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679"
I20260608 12:41:02.913457  8092 raft_consensus.cc:3060] T 5aba48b2db4e4a458e077cf85acd9751 P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:02.917554  8091 raft_consensus.cc:2468] T 600b1eb1747f4060861b826f9ccce0b7 P 58ac653e2c49495da2edb379b4203679 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 836349a6b3cd420ea811d721b11da8ef in term 1.
I20260608 12:41:02.918999  7982 leader_election.cc:304] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 58ac653e2c49495da2edb379b4203679, 836349a6b3cd420ea811d721b11da8ef; no voters: 
I20260608 12:41:02.919135  8166 raft_consensus.cc:2468] T 600b1eb1747f4060861b826f9ccce0b7 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 836349a6b3cd420ea811d721b11da8ef in term 1.
I20260608 12:41:02.919963  8222 raft_consensus.cc:2804] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:02.920495  8092 raft_consensus.cc:2468] T 5aba48b2db4e4a458e077cf85acd9751 P 58ac653e2c49495da2edb379b4203679 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 02a843296ee14760b6aa83d9892972bf in term 1.
I20260608 12:41:02.920687  8222 raft_consensus.cc:697] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef [term 1 LEADER]: Becoming Leader. State: Replica: 836349a6b3cd420ea811d721b11da8ef, State: Running, Role: LEADER
I20260608 12:41:02.921670  8131 leader_election.cc:304] T 5aba48b2db4e4a458e077cf85acd9751 P 02a843296ee14760b6aa83d9892972bf [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 02a843296ee14760b6aa83d9892972bf, 58ac653e2c49495da2edb379b4203679; no voters: 
I20260608 12:41:02.921883  8016 raft_consensus.cc:2468] T 5aba48b2db4e4a458e077cf85acd9751 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 02a843296ee14760b6aa83d9892972bf in term 1.
I20260608 12:41:02.921602  8222 consensus_queue.cc:237] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.922653  8261 raft_consensus.cc:2804] T 5aba48b2db4e4a458e077cf85acd9751 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:02.923251  8261 raft_consensus.cc:697] T 5aba48b2db4e4a458e077cf85acd9751 P 02a843296ee14760b6aa83d9892972bf [term 1 LEADER]: Becoming Leader. State: Replica: 02a843296ee14760b6aa83d9892972bf, State: Running, Role: LEADER
I20260608 12:41:02.924168  8220 raft_consensus.cc:493] T e6d17ef6bca047e9b51e94219a42ac91 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:02.924144  8261 consensus_queue.cc:237] T 5aba48b2db4e4a458e077cf85acd9751 P 02a843296ee14760b6aa83d9892972bf [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.924713  8220 raft_consensus.cc:515] T e6d17ef6bca047e9b51e94219a42ac91 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.926775  8220 leader_election.cc:290] T e6d17ef6bca047e9b51e94219a42ac91 P 836349a6b3cd420ea811d721b11da8ef [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543), 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115)
I20260608 12:41:02.927718  8092 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e6d17ef6bca047e9b51e94219a42ac91" candidate_uuid: "836349a6b3cd420ea811d721b11da8ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679" is_pre_election: true
I20260608 12:41:02.928583  8092 raft_consensus.cc:2393] T e6d17ef6bca047e9b51e94219a42ac91 P 58ac653e2c49495da2edb379b4203679 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 836349a6b3cd420ea811d721b11da8ef in current term 1: Already voted for candidate 02a843296ee14760b6aa83d9892972bf in this term.
I20260608 12:41:02.928398  8166 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e6d17ef6bca047e9b51e94219a42ac91" candidate_uuid: "836349a6b3cd420ea811d721b11da8ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "02a843296ee14760b6aa83d9892972bf" is_pre_election: true
I20260608 12:41:02.929941  7981 leader_election.cc:304] T e6d17ef6bca047e9b51e94219a42ac91 P 836349a6b3cd420ea811d721b11da8ef [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: 836349a6b3cd420ea811d721b11da8ef; no voters: 02a843296ee14760b6aa83d9892972bf, 58ac653e2c49495da2edb379b4203679
I20260608 12:41:02.931226  8220 raft_consensus.cc:3060] T e6d17ef6bca047e9b51e94219a42ac91 P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:02.936518  7913 catalog_manager.cc:5696] T 5aba48b2db4e4a458e077cf85acd9751 P 02a843296ee14760b6aa83d9892972bf reported cstate change: term changed from 0 to 1, leader changed from <none> to 02a843296ee14760b6aa83d9892972bf (127.0.107.195). New cstate: current_term: 1 leader_uuid: "02a843296ee14760b6aa83d9892972bf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:02.937765  8220 raft_consensus.cc:2749] T e6d17ef6bca047e9b51e94219a42ac91 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:02.939517  7914 catalog_manager.cc:5696] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef reported cstate change: term changed from 0 to 1, leader changed from <none> to 836349a6b3cd420ea811d721b11da8ef (127.0.107.193). New cstate: current_term: 1 leader_uuid: "836349a6b3cd420ea811d721b11da8ef" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:02.951367  8220 raft_consensus.cc:493] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:02.951802  8220 raft_consensus.cc:515] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.953462  8220 leader_election.cc:290] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543), 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115)
I20260608 12:41:02.954157  8092 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da41c53d1ffc4c23b80704f356bf401f" candidate_uuid: "836349a6b3cd420ea811d721b11da8ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679" is_pre_election: true
I20260608 12:41:02.954543  8166 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da41c53d1ffc4c23b80704f356bf401f" candidate_uuid: "836349a6b3cd420ea811d721b11da8ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "02a843296ee14760b6aa83d9892972bf" is_pre_election: true
I20260608 12:41:02.954700  8092 raft_consensus.cc:2468] T da41c53d1ffc4c23b80704f356bf401f P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 836349a6b3cd420ea811d721b11da8ef in term 0.
I20260608 12:41:02.955091  8166 raft_consensus.cc:2468] T da41c53d1ffc4c23b80704f356bf401f P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 836349a6b3cd420ea811d721b11da8ef in term 0.
I20260608 12:41:02.955669  7982 leader_election.cc:304] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 58ac653e2c49495da2edb379b4203679, 836349a6b3cd420ea811d721b11da8ef; no voters: 
I20260608 12:41:02.956457  8220 raft_consensus.cc:2804] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:02.956837  8220 raft_consensus.cc:493] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:02.957114  8220 raft_consensus.cc:3060] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:02.961647  8220 raft_consensus.cc:515] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.963183  8220 leader_election.cc:290] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef [CANDIDATE]: Term 1 election: Requested vote from peers 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543), 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115)
I20260608 12:41:02.963956  8092 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da41c53d1ffc4c23b80704f356bf401f" candidate_uuid: "836349a6b3cd420ea811d721b11da8ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679"
I20260608 12:41:02.964165  8166 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da41c53d1ffc4c23b80704f356bf401f" candidate_uuid: "836349a6b3cd420ea811d721b11da8ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "02a843296ee14760b6aa83d9892972bf"
I20260608 12:41:02.964425  8092 raft_consensus.cc:3060] T da41c53d1ffc4c23b80704f356bf401f P 58ac653e2c49495da2edb379b4203679 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:02.964694  8166 raft_consensus.cc:3060] T da41c53d1ffc4c23b80704f356bf401f P 02a843296ee14760b6aa83d9892972bf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:02.968863  8092 raft_consensus.cc:2468] T da41c53d1ffc4c23b80704f356bf401f P 58ac653e2c49495da2edb379b4203679 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 836349a6b3cd420ea811d721b11da8ef in term 1.
I20260608 12:41:02.969019  8166 raft_consensus.cc:2468] T da41c53d1ffc4c23b80704f356bf401f P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 836349a6b3cd420ea811d721b11da8ef in term 1.
I20260608 12:41:02.969877  7982 leader_election.cc:304] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 58ac653e2c49495da2edb379b4203679, 836349a6b3cd420ea811d721b11da8ef; no voters: 
I20260608 12:41:02.970587  8220 raft_consensus.cc:2804] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:02.970983  8220 raft_consensus.cc:697] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef [term 1 LEADER]: Becoming Leader. State: Replica: 836349a6b3cd420ea811d721b11da8ef, State: Running, Role: LEADER
I20260608 12:41:02.971660  8220 consensus_queue.cc:237] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:02.979049  7914 catalog_manager.cc:5696] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef reported cstate change: term changed from 0 to 1, leader changed from <none> to 836349a6b3cd420ea811d721b11da8ef (127.0.107.193). New cstate: current_term: 1 leader_uuid: "836349a6b3cd420ea811d721b11da8ef" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:03.028928   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:03.049724   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:03.050668   431 tablet_replica.cc:333] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef: stopping tablet replica
I20260608 12:41:03.051414   431 raft_consensus.cc:2243] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:03.052038   431 pending_rounds.cc:70] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef: Trying to abort 1 pending ops.
I20260608 12:41:03.052222   431 pending_rounds.cc:77] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658408339156992 op_type: NO_OP noop_request { }
I20260608 12:41:03.052493   431 raft_consensus.cc:2889] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:03.052731   431 raft_consensus.cc:2272] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:03.055181   431 tablet_replica.cc:333] T e6d17ef6bca047e9b51e94219a42ac91 P 836349a6b3cd420ea811d721b11da8ef: stopping tablet replica
I20260608 12:41:03.055708   431 raft_consensus.cc:2243] T e6d17ef6bca047e9b51e94219a42ac91 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:03.056049   431 raft_consensus.cc:2272] T e6d17ef6bca047e9b51e94219a42ac91 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:03.058270   431 tablet_replica.cc:333] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef: stopping tablet replica
I20260608 12:41:03.058846   431 raft_consensus.cc:2243] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:03.059258   431 raft_consensus.cc:2272] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:03.061683   431 tablet_replica.cc:333] T 5aba48b2db4e4a458e077cf85acd9751 P 836349a6b3cd420ea811d721b11da8ef: stopping tablet replica
I20260608 12:41:03.062222   431 raft_consensus.cc:2243] T 5aba48b2db4e4a458e077cf85acd9751 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:03.062593   431 raft_consensus.cc:2272] T 5aba48b2db4e4a458e077cf85acd9751 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:03.064323   431 tablet_replica.cc:333] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef: stopping tablet replica
I20260608 12:41:03.064857   431 raft_consensus.cc:2243] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:03.065594   431 raft_consensus.cc:2272] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:03.067747   431 tablet_replica.cc:333] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef: stopping tablet replica
I20260608 12:41:03.068311   431 raft_consensus.cc:2243] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:03.068704   431 raft_consensus.cc:2272] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:03.070873   431 tablet_replica.cc:333] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef: stopping tablet replica
I20260608 12:41:03.071388   431 raft_consensus.cc:2243] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:03.071944   431 pending_rounds.cc:70] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef: Trying to abort 1 pending ops.
I20260608 12:41:03.072115   431 pending_rounds.cc:77] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658408137060352 op_type: NO_OP noop_request { }
I20260608 12:41:03.072365   431 raft_consensus.cc:2889] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:03.072626   431 raft_consensus.cc:2272] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:03.074754   431 tablet_replica.cc:333] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef: stopping tablet replica
I20260608 12:41:03.075269   431 raft_consensus.cc:2243] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:03.075670   431 raft_consensus.cc:2272] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:03.105334   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
W20260608 12:41:03.158329  8055 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40199: connect: Connection refused (error 111) [suppressed 1 similar messages]
W20260608 12:41:03.161614  8055 consensus_peers.cc:597] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 -> Peer 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): Couldn't send request to peer 836349a6b3cd420ea811d721b11da8ef. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40199: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:03.200522  8055 consensus_peers.cc:597] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 -> Peer 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): Couldn't send request to peer 836349a6b3cd420ea811d721b11da8ef. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40199: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:03.200971  8055 consensus_peers.cc:597] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 -> Peer 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): Couldn't send request to peer 836349a6b3cd420ea811d721b11da8ef. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40199: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:03.245968  8129 consensus_peers.cc:597] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf -> Peer 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): Couldn't send request to peer 836349a6b3cd420ea811d721b11da8ef. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40199: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:03.320361  8129 consensus_peers.cc:597] T 5aba48b2db4e4a458e077cf85acd9751 P 02a843296ee14760b6aa83d9892972bf -> Peer 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): Couldn't send request to peer 836349a6b3cd420ea811d721b11da8ef. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40199: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:03.346884  8261 consensus_queue.cc:1048] T 5aba48b2db4e4a458e077cf85acd9751 P 02a843296ee14760b6aa83d9892972bf [LEADER]: Connected to new peer: Peer: permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:03.379627  8261 consensus_queue.cc:1048] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf [LEADER]: Connected to new peer: Peer: permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:03.709584  8286 consensus_queue.cc:579] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Leader has been unable to successfully communicate with peer 836349a6b3cd420ea811d721b11da8ef for more than 1 seconds (1.035s)
I20260608 12:41:03.756659  8286 consensus_queue.cc:579] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Leader has been unable to successfully communicate with peer 836349a6b3cd420ea811d721b11da8ef for more than 1 seconds (1.085s)
I20260608 12:41:04.034317  8261 consensus_queue.cc:579] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf [LEADER]: Leader has been unable to successfully communicate with peer 836349a6b3cd420ea811d721b11da8ef for more than 1 seconds (1.254s)
I20260608 12:41:04.136193  7914 catalog_manager.cc:2532] Servicing SoftDeleteTable request from {username='slave'} at 127.0.0.1:33398:
table { table_name: "dugtrio" } modify_external_catalogs: true
I20260608 12:41:04.136721  7914 catalog_manager.cc:2780] Servicing DeleteTable request from {username='slave'} at 127.0.0.1:33398:
table { table_name: "dugtrio" } modify_external_catalogs: true
I20260608 12:41:04.152050  7914 catalog_manager.cc:5983] T 00000000000000000000000000000000 P c360e772b7c64c6ba4fe34a2d6b2883f: Sending DeleteTablet for 3 replicas of tablet e6d17ef6bca047e9b51e94219a42ac91
I20260608 12:41:04.153743  7914 catalog_manager.cc:5983] T 00000000000000000000000000000000 P c360e772b7c64c6ba4fe34a2d6b2883f: Sending DeleteTablet for 3 replicas of tablet 5aba48b2db4e4a458e077cf85acd9751
I20260608 12:41:04.154290  8079 tablet_service.cc:1558] Processing DeleteTablet for tablet e6d17ef6bca047e9b51e94219a42ac91 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:04 UTC) from {username='slave'} at 127.0.0.1:46560
I20260608 12:41:04.154740  8156 tablet_service.cc:1558] Processing DeleteTablet for tablet e6d17ef6bca047e9b51e94219a42ac91 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:04 UTC) from {username='slave'} at 127.0.0.1:59980
I20260608 12:41:04.157205  8081 tablet_service.cc:1558] Processing DeleteTablet for tablet 5aba48b2db4e4a458e077cf85acd9751 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:04 UTC) from {username='slave'} at 127.0.0.1:46560
I20260608 12:41:04.157510  8297 tablet_replica.cc:333] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf: stopping tablet replica
I20260608 12:41:04.158082  8155 tablet_service.cc:1558] Processing DeleteTablet for tablet 5aba48b2db4e4a458e077cf85acd9751 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:04 UTC) from {username='slave'} at 127.0.0.1:59980
I20260608 12:41:04.157996  7914 catalog_manager.cc:5983] T 00000000000000000000000000000000 P c360e772b7c64c6ba4fe34a2d6b2883f: Sending DeleteTablet for 3 replicas of tablet 600b1eb1747f4060861b826f9ccce0b7
I20260608 12:41:04.158747  8297 raft_consensus.cc:2243] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:04.159380  8296 tablet_replica.cc:333] T e6d17ef6bca047e9b51e94219a42ac91 P 58ac653e2c49495da2edb379b4203679: stopping tablet replica
I20260608 12:41:04.160152  7914 catalog_manager.cc:5983] T 00000000000000000000000000000000 P c360e772b7c64c6ba4fe34a2d6b2883f: Sending DeleteTablet for 3 replicas of tablet da41c53d1ffc4c23b80704f356bf401f
I20260608 12:41:04.160243  8297 raft_consensus.cc:2272] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:04.161558  8079 tablet_service.cc:1558] Processing DeleteTablet for tablet 600b1eb1747f4060861b826f9ccce0b7 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:04 UTC) from {username='slave'} at 127.0.0.1:46560
I20260608 12:41:04.160336  8296 raft_consensus.cc:2243] T e6d17ef6bca047e9b51e94219a42ac91 P 58ac653e2c49495da2edb379b4203679 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:04.162644  8296 raft_consensus.cc:2272] T e6d17ef6bca047e9b51e94219a42ac91 P 58ac653e2c49495da2edb379b4203679 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:04.164942  8297 ts_tablet_manager.cc:1916] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:04.164875  8155 tablet_service.cc:1558] Processing DeleteTablet for tablet 600b1eb1747f4060861b826f9ccce0b7 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:04 UTC) from {username='slave'} at 127.0.0.1:59980
I20260608 12:41:04.165522  8156 tablet_service.cc:1558] Processing DeleteTablet for tablet da41c53d1ffc4c23b80704f356bf401f with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:04 UTC) from {username='slave'} at 127.0.0.1:59980
I20260608 12:41:04.166226  8079 tablet_service.cc:1558] Processing DeleteTablet for tablet da41c53d1ffc4c23b80704f356bf401f with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:04 UTC) from {username='slave'} at 127.0.0.1:46560
I20260608 12:41:04.166415   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:41:04.166319  8286 consensus_queue.cc:579] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Leader has been unable to successfully communicate with peer 836349a6b3cd420ea811d721b11da8ef for more than 1 seconds (1.380s)
I20260608 12:41:04.168520  8296 ts_tablet_manager.cc:1916] T e6d17ef6bca047e9b51e94219a42ac91 P 58ac653e2c49495da2edb379b4203679: Deleting tablet data with delete state TABLET_DATA_DELETED
W20260608 12:41:04.175601  7899 catalog_manager.cc:4754] TS 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): DeleteTablet:TABLET_DATA_DELETED RPC failed for tablet 5aba48b2db4e4a458e077cf85acd9751: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40199: connect: Connection refused (error 111)
I20260608 12:41:04.184615  8296 ts_tablet_manager.cc:1929] T e6d17ef6bca047e9b51e94219a42ac91 P 58ac653e2c49495da2edb379b4203679: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:41:04.185106  8296 log.cc:1199] T e6d17ef6bca047e9b51e94219a42ac91 P 58ac653e2c49495da2edb379b4203679: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-1-root/wals/e6d17ef6bca047e9b51e94219a42ac91
I20260608 12:41:04.185865  8296 ts_tablet_manager.cc:1950] T e6d17ef6bca047e9b51e94219a42ac91 P 58ac653e2c49495da2edb379b4203679: Deleting consensus metadata
I20260608 12:41:04.187968  8297 ts_tablet_manager.cc:1929] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:41:04.188469  8297 log.cc:1199] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-2-root/wals/e6d17ef6bca047e9b51e94219a42ac91
I20260608 12:41:04.189237  8296 tablet_replica.cc:333] T 5aba48b2db4e4a458e077cf85acd9751 P 58ac653e2c49495da2edb379b4203679: stopping tablet replica
I20260608 12:41:04.189301  8297 ts_tablet_manager.cc:1950] T e6d17ef6bca047e9b51e94219a42ac91 P 02a843296ee14760b6aa83d9892972bf: Deleting consensus metadata
W20260608 12:41:04.189330  8299 instance_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:04.189407  7901 catalog_manager.cc:5027] TS 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543): tablet e6d17ef6bca047e9b51e94219a42ac91 (table dugtrio [id=df9df5cceac944b9a7ac59710c1a55f6]) successfully deleted
I20260608 12:41:04.190685  8296 raft_consensus.cc:2243] T 5aba48b2db4e4a458e077cf85acd9751 P 58ac653e2c49495da2edb379b4203679 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:04.191329  8296 raft_consensus.cc:2272] T 5aba48b2db4e4a458e077cf85acd9751 P 58ac653e2c49495da2edb379b4203679 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:41:04.192229  8300 instance_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:04.193753  7900 catalog_manager.cc:5027] TS 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115): tablet e6d17ef6bca047e9b51e94219a42ac91 (table dugtrio [id=df9df5cceac944b9a7ac59710c1a55f6]) successfully deleted
I20260608 12:41:04.193980  8297 tablet_replica.cc:333] T 5aba48b2db4e4a458e077cf85acd9751 P 02a843296ee14760b6aa83d9892972bf: stopping tablet replica
I20260608 12:41:04.195706  8297 raft_consensus.cc:2243] T 5aba48b2db4e4a458e077cf85acd9751 P 02a843296ee14760b6aa83d9892972bf [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:04.196966  8296 ts_tablet_manager.cc:1916] T 5aba48b2db4e4a458e077cf85acd9751 P 58ac653e2c49495da2edb379b4203679: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:04.197005  8297 raft_consensus.cc:2272] T 5aba48b2db4e4a458e077cf85acd9751 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:41:04.197474  8303 instance_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:04.201208  8297 ts_tablet_manager.cc:1916] T 5aba48b2db4e4a458e077cf85acd9751 P 02a843296ee14760b6aa83d9892972bf: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:04.202759   431 server_base.cc:1061] running on GCE node
I20260608 12:41:04.203936   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:04.204208   431 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:04.204433   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922464204412 us; error 0 us; skew 500 ppm
I20260608 12:41:04.205336   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:04.208537   431 webserver.cc:533] Webserver started at http://127.0.107.196:36405/ using document root <none> and password file <none>
I20260608 12:41:04.209223   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:04.209458   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:04.209813   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:04.211330   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-3-root/instance:
uuid: "02e37e74beb5448884a78c90d851bf07"
format_stamp: "Formatted at 2026-06-08 12:41:04 on dist-test-slave-3g00"
I20260608 12:41:04.211690  8296 ts_tablet_manager.cc:1929] T 5aba48b2db4e4a458e077cf85acd9751 P 58ac653e2c49495da2edb379b4203679: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:41:04.212142  8296 log.cc:1199] T 5aba48b2db4e4a458e077cf85acd9751 P 58ac653e2c49495da2edb379b4203679: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-1-root/wals/5aba48b2db4e4a458e077cf85acd9751
I20260608 12:41:04.212915  8296 ts_tablet_manager.cc:1950] T 5aba48b2db4e4a458e077cf85acd9751 P 58ac653e2c49495da2edb379b4203679: Deleting consensus metadata
I20260608 12:41:04.214860  8297 ts_tablet_manager.cc:1929] T 5aba48b2db4e4a458e077cf85acd9751 P 02a843296ee14760b6aa83d9892972bf: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:41:04.215303  8297 log.cc:1199] T 5aba48b2db4e4a458e077cf85acd9751 P 02a843296ee14760b6aa83d9892972bf: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-2-root/wals/5aba48b2db4e4a458e077cf85acd9751
I20260608 12:41:04.216063  8297 ts_tablet_manager.cc:1950] T 5aba48b2db4e4a458e077cf85acd9751 P 02a843296ee14760b6aa83d9892972bf: Deleting consensus metadata
I20260608 12:41:04.216269  7901 catalog_manager.cc:5027] TS 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543): tablet 5aba48b2db4e4a458e077cf85acd9751 (table dugtrio [id=df9df5cceac944b9a7ac59710c1a55f6]) successfully deleted
I20260608 12:41:04.217439  8296 tablet_replica.cc:333] T 600b1eb1747f4060861b826f9ccce0b7 P 58ac653e2c49495da2edb379b4203679: stopping tablet replica
I20260608 12:41:04.218385  8296 raft_consensus.cc:2243] T 600b1eb1747f4060861b826f9ccce0b7 P 58ac653e2c49495da2edb379b4203679 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:04.218916  8296 raft_consensus.cc:2272] T 600b1eb1747f4060861b826f9ccce0b7 P 58ac653e2c49495da2edb379b4203679 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:04.219543  7900 catalog_manager.cc:5027] TS 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115): tablet 5aba48b2db4e4a458e077cf85acd9751 (table dugtrio [id=df9df5cceac944b9a7ac59710c1a55f6]) successfully deleted
I20260608 12:41:04.220860  8297 tablet_replica.cc:333] T 600b1eb1747f4060861b826f9ccce0b7 P 02a843296ee14760b6aa83d9892972bf: stopping tablet replica
I20260608 12:41:04.221711  8296 ts_tablet_manager.cc:1916] T 600b1eb1747f4060861b826f9ccce0b7 P 58ac653e2c49495da2edb379b4203679: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:04.221877  8297 raft_consensus.cc:2243] T 600b1eb1747f4060861b826f9ccce0b7 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:04.222590  8297 raft_consensus.cc:2272] T 600b1eb1747f4060861b826f9ccce0b7 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:04.224553   431 fs_manager.cc:696] Time spent creating directory manager: real 0.013s	user 0.010s	sys 0.002s
I20260608 12:41:04.225441  8297 ts_tablet_manager.cc:1916] T 600b1eb1747f4060861b826f9ccce0b7 P 02a843296ee14760b6aa83d9892972bf: Deleting tablet data with delete state TABLET_DATA_DELETED
W20260608 12:41:04.229148  7963 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 836349a6b3cd420ea811d721b11da8ef not available for placement
I20260608 12:41:04.230602  8307 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:04.231597   431 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:41:04.231974   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-3-root
uuid: "02e37e74beb5448884a78c90d851bf07"
format_stamp: "Formatted at 2026-06-08 12:41:04 on dist-test-slave-3g00"
I20260608 12:41:04.232331   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-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:04.234623  8296 ts_tablet_manager.cc:1929] T 600b1eb1747f4060861b826f9ccce0b7 P 58ac653e2c49495da2edb379b4203679: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:41:04.234987  8296 log.cc:1199] T 600b1eb1747f4060861b826f9ccce0b7 P 58ac653e2c49495da2edb379b4203679: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-1-root/wals/600b1eb1747f4060861b826f9ccce0b7
I20260608 12:41:04.235472  8296 ts_tablet_manager.cc:1950] T 600b1eb1747f4060861b826f9ccce0b7 P 58ac653e2c49495da2edb379b4203679: Deleting consensus metadata
I20260608 12:41:04.238591  7901 catalog_manager.cc:5027] TS 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543): tablet 600b1eb1747f4060861b826f9ccce0b7 (table dugtrio [id=df9df5cceac944b9a7ac59710c1a55f6]) successfully deleted
I20260608 12:41:04.239341  8296 tablet_replica.cc:333] T da41c53d1ffc4c23b80704f356bf401f P 58ac653e2c49495da2edb379b4203679: stopping tablet replica
I20260608 12:41:04.239488  8297 ts_tablet_manager.cc:1929] T 600b1eb1747f4060861b826f9ccce0b7 P 02a843296ee14760b6aa83d9892972bf: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:41:04.239965  8297 log.cc:1199] T 600b1eb1747f4060861b826f9ccce0b7 P 02a843296ee14760b6aa83d9892972bf: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-2-root/wals/600b1eb1747f4060861b826f9ccce0b7
I20260608 12:41:04.240429  8296 raft_consensus.cc:2243] T da41c53d1ffc4c23b80704f356bf401f P 58ac653e2c49495da2edb379b4203679 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:04.240609  8297 ts_tablet_manager.cc:1950] T 600b1eb1747f4060861b826f9ccce0b7 P 02a843296ee14760b6aa83d9892972bf: Deleting consensus metadata
I20260608 12:41:04.241135  8296 raft_consensus.cc:2272] T da41c53d1ffc4c23b80704f356bf401f P 58ac653e2c49495da2edb379b4203679 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:04.243520  8297 tablet_replica.cc:333] T da41c53d1ffc4c23b80704f356bf401f P 02a843296ee14760b6aa83d9892972bf: stopping tablet replica
I20260608 12:41:04.243765  7900 catalog_manager.cc:5027] TS 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115): tablet 600b1eb1747f4060861b826f9ccce0b7 (table dugtrio [id=df9df5cceac944b9a7ac59710c1a55f6]) successfully deleted
I20260608 12:41:04.244360  8297 raft_consensus.cc:2243] T da41c53d1ffc4c23b80704f356bf401f P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:04.244791  8296 ts_tablet_manager.cc:1916] T da41c53d1ffc4c23b80704f356bf401f P 58ac653e2c49495da2edb379b4203679: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:04.244958  8297 raft_consensus.cc:2272] T da41c53d1ffc4c23b80704f356bf401f P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:04.247665  8297 ts_tablet_manager.cc:1916] T da41c53d1ffc4c23b80704f356bf401f P 02a843296ee14760b6aa83d9892972bf: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:04.256510  8296 ts_tablet_manager.cc:1929] T da41c53d1ffc4c23b80704f356bf401f P 58ac653e2c49495da2edb379b4203679: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:41:04.257046  8296 log.cc:1199] T da41c53d1ffc4c23b80704f356bf401f P 58ac653e2c49495da2edb379b4203679: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-1-root/wals/da41c53d1ffc4c23b80704f356bf401f
I20260608 12:41:04.257745  8296 ts_tablet_manager.cc:1950] T da41c53d1ffc4c23b80704f356bf401f P 58ac653e2c49495da2edb379b4203679: Deleting consensus metadata
I20260608 12:41:04.261233  7901 catalog_manager.cc:5027] TS 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543): tablet da41c53d1ffc4c23b80704f356bf401f (table dugtrio [id=df9df5cceac944b9a7ac59710c1a55f6]) successfully deleted
I20260608 12:41:04.261520  8297 ts_tablet_manager.cc:1929] T da41c53d1ffc4c23b80704f356bf401f P 02a843296ee14760b6aa83d9892972bf: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:41:04.261970  8297 log.cc:1199] T da41c53d1ffc4c23b80704f356bf401f P 02a843296ee14760b6aa83d9892972bf: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-2-root/wals/da41c53d1ffc4c23b80704f356bf401f
I20260608 12:41:04.262679  8297 ts_tablet_manager.cc:1950] T da41c53d1ffc4c23b80704f356bf401f P 02a843296ee14760b6aa83d9892972bf: Deleting consensus metadata
I20260608 12:41:04.265616  7900 catalog_manager.cc:5027] TS 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115): tablet da41c53d1ffc4c23b80704f356bf401f (table dugtrio [id=df9df5cceac944b9a7ac59710c1a55f6]) successfully deleted
I20260608 12:41:04.267633   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:04.268711   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:04.271068   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:04.273814   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:04.274025   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:04.274278   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:04.274441   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:04.315485   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:34713
I20260608 12:41:04.315594  8369 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:34713 every 8 connection(s)
I20260608 12:41:04.320031   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:04.327800  8373 instance_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:04.330447  8374 instance_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:04.331853  8376 instance_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:04.333165  8370 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44053
I20260608 12:41:04.333343   431 server_base.cc:1061] running on GCE node
I20260608 12:41:04.333686  8370 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:04.334302   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:04.334568   431 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:04.334599  8370 heartbeater.cc:507] Master 127.0.107.254:44053 requested a full tablet report, sending...
I20260608 12:41:04.334767   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922464334749 us; error 0 us; skew 500 ppm
I20260608 12:41:04.335536   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:04.336918  7914 ts_manager.cc:194] Registered new tserver with Master: 02e37e74beb5448884a78c90d851bf07 (127.0.107.196:34713)
I20260608 12:41:04.338392   431 webserver.cc:533] Webserver started at http://127.0.107.193:34131/ using document root <none> and password file <none>
I20260608 12:41:04.338779  7914 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33430
I20260608 12:41:04.339098   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:04.339375   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260608 12:41:04.343060   431 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:41:04.346405  8381 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:04.347133   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:41:04.347426   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-0-root
uuid: "836349a6b3cd420ea811d721b11da8ef"
format_stamp: "Formatted at 2026-06-08 12:41:00 on dist-test-slave-3g00"
I20260608 12:41:04.347688   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-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:04.357280  8092 consensus_queue.cc:237] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [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: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:04.361398  8091 consensus_queue.cc:237] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [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: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:04.365067  8166 raft_consensus.cc:1275] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: 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:04.366755  8271 consensus_queue.cc:1048] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:04.381337   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:04.383072   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:04.388725  8092 consensus_queue.cc:237] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [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: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:04.391366  8165 raft_consensus.cc:1275] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: 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:04.393388  8286 consensus_queue.cc:1048] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:04.394089   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:04.401623  8288 raft_consensus.cc:493] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 836349a6b3cd420ea811d721b11da8ef)
I20260608 12:41:04.402212  8288 raft_consensus.cc:515] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:04.404155  8288 leader_election.cc:290] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199), 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543)
W20260608 12:41:04.408458  8058 consensus_peers.cc:597] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 -> Peer 02e37e74beb5448884a78c90d851bf07 (127.0.107.196:34713): Couldn't send request to peer 02e37e74beb5448884a78c90d851bf07. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 830a17d883654c6eaea82c5bc08ab945. This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:04.410395  8058 consensus_peers.cc:597] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 -> Peer 02e37e74beb5448884a78c90d851bf07 (127.0.107.196:34713): Couldn't send request to peer 02e37e74beb5448884a78c90d851bf07. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8119cd79dee24e78890eab94b32bb14e. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:04.410600  8271 raft_consensus.cc:493] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 836349a6b3cd420ea811d721b11da8ef)
W20260608 12:41:04.410931  8129 leader_election.cc:336] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): Network error: Client connection negotiation failed: client connection to 127.0.107.193:40199: connect: Connection refused (error 111)
I20260608 12:41:04.411193  8271 raft_consensus.cc:515] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:04.412066  8091 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "836514451bbd4b22977e0838c0ecaa72" candidate_uuid: "02a843296ee14760b6aa83d9892972bf" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679" is_pre_election: true
I20260608 12:41:04.413372  8271 leader_election.cc:290] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199), 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115)
I20260608 12:41:04.414955  8164 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "836514451bbd4b22977e0838c0ecaa72" candidate_uuid: "58ac653e2c49495da2edb379b4203679" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "02a843296ee14760b6aa83d9892972bf" is_pre_election: true
I20260608 12:41:04.415658  8164 raft_consensus.cc:2468] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 58ac653e2c49495da2edb379b4203679 in term 1.
I20260608 12:41:04.419106  8056 leader_election.cc:304] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [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: 02a843296ee14760b6aa83d9892972bf, 58ac653e2c49495da2edb379b4203679; no voters: 
I20260608 12:41:04.412781  8091 raft_consensus.cc:2468] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 02a843296ee14760b6aa83d9892972bf in term 1.
I20260608 12:41:04.420066  8271 raft_consensus.cc:2804] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:41:04.420483  8271 raft_consensus.cc:493] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 836349a6b3cd420ea811d721b11da8ef)
I20260608 12:41:04.420887  8271 raft_consensus.cc:3060] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:41:04.422556  8055 consensus_peers.cc:597] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 -> Peer 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): Couldn't send request to peer 836349a6b3cd420ea811d721b11da8ef. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40199: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:04.422698  8131 leader_election.cc:304] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [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: 02a843296ee14760b6aa83d9892972bf, 58ac653e2c49495da2edb379b4203679; no voters: 836349a6b3cd420ea811d721b11da8ef
W20260608 12:41:04.423146  8055 consensus_peers.cc:597] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 -> Peer 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): Couldn't send request to peer 836349a6b3cd420ea811d721b11da8ef. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40199: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:04.424147  8288 raft_consensus.cc:2804] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:41:04.424536  8288 raft_consensus.cc:493] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Starting leader election (detected failure of leader 836349a6b3cd420ea811d721b11da8ef)
I20260608 12:41:04.429028  8288 raft_consensus.cc:3060] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:04.429316  8271 raft_consensus.cc:515] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:04.432842  8164 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "836514451bbd4b22977e0838c0ecaa72" candidate_uuid: "58ac653e2c49495da2edb379b4203679" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "02a843296ee14760b6aa83d9892972bf"
I20260608 12:41:04.433583  8271 leader_election.cc:290] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [CANDIDATE]: Term 2 election: Requested vote from peers 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199), 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115)
I20260608 12:41:04.435658  8288 raft_consensus.cc:515] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:04.436736  8164 raft_consensus.cc:2393] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 58ac653e2c49495da2edb379b4203679 in current term 2: Already voted for candidate 02a843296ee14760b6aa83d9892972bf in this term.
W20260608 12:41:04.425858  8055 leader_election.cc:336] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): Network error: Client connection negotiation failed: client connection to 127.0.107.193:40199: connect: Connection refused (error 111)
I20260608 12:41:04.444648  8235 raft_consensus.cc:2955] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
W20260608 12:41:04.447242  8055 leader_election.cc:336] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): Network error: Client connection negotiation failed: client connection to 127.0.107.193:40199: connect: Connection refused (error 111)
I20260608 12:41:04.447711  8055 leader_election.cc:304] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [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: 58ac653e2c49495da2edb379b4203679; no voters: 02a843296ee14760b6aa83d9892972bf, 836349a6b3cd420ea811d721b11da8ef
I20260608 12:41:04.446770  8165 raft_consensus.cc:2955] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
I20260608 12:41:04.449282  8286 raft_consensus.cc:2749] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
W20260608 12:41:04.451165  8129 leader_election.cc:336] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): Network error: Client connection negotiation failed: client connection to 127.0.107.193:40199: connect: Connection refused (error 111)
I20260608 12:41:04.453491  8286 raft_consensus.cc:2955] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
I20260608 12:41:04.456718  8091 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "836514451bbd4b22977e0838c0ecaa72" candidate_uuid: "02a843296ee14760b6aa83d9892972bf" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679"
I20260608 12:41:04.457969  8091 raft_consensus.cc:2393] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 02a843296ee14760b6aa83d9892972bf in current term 2: Already voted for candidate 58ac653e2c49495da2edb379b4203679 in this term.
I20260608 12:41:04.457608  8164 raft_consensus.cc:2955] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
I20260608 12:41:04.458190  8288 leader_election.cc:290] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [CANDIDATE]: Term 2 election: Requested vote from peers 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199), 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543)
I20260608 12:41:04.462759  8131 leader_election.cc:304] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [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: 02a843296ee14760b6aa83d9892972bf; no voters: 58ac653e2c49495da2edb379b4203679, 836349a6b3cd420ea811d721b11da8ef
I20260608 12:41:04.464150  8287 raft_consensus.cc:2749] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260608 12:41:04.466188  7901 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 830a17d883654c6eaea82c5bc08ab945 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 6)
W20260608 12:41:04.467988  8058 consensus_peers.cc:597] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 -> Peer 02e37e74beb5448884a78c90d851bf07 (127.0.107.196:34713): Couldn't send request to peer 02e37e74beb5448884a78c90d851bf07. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: f3b62386652648499594d0fa950c9fa2. This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:04.473788  8055 consensus_peers.cc:597] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 -> Peer 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): Couldn't send request to peer 836349a6b3cd420ea811d721b11da8ef. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40199: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:04.474785  8394 ts_tablet_manager.cc:548] Loading tablet metadata (0/8 complete)
I20260608 12:41:04.478205  7914 catalog_manager.cc:5696] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf reported cstate change: config changed from index -1 to 2, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "58ac653e2c49495da2edb379b4203679" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
I20260608 12:41:04.484851  7901 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 8119cd79dee24e78890eab94b32bb14e with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 6)
I20260608 12:41:04.485723  8165 raft_consensus.cc:1275] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: 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:04.491036  8396 consensus_queue.cc:1048] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:04.491715  7913 catalog_manager.cc:5696] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 reported cstate change: config changed from index -1 to 2, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "58ac653e2c49495da2edb379b4203679" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:04.501277  8271 raft_consensus.cc:2955] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
I20260608 12:41:04.503494  8165 raft_consensus.cc:2955] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
I20260608 12:41:04.517649  7901 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet f3b62386652648499594d0fa950c9fa2 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 4)
I20260608 12:41:04.517620  7913 catalog_manager.cc:5696] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf reported cstate change: config changed from index -1 to 2, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "58ac653e2c49495da2edb379b4203679" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
I20260608 12:41:04.529973   431 ts_tablet_manager.cc:585] Loaded tablet metadata (8 total tablets, 8 live tablets)
I20260608 12:41:04.530332   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.090s	user 0.011s	sys 0.012s
I20260608 12:41:04.530646   431 ts_tablet_manager.cc:600] Registering tablets (0/8 complete)
I20260608 12:41:04.535264  8394 tablet_bootstrap.cc:492] T 5aba48b2db4e4a458e077cf85acd9751 P 836349a6b3cd420ea811d721b11da8ef: Bootstrap starting.
I20260608 12:41:04.546772  8394 tablet_bootstrap.cc:492] T 5aba48b2db4e4a458e077cf85acd9751 P 836349a6b3cd420ea811d721b11da8ef: 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:04.547422  8394 tablet_bootstrap.cc:492] T 5aba48b2db4e4a458e077cf85acd9751 P 836349a6b3cd420ea811d721b11da8ef: Bootstrap complete.
I20260608 12:41:04.547959  8394 ts_tablet_manager.cc:1403] T 5aba48b2db4e4a458e077cf85acd9751 P 836349a6b3cd420ea811d721b11da8ef: Time spent bootstrapping tablet: real 0.013s	user 0.007s	sys 0.003s
I20260608 12:41:04.550235  8394 raft_consensus.cc:359] T 5aba48b2db4e4a458e077cf85acd9751 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:04.550851  8394 raft_consensus.cc:740] T 5aba48b2db4e4a458e077cf85acd9751 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 836349a6b3cd420ea811d721b11da8ef, State: Initialized, Role: FOLLOWER
I20260608 12:41:04.551519  8394 consensus_queue.cc:260] T 5aba48b2db4e4a458e077cf85acd9751 P 836349a6b3cd420ea811d721b11da8ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:04.553964  8394 ts_tablet_manager.cc:1434] T 5aba48b2db4e4a458e077cf85acd9751 P 836349a6b3cd420ea811d721b11da8ef: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.004s
I20260608 12:41:04.554651  8394 tablet_bootstrap.cc:492] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef: Bootstrap starting.
I20260608 12:41:04.560644   431 ts_tablet_manager.cc:616] Registered 8 tablets
I20260608 12:41:04.560967   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.030s	user 0.031s	sys 0.000s
I20260608 12:41:04.566905  8394 tablet_bootstrap.cc:492] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef: 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:04.567834  8394 tablet_bootstrap.cc:492] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef: Bootstrap complete.
I20260608 12:41:04.568567  8394 ts_tablet_manager.cc:1403] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef: Time spent bootstrapping tablet: real 0.014s	user 0.010s	sys 0.000s
I20260608 12:41:04.571305  8394 raft_consensus.cc:359] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:04.572237  8394 raft_consensus.cc:740] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 836349a6b3cd420ea811d721b11da8ef, State: Initialized, Role: FOLLOWER
I20260608 12:41:04.573097  8394 consensus_queue.cc:260] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef [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: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:04.575477  8394 ts_tablet_manager.cc:1434] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260608 12:41:04.576292  8394 tablet_bootstrap.cc:492] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef: Bootstrap starting.
I20260608 12:41:04.591274  8394 tablet_bootstrap.cc:492] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef: 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:04.592017  8394 tablet_bootstrap.cc:492] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef: Bootstrap complete.
I20260608 12:41:04.592561  8394 ts_tablet_manager.cc:1403] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef: Time spent bootstrapping tablet: real 0.017s	user 0.012s	sys 0.000s
I20260608 12:41:04.594816  8394 raft_consensus.cc:359] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:04.595392  8394 raft_consensus.cc:740] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 836349a6b3cd420ea811d721b11da8ef, State: Initialized, Role: FOLLOWER
I20260608 12:41:04.596130  8394 consensus_queue.cc:260] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [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: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:04.597965  8394 ts_tablet_manager.cc:1434] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef: Time spent starting tablet: real 0.005s	user 0.008s	sys 0.000s
I20260608 12:41:04.598636  8394 tablet_bootstrap.cc:492] T e6d17ef6bca047e9b51e94219a42ac91 P 836349a6b3cd420ea811d721b11da8ef: Bootstrap starting.
I20260608 12:41:04.610073  8394 tablet_bootstrap.cc:492] T e6d17ef6bca047e9b51e94219a42ac91 P 836349a6b3cd420ea811d721b11da8ef: 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:04.610916  8394 tablet_bootstrap.cc:492] T e6d17ef6bca047e9b51e94219a42ac91 P 836349a6b3cd420ea811d721b11da8ef: Bootstrap complete.
I20260608 12:41:04.611580  8394 ts_tablet_manager.cc:1403] T e6d17ef6bca047e9b51e94219a42ac91 P 836349a6b3cd420ea811d721b11da8ef: Time spent bootstrapping tablet: real 0.013s	user 0.006s	sys 0.004s
I20260608 12:41:04.614653  8394 raft_consensus.cc:359] T e6d17ef6bca047e9b51e94219a42ac91 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:04.615087   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:40199
I20260608 12:41:04.615198  8460 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:40199 every 8 connection(s)
I20260608 12:41:04.615383  8394 raft_consensus.cc:740] T e6d17ef6bca047e9b51e94219a42ac91 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 836349a6b3cd420ea811d721b11da8ef, State: Initialized, Role: FOLLOWER
I20260608 12:41:04.616319  8394 consensus_queue.cc:260] T e6d17ef6bca047e9b51e94219a42ac91 P 836349a6b3cd420ea811d721b11da8ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:04.618497  8394 ts_tablet_manager.cc:1434] T e6d17ef6bca047e9b51e94219a42ac91 P 836349a6b3cd420ea811d721b11da8ef: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260608 12:41:04.619362  8394 tablet_bootstrap.cc:492] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef: Bootstrap starting.
I20260608 12:41:04.633558  8394 tablet_bootstrap.cc:492] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef: 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:04.634047  8461 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44053
I20260608 12:41:04.634370  8394 tablet_bootstrap.cc:492] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef: Bootstrap complete.
I20260608 12:41:04.634506  8461 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:04.635054  8394 ts_tablet_manager.cc:1403] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef: Time spent bootstrapping tablet: real 0.016s	user 0.009s	sys 0.004s
I20260608 12:41:04.635289  8461 heartbeater.cc:507] Master 127.0.107.254:44053 requested a full tablet report, sending...
I20260608 12:41:04.637094  8394 raft_consensus.cc:359] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } }
I20260608 12:41:04.637559  8394 raft_consensus.cc:740] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 836349a6b3cd420ea811d721b11da8ef, State: Initialized, Role: FOLLOWER
I20260608 12:41:04.638067  8394 consensus_queue.cc:260] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef [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: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } }
I20260608 12:41:04.639740  8394 ts_tablet_manager.cc:1434] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef: Time spent starting tablet: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:41:04.640554  8394 tablet_bootstrap.cc:492] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef: Bootstrap starting.
I20260608 12:41:04.640755  7915 ts_manager.cc:194] Re-registered known tserver with Master: 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199)
I20260608 12:41:04.652230  7915 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33434
I20260608 12:41:04.654865  8394 tablet_bootstrap.cc:492] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef: 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:04.655103  8461 heartbeater.cc:499] Master 127.0.107.254:44053 was elected leader, sending a full tablet report...
I20260608 12:41:04.655715  8394 tablet_bootstrap.cc:492] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef: Bootstrap complete.
I20260608 12:41:04.656291  8394 ts_tablet_manager.cc:1403] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef: Time spent bootstrapping tablet: real 0.016s	user 0.011s	sys 0.001s
I20260608 12:41:04.658217  8394 raft_consensus.cc:359] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:04.658666  8394 raft_consensus.cc:740] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 836349a6b3cd420ea811d721b11da8ef, State: Initialized, Role: FOLLOWER
I20260608 12:41:04.659281  8394 consensus_queue.cc:260] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [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: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:04.661294  8394 ts_tablet_manager.cc:1434] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef: Time spent starting tablet: real 0.005s	user 0.006s	sys 0.002s
I20260608 12:41:04.662079  8394 tablet_bootstrap.cc:492] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef: Bootstrap starting.
I20260608 12:41:04.675973  8394 tablet_bootstrap.cc:492] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef: 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:04.676918  8394 tablet_bootstrap.cc:492] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef: Bootstrap complete.
I20260608 12:41:04.677598  8394 ts_tablet_manager.cc:1403] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef: Time spent bootstrapping tablet: real 0.016s	user 0.011s	sys 0.004s
I20260608 12:41:04.679633  8394 raft_consensus.cc:359] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:04.680188  8394 raft_consensus.cc:740] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 836349a6b3cd420ea811d721b11da8ef, State: Initialized, Role: FOLLOWER
I20260608 12:41:04.680672  8394 consensus_queue.cc:260] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef [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: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:04.682032  8394 ts_tablet_manager.cc:1434] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef: Time spent starting tablet: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:41:04.682834  8394 tablet_bootstrap.cc:492] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef: Bootstrap starting.
I20260608 12:41:04.696762  8394 tablet_bootstrap.cc:492] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef: 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:04.697461  8394 tablet_bootstrap.cc:492] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef: Bootstrap complete.
I20260608 12:41:04.697932  8394 ts_tablet_manager.cc:1403] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef: Time spent bootstrapping tablet: real 0.015s	user 0.014s	sys 0.000s
I20260608 12:41:04.699699  8394 raft_consensus.cc:359] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:04.700171  8394 raft_consensus.cc:740] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 836349a6b3cd420ea811d721b11da8ef, State: Initialized, Role: FOLLOWER
I20260608 12:41:04.700659  8394 consensus_queue.cc:260] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [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: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:04.702103  8394 ts_tablet_manager.cc:1434] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef: Time spent starting tablet: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:41:04.807641  8424 tablet_service.cc:1558] Processing DeleteTablet for tablet da41c53d1ffc4c23b80704f356bf401f with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:04 UTC) from {username='slave'} at 127.0.0.1:44014
I20260608 12:41:04.808873  8423 tablet_service.cc:1558] Processing DeleteTablet for tablet 600b1eb1747f4060861b826f9ccce0b7 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:04 UTC) from {username='slave'} at 127.0.0.1:44014
I20260608 12:41:04.809685  8470 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:04.810627  8470 raft_consensus.cc:2243] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:04.811010  8470 pending_rounds.cc:70] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef: Trying to abort 1 pending ops.
I20260608 12:41:04.811203  8470 pending_rounds.cc:77] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658408339156992 op_type: NO_OP noop_request { }
I20260608 12:41:04.811496  8470 raft_consensus.cc:2889] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:04.811906  8470 raft_consensus.cc:2272] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:04.813067  8435 raft_consensus.cc:2955] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
I20260608 12:41:04.814715  8470 ts_tablet_manager.cc:1916] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:04.820128  8434 raft_consensus.cc:2955] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
I20260608 12:41:04.830391  8470 ts_tablet_manager.cc:1929] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:41:04.830890  8470 log.cc:1199] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-0-root/wals/da41c53d1ffc4c23b80704f356bf401f
I20260608 12:41:04.831661  8470 ts_tablet_manager.cc:1950] T da41c53d1ffc4c23b80704f356bf401f P 836349a6b3cd420ea811d721b11da8ef: Deleting consensus metadata
I20260608 12:41:04.834142  8470 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:04.834252  7899 catalog_manager.cc:5027] TS 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): tablet da41c53d1ffc4c23b80704f356bf401f (table dugtrio [id=df9df5cceac944b9a7ac59710c1a55f6]) successfully deleted
I20260608 12:41:04.835021  8470 raft_consensus.cc:2243] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:04.835402  8470 pending_rounds.cc:70] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef: Trying to abort 1 pending ops.
I20260608 12:41:04.835580  8470 pending_rounds.cc:77] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658408137060352 op_type: NO_OP noop_request { }
I20260608 12:41:04.835860  8470 raft_consensus.cc:2889] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:04.836143  8470 raft_consensus.cc:2272] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:04.838963  8470 ts_tablet_manager.cc:1916] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:04.849007  8470 ts_tablet_manager.cc:1929] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:41:04.849300  8470 log.cc:1199] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-0-root/wals/600b1eb1747f4060861b826f9ccce0b7
I20260608 12:41:04.849848  8470 ts_tablet_manager.cc:1950] T 600b1eb1747f4060861b826f9ccce0b7 P 836349a6b3cd420ea811d721b11da8ef: Deleting consensus metadata
I20260608 12:41:04.852161  7899 catalog_manager.cc:5027] TS 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): tablet 600b1eb1747f4060861b826f9ccce0b7 (table dugtrio [id=df9df5cceac944b9a7ac59710c1a55f6]) successfully deleted
I20260608 12:41:04.859169  8423 tablet_service.cc:1558] Processing DeleteTablet for tablet e6d17ef6bca047e9b51e94219a42ac91 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:04 UTC) from {username='slave'} at 127.0.0.1:44014
I20260608 12:41:04.859882  8470 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:04.860563  8470 raft_consensus.cc:2243] T e6d17ef6bca047e9b51e94219a42ac91 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:04.860998  8470 raft_consensus.cc:2272] T e6d17ef6bca047e9b51e94219a42ac91 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:04.862227  8423 tablet_service.cc:1558] Processing DeleteTablet for tablet 5aba48b2db4e4a458e077cf85acd9751 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:04 UTC) from {username='slave'} at 127.0.0.1:44014
I20260608 12:41:04.863456  8470 ts_tablet_manager.cc:1916] T e6d17ef6bca047e9b51e94219a42ac91 P 836349a6b3cd420ea811d721b11da8ef: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:04.869855  8473 ts_tablet_manager.cc:933] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: Initiating tablet copy from peer 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543)
I20260608 12:41:04.871340  8473 tablet_copy_client.cc:323] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:45543
I20260608 12:41:04.875511  8470 ts_tablet_manager.cc:1929] T e6d17ef6bca047e9b51e94219a42ac91 P 836349a6b3cd420ea811d721b11da8ef: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:41:04.876065  8470 log.cc:1199] T e6d17ef6bca047e9b51e94219a42ac91 P 836349a6b3cd420ea811d721b11da8ef: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-0-root/wals/e6d17ef6bca047e9b51e94219a42ac91
I20260608 12:41:04.876832  8470 ts_tablet_manager.cc:1950] T e6d17ef6bca047e9b51e94219a42ac91 P 836349a6b3cd420ea811d721b11da8ef: Deleting consensus metadata
I20260608 12:41:04.880254  8470 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:04.880234  7899 catalog_manager.cc:5027] TS 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): tablet e6d17ef6bca047e9b51e94219a42ac91 (table dugtrio [id=df9df5cceac944b9a7ac59710c1a55f6]) successfully deleted
I20260608 12:41:04.881330  8470 raft_consensus.cc:2243] T 5aba48b2db4e4a458e077cf85acd9751 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:04.881875  8470 raft_consensus.cc:2272] T 5aba48b2db4e4a458e077cf85acd9751 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:04.884851  8470 ts_tablet_manager.cc:1916] T 5aba48b2db4e4a458e077cf85acd9751 P 836349a6b3cd420ea811d721b11da8ef: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:04.886499  8102 tablet_copy_service.cc:140] P 58ac653e2c49495da2edb379b4203679: Received BeginTabletCopySession request for tablet 830a17d883654c6eaea82c5bc08ab945 from peer 02e37e74beb5448884a78c90d851bf07 ({username='slave'} at 127.0.0.1:46590)
I20260608 12:41:04.887158  8102 tablet_copy_service.cc:161] P 58ac653e2c49495da2edb379b4203679: Beginning new tablet copy session on tablet 830a17d883654c6eaea82c5bc08ab945 from peer 02e37e74beb5448884a78c90d851bf07 at {username='slave'} at 127.0.0.1:46590: session id = 02e37e74beb5448884a78c90d851bf07-830a17d883654c6eaea82c5bc08ab945
I20260608 12:41:04.889145  8477 ts_tablet_manager.cc:933] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07: Initiating tablet copy from peer 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543)
I20260608 12:41:04.893702  8477 tablet_copy_client.cc:323] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:45543
I20260608 12:41:04.895002  8102 tablet_copy_source_session.cc:215] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:04.896339  8101 tablet_copy_service.cc:140] P 58ac653e2c49495da2edb379b4203679: Received BeginTabletCopySession request for tablet 8119cd79dee24e78890eab94b32bb14e from peer 02e37e74beb5448884a78c90d851bf07 ({username='slave'} at 127.0.0.1:46590)
I20260608 12:41:04.897049  8101 tablet_copy_service.cc:161] P 58ac653e2c49495da2edb379b4203679: Beginning new tablet copy session on tablet 8119cd79dee24e78890eab94b32bb14e from peer 02e37e74beb5448884a78c90d851bf07 at {username='slave'} at 127.0.0.1:46590: session id = 02e37e74beb5448884a78c90d851bf07-8119cd79dee24e78890eab94b32bb14e
I20260608 12:41:04.898859  8479 ts_tablet_manager.cc:933] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07: Initiating tablet copy from peer 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543)
I20260608 12:41:04.898873  8473 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 830a17d883654c6eaea82c5bc08ab945. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:04.901077  8470 ts_tablet_manager.cc:1929] T 5aba48b2db4e4a458e077cf85acd9751 P 836349a6b3cd420ea811d721b11da8ef: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:41:04.901595  8470 log.cc:1199] T 5aba48b2db4e4a458e077cf85acd9751 P 836349a6b3cd420ea811d721b11da8ef: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-0-root/wals/5aba48b2db4e4a458e077cf85acd9751
I20260608 12:41:04.902328  8470 ts_tablet_manager.cc:1950] T 5aba48b2db4e4a458e077cf85acd9751 P 836349a6b3cd420ea811d721b11da8ef: Deleting consensus metadata
I20260608 12:41:04.904963  8101 tablet_copy_source_session.cc:215] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:04.906008  7899 catalog_manager.cc:5027] TS 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): tablet 5aba48b2db4e4a458e077cf85acd9751 (table dugtrio [id=df9df5cceac944b9a7ac59710c1a55f6]) successfully deleted
I20260608 12:41:04.907836  8479 tablet_copy_client.cc:323] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:45543
I20260608 12:41:04.909356  8477 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8119cd79dee24e78890eab94b32bb14e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:04.909695  8101 tablet_copy_service.cc:140] P 58ac653e2c49495da2edb379b4203679: Received BeginTabletCopySession request for tablet f3b62386652648499594d0fa950c9fa2 from peer 02e37e74beb5448884a78c90d851bf07 ({username='slave'} at 127.0.0.1:46590)
I20260608 12:41:04.910378  8101 tablet_copy_service.cc:161] P 58ac653e2c49495da2edb379b4203679: Beginning new tablet copy session on tablet f3b62386652648499594d0fa950c9fa2 from peer 02e37e74beb5448884a78c90d851bf07 at {username='slave'} at 127.0.0.1:46590: session id = 02e37e74beb5448884a78c90d851bf07-f3b62386652648499594d0fa950c9fa2
I20260608 12:41:04.917750  8101 tablet_copy_source_session.cc:215] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:04.918730  8473 tablet_copy_client.cc:806] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:04.919392  8473 tablet_copy_client.cc:670] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:04.921393  8479 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f3b62386652648499594d0fa950c9fa2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:04.920442  8434 raft_consensus.cc:2955] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
I20260608 12:41:04.924774  8473 tablet_copy_client.cc:538] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:04.928027  8477 tablet_copy_client.cc:806] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:04.928608  8477 tablet_copy_client.cc:670] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:04.932878  8477 tablet_copy_client.cc:538] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:04.933465  8473 tablet_bootstrap.cc:492] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: Bootstrap starting.
I20260608 12:41:04.940232  8479 tablet_copy_client.cc:806] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:04.940802  8479 tablet_copy_client.cc:670] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:04.942939  8477 tablet_bootstrap.cc:492] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07: Bootstrap starting.
I20260608 12:41:04.945086  8479 tablet_copy_client.cc:538] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:04.954180  8479 tablet_bootstrap.cc:492] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07: Bootstrap starting.
I20260608 12:41:04.954759  8473 tablet_bootstrap.cc:492] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: 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:04.955624  8473 tablet_bootstrap.cc:492] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: Bootstrap complete.
I20260608 12:41:04.956302  8473 ts_tablet_manager.cc:1403] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: Time spent bootstrapping tablet: real 0.023s	user 0.019s	sys 0.001s
I20260608 12:41:04.959640  8473 raft_consensus.cc:359] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:04.960407  8473 raft_consensus.cc:740] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 02e37e74beb5448884a78c90d851bf07, State: Initialized, Role: LEARNER
I20260608 12:41:04.961124  8473 consensus_queue.cc:260] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07 [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: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:04.963523  8370 heartbeater.cc:499] Master 127.0.107.254:44053 was elected leader, sending a full tablet report...
I20260608 12:41:04.963963  8473 ts_tablet_manager.cc:1434] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: Time spent starting tablet: real 0.007s	user 0.010s	sys 0.000s
I20260608 12:41:04.965848  8101 tablet_copy_service.cc:342] P 58ac653e2c49495da2edb379b4203679: Request end of tablet copy session 02e37e74beb5448884a78c90d851bf07-830a17d883654c6eaea82c5bc08ab945 received from {username='slave'} at 127.0.0.1:46590
I20260608 12:41:04.966096  8477 tablet_bootstrap.cc:492] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07: 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:04.966310  8101 tablet_copy_service.cc:434] P 58ac653e2c49495da2edb379b4203679: ending tablet copy session 02e37e74beb5448884a78c90d851bf07-830a17d883654c6eaea82c5bc08ab945 on tablet 830a17d883654c6eaea82c5bc08ab945 with peer 02e37e74beb5448884a78c90d851bf07
I20260608 12:41:04.967028  8477 tablet_bootstrap.cc:492] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07: Bootstrap complete.
I20260608 12:41:04.967763  8477 ts_tablet_manager.cc:1403] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07: Time spent bootstrapping tablet: real 0.025s	user 0.017s	sys 0.007s
I20260608 12:41:04.971140  8477 raft_consensus.cc:359] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:04.971920  8477 raft_consensus.cc:740] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 02e37e74beb5448884a78c90d851bf07, State: Initialized, Role: LEARNER
I20260608 12:41:04.972613  8477 consensus_queue.cc:260] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07 [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: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:04.974810  8477 ts_tablet_manager.cc:1434] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07: Time spent starting tablet: real 0.006s	user 0.002s	sys 0.002s
I20260608 12:41:04.976328  8479 tablet_bootstrap.cc:492] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07: 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:04.976545  8101 tablet_copy_service.cc:342] P 58ac653e2c49495da2edb379b4203679: Request end of tablet copy session 02e37e74beb5448884a78c90d851bf07-8119cd79dee24e78890eab94b32bb14e received from {username='slave'} at 127.0.0.1:46590
I20260608 12:41:04.977047  8101 tablet_copy_service.cc:434] P 58ac653e2c49495da2edb379b4203679: ending tablet copy session 02e37e74beb5448884a78c90d851bf07-8119cd79dee24e78890eab94b32bb14e on tablet 8119cd79dee24e78890eab94b32bb14e with peer 02e37e74beb5448884a78c90d851bf07
I20260608 12:41:04.977149  8479 tablet_bootstrap.cc:492] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07: Bootstrap complete.
I20260608 12:41:04.977808  8479 ts_tablet_manager.cc:1403] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07: Time spent bootstrapping tablet: real 0.024s	user 0.019s	sys 0.004s
I20260608 12:41:04.980374  8479 raft_consensus.cc:359] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:04.980950  8479 raft_consensus.cc:740] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 02e37e74beb5448884a78c90d851bf07, State: Initialized, Role: LEARNER
I20260608 12:41:04.981555  8479 consensus_queue.cc:260] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [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: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:04.983084  8479 ts_tablet_manager.cc:1434] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:41:04.984956  8101 tablet_copy_service.cc:342] P 58ac653e2c49495da2edb379b4203679: Request end of tablet copy session 02e37e74beb5448884a78c90d851bf07-f3b62386652648499594d0fa950c9fa2 received from {username='slave'} at 127.0.0.1:46590
I20260608 12:41:04.985374  8101 tablet_copy_service.cc:434] P 58ac653e2c49495da2edb379b4203679: ending tablet copy session 02e37e74beb5448884a78c90d851bf07-f3b62386652648499594d0fa950c9fa2 on tablet f3b62386652648499594d0fa950c9fa2 with peer 02e37e74beb5448884a78c90d851bf07
W20260608 12:41:05.251999  7963 auto_rebalancer.cc:591] Failed to schedule move for tablet 830a17d883654c6eaea82c5bc08ab945: Invalid argument: Server with UUID 02e37e74beb5448884a78c90d851bf07 is already a member of the config. RaftConfig: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
W20260608 12:41:05.257094  7963 auto_rebalancer.cc:591] Failed to schedule move for tablet f3b62386652648499594d0fa950c9fa2: Invalid argument: Server with UUID 02e37e74beb5448884a78c90d851bf07 is already a member of the config. RaftConfig: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
W20260608 12:41:05.270848  7963 auto_rebalancer.cc:591] Failed to schedule move for tablet 836514451bbd4b22977e0838c0ecaa72: Illegal state: Replica 836349a6b3cd420ea811d721b11da8ef is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } }
I20260608 12:41:05.275974  8344 raft_consensus.cc:1217] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:41:05.296255  8092 consensus_queue.cc:237] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [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: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:05.301183  8434 raft_consensus.cc:1275] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: 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:05.301183  8165 raft_consensus.cc:1275] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: 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:05.302840  8235 consensus_queue.cc:1048] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:05.303424  8487 consensus_queue.cc:1048] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:05.310189  8271 raft_consensus.cc:2955] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } }
I20260608 12:41:05.311872  8165 raft_consensus.cc:2955] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } }
I20260608 12:41:05.316958  8434 raft_consensus.cc:2955] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } }
I20260608 12:41:05.318178  7901 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 830a17d883654c6eaea82c5bc08ab945 with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:05.330745  7913 catalog_manager.cc:5696] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf reported cstate change: config changed from index 2 to 3, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "58ac653e2c49495da2edb379b4203679" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } }
I20260608 12:41:05.358345  8335 tablet_service.cc:1558] Processing DeleteTablet for tablet 830a17d883654c6eaea82c5bc08ab945 with delete_type TABLET_DATA_TOMBSTONED (TS 02e37e74beb5448884a78c90d851bf07 not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:40648
I20260608 12:41:05.357426  8092 consensus_queue.cc:237] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [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: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:05.360737  8494 tablet_replica.cc:333] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: stopping tablet replica
I20260608 12:41:05.361696  8494 raft_consensus.cc:2243] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:41:05.362321  8494 raft_consensus.cc:2272] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:41:05.365087  8165 raft_consensus.cc:1275] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: 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:05.365746  8494 ts_tablet_manager.cc:1916] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:05.369786  8271 consensus_queue.cc:1048] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:05.368275  8091 consensus_queue.cc:237] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [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: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } }
I20260608 12:41:05.379446  8235 raft_consensus.cc:2955] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } }
I20260608 12:41:05.381102  8494 ts_tablet_manager.cc:1929] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260608 12:41:05.381582  8164 raft_consensus.cc:2955] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } }
I20260608 12:41:05.385273  8434 raft_consensus.cc:1275] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: 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:05.387020  8487 consensus_queue.cc:1048] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:05.388604  7901 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 8119cd79dee24e78890eab94b32bb14e with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:05.391018  8165 raft_consensus.cc:1275] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: 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:05.381599  8494 log.cc:1199] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-3-root/wals/830a17d883654c6eaea82c5bc08ab945
I20260608 12:41:05.393342  8487 consensus_queue.cc:1048] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:05.394943  7902 catalog_manager.cc:5027] TS 02e37e74beb5448884a78c90d851bf07 (127.0.107.196:34713): tablet 830a17d883654c6eaea82c5bc08ab945 (table test-workload [id=27fd12dda2e348439cf825f3251af09c]) successfully deleted
I20260608 12:41:05.397548  8496 raft_consensus.cc:2955] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } }
I20260608 12:41:05.403560  7914 catalog_manager.cc:5696] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf reported cstate change: config changed from index 2 to 3, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "58ac653e2c49495da2edb379b4203679" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } }
I20260608 12:41:05.404631  8164 raft_consensus.cc:2955] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } }
I20260608 12:41:05.408087  7901 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet f3b62386652648499594d0fa950c9fa2 with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:05.414392  8434 raft_consensus.cc:1275] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: 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:05.416136  8495 consensus_queue.cc:1048] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:05.415382  8435 raft_consensus.cc:2955] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } }
I20260608 12:41:05.419780  8335 tablet_service.cc:1558] Processing DeleteTablet for tablet 8119cd79dee24e78890eab94b32bb14e with delete_type TABLET_DATA_TOMBSTONED (TS 02e37e74beb5448884a78c90d851bf07 not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:40648
I20260608 12:41:05.420832  8494 tablet_replica.cc:333] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07: stopping tablet replica
I20260608 12:41:05.421645  8494 raft_consensus.cc:2243] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:41:05.422139  8494 raft_consensus.cc:2272] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:41:05.425619  8494 ts_tablet_manager.cc:1916] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:05.426203  8434 raft_consensus.cc:2955] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } }
I20260608 12:41:05.428793  7915 catalog_manager.cc:5696] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf reported cstate change: config changed from index 2 to 3, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "58ac653e2c49495da2edb379b4203679" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } }
I20260608 12:41:05.440299  8494 ts_tablet_manager.cc:1929] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260608 12:41:05.440779  8494 log.cc:1199] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-3-root/wals/8119cd79dee24e78890eab94b32bb14e
I20260608 12:41:05.442553  7902 catalog_manager.cc:5027] TS 02e37e74beb5448884a78c90d851bf07 (127.0.107.196:34713): tablet 8119cd79dee24e78890eab94b32bb14e (table test-workload [id=27fd12dda2e348439cf825f3251af09c]) successfully deleted
I20260608 12:41:05.446024  8335 tablet_service.cc:1558] Processing DeleteTablet for tablet f3b62386652648499594d0fa950c9fa2 with delete_type TABLET_DATA_TOMBSTONED (TS 02e37e74beb5448884a78c90d851bf07 not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:40648
I20260608 12:41:05.446950  8494 tablet_replica.cc:333] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07: stopping tablet replica
I20260608 12:41:05.447652  8494 raft_consensus.cc:2243] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:41:05.448151  8494 raft_consensus.cc:2272] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:41:05.450767  8494 ts_tablet_manager.cc:1916] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:05.460666  8494 ts_tablet_manager.cc:1929] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260608 12:41:05.460999  8494 log.cc:1199] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-3-root/wals/f3b62386652648499594d0fa950c9fa2
I20260608 12:41:05.462212  7902 catalog_manager.cc:5027] TS 02e37e74beb5448884a78c90d851bf07 (127.0.107.196:34713): tablet f3b62386652648499594d0fa950c9fa2 (table test-workload [id=27fd12dda2e348439cf825f3251af09c]) successfully deleted
I20260608 12:41:06.103536  8499 raft_consensus.cc:493] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:06.104074  8499 raft_consensus.cc:515] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:06.106323  8499 leader_election.cc:290] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543), 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115)
I20260608 12:41:06.118799  8092 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "836514451bbd4b22977e0838c0ecaa72" candidate_uuid: "836349a6b3cd420ea811d721b11da8ef" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679" is_pre_election: true
I20260608 12:41:06.119061  8164 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "836514451bbd4b22977e0838c0ecaa72" candidate_uuid: "836349a6b3cd420ea811d721b11da8ef" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "02a843296ee14760b6aa83d9892972bf" is_pre_election: true
I20260608 12:41:06.119797  8164 raft_consensus.cc:2393] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 836349a6b3cd420ea811d721b11da8ef in current term 2: Already voted for candidate 02a843296ee14760b6aa83d9892972bf in this term.
I20260608 12:41:06.119797  8092 raft_consensus.cc:2393] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 836349a6b3cd420ea811d721b11da8ef in current term 2: Already voted for candidate 58ac653e2c49495da2edb379b4203679 in this term.
I20260608 12:41:06.121301  8383 leader_election.cc:304] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [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: 836349a6b3cd420ea811d721b11da8ef; no voters: 02a843296ee14760b6aa83d9892972bf, 58ac653e2c49495da2edb379b4203679
I20260608 12:41:06.121973  8499 raft_consensus.cc:3060] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:06.126698  8499 raft_consensus.cc:2749] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [term 2 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:41:06.183970  8504 raft_consensus.cc:493] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:06.184767  8504 raft_consensus.cc:515] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:06.187626  8504 leader_election.cc:290] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199), 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543)
I20260608 12:41:06.203389  8434 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "836514451bbd4b22977e0838c0ecaa72" candidate_uuid: "02a843296ee14760b6aa83d9892972bf" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "836349a6b3cd420ea811d721b11da8ef" is_pre_election: true
I20260608 12:41:06.204241  8434 raft_consensus.cc:2468] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 02a843296ee14760b6aa83d9892972bf in term 2.
W20260608 12:41:06.968276  7963 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 02a843296ee14760b6aa83d9892972bf not available for placement
I20260608 12:41:07.106657  8507 consensus_queue.cc:579] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Leader has been unable to successfully communicate with peer 836349a6b3cd420ea811d721b11da8ef for more than 1 seconds (1.410s)
I20260608 12:41:07.215590  8509 consensus_queue.cc:579] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Leader has been unable to successfully communicate with peer 836349a6b3cd420ea811d721b11da8ef for more than 1 seconds (1.247s)
I20260608 12:41:07.252398  8508 consensus_queue.cc:579] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Leader has been unable to successfully communicate with peer 02a843296ee14760b6aa83d9892972bf for more than 1 seconds (1.410s)
I20260608 12:41:07.315989  8511 raft_consensus.cc:493] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 58ac653e2c49495da2edb379b4203679)
I20260608 12:41:07.316625  8511 raft_consensus.cc:515] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:07.396826  8514 raft_consensus.cc:493] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 58ac653e2c49495da2edb379b4203679)
I20260608 12:41:07.397565  8514 raft_consensus.cc:515] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:07.400086  8514 leader_election.cc:290] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199), 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543)
I20260608 12:41:07.583786  8514 raft_consensus.cc:493] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 58ac653e2c49495da2edb379b4203679)
I20260608 12:41:07.584411  8514 raft_consensus.cc:515] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:07.499629  8511 leader_election.cc:290] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543), 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115)
I20260608 12:41:07.566694  8510 consensus_queue.cc:579] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Leader has been unable to successfully communicate with peer 02a843296ee14760b6aa83d9892972bf for more than 1 seconds (1.782s)
I20260608 12:41:07.568068  8515 consensus_queue.cc:579] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Leader has been unable to successfully communicate with peer 836349a6b3cd420ea811d721b11da8ef for more than 1 seconds (1.617s)
I20260608 12:41:07.569221  8509 consensus_queue.cc:579] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Leader has been unable to successfully communicate with peer 02a843296ee14760b6aa83d9892972bf for more than 1 seconds (1.774s)
I20260608 12:41:07.569397  8516 raft_consensus.cc:493] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 58ac653e2c49495da2edb379b4203679)
I20260608 12:41:07.569865  8508 raft_consensus.cc:493] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:07.613718  8508 raft_consensus.cc:515] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:07.617169  8508 leader_election.cc:290] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199), 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115)
I20260608 12:41:07.468986  8091 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "830a17d883654c6eaea82c5bc08ab945" candidate_uuid: "836349a6b3cd420ea811d721b11da8ef" candidate_term: 2 candidate_status { last_received { term: 1 index: 3 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679" is_pre_election: true
I20260608 12:41:07.620141  8435 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "836514451bbd4b22977e0838c0ecaa72" candidate_uuid: "58ac653e2c49495da2edb379b4203679" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "836349a6b3cd420ea811d721b11da8ef" is_pre_election: true
I20260608 12:41:07.620873  8435 raft_consensus.cc:2468] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 58ac653e2c49495da2edb379b4203679 in term 2.
I20260608 12:41:07.622270  8055 leader_election.cc:304] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [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: 58ac653e2c49495da2edb379b4203679, 836349a6b3cd420ea811d721b11da8ef; no voters: 
I20260608 12:41:07.623303  8508 raft_consensus.cc:2804] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260608 12:41:07.623773  8508 raft_consensus.cc:493] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:07.624163  8508 raft_consensus.cc:3060] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:41:07.631984  8516 raft_consensus.cc:515] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } }
I20260608 12:41:07.659694  8517 raft_consensus.cc:493] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 58ac653e2c49495da2edb379b4203679)
I20260608 12:41:07.660527  8517 raft_consensus.cc:515] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } }
I20260608 12:41:07.664510  8091 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3b62386652648499594d0fa950c9fa2" candidate_uuid: "02a843296ee14760b6aa83d9892972bf" candidate_term: 2 candidate_status { last_received { term: 1 index: 3 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679" is_pre_election: true
I20260608 12:41:07.672369  8166 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3b62386652648499594d0fa950c9fa2" candidate_uuid: "836349a6b3cd420ea811d721b11da8ef" candidate_term: 2 candidate_status { last_received { term: 1 index: 3 } } ignore_live_leader: false dest_uuid: "02a843296ee14760b6aa83d9892972bf" is_pre_election: true
I20260608 12:41:07.676826  8514 leader_election.cc:290] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199), 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543)
I20260608 12:41:07.687577  8090 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8119cd79dee24e78890eab94b32bb14e" candidate_uuid: "02a843296ee14760b6aa83d9892972bf" candidate_term: 2 candidate_status { last_received { term: 1 index: 3 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679" is_pre_election: true
I20260608 12:41:07.702365  8516 leader_election.cc:290] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115), 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543)
I20260608 12:41:07.736390  8090 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3b62386652648499594d0fa950c9fa2" candidate_uuid: "836349a6b3cd420ea811d721b11da8ef" candidate_term: 2 candidate_status { last_received { term: 1 index: 3 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679" is_pre_election: true
I20260608 12:41:07.746495  8517 leader_election.cc:290] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199), 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543)
I20260608 12:41:07.755371  8508 raft_consensus.cc:515] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:07.794929  8166 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "836514451bbd4b22977e0838c0ecaa72" candidate_uuid: "58ac653e2c49495da2edb379b4203679" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "02a843296ee14760b6aa83d9892972bf"
I20260608 12:41:07.795728  8166 raft_consensus.cc:3060] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:41:07.841611  8166 raft_consensus.cc:2468] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 58ac653e2c49495da2edb379b4203679 in term 3.
I20260608 12:41:07.843374  8056 leader_election.cc:304] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [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: 02a843296ee14760b6aa83d9892972bf, 58ac653e2c49495da2edb379b4203679; no voters: 
I20260608 12:41:07.844430  8510 raft_consensus.cc:2804] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [term 3 FOLLOWER]: Leader election won for term 3
I20260608 12:41:07.844959  8510 raft_consensus.cc:697] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [term 3 LEADER]: Becoming Leader. State: Replica: 58ac653e2c49495da2edb379b4203679, State: Running, Role: LEADER
I20260608 12:41:07.846375  8510 consensus_queue.cc:237] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:07.847649  8162 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "836514451bbd4b22977e0838c0ecaa72" candidate_uuid: "58ac653e2c49495da2edb379b4203679" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "02a843296ee14760b6aa83d9892972bf" is_pre_election: true
I20260608 12:41:07.853610  8162 raft_consensus.cc:2376] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 3 FOLLOWER]: Leader pre-election vote request: Already granted yes vote for candidate 58ac653e2c49495da2edb379b4203679 in term 3. Re-sending same reply.
I20260608 12:41:07.854112  8508 leader_election.cc:290] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [CANDIDATE]: Term 3 election: Requested vote from peers 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199), 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115)
I20260608 12:41:07.943010  8089 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "830a17d883654c6eaea82c5bc08ab945" candidate_uuid: "02a843296ee14760b6aa83d9892972bf" candidate_term: 2 candidate_status { last_received { term: 1 index: 3 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679" is_pre_election: true
I20260608 12:41:07.945847  8164 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "830a17d883654c6eaea82c5bc08ab945" candidate_uuid: "836349a6b3cd420ea811d721b11da8ef" candidate_term: 2 candidate_status { last_received { term: 1 index: 3 } } ignore_live_leader: false dest_uuid: "02a843296ee14760b6aa83d9892972bf" is_pre_election: true
I20260608 12:41:07.946581  8164 raft_consensus.cc:2468] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 836349a6b3cd420ea811d721b11da8ef in term 1.
I20260608 12:41:07.959839  8092 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "836514451bbd4b22977e0838c0ecaa72" candidate_uuid: "02a843296ee14760b6aa83d9892972bf" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679" is_pre_election: true
I20260608 12:41:07.969570  8129 leader_election.cc:304] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [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: 02a843296ee14760b6aa83d9892972bf, 836349a6b3cd420ea811d721b11da8ef; no voters: 58ac653e2c49495da2edb379b4203679
I20260608 12:41:07.970572  8517 raft_consensus.cc:2764] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 3 FOLLOWER]: Leader pre-election decision vote started in defunct term 2: won
I20260608 12:41:07.990705  8435 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8119cd79dee24e78890eab94b32bb14e" candidate_uuid: "02a843296ee14760b6aa83d9892972bf" candidate_term: 2 candidate_status { last_received { term: 1 index: 3 } } ignore_live_leader: false dest_uuid: "836349a6b3cd420ea811d721b11da8ef" is_pre_election: true
I20260608 12:41:07.992239  8433 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "830a17d883654c6eaea82c5bc08ab945" candidate_uuid: "02a843296ee14760b6aa83d9892972bf" candidate_term: 2 candidate_status { last_received { term: 1 index: 3 } } ignore_live_leader: false dest_uuid: "836349a6b3cd420ea811d721b11da8ef" is_pre_election: true
I20260608 12:41:07.992277  8129 leader_election.cc:304] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf [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: 02a843296ee14760b6aa83d9892972bf; no voters: 58ac653e2c49495da2edb379b4203679, 836349a6b3cd420ea811d721b11da8ef
I20260608 12:41:07.994881  8517 raft_consensus.cc:2749] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:41:07.996531  8129 leader_election.cc:304] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [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: 02a843296ee14760b6aa83d9892972bf; no voters: 58ac653e2c49495da2edb379b4203679, 836349a6b3cd420ea811d721b11da8ef
I20260608 12:41:07.997818  8432 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3b62386652648499594d0fa950c9fa2" candidate_uuid: "02a843296ee14760b6aa83d9892972bf" candidate_term: 2 candidate_status { last_received { term: 1 index: 3 } } ignore_live_leader: false dest_uuid: "836349a6b3cd420ea811d721b11da8ef" is_pre_election: true
I20260608 12:41:07.998034  8517 raft_consensus.cc:2749] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:41:07.999804  8129 leader_election.cc:304] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [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: 02a843296ee14760b6aa83d9892972bf; no voters: 58ac653e2c49495da2edb379b4203679, 836349a6b3cd420ea811d721b11da8ef
I20260608 12:41:08.001484  8517 raft_consensus.cc:2749] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:41:08.005610  8383 leader_election.cc:304] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [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: 02a843296ee14760b6aa83d9892972bf, 836349a6b3cd420ea811d721b11da8ef; no voters: 58ac653e2c49495da2edb379b4203679
I20260608 12:41:08.006529  8516 raft_consensus.cc:2804] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:41:08.006915  8516 raft_consensus.cc:493] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Starting leader election (detected failure of leader 58ac653e2c49495da2edb379b4203679)
I20260608 12:41:08.007303  8516 raft_consensus.cc:3060] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:08.014822  8516 raft_consensus.cc:515] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 2 FOLLOWER]: Starting leader election with config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:08.018409  8163 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "830a17d883654c6eaea82c5bc08ab945" candidate_uuid: "836349a6b3cd420ea811d721b11da8ef" candidate_term: 2 candidate_status { last_received { term: 1 index: 3 } } ignore_live_leader: false dest_uuid: "02a843296ee14760b6aa83d9892972bf"
I20260608 12:41:08.019232  8092 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "830a17d883654c6eaea82c5bc08ab945" candidate_uuid: "836349a6b3cd420ea811d721b11da8ef" candidate_term: 2 candidate_status { last_received { term: 1 index: 3 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679"
I20260608 12:41:08.018229  8516 leader_election.cc:290] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [CANDIDATE]: Term 2 election: Requested vote from peers 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543), 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115)
I20260608 12:41:08.022050  8384 leader_election.cc:304] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef [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: 836349a6b3cd420ea811d721b11da8ef; no voters: 02a843296ee14760b6aa83d9892972bf, 58ac653e2c49495da2edb379b4203679
I20260608 12:41:08.024102  8384 leader_election.cc:304] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [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: 836349a6b3cd420ea811d721b11da8ef; no voters: 02a843296ee14760b6aa83d9892972bf, 58ac653e2c49495da2edb379b4203679
I20260608 12:41:08.024319  8516 raft_consensus.cc:2749] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:41:08.025035  8511 raft_consensus.cc:2749] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260608 12:41:08.032505  8092 consensus_queue.cc:237] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [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: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { replace: true } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:08.036443  8434 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "836514451bbd4b22977e0838c0ecaa72" candidate_uuid: "58ac653e2c49495da2edb379b4203679" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "836349a6b3cd420ea811d721b11da8ef"
I20260608 12:41:08.037103  8434 raft_consensus.cc:3060] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:41:08.080614  8434 raft_consensus.cc:2468] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 58ac653e2c49495da2edb379b4203679 in term 3.
I20260608 12:41:08.083336  8089 consensus_queue.cc:237] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [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: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:08.089763  8163 raft_consensus.cc:1275] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: 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:08.091368  8434 raft_consensus.cc:1275] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: 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:08.092509  8507 consensus_queue.cc:1048] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } 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:08.093865  8512 consensus_queue.cc:1048] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:41:08.098443  8163 raft_consensus.cc:1275] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: 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:08.100276  8058 consensus_peers.cc:597] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 -> Peer 02e37e74beb5448884a78c90d851bf07 (127.0.107.196:34713): Couldn't send request to peer 02e37e74beb5448884a78c90d851bf07. 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:08.101265  8507 consensus_queue.cc:1048] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
W20260608 12:41:08.103588  8058 consensus_peers.cc:597] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 -> Peer 02e37e74beb5448884a78c90d851bf07 (127.0.107.196:34713): Couldn't send request to peer 02e37e74beb5448884a78c90d851bf07. 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:08.105027  8432 raft_consensus.cc:1240] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 2 FOLLOWER]: Rejecting Update request from peer 58ac653e2c49495da2edb379b4203679 for earlier term 1. Current term is 2. Ops: []
I20260608 12:41:08.107189  8507 consensus_queue.cc:1059] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 }, Status: INVALID_TERM, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:08.108656  8512 raft_consensus.cc:3055] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:41:08.109149  8512 raft_consensus.cc:740] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 58ac653e2c49495da2edb379b4203679, State: Running, Role: LEADER
I20260608 12:41:08.110538  8512 consensus_queue.cc:260] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, 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: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:08.112197  8512 raft_consensus.cc:3060] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:08.113801  7915 catalog_manager.cc:5696] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 reported cstate change: term changed from 1 to 3, leader changed from 836349a6b3cd420ea811d721b11da8ef (127.0.107.193) to 58ac653e2c49495da2edb379b4203679 (127.0.107.194). New cstate: current_term: 3 leader_uuid: "58ac653e2c49495da2edb379b4203679" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:08.118216  8510 raft_consensus.cc:2955] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { replace: true } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
I20260608 12:41:08.127449  8432 raft_consensus.cc:2955] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { replace: true } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
I20260608 12:41:08.130394  8164 raft_consensus.cc:2955] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { replace: true } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
W20260608 12:41:08.146942  7963 auto_rebalancer.cc:591] Failed to schedule move for tablet 836514451bbd4b22977e0838c0ecaa72: Illegal state: Replica 836349a6b3cd420ea811d721b11da8ef is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 3 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } }
I20260608 12:41:08.152503  7913 catalog_manager.cc:5696] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef reported cstate change: config changed from index 3 to 4, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "58ac653e2c49495da2edb379b4203679" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { replace: true } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
I20260608 12:41:08.153901  8089 consensus_queue.cc:237] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [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: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } attrs { replace: true } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
W20260608 12:41:08.168123  7901 catalog_manager.cc:5226] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet f3b62386652648499594d0fa950c9fa2 with cas_config_opid_index 3: ChangeConfig:ADD_PEER:NON_VOTER failed with leader 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543) due to error UNKNOWN_ERROR; will retry: Illegal state: RaftConfig change currently pending. Only one is allowed at a time.
  Committed config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } }.
  Pending config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } attrs { replace: true } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
W20260608 12:41:08.168270  8058 consensus_peers.cc:597] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 -> Peer 02e37e74beb5448884a78c90d851bf07 (127.0.107.196:34713): Couldn't send request to peer 02e37e74beb5448884a78c90d851bf07. 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:08.168387  8164 raft_consensus.cc:1275] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: 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:08.169817  8432 raft_consensus.cc:1275] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: 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:08.170414  8510 consensus_queue.cc:1048] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:08.171545  8507 consensus_queue.cc:1048] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } 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:08.179891  8512 raft_consensus.cc:2955] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } attrs { replace: true } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
I20260608 12:41:08.182250  8164 raft_consensus.cc:2955] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } attrs { replace: true } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
I20260608 12:41:08.182271  8432 raft_consensus.cc:2955] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } attrs { replace: true } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
I20260608 12:41:08.195004  7915 catalog_manager.cc:5696] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf reported cstate change: config changed from index 3 to 4, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "58ac653e2c49495da2edb379b4203679" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } attrs { replace: true } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
W20260608 12:41:08.199973  7901 catalog_manager.cc:5219] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet f3b62386652648499594d0fa950c9fa2 with cas_config_opid_index 3: ChangeConfig:ADD_PEER:NON_VOTER failed with leader 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543) due to CAS failure; no further retry: Illegal state: Request specified cas_config_opid_index of 3 but the committed config has opid_index of 4
I20260608 12:41:08.332434  8432 raft_consensus.cc:1275] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [term 3 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260608 12:41:08.334144  8512 consensus_queue.cc:1048] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:08.346649  8164 raft_consensus.cc:1275] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 3 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260608 12:41:08.348398  8507 consensus_queue.cc:1048] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:08.573685  8537 ts_tablet_manager.cc:933] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07: Initiating tablet copy from peer 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543)
I20260608 12:41:08.575822  8537 tablet_copy_client.cc:323] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:45543
I20260608 12:41:08.577813  8101 tablet_copy_service.cc:140] P 58ac653e2c49495da2edb379b4203679: Received BeginTabletCopySession request for tablet f3b62386652648499594d0fa950c9fa2 from peer 02e37e74beb5448884a78c90d851bf07 ({username='slave'} at 127.0.0.1:46590)
I20260608 12:41:08.578332  8101 tablet_copy_service.cc:161] P 58ac653e2c49495da2edb379b4203679: Beginning new tablet copy session on tablet f3b62386652648499594d0fa950c9fa2 from peer 02e37e74beb5448884a78c90d851bf07 at {username='slave'} at 127.0.0.1:46590: session id = 02e37e74beb5448884a78c90d851bf07-f3b62386652648499594d0fa950c9fa2
I20260608 12:41:08.584339  8101 tablet_copy_source_session.cc:215] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:08.587189  8537 ts_tablet_manager.cc:1916] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07: Deleting tablet data with delete state TABLET_DATA_COPYING
I20260608 12:41:08.598335  8537 ts_tablet_manager.cc:1929] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07: tablet deleted with delete type TABLET_DATA_COPYING: last-logged OpId 1.2
I20260608 12:41:08.599120  8537 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f3b62386652648499594d0fa950c9fa2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:08.605352  8537 tablet_copy_client.cc:806] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:08.605902  8537 tablet_copy_client.cc:670] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:08.609488  8537 tablet_copy_client.cc:538] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:08.615466  8537 tablet_bootstrap.cc:492] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07: Bootstrap starting.
I20260608 12:41:08.636349  8537 tablet_bootstrap.cc:492] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07: 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:08.637149  8537 tablet_bootstrap.cc:492] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07: Bootstrap complete.
I20260608 12:41:08.637740  8537 ts_tablet_manager.cc:1403] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07: Time spent bootstrapping tablet: real 0.022s	user 0.019s	sys 0.004s
I20260608 12:41:08.640208  8537 raft_consensus.cc:359] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } attrs { replace: true } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:08.640777  8537 raft_consensus.cc:740] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 02e37e74beb5448884a78c90d851bf07, State: Initialized, Role: LEARNER
I20260608 12:41:08.641328  8537 consensus_queue.cc:260] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [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: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } attrs { replace: true } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:08.644037  8537 ts_tablet_manager.cc:1434] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260608 12:41:08.645798  8101 tablet_copy_service.cc:342] P 58ac653e2c49495da2edb379b4203679: Request end of tablet copy session 02e37e74beb5448884a78c90d851bf07-f3b62386652648499594d0fa950c9fa2 received from {username='slave'} at 127.0.0.1:46590
I20260608 12:41:08.646294  8101 tablet_copy_service.cc:434] P 58ac653e2c49495da2edb379b4203679: ending tablet copy session 02e37e74beb5448884a78c90d851bf07-f3b62386652648499594d0fa950c9fa2 on tablet f3b62386652648499594d0fa950c9fa2 with peer 02e37e74beb5448884a78c90d851bf07
I20260608 12:41:08.683213  8537 ts_tablet_manager.cc:933] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07: Initiating tablet copy from peer 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543)
I20260608 12:41:08.684883  8537 tablet_copy_client.cc:323] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:45543
I20260608 12:41:08.686450  8101 tablet_copy_service.cc:140] P 58ac653e2c49495da2edb379b4203679: Received BeginTabletCopySession request for tablet 8119cd79dee24e78890eab94b32bb14e from peer 02e37e74beb5448884a78c90d851bf07 ({username='slave'} at 127.0.0.1:46590)
I20260608 12:41:08.687009  8101 tablet_copy_service.cc:161] P 58ac653e2c49495da2edb379b4203679: Beginning new tablet copy session on tablet 8119cd79dee24e78890eab94b32bb14e from peer 02e37e74beb5448884a78c90d851bf07 at {username='slave'} at 127.0.0.1:46590: session id = 02e37e74beb5448884a78c90d851bf07-8119cd79dee24e78890eab94b32bb14e
I20260608 12:41:08.695365  8101 tablet_copy_source_session.cc:215] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:08.698249  8537 ts_tablet_manager.cc:1916] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07: Deleting tablet data with delete state TABLET_DATA_COPYING
I20260608 12:41:08.709977  8537 ts_tablet_manager.cc:1929] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07: tablet deleted with delete type TABLET_DATA_COPYING: last-logged OpId 1.2
I20260608 12:41:08.710583  8537 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8119cd79dee24e78890eab94b32bb14e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:08.715668  8537 tablet_copy_client.cc:806] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:08.716182  8537 tablet_copy_client.cc:670] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:08.720234  8537 tablet_copy_client.cc:538] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:08.727391  8537 tablet_bootstrap.cc:492] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07: Bootstrap starting.
I20260608 12:41:08.746146  8537 tablet_bootstrap.cc:492] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07: 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:08.746773  8537 tablet_bootstrap.cc:492] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07: Bootstrap complete.
I20260608 12:41:08.747351  8537 ts_tablet_manager.cc:1403] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07: Time spent bootstrapping tablet: real 0.020s	user 0.019s	sys 0.000s
I20260608 12:41:08.749431  8537 raft_consensus.cc:359] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { replace: true } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:08.749938  8537 raft_consensus.cc:740] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 02e37e74beb5448884a78c90d851bf07, State: Initialized, Role: LEARNER
I20260608 12:41:08.750376  8537 consensus_queue.cc:260] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07 [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: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { replace: true } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:08.751827  8537 ts_tablet_manager.cc:1434] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07: Time spent starting tablet: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:41:08.753365  8101 tablet_copy_service.cc:342] P 58ac653e2c49495da2edb379b4203679: Request end of tablet copy session 02e37e74beb5448884a78c90d851bf07-8119cd79dee24e78890eab94b32bb14e received from {username='slave'} at 127.0.0.1:46590
I20260608 12:41:08.753808  8101 tablet_copy_service.cc:434] P 58ac653e2c49495da2edb379b4203679: ending tablet copy session 02e37e74beb5448884a78c90d851bf07-8119cd79dee24e78890eab94b32bb14e on tablet 8119cd79dee24e78890eab94b32bb14e with peer 02e37e74beb5448884a78c90d851bf07
W20260608 12:41:08.967718  8366 debug-util.cc:398] Leaking SignalData structure 0x7b0800159fc0 after lost signal to thread 434
W20260608 12:41:08.968969  8366 debug-util.cc:398] Leaking SignalData structure 0x7b0800162100 after lost signal to thread 7949
W20260608 12:41:08.970329  8366 debug-util.cc:398] Leaking SignalData structure 0x7b080012de40 after lost signal to thread 8116
W20260608 12:41:08.971489  8366 debug-util.cc:398] Leaking SignalData structure 0x7b0800029120 after lost signal to thread 8190
W20260608 12:41:08.972721  8366 debug-util.cc:398] Leaking SignalData structure 0x7b0800176260 after lost signal to thread 8369
W20260608 12:41:08.973847  8366 debug-util.cc:398] Leaking SignalData structure 0x7b0800116e80 after lost signal to thread 8460
I20260608 12:41:09.099076  8344 raft_consensus.cc:1217] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.3->[1.4-1.4]   Dedup: 1.4->[]
I20260608 12:41:09.142738  8344 raft_consensus.cc:1217] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.3->[1.4-1.4]   Dedup: 1.4->[]
I20260608 12:41:09.610929  8543 raft_consensus.cc:493] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 58ac653e2c49495da2edb379b4203679)
I20260608 12:41:09.611534  8543 raft_consensus.cc:515] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:09.614096  8543 leader_election.cc:290] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199), 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543)
I20260608 12:41:09.615429  8432 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "830a17d883654c6eaea82c5bc08ab945" candidate_uuid: "02a843296ee14760b6aa83d9892972bf" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: false dest_uuid: "836349a6b3cd420ea811d721b11da8ef" is_pre_election: true
I20260608 12:41:09.615965  8089 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "830a17d883654c6eaea82c5bc08ab945" candidate_uuid: "02a843296ee14760b6aa83d9892972bf" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679" is_pre_election: true
I20260608 12:41:09.616403  8432 raft_consensus.cc:2393] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 02a843296ee14760b6aa83d9892972bf in current term 2: Already voted for candidate 836349a6b3cd420ea811d721b11da8ef in this term.
I20260608 12:41:09.616675  8089 raft_consensus.cc:2468] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 02a843296ee14760b6aa83d9892972bf in term 2.
I20260608 12:41:09.618585  8131 leader_election.cc:304] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [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: 02a843296ee14760b6aa83d9892972bf, 58ac653e2c49495da2edb379b4203679; no voters: 836349a6b3cd420ea811d721b11da8ef
I20260608 12:41:09.619424  8543 raft_consensus.cc:2804] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:41:09.619794  8543 raft_consensus.cc:493] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Starting leader election (detected failure of leader 58ac653e2c49495da2edb379b4203679)
I20260608 12:41:09.620162  8543 raft_consensus.cc:3060] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:09.627400  8543 raft_consensus.cc:515] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 2 FOLLOWER]: Starting leader election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:09.629746  8543 leader_election.cc:290] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [CANDIDATE]: Term 2 election: Requested vote from peers 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199), 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543)
I20260608 12:41:09.630568  8432 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "830a17d883654c6eaea82c5bc08ab945" candidate_uuid: "02a843296ee14760b6aa83d9892972bf" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: false dest_uuid: "836349a6b3cd420ea811d721b11da8ef"
I20260608 12:41:09.631366  8432 raft_consensus.cc:2393] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 02a843296ee14760b6aa83d9892972bf in current term 2: Already voted for candidate 836349a6b3cd420ea811d721b11da8ef in this term.
I20260608 12:41:09.631507  8089 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "830a17d883654c6eaea82c5bc08ab945" candidate_uuid: "02a843296ee14760b6aa83d9892972bf" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679"
I20260608 12:41:09.637547  8507 raft_consensus.cc:1064] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679: attempting to promote NON_VOTER 02e37e74beb5448884a78c90d851bf07 to VOTER
I20260608 12:41:09.640069  8089 raft_consensus.cc:2468] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 02a843296ee14760b6aa83d9892972bf in term 2.
I20260608 12:41:09.640206  8507 consensus_queue.cc:237] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 1.4, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } attrs { replace: true } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } }
I20260608 12:41:09.641745  8131 leader_election.cc:304] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [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: 02a843296ee14760b6aa83d9892972bf, 58ac653e2c49495da2edb379b4203679; no voters: 836349a6b3cd420ea811d721b11da8ef
I20260608 12:41:09.642942  8543 raft_consensus.cc:2804] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:09.650461  8543 raft_consensus.cc:697] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 2 LEADER]: Becoming Leader. State: Replica: 02a843296ee14760b6aa83d9892972bf, State: Running, Role: LEADER
I20260608 12:41:09.651579  8543 consensus_queue.cc:237] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, 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: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:09.661362  8344 raft_consensus.cc:1275] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [term 1 LEARNER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260608 12:41:09.663254  8510 consensus_queue.cc:1048] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } 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:09.674497  7914 catalog_manager.cc:5696] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf reported cstate change: term changed from 1 to 2, leader changed from 58ac653e2c49495da2edb379b4203679 (127.0.107.194) to 02a843296ee14760b6aa83d9892972bf (127.0.107.195), now has a pending config: VOTER 836349a6b3cd420ea811d721b11da8ef (127.0.107.193), VOTER 58ac653e2c49495da2edb379b4203679 (127.0.107.194), VOTER 02a843296ee14760b6aa83d9892972bf (127.0.107.195), NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196). New cstate: current_term: 2 leader_uuid: "02a843296ee14760b6aa83d9892972bf" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } health_report { overall_health: HEALTHY } } } pending_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
I20260608 12:41:09.676141  8432 raft_consensus.cc:1275] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260608 12:41:09.678081  8510 consensus_queue.cc:1048] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } 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:09.686357  8164 raft_consensus.cc:1275] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260608 12:41:09.688009  8512 consensus_queue.cc:1048] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:09.696686  8507 raft_consensus.cc:2955] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [term 1 LEADER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } attrs { replace: true } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:09.708952  8163 raft_consensus.cc:2955] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } attrs { replace: true } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:09.726289  8434 raft_consensus.cc:2955] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } attrs { replace: true } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:09.734102  7914 catalog_manager.cc:5696] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 reported cstate change: config changed from index 4 to 5, 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "58ac653e2c49495da2edb379b4203679" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:09.748487  8344 raft_consensus.cc:2955] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } attrs { replace: true } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:09.759699  8089 consensus_queue.cc:237] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 5, Committed index: 5, Last appended: 1.5, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } }
I20260608 12:41:09.765813  8512 raft_consensus.cc:1064] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679: attempting to promote NON_VOTER 02e37e74beb5448884a78c90d851bf07 to VOTER
I20260608 12:41:09.768368  8512 consensus_queue.cc:237] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 1.4, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { replace: true } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } }
I20260608 12:41:09.775120  8163 raft_consensus.cc:1275] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260608 12:41:09.781744  8554 consensus_queue.cc:1048] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.001s
I20260608 12:41:09.791606  8510 raft_consensus.cc:2955] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [term 1 LEADER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER 836349a6b3cd420ea811d721b11da8ef (127.0.107.193) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:09.796218  8164 raft_consensus.cc:2955] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER 836349a6b3cd420ea811d721b11da8ef (127.0.107.193) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:09.806880  7901 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet f3b62386652648499594d0fa950c9fa2 with cas_config_opid_index 5: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:09.815320  7913 catalog_manager.cc:5696] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 reported cstate change: config changed from index 5 to 6, VOTER 836349a6b3cd420ea811d721b11da8ef (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "58ac653e2c49495da2edb379b4203679" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:09.826593  8163 raft_consensus.cc:1275] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260608 12:41:09.828470  8343 raft_consensus.cc:1275] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07 [term 1 LEARNER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260608 12:41:09.830328  8423 tablet_service.cc:1558] Processing DeleteTablet for tablet f3b62386652648499594d0fa950c9fa2 with delete_type TABLET_DATA_TOMBSTONED (TS 836349a6b3cd420ea811d721b11da8ef not found in new config with opid_index 6) from {username='slave'} at 127.0.0.1:44014
I20260608 12:41:09.831480  8507 consensus_queue.cc:1048] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } 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:09.838718  8507 consensus_queue.cc:1048] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260608 12:41:09.852602  8558 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:09.853912  8558 raft_consensus.cc:2243] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:09.855129  8558 raft_consensus.cc:2272] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:09.859323  8434 raft_consensus.cc:1275] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260608 12:41:09.861267  8512 consensus_queue.cc:1048] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:09.867533  8558 ts_tablet_manager.cc:1916] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:09.867969  8345 raft_consensus.cc:1275] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [term 1 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260608 12:41:09.881178  8559 consensus_queue.cc:1048] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } 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:09.884955  8432 raft_consensus.cc:2955] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { replace: true } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:09.887737  8345 raft_consensus.cc:2955] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER 836349a6b3cd420ea811d721b11da8ef (127.0.107.193) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:09.882682  8510 raft_consensus.cc:2955] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [term 1 LEADER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { replace: true } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:09.900650  8164 raft_consensus.cc:2955] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { replace: true } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:09.902751  7913 catalog_manager.cc:5696] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef reported cstate change: config changed from index 4 to 5, 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "58ac653e2c49495da2edb379b4203679" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { replace: true } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:09.913694  8558 ts_tablet_manager.cc:1929] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.5
I20260608 12:41:09.914238  8558 log.cc:1199] T f3b62386652648499594d0fa950c9fa2 P 836349a6b3cd420ea811d721b11da8ef: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-0-root/wals/f3b62386652648499594d0fa950c9fa2
I20260608 12:41:09.916255  7899 catalog_manager.cc:5027] TS 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): tablet f3b62386652648499594d0fa950c9fa2 (table test-workload [id=27fd12dda2e348439cf825f3251af09c]) successfully deleted
I20260608 12:41:09.924059  8345 raft_consensus.cc:2955] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { replace: true } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:09.930457  8089 consensus_queue.cc:237] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 5, Committed index: 5, Last appended: 1.5, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } }
I20260608 12:41:09.938228  8432 raft_consensus.cc:1275] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260608 12:41:09.939874  8554 consensus_queue.cc:1048] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260608 12:41:09.941298  8345 raft_consensus.cc:1275] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07 [term 1 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260608 12:41:09.942961  8554 consensus_queue.cc:1048] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260608 12:41:09.947002  8510 raft_consensus.cc:2955] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [term 1 LEADER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER 02a843296ee14760b6aa83d9892972bf (127.0.107.195) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:09.951706  8432 raft_consensus.cc:2955] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER 02a843296ee14760b6aa83d9892972bf (127.0.107.195) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:09.957717  7901 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 8119cd79dee24e78890eab94b32bb14e with cas_config_opid_index 5: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:09.959954  8345 raft_consensus.cc:2955] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07 [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER 02a843296ee14760b6aa83d9892972bf (127.0.107.195) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:09.963119  7914 catalog_manager.cc:5696] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 reported cstate change: config changed from index 5 to 6, VOTER 02a843296ee14760b6aa83d9892972bf (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "58ac653e2c49495da2edb379b4203679" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:09.969117  8555 raft_consensus.cc:493] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:09.969686  8555 raft_consensus.cc:515] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 2 FOLLOWER]: Starting pre-election with config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:09.973428  8164 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "830a17d883654c6eaea82c5bc08ab945" candidate_uuid: "836349a6b3cd420ea811d721b11da8ef" candidate_term: 3 candidate_status { last_received { term: 1 index: 3 } } ignore_live_leader: false dest_uuid: "02a843296ee14760b6aa83d9892972bf" is_pre_election: true
I20260608 12:41:09.974485  8555 leader_election.cc:290] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543), 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115)
I20260608 12:41:09.975363  8089 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "830a17d883654c6eaea82c5bc08ab945" candidate_uuid: "836349a6b3cd420ea811d721b11da8ef" candidate_term: 3 candidate_status { last_received { term: 1 index: 3 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679" is_pre_election: true
I20260608 12:41:09.976231  8089 raft_consensus.cc:2410] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 836349a6b3cd420ea811d721b11da8ef for term 3 because replica has last-logged OpId of term: 1 index: 4, which is greater than that of the candidate, which has last-logged OpId of term: 1 index: 3.
I20260608 12:41:09.977918  8156 tablet_service.cc:1558] Processing DeleteTablet for tablet 8119cd79dee24e78890eab94b32bb14e with delete_type TABLET_DATA_TOMBSTONED (TS 02a843296ee14760b6aa83d9892972bf not found in new config with opid_index 6) from {username='slave'} at 127.0.0.1:59980
I20260608 12:41:09.981467  8384 leader_election.cc:304] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [CANDIDATE]: Term 3 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 836349a6b3cd420ea811d721b11da8ef; no voters: 02a843296ee14760b6aa83d9892972bf, 58ac653e2c49495da2edb379b4203679
I20260608 12:41:09.982380  8555 raft_consensus.cc:2749] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
I20260608 12:41:09.983883  8563 tablet_replica.cc:333] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf: stopping tablet replica
I20260608 12:41:09.987102  8563 raft_consensus.cc:2243] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:09.988111  8563 raft_consensus.cc:2272] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:09.991557  8563 ts_tablet_manager.cc:1916] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:10.002547  8563 ts_tablet_manager.cc:1929] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.5
I20260608 12:41:10.002882  8563 log.cc:1199] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-2-root/wals/8119cd79dee24e78890eab94b32bb14e
I20260608 12:41:10.004614  7900 catalog_manager.cc:5027] TS 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115): tablet 8119cd79dee24e78890eab94b32bb14e (table test-workload [id=27fd12dda2e348439cf825f3251af09c]) successfully deleted
W20260608 12:41:10.099900  8132 consensus_peers.cc:597] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf -> Peer 02e37e74beb5448884a78c90d851bf07 (127.0.107.196:34713): Couldn't send request to peer 02e37e74beb5448884a78c90d851bf07. 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:10.157701  8432 raft_consensus.cc:1275] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 2 FOLLOWER]: Refusing update from remote peer 02a843296ee14760b6aa83d9892972bf: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:41:10.159255  8543 consensus_queue.cc:1048] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [LEADER]: Connected to new peer: Peer: permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:10.171123  8567 raft_consensus.cc:2955] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 2 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
I20260608 12:41:10.172731  8432 raft_consensus.cc:2955] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 2 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
I20260608 12:41:10.187131  8089 raft_consensus.cc:1275] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 2 FOLLOWER]: Refusing update from remote peer 02a843296ee14760b6aa83d9892972bf: 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:10.185359  7915 catalog_manager.cc:5696] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef reported cstate change: config changed from index 3 to 4, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added, no longer has a pending config: VOTER 836349a6b3cd420ea811d721b11da8ef (127.0.107.193), VOTER 58ac653e2c49495da2edb379b4203679 (127.0.107.194), VOTER 02a843296ee14760b6aa83d9892972bf (127.0.107.195), NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196). New cstate: current_term: 2 leader_uuid: "02a843296ee14760b6aa83d9892972bf" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
I20260608 12:41:10.188841  8543 consensus_queue.cc:1048] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [LEADER]: Connected to new peer: Peer: permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:41:10.193890  8089 raft_consensus.cc:2955] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 2 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
I20260608 12:41:10.203836  8089 rpcz_store.cc:275] Call kudu.consensus.ConsensusService.ChangeConfig from 127.0.0.1:46560 (request call id 18) took 2127 ms. Trace:
I20260608 12:41:10.204429  8089 rpcz_store.cc:276] 0608 12:41:08.076386 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:41:08.076849 (+   463us) service_pool.cc:224] Handling call
0608 12:41:08.093859 (+ 17010us) log.cc:844] Serialized 493 byte log entry
0608 12:41:10.203748 (+2109889us) inbound_call.cc:177] Queueing success response
Metrics: {"mutex_wait_us":6564,"raft.queue_time_us":7971,"raft.run_cpu_time_us":2732,"raft.run_wall_time_us":2734,"spinlock_wait_cycles":210560,"thread_start_us":510,"threads_started":1,"wal-append.queue_time_us":995,"wal-append.run_cpu_time_us":2174,"wal-append.run_wall_time_us":1014204}
I20260608 12:41:10.207057  7901 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 830a17d883654c6eaea82c5bc08ab945 with cas_config_opid_index 3: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260608 12:41:10.564875  8573 ts_tablet_manager.cc:933] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: Initiating tablet copy from peer 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115)
I20260608 12:41:10.566427  8573 tablet_copy_client.cc:323] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:41115
I20260608 12:41:10.578428  8176 tablet_copy_service.cc:140] P 02a843296ee14760b6aa83d9892972bf: Received BeginTabletCopySession request for tablet 830a17d883654c6eaea82c5bc08ab945 from peer 02e37e74beb5448884a78c90d851bf07 ({username='slave'} at 127.0.0.1:60024)
I20260608 12:41:10.579064  8176 tablet_copy_service.cc:161] P 02a843296ee14760b6aa83d9892972bf: Beginning new tablet copy session on tablet 830a17d883654c6eaea82c5bc08ab945 from peer 02e37e74beb5448884a78c90d851bf07 at {username='slave'} at 127.0.0.1:60024: session id = 02e37e74beb5448884a78c90d851bf07-830a17d883654c6eaea82c5bc08ab945
I20260608 12:41:10.587364  8176 tablet_copy_source_session.cc:215] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:10.590523  8573 ts_tablet_manager.cc:1916] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: Deleting tablet data with delete state TABLET_DATA_COPYING
I20260608 12:41:10.595639  8164 consensus_queue.cc:237] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [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: 2, State: 0, Mode: LEADER, active raft config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:10.601684  8089 raft_consensus.cc:1275] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 2 FOLLOWER]: Refusing update from remote peer 02a843296ee14760b6aa83d9892972bf: 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:10.603391  8543 consensus_queue.cc:1048] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [LEADER]: Connected to new peer: Peer: permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260608 12:41:10.603894  8432 raft_consensus.cc:1275] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 2 FOLLOWER]: Refusing update from remote peer 02a843296ee14760b6aa83d9892972bf: 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:10.604458  8573 ts_tablet_manager.cc:1929] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: tablet deleted with delete type TABLET_DATA_COPYING: last-logged OpId 1.2
I20260608 12:41:10.605294  8573 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 830a17d883654c6eaea82c5bc08ab945. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:10.605626  8543 consensus_queue.cc:1048] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [LEADER]: Connected to new peer: Peer: permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260608 12:41:10.611195  8570 raft_consensus.cc:2955] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 2 LEADER]: Committing config change with OpId 2.6: config changed from index 4 to 6, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } }
I20260608 12:41:10.614758  8089 raft_consensus.cc:2955] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 2 FOLLOWER]: Committing config change with OpId 2.6: config changed from index 4 to 6, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } }
I20260608 12:41:10.615164  8432 raft_consensus.cc:2955] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 2 FOLLOWER]: Committing config change with OpId 2.6: config changed from index 4 to 6, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } }
I20260608 12:41:10.612879  8573 tablet_copy_client.cc:806] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:10.622354  7900 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 830a17d883654c6eaea82c5bc08ab945 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:10.622671  8573 tablet_copy_client.cc:670] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:10.626767  7914 catalog_manager.cc:5696] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf reported cstate change: config changed from index 4 to 6, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) evicted. New cstate: current_term: 2 leader_uuid: "02a843296ee14760b6aa83d9892972bf" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:10.628211  8573 tablet_copy_client.cc:538] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:10.640480  8573 tablet_bootstrap.cc:492] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: Bootstrap starting.
I20260608 12:41:10.641566  8335 tablet_service.cc:1558] Processing DeleteTablet for tablet 830a17d883654c6eaea82c5bc08ab945 with delete_type TABLET_DATA_TOMBSTONED (TS 02e37e74beb5448884a78c90d851bf07 not found in new config with opid_index 6) from {username='slave'} at 127.0.0.1:40648
W20260608 12:41:10.650789  7902 catalog_manager.cc:5007] TS 02e37e74beb5448884a78c90d851bf07 (127.0.107.196:34713): delete failed for tablet 830a17d883654c6eaea82c5bc08ab945 because tablet deleting was already in progress. No further retry: Already present: State transition of tablet 830a17d883654c6eaea82c5bc08ab945 already in progress: copying tablet
I20260608 12:41:10.665444  8573 tablet_bootstrap.cc:492] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: Bootstrap replayed 1/1 log segments. Stats: ops{read=5 overwritten=0 applied=5 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:10.666342  8573 tablet_bootstrap.cc:492] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: Bootstrap complete.
I20260608 12:41:10.666929  8573 ts_tablet_manager.cc:1403] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: Time spent bootstrapping tablet: real 0.027s	user 0.024s	sys 0.000s
I20260608 12:41:10.669334  8573 raft_consensus.cc:359] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:10.669916  8573 raft_consensus.cc:740] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 02e37e74beb5448884a78c90d851bf07, State: Initialized, Role: LEARNER
I20260608 12:41:10.670418  8573 consensus_queue.cc:260] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 5, Last appended: 2.5, Last appended by leader: 5, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:10.673238  8573 ts_tablet_manager.cc:1434] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260608 12:41:10.674978  8176 tablet_copy_service.cc:342] P 02a843296ee14760b6aa83d9892972bf: Request end of tablet copy session 02e37e74beb5448884a78c90d851bf07-830a17d883654c6eaea82c5bc08ab945 received from {username='slave'} at 127.0.0.1:60024
I20260608 12:41:10.675359  8176 tablet_copy_service.cc:434] P 02a843296ee14760b6aa83d9892972bf: ending tablet copy session 02e37e74beb5448884a78c90d851bf07-830a17d883654c6eaea82c5bc08ab945 on tablet 830a17d883654c6eaea82c5bc08ab945 with peer 02e37e74beb5448884a78c90d851bf07
I20260608 12:41:10.679322  8335 tablet_service.cc:1558] Processing DeleteTablet for tablet 830a17d883654c6eaea82c5bc08ab945 with delete_type TABLET_DATA_TOMBSTONED (Replica with old config index 4 (current committed config index is 6)) from {username='slave'} at 127.0.0.1:40648
I20260608 12:41:10.680634  8577 tablet_replica.cc:333] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: stopping tablet replica
I20260608 12:41:10.681937  8577 raft_consensus.cc:2243] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07 [term 2 LEARNER]: Raft consensus shutting down.
I20260608 12:41:10.682636  8577 raft_consensus.cc:2272] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07 [term 2 LEARNER]: Raft consensus is shut down!
I20260608 12:41:10.686012  8577 ts_tablet_manager.cc:1916] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:10.702252  8577 ts_tablet_manager.cc:1929] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.5
I20260608 12:41:10.702690  8577 log.cc:1199] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-3-root/wals/830a17d883654c6eaea82c5bc08ab945
I20260608 12:41:10.704473  7902 catalog_manager.cc:5027] TS 02e37e74beb5448884a78c90d851bf07 (127.0.107.196:34713): tablet 830a17d883654c6eaea82c5bc08ab945 (table test-workload [id=27fd12dda2e348439cf825f3251af09c]) successfully deleted
I20260608 12:41:11.004299  8164 consensus_queue.cc:237] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [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: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } attrs { replace: true } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:11.010452  8089 raft_consensus.cc:1275] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 2 FOLLOWER]: Refusing update from remote peer 02a843296ee14760b6aa83d9892972bf: Log matching property violated. Preceding OpId in replica: term: 2 index: 6. Preceding OpId from leader: term: 2 index: 7. (index mismatch)
W20260608 12:41:11.010954  8132 consensus_peers.cc:597] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf -> Peer 02e37e74beb5448884a78c90d851bf07 (127.0.107.196:34713): Couldn't send request to peer 02e37e74beb5448884a78c90d851bf07. 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:11.011127  8432 raft_consensus.cc:1275] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 2 FOLLOWER]: Refusing update from remote peer 02a843296ee14760b6aa83d9892972bf: 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:11.011972  8567 consensus_queue.cc:1048] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [LEADER]: Connected to new peer: Peer: permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 7, Last known committed idx: 6, Time since last communication: 0.000s
I20260608 12:41:11.012869  8543 consensus_queue.cc:1048] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [LEADER]: Connected to new peer: Peer: permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 7, Last known committed idx: 6, Time since last communication: 0.000s
I20260608 12:41:11.020013  8543 raft_consensus.cc:2955] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 2 LEADER]: Committing config change with OpId 2.7: config changed from index 6 to 7, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } attrs { replace: true } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
I20260608 12:41:11.022267  8432 raft_consensus.cc:2955] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 2 FOLLOWER]: Committing config change with OpId 2.7: config changed from index 6 to 7, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } attrs { replace: true } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
I20260608 12:41:11.023690  8089 raft_consensus.cc:2955] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 2 FOLLOWER]: Committing config change with OpId 2.7: config changed from index 6 to 7, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } attrs { replace: true } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
I20260608 12:41:11.036736  7913 catalog_manager.cc:5696] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef reported cstate change: config changed from index 6 to 7, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "02a843296ee14760b6aa83d9892972bf" committed_config { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } attrs { replace: true } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
I20260608 12:41:12.724658  8581 consensus_queue.cc:579] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [LEADER]: Leader has been unable to successfully communicate with peer 836349a6b3cd420ea811d721b11da8ef for more than 1 seconds (1.681s)
I20260608 12:41:12.812868  8582 consensus_queue.cc:579] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Leader has been unable to successfully communicate with peer 02e37e74beb5448884a78c90d851bf07 for more than 1 seconds (1.862s)
I20260608 12:41:12.902195  8583 raft_consensus.cc:493] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 58ac653e2c49495da2edb379b4203679)
I20260608 12:41:12.902976  8583 raft_consensus.cc:515] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } }
I20260608 12:41:12.942597  8585 consensus_queue.cc:579] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Leader has been unable to successfully communicate with peer 836349a6b3cd420ea811d721b11da8ef for more than 1 seconds (2.057s)
I20260608 12:41:12.980082  8587 raft_consensus.cc:493] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 58ac653e2c49495da2edb379b4203679)
I20260608 12:41:12.980933  8587 raft_consensus.cc:515] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } }
I20260608 12:41:12.984040  8587 leader_election.cc:290] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115), 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543)
I20260608 12:41:13.032769  8588 consensus_queue.cc:579] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Leader has been unable to successfully communicate with peer 02a843296ee14760b6aa83d9892972bf for more than 1 seconds (1.730s)
I20260608 12:41:13.058607  8590 raft_consensus.cc:493] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 2 FOLLOWER]: Starting pre-election (detected failure of leader 02a843296ee14760b6aa83d9892972bf)
I20260608 12:41:13.199149  8590 raft_consensus.cc:515] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } attrs { replace: true } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:13.202102  8590 leader_election.cc:290] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199), 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115)
I20260608 12:41:13.163213  8585 consensus_queue.cc:579] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Leader has been unable to successfully communicate with peer 836349a6b3cd420ea811d721b11da8ef for more than 1 seconds (2.191s)
I20260608 12:41:13.104628  8583 leader_election.cc:290] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543), 02e37e74beb5448884a78c90d851bf07 (127.0.107.196:34713)
I20260608 12:41:13.211664  8164 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3b62386652648499594d0fa950c9fa2" candidate_uuid: "02e37e74beb5448884a78c90d851bf07" candidate_term: 2 candidate_status { last_received { term: 1 index: 6 } } ignore_live_leader: false dest_uuid: "02a843296ee14760b6aa83d9892972bf" is_pre_election: true
I20260608 12:41:13.212527  8164 raft_consensus.cc:2468] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 02e37e74beb5448884a78c90d851bf07 in term 1.
I20260608 12:41:13.226922  8089 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3b62386652648499594d0fa950c9fa2" candidate_uuid: "02e37e74beb5448884a78c90d851bf07" candidate_term: 2 candidate_status { last_received { term: 1 index: 6 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679" is_pre_election: true
I20260608 12:41:13.250283  8309 leader_election.cc:304] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [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: 02a843296ee14760b6aa83d9892972bf, 02e37e74beb5448884a78c90d851bf07; no voters: 
I20260608 12:41:13.251461  8587 raft_consensus.cc:2804] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:41:13.251981  8587 raft_consensus.cc:493] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 58ac653e2c49495da2edb379b4203679)
I20260608 12:41:13.252417  8587 raft_consensus.cc:3060] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:13.265784  8345 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3b62386652648499594d0fa950c9fa2" candidate_uuid: "02a843296ee14760b6aa83d9892972bf" candidate_term: 2 candidate_status { last_received { term: 1 index: 6 } } ignore_live_leader: false dest_uuid: "02e37e74beb5448884a78c90d851bf07" is_pre_election: true
I20260608 12:41:13.278204  8583 consensus_queue.cc:579] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [LEADER]: Leader has been unable to successfully communicate with peer 58ac653e2c49495da2edb379b4203679 for more than 1 seconds (2.243s)
I20260608 12:41:13.310853  8583 raft_consensus.cc:493] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 3 FOLLOWER]: Starting pre-election (detected failure of leader 58ac653e2c49495da2edb379b4203679)
I20260608 12:41:13.311591  8583 raft_consensus.cc:515] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 3 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:13.314709  8583 leader_election.cc:290] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [CANDIDATE]: Term 4 pre-election: Requested pre-vote from peers 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199), 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543)
I20260608 12:41:13.366695  8582 consensus_queue.cc:579] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Leader has been unable to successfully communicate with peer 02a843296ee14760b6aa83d9892972bf for more than 1 seconds (2.110s)
I20260608 12:41:13.375437  8164 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "830a17d883654c6eaea82c5bc08ab945" candidate_uuid: "58ac653e2c49495da2edb379b4203679" candidate_term: 3 candidate_status { last_received { term: 2 index: 7 } } ignore_live_leader: false dest_uuid: "02a843296ee14760b6aa83d9892972bf" is_pre_election: true
I20260608 12:41:13.376503  8594 raft_consensus.cc:493] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 58ac653e2c49495da2edb379b4203679)
I20260608 12:41:13.381215  8594 raft_consensus.cc:515] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } }
I20260608 12:41:13.382314  8089 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3b62386652648499594d0fa950c9fa2" candidate_uuid: "02a843296ee14760b6aa83d9892972bf" candidate_term: 2 candidate_status { last_received { term: 1 index: 6 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679" is_pre_election: true
I20260608 12:41:13.385026  8090 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8119cd79dee24e78890eab94b32bb14e" candidate_uuid: "836349a6b3cd420ea811d721b11da8ef" candidate_term: 2 candidate_status { last_received { term: 1 index: 6 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679" is_pre_election: true
I20260608 12:41:13.389427  8594 leader_election.cc:290] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543), 02e37e74beb5448884a78c90d851bf07 (127.0.107.196:34713)
I20260608 12:41:13.388340  8587 raft_consensus.cc:515] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [term 2 FOLLOWER]: Starting leader election with config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } }
I20260608 12:41:13.390928  8345 raft_consensus.cc:2393] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 02a843296ee14760b6aa83d9892972bf in current term 2: Already voted for candidate 02e37e74beb5448884a78c90d851bf07 in this term.
I20260608 12:41:13.401633  8090 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3b62386652648499594d0fa950c9fa2" candidate_uuid: "02e37e74beb5448884a78c90d851bf07" candidate_term: 2 candidate_status { last_received { term: 1 index: 6 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679"
I20260608 12:41:13.404422  8587 leader_election.cc:290] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [CANDIDATE]: Term 2 election: Requested vote from peers 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115), 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543)
I20260608 12:41:13.406520  8164 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3b62386652648499594d0fa950c9fa2" candidate_uuid: "02e37e74beb5448884a78c90d851bf07" candidate_term: 2 candidate_status { last_received { term: 1 index: 6 } } ignore_live_leader: false dest_uuid: "02a843296ee14760b6aa83d9892972bf"
I20260608 12:41:13.408397  8309 leader_election.cc:304] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [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: 02e37e74beb5448884a78c90d851bf07; no voters: 02a843296ee14760b6aa83d9892972bf, 58ac653e2c49495da2edb379b4203679
I20260608 12:41:13.409884  8587 raft_consensus.cc:2749] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260608 12:41:13.475172  8584 consensus_queue.cc:579] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [LEADER]: Leader has been unable to successfully communicate with peer 02e37e74beb5448884a78c90d851bf07 for more than 1 seconds (2.464s)
I20260608 12:41:13.479070  8595 ts_tablet_manager.cc:933] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: Initiating tablet copy from peer 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115)
I20260608 12:41:13.485371  8595 tablet_copy_client.cc:323] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:41115
I20260608 12:41:13.487114  8176 tablet_copy_service.cc:140] P 02a843296ee14760b6aa83d9892972bf: Received BeginTabletCopySession request for tablet 830a17d883654c6eaea82c5bc08ab945 from peer 02e37e74beb5448884a78c90d851bf07 ({username='slave'} at 127.0.0.1:60024)
I20260608 12:41:13.487632  8176 tablet_copy_service.cc:161] P 02a843296ee14760b6aa83d9892972bf: Beginning new tablet copy session on tablet 830a17d883654c6eaea82c5bc08ab945 from peer 02e37e74beb5448884a78c90d851bf07 at {username='slave'} at 127.0.0.1:60024: session id = 02e37e74beb5448884a78c90d851bf07-830a17d883654c6eaea82c5bc08ab945
I20260608 12:41:13.493893  8590 consensus_queue.cc:579] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Leader has been unable to successfully communicate with peer 02e37e74beb5448884a78c90d851bf07 for more than 1 seconds (2.129s)
I20260608 12:41:13.497167  8092 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "836514451bbd4b22977e0838c0ecaa72" candidate_uuid: "02a843296ee14760b6aa83d9892972bf" candidate_term: 4 candidate_status { last_received { term: 3 index: 2 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679" is_pre_election: true
I20260608 12:41:13.497604  8176 tablet_copy_source_session.cc:215] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:13.497186  8594 raft_consensus.cc:493] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 2 FOLLOWER]: Starting pre-election (detected failure of leader 02a843296ee14760b6aa83d9892972bf)
I20260608 12:41:13.499704  8594 raft_consensus.cc:515] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 2 FOLLOWER]: Starting pre-election with config: opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } attrs { replace: true } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:13.500850  8595 ts_tablet_manager.cc:1916] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: Deleting tablet data with delete state TABLET_DATA_COPYING
I20260608 12:41:13.502058  8594 leader_election.cc:290] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543), 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115)
I20260608 12:41:13.502445  8344 raft_consensus.cc:1240] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [term 2 FOLLOWER]: Rejecting Update request from peer 58ac653e2c49495da2edb379b4203679 for earlier term 1. Current term is 2. Ops: []
I20260608 12:41:13.502575  8594 raft_consensus.cc:493] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [term 3 FOLLOWER]: Starting pre-election (detected failure of leader 58ac653e2c49495da2edb379b4203679)
I20260608 12:41:13.503047  8594 raft_consensus.cc:515] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [term 3 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:13.505854  8582 consensus_queue.cc:1059] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false }, Status: INVALID_TERM, Last received: 1.6, Next index: 7, Last known committed idx: 6, Time since last communication: 0.000s
I20260608 12:41:13.507102  8090 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "830a17d883654c6eaea82c5bc08ab945" candidate_uuid: "836349a6b3cd420ea811d721b11da8ef" candidate_term: 3 candidate_status { last_received { term: 2 index: 7 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679" is_pre_election: true
I20260608 12:41:13.508426  8132 leader_election.cc:304] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [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: 02a843296ee14760b6aa83d9892972bf; no voters: 02e37e74beb5448884a78c90d851bf07, 58ac653e2c49495da2edb379b4203679
I20260608 12:41:13.511510  8585 raft_consensus.cc:3055] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:41:13.512005  8585 raft_consensus.cc:740] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 58ac653e2c49495da2edb379b4203679, State: Running, Role: LEADER
I20260608 12:41:13.508577  8089 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "836514451bbd4b22977e0838c0ecaa72" candidate_uuid: "836349a6b3cd420ea811d721b11da8ef" candidate_term: 4 candidate_status { last_received { term: 3 index: 2 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679" is_pre_election: true
I20260608 12:41:13.513211  8585 consensus_queue.cc:260] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 6, Committed index: 6, Last appended: 1.6, Last appended by leader: 6, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } }
I20260608 12:41:13.514624  8585 raft_consensus.cc:3060] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:13.515101  8164 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "830a17d883654c6eaea82c5bc08ab945" candidate_uuid: "836349a6b3cd420ea811d721b11da8ef" candidate_term: 3 candidate_status { last_received { term: 2 index: 7 } } ignore_live_leader: false dest_uuid: "02a843296ee14760b6aa83d9892972bf" is_pre_election: true
I20260608 12:41:13.516340  8594 leader_election.cc:290] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [CANDIDATE]: Term 4 pre-election: Requested pre-vote from peers 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543), 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115)
I20260608 12:41:13.517315  8383 leader_election.cc:304] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [CANDIDATE]: Term 3 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 836349a6b3cd420ea811d721b11da8ef; no voters: 02a843296ee14760b6aa83d9892972bf, 58ac653e2c49495da2edb379b4203679
I20260608 12:41:13.520224  8595 ts_tablet_manager.cc:1929] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: tablet deleted with delete type TABLET_DATA_COPYING: last-logged OpId 2.5
I20260608 12:41:13.521111  8595 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 830a17d883654c6eaea82c5bc08ab945. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:13.521342  8164 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "836514451bbd4b22977e0838c0ecaa72" candidate_uuid: "836349a6b3cd420ea811d721b11da8ef" candidate_term: 4 candidate_status { last_received { term: 3 index: 2 } } ignore_live_leader: false dest_uuid: "02a843296ee14760b6aa83d9892972bf" is_pre_election: true
I20260608 12:41:13.523269  8383 leader_election.cc:304] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [CANDIDATE]: Term 4 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 836349a6b3cd420ea811d721b11da8ef; no voters: 02a843296ee14760b6aa83d9892972bf, 58ac653e2c49495da2edb379b4203679
I20260608 12:41:13.524852  8594 raft_consensus.cc:2749] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
I20260608 12:41:13.526117  8594 raft_consensus.cc:2749] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [term 3 FOLLOWER]: Leader pre-election lost for term 4. Reason: could not achieve majority
I20260608 12:41:13.530246  8595 tablet_copy_client.cc:806] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:13.538806  8595 tablet_copy_client.cc:670] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:13.539004  8432 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "830a17d883654c6eaea82c5bc08ab945" candidate_uuid: "58ac653e2c49495da2edb379b4203679" candidate_term: 3 candidate_status { last_received { term: 2 index: 7 } } ignore_live_leader: false dest_uuid: "836349a6b3cd420ea811d721b11da8ef" is_pre_election: true
I20260608 12:41:13.539698  8432 raft_consensus.cc:2468] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 58ac653e2c49495da2edb379b4203679 in term 2.
I20260608 12:41:13.543279  8595 tablet_copy_client.cc:538] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:13.543663  8055 leader_election.cc:304] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [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: 58ac653e2c49495da2edb379b4203679, 836349a6b3cd420ea811d721b11da8ef; no voters: 02a843296ee14760b6aa83d9892972bf
I20260608 12:41:13.545099  8586 raft_consensus.cc:2804] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260608 12:41:13.545488  8586 raft_consensus.cc:493] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 2 FOLLOWER]: Starting leader election (detected failure of leader 02a843296ee14760b6aa83d9892972bf)
I20260608 12:41:13.545838  8586 raft_consensus.cc:3060] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:41:13.553953  8593 raft_consensus.cc:3060] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:13.562141  8434 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "836514451bbd4b22977e0838c0ecaa72" candidate_uuid: "02a843296ee14760b6aa83d9892972bf" candidate_term: 4 candidate_status { last_received { term: 3 index: 2 } } ignore_live_leader: false dest_uuid: "836349a6b3cd420ea811d721b11da8ef" is_pre_election: true
I20260608 12:41:13.563057  8586 raft_consensus.cc:515] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 3 FOLLOWER]: Starting leader election with config: opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } attrs { replace: true } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
W20260608 12:41:13.564093  7901 catalog_manager.cc:5226] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet f3b62386652648499594d0fa950c9fa2 with cas_config_opid_index 6: ChangeConfig:ADD_PEER:NON_VOTER failed with leader 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543) due to error UNKNOWN_ERROR; will retry: Illegal state: Replica 58ac653e2c49495da2edb379b4203679 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 2 committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:13.564901  8129 leader_election.cc:304] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [CANDIDATE]: Term 4 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 02a843296ee14760b6aa83d9892972bf; no voters: 58ac653e2c49495da2edb379b4203679, 836349a6b3cd420ea811d721b11da8ef
I20260608 12:41:13.566139  8584 raft_consensus.cc:2749] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 3 FOLLOWER]: Leader pre-election lost for term 4. Reason: could not achieve majority
I20260608 12:41:13.570114  8595 tablet_bootstrap.cc:492] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: Bootstrap starting.
I20260608 12:41:13.572528  8344 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8119cd79dee24e78890eab94b32bb14e" candidate_uuid: "836349a6b3cd420ea811d721b11da8ef" candidate_term: 2 candidate_status { last_received { term: 1 index: 6 } } ignore_live_leader: false dest_uuid: "02e37e74beb5448884a78c90d851bf07" is_pre_election: true
I20260608 12:41:13.574440  8385 leader_election.cc:304] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [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: 836349a6b3cd420ea811d721b11da8ef; no voters: 02e37e74beb5448884a78c90d851bf07, 58ac653e2c49495da2edb379b4203679
I20260608 12:41:13.570426  8089 consensus_queue.cc:237] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 6, Committed index: 6, Last appended: 1.6, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { promote: true } }
I20260608 12:41:13.575731  8598 raft_consensus.cc:2749] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:41:13.582671  8586 leader_election.cc:290] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [CANDIDATE]: Term 3 election: Requested vote from peers 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199), 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115)
I20260608 12:41:13.583422  8434 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "830a17d883654c6eaea82c5bc08ab945" candidate_uuid: "58ac653e2c49495da2edb379b4203679" candidate_term: 3 candidate_status { last_received { term: 2 index: 7 } } ignore_live_leader: false dest_uuid: "836349a6b3cd420ea811d721b11da8ef"
I20260608 12:41:13.585767  8164 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "830a17d883654c6eaea82c5bc08ab945" candidate_uuid: "58ac653e2c49495da2edb379b4203679" candidate_term: 3 candidate_status { last_received { term: 2 index: 7 } } ignore_live_leader: false dest_uuid: "02a843296ee14760b6aa83d9892972bf"
I20260608 12:41:13.570657  8593 raft_consensus.cc:2749] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [term 2 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:41:13.587740  8055 leader_election.cc:304] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [CANDIDATE]: Term 3 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 58ac653e2c49495da2edb379b4203679; no voters: 02a843296ee14760b6aa83d9892972bf, 836349a6b3cd420ea811d721b11da8ef
I20260608 12:41:13.589190  8586 raft_consensus.cc:2749] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 3 FOLLOWER]: Leader election lost for term 3. Reason: could not achieve majority
I20260608 12:41:13.597107  8092 consensus_queue.cc:237] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [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: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
W20260608 12:41:13.605588  8056 consensus_peers.cc:597] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 -> Peer 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115): Couldn't send request to peer 02a843296ee14760b6aa83d9892972bf. 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:13.608737  8344 raft_consensus.cc:1275] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07 [term 1 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: Log matching property violated. Preceding OpId in replica: term: 1 index: 6. Preceding OpId from leader: term: 1 index: 7. (index mismatch)
I20260608 12:41:13.610280  8434 raft_consensus.cc:1275] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: Log matching property violated. Preceding OpId in replica: term: 1 index: 6. Preceding OpId from leader: term: 1 index: 7. (index mismatch)
I20260608 12:41:13.611055  8586 consensus_queue.cc:1048] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 7, Last known committed idx: 6, Time since last communication: 0.001s
I20260608 12:41:13.612123  8585 consensus_queue.cc:1048] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 7, Last known committed idx: 6, Time since last communication: 0.000s
W20260608 12:41:13.632870  8058 consensus_peers.cc:597] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 -> Peer 02e37e74beb5448884a78c90d851bf07 (127.0.107.196:34713): Couldn't send request to peer 02e37e74beb5448884a78c90d851bf07. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 836514451bbd4b22977e0838c0ecaa72. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:13.635257  8590 raft_consensus.cc:2955] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [term 1 LEADER]: Committing config change with OpId 1.7: config changed from index 6 to 7, NON_VOTER 02a843296ee14760b6aa83d9892972bf (127.0.107.195) added. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { promote: true } } }
I20260608 12:41:13.637324  8432 raft_consensus.cc:2955] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Committing config change with OpId 1.7: config changed from index 6 to 7, NON_VOTER 02a843296ee14760b6aa83d9892972bf (127.0.107.195) added. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { promote: true } } }
I20260608 12:41:13.634694  8434 raft_consensus.cc:1275] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [term 3 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: 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:13.644707  8164 raft_consensus.cc:1275] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 3 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: 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:13.646719  8589 consensus_queue.cc:1048] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:41:13.656216  7915 catalog_manager.cc:5696] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef reported cstate change: config changed from index 6 to 7, NON_VOTER 02a843296ee14760b6aa83d9892972bf (127.0.107.195) added. New cstate: current_term: 1 leader_uuid: "58ac653e2c49495da2edb379b4203679" committed_config { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { promote: true } } }
I20260608 12:41:13.666795  7901 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 8119cd79dee24e78890eab94b32bb14e with cas_config_opid_index 6: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260608 12:41:13.669622  8589 raft_consensus.cc:2955] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [term 3 LEADER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
I20260608 12:41:13.674654  8164 raft_consensus.cc:2955] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
I20260608 12:41:13.682035  8345 raft_consensus.cc:2955] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07 [term 1 FOLLOWER]: Committing config change with OpId 1.7: config changed from index 6 to 7, NON_VOTER 02a843296ee14760b6aa83d9892972bf (127.0.107.195) added. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { promote: true } } }
I20260608 12:41:13.694342  8586 consensus_queue.cc:1048] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:13.700765  8595 tablet_bootstrap.cc:492] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: Bootstrap replayed 1/1 log segments. Stats: ops{read=7 overwritten=0 applied=7 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:13.701821  8595 tablet_bootstrap.cc:492] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: Bootstrap complete.
I20260608 12:41:13.703171  8595 ts_tablet_manager.cc:1403] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: Time spent bootstrapping tablet: real 0.133s	user 0.048s	sys 0.024s
I20260608 12:41:13.709350  7912 catalog_manager.cc:5696] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf reported cstate change: config changed from index -1 to 3, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New cstate: current_term: 3 leader_uuid: "58ac653e2c49495da2edb379b4203679" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
I20260608 12:41:13.711541  7901 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 836514451bbd4b22977e0838c0ecaa72 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260608 12:41:13.713874  8595 raft_consensus.cc:359] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } attrs { replace: true } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:13.714855  8595 raft_consensus.cc:740] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 02e37e74beb5448884a78c90d851bf07, State: Initialized, Role: LEARNER
I20260608 12:41:13.716976  8434 raft_consensus.cc:2955] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
I20260608 12:41:13.718051  8595 consensus_queue.cc:260] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 7, Last appended: 2.7, Last appended by leader: 7, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } attrs { replace: true } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:13.721117  8595 ts_tablet_manager.cc:1434] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: Time spent starting tablet: real 0.018s	user 0.007s	sys 0.000s
I20260608 12:41:13.723496  8176 tablet_copy_service.cc:342] P 02a843296ee14760b6aa83d9892972bf: Request end of tablet copy session 02e37e74beb5448884a78c90d851bf07-830a17d883654c6eaea82c5bc08ab945 received from {username='slave'} at 127.0.0.1:60024
I20260608 12:41:13.723963  8176 tablet_copy_service.cc:434] P 02a843296ee14760b6aa83d9892972bf: ending tablet copy session 02e37e74beb5448884a78c90d851bf07-830a17d883654c6eaea82c5bc08ab945 on tablet 830a17d883654c6eaea82c5bc08ab945 with peer 02e37e74beb5448884a78c90d851bf07
I20260608 12:41:13.749334  8092 consensus_queue.cc:237] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 7, Committed index: 7, Last appended: 1.7, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 8 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } }
I20260608 12:41:13.756990  8345 raft_consensus.cc:1275] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07 [term 1 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: Log matching property violated. Preceding OpId in replica: term: 1 index: 7. Preceding OpId from leader: term: 1 index: 8. (index mismatch)
I20260608 12:41:13.757692  8434 raft_consensus.cc:1275] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: Log matching property violated. Preceding OpId in replica: term: 1 index: 7. Preceding OpId from leader: term: 1 index: 8. (index mismatch)
I20260608 12:41:13.758723  8585 consensus_queue.cc:1048] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 8, Last known committed idx: 7, Time since last communication: 0.000s
I20260608 12:41:13.764003  8585 consensus_queue.cc:1048] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 8, Last known committed idx: 7, Time since last communication: 0.000s
I20260608 12:41:13.772552  8586 raft_consensus.cc:2955] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [term 1 LEADER]: Committing config change with OpId 1.8: config changed from index 7 to 8, NON_VOTER 02a843296ee14760b6aa83d9892972bf (127.0.107.195) evicted. New config: { opid_index: 8 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:13.780174  8345 raft_consensus.cc:2955] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07 [term 1 FOLLOWER]: Committing config change with OpId 1.8: config changed from index 7 to 8, NON_VOTER 02a843296ee14760b6aa83d9892972bf (127.0.107.195) evicted. New config: { opid_index: 8 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:13.781423  8434 raft_consensus.cc:2955] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Committing config change with OpId 1.8: config changed from index 7 to 8, NON_VOTER 02a843296ee14760b6aa83d9892972bf (127.0.107.195) evicted. New config: { opid_index: 8 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:13.794770  7911 catalog_manager.cc:5696] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07 reported cstate change: config changed from index 7 to 8, NON_VOTER 02a843296ee14760b6aa83d9892972bf (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "58ac653e2c49495da2edb379b4203679" committed_config { opid_index: 8 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:13.797677  7901 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 8119cd79dee24e78890eab94b32bb14e with cas_config_opid_index 7: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:13.806914  8156 tablet_service.cc:1558] Processing DeleteTablet for tablet 8119cd79dee24e78890eab94b32bb14e with delete_type TABLET_DATA_TOMBSTONED (TS 02a843296ee14760b6aa83d9892972bf not found in new config with opid_index 8) from {username='slave'} at 127.0.0.1:59980
I20260608 12:41:13.814239   431 tablet_server.cc:179] TabletServer@127.0.107.193:40199 shutting down...
I20260608 12:41:13.818392  7900 catalog_manager.cc:5027] TS 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115): tablet 8119cd79dee24e78890eab94b32bb14e (table test-workload [id=27fd12dda2e348439cf825f3251af09c]) successfully deleted
I20260608 12:41:13.822944  8092 raft_consensus.cc:1240] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 3 FOLLOWER]: Rejecting Update request from peer 02a843296ee14760b6aa83d9892972bf for earlier term 2. Current term is 3. Ops: []
I20260608 12:41:13.824986  8583 consensus_queue.cc:1059] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } attrs { replace: true }, Status: INVALID_TERM, Last received: 2.7, Next index: 8, Last known committed idx: 7, Time since last communication: 0.000s
I20260608 12:41:13.825819  8593 raft_consensus.cc:3055] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 2 LEADER]: Stepping down as leader of term 2
I20260608 12:41:13.826226  8593 raft_consensus.cc:740] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 02a843296ee14760b6aa83d9892972bf, State: Running, Role: LEADER
I20260608 12:41:13.827118  8593 consensus_queue.cc:260] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 7, Committed index: 7, Last appended: 2.7, Last appended by leader: 7, Current term: 2, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } attrs { replace: true } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:13.835840  8593 raft_consensus.cc:3060] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:41:13.865536   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:13.866432   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:13.867101   431 raft_consensus.cc:2243] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:13.867594   431 raft_consensus.cc:2272] T 836514451bbd4b22977e0838c0ecaa72 P 836349a6b3cd420ea811d721b11da8ef [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:13.871099   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:13.871654   431 raft_consensus.cc:2243] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:13.872486   431 raft_consensus.cc:2272] T 830a17d883654c6eaea82c5bc08ab945 P 836349a6b3cd420ea811d721b11da8ef [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:13.874778   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:13.875239   431 raft_consensus.cc:2243] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:13.875972   431 raft_consensus.cc:2272] T 8119cd79dee24e78890eab94b32bb14e P 836349a6b3cd420ea811d721b11da8ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:14.206328  8595 ts_tablet_manager.cc:933] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07: Initiating tablet copy from peer 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543)
I20260608 12:41:14.208189  8595 tablet_copy_client.cc:323] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:45543
I20260608 12:41:14.209939  8101 tablet_copy_service.cc:140] P 58ac653e2c49495da2edb379b4203679: Received BeginTabletCopySession request for tablet 836514451bbd4b22977e0838c0ecaa72 from peer 02e37e74beb5448884a78c90d851bf07 ({username='slave'} at 127.0.0.1:46590)
I20260608 12:41:14.210520  8101 tablet_copy_service.cc:161] P 58ac653e2c49495da2edb379b4203679: Beginning new tablet copy session on tablet 836514451bbd4b22977e0838c0ecaa72 from peer 02e37e74beb5448884a78c90d851bf07 at {username='slave'} at 127.0.0.1:46590: session id = 02e37e74beb5448884a78c90d851bf07-836514451bbd4b22977e0838c0ecaa72
I20260608 12:41:14.218282  8101 tablet_copy_source_session.cc:215] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:14.221753  8595 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 836514451bbd4b22977e0838c0ecaa72. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:14.237566  8595 tablet_copy_client.cc:806] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:14.238215  8595 tablet_copy_client.cc:670] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:14.243360  8595 tablet_copy_client.cc:538] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:14.252517  8595 tablet_bootstrap.cc:492] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07: Bootstrap starting.
W20260608 12:41:14.257431  8055 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40199: connect: Connection refused (error 111) [suppressed 40 similar messages]
W20260608 12:41:14.269114  8055 consensus_peers.cc:597] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 -> Peer 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): Couldn't send request to peer 836349a6b3cd420ea811d721b11da8ef. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40199: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:14.279018  8595 tablet_bootstrap.cc:492] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07: 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:14.280000  8595 tablet_bootstrap.cc:492] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07: Bootstrap complete.
I20260608 12:41:14.280767  8595 ts_tablet_manager.cc:1403] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07: Time spent bootstrapping tablet: real 0.028s	user 0.024s	sys 0.004s
I20260608 12:41:14.283357  8595 raft_consensus.cc:359] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07 [term 3 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:14.284114  8595 raft_consensus.cc:740] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07 [term 3 LEARNER]: Becoming Follower/Learner. State: Replica: 02e37e74beb5448884a78c90d851bf07, State: Initialized, Role: LEARNER
I20260608 12:41:14.284746  8595 consensus_queue.cc:260] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07 [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: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:14.286911  8595 ts_tablet_manager.cc:1434] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 12:41:14.288801  8101 tablet_copy_service.cc:342] P 58ac653e2c49495da2edb379b4203679: Request end of tablet copy session 02e37e74beb5448884a78c90d851bf07-836514451bbd4b22977e0838c0ecaa72 received from {username='slave'} at 127.0.0.1:46590
I20260608 12:41:14.289259  8101 tablet_copy_service.cc:434] P 58ac653e2c49495da2edb379b4203679: ending tablet copy session 02e37e74beb5448884a78c90d851bf07-836514451bbd4b22977e0838c0ecaa72 on tablet 836514451bbd4b22977e0838c0ecaa72 with peer 02e37e74beb5448884a78c90d851bf07
W20260608 12:41:14.306830  8055 consensus_peers.cc:597] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 -> Peer 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): Couldn't send request to peer 836349a6b3cd420ea811d721b11da8ef. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40199: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:14.308862  8092 consensus_queue.cc:237] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [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: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } }
I20260608 12:41:14.315174  8164 raft_consensus.cc:1275] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 3 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: 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:14.316843  8585 consensus_queue.cc:1048] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
W20260608 12:41:14.318836  8055 consensus_peers.cc:597] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 -> Peer 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): Couldn't send request to peer 836349a6b3cd420ea811d721b11da8ef. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40199: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:14.324589  8585 raft_consensus.cc:2955] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [term 3 LEADER]: Committing config change with OpId 3.4: config changed from index 3 to 4, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } }
I20260608 12:41:14.331974  8164 raft_consensus.cc:2955] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } }
I20260608 12:41:14.335268  7901 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 836514451bbd4b22977e0838c0ecaa72 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:14.341094  7911 catalog_manager.cc:5696] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 reported cstate change: config changed from index 3 to 4, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) evicted. New cstate: current_term: 3 leader_uuid: "58ac653e2c49495da2edb379b4203679" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } health_report { overall_health: HEALTHY } } }
W20260608 12:41:14.348099  8457 debug-util.cc:398] Leaking SignalData structure 0x7b0800165200 after lost signal to thread 434
W20260608 12:41:14.349472  8457 debug-util.cc:398] Leaking SignalData structure 0x7b0800283000 after lost signal to thread 7949
W20260608 12:41:14.350883  8457 debug-util.cc:398] Leaking SignalData structure 0x7b080028a4c0 after lost signal to thread 8116
W20260608 12:41:14.352258  8457 debug-util.cc:398] Leaking SignalData structure 0x7b08002b4a00 after lost signal to thread 8190
W20260608 12:41:14.354588  8457 debug-util.cc:398] Leaking SignalData structure 0x7b08000f5420 after lost signal to thread 8460
I20260608 12:41:14.392731  8335 tablet_service.cc:1558] Processing DeleteTablet for tablet 836514451bbd4b22977e0838c0ecaa72 with delete_type TABLET_DATA_TOMBSTONED (TS 02e37e74beb5448884a78c90d851bf07 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:40648
I20260608 12:41:14.406898  8621 tablet_replica.cc:333] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07: stopping tablet replica
I20260608 12:41:14.407857  8621 raft_consensus.cc:2243] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07 [term 3 LEARNER]: Raft consensus shutting down.
I20260608 12:41:14.408449  8621 raft_consensus.cc:2272] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07 [term 3 LEARNER]: Raft consensus is shut down!
I20260608 12:41:14.411902  8621 ts_tablet_manager.cc:1916] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:14.427933  8621 ts_tablet_manager.cc:1929] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 3.3
I20260608 12:41:14.428390  8621 log.cc:1199] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07: Deleting WAL directory at /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922266998516-431-0/minicluster-data/ts-3-root/wals/836514451bbd4b22977e0838c0ecaa72
I20260608 12:41:14.430439  7902 catalog_manager.cc:5027] TS 02e37e74beb5448884a78c90d851bf07 (127.0.107.196:34713): tablet 836514451bbd4b22977e0838c0ecaa72 (table test-workload [id=27fd12dda2e348439cf825f3251af09c]) successfully deleted
W20260608 12:41:14.725349  7901 catalog_manager.cc:5226] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet f3b62386652648499594d0fa950c9fa2 with cas_config_opid_index 6: ChangeConfig:ADD_PEER:NON_VOTER failed with leader 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543) due to error UNKNOWN_ERROR; will retry: Illegal state: Replica 58ac653e2c49495da2edb379b4203679 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 2 committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
W20260608 12:41:14.900940   431 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 8457)
I20260608 12:41:15.011329  8622 raft_consensus.cc:493] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 3 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:15.011976  8622 raft_consensus.cc:515] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 3 FOLLOWER]: Starting pre-election with config: opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } attrs { replace: true } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:15.014514  8622 leader_election.cc:290] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [CANDIDATE]: Term 4 pre-election: Requested pre-vote from peers 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199), 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543)
I20260608 12:41:15.016373  8092 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "830a17d883654c6eaea82c5bc08ab945" candidate_uuid: "02a843296ee14760b6aa83d9892972bf" candidate_term: 4 candidate_status { last_received { term: 2 index: 7 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679" is_pre_election: true
I20260608 12:41:15.017087  8092 raft_consensus.cc:2468] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 3 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 02a843296ee14760b6aa83d9892972bf in term 3.
I20260608 12:41:15.018615  8131 leader_election.cc:304] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [CANDIDATE]: Term 4 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 02a843296ee14760b6aa83d9892972bf, 58ac653e2c49495da2edb379b4203679; no voters: 
I20260608 12:41:15.019615  8622 raft_consensus.cc:2804] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 3 FOLLOWER]: Leader pre-election won for term 4
I20260608 12:41:15.020030  8622 raft_consensus.cc:493] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 3 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:15.020424  8622 raft_consensus.cc:3060] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 3 FOLLOWER]: Advancing to term 4
I20260608 12:41:15.027716  8622 raft_consensus.cc:515] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 4 FOLLOWER]: Starting leader election with config: opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } attrs { replace: true } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:15.031823  8092 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "830a17d883654c6eaea82c5bc08ab945" candidate_uuid: "02a843296ee14760b6aa83d9892972bf" candidate_term: 4 candidate_status { last_received { term: 2 index: 7 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679"
I20260608 12:41:15.032436  8092 raft_consensus.cc:3060] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 3 FOLLOWER]: Advancing to term 4
I20260608 12:41:15.040099  8092 raft_consensus.cc:2468] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 4 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 02a843296ee14760b6aa83d9892972bf in term 4.
I20260608 12:41:15.041424  8131 leader_election.cc:304] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [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: 02a843296ee14760b6aa83d9892972bf, 58ac653e2c49495da2edb379b4203679; no voters: 
I20260608 12:41:15.046779  8622 leader_election.cc:290] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [CANDIDATE]: Term 4 election: Requested vote from peers 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199), 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543)
I20260608 12:41:15.048095  8622 raft_consensus.cc:2804] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 4 FOLLOWER]: Leader election won for term 4
I20260608 12:41:15.049255  8622 raft_consensus.cc:697] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 4 LEADER]: Becoming Leader. State: Replica: 02a843296ee14760b6aa83d9892972bf, State: Running, Role: LEADER
I20260608 12:41:15.050382  8622 consensus_queue.cc:237] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 7, Committed index: 7, Last appended: 2.7, Last appended by leader: 7, Current term: 4, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } attrs { replace: true } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:15.051034  8625 raft_consensus.cc:493] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:15.051610  8625 raft_consensus.cc:515] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } }
I20260608 12:41:15.055666  8164 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3b62386652648499594d0fa950c9fa2" candidate_uuid: "02e37e74beb5448884a78c90d851bf07" candidate_term: 3 candidate_status { last_received { term: 1 index: 6 } } ignore_live_leader: false dest_uuid: "02a843296ee14760b6aa83d9892972bf" is_pre_election: true
I20260608 12:41:15.056290  8164 raft_consensus.cc:2468] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 02e37e74beb5448884a78c90d851bf07 in term 2.
W20260608 12:41:15.056305  8129 leader_election.cc:336] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [CANDIDATE]: Term 4 pre-election: RPC error from VoteRequest() call to peer 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): Network error: Client connection negotiation failed: client connection to 127.0.107.193:40199: connect: Connection refused (error 111)
I20260608 12:41:15.057925  8309 leader_election.cc:304] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [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: 02a843296ee14760b6aa83d9892972bf, 02e37e74beb5448884a78c90d851bf07; no voters: 
I20260608 12:41:15.061463  8625 leader_election.cc:290] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115), 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543)
I20260608 12:41:15.062793  8092 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3b62386652648499594d0fa950c9fa2" candidate_uuid: "02e37e74beb5448884a78c90d851bf07" candidate_term: 3 candidate_status { last_received { term: 1 index: 6 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679" is_pre_election: true
I20260608 12:41:15.064672  8625 raft_consensus.cc:2804] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260608 12:41:15.064798  8092 raft_consensus.cc:2468] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 02e37e74beb5448884a78c90d851bf07 in term 2.
W20260608 12:41:15.065400  8129 leader_election.cc:336] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [CANDIDATE]: Term 4 election: RPC error from VoteRequest() call to peer 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): Network error: Client connection negotiation failed: client connection to 127.0.107.193:40199: connect: Connection refused (error 111)
I20260608 12:41:15.065117  8625 raft_consensus.cc:493] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:15.070505  8625 raft_consensus.cc:3060] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:41:15.071125  7915 catalog_manager.cc:5696] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf reported cstate change: term changed from 2 to 4. New cstate: current_term: 4 leader_uuid: "02a843296ee14760b6aa83d9892972bf" committed_config { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:15.077476  8625 raft_consensus.cc:515] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [term 3 FOLLOWER]: Starting leader election with config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } }
I20260608 12:41:15.080348  8164 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3b62386652648499594d0fa950c9fa2" candidate_uuid: "02e37e74beb5448884a78c90d851bf07" candidate_term: 3 candidate_status { last_received { term: 1 index: 6 } } ignore_live_leader: false dest_uuid: "02a843296ee14760b6aa83d9892972bf"
I20260608 12:41:15.080899  8164 raft_consensus.cc:3060] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:41:15.087260  8164 raft_consensus.cc:2468] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 02e37e74beb5448884a78c90d851bf07 in term 3.
I20260608 12:41:15.088544  8309 leader_election.cc:304] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [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: 02a843296ee14760b6aa83d9892972bf, 02e37e74beb5448884a78c90d851bf07; no voters: 
I20260608 12:41:15.089514  8628 raft_consensus.cc:2804] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [term 3 FOLLOWER]: Leader election won for term 3
I20260608 12:41:15.095278  8092 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3b62386652648499594d0fa950c9fa2" candidate_uuid: "02e37e74beb5448884a78c90d851bf07" candidate_term: 3 candidate_status { last_received { term: 1 index: 6 } } ignore_live_leader: false dest_uuid: "58ac653e2c49495da2edb379b4203679"
I20260608 12:41:15.095901  8092 raft_consensus.cc:3060] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:41:15.096095  8625 leader_election.cc:290] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [CANDIDATE]: Term 3 election: Requested vote from peers 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115), 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543)
I20260608 12:41:15.097276  8628 raft_consensus.cc:697] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [term 3 LEADER]: Becoming Leader. State: Replica: 02e37e74beb5448884a78c90d851bf07, State: Running, Role: LEADER
I20260608 12:41:15.098280  8628 consensus_queue.cc:237] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 6, Committed index: 6, Last appended: 1.6, Last appended by leader: 6, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } }
I20260608 12:41:15.102707  8092 raft_consensus.cc:2468] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 02e37e74beb5448884a78c90d851bf07 in term 3.
I20260608 12:41:15.117578  7911 catalog_manager.cc:5696] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 reported cstate change: term changed from 1 to 3, leader changed from 58ac653e2c49495da2edb379b4203679 (127.0.107.194) to 02e37e74beb5448884a78c90d851bf07 (127.0.107.196). New cstate: current_term: 3 leader_uuid: "02e37e74beb5448884a78c90d851bf07" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:15.347944  8617 consensus_queue.cc:579] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Leader has been unable to successfully communicate with peer 836349a6b3cd420ea811d721b11da8ef for more than 1 seconds (1.038s)
I20260608 12:41:15.361471  8092 consensus_queue.cc:237] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [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: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:15.366354  8617 consensus_queue.cc:579] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Leader has been unable to successfully communicate with peer 836349a6b3cd420ea811d721b11da8ef for more than 1 seconds (1.555s)
I20260608 12:41:15.378258  8089 consensus_queue.cc:237] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 8, Committed index: 8, Last appended: 1.8, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 9 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { promote: true } }
I20260608 12:41:15.393355  8164 raft_consensus.cc:1275] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 3 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: 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:15.395040  8617 consensus_queue.cc:1048] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
W20260608 12:41:15.402688  8056 consensus_peers.cc:597] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 -> Peer 02a843296ee14760b6aa83d9892972bf (127.0.107.195:41115): Couldn't send request to peer 02a843296ee14760b6aa83d9892972bf. 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:15.405697  8345 raft_consensus.cc:1275] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07 [term 1 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: Log matching property violated. Preceding OpId in replica: term: 1 index: 8. Preceding OpId from leader: term: 1 index: 9. (index mismatch)
W20260608 12:41:15.411966  8055 consensus_peers.cc:597] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 -> Peer 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): Couldn't send request to peer 836349a6b3cd420ea811d721b11da8ef. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40199: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:15.412911  8617 consensus_queue.cc:1048] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 9, Last known committed idx: 8, Time since last communication: 0.000s
W20260608 12:41:15.432289  8058 consensus_peers.cc:597] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 -> Peer 02e37e74beb5448884a78c90d851bf07 (127.0.107.196:34713): Couldn't send request to peer 02e37e74beb5448884a78c90d851bf07. Error code: TABLET_NOT_FOUND (6). Status: Illegal state: Tablet not RUNNING: STOPPED. This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:15.435411  8129 consensus_peers.cc:597] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf -> Peer 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): Couldn't send request to peer 836349a6b3cd420ea811d721b11da8ef. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40199: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:15.438980  8055 consensus_peers.cc:597] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 -> Peer 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): Couldn't send request to peer 836349a6b3cd420ea811d721b11da8ef. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40199: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:15.442581  8345 raft_consensus.cc:2955] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07 [term 1 FOLLOWER]: Committing config change with OpId 1.9: config changed from index 8 to 9, NON_VOTER 02a843296ee14760b6aa83d9892972bf (127.0.107.195) added. New config: { opid_index: 9 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { promote: true } } }
I20260608 12:41:15.446882  8638 raft_consensus.cc:2955] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [term 1 LEADER]: Committing config change with OpId 1.9: config changed from index 8 to 9, NON_VOTER 02a843296ee14760b6aa83d9892972bf (127.0.107.195) added. New config: { opid_index: 9 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { promote: true } } }
I20260608 12:41:15.466166  8163 raft_consensus.cc:2955] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
I20260608 12:41:15.481943  7911 catalog_manager.cc:5696] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf reported cstate change: config changed from index 4 to 5, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New cstate: current_term: 3 leader_uuid: "58ac653e2c49495da2edb379b4203679" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
I20260608 12:41:15.491364  8092 raft_consensus.cc:1275] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 4 FOLLOWER]: Refusing update from remote peer 02a843296ee14760b6aa83d9892972bf: Log matching property violated. Preceding OpId in replica: term: 2 index: 7. Preceding OpId from leader: term: 4 index: 8. (index mismatch)
I20260608 12:41:15.495998  8622 consensus_queue.cc:1048] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [LEADER]: Connected to new peer: Peer: permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 8, Last known committed idx: 7, Time since last communication: 0.000s
I20260608 12:41:15.501840  8635 raft_consensus.cc:2955] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [term 3 LEADER]: Committing config change with OpId 3.5: config changed from index 4 to 5, NON_VOTER 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) added. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } } }
I20260608 12:41:15.509593  7901 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 8119cd79dee24e78890eab94b32bb14e with cas_config_opid_index 8: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260608 12:41:15.521380  7901 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 836514451bbd4b22977e0838c0ecaa72 with cas_config_opid_index 4: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260608 12:41:15.527357  7915 catalog_manager.cc:5696] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07 reported cstate change: config changed from index 8 to 9, NON_VOTER 02a843296ee14760b6aa83d9892972bf (127.0.107.195) added. New cstate: current_term: 1 leader_uuid: "58ac653e2c49495da2edb379b4203679" committed_config { opid_index: 9 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { promote: true } } }
I20260608 12:41:15.534833  8345 raft_consensus.cc:3060] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07 [term 2 LEARNER]: Advancing to term 4
I20260608 12:41:15.543114  8345 raft_consensus.cc:1275] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07 [term 4 LEARNER]: Refusing update from remote peer 02a843296ee14760b6aa83d9892972bf: Log matching property violated. Preceding OpId in replica: term: 2 index: 7. Preceding OpId from leader: term: 4 index: 8. (index mismatch)
I20260608 12:41:15.544809  8622 consensus_queue.cc:1048] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [LEADER]: Connected to new peer: Peer: permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 8, Last known committed idx: 7, Time since last communication: 0.000s
I20260608 12:41:15.574554  8644 raft_consensus.cc:1064] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf: attempting to promote NON_VOTER 02e37e74beb5448884a78c90d851bf07 to VOTER
I20260608 12:41:15.577224  8644 consensus_queue.cc:237] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 8, Committed index: 8, Last appended: 4.8, Last appended by leader: 7, Current term: 4, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 9 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } attrs { replace: true } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } }
I20260608 12:41:15.584794  8344 raft_consensus.cc:1275] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07 [term 4 LEARNER]: Refusing update from remote peer 02a843296ee14760b6aa83d9892972bf: Log matching property violated. Preceding OpId in replica: term: 4 index: 8. Preceding OpId from leader: term: 4 index: 9. (index mismatch)
I20260608 12:41:15.586410  8089 raft_consensus.cc:1275] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 4 FOLLOWER]: Refusing update from remote peer 02a843296ee14760b6aa83d9892972bf: Log matching property violated. Preceding OpId in replica: term: 4 index: 8. Preceding OpId from leader: term: 4 index: 9. (index mismatch)
I20260608 12:41:15.589094  8626 consensus_queue.cc:1048] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [LEADER]: Connected to new peer: Peer: permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 9, Last known committed idx: 8, Time since last communication: 0.000s
I20260608 12:41:15.590782  8626 consensus_queue.cc:1048] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [LEADER]: Connected to new peer: Peer: permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 9, Last known committed idx: 8, Time since last communication: 0.000s
W20260608 12:41:15.593001  8129 consensus_peers.cc:597] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf -> Peer 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): Couldn't send request to peer 836349a6b3cd420ea811d721b11da8ef. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40199: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:15.597254  8092 raft_consensus.cc:1275] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [term 3 FOLLOWER]: Refusing update from remote peer 02e37e74beb5448884a78c90d851bf07: Log matching property violated. Preceding OpId in replica: term: 1 index: 6. Preceding OpId from leader: term: 3 index: 7. (index mismatch)
I20260608 12:41:15.599382  8628 consensus_queue.cc:1048] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [LEADER]: Connected to new peer: Peer: permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 7, Last known committed idx: 6, Time since last communication: 0.000s
I20260608 12:41:15.601037  8622 raft_consensus.cc:2955] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 4 LEADER]: Committing config change with OpId 4.9: config changed from index 7 to 9, 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 9 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } attrs { replace: true } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:15.602865  8092 raft_consensus.cc:2955] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 4 FOLLOWER]: Committing config change with OpId 4.9: config changed from index 7 to 9, 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 9 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } attrs { replace: true } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:15.613068  8344 raft_consensus.cc:2955] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07 [term 4 FOLLOWER]: Committing config change with OpId 4.9: config changed from index 7 to 9, 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 9 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } attrs { replace: true } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:15.631953  7915 catalog_manager.cc:5696] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf reported cstate change: config changed from index 7 to 9, 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 4 leader_uuid: "02a843296ee14760b6aa83d9892972bf" committed_config { opid_index: 9 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:15.649242  8163 raft_consensus.cc:1275] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [term 3 FOLLOWER]: Refusing update from remote peer 02e37e74beb5448884a78c90d851bf07: Log matching property violated. Preceding OpId in replica: term: 1 index: 6. Preceding OpId from leader: term: 3 index: 7. (index mismatch)
I20260608 12:41:15.651079  8649 consensus_queue.cc:1048] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 7, Last known committed idx: 6, Time since last communication: 0.000s
I20260608 12:41:15.730235  7899 catalog_manager.cc:5243] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 830a17d883654c6eaea82c5bc08ab945 with cas_config_opid_index 7: aborting the task: latest config opid_index 9; task opid_index 7
W20260608 12:41:15.901551   431 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 8457)
I20260608 12:41:16.026602  8652 ts_tablet_manager.cc:933] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf: Initiating tablet copy from peer 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543)
I20260608 12:41:16.027063  8651 ts_tablet_manager.cc:933] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07: Initiating tablet copy from peer 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543)
I20260608 12:41:16.035400  8652 tablet_copy_client.cc:323] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:45543
I20260608 12:41:16.035799  8651 tablet_copy_client.cc:323] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:45543
I20260608 12:41:16.037509  8101 tablet_copy_service.cc:140] P 58ac653e2c49495da2edb379b4203679: Received BeginTabletCopySession request for tablet 8119cd79dee24e78890eab94b32bb14e from peer 02a843296ee14760b6aa83d9892972bf ({username='slave'} at 127.0.0.1:46582)
I20260608 12:41:16.038129  8102 tablet_copy_service.cc:140] P 58ac653e2c49495da2edb379b4203679: Received BeginTabletCopySession request for tablet 836514451bbd4b22977e0838c0ecaa72 from peer 02e37e74beb5448884a78c90d851bf07 ({username='slave'} at 127.0.0.1:46590)
I20260608 12:41:16.038157  8101 tablet_copy_service.cc:161] P 58ac653e2c49495da2edb379b4203679: Beginning new tablet copy session on tablet 8119cd79dee24e78890eab94b32bb14e from peer 02a843296ee14760b6aa83d9892972bf at {username='slave'} at 127.0.0.1:46582: session id = 02a843296ee14760b6aa83d9892972bf-8119cd79dee24e78890eab94b32bb14e
I20260608 12:41:16.039079  8102 tablet_copy_service.cc:161] P 58ac653e2c49495da2edb379b4203679: Beginning new tablet copy session on tablet 836514451bbd4b22977e0838c0ecaa72 from peer 02e37e74beb5448884a78c90d851bf07 at {username='slave'} at 127.0.0.1:46590: session id = 02e37e74beb5448884a78c90d851bf07-836514451bbd4b22977e0838c0ecaa72
I20260608 12:41:16.046895  8101 tablet_copy_source_session.cc:215] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:16.047885  8102 tablet_copy_source_session.cc:215] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:16.050081  8652 ts_tablet_manager.cc:1916] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf: Deleting tablet data with delete state TABLET_DATA_COPYING
I20260608 12:41:16.050839  8651 ts_tablet_manager.cc:1916] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07: Deleting tablet data with delete state TABLET_DATA_COPYING
I20260608 12:41:16.065765  8652 ts_tablet_manager.cc:1929] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf: tablet deleted with delete type TABLET_DATA_COPYING: last-logged OpId 1.5
I20260608 12:41:16.066767  8652 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8119cd79dee24e78890eab94b32bb14e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:16.071653  8651 ts_tablet_manager.cc:1929] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07: tablet deleted with delete type TABLET_DATA_COPYING: last-logged OpId 3.3
I20260608 12:41:16.072781  8651 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 836514451bbd4b22977e0838c0ecaa72. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:16.075814  8652 tablet_copy_client.cc:806] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:16.076452  8652 tablet_copy_client.cc:670] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:16.080965  8652 tablet_copy_client.cc:538] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:16.081415  8651 tablet_copy_client.cc:806] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:16.082023  8651 tablet_copy_client.cc:670] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:16.086251  8651 tablet_copy_client.cc:538] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:16.089723  8652 tablet_bootstrap.cc:492] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf: Bootstrap starting.
I20260608 12:41:16.094786  8651 tablet_bootstrap.cc:492] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07: Bootstrap starting.
I20260608 12:41:16.133574  7900 catalog_manager.cc:5243] ChangeConfig:REMOVE_PEER RPC for tablet 830a17d883654c6eaea82c5bc08ab945 with cas_config_opid_index 7: aborting the task: latest config opid_index 9; task opid_index 7
I20260608 12:41:16.143412  8651 tablet_bootstrap.cc:492] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07: Bootstrap replayed 1/1 log segments. Stats: ops{read=5 overwritten=0 applied=5 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:16.144495  8651 tablet_bootstrap.cc:492] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07: Bootstrap complete.
I20260608 12:41:16.145294  8651 ts_tablet_manager.cc:1403] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07: Time spent bootstrapping tablet: real 0.051s	user 0.031s	sys 0.013s
I20260608 12:41:16.148240  8652 tablet_bootstrap.cc:492] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf: Bootstrap replayed 1/1 log segments. Stats: ops{read=9 overwritten=0 applied=9 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:16.148909  8651 raft_consensus.cc:359] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07 [term 3 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:16.149818  8651 raft_consensus.cc:740] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07 [term 3 LEARNER]: Becoming Follower/Learner. State: Replica: 02e37e74beb5448884a78c90d851bf07, State: Initialized, Role: LEARNER
I20260608 12:41:16.149922  8652 tablet_bootstrap.cc:492] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf: Bootstrap complete.
I20260608 12:41:16.150965  8652 ts_tablet_manager.cc:1403] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf: Time spent bootstrapping tablet: real 0.061s	user 0.031s	sys 0.018s
I20260608 12:41:16.150624  8651 consensus_queue.cc:260] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 5, Last appended: 3.5, Last appended by leader: 5, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: true } }
I20260608 12:41:16.153523  8651 ts_tablet_manager.cc:1434] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.001s
I20260608 12:41:16.154072  8652 raft_consensus.cc:359] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 9 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { promote: true } }
I20260608 12:41:16.155030  8652 raft_consensus.cc:740] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 02a843296ee14760b6aa83d9892972bf, State: Initialized, Role: LEARNER
I20260608 12:41:16.155755  8652 consensus_queue.cc:260] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 9, Last appended: 1.9, Last appended by leader: 9, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 9 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { promote: true } }
I20260608 12:41:16.158387  8652 ts_tablet_manager.cc:1434] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.002s
I20260608 12:41:16.159121  8102 tablet_copy_service.cc:342] P 58ac653e2c49495da2edb379b4203679: Request end of tablet copy session 02e37e74beb5448884a78c90d851bf07-836514451bbd4b22977e0838c0ecaa72 received from {username='slave'} at 127.0.0.1:46590
I20260608 12:41:16.159582  8102 tablet_copy_service.cc:434] P 58ac653e2c49495da2edb379b4203679: ending tablet copy session 02e37e74beb5448884a78c90d851bf07-836514451bbd4b22977e0838c0ecaa72 on tablet 836514451bbd4b22977e0838c0ecaa72 with peer 02e37e74beb5448884a78c90d851bf07
I20260608 12:41:16.160218  8101 tablet_copy_service.cc:342] P 58ac653e2c49495da2edb379b4203679: Request end of tablet copy session 02a843296ee14760b6aa83d9892972bf-8119cd79dee24e78890eab94b32bb14e received from {username='slave'} at 127.0.0.1:46582
I20260608 12:41:16.160626  8101 tablet_copy_service.cc:434] P 58ac653e2c49495da2edb379b4203679: ending tablet copy session 02a843296ee14760b6aa83d9892972bf-8119cd79dee24e78890eab94b32bb14e on tablet 8119cd79dee24e78890eab94b32bb14e with peer 02a843296ee14760b6aa83d9892972bf
I20260608 12:41:16.513305  8163 raft_consensus.cc:1217] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf [term 1 LEARNER]: Deduplicated request from leader. Original: 1.8->[1.9-1.9]   Dedup: 1.9->[]
I20260608 12:41:16.525991  8344 raft_consensus.cc:1217] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07 [term 3 LEARNER]: Deduplicated request from leader. Original: 3.4->[3.5-3.5]   Dedup: 3.5->[]
I20260608 12:41:16.542497  8657 consensus_queue.cc:579] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Leader has been unable to successfully communicate with peer 836349a6b3cd420ea811d721b11da8ef for more than 1 seconds (1.179s)
I20260608 12:41:16.770406  8657 consensus_queue.cc:579] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Leader has been unable to successfully communicate with peer 836349a6b3cd420ea811d721b11da8ef for more than 1 seconds (1.391s)
W20260608 12:41:16.902082   431 thread.cc:527] Waited for 3000ms trying to join with diag-logger (tid 8457)
I20260608 12:41:16.952536  8660 raft_consensus.cc:1064] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679: attempting to promote NON_VOTER 02a843296ee14760b6aa83d9892972bf to VOTER
I20260608 12:41:16.955816  8660 consensus_queue.cc:237] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 9, Committed index: 9, Last appended: 1.9, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { promote: false } }
I20260608 12:41:16.963991  8344 raft_consensus.cc:1275] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07 [term 1 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260608 12:41:16.966176  8163 raft_consensus.cc:1275] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf [term 1 LEARNER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260608 12:41:16.968374  8658 consensus_queue.cc:1048] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
W20260608 12:41:16.969631  8055 consensus_peers.cc:597] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 -> Peer 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): Couldn't send request to peer 836349a6b3cd420ea811d721b11da8ef. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40199: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:16.970067  8658 consensus_queue.cc:1048] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
I20260608 12:41:16.971712  8622 consensus_queue.cc:579] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [LEADER]: Leader has been unable to successfully communicate with peer 836349a6b3cd420ea811d721b11da8ef for more than 1 seconds (1.393s)
I20260608 12:41:16.991022  8660 raft_consensus.cc:1064] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679: attempting to promote NON_VOTER 02e37e74beb5448884a78c90d851bf07 to VOTER
I20260608 12:41:16.994128  8660 consensus_queue.cc:237] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 5, Committed index: 5, Last appended: 3.5, Last appended by leader: 1, Current term: 3, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } }
I20260608 12:41:17.003538  8658 raft_consensus.cc:2955] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [term 1 LEADER]: Committing config change with OpId 1.10: config changed from index 9 to 10, 02a843296ee14760b6aa83d9892972bf (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { promote: false } } }
I20260608 12:41:17.006632  8164 raft_consensus.cc:2955] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index 9 to 10, 02a843296ee14760b6aa83d9892972bf (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { promote: false } } }
I20260608 12:41:17.005152  8163 consensus_queue.cc:237] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 9, Committed index: 9, Last appended: 4.9, Last appended by leader: 7, Current term: 4, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } attrs { replace: true } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } }
I20260608 12:41:17.020551  7911 catalog_manager.cc:5696] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf reported cstate change: config changed from index 9 to 10, 02a843296ee14760b6aa83d9892972bf (127.0.107.195) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "58ac653e2c49495da2edb379b4203679" committed_config { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { promote: false } } }
W20260608 12:41:17.028858  8055 consensus_peers.cc:597] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 -> Peer 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): Couldn't send request to peer 836349a6b3cd420ea811d721b11da8ef. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40199: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:17.024291  8166 raft_consensus.cc:1275] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 3 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: Log matching property violated. Preceding OpId in replica: term: 3 index: 5. Preceding OpId from leader: term: 3 index: 6. (index mismatch)
I20260608 12:41:17.036166  8659 consensus_queue.cc:1048] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.001s
I20260608 12:41:17.028518  8345 raft_consensus.cc:2955] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07 [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index 9 to 10, 02a843296ee14760b6aa83d9892972bf (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { promote: false } } }
I20260608 12:41:17.049201  8344 raft_consensus.cc:1275] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07 [term 3 LEARNER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: Log matching property violated. Preceding OpId in replica: term: 3 index: 5. Preceding OpId from leader: term: 3 index: 6. (index mismatch)
I20260608 12:41:17.051553  8659 consensus_queue.cc:1048] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260608 12:41:17.090221  8345 raft_consensus.cc:1275] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07 [term 4 FOLLOWER]: Refusing update from remote peer 02a843296ee14760b6aa83d9892972bf: Log matching property violated. Preceding OpId in replica: term: 4 index: 9. Preceding OpId from leader: term: 4 index: 10. (index mismatch)
I20260608 12:41:17.090626  8089 raft_consensus.cc:1275] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 4 FOLLOWER]: Refusing update from remote peer 02a843296ee14760b6aa83d9892972bf: Log matching property violated. Preceding OpId in replica: term: 4 index: 9. Preceding OpId from leader: term: 4 index: 10. (index mismatch)
I20260608 12:41:17.092412  8622 consensus_queue.cc:1048] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [LEADER]: Connected to new peer: Peer: permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
I20260608 12:41:17.094230  8622 consensus_queue.cc:1048] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [LEADER]: Connected to new peer: Peer: permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
I20260608 12:41:17.096321  8658 raft_consensus.cc:2955] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [term 3 LEADER]: Committing config change with OpId 3.6: config changed from index 5 to 6, 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:17.101850  8343 raft_consensus.cc:2955] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07 [term 3 FOLLOWER]: Committing config change with OpId 3.6: config changed from index 5 to 6, 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:17.114091  8163 raft_consensus.cc:2955] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 3 FOLLOWER]: Committing config change with OpId 3.6: config changed from index 5 to 6, 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:17.137272  8622 raft_consensus.cc:2955] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 4 LEADER]: Committing config change with OpId 4.10: config changed from index 9 to 10, VOTER 836349a6b3cd420ea811d721b11da8ef (127.0.107.193) evicted. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } attrs { replace: true } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:17.139310  8089 raft_consensus.cc:2955] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 4 FOLLOWER]: Committing config change with OpId 4.10: config changed from index 9 to 10, VOTER 836349a6b3cd420ea811d721b11da8ef (127.0.107.193) evicted. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } attrs { replace: true } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:17.152042  8345 raft_consensus.cc:2955] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07 [term 4 FOLLOWER]: Committing config change with OpId 4.10: config changed from index 9 to 10, VOTER 836349a6b3cd420ea811d721b11da8ef (127.0.107.193) evicted. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } attrs { replace: true } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:17.162158  7900 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 830a17d883654c6eaea82c5bc08ab945 with cas_config_opid_index 9: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:17.176309  8089 consensus_queue.cc:237] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 10, Committed index: 10, Last appended: 1.10, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { promote: false } }
I20260608 12:41:17.181536  7915 catalog_manager.cc:5696] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07 reported cstate change: config changed from index 9 to 10, VOTER 836349a6b3cd420ea811d721b11da8ef (127.0.107.193) evicted. New cstate: current_term: 4 leader_uuid: "02a843296ee14760b6aa83d9892972bf" committed_config { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } attrs { replace: true } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:17.183050  8163 raft_consensus.cc:1275] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260608 12:41:17.183204  7915 catalog_manager.cc:5696] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07 reported cstate change: config changed from index 5 to 6, 02e37e74beb5448884a78c90d851bf07 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 3 leader_uuid: "58ac653e2c49495da2edb379b4203679" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "836349a6b3cd420ea811d721b11da8ef" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40199 } } peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:17.184885  8658 consensus_queue.cc:1048] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
I20260608 12:41:17.185163  8345 raft_consensus.cc:1275] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07 [term 1 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260608 12:41:17.186959  8658 consensus_queue.cc:1048] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
I20260608 12:41:17.194370  8659 raft_consensus.cc:2955] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [term 1 LEADER]: Committing config change with OpId 1.11: config changed from index 10 to 11, VOTER 836349a6b3cd420ea811d721b11da8ef (127.0.107.193) evicted. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { promote: false } } }
I20260608 12:41:17.203997  8163 raft_consensus.cc:2955] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index 10 to 11, VOTER 836349a6b3cd420ea811d721b11da8ef (127.0.107.193) evicted. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { promote: false } } }
I20260608 12:41:17.201728  8345 raft_consensus.cc:2955] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07 [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index 10 to 11, VOTER 836349a6b3cd420ea811d721b11da8ef (127.0.107.193) evicted. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { promote: false } } }
I20260608 12:41:17.218111  8089 consensus_queue.cc:237] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 6, Committed index: 6, Last appended: 3.6, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } }
I20260608 12:41:17.225211  8343 raft_consensus.cc:1275] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07 [term 3 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: Log matching property violated. Preceding OpId in replica: term: 3 index: 6. Preceding OpId from leader: term: 3 index: 7. (index mismatch)
I20260608 12:41:17.226409  7901 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 8119cd79dee24e78890eab94b32bb14e with cas_config_opid_index 10: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:17.227283  8657 consensus_queue.cc:1048] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } 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:17.230631  8166 raft_consensus.cc:1275] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 3 FOLLOWER]: Refusing update from remote peer 58ac653e2c49495da2edb379b4203679: Log matching property violated. Preceding OpId in replica: term: 3 index: 6. Preceding OpId from leader: term: 3 index: 7. (index mismatch)
I20260608 12:41:17.232981  8658 consensus_queue.cc:1048] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 7, Last known committed idx: 6, Time since last communication: 0.000s
I20260608 12:41:17.236850  7911 catalog_manager.cc:5696] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 reported cstate change: config changed from index 10 to 11, VOTER 836349a6b3cd420ea811d721b11da8ef (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "58ac653e2c49495da2edb379b4203679" committed_config { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:17.252179  8660 raft_consensus.cc:2955] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [term 3 LEADER]: Committing config change with OpId 3.7: config changed from index 6 to 7, VOTER 836349a6b3cd420ea811d721b11da8ef (127.0.107.193) evicted. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:17.255158  8166 raft_consensus.cc:2955] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 3 FOLLOWER]: Committing config change with OpId 3.7: config changed from index 6 to 7, VOTER 836349a6b3cd420ea811d721b11da8ef (127.0.107.193) evicted. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:17.263410  7901 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 836514451bbd4b22977e0838c0ecaa72 with cas_config_opid_index 6: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:17.264916  8345 raft_consensus.cc:2955] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07 [term 3 FOLLOWER]: Committing config change with OpId 3.7: config changed from index 6 to 7, VOTER 836349a6b3cd420ea811d721b11da8ef (127.0.107.193) evicted. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } } }
I20260608 12:41:17.267293  7911 catalog_manager.cc:5696] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 reported cstate change: config changed from index 6 to 7, VOTER 836349a6b3cd420ea811d721b11da8ef (127.0.107.193) evicted. New cstate: current_term: 3 leader_uuid: "58ac653e2c49495da2edb379b4203679" committed_config { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "58ac653e2c49495da2edb379b4203679" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45543 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "02a843296ee14760b6aa83d9892972bf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41115 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "02e37e74beb5448884a78c90d851bf07" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34713 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
W20260608 12:41:17.273794  7899 catalog_manager.cc:4754] TS 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 830a17d883654c6eaea82c5bc08ab945: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40199: connect: Connection refused (error 111)
W20260608 12:41:17.902663   431 thread.cc:527] Waited for 4000ms trying to join with diag-logger (tid 8457)
I20260608 12:41:18.096629   431 tablet_server.cc:196] TabletServer@127.0.107.193:40199 shutdown complete.
I20260608 12:41:18.174865   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
W20260608 12:41:18.194631  8131 consensus_peers.cc:597] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf -> Peer 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543): Couldn't send request to peer 58ac653e2c49495da2edb379b4203679. 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:18.211824   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:18.212911   431 tablet_replica.cc:333] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679: stopping tablet replica
I20260608 12:41:18.213902   431 raft_consensus.cc:2243] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [term 3 LEADER]: Raft consensus shutting down.
I20260608 12:41:18.215477   431 raft_consensus.cc:2272] T 836514451bbd4b22977e0838c0ecaa72 P 58ac653e2c49495da2edb379b4203679 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:18.219098   431 tablet_replica.cc:333] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679: stopping tablet replica
I20260608 12:41:18.219786   431 raft_consensus.cc:2243] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:18.221241   431 raft_consensus.cc:2272] T 8119cd79dee24e78890eab94b32bb14e P 58ac653e2c49495da2edb379b4203679 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:18.224371   431 tablet_replica.cc:333] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679: stopping tablet replica
I20260608 12:41:18.224972   431 raft_consensus.cc:2243] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 4 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:18.227447   431 raft_consensus.cc:2272] T 830a17d883654c6eaea82c5bc08ab945 P 58ac653e2c49495da2edb379b4203679 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:18.230531   431 tablet_replica.cc:333] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679: stopping tablet replica
I20260608 12:41:18.231202   431 raft_consensus.cc:2243] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:18.232056   431 raft_consensus.cc:2272] T f3b62386652648499594d0fa950c9fa2 P 58ac653e2c49495da2edb379b4203679 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:18.263127   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:18.303277   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:18.333006   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:18.333858   431 tablet_replica.cc:333] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf: stopping tablet replica
I20260608 12:41:18.334708   431 raft_consensus.cc:2243] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:18.335878   431 raft_consensus.cc:2272] T 8119cd79dee24e78890eab94b32bb14e P 02a843296ee14760b6aa83d9892972bf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:18.338884   431 tablet_replica.cc:333] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf: stopping tablet replica
I20260608 12:41:18.339418   431 raft_consensus.cc:2243] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 4 LEADER]: Raft consensus shutting down.
I20260608 12:41:18.340451   431 raft_consensus.cc:2272] T 830a17d883654c6eaea82c5bc08ab945 P 02a843296ee14760b6aa83d9892972bf [term 4 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:18.343078   431 tablet_replica.cc:333] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf: stopping tablet replica
I20260608 12:41:18.343637   431 raft_consensus.cc:2243] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:18.344197   431 raft_consensus.cc:2272] T f3b62386652648499594d0fa950c9fa2 P 02a843296ee14760b6aa83d9892972bf [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:18.346925   431 tablet_replica.cc:333] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf: stopping tablet replica
I20260608 12:41:18.347472   431 raft_consensus.cc:2243] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:18.349123   431 raft_consensus.cc:2272] T 836514451bbd4b22977e0838c0ecaa72 P 02a843296ee14760b6aa83d9892972bf [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:18.377444   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
W20260608 12:41:18.414593  8310 consensus_peers.cc:597] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 -> Peer 58ac653e2c49495da2edb379b4203679 (127.0.107.194:45543): Couldn't send request to peer 58ac653e2c49495da2edb379b4203679. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:45543: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:18.419492   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
W20260608 12:41:18.435190  7899 catalog_manager.cc:4754] TS 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 830a17d883654c6eaea82c5bc08ab945: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40199: connect: Connection refused (error 111)
I20260608 12:41:18.450920   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:18.451813   431 tablet_replica.cc:333] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07: stopping tablet replica
I20260608 12:41:18.452426   431 raft_consensus.cc:2243] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:18.453423   431 raft_consensus.cc:2272] T 836514451bbd4b22977e0838c0ecaa72 P 02e37e74beb5448884a78c90d851bf07 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:18.456238   431 tablet_replica.cc:333] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07: stopping tablet replica
I20260608 12:41:18.456775   431 raft_consensus.cc:2243] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [term 3 LEADER]: Raft consensus shutting down.
I20260608 12:41:18.457968   431 raft_consensus.cc:2272] T f3b62386652648499594d0fa950c9fa2 P 02e37e74beb5448884a78c90d851bf07 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:18.460426   431 tablet_replica.cc:333] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07: stopping tablet replica
I20260608 12:41:18.461006   431 raft_consensus.cc:2243] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07 [term 4 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:18.462148   431 raft_consensus.cc:2272] T 830a17d883654c6eaea82c5bc08ab945 P 02e37e74beb5448884a78c90d851bf07 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:18.465431   431 tablet_replica.cc:333] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07: stopping tablet replica
I20260608 12:41:18.466106   431 raft_consensus.cc:2243] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:18.467567   431 raft_consensus.cc:2272] T 8119cd79dee24e78890eab94b32bb14e P 02e37e74beb5448884a78c90d851bf07 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:18.511817   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:41:18.533238   431 master.cc:562] Master@127.0.107.254:44053 shutting down...
W20260608 12:41:18.558705  7963 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:41:18.558934  7963 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:41:18.559135  7963 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:41:19.492028  7899 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40199: connect: Connection refused (error 111) [suppressed 45 similar messages]
W20260608 12:41:19.495853  7899 catalog_manager.cc:4754] TS 836349a6b3cd420ea811d721b11da8ef (127.0.107.193:40199): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 830a17d883654c6eaea82c5bc08ab945: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40199: connect: Connection refused (error 111)
I20260608 12:41:22.152709   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P c360e772b7c64c6ba4fe34a2d6b2883f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:22.153501   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P c360e772b7c64c6ba4fe34a2d6b2883f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:22.153862   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P c360e772b7c64c6ba4fe34a2d6b2883f: stopping tablet replica
I20260608 12:41:22.184283   431 master.cc:584] Master@127.0.107.254:44053 shutdown complete.
[       OK ] AutoRebalancerTest.TestDeletedTables (22144 ms)
[ RUN      ] AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails
I20260608 12:41:22.227789   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:44233
I20260608 12:41:22.229089   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:22.234980  8686 instance_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:22.234999  8687 instance_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:22.235895  8689 instance_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:22.237075   431 server_base.cc:1061] running on GCE node
I20260608 12:41:22.237941   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:22.238124   431 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:22.238278   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922482238260 us; error 0 us; skew 500 ppm
I20260608 12:41:22.238893   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:22.241395   431 webserver.cc:533] Webserver started at http://127.0.107.254:38157/ using document root <none> and password file <none>
I20260608 12:41:22.241887   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:22.242063   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:22.242329   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:22.243541   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922266998516-431-0/minicluster-data/master-0-root/instance:
uuid: "766f1a4432b347038c7fdd9c9a922512"
format_stamp: "Formatted at 2026-06-08 12:41:22 on dist-test-slave-3g00"
I20260608 12:41:22.248057   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:41:22.252043  8694 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:22.253270   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:41:22.253607   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922266998516-431-0/minicluster-data/master-0-root
uuid: "766f1a4432b347038c7fdd9c9a922512"
format_stamp: "Formatted at 2026-06-08 12:41:22 on dist-test-slave-3g00"
I20260608 12:41:22.253865   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922266998516-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922266998516-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922266998516-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:22.281563   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:22.282898   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:22.323292   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:44233
I20260608 12:41:22.323423  8745 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:44233 every 8 connection(s)
I20260608 12:41:22.327508  8746 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:22.339284  8746 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 766f1a4432b347038c7fdd9c9a922512: Bootstrap starting.
I20260608 12:41:22.344340  8746 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 766f1a4432b347038c7fdd9c9a922512: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:22.348685  8746 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 766f1a4432b347038c7fdd9c9a922512: No bootstrap required, opened a new log
I20260608 12:41:22.351084  8746 raft_consensus.cc:359] T 00000000000000000000000000000000 P 766f1a4432b347038c7fdd9c9a922512 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "766f1a4432b347038c7fdd9c9a922512" member_type: VOTER }
I20260608 12:41:22.351473  8746 raft_consensus.cc:385] T 00000000000000000000000000000000 P 766f1a4432b347038c7fdd9c9a922512 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:22.351724  8746 raft_consensus.cc:740] T 00000000000000000000000000000000 P 766f1a4432b347038c7fdd9c9a922512 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 766f1a4432b347038c7fdd9c9a922512, State: Initialized, Role: FOLLOWER
I20260608 12:41:22.352324  8746 consensus_queue.cc:260] T 00000000000000000000000000000000 P 766f1a4432b347038c7fdd9c9a922512 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "766f1a4432b347038c7fdd9c9a922512" member_type: VOTER }
I20260608 12:41:22.352777  8746 raft_consensus.cc:399] T 00000000000000000000000000000000 P 766f1a4432b347038c7fdd9c9a922512 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:22.353025  8746 raft_consensus.cc:493] T 00000000000000000000000000000000 P 766f1a4432b347038c7fdd9c9a922512 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:22.353271  8746 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 766f1a4432b347038c7fdd9c9a922512 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:22.358057  8746 raft_consensus.cc:515] T 00000000000000000000000000000000 P 766f1a4432b347038c7fdd9c9a922512 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "766f1a4432b347038c7fdd9c9a922512" member_type: VOTER }
I20260608 12:41:22.358547  8746 leader_election.cc:304] T 00000000000000000000000000000000 P 766f1a4432b347038c7fdd9c9a922512 [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: 766f1a4432b347038c7fdd9c9a922512; no voters: 
I20260608 12:41:22.359627  8746 leader_election.cc:290] T 00000000000000000000000000000000 P 766f1a4432b347038c7fdd9c9a922512 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:22.360004  8749 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 766f1a4432b347038c7fdd9c9a922512 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:22.361373  8749 raft_consensus.cc:697] T 00000000000000000000000000000000 P 766f1a4432b347038c7fdd9c9a922512 [term 1 LEADER]: Becoming Leader. State: Replica: 766f1a4432b347038c7fdd9c9a922512, State: Running, Role: LEADER
I20260608 12:41:22.361996  8749 consensus_queue.cc:237] T 00000000000000000000000000000000 P 766f1a4432b347038c7fdd9c9a922512 [LEADER]: Queue going to LEADER mode. State: All 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: "766f1a4432b347038c7fdd9c9a922512" member_type: VOTER }
I20260608 12:41:22.362550  8746 sys_catalog.cc:565] T 00000000000000000000000000000000 P 766f1a4432b347038c7fdd9c9a922512 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:22.366524  8751 sys_catalog.cc:455] T 00000000000000000000000000000000 P 766f1a4432b347038c7fdd9c9a922512 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 766f1a4432b347038c7fdd9c9a922512. Latest consensus state: current_term: 1 leader_uuid: "766f1a4432b347038c7fdd9c9a922512" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "766f1a4432b347038c7fdd9c9a922512" member_type: VOTER } }
I20260608 12:41:22.367100  8751 sys_catalog.cc:458] T 00000000000000000000000000000000 P 766f1a4432b347038c7fdd9c9a922512 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:22.372057  8750 sys_catalog.cc:455] T 00000000000000000000000000000000 P 766f1a4432b347038c7fdd9c9a922512 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "766f1a4432b347038c7fdd9c9a922512" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "766f1a4432b347038c7fdd9c9a922512" member_type: VOTER } }
I20260608 12:41:22.372850  8750 sys_catalog.cc:458] T 00000000000000000000000000000000 P 766f1a4432b347038c7fdd9c9a922512 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:22.376247  8757 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:22.382925  8757 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:22.383903   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:22.392434  8757 catalog_manager.cc:1382] Generated new cluster ID: e1dda805c2a8433a9ba271213a64a4b5
I20260608 12:41:22.392722  8757 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:22.417057  8757 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:22.418388  8757 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:22.435817  8757 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 766f1a4432b347038c7fdd9c9a922512: Generated new TSK 0
I20260608 12:41:22.436414  8757 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:22.450430   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:22.456804  8767 instance_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:22.457463  8768 instance_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:22.459834  8770 instance_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:22.459870   431 server_base.cc:1061] running on GCE node
I20260608 12:41:22.461091   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:22.461301   431 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:22.461452   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922482461435 us; error 0 us; skew 500 ppm
I20260608 12:41:22.462008   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:22.464499   431 webserver.cc:533] Webserver started at http://127.0.107.193:38643/ using document root <none> and password file <none>
I20260608 12:41:22.465050   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:22.465234   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:22.465483   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:22.466642   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922266998516-431-0/minicluster-data/ts-0-root/instance:
uuid: "8ff9de84b59b4ac79253a26397a9d689"
format_stamp: "Formatted at 2026-06-08 12:41:22 on dist-test-slave-3g00"
I20260608 12:41:22.471110   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.001s
I20260608 12:41:22.474499  8775 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:22.475315   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:41:22.475585   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922266998516-431-0/minicluster-data/ts-0-root
uuid: "8ff9de84b59b4ac79253a26397a9d689"
format_stamp: "Formatted at 2026-06-08 12:41:22 on dist-test-slave-3g00"
I20260608 12:41:22.475857   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922266998516-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922266998516-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922266998516-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:22.487617   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:22.488863   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:22.490275   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:22.492547   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:22.492743   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:22.493003   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:22.493156   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:22.532523   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:35463
I20260608 12:41:22.532634  8837 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:35463 every 8 connection(s)
I20260608 12:41:22.538046   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:22.545459  8842 instance_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:22.546787  8843 instance_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:22.549250   431 server_base.cc:1061] running on GCE node
W20260608 12:41:22.549196  8845 instance_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:22.550700   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:22.550911   431 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:22.551045   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922482551034 us; error 0 us; skew 500 ppm
I20260608 12:41:22.551654   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:22.554456   431 webserver.cc:533] Webserver started at http://127.0.107.194:38673/ using document root <none> and password file <none>
I20260608 12:41:22.555086   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:22.555173  8838 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44233
I20260608 12:41:22.555265   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:22.555744  8838 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:22.555821   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:22.556655  8838 heartbeater.cc:507] Master 127.0.107.254:44233 requested a full tablet report, sending...
I20260608 12:41:22.557251   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922266998516-431-0/minicluster-data/ts-1-root/instance:
uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8"
format_stamp: "Formatted at 2026-06-08 12:41:22 on dist-test-slave-3g00"
I20260608 12:41:22.559077  8711 ts_manager.cc:194] Registered new tserver with Master: 8ff9de84b59b4ac79253a26397a9d689 (127.0.107.193:35463)
I20260608 12:41:22.560990  8711 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58610
I20260608 12:41:22.562471   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:41:22.566321  8850 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:22.567047   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.004s	sys 0.000s
I20260608 12:41:22.567332   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922266998516-431-0/minicluster-data/ts-1-root
uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8"
format_stamp: "Formatted at 2026-06-08 12:41:22 on dist-test-slave-3g00"
I20260608 12:41:22.567595   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922266998516-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922266998516-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922266998516-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:22.581182   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:22.582422   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:22.583889   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:22.586205   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:22.586407   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:22.586624   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:22.586783   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:22.626978   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:43803
I20260608 12:41:22.627110  8912 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:43803 every 8 connection(s)
I20260608 12:41:22.631996   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:22.639042  8916 instance_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:22.640095  8917 instance_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:22.642643  8919 instance_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:22.643199   431 server_base.cc:1061] running on GCE node
I20260608 12:41:22.644186   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:41:22.644316  8913 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44233
W20260608 12:41:22.644456   431 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:22.644773   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922482644754 us; error 0 us; skew 500 ppm
I20260608 12:41:22.644809  8913 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:22.645493   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:22.645671  8913 heartbeater.cc:507] Master 127.0.107.254:44233 requested a full tablet report, sending...
I20260608 12:41:22.647989  8711 ts_manager.cc:194] Registered new tserver with Master: 24e5e7ed58604b9e8c318c2f6bbf74c8 (127.0.107.194:43803)
I20260608 12:41:22.648226   431 webserver.cc:533] Webserver started at http://127.0.107.195:44725/ using document root <none> and password file <none>
I20260608 12:41:22.649000   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:22.649245   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:22.649556   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:22.649892  8711 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58618
I20260608 12:41:22.651104   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922266998516-431-0/minicluster-data/ts-2-root/instance:
uuid: "e74b90bfbf2b476ab2e9e26540d1ad43"
format_stamp: "Formatted at 2026-06-08 12:41:22 on dist-test-slave-3g00"
I20260608 12:41:22.655807   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:41:22.659319  8924 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:22.660040   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:22.660346   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922266998516-431-0/minicluster-data/ts-2-root
uuid: "e74b90bfbf2b476ab2e9e26540d1ad43"
format_stamp: "Formatted at 2026-06-08 12:41:22 on dist-test-slave-3g00"
I20260608 12:41:22.660615   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922266998516-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922266998516-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922266998516-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:22.684580   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:22.685844   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:22.687296   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:22.689612   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:22.689812   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:22.690040   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:22.690205   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:22.730129   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:39815
I20260608 12:41:22.730288  8986 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:39815 every 8 connection(s)
I20260608 12:41:22.743681  8987 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44233
I20260608 12:41:22.744096  8987 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:22.744889  8987 heartbeater.cc:507] Master 127.0.107.254:44233 requested a full tablet report, sending...
I20260608 12:41:22.746812  8711 ts_manager.cc:194] Registered new tserver with Master: e74b90bfbf2b476ab2e9e26540d1ad43 (127.0.107.195:39815)
I20260608 12:41:22.746959   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013565397s
I20260608 12:41:22.748188  8711 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58628
I20260608 12:41:23.563917  8838 heartbeater.cc:499] Master 127.0.107.254:44233 was elected leader, sending a full tablet report...
I20260608 12:41:23.652532  8913 heartbeater.cc:499] Master 127.0.107.254:44233 was elected leader, sending a full tablet report...
I20260608 12:41:23.751044  8987 heartbeater.cc:499] Master 127.0.107.254:44233 was elected leader, sending a full tablet report...
I20260608 12:41:23.802342  8711 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:58640:
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:23.804761  8711 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:23.864919  8952 tablet_service.cc:1511] Processing CreateTablet for tablet 966ba73ab25d4feba6ba19f1f36a113f (DEFAULT_TABLE table=test-workload [id=380cc225b3964e60aec4e1a71fd1a75b]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:23.865317  8951 tablet_service.cc:1511] Processing CreateTablet for tablet ec6c050499c84ee19838f08bc1741eb8 (DEFAULT_TABLE table=test-workload [id=380cc225b3964e60aec4e1a71fd1a75b]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:23.865630  8950 tablet_service.cc:1511] Processing CreateTablet for tablet bef1bb96534a4c449bc24562b83143e1 (DEFAULT_TABLE table=test-workload [id=380cc225b3964e60aec4e1a71fd1a75b]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:23.866626  8952 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 966ba73ab25d4feba6ba19f1f36a113f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.866765  8878 tablet_service.cc:1511] Processing CreateTablet for tablet 966ba73ab25d4feba6ba19f1f36a113f (DEFAULT_TABLE table=test-workload [id=380cc225b3964e60aec4e1a71fd1a75b]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:23.867300  8951 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ec6c050499c84ee19838f08bc1741eb8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.867964  8950 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bef1bb96534a4c449bc24562b83143e1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.868120  8878 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 966ba73ab25d4feba6ba19f1f36a113f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.868942  8876 tablet_service.cc:1511] Processing CreateTablet for tablet bef1bb96534a4c449bc24562b83143e1 (DEFAULT_TABLE table=test-workload [id=380cc225b3964e60aec4e1a71fd1a75b]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:23.870297  8876 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bef1bb96534a4c449bc24562b83143e1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.874061  8877 tablet_service.cc:1511] Processing CreateTablet for tablet ec6c050499c84ee19838f08bc1741eb8 (DEFAULT_TABLE table=test-workload [id=380cc225b3964e60aec4e1a71fd1a75b]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:23.874935  8875 tablet_service.cc:1511] Processing CreateTablet for tablet e1c469704cef4a2b8066fb77398dec3e (DEFAULT_TABLE table=test-workload [id=380cc225b3964e60aec4e1a71fd1a75b]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:23.875552  8877 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ec6c050499c84ee19838f08bc1741eb8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.876268  8875 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e1c469704cef4a2b8066fb77398dec3e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.885020  8803 tablet_service.cc:1511] Processing CreateTablet for tablet 966ba73ab25d4feba6ba19f1f36a113f (DEFAULT_TABLE table=test-workload [id=380cc225b3964e60aec4e1a71fd1a75b]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:23.886545  8803 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 966ba73ab25d4feba6ba19f1f36a113f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.889783  8802 tablet_service.cc:1511] Processing CreateTablet for tablet ec6c050499c84ee19838f08bc1741eb8 (DEFAULT_TABLE table=test-workload [id=380cc225b3964e60aec4e1a71fd1a75b]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:23.891250  8802 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ec6c050499c84ee19838f08bc1741eb8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.892329  8949 tablet_service.cc:1511] Processing CreateTablet for tablet e1c469704cef4a2b8066fb77398dec3e (DEFAULT_TABLE table=test-workload [id=380cc225b3964e60aec4e1a71fd1a75b]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:23.893775  8949 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e1c469704cef4a2b8066fb77398dec3e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.894093  8800 tablet_service.cc:1511] Processing CreateTablet for tablet e1c469704cef4a2b8066fb77398dec3e (DEFAULT_TABLE table=test-workload [id=380cc225b3964e60aec4e1a71fd1a75b]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:23.895401  8800 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e1c469704cef4a2b8066fb77398dec3e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.897485  8801 tablet_service.cc:1511] Processing CreateTablet for tablet bef1bb96534a4c449bc24562b83143e1 (DEFAULT_TABLE table=test-workload [id=380cc225b3964e60aec4e1a71fd1a75b]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:23.898821  8801 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bef1bb96534a4c449bc24562b83143e1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.926296  9007 tablet_bootstrap.cc:492] T ec6c050499c84ee19838f08bc1741eb8 P 24e5e7ed58604b9e8c318c2f6bbf74c8: Bootstrap starting.
I20260608 12:41:23.929425  9008 tablet_bootstrap.cc:492] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43: Bootstrap starting.
I20260608 12:41:23.937913  9009 tablet_bootstrap.cc:492] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689: Bootstrap starting.
I20260608 12:41:23.941414  9007 tablet_bootstrap.cc:654] T ec6c050499c84ee19838f08bc1741eb8 P 24e5e7ed58604b9e8c318c2f6bbf74c8: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:23.953456  9008 tablet_bootstrap.cc:654] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:23.958518  9009 tablet_bootstrap.cc:654] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:23.961524  9007 tablet_bootstrap.cc:492] T ec6c050499c84ee19838f08bc1741eb8 P 24e5e7ed58604b9e8c318c2f6bbf74c8: No bootstrap required, opened a new log
I20260608 12:41:23.962064  9007 ts_tablet_manager.cc:1403] T ec6c050499c84ee19838f08bc1741eb8 P 24e5e7ed58604b9e8c318c2f6bbf74c8: Time spent bootstrapping tablet: real 0.036s	user 0.018s	sys 0.004s
I20260608 12:41:23.963837  9008 tablet_bootstrap.cc:492] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43: No bootstrap required, opened a new log
I20260608 12:41:23.964597  9008 ts_tablet_manager.cc:1403] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43: Time spent bootstrapping tablet: real 0.035s	user 0.006s	sys 0.017s
I20260608 12:41:23.965904  9007 raft_consensus.cc:359] T ec6c050499c84ee19838f08bc1741eb8 P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } }
I20260608 12:41:23.966725  9007 raft_consensus.cc:385] T ec6c050499c84ee19838f08bc1741eb8 P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:23.967046  9007 raft_consensus.cc:740] T ec6c050499c84ee19838f08bc1741eb8 P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 24e5e7ed58604b9e8c318c2f6bbf74c8, State: Initialized, Role: FOLLOWER
I20260608 12:41:23.967926  9008 raft_consensus.cc:359] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } }
I20260608 12:41:23.967983  9007 consensus_queue.cc:260] T ec6c050499c84ee19838f08bc1741eb8 P 24e5e7ed58604b9e8c318c2f6bbf74c8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } }
I20260608 12:41:23.968966  9008 raft_consensus.cc:385] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:23.969317  9008 raft_consensus.cc:740] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e74b90bfbf2b476ab2e9e26540d1ad43, State: Initialized, Role: FOLLOWER
I20260608 12:41:23.970237  9008 consensus_queue.cc:260] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } }
I20260608 12:41:23.970749  9009 tablet_bootstrap.cc:492] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689: No bootstrap required, opened a new log
I20260608 12:41:23.971385  9009 ts_tablet_manager.cc:1403] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689: Time spent bootstrapping tablet: real 0.034s	user 0.016s	sys 0.003s
I20260608 12:41:23.973182  9008 ts_tablet_manager.cc:1434] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:41:23.974246  9008 tablet_bootstrap.cc:492] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43: Bootstrap starting.
I20260608 12:41:23.974716  9009 raft_consensus.cc:359] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } }
I20260608 12:41:23.975512  9009 raft_consensus.cc:385] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:23.975827  9009 raft_consensus.cc:740] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8ff9de84b59b4ac79253a26397a9d689, State: Initialized, Role: FOLLOWER
I20260608 12:41:23.976709  9009 consensus_queue.cc:260] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } }
I20260608 12:41:23.981535  9007 ts_tablet_manager.cc:1434] T ec6c050499c84ee19838f08bc1741eb8 P 24e5e7ed58604b9e8c318c2f6bbf74c8: Time spent starting tablet: real 0.019s	user 0.008s	sys 0.009s
I20260608 12:41:23.982404  9008 tablet_bootstrap.cc:654] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:23.985538  9007 tablet_bootstrap.cc:492] T e1c469704cef4a2b8066fb77398dec3e P 24e5e7ed58604b9e8c318c2f6bbf74c8: Bootstrap starting.
W20260608 12:41:23.985687  8988 tablet.cc:2404] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:41:23.992118  9009 ts_tablet_manager.cc:1434] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689: Time spent starting tablet: real 0.020s	user 0.007s	sys 0.003s
I20260608 12:41:23.993578  9007 tablet_bootstrap.cc:654] T e1c469704cef4a2b8066fb77398dec3e P 24e5e7ed58604b9e8c318c2f6bbf74c8: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:24.008343  9008 tablet_bootstrap.cc:492] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43: No bootstrap required, opened a new log
I20260608 12:41:24.008965  9008 ts_tablet_manager.cc:1403] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43: Time spent bootstrapping tablet: real 0.035s	user 0.025s	sys 0.008s
I20260608 12:41:24.010196  9009 tablet_bootstrap.cc:492] T e1c469704cef4a2b8066fb77398dec3e P 8ff9de84b59b4ac79253a26397a9d689: Bootstrap starting.
I20260608 12:41:24.012180  9008 raft_consensus.cc:359] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } }
I20260608 12:41:24.013012  9008 raft_consensus.cc:385] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:24.013332  9008 raft_consensus.cc:740] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e74b90bfbf2b476ab2e9e26540d1ad43, State: Initialized, Role: FOLLOWER
I20260608 12:41:24.014293  9008 consensus_queue.cc:260] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } }
I20260608 12:41:24.018959  9008 ts_tablet_manager.cc:1434] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260608 12:41:24.019997  9008 tablet_bootstrap.cc:492] T bef1bb96534a4c449bc24562b83143e1 P e74b90bfbf2b476ab2e9e26540d1ad43: Bootstrap starting.
I20260608 12:41:24.022998  9009 tablet_bootstrap.cc:654] T e1c469704cef4a2b8066fb77398dec3e P 8ff9de84b59b4ac79253a26397a9d689: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:24.026648  9008 tablet_bootstrap.cc:654] T bef1bb96534a4c449bc24562b83143e1 P e74b90bfbf2b476ab2e9e26540d1ad43: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:24.029539  9007 tablet_bootstrap.cc:492] T e1c469704cef4a2b8066fb77398dec3e P 24e5e7ed58604b9e8c318c2f6bbf74c8: No bootstrap required, opened a new log
I20260608 12:41:24.030067  9007 ts_tablet_manager.cc:1403] T e1c469704cef4a2b8066fb77398dec3e P 24e5e7ed58604b9e8c318c2f6bbf74c8: Time spent bootstrapping tablet: real 0.048s	user 0.022s	sys 0.020s
I20260608 12:41:24.031656  9009 tablet_bootstrap.cc:492] T e1c469704cef4a2b8066fb77398dec3e P 8ff9de84b59b4ac79253a26397a9d689: No bootstrap required, opened a new log
I20260608 12:41:24.032274  9009 ts_tablet_manager.cc:1403] T e1c469704cef4a2b8066fb77398dec3e P 8ff9de84b59b4ac79253a26397a9d689: Time spent bootstrapping tablet: real 0.022s	user 0.007s	sys 0.009s
I20260608 12:41:24.033124  9007 raft_consensus.cc:359] T e1c469704cef4a2b8066fb77398dec3e P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } }
I20260608 12:41:24.033725  9008 tablet_bootstrap.cc:492] T bef1bb96534a4c449bc24562b83143e1 P e74b90bfbf2b476ab2e9e26540d1ad43: No bootstrap required, opened a new log
I20260608 12:41:24.033910  9007 raft_consensus.cc:385] T e1c469704cef4a2b8066fb77398dec3e P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:24.034227  9008 ts_tablet_manager.cc:1403] T bef1bb96534a4c449bc24562b83143e1 P e74b90bfbf2b476ab2e9e26540d1ad43: Time spent bootstrapping tablet: real 0.014s	user 0.014s	sys 0.000s
I20260608 12:41:24.034283  9007 raft_consensus.cc:740] T e1c469704cef4a2b8066fb77398dec3e P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 24e5e7ed58604b9e8c318c2f6bbf74c8, State: Initialized, Role: FOLLOWER
I20260608 12:41:24.035343  9009 raft_consensus.cc:359] T e1c469704cef4a2b8066fb77398dec3e P 8ff9de84b59b4ac79253a26397a9d689 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } }
I20260608 12:41:24.035267  9007 consensus_queue.cc:260] T e1c469704cef4a2b8066fb77398dec3e P 24e5e7ed58604b9e8c318c2f6bbf74c8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } }
I20260608 12:41:24.036114  9009 raft_consensus.cc:385] T e1c469704cef4a2b8066fb77398dec3e P 8ff9de84b59b4ac79253a26397a9d689 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:24.036439  9009 raft_consensus.cc:740] T e1c469704cef4a2b8066fb77398dec3e P 8ff9de84b59b4ac79253a26397a9d689 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8ff9de84b59b4ac79253a26397a9d689, State: Initialized, Role: FOLLOWER
I20260608 12:41:24.036845  9008 raft_consensus.cc:359] T bef1bb96534a4c449bc24562b83143e1 P e74b90bfbf2b476ab2e9e26540d1ad43 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } }
I20260608 12:41:24.037689  9008 raft_consensus.cc:385] T bef1bb96534a4c449bc24562b83143e1 P e74b90bfbf2b476ab2e9e26540d1ad43 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:24.037774  9007 ts_tablet_manager.cc:1434] T e1c469704cef4a2b8066fb77398dec3e P 24e5e7ed58604b9e8c318c2f6bbf74c8: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.004s
I20260608 12:41:24.037274  9009 consensus_queue.cc:260] T e1c469704cef4a2b8066fb77398dec3e P 8ff9de84b59b4ac79253a26397a9d689 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } }
I20260608 12:41:24.041280  9007 tablet_bootstrap.cc:492] T 966ba73ab25d4feba6ba19f1f36a113f P 24e5e7ed58604b9e8c318c2f6bbf74c8: Bootstrap starting.
I20260608 12:41:24.038039  9008 raft_consensus.cc:740] T bef1bb96534a4c449bc24562b83143e1 P e74b90bfbf2b476ab2e9e26540d1ad43 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e74b90bfbf2b476ab2e9e26540d1ad43, State: Initialized, Role: FOLLOWER
I20260608 12:41:24.042260  9008 consensus_queue.cc:260] T bef1bb96534a4c449bc24562b83143e1 P e74b90bfbf2b476ab2e9e26540d1ad43 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } }
I20260608 12:41:24.045192  9009 ts_tablet_manager.cc:1434] T e1c469704cef4a2b8066fb77398dec3e P 8ff9de84b59b4ac79253a26397a9d689: Time spent starting tablet: real 0.013s	user 0.001s	sys 0.006s
I20260608 12:41:24.046298  9009 tablet_bootstrap.cc:492] T 966ba73ab25d4feba6ba19f1f36a113f P 8ff9de84b59b4ac79253a26397a9d689: Bootstrap starting.
I20260608 12:41:24.048874  9007 tablet_bootstrap.cc:654] T 966ba73ab25d4feba6ba19f1f36a113f P 24e5e7ed58604b9e8c318c2f6bbf74c8: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:24.049631  9014 raft_consensus.cc:493] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:24.050129  9014 raft_consensus.cc:515] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } }
I20260608 12:41:24.050750  9008 ts_tablet_manager.cc:1434] T bef1bb96534a4c449bc24562b83143e1 P e74b90bfbf2b476ab2e9e26540d1ad43: Time spent starting tablet: real 0.016s	user 0.006s	sys 0.000s
I20260608 12:41:24.051869  9008 tablet_bootstrap.cc:492] T e1c469704cef4a2b8066fb77398dec3e P e74b90bfbf2b476ab2e9e26540d1ad43: Bootstrap starting.
I20260608 12:41:24.058882  9008 tablet_bootstrap.cc:654] T e1c469704cef4a2b8066fb77398dec3e P e74b90bfbf2b476ab2e9e26540d1ad43: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:24.060739  9007 tablet_bootstrap.cc:492] T 966ba73ab25d4feba6ba19f1f36a113f P 24e5e7ed58604b9e8c318c2f6bbf74c8: No bootstrap required, opened a new log
I20260608 12:41:24.061306  9007 ts_tablet_manager.cc:1403] T 966ba73ab25d4feba6ba19f1f36a113f P 24e5e7ed58604b9e8c318c2f6bbf74c8: Time spent bootstrapping tablet: real 0.020s	user 0.006s	sys 0.012s
I20260608 12:41:24.064836  9009 tablet_bootstrap.cc:654] T 966ba73ab25d4feba6ba19f1f36a113f P 8ff9de84b59b4ac79253a26397a9d689: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:24.064572  9007 raft_consensus.cc:359] T 966ba73ab25d4feba6ba19f1f36a113f P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } }
I20260608 12:41:24.065320  9007 raft_consensus.cc:385] T 966ba73ab25d4feba6ba19f1f36a113f P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:24.065634  9007 raft_consensus.cc:740] T 966ba73ab25d4feba6ba19f1f36a113f P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 24e5e7ed58604b9e8c318c2f6bbf74c8, State: Initialized, Role: FOLLOWER
I20260608 12:41:24.066558  9007 consensus_queue.cc:260] T 966ba73ab25d4feba6ba19f1f36a113f P 24e5e7ed58604b9e8c318c2f6bbf74c8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } }
I20260608 12:41:24.069285  9007 ts_tablet_manager.cc:1434] T 966ba73ab25d4feba6ba19f1f36a113f P 24e5e7ed58604b9e8c318c2f6bbf74c8: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:41:24.070528  9007 tablet_bootstrap.cc:492] T bef1bb96534a4c449bc24562b83143e1 P 24e5e7ed58604b9e8c318c2f6bbf74c8: Bootstrap starting.
I20260608 12:41:24.073328  9014 leader_election.cc:290] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8ff9de84b59b4ac79253a26397a9d689 (127.0.107.193:35463), 24e5e7ed58604b9e8c318c2f6bbf74c8 (127.0.107.194:43803)
I20260608 12:41:24.079336  9007 tablet_bootstrap.cc:654] T bef1bb96534a4c449bc24562b83143e1 P 24e5e7ed58604b9e8c318c2f6bbf74c8: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:24.079974  9008 tablet_bootstrap.cc:492] T e1c469704cef4a2b8066fb77398dec3e P e74b90bfbf2b476ab2e9e26540d1ad43: No bootstrap required, opened a new log
I20260608 12:41:24.080546  9008 ts_tablet_manager.cc:1403] T e1c469704cef4a2b8066fb77398dec3e P e74b90bfbf2b476ab2e9e26540d1ad43: Time spent bootstrapping tablet: real 0.029s	user 0.011s	sys 0.004s
I20260608 12:41:24.083421  9009 tablet_bootstrap.cc:492] T 966ba73ab25d4feba6ba19f1f36a113f P 8ff9de84b59b4ac79253a26397a9d689: No bootstrap required, opened a new log
I20260608 12:41:24.084084  9009 ts_tablet_manager.cc:1403] T 966ba73ab25d4feba6ba19f1f36a113f P 8ff9de84b59b4ac79253a26397a9d689: Time spent bootstrapping tablet: real 0.038s	user 0.012s	sys 0.004s
I20260608 12:41:24.085026  9013 raft_consensus.cc:493] T e1c469704cef4a2b8066fb77398dec3e P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:24.085565  9013 raft_consensus.cc:515] T e1c469704cef4a2b8066fb77398dec3e P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } }
I20260608 12:41:24.087529  9009 raft_consensus.cc:359] T 966ba73ab25d4feba6ba19f1f36a113f P 8ff9de84b59b4ac79253a26397a9d689 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } }
I20260608 12:41:24.088379  9009 raft_consensus.cc:385] T 966ba73ab25d4feba6ba19f1f36a113f P 8ff9de84b59b4ac79253a26397a9d689 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:24.088726  9009 raft_consensus.cc:740] T 966ba73ab25d4feba6ba19f1f36a113f P 8ff9de84b59b4ac79253a26397a9d689 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8ff9de84b59b4ac79253a26397a9d689, State: Initialized, Role: FOLLOWER
I20260608 12:41:24.089774  9009 consensus_queue.cc:260] T 966ba73ab25d4feba6ba19f1f36a113f P 8ff9de84b59b4ac79253a26397a9d689 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } }
I20260608 12:41:24.090840  8813 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ec6c050499c84ee19838f08bc1741eb8" candidate_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ff9de84b59b4ac79253a26397a9d689" is_pre_election: true
I20260608 12:41:24.093003  9009 ts_tablet_manager.cc:1434] T 966ba73ab25d4feba6ba19f1f36a113f P 8ff9de84b59b4ac79253a26397a9d689: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.004s
I20260608 12:41:24.094494  9009 tablet_bootstrap.cc:492] T ec6c050499c84ee19838f08bc1741eb8 P 8ff9de84b59b4ac79253a26397a9d689: Bootstrap starting.
I20260608 12:41:24.096477  9013 leader_election.cc:290] T e1c469704cef4a2b8066fb77398dec3e P 24e5e7ed58604b9e8c318c2f6bbf74c8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8ff9de84b59b4ac79253a26397a9d689 (127.0.107.193:35463), e74b90bfbf2b476ab2e9e26540d1ad43 (127.0.107.195:39815)
W20260608 12:41:24.098301  8928 leader_election.cc:343] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8ff9de84b59b4ac79253a26397a9d689 (127.0.107.193:35463): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:24.099298  9008 raft_consensus.cc:359] T e1c469704cef4a2b8066fb77398dec3e P e74b90bfbf2b476ab2e9e26540d1ad43 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } }
I20260608 12:41:24.100119  9008 raft_consensus.cc:385] T e1c469704cef4a2b8066fb77398dec3e P e74b90bfbf2b476ab2e9e26540d1ad43 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:24.100449  9008 raft_consensus.cc:740] T e1c469704cef4a2b8066fb77398dec3e P e74b90bfbf2b476ab2e9e26540d1ad43 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e74b90bfbf2b476ab2e9e26540d1ad43, State: Initialized, Role: FOLLOWER
I20260608 12:41:24.105430  9008 consensus_queue.cc:260] T e1c469704cef4a2b8066fb77398dec3e P e74b90bfbf2b476ab2e9e26540d1ad43 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } }
I20260608 12:41:24.107977  9008 ts_tablet_manager.cc:1434] T e1c469704cef4a2b8066fb77398dec3e P e74b90bfbf2b476ab2e9e26540d1ad43: Time spent starting tablet: real 0.027s	user 0.005s	sys 0.000s
I20260608 12:41:24.110257  9009 tablet_bootstrap.cc:654] T ec6c050499c84ee19838f08bc1741eb8 P 8ff9de84b59b4ac79253a26397a9d689: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:24.112306  9007 tablet_bootstrap.cc:492] T bef1bb96534a4c449bc24562b83143e1 P 24e5e7ed58604b9e8c318c2f6bbf74c8: No bootstrap required, opened a new log
I20260608 12:41:24.112964  9007 ts_tablet_manager.cc:1403] T bef1bb96534a4c449bc24562b83143e1 P 24e5e7ed58604b9e8c318c2f6bbf74c8: Time spent bootstrapping tablet: real 0.043s	user 0.015s	sys 0.003s
I20260608 12:41:24.113298  9015 raft_consensus.cc:493] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:24.113812  9015 raft_consensus.cc:515] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } }
I20260608 12:41:24.116411  9007 raft_consensus.cc:359] T bef1bb96534a4c449bc24562b83143e1 P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } }
I20260608 12:41:24.117247  9007 raft_consensus.cc:385] T bef1bb96534a4c449bc24562b83143e1 P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:24.117534  9007 raft_consensus.cc:740] T bef1bb96534a4c449bc24562b83143e1 P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 24e5e7ed58604b9e8c318c2f6bbf74c8, State: Initialized, Role: FOLLOWER
I20260608 12:41:24.118474  9007 consensus_queue.cc:260] T bef1bb96534a4c449bc24562b83143e1 P 24e5e7ed58604b9e8c318c2f6bbf74c8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } }
I20260608 12:41:24.121279  9007 ts_tablet_manager.cc:1434] T bef1bb96534a4c449bc24562b83143e1 P 24e5e7ed58604b9e8c318c2f6bbf74c8: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.001s
I20260608 12:41:24.124548  9015 leader_election.cc:290] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 24e5e7ed58604b9e8c318c2f6bbf74c8 (127.0.107.194:43803), e74b90bfbf2b476ab2e9e26540d1ad43 (127.0.107.195:39815)
I20260608 12:41:24.124651  8813 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e1c469704cef4a2b8066fb77398dec3e" candidate_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ff9de84b59b4ac79253a26397a9d689" is_pre_election: true
I20260608 12:41:24.125495  8813 raft_consensus.cc:2468] T e1c469704cef4a2b8066fb77398dec3e P 8ff9de84b59b4ac79253a26397a9d689 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 24e5e7ed58604b9e8c318c2f6bbf74c8 in term 0.
I20260608 12:41:24.127110  8854 leader_election.cc:304] T e1c469704cef4a2b8066fb77398dec3e P 24e5e7ed58604b9e8c318c2f6bbf74c8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 24e5e7ed58604b9e8c318c2f6bbf74c8, 8ff9de84b59b4ac79253a26397a9d689; no voters: 
I20260608 12:41:24.128021  9013 raft_consensus.cc:2804] T e1c469704cef4a2b8066fb77398dec3e P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:24.128377  9013 raft_consensus.cc:493] T e1c469704cef4a2b8066fb77398dec3e P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:24.128738  9013 raft_consensus.cc:3060] T e1c469704cef4a2b8066fb77398dec3e P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.135937  8888 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ec6c050499c84ee19838f08bc1741eb8" candidate_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" is_pre_election: true
I20260608 12:41:24.136750  8888 raft_consensus.cc:2468] T ec6c050499c84ee19838f08bc1741eb8 P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e74b90bfbf2b476ab2e9e26540d1ad43 in term 0.
I20260608 12:41:24.138375  8927 leader_election.cc:304] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [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: 24e5e7ed58604b9e8c318c2f6bbf74c8, e74b90bfbf2b476ab2e9e26540d1ad43; no voters: 8ff9de84b59b4ac79253a26397a9d689
I20260608 12:41:24.138986  9013 raft_consensus.cc:515] T e1c469704cef4a2b8066fb77398dec3e P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } }
I20260608 12:41:24.139614  9014 raft_consensus.cc:2804] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:24.140013  9014 raft_consensus.cc:493] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:24.140365  9014 raft_consensus.cc:3060] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.143999  8813 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e1c469704cef4a2b8066fb77398dec3e" candidate_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ff9de84b59b4ac79253a26397a9d689"
I20260608 12:41:24.144604  8813 raft_consensus.cc:3060] T e1c469704cef4a2b8066fb77398dec3e P 8ff9de84b59b4ac79253a26397a9d689 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.148759  9020 raft_consensus.cc:493] T e1c469704cef4a2b8066fb77398dec3e P e74b90bfbf2b476ab2e9e26540d1ad43 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:24.149322  9020 raft_consensus.cc:515] T e1c469704cef4a2b8066fb77398dec3e P e74b90bfbf2b476ab2e9e26540d1ad43 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } }
I20260608 12:41:24.151777  9020 leader_election.cc:290] T e1c469704cef4a2b8066fb77398dec3e P e74b90bfbf2b476ab2e9e26540d1ad43 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8ff9de84b59b4ac79253a26397a9d689 (127.0.107.193:35463), 24e5e7ed58604b9e8c318c2f6bbf74c8 (127.0.107.194:43803)
I20260608 12:41:24.153770  9009 tablet_bootstrap.cc:492] T ec6c050499c84ee19838f08bc1741eb8 P 8ff9de84b59b4ac79253a26397a9d689: No bootstrap required, opened a new log
I20260608 12:41:24.153642  8812 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e1c469704cef4a2b8066fb77398dec3e" candidate_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ff9de84b59b4ac79253a26397a9d689" is_pre_election: true
I20260608 12:41:24.154336  9009 ts_tablet_manager.cc:1403] T ec6c050499c84ee19838f08bc1741eb8 P 8ff9de84b59b4ac79253a26397a9d689: Time spent bootstrapping tablet: real 0.060s	user 0.023s	sys 0.026s
I20260608 12:41:24.154902  8888 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bef1bb96534a4c449bc24562b83143e1" candidate_uuid: "8ff9de84b59b4ac79253a26397a9d689" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" is_pre_election: true
I20260608 12:41:24.155567  8888 raft_consensus.cc:2468] T bef1bb96534a4c449bc24562b83143e1 P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8ff9de84b59b4ac79253a26397a9d689 in term 0.
I20260608 12:41:24.156662  8888 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e1c469704cef4a2b8066fb77398dec3e" candidate_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" is_pre_election: true
I20260608 12:41:24.157492  8888 raft_consensus.cc:2393] T e1c469704cef4a2b8066fb77398dec3e P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate e74b90bfbf2b476ab2e9e26540d1ad43 in current term 1: Already voted for candidate 24e5e7ed58604b9e8c318c2f6bbf74c8 in this term.
I20260608 12:41:24.157248  8778 leader_election.cc:304] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 24e5e7ed58604b9e8c318c2f6bbf74c8, 8ff9de84b59b4ac79253a26397a9d689; no voters: 
I20260608 12:41:24.158176  9015 raft_consensus.cc:2804] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:24.158102  9009 raft_consensus.cc:359] T ec6c050499c84ee19838f08bc1741eb8 P 8ff9de84b59b4ac79253a26397a9d689 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } }
I20260608 12:41:24.158725  9015 raft_consensus.cc:493] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:24.159050  9009 raft_consensus.cc:385] T ec6c050499c84ee19838f08bc1741eb8 P 8ff9de84b59b4ac79253a26397a9d689 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:24.159152  9015 raft_consensus.cc:3060] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.159546  9009 raft_consensus.cc:740] T ec6c050499c84ee19838f08bc1741eb8 P 8ff9de84b59b4ac79253a26397a9d689 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8ff9de84b59b4ac79253a26397a9d689, State: Initialized, Role: FOLLOWER
I20260608 12:41:24.158839  8927 leader_election.cc:304] T e1c469704cef4a2b8066fb77398dec3e P e74b90bfbf2b476ab2e9e26540d1ad43 [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: e74b90bfbf2b476ab2e9e26540d1ad43; no voters: 24e5e7ed58604b9e8c318c2f6bbf74c8, 8ff9de84b59b4ac79253a26397a9d689
I20260608 12:41:24.160544  9009 consensus_queue.cc:260] T ec6c050499c84ee19838f08bc1741eb8 P 8ff9de84b59b4ac79253a26397a9d689 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } }
I20260608 12:41:24.161206  9020 raft_consensus.cc:3060] T e1c469704cef4a2b8066fb77398dec3e P e74b90bfbf2b476ab2e9e26540d1ad43 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.167389  9015 raft_consensus.cc:515] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } }
I20260608 12:41:24.151655  9014 raft_consensus.cc:515] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } }
I20260608 12:41:24.171718  8812 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ec6c050499c84ee19838f08bc1741eb8" candidate_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ff9de84b59b4ac79253a26397a9d689"
I20260608 12:41:24.172376  8812 raft_consensus.cc:3060] T ec6c050499c84ee19838f08bc1741eb8 P 8ff9de84b59b4ac79253a26397a9d689 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.177510  9014 leader_election.cc:290] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [CANDIDATE]: Term 1 election: Requested vote from peers 8ff9de84b59b4ac79253a26397a9d689 (127.0.107.193:35463), 24e5e7ed58604b9e8c318c2f6bbf74c8 (127.0.107.194:43803)
I20260608 12:41:24.178243  8888 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ec6c050499c84ee19838f08bc1741eb8" candidate_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8"
I20260608 12:41:24.178892  8888 raft_consensus.cc:3060] T ec6c050499c84ee19838f08bc1741eb8 P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.179698  8887 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bef1bb96534a4c449bc24562b83143e1" candidate_uuid: "8ff9de84b59b4ac79253a26397a9d689" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8"
I20260608 12:41:24.180369  8887 raft_consensus.cc:3060] T bef1bb96534a4c449bc24562b83143e1 P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.180996  9015 leader_election.cc:290] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [CANDIDATE]: Term 1 election: Requested vote from peers 24e5e7ed58604b9e8c318c2f6bbf74c8 (127.0.107.194:43803), e74b90bfbf2b476ab2e9e26540d1ad43 (127.0.107.195:39815)
I20260608 12:41:24.186667  8962 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e1c469704cef4a2b8066fb77398dec3e" candidate_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" is_pre_election: true
I20260608 12:41:24.189494  9009 ts_tablet_manager.cc:1434] T ec6c050499c84ee19838f08bc1741eb8 P 8ff9de84b59b4ac79253a26397a9d689: Time spent starting tablet: real 0.035s	user 0.029s	sys 0.005s
I20260608 12:41:24.190868  8887 raft_consensus.cc:2468] T bef1bb96534a4c449bc24562b83143e1 P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8ff9de84b59b4ac79253a26397a9d689 in term 1.
I20260608 12:41:24.192153  8778 leader_election.cc:304] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 24e5e7ed58604b9e8c318c2f6bbf74c8, 8ff9de84b59b4ac79253a26397a9d689; no voters: 
I20260608 12:41:24.193002  8812 raft_consensus.cc:2468] T ec6c050499c84ee19838f08bc1741eb8 P 8ff9de84b59b4ac79253a26397a9d689 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e74b90bfbf2b476ab2e9e26540d1ad43 in term 1.
I20260608 12:41:24.170795  8813 raft_consensus.cc:2468] T e1c469704cef4a2b8066fb77398dec3e P 8ff9de84b59b4ac79253a26397a9d689 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 24e5e7ed58604b9e8c318c2f6bbf74c8 in term 1.
I20260608 12:41:24.193270  9013 leader_election.cc:290] T e1c469704cef4a2b8066fb77398dec3e P 24e5e7ed58604b9e8c318c2f6bbf74c8 [CANDIDATE]: Term 1 election: Requested vote from peers 8ff9de84b59b4ac79253a26397a9d689 (127.0.107.193:35463), e74b90bfbf2b476ab2e9e26540d1ad43 (127.0.107.195:39815)
I20260608 12:41:24.194754  8961 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e1c469704cef4a2b8066fb77398dec3e" candidate_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43"
I20260608 12:41:24.197737  8854 leader_election.cc:304] T e1c469704cef4a2b8066fb77398dec3e P 24e5e7ed58604b9e8c318c2f6bbf74c8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 24e5e7ed58604b9e8c318c2f6bbf74c8, 8ff9de84b59b4ac79253a26397a9d689; no voters: 
I20260608 12:41:24.195726  8928 leader_election.cc:304] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8ff9de84b59b4ac79253a26397a9d689, e74b90bfbf2b476ab2e9e26540d1ad43; no voters: 
I20260608 12:41:24.196202  9033 raft_consensus.cc:2804] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:24.196666  9020 raft_consensus.cc:2749] T e1c469704cef4a2b8066fb77398dec3e P e74b90bfbf2b476ab2e9e26540d1ad43 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:24.198328  8888 raft_consensus.cc:2468] T ec6c050499c84ee19838f08bc1741eb8 P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e74b90bfbf2b476ab2e9e26540d1ad43 in term 1.
I20260608 12:41:24.199530  9014 raft_consensus.cc:2804] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:24.199699  9013 raft_consensus.cc:2804] T e1c469704cef4a2b8066fb77398dec3e P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:24.201447  8962 raft_consensus.cc:2468] T e1c469704cef4a2b8066fb77398dec3e P e74b90bfbf2b476ab2e9e26540d1ad43 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 24e5e7ed58604b9e8c318c2f6bbf74c8 in term 1.
I20260608 12:41:24.200294  9033 raft_consensus.cc:697] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [term 1 LEADER]: Becoming Leader. State: Replica: 8ff9de84b59b4ac79253a26397a9d689, State: Running, Role: LEADER
I20260608 12:41:24.202719  9013 raft_consensus.cc:697] T e1c469704cef4a2b8066fb77398dec3e P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 1 LEADER]: Becoming Leader. State: Replica: 24e5e7ed58604b9e8c318c2f6bbf74c8, State: Running, Role: LEADER
I20260608 12:41:24.203377  8961 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bef1bb96534a4c449bc24562b83143e1" candidate_uuid: "8ff9de84b59b4ac79253a26397a9d689" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" is_pre_election: true
I20260608 12:41:24.204088  8961 raft_consensus.cc:2468] T bef1bb96534a4c449bc24562b83143e1 P e74b90bfbf2b476ab2e9e26540d1ad43 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8ff9de84b59b4ac79253a26397a9d689 in term 0.
I20260608 12:41:24.203685  9013 consensus_queue.cc:237] T e1c469704cef4a2b8066fb77398dec3e P 24e5e7ed58604b9e8c318c2f6bbf74c8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } }
I20260608 12:41:24.205459  8960 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bef1bb96534a4c449bc24562b83143e1" candidate_uuid: "8ff9de84b59b4ac79253a26397a9d689" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43"
I20260608 12:41:24.206161  8960 raft_consensus.cc:3060] T bef1bb96534a4c449bc24562b83143e1 P e74b90bfbf2b476ab2e9e26540d1ad43 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.206684  9033 consensus_queue.cc:237] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } }
I20260608 12:41:24.213740  8960 raft_consensus.cc:2468] T bef1bb96534a4c449bc24562b83143e1 P e74b90bfbf2b476ab2e9e26540d1ad43 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8ff9de84b59b4ac79253a26397a9d689 in term 1.
I20260608 12:41:24.217039  8711 catalog_manager.cc:5696] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 reported cstate change: term changed from 0 to 1, leader changed from <none> to 8ff9de84b59b4ac79253a26397a9d689 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "8ff9de84b59b4ac79253a26397a9d689" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:24.220795  9014 raft_consensus.cc:697] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [term 1 LEADER]: Becoming Leader. State: Replica: e74b90bfbf2b476ab2e9e26540d1ad43, State: Running, Role: LEADER
I20260608 12:41:24.221724  9014 consensus_queue.cc:237] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } }
I20260608 12:41:24.225409  8708 catalog_manager.cc:5696] T e1c469704cef4a2b8066fb77398dec3e P 24e5e7ed58604b9e8c318c2f6bbf74c8 reported cstate change: term changed from 0 to 1, leader changed from <none> to 24e5e7ed58604b9e8c318c2f6bbf74c8 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:24.229925  8710 catalog_manager.cc:5696] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 reported cstate change: term changed from 0 to 1, leader changed from <none> to e74b90bfbf2b476ab2e9e26540d1ad43 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:24.343516  9014 raft_consensus.cc:493] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:24.344043  9014 raft_consensus.cc:515] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } }
I20260608 12:41:24.345789  9014 leader_election.cc:290] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 24e5e7ed58604b9e8c318c2f6bbf74c8 (127.0.107.194:43803), 8ff9de84b59b4ac79253a26397a9d689 (127.0.107.193:35463)
I20260608 12:41:24.346680  8888 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "966ba73ab25d4feba6ba19f1f36a113f" candidate_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" is_pre_election: true
I20260608 12:41:24.346879  8813 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "966ba73ab25d4feba6ba19f1f36a113f" candidate_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ff9de84b59b4ac79253a26397a9d689" is_pre_election: true
I20260608 12:41:24.347393  8888 raft_consensus.cc:2468] T 966ba73ab25d4feba6ba19f1f36a113f P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e74b90bfbf2b476ab2e9e26540d1ad43 in term 0.
I20260608 12:41:24.347513  8813 raft_consensus.cc:2468] T 966ba73ab25d4feba6ba19f1f36a113f P 8ff9de84b59b4ac79253a26397a9d689 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e74b90bfbf2b476ab2e9e26540d1ad43 in term 0.
I20260608 12:41:24.348544  8927 leader_election.cc:304] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 24e5e7ed58604b9e8c318c2f6bbf74c8, e74b90bfbf2b476ab2e9e26540d1ad43; no voters: 
I20260608 12:41:24.349337  9014 raft_consensus.cc:2804] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:24.349702  9014 raft_consensus.cc:493] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:24.349982  9014 raft_consensus.cc:3060] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.354691  9014 raft_consensus.cc:515] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } }
I20260608 12:41:24.356324  9014 leader_election.cc:290] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [CANDIDATE]: Term 1 election: Requested vote from peers 24e5e7ed58604b9e8c318c2f6bbf74c8 (127.0.107.194:43803), 8ff9de84b59b4ac79253a26397a9d689 (127.0.107.193:35463)
I20260608 12:41:24.357076  8888 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "966ba73ab25d4feba6ba19f1f36a113f" candidate_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8"
I20260608 12:41:24.357369  8813 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "966ba73ab25d4feba6ba19f1f36a113f" candidate_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ff9de84b59b4ac79253a26397a9d689"
I20260608 12:41:24.357718  8888 raft_consensus.cc:3060] T 966ba73ab25d4feba6ba19f1f36a113f P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.357954  8813 raft_consensus.cc:3060] T 966ba73ab25d4feba6ba19f1f36a113f P 8ff9de84b59b4ac79253a26397a9d689 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.364573  8813 raft_consensus.cc:2468] T 966ba73ab25d4feba6ba19f1f36a113f P 8ff9de84b59b4ac79253a26397a9d689 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e74b90bfbf2b476ab2e9e26540d1ad43 in term 1.
I20260608 12:41:24.364573  8888 raft_consensus.cc:2468] T 966ba73ab25d4feba6ba19f1f36a113f P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e74b90bfbf2b476ab2e9e26540d1ad43 in term 1.
I20260608 12:41:24.365892  8928 leader_election.cc:304] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8ff9de84b59b4ac79253a26397a9d689, e74b90bfbf2b476ab2e9e26540d1ad43; no voters: 
I20260608 12:41:24.366629  9014 raft_consensus.cc:2804] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:24.367013  9014 raft_consensus.cc:697] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [term 1 LEADER]: Becoming Leader. State: Replica: e74b90bfbf2b476ab2e9e26540d1ad43, State: Running, Role: LEADER
I20260608 12:41:24.367723  9014 consensus_queue.cc:237] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } }
W20260608 12:41:24.380352  8759 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:41:24.382429  8710 catalog_manager.cc:5696] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 reported cstate change: term changed from 0 to 1, leader changed from <none> to e74b90bfbf2b476ab2e9e26540d1ad43 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:24.464030   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:24.471081  9040 instance_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:24.471837  9041 instance_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:24.472329  9043 instance_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:24.472645   431 server_base.cc:1061] running on GCE node
I20260608 12:41:24.473628   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:24.473863   431 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:24.474038   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922484474023 us; error 0 us; skew 500 ppm
I20260608 12:41:24.474651   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:24.477005   431 webserver.cc:533] Webserver started at http://127.0.107.196:39819/ using document root <none> and password file <none>
I20260608 12:41:24.477509   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:24.477694   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:24.477989   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:24.479066   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922266998516-431-0/minicluster-data/ts-3-root/instance:
uuid: "ca35e0431bf04d3ab7aeb2a518b7e8d7"
format_stamp: "Formatted at 2026-06-08 12:41:24 on dist-test-slave-3g00"
I20260608 12:41:24.483580   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.001s
I20260608 12:41:24.486950  9048 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:24.487761   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:24.488072   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922266998516-431-0/minicluster-data/ts-3-root
uuid: "ca35e0431bf04d3ab7aeb2a518b7e8d7"
format_stamp: "Formatted at 2026-06-08 12:41:24 on dist-test-slave-3g00"
I20260608 12:41:24.488379   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922266998516-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922266998516-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922266998516-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:24.499938   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:24.501116   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:24.502501   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:24.504721   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:24.504953   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:24.505179   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:24.505347   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:24.545938   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:38133
I20260608 12:41:24.546058  9110 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:38133 every 8 connection(s)
I20260608 12:41:24.560289  9111 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44233
I20260608 12:41:24.560731  9111 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:24.561472  9111 heartbeater.cc:507] Master 127.0.107.254:44233 requested a full tablet report, sending...
I20260608 12:41:24.563560  8710 ts_manager.cc:194] Registered new tserver with Master: ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196:38133)
I20260608 12:41:24.565048  8710 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58656
I20260608 12:41:24.659715  9014 consensus_queue.cc:1048] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:24.672767  9035 consensus_queue.cc:1048] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [LEADER]: Connected to new peer: Peer: permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:24.675791  9013 consensus_queue.cc:1048] T e1c469704cef4a2b8066fb77398dec3e P 24e5e7ed58604b9e8c318c2f6bbf74c8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:24.691745  9013 consensus_queue.cc:1048] T e1c469704cef4a2b8066fb77398dec3e P 24e5e7ed58604b9e8c318c2f6bbf74c8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:24.711280  9033 consensus_queue.cc:1048] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:24.723865  9125 consensus_queue.cc:1048] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [LEADER]: Connected to new peer: Peer: permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:24.793565  9035 consensus_queue.cc:1048] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:24.808082  9014 consensus_queue.cc:1048] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [LEADER]: Connected to new peer: Peer: permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:25.403833  8813 consensus_queue.cc:237] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [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: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } attrs { replace: true } } peers { permanent_uuid: "ca35e0431bf04d3ab7aeb2a518b7e8d7" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } }
I20260608 12:41:25.409710  8888 raft_consensus.cc:1275] T bef1bb96534a4c449bc24562b83143e1 P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 1 FOLLOWER]: Refusing update from remote peer 8ff9de84b59b4ac79253a26397a9d689: 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:25.411099  8960 raft_consensus.cc:1275] T bef1bb96534a4c449bc24562b83143e1 P e74b90bfbf2b476ab2e9e26540d1ad43 [term 1 FOLLOWER]: Refusing update from remote peer 8ff9de84b59b4ac79253a26397a9d689: 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:25.411254  9124 consensus_queue.cc:1048] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [LEADER]: Connected to new peer: Peer: permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:25.412724  9033 consensus_queue.cc:1048] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } 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:25.418376  9125 raft_consensus.cc:2955] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } attrs { replace: true } } peers { permanent_uuid: "ca35e0431bf04d3ab7aeb2a518b7e8d7" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } } }
W20260608 12:41:25.421782  8777 consensus_peers.cc:597] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 -> Peer ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196:38133): Couldn't send request to peer ca35e0431bf04d3ab7aeb2a518b7e8d7. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: bef1bb96534a4c449bc24562b83143e1. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:25.421118  8888 raft_consensus.cc:2955] T bef1bb96534a4c449bc24562b83143e1 P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } attrs { replace: true } } peers { permanent_uuid: "ca35e0431bf04d3ab7aeb2a518b7e8d7" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } } }
I20260608 12:41:25.422644  8960 raft_consensus.cc:2955] T bef1bb96534a4c449bc24562b83143e1 P e74b90bfbf2b476ab2e9e26540d1ad43 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } attrs { replace: true } } peers { permanent_uuid: "ca35e0431bf04d3ab7aeb2a518b7e8d7" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } } }
I20260608 12:41:25.433012  8710 catalog_manager.cc:5696] T bef1bb96534a4c449bc24562b83143e1 P 24e5e7ed58604b9e8c318c2f6bbf74c8 reported cstate change: config changed from index -1 to 2, NON_VOTER ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "8ff9de84b59b4ac79253a26397a9d689" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } attrs { replace: true } } peers { permanent_uuid: "ca35e0431bf04d3ab7aeb2a518b7e8d7" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } } }
I20260608 12:41:25.446655  8960 consensus_queue.cc:237] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [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: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } attrs { replace: true } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } peers { permanent_uuid: "ca35e0431bf04d3ab7aeb2a518b7e8d7" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } }
I20260608 12:41:25.455825  8888 raft_consensus.cc:1275] T ec6c050499c84ee19838f08bc1741eb8 P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 1 FOLLOWER]: Refusing update from remote peer e74b90bfbf2b476ab2e9e26540d1ad43: 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:25.456887  8813 raft_consensus.cc:1275] T ec6c050499c84ee19838f08bc1741eb8 P 8ff9de84b59b4ac79253a26397a9d689 [term 1 FOLLOWER]: Refusing update from remote peer e74b90bfbf2b476ab2e9e26540d1ad43: 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:25.457544  9014 consensus_queue.cc:1048] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [LEADER]: Connected to new peer: Peer: permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:25.458890  9128 consensus_queue.cc:1048] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } 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:25.465024  9014 raft_consensus.cc:2955] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } attrs { replace: true } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } peers { permanent_uuid: "ca35e0431bf04d3ab7aeb2a518b7e8d7" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } } }
I20260608 12:41:25.467043  8888 raft_consensus.cc:2955] T ec6c050499c84ee19838f08bc1741eb8 P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } attrs { replace: true } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } peers { permanent_uuid: "ca35e0431bf04d3ab7aeb2a518b7e8d7" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } } }
I20260608 12:41:25.468775  8813 raft_consensus.cc:2955] T ec6c050499c84ee19838f08bc1741eb8 P 8ff9de84b59b4ac79253a26397a9d689 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } attrs { replace: true } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } peers { permanent_uuid: "ca35e0431bf04d3ab7aeb2a518b7e8d7" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } } }
W20260608 12:41:25.476632  8926 consensus_peers.cc:597] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 -> Peer ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196:38133): Couldn't send request to peer ca35e0431bf04d3ab7aeb2a518b7e8d7. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ec6c050499c84ee19838f08bc1741eb8. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:25.480501  8711 catalog_manager.cc:5696] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 reported cstate change: config changed from index -1 to 2, NON_VOTER ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ca35e0431bf04d3ab7aeb2a518b7e8d7" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:25.481693  8960 consensus_queue.cc:237] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [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: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } attrs { replace: true } } peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "ca35e0431bf04d3ab7aeb2a518b7e8d7" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } }
W20260608 12:41:25.488160  8926 consensus_peers.cc:597] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 -> Peer ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196:38133): Couldn't send request to peer ca35e0431bf04d3ab7aeb2a518b7e8d7. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 966ba73ab25d4feba6ba19f1f36a113f. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:25.489717  8813 raft_consensus.cc:1275] T 966ba73ab25d4feba6ba19f1f36a113f P 8ff9de84b59b4ac79253a26397a9d689 [term 1 FOLLOWER]: Refusing update from remote peer e74b90bfbf2b476ab2e9e26540d1ad43: 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:25.490705  8888 raft_consensus.cc:1275] T 966ba73ab25d4feba6ba19f1f36a113f P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 1 FOLLOWER]: Refusing update from remote peer e74b90bfbf2b476ab2e9e26540d1ad43: 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:25.491995  9128 consensus_queue.cc:1048] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [LEADER]: Connected to new peer: Peer: permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } 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:25.494784  9128 consensus_queue.cc:1048] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:25.501246  9035 raft_consensus.cc:2955] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } attrs { replace: true } } peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "ca35e0431bf04d3ab7aeb2a518b7e8d7" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } } }
I20260608 12:41:25.504060  8813 raft_consensus.cc:2955] T 966ba73ab25d4feba6ba19f1f36a113f P 8ff9de84b59b4ac79253a26397a9d689 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } attrs { replace: true } } peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "ca35e0431bf04d3ab7aeb2a518b7e8d7" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } } }
I20260608 12:41:25.505722  8888 raft_consensus.cc:2955] T 966ba73ab25d4feba6ba19f1f36a113f P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } attrs { replace: true } } peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "ca35e0431bf04d3ab7aeb2a518b7e8d7" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } } }
I20260608 12:41:25.514992  8812 consensus_queue.cc:237] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [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: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } attrs { replace: false } } peers { permanent_uuid: "ca35e0431bf04d3ab7aeb2a518b7e8d7" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } }
I20260608 12:41:25.515991  8711 catalog_manager.cc:5696] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 reported cstate change: config changed from index -1 to 2, NON_VOTER ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ca35e0431bf04d3ab7aeb2a518b7e8d7" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260608 12:41:25.522360  8777 consensus_peers.cc:597] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 -> Peer ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196:38133): Couldn't send request to peer ca35e0431bf04d3ab7aeb2a518b7e8d7. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: bef1bb96534a4c449bc24562b83143e1. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:25.525151  8960 raft_consensus.cc:1275] T bef1bb96534a4c449bc24562b83143e1 P e74b90bfbf2b476ab2e9e26540d1ad43 [term 1 FOLLOWER]: Refusing update from remote peer 8ff9de84b59b4ac79253a26397a9d689: 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:25.525849  8888 raft_consensus.cc:1275] T bef1bb96534a4c449bc24562b83143e1 P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 1 FOLLOWER]: Refusing update from remote peer 8ff9de84b59b4ac79253a26397a9d689: 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:25.526599  9125 consensus_queue.cc:1048] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } 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:25.527503  9124 consensus_queue.cc:1048] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [LEADER]: Connected to new peer: Peer: permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:25.534937  9124 raft_consensus.cc:2955] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [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: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } attrs { replace: false } } peers { permanent_uuid: "ca35e0431bf04d3ab7aeb2a518b7e8d7" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } } }
I20260608 12:41:25.536314  8888 raft_consensus.cc:2955] T bef1bb96534a4c449bc24562b83143e1 P 24e5e7ed58604b9e8c318c2f6bbf74c8 [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: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } attrs { replace: false } } peers { permanent_uuid: "ca35e0431bf04d3ab7aeb2a518b7e8d7" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } } }
I20260608 12:41:25.536619  8960 raft_consensus.cc:2955] T bef1bb96534a4c449bc24562b83143e1 P e74b90bfbf2b476ab2e9e26540d1ad43 [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: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } attrs { replace: false } } peers { permanent_uuid: "ca35e0431bf04d3ab7aeb2a518b7e8d7" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } } }
W20260608 12:41:25.548502  8759 auto_rebalancer.cc:863] Could not move replica: Illegal state: Injected artificial test failure.
I20260608 12:41:25.548641  8710 catalog_manager.cc:5696] T bef1bb96534a4c449bc24562b83143e1 P 24e5e7ed58604b9e8c318c2f6bbf74c8 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "8ff9de84b59b4ac79253a26397a9d689" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } attrs { replace: false } } peers { permanent_uuid: "ca35e0431bf04d3ab7aeb2a518b7e8d7" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } } }
W20260608 12:41:25.551497  8759 auto_rebalancer.cc:301] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260608 12:41:25.555932  8960 consensus_queue.cc:237] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [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: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } attrs { replace: false } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } peers { permanent_uuid: "ca35e0431bf04d3ab7aeb2a518b7e8d7" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } }
I20260608 12:41:25.563984  8813 raft_consensus.cc:1275] T ec6c050499c84ee19838f08bc1741eb8 P 8ff9de84b59b4ac79253a26397a9d689 [term 1 FOLLOWER]: Refusing update from remote peer e74b90bfbf2b476ab2e9e26540d1ad43: 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:25.563985  8926 consensus_peers.cc:597] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 -> Peer ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196:38133): Couldn't send request to peer ca35e0431bf04d3ab7aeb2a518b7e8d7. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ec6c050499c84ee19838f08bc1741eb8. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:25.565315  9035 consensus_queue.cc:1048] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } 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:25.565200  8812 consensus_queue.cc:237] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [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: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } attrs { replace: false } }
I20260608 12:41:25.566298  8888 raft_consensus.cc:1275] T ec6c050499c84ee19838f08bc1741eb8 P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 1 FOLLOWER]: Refusing update from remote peer e74b90bfbf2b476ab2e9e26540d1ad43: 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:25.567233  9111 heartbeater.cc:499] Master 127.0.107.254:44233 was elected leader, sending a full tablet report...
I20260608 12:41:25.567864  9035 consensus_queue.cc:1048] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [LEADER]: Connected to new peer: Peer: permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:25.571844  8960 raft_consensus.cc:1275] T bef1bb96534a4c449bc24562b83143e1 P e74b90bfbf2b476ab2e9e26540d1ad43 [term 1 FOLLOWER]: Refusing update from remote peer 8ff9de84b59b4ac79253a26397a9d689: 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:25.572837  8886 raft_consensus.cc:1275] T bef1bb96534a4c449bc24562b83143e1 P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 1 FOLLOWER]: Refusing update from remote peer 8ff9de84b59b4ac79253a26397a9d689: 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:25.573753  9124 consensus_queue.cc:1048] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } 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:25.575030  9033 consensus_queue.cc:1048] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [LEADER]: Connected to new peer: Peer: permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:25.576261  9014 raft_consensus.cc:2955] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [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: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } attrs { replace: false } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } peers { permanent_uuid: "ca35e0431bf04d3ab7aeb2a518b7e8d7" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } } }
I20260608 12:41:25.581285  8813 raft_consensus.cc:2955] T ec6c050499c84ee19838f08bc1741eb8 P 8ff9de84b59b4ac79253a26397a9d689 [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: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } attrs { replace: false } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } peers { permanent_uuid: "ca35e0431bf04d3ab7aeb2a518b7e8d7" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } } }
I20260608 12:41:25.583873  9125 raft_consensus.cc:2955] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } attrs { replace: false } } }
I20260608 12:41:25.589075  8886 raft_consensus.cc:2955] T ec6c050499c84ee19838f08bc1741eb8 P 24e5e7ed58604b9e8c318c2f6bbf74c8 [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: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } attrs { replace: false } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } peers { permanent_uuid: "ca35e0431bf04d3ab7aeb2a518b7e8d7" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } } }
I20260608 12:41:25.590838  8960 raft_consensus.cc:2955] T bef1bb96534a4c449bc24562b83143e1 P e74b90bfbf2b476ab2e9e26540d1ad43 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } attrs { replace: false } } }
I20260608 12:41:25.600301  8698 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet bef1bb96534a4c449bc24562b83143e1 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
W20260608 12:41:25.603092  8759 auto_rebalancer.cc:863] Could not move replica: Illegal state: Injected artificial test failure.
W20260608 12:41:25.603518  8759 auto_rebalancer.cc:301] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260608 12:41:25.605003  8888 raft_consensus.cc:2955] T bef1bb96534a4c449bc24562b83143e1 P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } attrs { replace: false } } }
I20260608 12:41:25.609115  8960 consensus_queue.cc:237] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [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: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } attrs { replace: false } } peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "ca35e0431bf04d3ab7aeb2a518b7e8d7" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } }
I20260608 12:41:25.609300  8711 catalog_manager.cc:5696] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ca35e0431bf04d3ab7aeb2a518b7e8d7" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:25.612717  8711 catalog_manager.cc:5696] T bef1bb96534a4c449bc24562b83143e1 P e74b90bfbf2b476ab2e9e26540d1ad43 reported cstate change: config changed from index 3 to 4, NON_VOTER ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "8ff9de84b59b4ac79253a26397a9d689" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } attrs { replace: false } } }
W20260608 12:41:25.623237  8926 consensus_peers.cc:597] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 -> Peer ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196:38133): Couldn't send request to peer ca35e0431bf04d3ab7aeb2a518b7e8d7. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 966ba73ab25d4feba6ba19f1f36a113f. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:25.624050  8813 raft_consensus.cc:1275] T 966ba73ab25d4feba6ba19f1f36a113f P 8ff9de84b59b4ac79253a26397a9d689 [term 1 FOLLOWER]: Refusing update from remote peer e74b90bfbf2b476ab2e9e26540d1ad43: 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:25.625391  8888 raft_consensus.cc:1275] T 966ba73ab25d4feba6ba19f1f36a113f P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 1 FOLLOWER]: Refusing update from remote peer e74b90bfbf2b476ab2e9e26540d1ad43: 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:25.626838  9035 consensus_queue.cc:1048] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [LEADER]: Connected to new peer: Peer: permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } 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:25.630366  9035 consensus_queue.cc:1048] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:25.637303  8960 consensus_queue.cc:237] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [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: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } attrs { replace: false } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } }
I20260608 12:41:25.638459  9014 raft_consensus.cc:2955] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [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: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } attrs { replace: false } } peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "ca35e0431bf04d3ab7aeb2a518b7e8d7" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } } }
I20260608 12:41:25.640213  8888 raft_consensus.cc:2955] T 966ba73ab25d4feba6ba19f1f36a113f P 24e5e7ed58604b9e8c318c2f6bbf74c8 [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: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } attrs { replace: false } } peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "ca35e0431bf04d3ab7aeb2a518b7e8d7" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } } }
I20260608 12:41:25.647328  8886 raft_consensus.cc:1275] T ec6c050499c84ee19838f08bc1741eb8 P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 1 FOLLOWER]: Refusing update from remote peer e74b90bfbf2b476ab2e9e26540d1ad43: 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:25.649127  9128 consensus_queue.cc:1048] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [LEADER]: Connected to new peer: Peer: permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:25.652525  8811 raft_consensus.cc:1275] T ec6c050499c84ee19838f08bc1741eb8 P 8ff9de84b59b4ac79253a26397a9d689 [term 1 FOLLOWER]: Refusing update from remote peer e74b90bfbf2b476ab2e9e26540d1ad43: 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:25.654022  9128 consensus_queue.cc:1048] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } 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:25.657094  9128 raft_consensus.cc:2955] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } attrs { replace: false } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } }
I20260608 12:41:25.658512  8886 raft_consensus.cc:2955] T ec6c050499c84ee19838f08bc1741eb8 P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } attrs { replace: false } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } }
I20260608 12:41:25.660207  8711 catalog_manager.cc:5696] T 966ba73ab25d4feba6ba19f1f36a113f P 24e5e7ed58604b9e8c318c2f6bbf74c8 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } attrs { replace: false } } peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "ca35e0431bf04d3ab7aeb2a518b7e8d7" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } } }
I20260608 12:41:25.662403  9076 tablet_service.cc:1558] Processing DeleteTablet for tablet bef1bb96534a4c449bc24562b83143e1 with delete_type TABLET_DATA_TOMBSTONED (TS ca35e0431bf04d3ab7aeb2a518b7e8d7 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:55568
I20260608 12:41:25.669436  8811 raft_consensus.cc:2955] T ec6c050499c84ee19838f08bc1741eb8 P 8ff9de84b59b4ac79253a26397a9d689 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } attrs { replace: false } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } }
W20260608 12:41:25.677484  8759 auto_rebalancer.cc:863] Could not move replica: Illegal state: Injected artificial test failure.
W20260608 12:41:25.677958  8759 auto_rebalancer.cc:301] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260608 12:41:25.682927  8813 raft_consensus.cc:2955] T 966ba73ab25d4feba6ba19f1f36a113f P 8ff9de84b59b4ac79253a26397a9d689 [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: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } attrs { replace: false } } peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } peers { permanent_uuid: "ca35e0431bf04d3ab7aeb2a518b7e8d7" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } } }
I20260608 12:41:25.686712  8711 catalog_manager.cc:5696] T ec6c050499c84ee19838f08bc1741eb8 P 24e5e7ed58604b9e8c318c2f6bbf74c8 reported cstate change: config changed from index 3 to 4, NON_VOTER ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } attrs { replace: false } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } } peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } }
I20260608 12:41:25.689620  8696 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet ec6c050499c84ee19838f08bc1741eb8 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
W20260608 12:41:25.697201  8696 catalog_manager.cc:4994] TS ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196:38133): delete failed for tablet bef1bb96534a4c449bc24562b83143e1 because the tablet was not found. No further retry: Not found: Tablet not found: bef1bb96534a4c449bc24562b83143e1
I20260608 12:41:25.701678  9076 tablet_service.cc:1558] Processing DeleteTablet for tablet ec6c050499c84ee19838f08bc1741eb8 with delete_type TABLET_DATA_TOMBSTONED (TS ca35e0431bf04d3ab7aeb2a518b7e8d7 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:55568
W20260608 12:41:25.703269  8696 catalog_manager.cc:4994] TS ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196:38133): delete failed for tablet ec6c050499c84ee19838f08bc1741eb8 because the tablet was not found. No further retry: Not found: Tablet not found: ec6c050499c84ee19838f08bc1741eb8
I20260608 12:41:25.706938  8960 consensus_queue.cc:237] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [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: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } attrs { replace: false } } peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } }
I20260608 12:41:25.712059  8813 raft_consensus.cc:1275] T 966ba73ab25d4feba6ba19f1f36a113f P 8ff9de84b59b4ac79253a26397a9d689 [term 1 FOLLOWER]: Refusing update from remote peer e74b90bfbf2b476ab2e9e26540d1ad43: 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:25.712580  8886 raft_consensus.cc:1275] T 966ba73ab25d4feba6ba19f1f36a113f P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 1 FOLLOWER]: Refusing update from remote peer e74b90bfbf2b476ab2e9e26540d1ad43: 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:25.713621  9128 consensus_queue.cc:1048] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:25.714489  9145 consensus_queue.cc:1048] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [LEADER]: Connected to new peer: Peer: permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } attrs { replace: 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:25.720768  9035 raft_consensus.cc:2955] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } attrs { replace: false } } peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } }
I20260608 12:41:25.722326  8813 raft_consensus.cc:2955] T 966ba73ab25d4feba6ba19f1f36a113f P 8ff9de84b59b4ac79253a26397a9d689 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } attrs { replace: false } } peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } }
I20260608 12:41:25.723119  8886 raft_consensus.cc:2955] T 966ba73ab25d4feba6ba19f1f36a113f P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } attrs { replace: false } } peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } }
I20260608 12:41:25.730625  8696 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 966ba73ab25d4feba6ba19f1f36a113f with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:25.736123  8710 catalog_manager.cc:5696] T 966ba73ab25d4feba6ba19f1f36a113f P 8ff9de84b59b4ac79253a26397a9d689 reported cstate change: config changed from index 3 to 4, NON_VOTER ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e74b90bfbf2b476ab2e9e26540d1ad43" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39815 } } peers { permanent_uuid: "24e5e7ed58604b9e8c318c2f6bbf74c8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43803 } attrs { replace: false } } peers { permanent_uuid: "8ff9de84b59b4ac79253a26397a9d689" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35463 } } }
I20260608 12:41:25.746587  9076 tablet_service.cc:1558] Processing DeleteTablet for tablet 966ba73ab25d4feba6ba19f1f36a113f with delete_type TABLET_DATA_TOMBSTONED (TS ca35e0431bf04d3ab7aeb2a518b7e8d7 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:55568
W20260608 12:41:25.749419  8696 catalog_manager.cc:4994] TS ca35e0431bf04d3ab7aeb2a518b7e8d7 (127.0.107.196:38133): delete failed for tablet 966ba73ab25d4feba6ba19f1f36a113f because the tablet was not found. No further retry: Not found: Tablet not found: 966ba73ab25d4feba6ba19f1f36a113f
I20260608 12:41:25.778326   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:25.796645   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:25.797387   431 tablet_replica.cc:333] T 966ba73ab25d4feba6ba19f1f36a113f P 8ff9de84b59b4ac79253a26397a9d689: stopping tablet replica
I20260608 12:41:25.797957   431 raft_consensus.cc:2243] T 966ba73ab25d4feba6ba19f1f36a113f P 8ff9de84b59b4ac79253a26397a9d689 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:25.798584   431 raft_consensus.cc:2272] T 966ba73ab25d4feba6ba19f1f36a113f P 8ff9de84b59b4ac79253a26397a9d689 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.801163   431 tablet_replica.cc:333] T ec6c050499c84ee19838f08bc1741eb8 P 8ff9de84b59b4ac79253a26397a9d689: stopping tablet replica
I20260608 12:41:25.801697   431 raft_consensus.cc:2243] T ec6c050499c84ee19838f08bc1741eb8 P 8ff9de84b59b4ac79253a26397a9d689 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:25.802242   431 raft_consensus.cc:2272] T ec6c050499c84ee19838f08bc1741eb8 P 8ff9de84b59b4ac79253a26397a9d689 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.805970   431 tablet_replica.cc:333] T e1c469704cef4a2b8066fb77398dec3e P 8ff9de84b59b4ac79253a26397a9d689: stopping tablet replica
I20260608 12:41:25.806486   431 raft_consensus.cc:2243] T e1c469704cef4a2b8066fb77398dec3e P 8ff9de84b59b4ac79253a26397a9d689 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:25.806891   431 raft_consensus.cc:2272] T e1c469704cef4a2b8066fb77398dec3e P 8ff9de84b59b4ac79253a26397a9d689 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.808660   431 tablet_replica.cc:333] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689: stopping tablet replica
I20260608 12:41:25.809196   431 raft_consensus.cc:2243] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:25.809923   431 raft_consensus.cc:2272] T bef1bb96534a4c449bc24562b83143e1 P 8ff9de84b59b4ac79253a26397a9d689 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:41:25.815280  8854 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 2 similar messages]
W20260608 12:41:25.817880  8776 connection.cc:466] server connection from 127.0.0.1:41170 torn down before Call kudu.consensus.ConsensusService.UpdateConsensus from 127.0.0.1:41170 (request call id 6) could send its response
W20260608 12:41:25.818773  8854 consensus_peers.cc:597] T e1c469704cef4a2b8066fb77398dec3e P 24e5e7ed58604b9e8c318c2f6bbf74c8 -> Peer 8ff9de84b59b4ac79253a26397a9d689 (127.0.107.193:35463): Couldn't send request to peer 8ff9de84b59b4ac79253a26397a9d689. Status: Network error: recv got EOF from 127.0.107.193:35463 (error 108). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:25.834004   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:25.845901   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:25.863091   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:25.863741   431 tablet_replica.cc:333] T bef1bb96534a4c449bc24562b83143e1 P 24e5e7ed58604b9e8c318c2f6bbf74c8: stopping tablet replica
I20260608 12:41:25.864322   431 raft_consensus.cc:2243] T bef1bb96534a4c449bc24562b83143e1 P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:25.864959   431 raft_consensus.cc:2272] T bef1bb96534a4c449bc24562b83143e1 P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.867214   431 tablet_replica.cc:333] T 966ba73ab25d4feba6ba19f1f36a113f P 24e5e7ed58604b9e8c318c2f6bbf74c8: stopping tablet replica
I20260608 12:41:25.867731   431 raft_consensus.cc:2243] T 966ba73ab25d4feba6ba19f1f36a113f P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:25.868273   431 raft_consensus.cc:2272] T 966ba73ab25d4feba6ba19f1f36a113f P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.870571   431 tablet_replica.cc:333] T e1c469704cef4a2b8066fb77398dec3e P 24e5e7ed58604b9e8c318c2f6bbf74c8: stopping tablet replica
I20260608 12:41:25.871089   431 raft_consensus.cc:2243] T e1c469704cef4a2b8066fb77398dec3e P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:25.871830   431 raft_consensus.cc:2272] T e1c469704cef4a2b8066fb77398dec3e P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.873694   431 tablet_replica.cc:333] T ec6c050499c84ee19838f08bc1741eb8 P 24e5e7ed58604b9e8c318c2f6bbf74c8: stopping tablet replica
I20260608 12:41:25.874156   431 raft_consensus.cc:2243] T ec6c050499c84ee19838f08bc1741eb8 P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:25.874697   431 raft_consensus.cc:2272] T ec6c050499c84ee19838f08bc1741eb8 P 24e5e7ed58604b9e8c318c2f6bbf74c8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.896994   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:25.908994   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:25.929443   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:25.930133   431 tablet_replica.cc:333] T bef1bb96534a4c449bc24562b83143e1 P e74b90bfbf2b476ab2e9e26540d1ad43: stopping tablet replica
I20260608 12:41:25.930761   431 raft_consensus.cc:2243] T bef1bb96534a4c449bc24562b83143e1 P e74b90bfbf2b476ab2e9e26540d1ad43 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:25.931445   431 raft_consensus.cc:2272] T bef1bb96534a4c449bc24562b83143e1 P e74b90bfbf2b476ab2e9e26540d1ad43 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.933859   431 tablet_replica.cc:333] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43: stopping tablet replica
I20260608 12:41:25.934401   431 raft_consensus.cc:2243] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:25.935164   431 raft_consensus.cc:2272] T 966ba73ab25d4feba6ba19f1f36a113f P e74b90bfbf2b476ab2e9e26540d1ad43 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.937336   431 tablet_replica.cc:333] T e1c469704cef4a2b8066fb77398dec3e P e74b90bfbf2b476ab2e9e26540d1ad43: stopping tablet replica
I20260608 12:41:25.937892   431 raft_consensus.cc:2243] T e1c469704cef4a2b8066fb77398dec3e P e74b90bfbf2b476ab2e9e26540d1ad43 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:25.938319   431 raft_consensus.cc:2272] T e1c469704cef4a2b8066fb77398dec3e P e74b90bfbf2b476ab2e9e26540d1ad43 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.940109   431 tablet_replica.cc:333] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43: stopping tablet replica
I20260608 12:41:25.940559   431 raft_consensus.cc:2243] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:25.941422   431 raft_consensus.cc:2272] T ec6c050499c84ee19838f08bc1741eb8 P e74b90bfbf2b476ab2e9e26540d1ad43 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.963617   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:25.976531   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:41:25.994479   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:26.010061   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:41:26.017890   431 master.cc:562] Master@127.0.107.254:44233 shutting down...
I20260608 12:41:26.032176   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 766f1a4432b347038c7fdd9c9a922512 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:26.032696   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 766f1a4432b347038c7fdd9c9a922512 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:26.033061   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 766f1a4432b347038c7fdd9c9a922512: stopping tablet replica
I20260608 12:41:26.051994   431 master.cc:584] Master@127.0.107.254:44233 shutdown complete.
[       OK ] AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails (3851 ms)
[ RUN      ] AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag
I20260608 12:41:26.079106   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:45029
I20260608 12:41:26.080651   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:26.086549  9148 instance_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:26.086745  9149 instance_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:26.088092  9151 instance_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:26.089349   431 server_base.cc:1061] running on GCE node
I20260608 12:41:26.090042   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:26.090214   431 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:26.090339   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922486090328 us; error 0 us; skew 500 ppm
I20260608 12:41:26.090865   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:26.093125   431 webserver.cc:533] Webserver started at http://127.0.107.254:43775/ using document root <none> and password file <none>
I20260608 12:41:26.093606   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:26.093765   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:26.093981   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:26.094969   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922266998516-431-0/minicluster-data/master-0-root/instance:
uuid: "8abfbb04146b4b9fba9512584d716a4f"
format_stamp: "Formatted at 2026-06-08 12:41:26 on dist-test-slave-3g00"
I20260608 12:41:26.099383   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:41:26.102733  9156 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:26.103482   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:41:26.103747   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922266998516-431-0/minicluster-data/master-0-root
uuid: "8abfbb04146b4b9fba9512584d716a4f"
format_stamp: "Formatted at 2026-06-08 12:41:26 on dist-test-slave-3g00"
I20260608 12:41:26.104023   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922266998516-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922266998516-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922266998516-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:26.124661   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:26.125746   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:26.160653   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:45029
I20260608 12:41:26.160776  9207 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:45029 every 8 connection(s)
I20260608 12:41:26.164544  9208 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:26.174932  9208 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8abfbb04146b4b9fba9512584d716a4f: Bootstrap starting.
I20260608 12:41:26.179534  9208 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8abfbb04146b4b9fba9512584d716a4f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:26.183645  9208 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8abfbb04146b4b9fba9512584d716a4f: No bootstrap required, opened a new log
I20260608 12:41:26.185802  9208 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8abfbb04146b4b9fba9512584d716a4f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8abfbb04146b4b9fba9512584d716a4f" member_type: VOTER }
I20260608 12:41:26.186162  9208 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8abfbb04146b4b9fba9512584d716a4f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:26.186339  9208 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8abfbb04146b4b9fba9512584d716a4f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8abfbb04146b4b9fba9512584d716a4f, State: Initialized, Role: FOLLOWER
I20260608 12:41:26.186888  9208 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8abfbb04146b4b9fba9512584d716a4f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "8abfbb04146b4b9fba9512584d716a4f" member_type: VOTER }
I20260608 12:41:26.187284  9208 raft_consensus.cc:399] T 00000000000000000000000000000000 P 8abfbb04146b4b9fba9512584d716a4f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:26.187469  9208 raft_consensus.cc:493] T 00000000000000000000000000000000 P 8abfbb04146b4b9fba9512584d716a4f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:26.187685  9208 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8abfbb04146b4b9fba9512584d716a4f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:26.192184  9208 raft_consensus.cc:515] T 00000000000000000000000000000000 P 8abfbb04146b4b9fba9512584d716a4f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8abfbb04146b4b9fba9512584d716a4f" member_type: VOTER }
I20260608 12:41:26.192706  9208 leader_election.cc:304] T 00000000000000000000000000000000 P 8abfbb04146b4b9fba9512584d716a4f [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: 8abfbb04146b4b9fba9512584d716a4f; no voters: 
I20260608 12:41:26.194046  9208 leader_election.cc:290] T 00000000000000000000000000000000 P 8abfbb04146b4b9fba9512584d716a4f [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:26.194401  9211 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 8abfbb04146b4b9fba9512584d716a4f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:26.195740  9211 raft_consensus.cc:697] T 00000000000000000000000000000000 P 8abfbb04146b4b9fba9512584d716a4f [term 1 LEADER]: Becoming Leader. State: Replica: 8abfbb04146b4b9fba9512584d716a4f, State: Running, Role: LEADER
I20260608 12:41:26.196308  9211 consensus_queue.cc:237] T 00000000000000000000000000000000 P 8abfbb04146b4b9fba9512584d716a4f [LEADER]: Queue going to LEADER mode. State: All 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: "8abfbb04146b4b9fba9512584d716a4f" member_type: VOTER }
I20260608 12:41:26.196928  9208 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8abfbb04146b4b9fba9512584d716a4f [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:26.199116  9212 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8abfbb04146b4b9fba9512584d716a4f [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "8abfbb04146b4b9fba9512584d716a4f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8abfbb04146b4b9fba9512584d716a4f" member_type: VOTER } }
I20260608 12:41:26.199138  9213 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8abfbb04146b4b9fba9512584d716a4f [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8abfbb04146b4b9fba9512584d716a4f. Latest consensus state: current_term: 1 leader_uuid: "8abfbb04146b4b9fba9512584d716a4f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8abfbb04146b4b9fba9512584d716a4f" member_type: VOTER } }
I20260608 12:41:26.199931  9212 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8abfbb04146b4b9fba9512584d716a4f [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:26.199928  9213 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8abfbb04146b4b9fba9512584d716a4f [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:26.202397  9216 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:26.207918  9216 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:26.211135   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:26.216701  9216 catalog_manager.cc:1382] Generated new cluster ID: a8c5c600cc0e410c8378907d2c6caf5d
I20260608 12:41:26.217032  9216 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:26.237635  9216 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:26.238967  9216 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:26.249619  9216 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 8abfbb04146b4b9fba9512584d716a4f: Generated new TSK 0
I20260608 12:41:26.250226  9216 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:26.278247   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:26.284142  9229 instance_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:26.284705  9230 instance_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:26.287035   431 server_base.cc:1061] running on GCE node
W20260608 12:41:26.287180  9232 instance_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:26.288168   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:26.288383   431 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:26.288546   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922486288526 us; error 0 us; skew 500 ppm
I20260608 12:41:26.289137   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:26.291391   431 webserver.cc:533] Webserver started at http://127.0.107.193:34943/ using document root <none> and password file <none>
I20260608 12:41:26.291875   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:26.292043   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:26.292303   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:26.293411   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922266998516-431-0/minicluster-data/ts-0-root/instance:
uuid: "abe49516694f48e3b63e9a6e890e9c4d"
format_stamp: "Formatted at 2026-06-08 12:41:26 on dist-test-slave-3g00"
I20260608 12:41:26.297749   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
I20260608 12:41:26.301208  9237 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:26.301955   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.002s
I20260608 12:41:26.302227   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922266998516-431-0/minicluster-data/ts-0-root
uuid: "abe49516694f48e3b63e9a6e890e9c4d"
format_stamp: "Formatted at 2026-06-08 12:41:26 on dist-test-slave-3g00"
I20260608 12:41:26.302491   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922266998516-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922266998516-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922266998516-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:26.321324   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:26.322405   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:26.323905   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:26.326339   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:26.326541   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:26.326776   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:26.326930   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:26.364929   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:33493
I20260608 12:41:26.365041  9299 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:33493 every 8 connection(s)
I20260608 12:41:26.369890   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:26.378618  9304 instance_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:26.379376  9305 instance_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:26.382714  9308 instance_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:26.383646   431 server_base.cc:1061] running on GCE node
I20260608 12:41:26.384640   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:26.384867   431 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:26.385039   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922486385019 us; error 0 us; skew 500 ppm
I20260608 12:41:26.385653   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:26.388273  9300 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45029
I20260608 12:41:26.388411   431 webserver.cc:533] Webserver started at http://127.0.107.194:36177/ using document root <none> and password file <none>
I20260608 12:41:26.388649  9300 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:26.389075   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:26.389322   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:26.389461  9300 heartbeater.cc:507] Master 127.0.107.254:45029 requested a full tablet report, sending...
I20260608 12:41:26.389587   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:26.390725   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922266998516-431-0/minicluster-data/ts-1-root/instance:
uuid: "f169caf4373645df83df7e1d94668ae1"
format_stamp: "Formatted at 2026-06-08 12:41:26 on dist-test-slave-3g00"
I20260608 12:41:26.391546  9173 ts_manager.cc:194] Registered new tserver with Master: abe49516694f48e3b63e9a6e890e9c4d (127.0.107.193:33493)
I20260608 12:41:26.393309  9173 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53872
I20260608 12:41:26.395541   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:41:26.399061  9312 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:26.399825   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:26.400090   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922266998516-431-0/minicluster-data/ts-1-root
uuid: "f169caf4373645df83df7e1d94668ae1"
format_stamp: "Formatted at 2026-06-08 12:41:26 on dist-test-slave-3g00"
I20260608 12:41:26.400332   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922266998516-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922266998516-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922266998516-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:26.413559   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:26.414611   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:26.415993   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:26.418291   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:26.418468   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:26.418715   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:26.418910   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:26.455724   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:40201
I20260608 12:41:26.455854  9374 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:40201 every 8 connection(s)
I20260608 12:41:26.460598   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:26.467640  9378 instance_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:26.469323  9379 instance_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:26.472100  9381 instance_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:26.472993  9375 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45029
I20260608 12:41:26.473052   431 server_base.cc:1061] running on GCE node
I20260608 12:41:26.473644  9375 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:26.474363   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:41:26.474577  9375 heartbeater.cc:507] Master 127.0.107.254:45029 requested a full tablet report, sending...
W20260608 12:41:26.474722   431 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:26.474993   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922486474973 us; error 0 us; skew 500 ppm
I20260608 12:41:26.475792   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:26.476752  9173 ts_manager.cc:194] Registered new tserver with Master: f169caf4373645df83df7e1d94668ae1 (127.0.107.194:40201)
I20260608 12:41:26.478364  9173 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53884
I20260608 12:41:26.478423   431 webserver.cc:533] Webserver started at http://127.0.107.195:36263/ using document root <none> and password file <none>
I20260608 12:41:26.479002   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:26.479192   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:26.479444   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:26.480479   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922266998516-431-0/minicluster-data/ts-2-root/instance:
uuid: "9ad30f3e03ee499faa427ae307acaa16"
format_stamp: "Formatted at 2026-06-08 12:41:26 on dist-test-slave-3g00"
I20260608 12:41:26.484669   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260608 12:41:26.487871  9386 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:26.488547   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.003s
I20260608 12:41:26.488866   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922266998516-431-0/minicluster-data/ts-2-root
uuid: "9ad30f3e03ee499faa427ae307acaa16"
format_stamp: "Formatted at 2026-06-08 12:41:26 on dist-test-slave-3g00"
I20260608 12:41:26.489126   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922266998516-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922266998516-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922266998516-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:26.507282   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:26.508361   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:26.509709   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:26.511909   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:26.512100   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:26.512318   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:26.512472   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:26.549750   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:43167
I20260608 12:41:26.549873  9448 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:43167 every 8 connection(s)
I20260608 12:41:26.563573  9449 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45029
I20260608 12:41:26.564034  9449 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:26.564744  9449 heartbeater.cc:507] Master 127.0.107.254:45029 requested a full tablet report, sending...
I20260608 12:41:26.566996  9173 ts_manager.cc:194] Registered new tserver with Master: 9ad30f3e03ee499faa427ae307acaa16 (127.0.107.195:43167)
I20260608 12:41:26.567902   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014760526s
I20260608 12:41:26.568593  9173 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53896
I20260608 12:41:27.395855  9300 heartbeater.cc:499] Master 127.0.107.254:45029 was elected leader, sending a full tablet report...
I20260608 12:41:27.480695  9375 heartbeater.cc:499] Master 127.0.107.254:45029 was elected leader, sending a full tablet report...
I20260608 12:41:27.571612  9449 heartbeater.cc:499] Master 127.0.107.254:45029 was elected leader, sending a full tablet report...
I20260608 12:41:27.627209  9173 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:53898:
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:41:27.629825  9173 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:27.701062  9340 tablet_service.cc:1511] Processing CreateTablet for tablet 84531945a0a44e34b9c3ba10f21b7f9c (DEFAULT_TABLE table=test-workload [id=45a5ef96efc14292b2238b927a1a787c]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:41:27.702486  9340 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 84531945a0a44e34b9c3ba10f21b7f9c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:27.703009  9339 tablet_service.cc:1511] Processing CreateTablet for tablet dee78414b9a943be8c26b9e0877e78ea (DEFAULT_TABLE table=test-workload [id=45a5ef96efc14292b2238b927a1a787c]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:41:27.704408  9339 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dee78414b9a943be8c26b9e0877e78ea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:27.706008  9338 tablet_service.cc:1511] Processing CreateTablet for tablet b2bad86251be405e82e8a79ce4cb233e (DEFAULT_TABLE table=test-workload [id=45a5ef96efc14292b2238b927a1a787c]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:41:27.707430  9338 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b2bad86251be405e82e8a79ce4cb233e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:27.709800  9260 tablet_service.cc:1511] Processing CreateTablet for tablet 6d00b24b811a4da2b1c67d74854b23a3 (DEFAULT_TABLE table=test-workload [id=45a5ef96efc14292b2238b927a1a787c]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:41:27.710008  9337 tablet_service.cc:1511] Processing CreateTablet for tablet 4f91b40bd33540ef8b588141c6dbc6cd (DEFAULT_TABLE table=test-workload [id=45a5ef96efc14292b2238b927a1a787c]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:41:27.711145  9260 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6d00b24b811a4da2b1c67d74854b23a3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:27.712437  9413 tablet_service.cc:1511] Processing CreateTablet for tablet dee78414b9a943be8c26b9e0877e78ea (DEFAULT_TABLE table=test-workload [id=45a5ef96efc14292b2238b927a1a787c]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:41:27.713871  9413 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dee78414b9a943be8c26b9e0877e78ea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:27.715081  9265 tablet_service.cc:1511] Processing CreateTablet for tablet 84531945a0a44e34b9c3ba10f21b7f9c (DEFAULT_TABLE table=test-workload [id=45a5ef96efc14292b2238b927a1a787c]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:41:27.716367  9265 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 84531945a0a44e34b9c3ba10f21b7f9c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:27.721819  9414 tablet_service.cc:1511] Processing CreateTablet for tablet 84531945a0a44e34b9c3ba10f21b7f9c (DEFAULT_TABLE table=test-workload [id=45a5ef96efc14292b2238b927a1a787c]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:41:27.723873  9261 tablet_service.cc:1511] Processing CreateTablet for tablet 7b160f166eb14b56a6fd84a0f28fda4d (DEFAULT_TABLE table=test-workload [id=45a5ef96efc14292b2238b927a1a787c]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:41:27.725265  9261 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7b160f166eb14b56a6fd84a0f28fda4d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:27.726429  9469 tablet_bootstrap.cc:492] T 84531945a0a44e34b9c3ba10f21b7f9c P f169caf4373645df83df7e1d94668ae1: Bootstrap starting.
I20260608 12:41:27.726796  9412 tablet_service.cc:1511] Processing CreateTablet for tablet b2bad86251be405e82e8a79ce4cb233e (DEFAULT_TABLE table=test-workload [id=45a5ef96efc14292b2238b927a1a787c]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:41:27.713824  9335 tablet_service.cc:1511] Processing CreateTablet for tablet 6d00b24b811a4da2b1c67d74854b23a3 (DEFAULT_TABLE table=test-workload [id=45a5ef96efc14292b2238b927a1a787c]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:41:27.720088  9264 tablet_service.cc:1511] Processing CreateTablet for tablet dee78414b9a943be8c26b9e0877e78ea (DEFAULT_TABLE table=test-workload [id=45a5ef96efc14292b2238b927a1a787c]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:41:27.730037  9411 tablet_service.cc:1511] Processing CreateTablet for tablet 4f91b40bd33540ef8b588141c6dbc6cd (DEFAULT_TABLE table=test-workload [id=45a5ef96efc14292b2238b927a1a787c]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:41:27.730574  9263 tablet_service.cc:1511] Processing CreateTablet for tablet b2bad86251be405e82e8a79ce4cb233e (DEFAULT_TABLE table=test-workload [id=45a5ef96efc14292b2238b927a1a787c]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:41:27.731206  9264 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dee78414b9a943be8c26b9e0877e78ea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:27.731909  9263 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b2bad86251be405e82e8a79ce4cb233e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:27.711182  9337 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4f91b40bd33540ef8b588141c6dbc6cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:27.712540  9336 tablet_service.cc:1511] Processing CreateTablet for tablet 7b160f166eb14b56a6fd84a0f28fda4d (DEFAULT_TABLE table=test-workload [id=45a5ef96efc14292b2238b927a1a787c]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:41:27.733467  9336 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7b160f166eb14b56a6fd84a0f28fda4d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:27.731822  9262 tablet_service.cc:1511] Processing CreateTablet for tablet 4f91b40bd33540ef8b588141c6dbc6cd (DEFAULT_TABLE table=test-workload [id=45a5ef96efc14292b2238b927a1a787c]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:41:27.736676  9262 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4f91b40bd33540ef8b588141c6dbc6cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:27.741511  9335 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6d00b24b811a4da2b1c67d74854b23a3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:27.743031  9410 tablet_service.cc:1511] Processing CreateTablet for tablet 7b160f166eb14b56a6fd84a0f28fda4d (DEFAULT_TABLE table=test-workload [id=45a5ef96efc14292b2238b927a1a787c]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:41:27.741479  9414 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 84531945a0a44e34b9c3ba10f21b7f9c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:27.751865  9409 tablet_service.cc:1511] Processing CreateTablet for tablet 6d00b24b811a4da2b1c67d74854b23a3 (DEFAULT_TABLE table=test-workload [id=45a5ef96efc14292b2238b927a1a787c]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:41:27.752521  9469 tablet_bootstrap.cc:654] T 84531945a0a44e34b9c3ba10f21b7f9c P f169caf4373645df83df7e1d94668ae1: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:27.753161  9412 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b2bad86251be405e82e8a79ce4cb233e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:27.753840  9409 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6d00b24b811a4da2b1c67d74854b23a3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:27.754478  9411 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4f91b40bd33540ef8b588141c6dbc6cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:27.755972  9410 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7b160f166eb14b56a6fd84a0f28fda4d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:27.786949  9470 tablet_bootstrap.cc:492] T 6d00b24b811a4da2b1c67d74854b23a3 P abe49516694f48e3b63e9a6e890e9c4d: Bootstrap starting.
I20260608 12:41:27.793154  9470 tablet_bootstrap.cc:654] T 6d00b24b811a4da2b1c67d74854b23a3 P abe49516694f48e3b63e9a6e890e9c4d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:27.808123  9469 tablet_bootstrap.cc:492] T 84531945a0a44e34b9c3ba10f21b7f9c P f169caf4373645df83df7e1d94668ae1: No bootstrap required, opened a new log
I20260608 12:41:27.808658  9469 ts_tablet_manager.cc:1403] T 84531945a0a44e34b9c3ba10f21b7f9c P f169caf4373645df83df7e1d94668ae1: Time spent bootstrapping tablet: real 0.083s	user 0.016s	sys 0.021s
I20260608 12:41:27.811637  9469 raft_consensus.cc:359] T 84531945a0a44e34b9c3ba10f21b7f9c P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:27.812342  9469 raft_consensus.cc:385] T 84531945a0a44e34b9c3ba10f21b7f9c P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:27.812636  9469 raft_consensus.cc:740] T 84531945a0a44e34b9c3ba10f21b7f9c P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f169caf4373645df83df7e1d94668ae1, State: Initialized, Role: FOLLOWER
I20260608 12:41:27.813467  9469 consensus_queue.cc:260] T 84531945a0a44e34b9c3ba10f21b7f9c P f169caf4373645df83df7e1d94668ae1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:27.816380  9472 tablet_bootstrap.cc:492] T dee78414b9a943be8c26b9e0877e78ea P 9ad30f3e03ee499faa427ae307acaa16: Bootstrap starting.
I20260608 12:41:27.825280  9470 tablet_bootstrap.cc:492] T 6d00b24b811a4da2b1c67d74854b23a3 P abe49516694f48e3b63e9a6e890e9c4d: No bootstrap required, opened a new log
I20260608 12:41:27.825930  9470 ts_tablet_manager.cc:1403] T 6d00b24b811a4da2b1c67d74854b23a3 P abe49516694f48e3b63e9a6e890e9c4d: Time spent bootstrapping tablet: real 0.039s	user 0.006s	sys 0.009s
I20260608 12:41:27.827911  9472 tablet_bootstrap.cc:654] T dee78414b9a943be8c26b9e0877e78ea P 9ad30f3e03ee499faa427ae307acaa16: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:27.831068  9469 ts_tablet_manager.cc:1434] T 84531945a0a44e34b9c3ba10f21b7f9c P f169caf4373645df83df7e1d94668ae1: Time spent starting tablet: real 0.022s	user 0.018s	sys 0.003s
I20260608 12:41:27.832163  9469 tablet_bootstrap.cc:492] T 6d00b24b811a4da2b1c67d74854b23a3 P f169caf4373645df83df7e1d94668ae1: Bootstrap starting.
I20260608 12:41:27.838721  9469 tablet_bootstrap.cc:654] T 6d00b24b811a4da2b1c67d74854b23a3 P f169caf4373645df83df7e1d94668ae1: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:27.845300  9470 raft_consensus.cc:359] T 6d00b24b811a4da2b1c67d74854b23a3 P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:27.846788  9470 raft_consensus.cc:385] T 6d00b24b811a4da2b1c67d74854b23a3 P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:27.847138  9470 raft_consensus.cc:740] T 6d00b24b811a4da2b1c67d74854b23a3 P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: abe49516694f48e3b63e9a6e890e9c4d, State: Initialized, Role: FOLLOWER
I20260608 12:41:27.848143  9472 tablet_bootstrap.cc:492] T dee78414b9a943be8c26b9e0877e78ea P 9ad30f3e03ee499faa427ae307acaa16: No bootstrap required, opened a new log
I20260608 12:41:27.847909  9470 consensus_queue.cc:260] T 6d00b24b811a4da2b1c67d74854b23a3 P abe49516694f48e3b63e9a6e890e9c4d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:27.848670  9472 ts_tablet_manager.cc:1403] T dee78414b9a943be8c26b9e0877e78ea P 9ad30f3e03ee499faa427ae307acaa16: Time spent bootstrapping tablet: real 0.033s	user 0.009s	sys 0.013s
I20260608 12:41:27.852108  9472 raft_consensus.cc:359] T dee78414b9a943be8c26b9e0877e78ea P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:27.852896  9472 raft_consensus.cc:385] T dee78414b9a943be8c26b9e0877e78ea P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:27.853206  9472 raft_consensus.cc:740] T dee78414b9a943be8c26b9e0877e78ea P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9ad30f3e03ee499faa427ae307acaa16, State: Initialized, Role: FOLLOWER
I20260608 12:41:27.854096  9472 consensus_queue.cc:260] T dee78414b9a943be8c26b9e0877e78ea P 9ad30f3e03ee499faa427ae307acaa16 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:27.855302  9469 tablet_bootstrap.cc:492] T 6d00b24b811a4da2b1c67d74854b23a3 P f169caf4373645df83df7e1d94668ae1: No bootstrap required, opened a new log
I20260608 12:41:27.855752  9469 ts_tablet_manager.cc:1403] T 6d00b24b811a4da2b1c67d74854b23a3 P f169caf4373645df83df7e1d94668ae1: Time spent bootstrapping tablet: real 0.024s	user 0.014s	sys 0.003s
I20260608 12:41:27.858449  9469 raft_consensus.cc:359] T 6d00b24b811a4da2b1c67d74854b23a3 P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:27.859153  9469 raft_consensus.cc:385] T 6d00b24b811a4da2b1c67d74854b23a3 P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:27.859433  9469 raft_consensus.cc:740] T 6d00b24b811a4da2b1c67d74854b23a3 P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f169caf4373645df83df7e1d94668ae1, State: Initialized, Role: FOLLOWER
I20260608 12:41:27.860150  9469 consensus_queue.cc:260] T 6d00b24b811a4da2b1c67d74854b23a3 P f169caf4373645df83df7e1d94668ae1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:27.862105  9469 ts_tablet_manager.cc:1434] T 6d00b24b811a4da2b1c67d74854b23a3 P f169caf4373645df83df7e1d94668ae1: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.000s
I20260608 12:41:27.863188  9469 tablet_bootstrap.cc:492] T 7b160f166eb14b56a6fd84a0f28fda4d P f169caf4373645df83df7e1d94668ae1: Bootstrap starting.
I20260608 12:41:27.863888  9472 ts_tablet_manager.cc:1434] T dee78414b9a943be8c26b9e0877e78ea P 9ad30f3e03ee499faa427ae307acaa16: Time spent starting tablet: real 0.015s	user 0.005s	sys 0.007s
I20260608 12:41:27.866806  9470 ts_tablet_manager.cc:1434] T 6d00b24b811a4da2b1c67d74854b23a3 P abe49516694f48e3b63e9a6e890e9c4d: Time spent starting tablet: real 0.041s	user 0.011s	sys 0.013s
I20260608 12:41:27.867935  9470 tablet_bootstrap.cc:492] T 84531945a0a44e34b9c3ba10f21b7f9c P abe49516694f48e3b63e9a6e890e9c4d: Bootstrap starting.
I20260608 12:41:27.872265  9469 tablet_bootstrap.cc:654] T 7b160f166eb14b56a6fd84a0f28fda4d P f169caf4373645df83df7e1d94668ae1: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:27.874909  9470 tablet_bootstrap.cc:654] T 84531945a0a44e34b9c3ba10f21b7f9c P abe49516694f48e3b63e9a6e890e9c4d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:27.878607  9472 tablet_bootstrap.cc:492] T 7b160f166eb14b56a6fd84a0f28fda4d P 9ad30f3e03ee499faa427ae307acaa16: Bootstrap starting.
I20260608 12:41:27.885171  9478 raft_consensus.cc:493] T dee78414b9a943be8c26b9e0877e78ea P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:27.885838  9478 raft_consensus.cc:515] T dee78414b9a943be8c26b9e0877e78ea P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:27.898705  9478 leader_election.cc:290] T dee78414b9a943be8c26b9e0877e78ea P 9ad30f3e03ee499faa427ae307acaa16 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers abe49516694f48e3b63e9a6e890e9c4d (127.0.107.193:33493), f169caf4373645df83df7e1d94668ae1 (127.0.107.194:40201)
I20260608 12:41:27.904537  9472 tablet_bootstrap.cc:654] T 7b160f166eb14b56a6fd84a0f28fda4d P 9ad30f3e03ee499faa427ae307acaa16: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:27.916038  9470 tablet_bootstrap.cc:492] T 84531945a0a44e34b9c3ba10f21b7f9c P abe49516694f48e3b63e9a6e890e9c4d: No bootstrap required, opened a new log
I20260608 12:41:27.916492  9470 ts_tablet_manager.cc:1403] T 84531945a0a44e34b9c3ba10f21b7f9c P abe49516694f48e3b63e9a6e890e9c4d: Time spent bootstrapping tablet: real 0.049s	user 0.012s	sys 0.034s
I20260608 12:41:27.919533  9470 raft_consensus.cc:359] T 84531945a0a44e34b9c3ba10f21b7f9c P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:27.920233  9470 raft_consensus.cc:385] T 84531945a0a44e34b9c3ba10f21b7f9c P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:27.920523  9470 raft_consensus.cc:740] T 84531945a0a44e34b9c3ba10f21b7f9c P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: abe49516694f48e3b63e9a6e890e9c4d, State: Initialized, Role: FOLLOWER
I20260608 12:41:27.916560  9469 tablet_bootstrap.cc:492] T 7b160f166eb14b56a6fd84a0f28fda4d P f169caf4373645df83df7e1d94668ae1: No bootstrap required, opened a new log
I20260608 12:41:27.921581  9469 ts_tablet_manager.cc:1403] T 7b160f166eb14b56a6fd84a0f28fda4d P f169caf4373645df83df7e1d94668ae1: Time spent bootstrapping tablet: real 0.059s	user 0.022s	sys 0.026s
I20260608 12:41:27.921452  9470 consensus_queue.cc:260] T 84531945a0a44e34b9c3ba10f21b7f9c P abe49516694f48e3b63e9a6e890e9c4d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:27.922550  9275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dee78414b9a943be8c26b9e0877e78ea" candidate_uuid: "9ad30f3e03ee499faa427ae307acaa16" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "abe49516694f48e3b63e9a6e890e9c4d" is_pre_election: true
W20260608 12:41:27.924302  9387 leader_election.cc:343] T dee78414b9a943be8c26b9e0877e78ea P 9ad30f3e03ee499faa427ae307acaa16 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer abe49516694f48e3b63e9a6e890e9c4d (127.0.107.193:33493): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:27.924669  9469 raft_consensus.cc:359] T 7b160f166eb14b56a6fd84a0f28fda4d P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:27.925432  9469 raft_consensus.cc:385] T 7b160f166eb14b56a6fd84a0f28fda4d P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:27.925757  9469 raft_consensus.cc:740] T 7b160f166eb14b56a6fd84a0f28fda4d P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f169caf4373645df83df7e1d94668ae1, State: Initialized, Role: FOLLOWER
I20260608 12:41:27.925757  9472 tablet_bootstrap.cc:492] T 7b160f166eb14b56a6fd84a0f28fda4d P 9ad30f3e03ee499faa427ae307acaa16: No bootstrap required, opened a new log
I20260608 12:41:27.926455  9350 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dee78414b9a943be8c26b9e0877e78ea" candidate_uuid: "9ad30f3e03ee499faa427ae307acaa16" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f169caf4373645df83df7e1d94668ae1" is_pre_election: true
I20260608 12:41:27.926749  9472 ts_tablet_manager.cc:1403] T 7b160f166eb14b56a6fd84a0f28fda4d P 9ad30f3e03ee499faa427ae307acaa16: Time spent bootstrapping tablet: real 0.048s	user 0.013s	sys 0.000s
I20260608 12:41:27.926608  9469 consensus_queue.cc:260] T 7b160f166eb14b56a6fd84a0f28fda4d P f169caf4373645df83df7e1d94668ae1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
W20260608 12:41:27.928057  9390 leader_election.cc:343] T dee78414b9a943be8c26b9e0877e78ea P 9ad30f3e03ee499faa427ae307acaa16 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f169caf4373645df83df7e1d94668ae1 (127.0.107.194:40201): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:27.928566  9390 leader_election.cc:304] T dee78414b9a943be8c26b9e0877e78ea P 9ad30f3e03ee499faa427ae307acaa16 [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: 9ad30f3e03ee499faa427ae307acaa16; no voters: abe49516694f48e3b63e9a6e890e9c4d, f169caf4373645df83df7e1d94668ae1
I20260608 12:41:27.928961  9469 ts_tablet_manager.cc:1434] T 7b160f166eb14b56a6fd84a0f28fda4d P f169caf4373645df83df7e1d94668ae1: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:41:27.928701  9477 raft_consensus.cc:493] T 84531945a0a44e34b9c3ba10f21b7f9c P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:27.929765  9478 raft_consensus.cc:2749] T dee78414b9a943be8c26b9e0877e78ea P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:27.930022  9469 tablet_bootstrap.cc:492] T dee78414b9a943be8c26b9e0877e78ea P f169caf4373645df83df7e1d94668ae1: Bootstrap starting.
I20260608 12:41:27.930230  9477 raft_consensus.cc:515] T 84531945a0a44e34b9c3ba10f21b7f9c P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:27.933080  9472 raft_consensus.cc:359] T 7b160f166eb14b56a6fd84a0f28fda4d P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:27.935284  9470 ts_tablet_manager.cc:1434] T 84531945a0a44e34b9c3ba10f21b7f9c P abe49516694f48e3b63e9a6e890e9c4d: Time spent starting tablet: real 0.018s	user 0.004s	sys 0.004s
I20260608 12:41:27.936427  9470 tablet_bootstrap.cc:492] T 4f91b40bd33540ef8b588141c6dbc6cd P abe49516694f48e3b63e9a6e890e9c4d: Bootstrap starting.
I20260608 12:41:27.936659  9469 tablet_bootstrap.cc:654] T dee78414b9a943be8c26b9e0877e78ea P f169caf4373645df83df7e1d94668ae1: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:27.933838  9472 raft_consensus.cc:385] T 7b160f166eb14b56a6fd84a0f28fda4d P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:27.941710  9472 raft_consensus.cc:740] T 7b160f166eb14b56a6fd84a0f28fda4d P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9ad30f3e03ee499faa427ae307acaa16, State: Initialized, Role: FOLLOWER
I20260608 12:41:27.942483  9470 tablet_bootstrap.cc:654] T 4f91b40bd33540ef8b588141c6dbc6cd P abe49516694f48e3b63e9a6e890e9c4d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:27.942679  9472 consensus_queue.cc:260] T 7b160f166eb14b56a6fd84a0f28fda4d P 9ad30f3e03ee499faa427ae307acaa16 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:27.947774  9472 ts_tablet_manager.cc:1434] T 7b160f166eb14b56a6fd84a0f28fda4d P 9ad30f3e03ee499faa427ae307acaa16: Time spent starting tablet: real 0.021s	user 0.006s	sys 0.000s
I20260608 12:41:27.948849  9472 tablet_bootstrap.cc:492] T 6d00b24b811a4da2b1c67d74854b23a3 P 9ad30f3e03ee499faa427ae307acaa16: Bootstrap starting.
I20260608 12:41:27.952127  9477 leader_election.cc:290] T 84531945a0a44e34b9c3ba10f21b7f9c P abe49516694f48e3b63e9a6e890e9c4d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f169caf4373645df83df7e1d94668ae1 (127.0.107.194:40201), 9ad30f3e03ee499faa427ae307acaa16 (127.0.107.195:43167)
I20260608 12:41:27.954993  9472 tablet_bootstrap.cc:654] T 6d00b24b811a4da2b1c67d74854b23a3 P 9ad30f3e03ee499faa427ae307acaa16: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:27.998871  9350 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "84531945a0a44e34b9c3ba10f21b7f9c" candidate_uuid: "abe49516694f48e3b63e9a6e890e9c4d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f169caf4373645df83df7e1d94668ae1" is_pre_election: true
I20260608 12:41:27.999344  9474 raft_consensus.cc:493] T 6d00b24b811a4da2b1c67d74854b23a3 P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:27.999595  9350 raft_consensus.cc:2468] T 84531945a0a44e34b9c3ba10f21b7f9c P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate abe49516694f48e3b63e9a6e890e9c4d in term 0.
I20260608 12:41:27.999902  9474 raft_consensus.cc:515] T 6d00b24b811a4da2b1c67d74854b23a3 P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.001155  9241 leader_election.cc:304] T 84531945a0a44e34b9c3ba10f21b7f9c P abe49516694f48e3b63e9a6e890e9c4d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: abe49516694f48e3b63e9a6e890e9c4d, f169caf4373645df83df7e1d94668ae1; no voters: 
I20260608 12:41:28.002108  9477 raft_consensus.cc:2804] T 84531945a0a44e34b9c3ba10f21b7f9c P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:28.002499  9477 raft_consensus.cc:493] T 84531945a0a44e34b9c3ba10f21b7f9c P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:28.002874  9477 raft_consensus.cc:3060] T 84531945a0a44e34b9c3ba10f21b7f9c P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:28.006194  9474 leader_election.cc:290] T 6d00b24b811a4da2b1c67d74854b23a3 P f169caf4373645df83df7e1d94668ae1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers abe49516694f48e3b63e9a6e890e9c4d (127.0.107.193:33493), 9ad30f3e03ee499faa427ae307acaa16 (127.0.107.195:43167)
I20260608 12:41:28.014518  9477 raft_consensus.cc:515] T 84531945a0a44e34b9c3ba10f21b7f9c P abe49516694f48e3b63e9a6e890e9c4d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.017750  9350 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "84531945a0a44e34b9c3ba10f21b7f9c" candidate_uuid: "abe49516694f48e3b63e9a6e890e9c4d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f169caf4373645df83df7e1d94668ae1"
I20260608 12:41:28.018373  9350 raft_consensus.cc:3060] T 84531945a0a44e34b9c3ba10f21b7f9c P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:28.028053  9469 tablet_bootstrap.cc:492] T dee78414b9a943be8c26b9e0877e78ea P f169caf4373645df83df7e1d94668ae1: No bootstrap required, opened a new log
I20260608 12:41:28.028650  9469 ts_tablet_manager.cc:1403] T dee78414b9a943be8c26b9e0877e78ea P f169caf4373645df83df7e1d94668ae1: Time spent bootstrapping tablet: real 0.099s	user 0.036s	sys 0.059s
I20260608 12:41:28.029088  9470 tablet_bootstrap.cc:492] T 4f91b40bd33540ef8b588141c6dbc6cd P abe49516694f48e3b63e9a6e890e9c4d: No bootstrap required, opened a new log
I20260608 12:41:28.030727  9472 tablet_bootstrap.cc:492] T 6d00b24b811a4da2b1c67d74854b23a3 P 9ad30f3e03ee499faa427ae307acaa16: No bootstrap required, opened a new log
I20260608 12:41:28.033380  9424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "84531945a0a44e34b9c3ba10f21b7f9c" candidate_uuid: "abe49516694f48e3b63e9a6e890e9c4d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ad30f3e03ee499faa427ae307acaa16" is_pre_election: true
I20260608 12:41:28.031118  9477 leader_election.cc:290] T 84531945a0a44e34b9c3ba10f21b7f9c P abe49516694f48e3b63e9a6e890e9c4d [CANDIDATE]: Term 1 election: Requested vote from peers f169caf4373645df83df7e1d94668ae1 (127.0.107.194:40201), 9ad30f3e03ee499faa427ae307acaa16 (127.0.107.195:43167)
I20260608 12:41:28.033704  9423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "84531945a0a44e34b9c3ba10f21b7f9c" candidate_uuid: "abe49516694f48e3b63e9a6e890e9c4d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ad30f3e03ee499faa427ae307acaa16"
I20260608 12:41:28.029279  9350 raft_consensus.cc:2468] T 84531945a0a44e34b9c3ba10f21b7f9c P f169caf4373645df83df7e1d94668ae1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate abe49516694f48e3b63e9a6e890e9c4d in term 1.
I20260608 12:41:28.031594  9469 raft_consensus.cc:359] T dee78414b9a943be8c26b9e0877e78ea P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.034721  9469 raft_consensus.cc:385] T dee78414b9a943be8c26b9e0877e78ea P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:28.035044  9469 raft_consensus.cc:740] T dee78414b9a943be8c26b9e0877e78ea P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f169caf4373645df83df7e1d94668ae1, State: Initialized, Role: FOLLOWER
W20260608 12:41:28.035184  9238 leader_election.cc:343] T 84531945a0a44e34b9c3ba10f21b7f9c P abe49516694f48e3b63e9a6e890e9c4d [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9ad30f3e03ee499faa427ae307acaa16 (127.0.107.195:43167): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:28.035373  9241 leader_election.cc:304] T 84531945a0a44e34b9c3ba10f21b7f9c P abe49516694f48e3b63e9a6e890e9c4d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: abe49516694f48e3b63e9a6e890e9c4d, f169caf4373645df83df7e1d94668ae1; no voters: 
W20260608 12:41:28.036226  9238 leader_election.cc:343] T 84531945a0a44e34b9c3ba10f21b7f9c P abe49516694f48e3b63e9a6e890e9c4d [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 9ad30f3e03ee499faa427ae307acaa16 (127.0.107.195:43167): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:28.035876  9469 consensus_queue.cc:260] T dee78414b9a943be8c26b9e0877e78ea P f169caf4373645df83df7e1d94668ae1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.032722  9470 ts_tablet_manager.cc:1403] T 4f91b40bd33540ef8b588141c6dbc6cd P abe49516694f48e3b63e9a6e890e9c4d: Time spent bootstrapping tablet: real 0.097s	user 0.032s	sys 0.044s
I20260608 12:41:28.033769  9472 ts_tablet_manager.cc:1403] T 6d00b24b811a4da2b1c67d74854b23a3 P 9ad30f3e03ee499faa427ae307acaa16: Time spent bootstrapping tablet: real 0.085s	user 0.026s	sys 0.023s
I20260608 12:41:28.037627  9477 raft_consensus.cc:2804] T 84531945a0a44e34b9c3ba10f21b7f9c P abe49516694f48e3b63e9a6e890e9c4d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:28.039016  9470 raft_consensus.cc:359] T 4f91b40bd33540ef8b588141c6dbc6cd P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.039528  9470 raft_consensus.cc:385] T 4f91b40bd33540ef8b588141c6dbc6cd P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:28.039817  9470 raft_consensus.cc:740] T 4f91b40bd33540ef8b588141c6dbc6cd P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: abe49516694f48e3b63e9a6e890e9c4d, State: Initialized, Role: FOLLOWER
I20260608 12:41:28.040639  9470 consensus_queue.cc:260] T 4f91b40bd33540ef8b588141c6dbc6cd P abe49516694f48e3b63e9a6e890e9c4d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.042461  9275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6d00b24b811a4da2b1c67d74854b23a3" candidate_uuid: "f169caf4373645df83df7e1d94668ae1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "abe49516694f48e3b63e9a6e890e9c4d" is_pre_election: true
I20260608 12:41:28.042467  9477 raft_consensus.cc:697] T 84531945a0a44e34b9c3ba10f21b7f9c P abe49516694f48e3b63e9a6e890e9c4d [term 1 LEADER]: Becoming Leader. State: Replica: abe49516694f48e3b63e9a6e890e9c4d, State: Running, Role: LEADER
I20260608 12:41:28.043562  9469 ts_tablet_manager.cc:1434] T dee78414b9a943be8c26b9e0877e78ea P f169caf4373645df83df7e1d94668ae1: Time spent starting tablet: real 0.015s	user 0.005s	sys 0.000s
I20260608 12:41:28.043110  9275 raft_consensus.cc:2468] T 6d00b24b811a4da2b1c67d74854b23a3 P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f169caf4373645df83df7e1d94668ae1 in term 0.
I20260608 12:41:28.044080  9477 consensus_queue.cc:237] T 84531945a0a44e34b9c3ba10f21b7f9c P abe49516694f48e3b63e9a6e890e9c4d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.048453  9469 tablet_bootstrap.cc:492] T b2bad86251be405e82e8a79ce4cb233e P f169caf4373645df83df7e1d94668ae1: Bootstrap starting.
I20260608 12:41:28.051096  9313 leader_election.cc:304] T 6d00b24b811a4da2b1c67d74854b23a3 P f169caf4373645df83df7e1d94668ae1 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: abe49516694f48e3b63e9a6e890e9c4d, f169caf4373645df83df7e1d94668ae1; no voters: 
I20260608 12:41:28.039922  9472 raft_consensus.cc:359] T 6d00b24b811a4da2b1c67d74854b23a3 P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.052992  9423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6d00b24b811a4da2b1c67d74854b23a3" candidate_uuid: "f169caf4373645df83df7e1d94668ae1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ad30f3e03ee499faa427ae307acaa16" is_pre_election: true
I20260608 12:41:28.053179  9472 raft_consensus.cc:385] T 6d00b24b811a4da2b1c67d74854b23a3 P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:28.053503  9470 ts_tablet_manager.cc:1434] T 4f91b40bd33540ef8b588141c6dbc6cd P abe49516694f48e3b63e9a6e890e9c4d: Time spent starting tablet: real 0.016s	user 0.014s	sys 0.000s
I20260608 12:41:28.053007  9474 raft_consensus.cc:2804] T 6d00b24b811a4da2b1c67d74854b23a3 P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:28.054384  9474 raft_consensus.cc:493] T 6d00b24b811a4da2b1c67d74854b23a3 P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:28.054724  9470 tablet_bootstrap.cc:492] T b2bad86251be405e82e8a79ce4cb233e P abe49516694f48e3b63e9a6e890e9c4d: Bootstrap starting.
I20260608 12:41:28.054739  9474 raft_consensus.cc:3060] T 6d00b24b811a4da2b1c67d74854b23a3 P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:28.061022  9469 tablet_bootstrap.cc:654] T b2bad86251be405e82e8a79ce4cb233e P f169caf4373645df83df7e1d94668ae1: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:28.062058  9470 tablet_bootstrap.cc:654] T b2bad86251be405e82e8a79ce4cb233e P abe49516694f48e3b63e9a6e890e9c4d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:28.053668  9472 raft_consensus.cc:740] T 6d00b24b811a4da2b1c67d74854b23a3 P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9ad30f3e03ee499faa427ae307acaa16, State: Initialized, Role: FOLLOWER
I20260608 12:41:28.065680  9472 consensus_queue.cc:260] T 6d00b24b811a4da2b1c67d74854b23a3 P 9ad30f3e03ee499faa427ae307acaa16 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.064100  9474 raft_consensus.cc:515] T 6d00b24b811a4da2b1c67d74854b23a3 P f169caf4373645df83df7e1d94668ae1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.064033  9173 catalog_manager.cc:5696] T 84531945a0a44e34b9c3ba10f21b7f9c P abe49516694f48e3b63e9a6e890e9c4d reported cstate change: term changed from 0 to 1, leader changed from <none> to abe49516694f48e3b63e9a6e890e9c4d (127.0.107.193). New cstate: current_term: 1 leader_uuid: "abe49516694f48e3b63e9a6e890e9c4d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:28.068423  9474 leader_election.cc:290] T 6d00b24b811a4da2b1c67d74854b23a3 P f169caf4373645df83df7e1d94668ae1 [CANDIDATE]: Term 1 election: Requested vote from peers abe49516694f48e3b63e9a6e890e9c4d (127.0.107.193:33493), 9ad30f3e03ee499faa427ae307acaa16 (127.0.107.195:43167)
I20260608 12:41:28.069012  9423 raft_consensus.cc:2468] T 6d00b24b811a4da2b1c67d74854b23a3 P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f169caf4373645df83df7e1d94668ae1 in term 0.
I20260608 12:41:28.070199  9275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6d00b24b811a4da2b1c67d74854b23a3" candidate_uuid: "f169caf4373645df83df7e1d94668ae1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "abe49516694f48e3b63e9a6e890e9c4d"
I20260608 12:41:28.070832  9275 raft_consensus.cc:3060] T 6d00b24b811a4da2b1c67d74854b23a3 P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:28.078171  9275 raft_consensus.cc:2468] T 6d00b24b811a4da2b1c67d74854b23a3 P abe49516694f48e3b63e9a6e890e9c4d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f169caf4373645df83df7e1d94668ae1 in term 1.
I20260608 12:41:28.080359  9423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6d00b24b811a4da2b1c67d74854b23a3" candidate_uuid: "f169caf4373645df83df7e1d94668ae1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ad30f3e03ee499faa427ae307acaa16"
I20260608 12:41:28.080467  9313 leader_election.cc:304] T 6d00b24b811a4da2b1c67d74854b23a3 P f169caf4373645df83df7e1d94668ae1 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: abe49516694f48e3b63e9a6e890e9c4d, f169caf4373645df83df7e1d94668ae1; no voters: 
I20260608 12:41:28.081036  9423 raft_consensus.cc:3060] T 6d00b24b811a4da2b1c67d74854b23a3 P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:28.083798  9472 ts_tablet_manager.cc:1434] T 6d00b24b811a4da2b1c67d74854b23a3 P 9ad30f3e03ee499faa427ae307acaa16: Time spent starting tablet: real 0.047s	user 0.006s	sys 0.001s
I20260608 12:41:28.085013  9472 tablet_bootstrap.cc:492] T 84531945a0a44e34b9c3ba10f21b7f9c P 9ad30f3e03ee499faa427ae307acaa16: Bootstrap starting.
I20260608 12:41:28.090754  9474 raft_consensus.cc:2804] T 6d00b24b811a4da2b1c67d74854b23a3 P f169caf4373645df83df7e1d94668ae1 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:28.095073  9478 raft_consensus.cc:493] T 7b160f166eb14b56a6fd84a0f28fda4d P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:28.095777  9478 raft_consensus.cc:515] T 7b160f166eb14b56a6fd84a0f28fda4d P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.100687  9350 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7b160f166eb14b56a6fd84a0f28fda4d" candidate_uuid: "9ad30f3e03ee499faa427ae307acaa16" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f169caf4373645df83df7e1d94668ae1" is_pre_election: true
I20260608 12:41:28.101403  9350 raft_consensus.cc:2468] T 7b160f166eb14b56a6fd84a0f28fda4d P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9ad30f3e03ee499faa427ae307acaa16 in term 0.
I20260608 12:41:28.103150  9478 leader_election.cc:290] T 7b160f166eb14b56a6fd84a0f28fda4d P 9ad30f3e03ee499faa427ae307acaa16 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers abe49516694f48e3b63e9a6e890e9c4d (127.0.107.193:33493), f169caf4373645df83df7e1d94668ae1 (127.0.107.194:40201)
I20260608 12:41:28.104341  9390 leader_election.cc:304] T 7b160f166eb14b56a6fd84a0f28fda4d P 9ad30f3e03ee499faa427ae307acaa16 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9ad30f3e03ee499faa427ae307acaa16, f169caf4373645df83df7e1d94668ae1; no voters: 
I20260608 12:41:28.105938  9478 raft_consensus.cc:2804] T 7b160f166eb14b56a6fd84a0f28fda4d P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:28.106359  9478 raft_consensus.cc:493] T 7b160f166eb14b56a6fd84a0f28fda4d P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:28.106689  9478 raft_consensus.cc:3060] T 7b160f166eb14b56a6fd84a0f28fda4d P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:28.108494  9423 raft_consensus.cc:2468] T 6d00b24b811a4da2b1c67d74854b23a3 P 9ad30f3e03ee499faa427ae307acaa16 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f169caf4373645df83df7e1d94668ae1 in term 1.
I20260608 12:41:28.109474  9275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7b160f166eb14b56a6fd84a0f28fda4d" candidate_uuid: "9ad30f3e03ee499faa427ae307acaa16" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "abe49516694f48e3b63e9a6e890e9c4d" is_pre_election: true
W20260608 12:41:28.110960  9387 leader_election.cc:343] T 7b160f166eb14b56a6fd84a0f28fda4d P 9ad30f3e03ee499faa427ae307acaa16 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer abe49516694f48e3b63e9a6e890e9c4d (127.0.107.193:33493): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:28.112296  9472 tablet_bootstrap.cc:654] T 84531945a0a44e34b9c3ba10f21b7f9c P 9ad30f3e03ee499faa427ae307acaa16: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:28.114173  9498 raft_consensus.cc:493] T 7b160f166eb14b56a6fd84a0f28fda4d P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:28.114684  9498 raft_consensus.cc:515] T 7b160f166eb14b56a6fd84a0f28fda4d P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.116915  9474 raft_consensus.cc:697] T 6d00b24b811a4da2b1c67d74854b23a3 P f169caf4373645df83df7e1d94668ae1 [term 1 LEADER]: Becoming Leader. State: Replica: f169caf4373645df83df7e1d94668ae1, State: Running, Role: LEADER
I20260608 12:41:28.117834  9474 consensus_queue.cc:237] T 6d00b24b811a4da2b1c67d74854b23a3 P f169caf4373645df83df7e1d94668ae1 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.121619  9498 leader_election.cc:290] T 7b160f166eb14b56a6fd84a0f28fda4d P f169caf4373645df83df7e1d94668ae1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers abe49516694f48e3b63e9a6e890e9c4d (127.0.107.193:33493), 9ad30f3e03ee499faa427ae307acaa16 (127.0.107.195:43167)
I20260608 12:41:28.127178  9274 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7b160f166eb14b56a6fd84a0f28fda4d" candidate_uuid: "f169caf4373645df83df7e1d94668ae1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "abe49516694f48e3b63e9a6e890e9c4d" is_pre_election: true
I20260608 12:41:28.130352  9423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7b160f166eb14b56a6fd84a0f28fda4d" candidate_uuid: "f169caf4373645df83df7e1d94668ae1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ad30f3e03ee499faa427ae307acaa16" is_pre_election: true
W20260608 12:41:28.131075  9313 leader_election.cc:343] T 7b160f166eb14b56a6fd84a0f28fda4d P f169caf4373645df83df7e1d94668ae1 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer abe49516694f48e3b63e9a6e890e9c4d (127.0.107.193:33493): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:28.136152  9494 raft_consensus.cc:493] T 4f91b40bd33540ef8b588141c6dbc6cd P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:28.136773  9494 raft_consensus.cc:515] T 4f91b40bd33540ef8b588141c6dbc6cd P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.138242  9478 raft_consensus.cc:515] T 7b160f166eb14b56a6fd84a0f28fda4d P 9ad30f3e03ee499faa427ae307acaa16 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.139158  9494 leader_election.cc:290] T 4f91b40bd33540ef8b588141c6dbc6cd P abe49516694f48e3b63e9a6e890e9c4d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f169caf4373645df83df7e1d94668ae1 (127.0.107.194:40201), 9ad30f3e03ee499faa427ae307acaa16 (127.0.107.195:43167)
I20260608 12:41:28.141058  9423 raft_consensus.cc:2393] T 7b160f166eb14b56a6fd84a0f28fda4d P 9ad30f3e03ee499faa427ae307acaa16 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate f169caf4373645df83df7e1d94668ae1 in current term 1: Already voted for candidate 9ad30f3e03ee499faa427ae307acaa16 in this term.
I20260608 12:41:28.141081  9275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7b160f166eb14b56a6fd84a0f28fda4d" candidate_uuid: "9ad30f3e03ee499faa427ae307acaa16" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "abe49516694f48e3b63e9a6e890e9c4d"
I20260608 12:41:28.142699  9313 leader_election.cc:304] T 7b160f166eb14b56a6fd84a0f28fda4d P f169caf4373645df83df7e1d94668ae1 [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: f169caf4373645df83df7e1d94668ae1; no voters: 9ad30f3e03ee499faa427ae307acaa16, abe49516694f48e3b63e9a6e890e9c4d
I20260608 12:41:28.142598  9424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4f91b40bd33540ef8b588141c6dbc6cd" candidate_uuid: "abe49516694f48e3b63e9a6e890e9c4d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ad30f3e03ee499faa427ae307acaa16" is_pre_election: true
W20260608 12:41:28.145673  9238 leader_election.cc:343] T 4f91b40bd33540ef8b588141c6dbc6cd P abe49516694f48e3b63e9a6e890e9c4d [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9ad30f3e03ee499faa427ae307acaa16 (127.0.107.195:43167): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:28.141153  9350 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4f91b40bd33540ef8b588141c6dbc6cd" candidate_uuid: "abe49516694f48e3b63e9a6e890e9c4d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f169caf4373645df83df7e1d94668ae1" is_pre_election: true
W20260608 12:41:28.147389  9241 leader_election.cc:343] T 4f91b40bd33540ef8b588141c6dbc6cd P abe49516694f48e3b63e9a6e890e9c4d [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f169caf4373645df83df7e1d94668ae1 (127.0.107.194:40201): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:28.140409  9172 catalog_manager.cc:5696] T 6d00b24b811a4da2b1c67d74854b23a3 P f169caf4373645df83df7e1d94668ae1 reported cstate change: term changed from 0 to 1, leader changed from <none> to f169caf4373645df83df7e1d94668ae1 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "f169caf4373645df83df7e1d94668ae1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:28.147821  9241 leader_election.cc:304] T 4f91b40bd33540ef8b588141c6dbc6cd P abe49516694f48e3b63e9a6e890e9c4d [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: abe49516694f48e3b63e9a6e890e9c4d; no voters: 9ad30f3e03ee499faa427ae307acaa16, f169caf4373645df83df7e1d94668ae1
W20260608 12:41:28.144044  9387 leader_election.cc:343] T 7b160f166eb14b56a6fd84a0f28fda4d P 9ad30f3e03ee499faa427ae307acaa16 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer abe49516694f48e3b63e9a6e890e9c4d (127.0.107.193:33493): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:28.148684  9494 raft_consensus.cc:2749] T 4f91b40bd33540ef8b588141c6dbc6cd P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:28.149904  9499 raft_consensus.cc:3060] T 7b160f166eb14b56a6fd84a0f28fda4d P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:28.161460  9350 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7b160f166eb14b56a6fd84a0f28fda4d" candidate_uuid: "9ad30f3e03ee499faa427ae307acaa16" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f169caf4373645df83df7e1d94668ae1"
I20260608 12:41:28.162264  9478 leader_election.cc:290] T 7b160f166eb14b56a6fd84a0f28fda4d P 9ad30f3e03ee499faa427ae307acaa16 [CANDIDATE]: Term 1 election: Requested vote from peers abe49516694f48e3b63e9a6e890e9c4d (127.0.107.193:33493), f169caf4373645df83df7e1d94668ae1 (127.0.107.194:40201)
I20260608 12:41:28.162951  9499 raft_consensus.cc:2749] T 7b160f166eb14b56a6fd84a0f28fda4d P f169caf4373645df83df7e1d94668ae1 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:28.163883  9469 tablet_bootstrap.cc:492] T b2bad86251be405e82e8a79ce4cb233e P f169caf4373645df83df7e1d94668ae1: No bootstrap required, opened a new log
I20260608 12:41:28.163928  9470 tablet_bootstrap.cc:492] T b2bad86251be405e82e8a79ce4cb233e P abe49516694f48e3b63e9a6e890e9c4d: No bootstrap required, opened a new log
I20260608 12:41:28.164619  9469 ts_tablet_manager.cc:1403] T b2bad86251be405e82e8a79ce4cb233e P f169caf4373645df83df7e1d94668ae1: Time spent bootstrapping tablet: real 0.116s	user 0.031s	sys 0.059s
I20260608 12:41:28.164765  9472 tablet_bootstrap.cc:492] T 84531945a0a44e34b9c3ba10f21b7f9c P 9ad30f3e03ee499faa427ae307acaa16: No bootstrap required, opened a new log
I20260608 12:41:28.164779  9470 ts_tablet_manager.cc:1403] T b2bad86251be405e82e8a79ce4cb233e P abe49516694f48e3b63e9a6e890e9c4d: Time spent bootstrapping tablet: real 0.110s	user 0.060s	sys 0.035s
I20260608 12:41:28.165534  9472 ts_tablet_manager.cc:1403] T 84531945a0a44e34b9c3ba10f21b7f9c P 9ad30f3e03ee499faa427ae307acaa16: Time spent bootstrapping tablet: real 0.081s	user 0.006s	sys 0.005s
I20260608 12:41:28.167963  9469 raft_consensus.cc:359] T b2bad86251be405e82e8a79ce4cb233e P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.168172  9470 raft_consensus.cc:359] T b2bad86251be405e82e8a79ce4cb233e P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.168567  9472 raft_consensus.cc:359] T 84531945a0a44e34b9c3ba10f21b7f9c P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.168946  9469 raft_consensus.cc:385] T b2bad86251be405e82e8a79ce4cb233e P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:28.169054  9470 raft_consensus.cc:385] T b2bad86251be405e82e8a79ce4cb233e P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:28.169396  9472 raft_consensus.cc:385] T 84531945a0a44e34b9c3ba10f21b7f9c P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:28.169601  9470 raft_consensus.cc:740] T b2bad86251be405e82e8a79ce4cb233e P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: abe49516694f48e3b63e9a6e890e9c4d, State: Initialized, Role: FOLLOWER
I20260608 12:41:28.169533  9469 raft_consensus.cc:740] T b2bad86251be405e82e8a79ce4cb233e P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f169caf4373645df83df7e1d94668ae1, State: Initialized, Role: FOLLOWER
I20260608 12:41:28.169915  9472 raft_consensus.cc:740] T 84531945a0a44e34b9c3ba10f21b7f9c P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9ad30f3e03ee499faa427ae307acaa16, State: Initialized, Role: FOLLOWER
I20260608 12:41:28.170571  9350 raft_consensus.cc:2468] T 7b160f166eb14b56a6fd84a0f28fda4d P f169caf4373645df83df7e1d94668ae1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9ad30f3e03ee499faa427ae307acaa16 in term 1.
I20260608 12:41:28.170902  9469 consensus_queue.cc:260] T b2bad86251be405e82e8a79ce4cb233e P f169caf4373645df83df7e1d94668ae1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.170676  9470 consensus_queue.cc:260] T b2bad86251be405e82e8a79ce4cb233e P abe49516694f48e3b63e9a6e890e9c4d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.170905  9472 consensus_queue.cc:260] T 84531945a0a44e34b9c3ba10f21b7f9c P 9ad30f3e03ee499faa427ae307acaa16 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.173224  9390 leader_election.cc:304] T 7b160f166eb14b56a6fd84a0f28fda4d P 9ad30f3e03ee499faa427ae307acaa16 [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: 9ad30f3e03ee499faa427ae307acaa16, f169caf4373645df83df7e1d94668ae1; no voters: abe49516694f48e3b63e9a6e890e9c4d
I20260608 12:41:28.174157  9470 ts_tablet_manager.cc:1434] T b2bad86251be405e82e8a79ce4cb233e P abe49516694f48e3b63e9a6e890e9c4d: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.001s
I20260608 12:41:28.174656  9469 ts_tablet_manager.cc:1434] T b2bad86251be405e82e8a79ce4cb233e P f169caf4373645df83df7e1d94668ae1: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.002s
I20260608 12:41:28.175402  9470 tablet_bootstrap.cc:492] T 7b160f166eb14b56a6fd84a0f28fda4d P abe49516694f48e3b63e9a6e890e9c4d: Bootstrap starting.
I20260608 12:41:28.175815  9469 tablet_bootstrap.cc:492] T 4f91b40bd33540ef8b588141c6dbc6cd P f169caf4373645df83df7e1d94668ae1: Bootstrap starting.
I20260608 12:41:28.174736  9479 raft_consensus.cc:2804] T 7b160f166eb14b56a6fd84a0f28fda4d P 9ad30f3e03ee499faa427ae307acaa16 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:28.177335  9479 raft_consensus.cc:697] T 7b160f166eb14b56a6fd84a0f28fda4d P 9ad30f3e03ee499faa427ae307acaa16 [term 1 LEADER]: Becoming Leader. State: Replica: 9ad30f3e03ee499faa427ae307acaa16, State: Running, Role: LEADER
I20260608 12:41:28.178598  9472 ts_tablet_manager.cc:1434] T 84531945a0a44e34b9c3ba10f21b7f9c P 9ad30f3e03ee499faa427ae307acaa16: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.001s
I20260608 12:41:28.178222  9479 consensus_queue.cc:237] T 7b160f166eb14b56a6fd84a0f28fda4d P 9ad30f3e03ee499faa427ae307acaa16 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.179595  9472 tablet_bootstrap.cc:492] T 4f91b40bd33540ef8b588141c6dbc6cd P 9ad30f3e03ee499faa427ae307acaa16: Bootstrap starting.
I20260608 12:41:28.182236  9469 tablet_bootstrap.cc:654] T 4f91b40bd33540ef8b588141c6dbc6cd P f169caf4373645df83df7e1d94668ae1: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:28.182802  9470 tablet_bootstrap.cc:654] T 7b160f166eb14b56a6fd84a0f28fda4d P abe49516694f48e3b63e9a6e890e9c4d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:28.187037  9472 tablet_bootstrap.cc:654] T 4f91b40bd33540ef8b588141c6dbc6cd P 9ad30f3e03ee499faa427ae307acaa16: Neither blocks nor log segments found. Creating new log.
W20260608 12:41:28.216955  9221 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:41:28.223657  9499 raft_consensus.cc:493] T b2bad86251be405e82e8a79ce4cb233e P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:28.225085  9499 raft_consensus.cc:515] T b2bad86251be405e82e8a79ce4cb233e P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.234856  9499 leader_election.cc:290] T b2bad86251be405e82e8a79ce4cb233e P f169caf4373645df83df7e1d94668ae1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers abe49516694f48e3b63e9a6e890e9c4d (127.0.107.193:33493), 9ad30f3e03ee499faa427ae307acaa16 (127.0.107.195:43167)
I20260608 12:41:28.236078  9275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b2bad86251be405e82e8a79ce4cb233e" candidate_uuid: "f169caf4373645df83df7e1d94668ae1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "abe49516694f48e3b63e9a6e890e9c4d" is_pre_election: true
I20260608 12:41:28.237481  9275 raft_consensus.cc:2468] T b2bad86251be405e82e8a79ce4cb233e P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f169caf4373645df83df7e1d94668ae1 in term 0.
I20260608 12:41:28.238691  9424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b2bad86251be405e82e8a79ce4cb233e" candidate_uuid: "f169caf4373645df83df7e1d94668ae1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ad30f3e03ee499faa427ae307acaa16" is_pre_election: true
I20260608 12:41:28.239586  9313 leader_election.cc:304] T b2bad86251be405e82e8a79ce4cb233e P f169caf4373645df83df7e1d94668ae1 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: abe49516694f48e3b63e9a6e890e9c4d, f169caf4373645df83df7e1d94668ae1; no voters: 
W20260608 12:41:28.240798  9313 leader_election.cc:343] T b2bad86251be405e82e8a79ce4cb233e P f169caf4373645df83df7e1d94668ae1 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9ad30f3e03ee499faa427ae307acaa16 (127.0.107.195:43167): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:28.242178  9499 raft_consensus.cc:2804] T b2bad86251be405e82e8a79ce4cb233e P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:28.242671  9499 raft_consensus.cc:493] T b2bad86251be405e82e8a79ce4cb233e P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:28.243079  9499 raft_consensus.cc:3060] T b2bad86251be405e82e8a79ce4cb233e P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:28.244200  9470 tablet_bootstrap.cc:492] T 7b160f166eb14b56a6fd84a0f28fda4d P abe49516694f48e3b63e9a6e890e9c4d: No bootstrap required, opened a new log
I20260608 12:41:28.244009  9172 catalog_manager.cc:5696] T 7b160f166eb14b56a6fd84a0f28fda4d P 9ad30f3e03ee499faa427ae307acaa16 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9ad30f3e03ee499faa427ae307acaa16 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "9ad30f3e03ee499faa427ae307acaa16" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:28.245294  9470 ts_tablet_manager.cc:1403] T 7b160f166eb14b56a6fd84a0f28fda4d P abe49516694f48e3b63e9a6e890e9c4d: Time spent bootstrapping tablet: real 0.070s	user 0.007s	sys 0.009s
W20260608 12:41:28.247052  9503 log.cc:927] Time spent T 7b160f166eb14b56a6fd84a0f28fda4d P 9ad30f3e03ee499faa427ae307acaa16: Append to log took a long time: real 0.058s	user 0.001s	sys 0.000s
I20260608 12:41:28.255878  9469 tablet_bootstrap.cc:492] T 4f91b40bd33540ef8b588141c6dbc6cd P f169caf4373645df83df7e1d94668ae1: No bootstrap required, opened a new log
I20260608 12:41:28.256806  9469 ts_tablet_manager.cc:1403] T 4f91b40bd33540ef8b588141c6dbc6cd P f169caf4373645df83df7e1d94668ae1: Time spent bootstrapping tablet: real 0.081s	user 0.012s	sys 0.004s
I20260608 12:41:28.258872  9472 tablet_bootstrap.cc:492] T 4f91b40bd33540ef8b588141c6dbc6cd P 9ad30f3e03ee499faa427ae307acaa16: No bootstrap required, opened a new log
I20260608 12:41:28.259760  9472 ts_tablet_manager.cc:1403] T 4f91b40bd33540ef8b588141c6dbc6cd P 9ad30f3e03ee499faa427ae307acaa16: Time spent bootstrapping tablet: real 0.080s	user 0.014s	sys 0.016s
I20260608 12:41:28.261360  9479 raft_consensus.cc:493] T 84531945a0a44e34b9c3ba10f21b7f9c P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:28.251107  9470 raft_consensus.cc:359] T 7b160f166eb14b56a6fd84a0f28fda4d P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.261979  9479 raft_consensus.cc:515] T 84531945a0a44e34b9c3ba10f21b7f9c P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.262372  9470 raft_consensus.cc:385] T 7b160f166eb14b56a6fd84a0f28fda4d P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:28.262707  9470 raft_consensus.cc:740] T 7b160f166eb14b56a6fd84a0f28fda4d P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: abe49516694f48e3b63e9a6e890e9c4d, State: Initialized, Role: FOLLOWER
I20260608 12:41:28.263015  9499 raft_consensus.cc:515] T b2bad86251be405e82e8a79ce4cb233e P f169caf4373645df83df7e1d94668ae1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.263720  9470 consensus_queue.cc:260] T 7b160f166eb14b56a6fd84a0f28fda4d P abe49516694f48e3b63e9a6e890e9c4d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.265388  9499 leader_election.cc:290] T b2bad86251be405e82e8a79ce4cb233e P f169caf4373645df83df7e1d94668ae1 [CANDIDATE]: Term 1 election: Requested vote from peers abe49516694f48e3b63e9a6e890e9c4d (127.0.107.193:33493), 9ad30f3e03ee499faa427ae307acaa16 (127.0.107.195:43167)
I20260608 12:41:28.265666  9472 raft_consensus.cc:359] T 4f91b40bd33540ef8b588141c6dbc6cd P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.266657  9472 raft_consensus.cc:385] T 4f91b40bd33540ef8b588141c6dbc6cd P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:28.267068  9472 raft_consensus.cc:740] T 4f91b40bd33540ef8b588141c6dbc6cd P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9ad30f3e03ee499faa427ae307acaa16, State: Initialized, Role: FOLLOWER
I20260608 12:41:28.267804  9350 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "84531945a0a44e34b9c3ba10f21b7f9c" candidate_uuid: "9ad30f3e03ee499faa427ae307acaa16" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f169caf4373645df83df7e1d94668ae1" is_pre_election: true
I20260608 12:41:28.268033  9472 consensus_queue.cc:260] T 4f91b40bd33540ef8b588141c6dbc6cd P 9ad30f3e03ee499faa427ae307acaa16 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.269099  9499 raft_consensus.cc:493] T dee78414b9a943be8c26b9e0877e78ea P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:28.269876  9499 raft_consensus.cc:515] T dee78414b9a943be8c26b9e0877e78ea P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.271597  9472 ts_tablet_manager.cc:1434] T 4f91b40bd33540ef8b588141c6dbc6cd P 9ad30f3e03ee499faa427ae307acaa16: Time spent starting tablet: real 0.011s	user 0.002s	sys 0.007s
I20260608 12:41:28.272126  9499 leader_election.cc:290] T dee78414b9a943be8c26b9e0877e78ea P f169caf4373645df83df7e1d94668ae1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers abe49516694f48e3b63e9a6e890e9c4d (127.0.107.193:33493), 9ad30f3e03ee499faa427ae307acaa16 (127.0.107.195:43167)
I20260608 12:41:28.268688  9470 ts_tablet_manager.cc:1434] T 7b160f166eb14b56a6fd84a0f28fda4d P abe49516694f48e3b63e9a6e890e9c4d: Time spent starting tablet: real 0.023s	user 0.009s	sys 0.001s
I20260608 12:41:28.274127  9470 tablet_bootstrap.cc:492] T dee78414b9a943be8c26b9e0877e78ea P abe49516694f48e3b63e9a6e890e9c4d: Bootstrap starting.
I20260608 12:41:28.275563  9424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b2bad86251be405e82e8a79ce4cb233e" candidate_uuid: "f169caf4373645df83df7e1d94668ae1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ad30f3e03ee499faa427ae307acaa16"
I20260608 12:41:28.276885  9423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dee78414b9a943be8c26b9e0877e78ea" candidate_uuid: "f169caf4373645df83df7e1d94668ae1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ad30f3e03ee499faa427ae307acaa16" is_pre_election: true
I20260608 12:41:28.277758  9423 raft_consensus.cc:2468] T dee78414b9a943be8c26b9e0877e78ea P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f169caf4373645df83df7e1d94668ae1 in term 0.
I20260608 12:41:28.278124  9274 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b2bad86251be405e82e8a79ce4cb233e" candidate_uuid: "f169caf4373645df83df7e1d94668ae1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "abe49516694f48e3b63e9a6e890e9c4d"
I20260608 12:41:28.278762  9274 raft_consensus.cc:3060] T b2bad86251be405e82e8a79ce4cb233e P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:28.279618  9472 tablet_bootstrap.cc:492] T b2bad86251be405e82e8a79ce4cb233e P 9ad30f3e03ee499faa427ae307acaa16: Bootstrap starting.
I20260608 12:41:28.281332  9273 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dee78414b9a943be8c26b9e0877e78ea" candidate_uuid: "f169caf4373645df83df7e1d94668ae1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "abe49516694f48e3b63e9a6e890e9c4d" is_pre_election: true
I20260608 12:41:28.282024  9470 tablet_bootstrap.cc:654] T dee78414b9a943be8c26b9e0877e78ea P abe49516694f48e3b63e9a6e890e9c4d: Neither blocks nor log segments found. Creating new log.
W20260608 12:41:28.282752  9313 leader_election.cc:343] T b2bad86251be405e82e8a79ce4cb233e P f169caf4373645df83df7e1d94668ae1 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 9ad30f3e03ee499faa427ae307acaa16 (127.0.107.195:43167): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:28.283651  9313 leader_election.cc:304] T dee78414b9a943be8c26b9e0877e78ea P f169caf4373645df83df7e1d94668ae1 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9ad30f3e03ee499faa427ae307acaa16, f169caf4373645df83df7e1d94668ae1; no voters: 
I20260608 12:41:28.268905  9350 raft_consensus.cc:2393] T 84531945a0a44e34b9c3ba10f21b7f9c P f169caf4373645df83df7e1d94668ae1 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 9ad30f3e03ee499faa427ae307acaa16 in current term 1: Already voted for candidate abe49516694f48e3b63e9a6e890e9c4d in this term.
W20260608 12:41:28.284650  9313 leader_election.cc:343] T dee78414b9a943be8c26b9e0877e78ea P f169caf4373645df83df7e1d94668ae1 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer abe49516694f48e3b63e9a6e890e9c4d (127.0.107.193:33493): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:28.285000  9499 raft_consensus.cc:2804] T dee78414b9a943be8c26b9e0877e78ea P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:28.286449  9499 raft_consensus.cc:493] T dee78414b9a943be8c26b9e0877e78ea P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:28.286793  9499 raft_consensus.cc:3060] T dee78414b9a943be8c26b9e0877e78ea P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:28.287847  9472 tablet_bootstrap.cc:654] T b2bad86251be405e82e8a79ce4cb233e P 9ad30f3e03ee499faa427ae307acaa16: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:28.269446  9275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "84531945a0a44e34b9c3ba10f21b7f9c" candidate_uuid: "9ad30f3e03ee499faa427ae307acaa16" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "abe49516694f48e3b63e9a6e890e9c4d" is_pre_election: true
I20260608 12:41:28.291474  9387 leader_election.cc:304] T 84531945a0a44e34b9c3ba10f21b7f9c P 9ad30f3e03ee499faa427ae307acaa16 [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: 9ad30f3e03ee499faa427ae307acaa16; no voters: abe49516694f48e3b63e9a6e890e9c4d, f169caf4373645df83df7e1d94668ae1
I20260608 12:41:28.292505  9478 raft_consensus.cc:3060] T 84531945a0a44e34b9c3ba10f21b7f9c P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:28.295389  9499 raft_consensus.cc:515] T dee78414b9a943be8c26b9e0877e78ea P f169caf4373645df83df7e1d94668ae1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.297603  9479 leader_election.cc:290] T 84531945a0a44e34b9c3ba10f21b7f9c P 9ad30f3e03ee499faa427ae307acaa16 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f169caf4373645df83df7e1d94668ae1 (127.0.107.194:40201), abe49516694f48e3b63e9a6e890e9c4d (127.0.107.193:33493)
I20260608 12:41:28.298426  9479 raft_consensus.cc:493] T 4f91b40bd33540ef8b588141c6dbc6cd P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:28.298597  9275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dee78414b9a943be8c26b9e0877e78ea" candidate_uuid: "f169caf4373645df83df7e1d94668ae1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "abe49516694f48e3b63e9a6e890e9c4d"
I20260608 12:41:28.298908  9479 raft_consensus.cc:515] T 4f91b40bd33540ef8b588141c6dbc6cd P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
W20260608 12:41:28.300071  9313 leader_election.cc:343] T dee78414b9a943be8c26b9e0877e78ea P f169caf4373645df83df7e1d94668ae1 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer abe49516694f48e3b63e9a6e890e9c4d (127.0.107.193:33493): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:28.300222  9472 tablet_bootstrap.cc:492] T b2bad86251be405e82e8a79ce4cb233e P 9ad30f3e03ee499faa427ae307acaa16: No bootstrap required, opened a new log
I20260608 12:41:28.301064  9472 ts_tablet_manager.cc:1403] T b2bad86251be405e82e8a79ce4cb233e P 9ad30f3e03ee499faa427ae307acaa16: Time spent bootstrapping tablet: real 0.022s	user 0.017s	sys 0.003s
I20260608 12:41:28.301702  9275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4f91b40bd33540ef8b588141c6dbc6cd" candidate_uuid: "9ad30f3e03ee499faa427ae307acaa16" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "abe49516694f48e3b63e9a6e890e9c4d" is_pre_election: true
I20260608 12:41:28.302721  9275 raft_consensus.cc:2468] T 4f91b40bd33540ef8b588141c6dbc6cd P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9ad30f3e03ee499faa427ae307acaa16 in term 0.
I20260608 12:41:28.304028  9387 leader_election.cc:304] T 4f91b40bd33540ef8b588141c6dbc6cd P 9ad30f3e03ee499faa427ae307acaa16 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9ad30f3e03ee499faa427ae307acaa16, abe49516694f48e3b63e9a6e890e9c4d; no voters: 
I20260608 12:41:28.304971  9472 raft_consensus.cc:359] T b2bad86251be405e82e8a79ce4cb233e P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.306252  9499 leader_election.cc:290] T dee78414b9a943be8c26b9e0877e78ea P f169caf4373645df83df7e1d94668ae1 [CANDIDATE]: Term 1 election: Requested vote from peers abe49516694f48e3b63e9a6e890e9c4d (127.0.107.193:33493), 9ad30f3e03ee499faa427ae307acaa16 (127.0.107.195:43167)
I20260608 12:41:28.306998  9423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dee78414b9a943be8c26b9e0877e78ea" candidate_uuid: "f169caf4373645df83df7e1d94668ae1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ad30f3e03ee499faa427ae307acaa16"
I20260608 12:41:28.307617  9479 leader_election.cc:290] T 4f91b40bd33540ef8b588141c6dbc6cd P 9ad30f3e03ee499faa427ae307acaa16 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers abe49516694f48e3b63e9a6e890e9c4d (127.0.107.193:33493), f169caf4373645df83df7e1d94668ae1 (127.0.107.194:40201)
I20260608 12:41:28.307860  9509 raft_consensus.cc:2804] T 4f91b40bd33540ef8b588141c6dbc6cd P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:28.308046  9423 raft_consensus.cc:3060] T dee78414b9a943be8c26b9e0877e78ea P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:28.309146  9509 raft_consensus.cc:493] T 4f91b40bd33540ef8b588141c6dbc6cd P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:28.309705  9509 raft_consensus.cc:3060] T 4f91b40bd33540ef8b588141c6dbc6cd P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:28.309793  9350 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4f91b40bd33540ef8b588141c6dbc6cd" candidate_uuid: "9ad30f3e03ee499faa427ae307acaa16" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f169caf4373645df83df7e1d94668ae1" is_pre_election: true
W20260608 12:41:28.312074  9390 leader_election.cc:343] T 4f91b40bd33540ef8b588141c6dbc6cd P 9ad30f3e03ee499faa427ae307acaa16 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f169caf4373645df83df7e1d94668ae1 (127.0.107.194:40201): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:28.315932  9274 raft_consensus.cc:2468] T b2bad86251be405e82e8a79ce4cb233e P abe49516694f48e3b63e9a6e890e9c4d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f169caf4373645df83df7e1d94668ae1 in term 1.
I20260608 12:41:28.307595  9472 raft_consensus.cc:385] T b2bad86251be405e82e8a79ce4cb233e P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:28.317145  9313 leader_election.cc:304] T b2bad86251be405e82e8a79ce4cb233e P f169caf4373645df83df7e1d94668ae1 [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: abe49516694f48e3b63e9a6e890e9c4d, f169caf4373645df83df7e1d94668ae1; no voters: 9ad30f3e03ee499faa427ae307acaa16
I20260608 12:41:28.317412  9469 raft_consensus.cc:359] T 4f91b40bd33540ef8b588141c6dbc6cd P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.318228  9469 raft_consensus.cc:385] T 4f91b40bd33540ef8b588141c6dbc6cd P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:28.318511  9469 raft_consensus.cc:740] T 4f91b40bd33540ef8b588141c6dbc6cd P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f169caf4373645df83df7e1d94668ae1, State: Initialized, Role: FOLLOWER
I20260608 12:41:28.318523  9499 raft_consensus.cc:2804] T b2bad86251be405e82e8a79ce4cb233e P f169caf4373645df83df7e1d94668ae1 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:28.319360  9469 consensus_queue.cc:260] T 4f91b40bd33540ef8b588141c6dbc6cd P f169caf4373645df83df7e1d94668ae1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.319820  9499 raft_consensus.cc:697] T b2bad86251be405e82e8a79ce4cb233e P f169caf4373645df83df7e1d94668ae1 [term 1 LEADER]: Becoming Leader. State: Replica: f169caf4373645df83df7e1d94668ae1, State: Running, Role: LEADER
I20260608 12:41:28.319555  9423 raft_consensus.cc:2468] T dee78414b9a943be8c26b9e0877e78ea P 9ad30f3e03ee499faa427ae307acaa16 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f169caf4373645df83df7e1d94668ae1 in term 1.
I20260608 12:41:28.317420  9472 raft_consensus.cc:740] T b2bad86251be405e82e8a79ce4cb233e P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9ad30f3e03ee499faa427ae307acaa16, State: Initialized, Role: FOLLOWER
I20260608 12:41:28.322003  9313 leader_election.cc:304] T dee78414b9a943be8c26b9e0877e78ea P f169caf4373645df83df7e1d94668ae1 [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: 9ad30f3e03ee499faa427ae307acaa16, f169caf4373645df83df7e1d94668ae1; no voters: abe49516694f48e3b63e9a6e890e9c4d
I20260608 12:41:28.323043  9474 raft_consensus.cc:2804] T dee78414b9a943be8c26b9e0877e78ea P f169caf4373645df83df7e1d94668ae1 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:28.321864  9472 consensus_queue.cc:260] T b2bad86251be405e82e8a79ce4cb233e P 9ad30f3e03ee499faa427ae307acaa16 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.323551  9474 raft_consensus.cc:697] T dee78414b9a943be8c26b9e0877e78ea P f169caf4373645df83df7e1d94668ae1 [term 1 LEADER]: Becoming Leader. State: Replica: f169caf4373645df83df7e1d94668ae1, State: Running, Role: LEADER
I20260608 12:41:28.324638  9474 consensus_queue.cc:237] T dee78414b9a943be8c26b9e0877e78ea P f169caf4373645df83df7e1d94668ae1 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.326094  9472 ts_tablet_manager.cc:1434] T b2bad86251be405e82e8a79ce4cb233e P 9ad30f3e03ee499faa427ae307acaa16: Time spent starting tablet: real 0.025s	user 0.007s	sys 0.003s
I20260608 12:41:28.326841  9478 raft_consensus.cc:2749] T 84531945a0a44e34b9c3ba10f21b7f9c P 9ad30f3e03ee499faa427ae307acaa16 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:28.321743  9499 consensus_queue.cc:237] T b2bad86251be405e82e8a79ce4cb233e P f169caf4373645df83df7e1d94668ae1 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.332451  9469 ts_tablet_manager.cc:1434] T 4f91b40bd33540ef8b588141c6dbc6cd P f169caf4373645df83df7e1d94668ae1: Time spent starting tablet: real 0.075s	user 0.009s	sys 0.001s
I20260608 12:41:28.334281  9509 raft_consensus.cc:515] T 4f91b40bd33540ef8b588141c6dbc6cd P 9ad30f3e03ee499faa427ae307acaa16 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.337149  9350 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4f91b40bd33540ef8b588141c6dbc6cd" candidate_uuid: "9ad30f3e03ee499faa427ae307acaa16" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f169caf4373645df83df7e1d94668ae1"
I20260608 12:41:28.336897  9274 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4f91b40bd33540ef8b588141c6dbc6cd" candidate_uuid: "9ad30f3e03ee499faa427ae307acaa16" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "abe49516694f48e3b63e9a6e890e9c4d"
I20260608 12:41:28.337823  9350 raft_consensus.cc:3060] T 4f91b40bd33540ef8b588141c6dbc6cd P f169caf4373645df83df7e1d94668ae1 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:28.337934  9274 raft_consensus.cc:3060] T 4f91b40bd33540ef8b588141c6dbc6cd P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:28.341419  9509 leader_election.cc:290] T 4f91b40bd33540ef8b588141c6dbc6cd P 9ad30f3e03ee499faa427ae307acaa16 [CANDIDATE]: Term 1 election: Requested vote from peers abe49516694f48e3b63e9a6e890e9c4d (127.0.107.193:33493), f169caf4373645df83df7e1d94668ae1 (127.0.107.194:40201)
I20260608 12:41:28.343643  9470 tablet_bootstrap.cc:492] T dee78414b9a943be8c26b9e0877e78ea P abe49516694f48e3b63e9a6e890e9c4d: No bootstrap required, opened a new log
I20260608 12:41:28.345531  9470 ts_tablet_manager.cc:1403] T dee78414b9a943be8c26b9e0877e78ea P abe49516694f48e3b63e9a6e890e9c4d: Time spent bootstrapping tablet: real 0.072s	user 0.031s	sys 0.034s
I20260608 12:41:28.346004  9274 raft_consensus.cc:2468] T 4f91b40bd33540ef8b588141c6dbc6cd P abe49516694f48e3b63e9a6e890e9c4d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9ad30f3e03ee499faa427ae307acaa16 in term 1.
I20260608 12:41:28.346447  9350 raft_consensus.cc:2468] T 4f91b40bd33540ef8b588141c6dbc6cd P f169caf4373645df83df7e1d94668ae1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9ad30f3e03ee499faa427ae307acaa16 in term 1.
I20260608 12:41:28.347422  9387 leader_election.cc:304] T 4f91b40bd33540ef8b588141c6dbc6cd P 9ad30f3e03ee499faa427ae307acaa16 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9ad30f3e03ee499faa427ae307acaa16, abe49516694f48e3b63e9a6e890e9c4d; no voters: 
I20260608 12:41:28.348333  9509 raft_consensus.cc:2804] T 4f91b40bd33540ef8b588141c6dbc6cd P 9ad30f3e03ee499faa427ae307acaa16 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:28.348862  9509 raft_consensus.cc:697] T 4f91b40bd33540ef8b588141c6dbc6cd P 9ad30f3e03ee499faa427ae307acaa16 [term 1 LEADER]: Becoming Leader. State: Replica: 9ad30f3e03ee499faa427ae307acaa16, State: Running, Role: LEADER
I20260608 12:41:28.348667  9470 raft_consensus.cc:359] T dee78414b9a943be8c26b9e0877e78ea P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.349440  9470 raft_consensus.cc:385] T dee78414b9a943be8c26b9e0877e78ea P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:28.349746  9470 raft_consensus.cc:740] T dee78414b9a943be8c26b9e0877e78ea P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: abe49516694f48e3b63e9a6e890e9c4d, State: Initialized, Role: FOLLOWER
I20260608 12:41:28.349788  9509 consensus_queue.cc:237] T 4f91b40bd33540ef8b588141c6dbc6cd P 9ad30f3e03ee499faa427ae307acaa16 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.350889  9470 consensus_queue.cc:260] T dee78414b9a943be8c26b9e0877e78ea P abe49516694f48e3b63e9a6e890e9c4d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.353474  9470 ts_tablet_manager.cc:1434] T dee78414b9a943be8c26b9e0877e78ea P abe49516694f48e3b63e9a6e890e9c4d: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:41:28.355278  9172 catalog_manager.cc:5696] T b2bad86251be405e82e8a79ce4cb233e P f169caf4373645df83df7e1d94668ae1 reported cstate change: term changed from 0 to 1, leader changed from <none> to f169caf4373645df83df7e1d94668ae1 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "f169caf4373645df83df7e1d94668ae1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:28.362232  9170 catalog_manager.cc:5696] T 4f91b40bd33540ef8b588141c6dbc6cd P 9ad30f3e03ee499faa427ae307acaa16 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9ad30f3e03ee499faa427ae307acaa16 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "9ad30f3e03ee499faa427ae307acaa16" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:28.376845  9172 catalog_manager.cc:5696] T dee78414b9a943be8c26b9e0877e78ea P f169caf4373645df83df7e1d94668ae1 reported cstate change: term changed from 0 to 1, leader changed from <none> to f169caf4373645df83df7e1d94668ae1 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "f169caf4373645df83df7e1d94668ae1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:28.547799  9494 consensus_queue.cc:1048] T 84531945a0a44e34b9c3ba10f21b7f9c P abe49516694f48e3b63e9a6e890e9c4d [LEADER]: Connected to new peer: Peer: permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:28.553401  9494 raft_consensus.cc:493] T 7b160f166eb14b56a6fd84a0f28fda4d P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:28.553969  9494 raft_consensus.cc:515] T 7b160f166eb14b56a6fd84a0f28fda4d P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.557540  9349 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7b160f166eb14b56a6fd84a0f28fda4d" candidate_uuid: "abe49516694f48e3b63e9a6e890e9c4d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f169caf4373645df83df7e1d94668ae1" is_pre_election: true
I20260608 12:41:28.558604  9349 raft_consensus.cc:2393] T 7b160f166eb14b56a6fd84a0f28fda4d P f169caf4373645df83df7e1d94668ae1 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate abe49516694f48e3b63e9a6e890e9c4d in current term 1: Already voted for candidate 9ad30f3e03ee499faa427ae307acaa16 in this term.
I20260608 12:41:28.561966  9494 leader_election.cc:290] T 7b160f166eb14b56a6fd84a0f28fda4d P abe49516694f48e3b63e9a6e890e9c4d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f169caf4373645df83df7e1d94668ae1 (127.0.107.194:40201), 9ad30f3e03ee499faa427ae307acaa16 (127.0.107.195:43167)
I20260608 12:41:28.562211  9423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7b160f166eb14b56a6fd84a0f28fda4d" candidate_uuid: "abe49516694f48e3b63e9a6e890e9c4d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ad30f3e03ee499faa427ae307acaa16" is_pre_election: true
I20260608 12:41:28.564105  9238 leader_election.cc:304] T 7b160f166eb14b56a6fd84a0f28fda4d P abe49516694f48e3b63e9a6e890e9c4d [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: abe49516694f48e3b63e9a6e890e9c4d; no voters: 9ad30f3e03ee499faa427ae307acaa16, f169caf4373645df83df7e1d94668ae1
I20260608 12:41:28.566277  9494 raft_consensus.cc:3060] T 7b160f166eb14b56a6fd84a0f28fda4d P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:28.581635  9494 raft_consensus.cc:2749] T 7b160f166eb14b56a6fd84a0f28fda4d P abe49516694f48e3b63e9a6e890e9c4d [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:28.585464  9499 consensus_queue.cc:1048] T 6d00b24b811a4da2b1c67d74854b23a3 P f169caf4373645df83df7e1d94668ae1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:41:28.585907  9455 outbound_call.cc:321] RPC callback for RPC call kudu.master.MasterService.GetTableLocations -> {remote=127.0.107.254:45029, user_credentials={real_user=slave}} blocked reactor thread for 44034.6us
I20260608 12:41:28.583742  9518 consensus_queue.cc:1048] T 84531945a0a44e34b9c3ba10f21b7f9c P abe49516694f48e3b63e9a6e890e9c4d [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.006s
W20260608 12:41:28.593281  9516 meta_cache.cc:1261] Time spent looking up entry by key: real 0.057s	user 0.002s	sys 0.000s
I20260608 12:41:28.620345  9499 consensus_queue.cc:1048] T 6d00b24b811a4da2b1c67d74854b23a3 P f169caf4373645df83df7e1d94668ae1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:28.651655  9509 consensus_queue.cc:1048] T 7b160f166eb14b56a6fd84a0f28fda4d P 9ad30f3e03ee499faa427ae307acaa16 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:28.694766  9479 consensus_queue.cc:1048] T 7b160f166eb14b56a6fd84a0f28fda4d P 9ad30f3e03ee499faa427ae307acaa16 [LEADER]: Connected to new peer: Peer: permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:28.706390  9479 raft_consensus.cc:493] T b2bad86251be405e82e8a79ce4cb233e P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:28.706904  9479 raft_consensus.cc:515] T b2bad86251be405e82e8a79ce4cb233e P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.709185  9479 leader_election.cc:290] T b2bad86251be405e82e8a79ce4cb233e P 9ad30f3e03ee499faa427ae307acaa16 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers abe49516694f48e3b63e9a6e890e9c4d (127.0.107.193:33493), f169caf4373645df83df7e1d94668ae1 (127.0.107.194:40201)
I20260608 12:41:28.709980  9275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b2bad86251be405e82e8a79ce4cb233e" candidate_uuid: "9ad30f3e03ee499faa427ae307acaa16" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "abe49516694f48e3b63e9a6e890e9c4d" is_pre_election: true
I20260608 12:41:28.710794  9275 raft_consensus.cc:2393] T b2bad86251be405e82e8a79ce4cb233e P abe49516694f48e3b63e9a6e890e9c4d [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 9ad30f3e03ee499faa427ae307acaa16 in current term 1: Already voted for candidate f169caf4373645df83df7e1d94668ae1 in this term.
I20260608 12:41:28.711100  9350 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b2bad86251be405e82e8a79ce4cb233e" candidate_uuid: "9ad30f3e03ee499faa427ae307acaa16" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f169caf4373645df83df7e1d94668ae1" is_pre_election: true
I20260608 12:41:28.712559  9390 leader_election.cc:304] T b2bad86251be405e82e8a79ce4cb233e P 9ad30f3e03ee499faa427ae307acaa16 [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: 9ad30f3e03ee499faa427ae307acaa16; no voters: abe49516694f48e3b63e9a6e890e9c4d, f169caf4373645df83df7e1d94668ae1
I20260608 12:41:28.713387  9479 raft_consensus.cc:3060] T b2bad86251be405e82e8a79ce4cb233e P 9ad30f3e03ee499faa427ae307acaa16 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:28.721464  9479 raft_consensus.cc:2749] T b2bad86251be405e82e8a79ce4cb233e P 9ad30f3e03ee499faa427ae307acaa16 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:28.769272  9519 raft_consensus.cc:493] T dee78414b9a943be8c26b9e0877e78ea P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:28.769874  9519 raft_consensus.cc:515] T dee78414b9a943be8c26b9e0877e78ea P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 } } peers { permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 } } peers { permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 } }
I20260608 12:41:28.773483  9424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dee78414b9a943be8c26b9e0877e78ea" candidate_uuid: "abe49516694f48e3b63e9a6e890e9c4d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ad30f3e03ee499faa427ae307acaa16" is_pre_election: true
I20260608 12:41:28.773578  9519 leader_election.cc:290] T dee78414b9a943be8c26b9e0877e78ea P abe49516694f48e3b63e9a6e890e9c4d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f169caf4373645df83df7e1d94668ae1 (127.0.107.194:40201), 9ad30f3e03ee499faa427ae307acaa16 (127.0.107.195:43167)
I20260608 12:41:28.774322  9424 raft_consensus.cc:2393] T dee78414b9a943be8c26b9e0877e78ea P 9ad30f3e03ee499faa427ae307acaa16 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate abe49516694f48e3b63e9a6e890e9c4d in current term 1: Already voted for candidate f169caf4373645df83df7e1d94668ae1 in this term.
I20260608 12:41:28.777691  9274 raft_consensus.cc:3060] T dee78414b9a943be8c26b9e0877e78ea P abe49516694f48e3b63e9a6e890e9c4d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:28.789773  9498 consensus_queue.cc:1048] T dee78414b9a943be8c26b9e0877e78ea P f169caf4373645df83df7e1d94668ae1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:28.796646  9350 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dee78414b9a943be8c26b9e0877e78ea" candidate_uuid: "abe49516694f48e3b63e9a6e890e9c4d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f169caf4373645df83df7e1d94668ae1" is_pre_election: true
I20260608 12:41:28.797520  9499 consensus_queue.cc:1048] T b2bad86251be405e82e8a79ce4cb233e P f169caf4373645df83df7e1d94668ae1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:28.798347  9241 leader_election.cc:304] T dee78414b9a943be8c26b9e0877e78ea P abe49516694f48e3b63e9a6e890e9c4d [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: abe49516694f48e3b63e9a6e890e9c4d; no voters: 9ad30f3e03ee499faa427ae307acaa16, f169caf4373645df83df7e1d94668ae1
I20260608 12:41:28.799705  9519 raft_consensus.cc:2749] T dee78414b9a943be8c26b9e0877e78ea P abe49516694f48e3b63e9a6e890e9c4d [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:28.804095  9275 raft_consensus.cc:1275] T 4f91b40bd33540ef8b588141c6dbc6cd P abe49516694f48e3b63e9a6e890e9c4d [term 1 FOLLOWER]: Refusing update from remote peer 9ad30f3e03ee499faa427ae307acaa16: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:28.806370  9478 consensus_queue.cc:1048] T 4f91b40bd33540ef8b588141c6dbc6cd P 9ad30f3e03ee499faa427ae307acaa16 [LEADER]: Connected to new peer: Peer: permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:28.856303  9350 raft_consensus.cc:1275] T 4f91b40bd33540ef8b588141c6dbc6cd P f169caf4373645df83df7e1d94668ae1 [term 1 FOLLOWER]: Refusing update from remote peer 9ad30f3e03ee499faa427ae307acaa16: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:28.885528  9509 consensus_queue.cc:1048] T 4f91b40bd33540ef8b588141c6dbc6cd P 9ad30f3e03ee499faa427ae307acaa16 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f169caf4373645df83df7e1d94668ae1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40201 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.005s
I20260608 12:41:28.906930  9499 consensus_queue.cc:1048] T dee78414b9a943be8c26b9e0877e78ea P f169caf4373645df83df7e1d94668ae1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ad30f3e03ee499faa427ae307acaa16" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43167 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:28.907450  9272 raft_consensus.cc:1275] T b2bad86251be405e82e8a79ce4cb233e P abe49516694f48e3b63e9a6e890e9c4d [term 1 FOLLOWER]: Refusing update from remote peer f169caf4373645df83df7e1d94668ae1: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:28.949756  9499 consensus_queue.cc:1048] T b2bad86251be405e82e8a79ce4cb233e P f169caf4373645df83df7e1d94668ae1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "abe49516694f48e3b63e9a6e890e9c4d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:41:29.380681  9313 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:43167, user_credentials={real_user=slave}} blocked reactor thread for 59084.6us
W20260608 12:41:29.649454  9313 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:43167, user_credentials={real_user=slave}} blocked reactor thread for 47565.3us
W20260608 12:41:30.015596  9313 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:33493, user_credentials={real_user=slave}} blocked reactor thread for 114816us
I20260608 12:41:30.139493   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
W20260608 12:41:30.151341  9313 consensus_peers.cc:597] T dee78414b9a943be8c26b9e0877e78ea P f169caf4373645df83df7e1d94668ae1 -> Peer abe49516694f48e3b63e9a6e890e9c4d (127.0.107.193:33493): Couldn't send request to peer abe49516694f48e3b63e9a6e890e9c4d. 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:30.170608   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:30.171406   431 tablet_replica.cc:333] T dee78414b9a943be8c26b9e0877e78ea P abe49516694f48e3b63e9a6e890e9c4d: stopping tablet replica
I20260608 12:41:30.172024   431 raft_consensus.cc:2243] T dee78414b9a943be8c26b9e0877e78ea P abe49516694f48e3b63e9a6e890e9c4d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:30.172465   431 pending_rounds.cc:70] T dee78414b9a943be8c26b9e0877e78ea P abe49516694f48e3b63e9a6e890e9c4d: Trying to abort 2 pending ops.
I20260608 12:41:30.172647   431 pending_rounds.cc:77] T dee78414b9a943be8c26b9e0877e78ea P abe49516694f48e3b63e9a6e890e9c4d: Aborting op as it isn't in flight: id { term: 1 index: 15 } timestamp: 7294658519168225280 op_type: WRITE_OP write_request { tablet_id: "dee78414b9a943be8c26b9e0877e78ea" schema { columns { name: "key" type: INT32 is_key: true is_nullable: false immutable: false } columns { name: "int_val" type: INT32 is_key: false is_nullable: false immutable: false } columns { name: "string_val" type: STRING is_key: false is_nullable: true immutable: false } } row_operations { rows: "\001\007\0004PG\033\304\332\\\245\000\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000@V\035%+{\212\264\020\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000\206\002a!\005\272Mg \000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000\221G|\036D\310n\3020\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000\014\211\026(\220\245\221\255@\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000\330\311}&\231\031\306{P\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000@\243,\037\243\360\233\361`\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000\240e\216\030\264\321\016Xp\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000~\341]\034\322\t\207\\\200\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000\355\325S \347\253\302\225\220\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000""\001\007\0004PG\033\304\332\\\245\000\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000@V\035%+{\212\264\020\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000\206\002a!\005\272Mg \000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000\221G|\036D\310n\3020\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000\014\211\026(\220\245\221\255@\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000\330\311}&\231\031\306{P\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000@\243,\037\243\360\233\361`\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000\240e\216\030\264\321\016Xp\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000~\341]\034\322\t\207\\\200\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000\355\325S \347\253\302\225\220\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000" indirect_data: "ed5e3f270d08616c8190784c67938cc29d0aeebd717f9260aa9f7c6d1943dbefa8fefadf7810b6fff6bc57368e03ae4197c30d470d3979022cc1b6fec3aa2af48a88c82634187862de9675b850152570""ed5e3f270d08616c8190784c67938cc29d0aeebd717f9260aa9f7c6d1943dbefa8fefadf7810b6fff6bc57368e03ae4197c30d470d3979022cc1b6fec3aa2af48a88c82634187862de9675b850152570" } external_consistency_mode: CLIENT_PROPAGATED propagated_timestamp: 7294658518585827328 authz_token { token_data: "\010\244\363\232\321\006\"3\n\005slave\022*\n 45a5ef96efc14292b2238b927a1a787c\020\001\030\001 \001(\001" signature: "\242m\215Eh\346\317\005\2324\327\303={\264\367\031\206\231\026-\275n\220\014\233\025Oo\023\237\361Uv\315<\\\220\240\013#I\240nU^\330\377\226\037\325\2048r\257!\222o\222\026\241O\301\326""\242m\215Eh\346\317\005\2324\327\303={\264\367\031\206\231\026-\275n\220\014\233\025Oo\023\237\361Uv\315<\\\220\240\013#I\240nU^\330\377\226\037\325\2048r\257!\222o\222\026\241O\301\326" signing_key_seq_num: 0 } } request_id { client_id: "073d22c425b8456ab725781cae8de9df" seq_no: 83 first_incomplete_seq_no: 60 attempt_no: 0 }
I20260608 12:41:30.174293   431 pending_rounds.cc:77] T dee78414b9a943be8c26b9e0877e78ea P abe49516694f48e3b63e9a6e890e9c4d: Aborting op as it isn't in flight: id { term: 1 index: 14 } timestamp: 7294658518565044224 op_type: WRITE_OP write_request { tablet_id: "dee78414b9a943be8c26b9e0877e78ea" schema { columns { name: "key" type: INT32 is_key: true is_nullable: false immutable: false } columns { name: "int_val" type: INT32 is_key: false is_nullable: false immutable: false } columns { name: "string_val" type: STRING is_key: false is_nullable: true immutable: false } } row_operations { rows: "\001\007\000\330\273M\0373\342j\037\000\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000\277\353\227*\342{\262\213\020\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000.\\5$\266xU  \000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000\tZ5(p\303oI0\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000g\251Q!\002\311\275\356@\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\0008Wr#\033j\3403P\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000""\001\007\000\330\273M\0373\342j\037\000\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000\277\353\227*\342{\262\213\020\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000.\\5$\266xU  \000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000\tZ5(p\303oI0\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000g\251Q!\002\311\275\356@\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\0008Wr#\033j\3403P\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000" indirect_data: "4ad138b9dbc6401d91c6db842ceb80744d1a561b78161aaaeee39ec4c3991d787b38e0262607fa548bd970e1e103d55c""4ad138b9dbc6401d91c6db842ceb80744d1a561b78161aaaeee39ec4c3991d787b38e0262607fa548bd970e1e103d55c" } external_consistency_mode: CLIENT_PROPAGATED propagated_timestamp: 7294658517524865024 authz_token { token_data: "\010\244\363\232\321\006\"3\n\005slave\022*\n 45a5ef96efc14292b2238b927a1a787c\020\001\030\001 \001(\001" signature: "\242m\215Eh\346\317\005\2324\327\303={\264\367\031\206\231\026-\275n\220\014\233\025Oo\023\237\361Uv\315<\\\220\240\013#I\240nU^\330\377\226\037\325\2048r\257!\222o\222\026\241O\301\326""\242m\215Eh\346\317\005\2324\327\303={\264\367\031\206\231\026-\275n\220\014\233\025Oo\023\237\361Uv\315<\\\220\240\013#I\240nU^\330\377\226\037\325\2048r\257!\222o\222\026\241O\301\326" signing_key_seq_num: 0 } } request_id { client_id: "073d22c425b8456ab725781cae8de9df" seq_no: 74 first_incomplete_seq_no: 54 attempt_no: 0 }
I20260608 12:41:30.175442   431 raft_consensus.cc:2272] T dee78414b9a943be8c26b9e0877e78ea P abe49516694f48e3b63e9a6e890e9c4d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:30.178009   431 tablet_replica.cc:333] T 6d00b24b811a4da2b1c67d74854b23a3 P abe49516694f48e3b63e9a6e890e9c4d: stopping tablet replica
I20260608 12:41:30.178576   431 raft_consensus.cc:2243] T 6d00b24b811a4da2b1c67d74854b23a3 P abe49516694f48e3b63e9a6e890e9c4d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:30.179009   431 raft_consensus.cc:2272] T 6d00b24b811a4da2b1c67d74854b23a3 P abe49516694f48e3b63e9a6e890e9c4d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:30.181594   431 tablet_replica.cc:333] T 7b160f166eb14b56a6fd84a0f28fda4d P abe49516694f48e3b63e9a6e890e9c4d: stopping tablet replica
I20260608 12:41:30.182121   431 raft_consensus.cc:2243] T 7b160f166eb14b56a6fd84a0f28fda4d P abe49516694f48e3b63e9a6e890e9c4d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:30.182657   431 raft_consensus.cc:2272] T 7b160f166eb14b56a6fd84a0f28fda4d P abe49516694f48e3b63e9a6e890e9c4d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:30.185050   431 tablet_replica.cc:333] T b2bad86251be405e82e8a79ce4cb233e P abe49516694f48e3b63e9a6e890e9c4d: stopping tablet replica
I20260608 12:41:30.185550   431 raft_consensus.cc:2243] T b2bad86251be405e82e8a79ce4cb233e P abe49516694f48e3b63e9a6e890e9c4d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:30.186023   431 raft_consensus.cc:2272] T b2bad86251be405e82e8a79ce4cb233e P abe49516694f48e3b63e9a6e890e9c4d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:30.188568   431 tablet_replica.cc:333] T 84531945a0a44e34b9c3ba10f21b7f9c P abe49516694f48e3b63e9a6e890e9c4d: stopping tablet replica
I20260608 12:41:30.189108   431 raft_consensus.cc:2243] T 84531945a0a44e34b9c3ba10f21b7f9c P abe49516694f48e3b63e9a6e890e9c4d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:30.189908   431 raft_consensus.cc:2272] T 84531945a0a44e34b9c3ba10f21b7f9c P abe49516694f48e3b63e9a6e890e9c4d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:30.192430   431 tablet_replica.cc:333] T 4f91b40bd33540ef8b588141c6dbc6cd P abe49516694f48e3b63e9a6e890e9c4d: stopping tablet replica
I20260608 12:41:30.192941   431 raft_consensus.cc:2243] T 4f91b40bd33540ef8b588141c6dbc6cd P abe49516694f48e3b63e9a6e890e9c4d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:30.193364   431 raft_consensus.cc:2272] T 4f91b40bd33540ef8b588141c6dbc6cd P abe49516694f48e3b63e9a6e890e9c4d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:30.220306   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:30.239181   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:30.264256   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:30.265089   431 tablet_replica.cc:333] T 4f91b40bd33540ef8b588141c6dbc6cd P f169caf4373645df83df7e1d94668ae1: stopping tablet replica
I20260608 12:41:30.265697   431 raft_consensus.cc:2243] T 4f91b40bd33540ef8b588141c6dbc6cd P f169caf4373645df83df7e1d94668ae1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:30.266157   431 raft_consensus.cc:2272] T 4f91b40bd33540ef8b588141c6dbc6cd P f169caf4373645df83df7e1d94668ae1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:30.268970   431 tablet_replica.cc:333] T dee78414b9a943be8c26b9e0877e78ea P f169caf4373645df83df7e1d94668ae1: stopping tablet replica
I20260608 12:41:30.269520   431 raft_consensus.cc:2243] T dee78414b9a943be8c26b9e0877e78ea P f169caf4373645df83df7e1d94668ae1 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:30.270397   431 raft_consensus.cc:2272] T dee78414b9a943be8c26b9e0877e78ea P f169caf4373645df83df7e1d94668ae1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:30.273034   431 tablet_replica.cc:333] T 7b160f166eb14b56a6fd84a0f28fda4d P f169caf4373645df83df7e1d94668ae1: stopping tablet replica
I20260608 12:41:30.273577   431 raft_consensus.cc:2243] T 7b160f166eb14b56a6fd84a0f28fda4d P f169caf4373645df83df7e1d94668ae1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:30.273984   431 raft_consensus.cc:2272] T 7b160f166eb14b56a6fd84a0f28fda4d P f169caf4373645df83df7e1d94668ae1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:30.276418   431 tablet_replica.cc:333] T 6d00b24b811a4da2b1c67d74854b23a3 P f169caf4373645df83df7e1d94668ae1: stopping tablet replica
I20260608 12:41:30.276978   431 raft_consensus.cc:2243] T 6d00b24b811a4da2b1c67d74854b23a3 P f169caf4373645df83df7e1d94668ae1 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:30.277731   431 raft_consensus.cc:2272] T 6d00b24b811a4da2b1c67d74854b23a3 P f169caf4373645df83df7e1d94668ae1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:30.279986   431 tablet_replica.cc:333] T b2bad86251be405e82e8a79ce4cb233e P f169caf4373645df83df7e1d94668ae1: stopping tablet replica
I20260608 12:41:30.280488   431 raft_consensus.cc:2243] T b2bad86251be405e82e8a79ce4cb233e P f169caf4373645df83df7e1d94668ae1 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:30.281227   431 raft_consensus.cc:2272] T b2bad86251be405e82e8a79ce4cb233e P f169caf4373645df83df7e1d94668ae1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:30.283615   431 tablet_replica.cc:333] T 84531945a0a44e34b9c3ba10f21b7f9c P f169caf4373645df83df7e1d94668ae1: stopping tablet replica
I20260608 12:41:30.284106   431 raft_consensus.cc:2243] T 84531945a0a44e34b9c3ba10f21b7f9c P f169caf4373645df83df7e1d94668ae1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:30.284518   431 raft_consensus.cc:2272] T 84531945a0a44e34b9c3ba10f21b7f9c P f169caf4373645df83df7e1d94668ae1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:30.307545   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:30.327275   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:30.347560   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:30.348323   431 tablet_replica.cc:333] T b2bad86251be405e82e8a79ce4cb233e P 9ad30f3e03ee499faa427ae307acaa16: stopping tablet replica
I20260608 12:41:30.349116   431 raft_consensus.cc:2243] T b2bad86251be405e82e8a79ce4cb233e P 9ad30f3e03ee499faa427ae307acaa16 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:30.349632   431 raft_consensus.cc:2272] T b2bad86251be405e82e8a79ce4cb233e P 9ad30f3e03ee499faa427ae307acaa16 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:30.352463   431 tablet_replica.cc:333] T 84531945a0a44e34b9c3ba10f21b7f9c P 9ad30f3e03ee499faa427ae307acaa16: stopping tablet replica
I20260608 12:41:30.353273   431 raft_consensus.cc:2243] T 84531945a0a44e34b9c3ba10f21b7f9c P 9ad30f3e03ee499faa427ae307acaa16 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:30.353843   431 raft_consensus.cc:2272] T 84531945a0a44e34b9c3ba10f21b7f9c P 9ad30f3e03ee499faa427ae307acaa16 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:30.356395   431 tablet_replica.cc:333] T 4f91b40bd33540ef8b588141c6dbc6cd P 9ad30f3e03ee499faa427ae307acaa16: stopping tablet replica
I20260608 12:41:30.356986   431 raft_consensus.cc:2243] T 4f91b40bd33540ef8b588141c6dbc6cd P 9ad30f3e03ee499faa427ae307acaa16 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:30.357714   431 raft_consensus.cc:2272] T 4f91b40bd33540ef8b588141c6dbc6cd P 9ad30f3e03ee499faa427ae307acaa16 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:30.360076   431 tablet_replica.cc:333] T 6d00b24b811a4da2b1c67d74854b23a3 P 9ad30f3e03ee499faa427ae307acaa16: stopping tablet replica
I20260608 12:41:30.360569   431 raft_consensus.cc:2243] T 6d00b24b811a4da2b1c67d74854b23a3 P 9ad30f3e03ee499faa427ae307acaa16 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:30.361119   431 raft_consensus.cc:2272] T 6d00b24b811a4da2b1c67d74854b23a3 P 9ad30f3e03ee499faa427ae307acaa16 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:30.363488   431 tablet_replica.cc:333] T 7b160f166eb14b56a6fd84a0f28fda4d P 9ad30f3e03ee499faa427ae307acaa16: stopping tablet replica
I20260608 12:41:30.364022   431 raft_consensus.cc:2243] T 7b160f166eb14b56a6fd84a0f28fda4d P 9ad30f3e03ee499faa427ae307acaa16 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:30.364780   431 raft_consensus.cc:2272] T 7b160f166eb14b56a6fd84a0f28fda4d P 9ad30f3e03ee499faa427ae307acaa16 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:30.367094   431 tablet_replica.cc:333] T dee78414b9a943be8c26b9e0877e78ea P 9ad30f3e03ee499faa427ae307acaa16: stopping tablet replica
I20260608 12:41:30.367561   431 raft_consensus.cc:2243] T dee78414b9a943be8c26b9e0877e78ea P 9ad30f3e03ee499faa427ae307acaa16 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:30.368083   431 raft_consensus.cc:2272] T dee78414b9a943be8c26b9e0877e78ea P 9ad30f3e03ee499faa427ae307acaa16 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:30.397264   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:30.415872   431 master.cc:562] Master@127.0.107.254:45029 shutting down...
I20260608 12:41:30.436403   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 8abfbb04146b4b9fba9512584d716a4f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:30.436997   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 8abfbb04146b4b9fba9512584d716a4f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:30.437332   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 8abfbb04146b4b9fba9512584d716a4f: stopping tablet replica
I20260608 12:41:30.456279   431 master.cc:584] Master@127.0.107.254:45029 shutdown complete.
[       OK ] AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag (4413 ms)
[ RUN      ] AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap
I20260608 12:41:30.492017   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:45489
I20260608 12:41:30.493250   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:30.498502  9574 instance_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.499505  9575 instance_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.500279   431 server_base.cc:1061] running on GCE node
W20260608 12:41:30.500442  9577 instance_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.501325   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:30.501505   431 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.501617   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922490501606 us; error 0 us; skew 500 ppm
I20260608 12:41:30.502104   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:30.504355   431 webserver.cc:533] Webserver started at http://127.0.107.254:37407/ using document root <none> and password file <none>
I20260608 12:41:30.504832   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:30.505017   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:30.505232   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:30.506264   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922266998516-431-0/minicluster-data/master-0-root/instance:
uuid: "ac68824ae9e7460eb953679df27685af"
format_stamp: "Formatted at 2026-06-08 12:41:30 on dist-test-slave-3g00"
I20260608 12:41:30.510785   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260608 12:41:30.514350  9582 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.515071   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.003s
I20260608 12:41:30.515343   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922266998516-431-0/minicluster-data/master-0-root
uuid: "ac68824ae9e7460eb953679df27685af"
format_stamp: "Formatted at 2026-06-08 12:41:30 on dist-test-slave-3g00"
I20260608 12:41:30.515605   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922266998516-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922266998516-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922266998516-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.524381   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:30.525596   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:30.564698   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:45489
I20260608 12:41:30.564878  9633 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:45489 every 8 connection(s)
I20260608 12:41:30.569257  9634 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.579445  9634 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ac68824ae9e7460eb953679df27685af: Bootstrap starting.
I20260608 12:41:30.584173  9634 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ac68824ae9e7460eb953679df27685af: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:30.588240  9634 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ac68824ae9e7460eb953679df27685af: No bootstrap required, opened a new log
I20260608 12:41:30.590404  9634 raft_consensus.cc:359] T 00000000000000000000000000000000 P ac68824ae9e7460eb953679df27685af [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ac68824ae9e7460eb953679df27685af" member_type: VOTER }
I20260608 12:41:30.590752  9634 raft_consensus.cc:385] T 00000000000000000000000000000000 P ac68824ae9e7460eb953679df27685af [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:30.590943  9634 raft_consensus.cc:740] T 00000000000000000000000000000000 P ac68824ae9e7460eb953679df27685af [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ac68824ae9e7460eb953679df27685af, State: Initialized, Role: FOLLOWER
I20260608 12:41:30.591459  9634 consensus_queue.cc:260] T 00000000000000000000000000000000 P ac68824ae9e7460eb953679df27685af [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "ac68824ae9e7460eb953679df27685af" member_type: VOTER }
I20260608 12:41:30.591871  9634 raft_consensus.cc:399] T 00000000000000000000000000000000 P ac68824ae9e7460eb953679df27685af [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:30.592057  9634 raft_consensus.cc:493] T 00000000000000000000000000000000 P ac68824ae9e7460eb953679df27685af [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:30.592263  9634 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ac68824ae9e7460eb953679df27685af [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:30.596499  9634 raft_consensus.cc:515] T 00000000000000000000000000000000 P ac68824ae9e7460eb953679df27685af [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ac68824ae9e7460eb953679df27685af" member_type: VOTER }
I20260608 12:41:30.596995  9634 leader_election.cc:304] T 00000000000000000000000000000000 P ac68824ae9e7460eb953679df27685af [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: ac68824ae9e7460eb953679df27685af; no voters: 
I20260608 12:41:30.598019  9634 leader_election.cc:290] T 00000000000000000000000000000000 P ac68824ae9e7460eb953679df27685af [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:30.598407  9637 raft_consensus.cc:2804] T 00000000000000000000000000000000 P ac68824ae9e7460eb953679df27685af [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:30.599668  9637 raft_consensus.cc:697] T 00000000000000000000000000000000 P ac68824ae9e7460eb953679df27685af [term 1 LEADER]: Becoming Leader. State: Replica: ac68824ae9e7460eb953679df27685af, State: Running, Role: LEADER
I20260608 12:41:30.600375  9637 consensus_queue.cc:237] T 00000000000000000000000000000000 P ac68824ae9e7460eb953679df27685af [LEADER]: Queue going to LEADER mode. State: All 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: "ac68824ae9e7460eb953679df27685af" member_type: VOTER }
I20260608 12:41:30.600775  9634 sys_catalog.cc:565] T 00000000000000000000000000000000 P ac68824ae9e7460eb953679df27685af [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:30.604887  9639 sys_catalog.cc:455] T 00000000000000000000000000000000 P ac68824ae9e7460eb953679df27685af [sys.catalog]: SysCatalogTable state changed. Reason: New leader ac68824ae9e7460eb953679df27685af. Latest consensus state: current_term: 1 leader_uuid: "ac68824ae9e7460eb953679df27685af" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ac68824ae9e7460eb953679df27685af" member_type: VOTER } }
I20260608 12:41:30.605607  9639 sys_catalog.cc:458] T 00000000000000000000000000000000 P ac68824ae9e7460eb953679df27685af [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:30.605424  9638 sys_catalog.cc:455] T 00000000000000000000000000000000 P ac68824ae9e7460eb953679df27685af [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "ac68824ae9e7460eb953679df27685af" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ac68824ae9e7460eb953679df27685af" member_type: VOTER } }
I20260608 12:41:30.606127  9638 sys_catalog.cc:458] T 00000000000000000000000000000000 P ac68824ae9e7460eb953679df27685af [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:30.608217  9645 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:30.613319  9645 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:30.616451   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:30.622421  9645 catalog_manager.cc:1382] Generated new cluster ID: ff6377d6fee042ba93b75d7e07f13744
I20260608 12:41:30.622705  9645 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:30.636245  9645 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:30.637625  9645 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:30.651407  9645 catalog_manager.cc:6069] T 00000000000000000000000000000000 P ac68824ae9e7460eb953679df27685af: Generated new TSK 0
I20260608 12:41:30.652012  9645 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:30.684024   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:30.690552  9655 instance_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.691291  9656 instance_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.693032  9658 instance_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.693583   431 server_base.cc:1061] running on GCE node
I20260608 12:41:30.694375   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:30.694557   431 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.694732   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922490694713 us; error 0 us; skew 500 ppm
I20260608 12:41:30.695302   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:30.697690   431 webserver.cc:533] Webserver started at http://127.0.107.193:41293/ using document root <none> and password file <none>
I20260608 12:41:30.698172   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:30.698349   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:30.698601   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:30.699623   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922266998516-431-0/minicluster-data/ts-0-root/instance:
uuid: "18330ecccf38415ead02d81c518a4e12"
format_stamp: "Formatted at 2026-06-08 12:41:30 on dist-test-slave-3g00"
I20260608 12:41:30.704130   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:41:30.707412  9663 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.708084   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260608 12:41:30.708355   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922266998516-431-0/minicluster-data/ts-0-root
uuid: "18330ecccf38415ead02d81c518a4e12"
format_stamp: "Formatted at 2026-06-08 12:41:30 on dist-test-slave-3g00"
I20260608 12:41:30.708592   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922266998516-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922266998516-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922266998516-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.735006   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:30.736192   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:30.737632   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:30.739936   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:30.740127   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:30.740350   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:30.740502   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:30.778258   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:40285
I20260608 12:41:30.778380  9725 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:40285 every 8 connection(s)
I20260608 12:41:30.783496   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:30.790982  9730 instance_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.792564  9731 instance_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.794056  9733 instance_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.795327   431 server_base.cc:1061] running on GCE node
I20260608 12:41:30.796519  9726 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45489
I20260608 12:41:30.796954  9726 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:30.797844  9726 heartbeater.cc:507] Master 127.0.107.254:45489 requested a full tablet report, sending...
I20260608 12:41:30.798314   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:30.798633   431 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.798848   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922490798827 us; error 0 us; skew 500 ppm
I20260608 12:41:30.799654   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:30.800261  9599 ts_manager.cc:194] Registered new tserver with Master: 18330ecccf38415ead02d81c518a4e12 (127.0.107.193:40285)
I20260608 12:41:30.802316   431 webserver.cc:533] Webserver started at http://127.0.107.194:36715/ using document root <none> and password file <none>
I20260608 12:41:30.802615  9599 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35316
I20260608 12:41:30.802886   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:30.803135   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:30.803390   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:30.804937   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922266998516-431-0/minicluster-data/ts-1-root/instance:
uuid: "4510a966b6544020914b790b4c60f9ba"
format_stamp: "Formatted at 2026-06-08 12:41:30 on dist-test-slave-3g00"
I20260608 12:41:30.809345   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260608 12:41:30.812850  9738 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.813714   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:41:30.814008   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922266998516-431-0/minicluster-data/ts-1-root
uuid: "4510a966b6544020914b790b4c60f9ba"
format_stamp: "Formatted at 2026-06-08 12:41:30 on dist-test-slave-3g00"
I20260608 12:41:30.814296   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922266998516-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922266998516-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922266998516-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.828240   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:30.829533   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:30.830971   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:30.833257   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:30.833458   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:30.833689   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:30.833848   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:30.873889   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:45743
I20260608 12:41:30.874040  9800 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:45743 every 8 connection(s)
I20260608 12:41:30.878866   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:30.886689  9804 instance_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.888784  9805 instance_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.889519   431 server_base.cc:1061] running on GCE node
W20260608 12:41:30.890892  9807 instance_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.891896   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:41:30.891952  9801 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45489
W20260608 12:41:30.892163   431 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.892397   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922490892376 us; error 0 us; skew 500 ppm
I20260608 12:41:30.892436  9801 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:30.893078   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:30.893342  9801 heartbeater.cc:507] Master 127.0.107.254:45489 requested a full tablet report, sending...
I20260608 12:41:30.895668  9599 ts_manager.cc:194] Registered new tserver with Master: 4510a966b6544020914b790b4c60f9ba (127.0.107.194:45743)
I20260608 12:41:30.895696   431 webserver.cc:533] Webserver started at http://127.0.107.195:37623/ using document root <none> and password file <none>
I20260608 12:41:30.896440   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:30.896627   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:30.896903   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:30.897341  9599 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35324
I20260608 12:41:30.898063   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922266998516-431-0/minicluster-data/ts-2-root/instance:
uuid: "e11c258e77ef4aada71ffd1261b24f7b"
format_stamp: "Formatted at 2026-06-08 12:41:30 on dist-test-slave-3g00"
I20260608 12:41:30.902659   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260608 12:41:30.905861  9812 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.906633   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:41:30.906905   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922266998516-431-0/minicluster-data/ts-2-root
uuid: "e11c258e77ef4aada71ffd1261b24f7b"
format_stamp: "Formatted at 2026-06-08 12:41:30 on dist-test-slave-3g00"
I20260608 12:41:30.907146   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922266998516-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922266998516-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922266998516-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.929481   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:30.930599   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:30.931993   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:30.934317   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:30.934514   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:30.934731   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:30.934897   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:30.976612   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:45471
I20260608 12:41:30.976714  9874 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:45471 every 8 connection(s)
I20260608 12:41:30.990356  9875 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45489
I20260608 12:41:30.990777  9875 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:30.991472  9875 heartbeater.cc:507] Master 127.0.107.254:45489 requested a full tablet report, sending...
I20260608 12:41:30.993563  9599 ts_manager.cc:194] Registered new tserver with Master: e11c258e77ef4aada71ffd1261b24f7b (127.0.107.195:45471)
I20260608 12:41:30.994432   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014493851s
I20260608 12:41:30.995026  9599 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35334
I20260608 12:41:31.805550  9726 heartbeater.cc:499] Master 127.0.107.254:45489 was elected leader, sending a full tablet report...
I20260608 12:41:31.899729  9801 heartbeater.cc:499] Master 127.0.107.254:45489 was elected leader, sending a full tablet report...
I20260608 12:41:31.998024  9875 heartbeater.cc:499] Master 127.0.107.254:45489 was elected leader, sending a full tablet report...
I20260608 12:41:32.050725  9599 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:35346:
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:32.052723  9599 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:32.097429  9766 tablet_service.cc:1511] Processing CreateTablet for tablet 00a4ed0da82047fe94b7a0906d09e06f (DEFAULT_TABLE table=test-workload [id=560518d976d5411e88bd77f00971e1d6]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:32.098826  9766 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00a4ed0da82047fe94b7a0906d09e06f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:32.100351  9840 tablet_service.cc:1511] Processing CreateTablet for tablet 00a4ed0da82047fe94b7a0906d09e06f (DEFAULT_TABLE table=test-workload [id=560518d976d5411e88bd77f00971e1d6]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:32.101716  9840 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00a4ed0da82047fe94b7a0906d09e06f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:32.107492  9691 tablet_service.cc:1511] Processing CreateTablet for tablet 00a4ed0da82047fe94b7a0906d09e06f (DEFAULT_TABLE table=test-workload [id=560518d976d5411e88bd77f00971e1d6]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:32.108873  9691 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00a4ed0da82047fe94b7a0906d09e06f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:32.118432  9896 tablet_bootstrap.cc:492] T 00a4ed0da82047fe94b7a0906d09e06f P e11c258e77ef4aada71ffd1261b24f7b: Bootstrap starting.
I20260608 12:41:32.119524  9895 tablet_bootstrap.cc:492] T 00a4ed0da82047fe94b7a0906d09e06f P 4510a966b6544020914b790b4c60f9ba: Bootstrap starting.
I20260608 12:41:32.126402  9895 tablet_bootstrap.cc:654] T 00a4ed0da82047fe94b7a0906d09e06f P 4510a966b6544020914b790b4c60f9ba: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:32.126871  9896 tablet_bootstrap.cc:654] T 00a4ed0da82047fe94b7a0906d09e06f P e11c258e77ef4aada71ffd1261b24f7b: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:32.127948  9897 tablet_bootstrap.cc:492] T 00a4ed0da82047fe94b7a0906d09e06f P 18330ecccf38415ead02d81c518a4e12: Bootstrap starting.
I20260608 12:41:32.132404  9895 tablet_bootstrap.cc:492] T 00a4ed0da82047fe94b7a0906d09e06f P 4510a966b6544020914b790b4c60f9ba: No bootstrap required, opened a new log
I20260608 12:41:32.132973  9896 tablet_bootstrap.cc:492] T 00a4ed0da82047fe94b7a0906d09e06f P e11c258e77ef4aada71ffd1261b24f7b: No bootstrap required, opened a new log
I20260608 12:41:32.132982  9895 ts_tablet_manager.cc:1403] T 00a4ed0da82047fe94b7a0906d09e06f P 4510a966b6544020914b790b4c60f9ba: Time spent bootstrapping tablet: real 0.014s	user 0.013s	sys 0.000s
I20260608 12:41:32.133708  9896 ts_tablet_manager.cc:1403] T 00a4ed0da82047fe94b7a0906d09e06f P e11c258e77ef4aada71ffd1261b24f7b: Time spent bootstrapping tablet: real 0.016s	user 0.009s	sys 0.004s
I20260608 12:41:32.135931  9897 tablet_bootstrap.cc:654] T 00a4ed0da82047fe94b7a0906d09e06f P 18330ecccf38415ead02d81c518a4e12: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:32.136472  9895 raft_consensus.cc:359] T 00a4ed0da82047fe94b7a0906d09e06f P 4510a966b6544020914b790b4c60f9ba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4510a966b6544020914b790b4c60f9ba" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45743 } } peers { permanent_uuid: "e11c258e77ef4aada71ffd1261b24f7b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45471 } } peers { permanent_uuid: "18330ecccf38415ead02d81c518a4e12" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40285 } }
I20260608 12:41:32.136719  9896 raft_consensus.cc:359] T 00a4ed0da82047fe94b7a0906d09e06f P e11c258e77ef4aada71ffd1261b24f7b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4510a966b6544020914b790b4c60f9ba" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45743 } } peers { permanent_uuid: "e11c258e77ef4aada71ffd1261b24f7b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45471 } } peers { permanent_uuid: "18330ecccf38415ead02d81c518a4e12" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40285 } }
I20260608 12:41:32.137308  9895 raft_consensus.cc:385] T 00a4ed0da82047fe94b7a0906d09e06f P 4510a966b6544020914b790b4c60f9ba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:32.137472  9896 raft_consensus.cc:385] T 00a4ed0da82047fe94b7a0906d09e06f P e11c258e77ef4aada71ffd1261b24f7b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:32.137670  9895 raft_consensus.cc:740] T 00a4ed0da82047fe94b7a0906d09e06f P 4510a966b6544020914b790b4c60f9ba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4510a966b6544020914b790b4c60f9ba, State: Initialized, Role: FOLLOWER
I20260608 12:41:32.137831  9896 raft_consensus.cc:740] T 00a4ed0da82047fe94b7a0906d09e06f P e11c258e77ef4aada71ffd1261b24f7b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e11c258e77ef4aada71ffd1261b24f7b, State: Initialized, Role: FOLLOWER
I20260608 12:41:32.138667  9895 consensus_queue.cc:260] T 00a4ed0da82047fe94b7a0906d09e06f P 4510a966b6544020914b790b4c60f9ba [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4510a966b6544020914b790b4c60f9ba" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45743 } } peers { permanent_uuid: "e11c258e77ef4aada71ffd1261b24f7b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45471 } } peers { permanent_uuid: "18330ecccf38415ead02d81c518a4e12" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40285 } }
I20260608 12:41:32.138660  9896 consensus_queue.cc:260] T 00a4ed0da82047fe94b7a0906d09e06f P e11c258e77ef4aada71ffd1261b24f7b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4510a966b6544020914b790b4c60f9ba" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45743 } } peers { permanent_uuid: "e11c258e77ef4aada71ffd1261b24f7b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45471 } } peers { permanent_uuid: "18330ecccf38415ead02d81c518a4e12" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40285 } }
I20260608 12:41:32.140547  9897 tablet_bootstrap.cc:492] T 00a4ed0da82047fe94b7a0906d09e06f P 18330ecccf38415ead02d81c518a4e12: No bootstrap required, opened a new log
I20260608 12:41:32.141230  9897 ts_tablet_manager.cc:1403] T 00a4ed0da82047fe94b7a0906d09e06f P 18330ecccf38415ead02d81c518a4e12: Time spent bootstrapping tablet: real 0.014s	user 0.005s	sys 0.007s
I20260608 12:41:32.142053  9895 ts_tablet_manager.cc:1434] T 00a4ed0da82047fe94b7a0906d09e06f P 4510a966b6544020914b790b4c60f9ba: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.004s
I20260608 12:41:32.142688  9896 ts_tablet_manager.cc:1434] T 00a4ed0da82047fe94b7a0906d09e06f P e11c258e77ef4aada71ffd1261b24f7b: Time spent starting tablet: real 0.009s	user 0.001s	sys 0.006s
I20260608 12:41:32.144451  9897 raft_consensus.cc:359] T 00a4ed0da82047fe94b7a0906d09e06f P 18330ecccf38415ead02d81c518a4e12 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4510a966b6544020914b790b4c60f9ba" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45743 } } peers { permanent_uuid: "e11c258e77ef4aada71ffd1261b24f7b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45471 } } peers { permanent_uuid: "18330ecccf38415ead02d81c518a4e12" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40285 } }
I20260608 12:41:32.145153  9897 raft_consensus.cc:385] T 00a4ed0da82047fe94b7a0906d09e06f P 18330ecccf38415ead02d81c518a4e12 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:32.145489  9897 raft_consensus.cc:740] T 00a4ed0da82047fe94b7a0906d09e06f P 18330ecccf38415ead02d81c518a4e12 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 18330ecccf38415ead02d81c518a4e12, State: Initialized, Role: FOLLOWER
I20260608 12:41:32.146425  9897 consensus_queue.cc:260] T 00a4ed0da82047fe94b7a0906d09e06f P 18330ecccf38415ead02d81c518a4e12 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4510a966b6544020914b790b4c60f9ba" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45743 } } peers { permanent_uuid: "e11c258e77ef4aada71ffd1261b24f7b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45471 } } peers { permanent_uuid: "18330ecccf38415ead02d81c518a4e12" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40285 } }
I20260608 12:41:32.149081  9897 ts_tablet_manager.cc:1434] T 00a4ed0da82047fe94b7a0906d09e06f P 18330ecccf38415ead02d81c518a4e12: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:41:32.240775  9903 raft_consensus.cc:493] T 00a4ed0da82047fe94b7a0906d09e06f P 18330ecccf38415ead02d81c518a4e12 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:32.241271  9903 raft_consensus.cc:515] T 00a4ed0da82047fe94b7a0906d09e06f P 18330ecccf38415ead02d81c518a4e12 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4510a966b6544020914b790b4c60f9ba" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45743 } } peers { permanent_uuid: "e11c258e77ef4aada71ffd1261b24f7b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45471 } } peers { permanent_uuid: "18330ecccf38415ead02d81c518a4e12" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40285 } }
I20260608 12:41:32.243490  9903 leader_election.cc:290] T 00a4ed0da82047fe94b7a0906d09e06f P 18330ecccf38415ead02d81c518a4e12 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4510a966b6544020914b790b4c60f9ba (127.0.107.194:45743), e11c258e77ef4aada71ffd1261b24f7b (127.0.107.195:45471)
I20260608 12:41:32.253398  9776 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00a4ed0da82047fe94b7a0906d09e06f" candidate_uuid: "18330ecccf38415ead02d81c518a4e12" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4510a966b6544020914b790b4c60f9ba" is_pre_election: true
I20260608 12:41:32.254046  9776 raft_consensus.cc:2468] T 00a4ed0da82047fe94b7a0906d09e06f P 4510a966b6544020914b790b4c60f9ba [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 18330ecccf38415ead02d81c518a4e12 in term 0.
I20260608 12:41:32.255265  9850 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00a4ed0da82047fe94b7a0906d09e06f" candidate_uuid: "18330ecccf38415ead02d81c518a4e12" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e11c258e77ef4aada71ffd1261b24f7b" is_pre_election: true
I20260608 12:41:32.255318  9665 leader_election.cc:304] T 00a4ed0da82047fe94b7a0906d09e06f P 18330ecccf38415ead02d81c518a4e12 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 18330ecccf38415ead02d81c518a4e12, 4510a966b6544020914b790b4c60f9ba; no voters: 
I20260608 12:41:32.255914  9850 raft_consensus.cc:2468] T 00a4ed0da82047fe94b7a0906d09e06f P e11c258e77ef4aada71ffd1261b24f7b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 18330ecccf38415ead02d81c518a4e12 in term 0.
I20260608 12:41:32.256178  9903 raft_consensus.cc:2804] T 00a4ed0da82047fe94b7a0906d09e06f P 18330ecccf38415ead02d81c518a4e12 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:32.256608  9903 raft_consensus.cc:493] T 00a4ed0da82047fe94b7a0906d09e06f P 18330ecccf38415ead02d81c518a4e12 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:32.256997  9903 raft_consensus.cc:3060] T 00a4ed0da82047fe94b7a0906d09e06f P 18330ecccf38415ead02d81c518a4e12 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:32.262521  9903 raft_consensus.cc:515] T 00a4ed0da82047fe94b7a0906d09e06f P 18330ecccf38415ead02d81c518a4e12 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4510a966b6544020914b790b4c60f9ba" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45743 } } peers { permanent_uuid: "e11c258e77ef4aada71ffd1261b24f7b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45471 } } peers { permanent_uuid: "18330ecccf38415ead02d81c518a4e12" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40285 } }
I20260608 12:41:32.264232  9903 leader_election.cc:290] T 00a4ed0da82047fe94b7a0906d09e06f P 18330ecccf38415ead02d81c518a4e12 [CANDIDATE]: Term 1 election: Requested vote from peers 4510a966b6544020914b790b4c60f9ba (127.0.107.194:45743), e11c258e77ef4aada71ffd1261b24f7b (127.0.107.195:45471)
I20260608 12:41:32.264997  9776 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00a4ed0da82047fe94b7a0906d09e06f" candidate_uuid: "18330ecccf38415ead02d81c518a4e12" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4510a966b6544020914b790b4c60f9ba"
I20260608 12:41:32.265324  9850 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00a4ed0da82047fe94b7a0906d09e06f" candidate_uuid: "18330ecccf38415ead02d81c518a4e12" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e11c258e77ef4aada71ffd1261b24f7b"
I20260608 12:41:32.265520  9776 raft_consensus.cc:3060] T 00a4ed0da82047fe94b7a0906d09e06f P 4510a966b6544020914b790b4c60f9ba [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:32.265838  9850 raft_consensus.cc:3060] T 00a4ed0da82047fe94b7a0906d09e06f P e11c258e77ef4aada71ffd1261b24f7b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:32.270615  9776 raft_consensus.cc:2468] T 00a4ed0da82047fe94b7a0906d09e06f P 4510a966b6544020914b790b4c60f9ba [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 18330ecccf38415ead02d81c518a4e12 in term 1.
I20260608 12:41:32.270694  9850 raft_consensus.cc:2468] T 00a4ed0da82047fe94b7a0906d09e06f P e11c258e77ef4aada71ffd1261b24f7b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 18330ecccf38415ead02d81c518a4e12 in term 1.
I20260608 12:41:32.271710  9665 leader_election.cc:304] T 00a4ed0da82047fe94b7a0906d09e06f P 18330ecccf38415ead02d81c518a4e12 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 18330ecccf38415ead02d81c518a4e12, 4510a966b6544020914b790b4c60f9ba; no voters: 
I20260608 12:41:32.272535  9903 raft_consensus.cc:2804] T 00a4ed0da82047fe94b7a0906d09e06f P 18330ecccf38415ead02d81c518a4e12 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:32.273568  9903 raft_consensus.cc:697] T 00a4ed0da82047fe94b7a0906d09e06f P 18330ecccf38415ead02d81c518a4e12 [term 1 LEADER]: Becoming Leader. State: Replica: 18330ecccf38415ead02d81c518a4e12, State: Running, Role: LEADER
I20260608 12:41:32.274314  9903 consensus_queue.cc:237] T 00a4ed0da82047fe94b7a0906d09e06f P 18330ecccf38415ead02d81c518a4e12 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4510a966b6544020914b790b4c60f9ba" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45743 } } peers { permanent_uuid: "e11c258e77ef4aada71ffd1261b24f7b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45471 } } peers { permanent_uuid: "18330ecccf38415ead02d81c518a4e12" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40285 } }
I20260608 12:41:32.281792  9597 catalog_manager.cc:5696] T 00a4ed0da82047fe94b7a0906d09e06f P 18330ecccf38415ead02d81c518a4e12 reported cstate change: term changed from 0 to 1, leader changed from <none> to 18330ecccf38415ead02d81c518a4e12 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "18330ecccf38415ead02d81c518a4e12" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4510a966b6544020914b790b4c60f9ba" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45743 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e11c258e77ef4aada71ffd1261b24f7b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45471 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "18330ecccf38415ead02d81c518a4e12" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40285 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:32.371783  9850 raft_consensus.cc:1275] T 00a4ed0da82047fe94b7a0906d09e06f P e11c258e77ef4aada71ffd1261b24f7b [term 1 FOLLOWER]: Refusing update from remote peer 18330ecccf38415ead02d81c518a4e12: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:32.373065  9776 raft_consensus.cc:1275] T 00a4ed0da82047fe94b7a0906d09e06f P 4510a966b6544020914b790b4c60f9ba [term 1 FOLLOWER]: Refusing update from remote peer 18330ecccf38415ead02d81c518a4e12: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:32.374012  9903 consensus_queue.cc:1048] T 00a4ed0da82047fe94b7a0906d09e06f P 18330ecccf38415ead02d81c518a4e12 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e11c258e77ef4aada71ffd1261b24f7b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:32.375010  9906 consensus_queue.cc:1048] T 00a4ed0da82047fe94b7a0906d09e06f P 18330ecccf38415ead02d81c518a4e12 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4510a966b6544020914b790b4c60f9ba" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45743 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:32.800593   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:32.821406   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:32.822070   431 tablet_replica.cc:333] T 00a4ed0da82047fe94b7a0906d09e06f P 18330ecccf38415ead02d81c518a4e12: stopping tablet replica
I20260608 12:41:32.822631   431 raft_consensus.cc:2243] T 00a4ed0da82047fe94b7a0906d09e06f P 18330ecccf38415ead02d81c518a4e12 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:32.823503   431 raft_consensus.cc:2272] T 00a4ed0da82047fe94b7a0906d09e06f P 18330ecccf38415ead02d81c518a4e12 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:32.844233   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:32.853523   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:32.872449   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:32.873131   431 tablet_replica.cc:333] T 00a4ed0da82047fe94b7a0906d09e06f P 4510a966b6544020914b790b4c60f9ba: stopping tablet replica
I20260608 12:41:32.873687   431 raft_consensus.cc:2243] T 00a4ed0da82047fe94b7a0906d09e06f P 4510a966b6544020914b790b4c60f9ba [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:32.874238   431 raft_consensus.cc:2272] T 00a4ed0da82047fe94b7a0906d09e06f P 4510a966b6544020914b790b4c60f9ba [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:32.894089   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:32.903199   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:32.923034   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:32.923663   431 tablet_replica.cc:333] T 00a4ed0da82047fe94b7a0906d09e06f P e11c258e77ef4aada71ffd1261b24f7b: stopping tablet replica
I20260608 12:41:32.924198   431 raft_consensus.cc:2243] T 00a4ed0da82047fe94b7a0906d09e06f P e11c258e77ef4aada71ffd1261b24f7b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:32.924908   431 raft_consensus.cc:2272] T 00a4ed0da82047fe94b7a0906d09e06f P e11c258e77ef4aada71ffd1261b24f7b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:32.944959   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:32.954309   431 master.cc:562] Master@127.0.107.254:45489 shutting down...
I20260608 12:41:32.971933   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P ac68824ae9e7460eb953679df27685af [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:32.972457   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P ac68824ae9e7460eb953679df27685af [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:32.972766   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P ac68824ae9e7460eb953679df27685af: stopping tablet replica
I20260608 12:41:32.990962   431 master.cc:584] Master@127.0.107.254:45489 shutdown complete.
[       OK ] AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap (2524 ms)
[ RUN      ] AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash
I20260608 12:41:33.018687   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:33979
I20260608 12:41:33.019954   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:33.025416  9927 instance_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:33.026280  9928 instance_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:33.028024  9930 instance_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:33.028600   431 server_base.cc:1061] running on GCE node
I20260608 12:41:33.029397   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:33.029578   431 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:33.029736   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922493029717 us; error 0 us; skew 500 ppm
I20260608 12:41:33.030326   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:33.032673   431 webserver.cc:533] Webserver started at http://127.0.107.254:32803/ using document root <none> and password file <none>
I20260608 12:41:33.033232   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:33.033443   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:33.033707   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:33.034787   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922266998516-431-0/minicluster-data/master-0-root/instance:
uuid: "182775d4d69b47d8a1476dd69fd89a25"
format_stamp: "Formatted at 2026-06-08 12:41:33 on dist-test-slave-3g00"
I20260608 12:41:33.039280   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:41:33.042995  9935 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:33.043725   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:33.044027   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922266998516-431-0/minicluster-data/master-0-root
uuid: "182775d4d69b47d8a1476dd69fd89a25"
format_stamp: "Formatted at 2026-06-08 12:41:33 on dist-test-slave-3g00"
I20260608 12:41:33.044284   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922266998516-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922266998516-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922266998516-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:33.068693   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:33.069757   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:33.106093   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:33979
I20260608 12:41:33.106199  9986 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:33979 every 8 connection(s)
I20260608 12:41:33.110733  9987 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:33.120887  9987 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 182775d4d69b47d8a1476dd69fd89a25: Bootstrap starting.
I20260608 12:41:33.125276  9987 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 182775d4d69b47d8a1476dd69fd89a25: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:33.129112  9987 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 182775d4d69b47d8a1476dd69fd89a25: No bootstrap required, opened a new log
I20260608 12:41:33.131148  9987 raft_consensus.cc:359] T 00000000000000000000000000000000 P 182775d4d69b47d8a1476dd69fd89a25 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "182775d4d69b47d8a1476dd69fd89a25" member_type: VOTER }
I20260608 12:41:33.131502  9987 raft_consensus.cc:385] T 00000000000000000000000000000000 P 182775d4d69b47d8a1476dd69fd89a25 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:33.131682  9987 raft_consensus.cc:740] T 00000000000000000000000000000000 P 182775d4d69b47d8a1476dd69fd89a25 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 182775d4d69b47d8a1476dd69fd89a25, State: Initialized, Role: FOLLOWER
I20260608 12:41:33.132195  9987 consensus_queue.cc:260] T 00000000000000000000000000000000 P 182775d4d69b47d8a1476dd69fd89a25 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "182775d4d69b47d8a1476dd69fd89a25" member_type: VOTER }
I20260608 12:41:33.132589  9987 raft_consensus.cc:399] T 00000000000000000000000000000000 P 182775d4d69b47d8a1476dd69fd89a25 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:33.132776  9987 raft_consensus.cc:493] T 00000000000000000000000000000000 P 182775d4d69b47d8a1476dd69fd89a25 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:33.133050  9987 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 182775d4d69b47d8a1476dd69fd89a25 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:33.137418  9987 raft_consensus.cc:515] T 00000000000000000000000000000000 P 182775d4d69b47d8a1476dd69fd89a25 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "182775d4d69b47d8a1476dd69fd89a25" member_type: VOTER }
I20260608 12:41:33.137879  9987 leader_election.cc:304] T 00000000000000000000000000000000 P 182775d4d69b47d8a1476dd69fd89a25 [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: 182775d4d69b47d8a1476dd69fd89a25; no voters: 
I20260608 12:41:33.138896  9987 leader_election.cc:290] T 00000000000000000000000000000000 P 182775d4d69b47d8a1476dd69fd89a25 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:33.139230  9990 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 182775d4d69b47d8a1476dd69fd89a25 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:33.140528  9990 raft_consensus.cc:697] T 00000000000000000000000000000000 P 182775d4d69b47d8a1476dd69fd89a25 [term 1 LEADER]: Becoming Leader. State: Replica: 182775d4d69b47d8a1476dd69fd89a25, State: Running, Role: LEADER
I20260608 12:41:33.141256  9990 consensus_queue.cc:237] T 00000000000000000000000000000000 P 182775d4d69b47d8a1476dd69fd89a25 [LEADER]: Queue going to LEADER mode. State: All 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: "182775d4d69b47d8a1476dd69fd89a25" member_type: VOTER }
I20260608 12:41:33.141673  9987 sys_catalog.cc:565] T 00000000000000000000000000000000 P 182775d4d69b47d8a1476dd69fd89a25 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:33.145457  9991 sys_catalog.cc:455] T 00000000000000000000000000000000 P 182775d4d69b47d8a1476dd69fd89a25 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "182775d4d69b47d8a1476dd69fd89a25" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "182775d4d69b47d8a1476dd69fd89a25" member_type: VOTER } }
I20260608 12:41:33.146109  9991 sys_catalog.cc:458] T 00000000000000000000000000000000 P 182775d4d69b47d8a1476dd69fd89a25 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:33.146173  9992 sys_catalog.cc:455] T 00000000000000000000000000000000 P 182775d4d69b47d8a1476dd69fd89a25 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 182775d4d69b47d8a1476dd69fd89a25. Latest consensus state: current_term: 1 leader_uuid: "182775d4d69b47d8a1476dd69fd89a25" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "182775d4d69b47d8a1476dd69fd89a25" member_type: VOTER } }
I20260608 12:41:33.146981  9992 sys_catalog.cc:458] T 00000000000000000000000000000000 P 182775d4d69b47d8a1476dd69fd89a25 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:33.150827  9998 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:33.155516  9998 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:33.156454   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:33.164763  9998 catalog_manager.cc:1382] Generated new cluster ID: 69f8078f2b6d4118b1f75f02e2ba2d72
I20260608 12:41:33.165046  9998 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:33.191692  9998 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:33.193001  9998 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:33.208326  9998 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 182775d4d69b47d8a1476dd69fd89a25: Generated new TSK 0
I20260608 12:41:33.208952  9998 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:33.222944   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:33.229285 10008 instance_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:33.229811 10009 instance_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:33.232538 10011 instance_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:33.232571   431 server_base.cc:1061] running on GCE node
I20260608 12:41:33.234331   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:33.234515   431 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:33.234643   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922493234632 us; error 0 us; skew 500 ppm
I20260608 12:41:33.235175   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:33.237444   431 webserver.cc:533] Webserver started at http://127.0.107.193:41315/ using document root <none> and password file <none>
I20260608 12:41:33.237913   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:33.238071   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:33.238278   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:33.239295   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922266998516-431-0/minicluster-data/ts-0-root/instance:
uuid: "f25ccf4459d7424a9d4edae082857d8d"
format_stamp: "Formatted at 2026-06-08 12:41:33 on dist-test-slave-3g00"
I20260608 12:41:33.243808   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:41:33.247185 10016 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:33.247921   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:33.248172   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922266998516-431-0/minicluster-data/ts-0-root
uuid: "f25ccf4459d7424a9d4edae082857d8d"
format_stamp: "Formatted at 2026-06-08 12:41:33 on dist-test-slave-3g00"
I20260608 12:41:33.248407   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922266998516-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922266998516-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922266998516-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:33.259667   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:33.260718   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:33.262089   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:33.264387   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:33.264576   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:33.264840   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:33.264997   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:41:33.305222   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:36317
I20260608 12:41:33.305341 10078 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:36317 every 8 connection(s)
I20260608 12:41:33.310115   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:33.318192 10083 instance_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:33.319161 10084 instance_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:33.322489   431 server_base.cc:1061] running on GCE node
W20260608 12:41:33.323175 10086 instance_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:33.324105   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:33.324339   431 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:33.324510   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922493324492 us; error 0 us; skew 500 ppm
I20260608 12:41:33.325099   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:33.327756 10079 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33979
I20260608 12:41:33.327853   431 webserver.cc:533] Webserver started at http://127.0.107.194:45805/ using document root <none> and password file <none>
I20260608 12:41:33.328095 10079 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:33.328508   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:33.328732   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:33.328869 10079 heartbeater.cc:507] Master 127.0.107.254:33979 requested a full tablet report, sending...
I20260608 12:41:33.329008   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:33.330343   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922266998516-431-0/minicluster-data/ts-1-root/instance:
uuid: "f28b97d02c0247778f3677e4e6d4bc6e"
format_stamp: "Formatted at 2026-06-08 12:41:33 on dist-test-slave-3g00"
I20260608 12:41:33.331110  9952 ts_manager.cc:194] Registered new tserver with Master: f25ccf4459d7424a9d4edae082857d8d (127.0.107.193:36317)
I20260608 12:41:33.333643  9952 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48860
I20260608 12:41:33.336230   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.001s
I20260608 12:41:33.339598 10091 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:33.340309   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:33.340584   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922266998516-431-0/minicluster-data/ts-1-root
uuid: "f28b97d02c0247778f3677e4e6d4bc6e"
format_stamp: "Formatted at 2026-06-08 12:41:33 on dist-test-slave-3g00"
I20260608 12:41:33.340848   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922266998516-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922266998516-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922266998516-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:33.355048   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:33.356073   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:33.357501   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:33.359741   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:33.359957   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:33.360222   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:33.360435   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:33.399458   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:45051
I20260608 12:41:33.399572 10153 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:45051 every 8 connection(s)
I20260608 12:41:33.404254   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:33.410687 10157 instance_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:33.412302 10158 instance_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:33.414600   431 server_base.cc:1061] running on GCE node
W20260608 12:41:33.414904 10160 instance_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:33.415894 10154 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33979
I20260608 12:41:33.415915   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:33.416502   431 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:33.416533 10154 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:33.416864   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922493416842 us; error 0 us; skew 500 ppm
I20260608 12:41:33.417585 10154 heartbeater.cc:507] Master 127.0.107.254:33979 requested a full tablet report, sending...
I20260608 12:41:33.417757   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:33.420017  9952 ts_manager.cc:194] Registered new tserver with Master: f28b97d02c0247778f3677e4e6d4bc6e (127.0.107.194:45051)
I20260608 12:41:33.420590   431 webserver.cc:533] Webserver started at http://127.0.107.195:34625/ using document root <none> and password file <none>
I20260608 12:41:33.421168   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:33.421351   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:33.421593   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:33.421576  9952 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48874
I20260608 12:41:33.423020   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922266998516-431-0/minicluster-data/ts-2-root/instance:
uuid: "9c5ac152d843488c93dca728f92bc98e"
format_stamp: "Formatted at 2026-06-08 12:41:33 on dist-test-slave-3g00"
I20260608 12:41:33.427362   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:41:33.430802 10165 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:33.431569   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:33.431850   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922266998516-431-0/minicluster-data/ts-2-root
uuid: "9c5ac152d843488c93dca728f92bc98e"
format_stamp: "Formatted at 2026-06-08 12:41:33 on dist-test-slave-3g00"
I20260608 12:41:33.432107   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922266998516-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922266998516-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922266998516-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:33.444247   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:33.445279   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:33.446633   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:33.448786   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:33.449016   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:33.449229   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:33.449388   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:33.486307   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:37927
I20260608 12:41:33.486418 10227 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:37927 every 8 connection(s)
I20260608 12:41:33.499264 10228 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33979
I20260608 12:41:33.499651 10228 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:33.500272 10228 heartbeater.cc:507] Master 127.0.107.254:33979 requested a full tablet report, sending...
I20260608 12:41:33.502116  9952 ts_manager.cc:194] Registered new tserver with Master: 9c5ac152d843488c93dca728f92bc98e (127.0.107.195:37927)
I20260608 12:41:33.502858   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013300409s
I20260608 12:41:33.503423  9952 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48882
I20260608 12:41:34.336503 10079 heartbeater.cc:499] Master 127.0.107.254:33979 was elected leader, sending a full tablet report...
I20260608 12:41:34.424232 10154 heartbeater.cc:499] Master 127.0.107.254:33979 was elected leader, sending a full tablet report...
I20260608 12:41:34.505867 10228 heartbeater.cc:499] Master 127.0.107.254:33979 was elected leader, sending a full tablet report...
I20260608 12:41:34.559026  9952 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:48896:
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:41:34.627169 10119 tablet_service.cc:1511] Processing CreateTablet for tablet 3ce07986422648c28bcfc1fd63829d2a (DEFAULT_TABLE table=test-workload [id=27ecd4470fb74768888ffacfccd9066a]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:41:34.627398 10118 tablet_service.cc:1511] Processing CreateTablet for tablet d772892ca64b49f39a3923e377b75cb0 (DEFAULT_TABLE table=test-workload [id=27ecd4470fb74768888ffacfccd9066a]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:41:34.628650 10119 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3ce07986422648c28bcfc1fd63829d2a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:34.629482 10193 tablet_service.cc:1511] Processing CreateTablet for tablet 0cdcc6dcfb0c42fb9c796faadfd7397d (DEFAULT_TABLE table=test-workload [id=27ecd4470fb74768888ffacfccd9066a]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:41:34.630810 10193 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0cdcc6dcfb0c42fb9c796faadfd7397d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:34.631582 10044 tablet_service.cc:1511] Processing CreateTablet for tablet 83eebe775dd348bcaa2d5b99a6bc25bf (DEFAULT_TABLE table=test-workload [id=27ecd4470fb74768888ffacfccd9066a]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:41:34.632092 10118 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d772892ca64b49f39a3923e377b75cb0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:34.632444 10043 tablet_service.cc:1511] Processing CreateTablet for tablet c6d0fdd019a44eefb3685eb1d3382bb0 (DEFAULT_TABLE table=test-workload [id=27ecd4470fb74768888ffacfccd9066a]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:41:34.633001 10044 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 83eebe775dd348bcaa2d5b99a6bc25bf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:34.635237 10043 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c6d0fdd019a44eefb3685eb1d3382bb0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:34.635579 10192 tablet_service.cc:1511] Processing CreateTablet for tablet caa2f73206e44bb192e8fa06fae0cef3 (DEFAULT_TABLE table=test-workload [id=27ecd4470fb74768888ffacfccd9066a]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:41:34.636890 10192 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet caa2f73206e44bb192e8fa06fae0cef3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:34.657460 10248 tablet_bootstrap.cc:492] T 83eebe775dd348bcaa2d5b99a6bc25bf P f25ccf4459d7424a9d4edae082857d8d: Bootstrap starting.
I20260608 12:41:34.665644 10248 tablet_bootstrap.cc:654] T 83eebe775dd348bcaa2d5b99a6bc25bf P f25ccf4459d7424a9d4edae082857d8d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:34.667169 10249 tablet_bootstrap.cc:492] T d772892ca64b49f39a3923e377b75cb0 P f28b97d02c0247778f3677e4e6d4bc6e: Bootstrap starting.
I20260608 12:41:34.670253 10250 tablet_bootstrap.cc:492] T caa2f73206e44bb192e8fa06fae0cef3 P 9c5ac152d843488c93dca728f92bc98e: Bootstrap starting.
I20260608 12:41:34.672570 10248 tablet_bootstrap.cc:492] T 83eebe775dd348bcaa2d5b99a6bc25bf P f25ccf4459d7424a9d4edae082857d8d: No bootstrap required, opened a new log
I20260608 12:41:34.673023 10248 ts_tablet_manager.cc:1403] T 83eebe775dd348bcaa2d5b99a6bc25bf P f25ccf4459d7424a9d4edae082857d8d: Time spent bootstrapping tablet: real 0.016s	user 0.009s	sys 0.003s
I20260608 12:41:34.674297 10249 tablet_bootstrap.cc:654] T d772892ca64b49f39a3923e377b75cb0 P f28b97d02c0247778f3677e4e6d4bc6e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:34.675203 10248 raft_consensus.cc:359] T 83eebe775dd348bcaa2d5b99a6bc25bf P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } }
I20260608 12:41:34.675680 10248 raft_consensus.cc:385] T 83eebe775dd348bcaa2d5b99a6bc25bf P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:34.675900 10248 raft_consensus.cc:740] T 83eebe775dd348bcaa2d5b99a6bc25bf P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f25ccf4459d7424a9d4edae082857d8d, State: Initialized, Role: FOLLOWER
I20260608 12:41:34.676533 10248 consensus_queue.cc:260] T 83eebe775dd348bcaa2d5b99a6bc25bf P f25ccf4459d7424a9d4edae082857d8d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } }
I20260608 12:41:34.677068 10248 raft_consensus.cc:399] T 83eebe775dd348bcaa2d5b99a6bc25bf P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:34.677405 10248 raft_consensus.cc:493] T 83eebe775dd348bcaa2d5b99a6bc25bf P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:34.677806 10250 tablet_bootstrap.cc:654] T caa2f73206e44bb192e8fa06fae0cef3 P 9c5ac152d843488c93dca728f92bc98e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:34.677779 10248 raft_consensus.cc:3060] T 83eebe775dd348bcaa2d5b99a6bc25bf P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:34.679844 10249 tablet_bootstrap.cc:492] T d772892ca64b49f39a3923e377b75cb0 P f28b97d02c0247778f3677e4e6d4bc6e: No bootstrap required, opened a new log
I20260608 12:41:34.680317 10249 ts_tablet_manager.cc:1403] T d772892ca64b49f39a3923e377b75cb0 P f28b97d02c0247778f3677e4e6d4bc6e: Time spent bootstrapping tablet: real 0.014s	user 0.003s	sys 0.008s
I20260608 12:41:34.683391 10250 tablet_bootstrap.cc:492] T caa2f73206e44bb192e8fa06fae0cef3 P 9c5ac152d843488c93dca728f92bc98e: No bootstrap required, opened a new log
I20260608 12:41:34.683449 10249 raft_consensus.cc:359] T d772892ca64b49f39a3923e377b75cb0 P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } }
I20260608 12:41:34.683543 10248 raft_consensus.cc:515] T 83eebe775dd348bcaa2d5b99a6bc25bf P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } }
I20260608 12:41:34.684273 10250 ts_tablet_manager.cc:1403] T caa2f73206e44bb192e8fa06fae0cef3 P 9c5ac152d843488c93dca728f92bc98e: Time spent bootstrapping tablet: real 0.014s	user 0.004s	sys 0.009s
I20260608 12:41:34.684329 10249 raft_consensus.cc:385] T d772892ca64b49f39a3923e377b75cb0 P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:34.684571 10248 leader_election.cc:304] T 83eebe775dd348bcaa2d5b99a6bc25bf P f25ccf4459d7424a9d4edae082857d8d [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: f25ccf4459d7424a9d4edae082857d8d; no voters: 
I20260608 12:41:34.684916 10249 raft_consensus.cc:740] T d772892ca64b49f39a3923e377b75cb0 P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f28b97d02c0247778f3677e4e6d4bc6e, State: Initialized, Role: FOLLOWER
I20260608 12:41:34.685913 10249 consensus_queue.cc:260] T d772892ca64b49f39a3923e377b75cb0 P f28b97d02c0247778f3677e4e6d4bc6e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } }
I20260608 12:41:34.686575 10249 raft_consensus.cc:399] T d772892ca64b49f39a3923e377b75cb0 P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:34.686908 10249 raft_consensus.cc:493] T d772892ca64b49f39a3923e377b75cb0 P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:34.687261 10249 raft_consensus.cc:3060] T d772892ca64b49f39a3923e377b75cb0 P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:34.687587 10250 raft_consensus.cc:359] T caa2f73206e44bb192e8fa06fae0cef3 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:34.688179 10250 raft_consensus.cc:385] T caa2f73206e44bb192e8fa06fae0cef3 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:34.688496 10250 raft_consensus.cc:740] T caa2f73206e44bb192e8fa06fae0cef3 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9c5ac152d843488c93dca728f92bc98e, State: Initialized, Role: FOLLOWER
I20260608 12:41:34.689451 10250 consensus_queue.cc:260] T caa2f73206e44bb192e8fa06fae0cef3 P 9c5ac152d843488c93dca728f92bc98e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:34.690119 10250 raft_consensus.cc:399] T caa2f73206e44bb192e8fa06fae0cef3 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:34.690429 10250 raft_consensus.cc:493] T caa2f73206e44bb192e8fa06fae0cef3 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:34.690805 10250 raft_consensus.cc:3060] T caa2f73206e44bb192e8fa06fae0cef3 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:34.693367 10248 leader_election.cc:290] T 83eebe775dd348bcaa2d5b99a6bc25bf P f25ccf4459d7424a9d4edae082857d8d [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:34.693969 10254 raft_consensus.cc:2804] T 83eebe775dd348bcaa2d5b99a6bc25bf P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:34.694556 10249 raft_consensus.cc:515] T d772892ca64b49f39a3923e377b75cb0 P f28b97d02c0247778f3677e4e6d4bc6e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } }
I20260608 12:41:34.695433 10249 leader_election.cc:304] T d772892ca64b49f39a3923e377b75cb0 P f28b97d02c0247778f3677e4e6d4bc6e [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: f28b97d02c0247778f3677e4e6d4bc6e; no voters: 
I20260608 12:41:34.698242 10250 raft_consensus.cc:515] T caa2f73206e44bb192e8fa06fae0cef3 P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:34.698673 10254 raft_consensus.cc:697] T 83eebe775dd348bcaa2d5b99a6bc25bf P f25ccf4459d7424a9d4edae082857d8d [term 1 LEADER]: Becoming Leader. State: Replica: f25ccf4459d7424a9d4edae082857d8d, State: Running, Role: LEADER
I20260608 12:41:34.699179 10250 leader_election.cc:304] T caa2f73206e44bb192e8fa06fae0cef3 P 9c5ac152d843488c93dca728f92bc98e [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: 9c5ac152d843488c93dca728f92bc98e; no voters: 
I20260608 12:41:34.699757 10254 consensus_queue.cc:237] T 83eebe775dd348bcaa2d5b99a6bc25bf P f25ccf4459d7424a9d4edae082857d8d [LEADER]: Queue going to LEADER mode. State: All 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: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } }
I20260608 12:41:34.702617 10257 raft_consensus.cc:2804] T d772892ca64b49f39a3923e377b75cb0 P f28b97d02c0247778f3677e4e6d4bc6e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:34.703142 10249 leader_election.cc:290] T d772892ca64b49f39a3923e377b75cb0 P f28b97d02c0247778f3677e4e6d4bc6e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:34.703737 10248 ts_tablet_manager.cc:1434] T 83eebe775dd348bcaa2d5b99a6bc25bf P f25ccf4459d7424a9d4edae082857d8d: Time spent starting tablet: real 0.030s	user 0.022s	sys 0.007s
I20260608 12:41:34.705169 10248 tablet_bootstrap.cc:492] T c6d0fdd019a44eefb3685eb1d3382bb0 P f25ccf4459d7424a9d4edae082857d8d: Bootstrap starting.
I20260608 12:41:34.710357 10258 raft_consensus.cc:2804] T caa2f73206e44bb192e8fa06fae0cef3 P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:34.710856 10250 leader_election.cc:290] T caa2f73206e44bb192e8fa06fae0cef3 P 9c5ac152d843488c93dca728f92bc98e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:34.712285 10248 tablet_bootstrap.cc:654] T c6d0fdd019a44eefb3685eb1d3382bb0 P f25ccf4459d7424a9d4edae082857d8d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:34.712793 10249 ts_tablet_manager.cc:1434] T d772892ca64b49f39a3923e377b75cb0 P f28b97d02c0247778f3677e4e6d4bc6e: Time spent starting tablet: real 0.032s	user 0.013s	sys 0.013s
I20260608 12:41:34.714982 10249 tablet_bootstrap.cc:492] T 3ce07986422648c28bcfc1fd63829d2a P f28b97d02c0247778f3677e4e6d4bc6e: Bootstrap starting.
I20260608 12:41:34.716190  9952 catalog_manager.cc:5696] T 83eebe775dd348bcaa2d5b99a6bc25bf P f25ccf4459d7424a9d4edae082857d8d reported cstate change: term changed from 0 to 1, leader changed from <none> to f25ccf4459d7424a9d4edae082857d8d (127.0.107.193). New cstate: current_term: 1 leader_uuid: "f25ccf4459d7424a9d4edae082857d8d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:34.721513 10257 raft_consensus.cc:697] T d772892ca64b49f39a3923e377b75cb0 P f28b97d02c0247778f3677e4e6d4bc6e [term 1 LEADER]: Becoming Leader. State: Replica: f28b97d02c0247778f3677e4e6d4bc6e, State: Running, Role: LEADER
I20260608 12:41:34.721966 10258 raft_consensus.cc:697] T caa2f73206e44bb192e8fa06fae0cef3 P 9c5ac152d843488c93dca728f92bc98e [term 1 LEADER]: Becoming Leader. State: Replica: 9c5ac152d843488c93dca728f92bc98e, State: Running, Role: LEADER
I20260608 12:41:34.722478 10257 consensus_queue.cc:237] T d772892ca64b49f39a3923e377b75cb0 P f28b97d02c0247778f3677e4e6d4bc6e [LEADER]: Queue going to LEADER mode. State: All 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: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } }
I20260608 12:41:34.726923 10250 ts_tablet_manager.cc:1434] T caa2f73206e44bb192e8fa06fae0cef3 P 9c5ac152d843488c93dca728f92bc98e: Time spent starting tablet: real 0.042s	user 0.023s	sys 0.005s
I20260608 12:41:34.723146 10258 consensus_queue.cc:237] T caa2f73206e44bb192e8fa06fae0cef3 P 9c5ac152d843488c93dca728f92bc98e [LEADER]: Queue going to LEADER mode. State: All 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: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:34.728058 10250 tablet_bootstrap.cc:492] T 0cdcc6dcfb0c42fb9c796faadfd7397d P 9c5ac152d843488c93dca728f92bc98e: Bootstrap starting.
I20260608 12:41:34.726390 10249 tablet_bootstrap.cc:654] T 3ce07986422648c28bcfc1fd63829d2a P f28b97d02c0247778f3677e4e6d4bc6e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:34.735554 10250 tablet_bootstrap.cc:654] T 0cdcc6dcfb0c42fb9c796faadfd7397d P 9c5ac152d843488c93dca728f92bc98e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:34.739444 10248 tablet_bootstrap.cc:492] T c6d0fdd019a44eefb3685eb1d3382bb0 P f25ccf4459d7424a9d4edae082857d8d: No bootstrap required, opened a new log
I20260608 12:41:34.743729 10248 ts_tablet_manager.cc:1403] T c6d0fdd019a44eefb3685eb1d3382bb0 P f25ccf4459d7424a9d4edae082857d8d: Time spent bootstrapping tablet: real 0.039s	user 0.012s	sys 0.020s
I20260608 12:41:34.748088 10248 raft_consensus.cc:359] T c6d0fdd019a44eefb3685eb1d3382bb0 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } }
I20260608 12:41:34.748682 10248 raft_consensus.cc:385] T c6d0fdd019a44eefb3685eb1d3382bb0 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:34.749024 10248 raft_consensus.cc:740] T c6d0fdd019a44eefb3685eb1d3382bb0 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f25ccf4459d7424a9d4edae082857d8d, State: Initialized, Role: FOLLOWER
I20260608 12:41:34.749439  9952 catalog_manager.cc:5696] T caa2f73206e44bb192e8fa06fae0cef3 P 9c5ac152d843488c93dca728f92bc98e reported cstate change: term changed from 0 to 1, leader changed from <none> to 9c5ac152d843488c93dca728f92bc98e (127.0.107.195). New cstate: current_term: 1 leader_uuid: "9c5ac152d843488c93dca728f92bc98e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:34.749986 10248 consensus_queue.cc:260] T c6d0fdd019a44eefb3685eb1d3382bb0 P f25ccf4459d7424a9d4edae082857d8d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } }
I20260608 12:41:34.750907 10248 raft_consensus.cc:399] T c6d0fdd019a44eefb3685eb1d3382bb0 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:34.751385 10248 raft_consensus.cc:493] T c6d0fdd019a44eefb3685eb1d3382bb0 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:34.751847 10248 raft_consensus.cc:3060] T c6d0fdd019a44eefb3685eb1d3382bb0 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:34.756850  9951 catalog_manager.cc:5696] T d772892ca64b49f39a3923e377b75cb0 P f28b97d02c0247778f3677e4e6d4bc6e reported cstate change: term changed from 0 to 1, leader changed from <none> to f28b97d02c0247778f3677e4e6d4bc6e (127.0.107.194). New cstate: current_term: 1 leader_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:34.761754 10248 raft_consensus.cc:515] T c6d0fdd019a44eefb3685eb1d3382bb0 P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } }
I20260608 12:41:34.762720 10248 leader_election.cc:304] T c6d0fdd019a44eefb3685eb1d3382bb0 P f25ccf4459d7424a9d4edae082857d8d [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: f25ccf4459d7424a9d4edae082857d8d; no voters: 
I20260608 12:41:34.763378 10248 leader_election.cc:290] T c6d0fdd019a44eefb3685eb1d3382bb0 P f25ccf4459d7424a9d4edae082857d8d [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:34.763840 10255 raft_consensus.cc:2804] T c6d0fdd019a44eefb3685eb1d3382bb0 P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:34.764351 10255 raft_consensus.cc:697] T c6d0fdd019a44eefb3685eb1d3382bb0 P f25ccf4459d7424a9d4edae082857d8d [term 1 LEADER]: Becoming Leader. State: Replica: f25ccf4459d7424a9d4edae082857d8d, State: Running, Role: LEADER
I20260608 12:41:34.765071 10255 consensus_queue.cc:237] T c6d0fdd019a44eefb3685eb1d3382bb0 P f25ccf4459d7424a9d4edae082857d8d [LEADER]: Queue going to LEADER mode. State: All 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: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } }
I20260608 12:41:34.766320 10248 ts_tablet_manager.cc:1434] T c6d0fdd019a44eefb3685eb1d3382bb0 P f25ccf4459d7424a9d4edae082857d8d: Time spent starting tablet: real 0.022s	user 0.016s	sys 0.000s
I20260608 12:41:34.772409 10249 tablet_bootstrap.cc:492] T 3ce07986422648c28bcfc1fd63829d2a P f28b97d02c0247778f3677e4e6d4bc6e: No bootstrap required, opened a new log
I20260608 12:41:34.774784 10249 ts_tablet_manager.cc:1403] T 3ce07986422648c28bcfc1fd63829d2a P f28b97d02c0247778f3677e4e6d4bc6e: Time spent bootstrapping tablet: real 0.060s	user 0.021s	sys 0.010s
I20260608 12:41:34.784703 10249 raft_consensus.cc:359] T 3ce07986422648c28bcfc1fd63829d2a P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } }
I20260608 12:41:34.785358 10249 raft_consensus.cc:385] T 3ce07986422648c28bcfc1fd63829d2a P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:34.785658 10249 raft_consensus.cc:740] T 3ce07986422648c28bcfc1fd63829d2a P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f28b97d02c0247778f3677e4e6d4bc6e, State: Initialized, Role: FOLLOWER
I20260608 12:41:34.786381 10249 consensus_queue.cc:260] T 3ce07986422648c28bcfc1fd63829d2a P f28b97d02c0247778f3677e4e6d4bc6e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } }
I20260608 12:41:34.787462 10249 raft_consensus.cc:399] T 3ce07986422648c28bcfc1fd63829d2a P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:34.790627 10249 raft_consensus.cc:493] T 3ce07986422648c28bcfc1fd63829d2a P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:34.794329  9950 catalog_manager.cc:5696] T c6d0fdd019a44eefb3685eb1d3382bb0 P f25ccf4459d7424a9d4edae082857d8d reported cstate change: term changed from 0 to 1, leader changed from <none> to f25ccf4459d7424a9d4edae082857d8d (127.0.107.193). New cstate: current_term: 1 leader_uuid: "f25ccf4459d7424a9d4edae082857d8d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:34.797021 10249 raft_consensus.cc:3060] T 3ce07986422648c28bcfc1fd63829d2a P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:34.802150 10249 raft_consensus.cc:515] T 3ce07986422648c28bcfc1fd63829d2a P f28b97d02c0247778f3677e4e6d4bc6e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } }
I20260608 12:41:34.802799 10249 leader_election.cc:304] T 3ce07986422648c28bcfc1fd63829d2a P f28b97d02c0247778f3677e4e6d4bc6e [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: f28b97d02c0247778f3677e4e6d4bc6e; no voters: 
I20260608 12:41:34.803408 10249 leader_election.cc:290] T 3ce07986422648c28bcfc1fd63829d2a P f28b97d02c0247778f3677e4e6d4bc6e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:34.803689 10257 raft_consensus.cc:2804] T 3ce07986422648c28bcfc1fd63829d2a P f28b97d02c0247778f3677e4e6d4bc6e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:34.804247 10257 raft_consensus.cc:697] T 3ce07986422648c28bcfc1fd63829d2a P f28b97d02c0247778f3677e4e6d4bc6e [term 1 LEADER]: Becoming Leader. State: Replica: f28b97d02c0247778f3677e4e6d4bc6e, State: Running, Role: LEADER
I20260608 12:41:34.805529 10257 consensus_queue.cc:237] T 3ce07986422648c28bcfc1fd63829d2a P f28b97d02c0247778f3677e4e6d4bc6e [LEADER]: Queue going to LEADER mode. State: All 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: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } }
I20260608 12:41:34.807297 10250 tablet_bootstrap.cc:492] T 0cdcc6dcfb0c42fb9c796faadfd7397d P 9c5ac152d843488c93dca728f92bc98e: No bootstrap required, opened a new log
I20260608 12:41:34.807869 10250 ts_tablet_manager.cc:1403] T 0cdcc6dcfb0c42fb9c796faadfd7397d P 9c5ac152d843488c93dca728f92bc98e: Time spent bootstrapping tablet: real 0.080s	user 0.017s	sys 0.016s
I20260608 12:41:34.810964 10250 raft_consensus.cc:359] T 0cdcc6dcfb0c42fb9c796faadfd7397d P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:34.811514 10250 raft_consensus.cc:385] T 0cdcc6dcfb0c42fb9c796faadfd7397d P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:34.811785 10250 raft_consensus.cc:740] T 0cdcc6dcfb0c42fb9c796faadfd7397d P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9c5ac152d843488c93dca728f92bc98e, State: Initialized, Role: FOLLOWER
I20260608 12:41:34.812518 10250 consensus_queue.cc:260] T 0cdcc6dcfb0c42fb9c796faadfd7397d P 9c5ac152d843488c93dca728f92bc98e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:34.813177 10250 raft_consensus.cc:399] T 0cdcc6dcfb0c42fb9c796faadfd7397d P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:34.813476 10250 raft_consensus.cc:493] T 0cdcc6dcfb0c42fb9c796faadfd7397d P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:34.813798 10250 raft_consensus.cc:3060] T 0cdcc6dcfb0c42fb9c796faadfd7397d P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:34.814535 10249 ts_tablet_manager.cc:1434] T 3ce07986422648c28bcfc1fd63829d2a P f28b97d02c0247778f3677e4e6d4bc6e: Time spent starting tablet: real 0.038s	user 0.014s	sys 0.000s
I20260608 12:41:34.820744 10250 raft_consensus.cc:515] T 0cdcc6dcfb0c42fb9c796faadfd7397d P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:34.821664 10250 leader_election.cc:304] T 0cdcc6dcfb0c42fb9c796faadfd7397d P 9c5ac152d843488c93dca728f92bc98e [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: 9c5ac152d843488c93dca728f92bc98e; no voters: 
I20260608 12:41:34.822326 10250 leader_election.cc:290] T 0cdcc6dcfb0c42fb9c796faadfd7397d P 9c5ac152d843488c93dca728f92bc98e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:34.822839 10258 raft_consensus.cc:2804] T 0cdcc6dcfb0c42fb9c796faadfd7397d P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:34.823385 10258 raft_consensus.cc:697] T 0cdcc6dcfb0c42fb9c796faadfd7397d P 9c5ac152d843488c93dca728f92bc98e [term 1 LEADER]: Becoming Leader. State: Replica: 9c5ac152d843488c93dca728f92bc98e, State: Running, Role: LEADER
I20260608 12:41:34.824071 10258 consensus_queue.cc:237] T 0cdcc6dcfb0c42fb9c796faadfd7397d P 9c5ac152d843488c93dca728f92bc98e [LEADER]: Queue going to LEADER mode. State: All 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: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:34.824045 10250 ts_tablet_manager.cc:1434] T 0cdcc6dcfb0c42fb9c796faadfd7397d P 9c5ac152d843488c93dca728f92bc98e: Time spent starting tablet: real 0.016s	user 0.014s	sys 0.000s
I20260608 12:41:34.827805  9952 catalog_manager.cc:5696] T 3ce07986422648c28bcfc1fd63829d2a P f28b97d02c0247778f3677e4e6d4bc6e reported cstate change: term changed from 0 to 1, leader changed from <none> to f28b97d02c0247778f3677e4e6d4bc6e (127.0.107.194). New cstate: current_term: 1 leader_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:34.831117  9950 catalog_manager.cc:5696] T 0cdcc6dcfb0c42fb9c796faadfd7397d P 9c5ac152d843488c93dca728f92bc98e reported cstate change: term changed from 0 to 1, leader changed from <none> to 9c5ac152d843488c93dca728f92bc98e (127.0.107.195). New cstate: current_term: 1 leader_uuid: "9c5ac152d843488c93dca728f92bc98e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:35.575459  9948 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:48912:
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:41:35.577931  9948 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:41:35.620512 10043 tablet_service.cc:1511] Processing CreateTablet for tablet 2349ee5a74ac4b218e454763bfd63e80 (DEFAULT_TABLE table=test-workload-rf3 [id=e69d363eb2454f4d910a6917aeb17a8a]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:41:35.621912 10043 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2349ee5a74ac4b218e454763bfd63e80. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:35.621604 10118 tablet_service.cc:1511] Processing CreateTablet for tablet 2349ee5a74ac4b218e454763bfd63e80 (DEFAULT_TABLE table=test-workload-rf3 [id=e69d363eb2454f4d910a6917aeb17a8a]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:41:35.623052 10118 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2349ee5a74ac4b218e454763bfd63e80. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:35.622923 10192 tablet_service.cc:1511] Processing CreateTablet for tablet 2349ee5a74ac4b218e454763bfd63e80 (DEFAULT_TABLE table=test-workload-rf3 [id=e69d363eb2454f4d910a6917aeb17a8a]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:41:35.624267 10192 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2349ee5a74ac4b218e454763bfd63e80. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:35.626243 10044 tablet_service.cc:1511] Processing CreateTablet for tablet dca42d7ace3a42cea1b00161cdeab7e3 (DEFAULT_TABLE table=test-workload-rf3 [id=e69d363eb2454f4d910a6917aeb17a8a]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:41:35.627568 10044 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dca42d7ace3a42cea1b00161cdeab7e3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:35.632121 10119 tablet_service.cc:1511] Processing CreateTablet for tablet dca42d7ace3a42cea1b00161cdeab7e3 (DEFAULT_TABLE table=test-workload-rf3 [id=e69d363eb2454f4d910a6917aeb17a8a]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:41:35.633539 10119 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dca42d7ace3a42cea1b00161cdeab7e3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:35.633649 10193 tablet_service.cc:1511] Processing CreateTablet for tablet dca42d7ace3a42cea1b00161cdeab7e3 (DEFAULT_TABLE table=test-workload-rf3 [id=e69d363eb2454f4d910a6917aeb17a8a]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:41:35.634994 10193 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dca42d7ace3a42cea1b00161cdeab7e3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:35.638100 10042 tablet_service.cc:1511] Processing CreateTablet for tablet ff9647d121624baa8fa2215341913fa8 (DEFAULT_TABLE table=test-workload-rf3 [id=e69d363eb2454f4d910a6917aeb17a8a]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:41:35.639668 10042 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ff9647d121624baa8fa2215341913fa8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:35.640921 10117 tablet_service.cc:1511] Processing CreateTablet for tablet ff9647d121624baa8fa2215341913fa8 (DEFAULT_TABLE table=test-workload-rf3 [id=e69d363eb2454f4d910a6917aeb17a8a]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:41:35.642341 10117 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ff9647d121624baa8fa2215341913fa8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:35.644045 10041 tablet_service.cc:1511] Processing CreateTablet for tablet e8c1b54610f44355a31c9d6e2ba306da (DEFAULT_TABLE table=test-workload-rf3 [id=e69d363eb2454f4d910a6917aeb17a8a]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:41:35.646802 10041 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e8c1b54610f44355a31c9d6e2ba306da. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:35.647264 10191 tablet_service.cc:1511] Processing CreateTablet for tablet ff9647d121624baa8fa2215341913fa8 (DEFAULT_TABLE table=test-workload-rf3 [id=e69d363eb2454f4d910a6917aeb17a8a]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:41:35.648610 10191 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ff9647d121624baa8fa2215341913fa8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:35.652609 10040 tablet_service.cc:1511] Processing CreateTablet for tablet c2bad492d5ef48c68a9959f675f0432e (DEFAULT_TABLE table=test-workload-rf3 [id=e69d363eb2454f4d910a6917aeb17a8a]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:41:35.653968 10040 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c2bad492d5ef48c68a9959f675f0432e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:35.655232 10115 tablet_service.cc:1511] Processing CreateTablet for tablet c2bad492d5ef48c68a9959f675f0432e (DEFAULT_TABLE table=test-workload-rf3 [id=e69d363eb2454f4d910a6917aeb17a8a]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:41:35.656563 10115 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c2bad492d5ef48c68a9959f675f0432e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:35.659016 10189 tablet_service.cc:1511] Processing CreateTablet for tablet c2bad492d5ef48c68a9959f675f0432e (DEFAULT_TABLE table=test-workload-rf3 [id=e69d363eb2454f4d910a6917aeb17a8a]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:41:35.660367 10189 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c2bad492d5ef48c68a9959f675f0432e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:35.650213 10116 tablet_service.cc:1511] Processing CreateTablet for tablet e8c1b54610f44355a31c9d6e2ba306da (DEFAULT_TABLE table=test-workload-rf3 [id=e69d363eb2454f4d910a6917aeb17a8a]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:41:35.661609 10116 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e8c1b54610f44355a31c9d6e2ba306da. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:35.663372 10039 tablet_service.cc:1511] Processing CreateTablet for tablet c2cfd674827f44d4bf506086bfab68d5 (DEFAULT_TABLE table=test-workload-rf3 [id=e69d363eb2454f4d910a6917aeb17a8a]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:41:35.664242 10114 tablet_service.cc:1511] Processing CreateTablet for tablet c2cfd674827f44d4bf506086bfab68d5 (DEFAULT_TABLE table=test-workload-rf3 [id=e69d363eb2454f4d910a6917aeb17a8a]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:41:35.665575 10114 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c2cfd674827f44d4bf506086bfab68d5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:35.667033 10188 tablet_service.cc:1511] Processing CreateTablet for tablet c2cfd674827f44d4bf506086bfab68d5 (DEFAULT_TABLE table=test-workload-rf3 [id=e69d363eb2454f4d910a6917aeb17a8a]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:41:35.668327 10188 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c2cfd674827f44d4bf506086bfab68d5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:35.652174 10190 tablet_service.cc:1511] Processing CreateTablet for tablet e8c1b54610f44355a31c9d6e2ba306da (DEFAULT_TABLE table=test-workload-rf3 [id=e69d363eb2454f4d910a6917aeb17a8a]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:41:35.669747 10190 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e8c1b54610f44355a31c9d6e2ba306da. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:35.664743 10039 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c2cfd674827f44d4bf506086bfab68d5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:35.711822 10307 tablet_bootstrap.cc:492] T c2cfd674827f44d4bf506086bfab68d5 P f28b97d02c0247778f3677e4e6d4bc6e: Bootstrap starting.
I20260608 12:41:35.715497 10308 tablet_bootstrap.cc:492] T e8c1b54610f44355a31c9d6e2ba306da P 9c5ac152d843488c93dca728f92bc98e: Bootstrap starting.
I20260608 12:41:35.722349 10307 tablet_bootstrap.cc:654] T c2cfd674827f44d4bf506086bfab68d5 P f28b97d02c0247778f3677e4e6d4bc6e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:35.727689 10308 tablet_bootstrap.cc:654] T e8c1b54610f44355a31c9d6e2ba306da P 9c5ac152d843488c93dca728f92bc98e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:35.811206 10306 tablet_bootstrap.cc:492] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d: Bootstrap starting.
I20260608 12:41:35.817667 10306 tablet_bootstrap.cc:654] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:35.818583 10307 tablet_bootstrap.cc:492] T c2cfd674827f44d4bf506086bfab68d5 P f28b97d02c0247778f3677e4e6d4bc6e: No bootstrap required, opened a new log
I20260608 12:41:35.819202 10307 ts_tablet_manager.cc:1403] T c2cfd674827f44d4bf506086bfab68d5 P f28b97d02c0247778f3677e4e6d4bc6e: Time spent bootstrapping tablet: real 0.108s	user 0.051s	sys 0.052s
I20260608 12:41:35.819416 10308 tablet_bootstrap.cc:492] T e8c1b54610f44355a31c9d6e2ba306da P 9c5ac152d843488c93dca728f92bc98e: No bootstrap required, opened a new log
I20260608 12:41:35.819988 10308 ts_tablet_manager.cc:1403] T e8c1b54610f44355a31c9d6e2ba306da P 9c5ac152d843488c93dca728f92bc98e: Time spent bootstrapping tablet: real 0.105s	user 0.032s	sys 0.055s
I20260608 12:41:35.822115 10307 raft_consensus.cc:359] T c2cfd674827f44d4bf506086bfab68d5 P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:35.822855 10306 tablet_bootstrap.cc:492] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d: No bootstrap required, opened a new log
I20260608 12:41:35.822940 10307 raft_consensus.cc:385] T c2cfd674827f44d4bf506086bfab68d5 P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:35.822793 10308 raft_consensus.cc:359] T e8c1b54610f44355a31c9d6e2ba306da P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:35.823666 10307 raft_consensus.cc:740] T c2cfd674827f44d4bf506086bfab68d5 P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f28b97d02c0247778f3677e4e6d4bc6e, State: Initialized, Role: FOLLOWER
I20260608 12:41:35.823735 10306 ts_tablet_manager.cc:1403] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d: Time spent bootstrapping tablet: real 0.013s	user 0.006s	sys 0.006s
I20260608 12:41:35.823870 10308 raft_consensus.cc:385] T e8c1b54610f44355a31c9d6e2ba306da P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:35.824466 10308 raft_consensus.cc:740] T e8c1b54610f44355a31c9d6e2ba306da P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9c5ac152d843488c93dca728f92bc98e, State: Initialized, Role: FOLLOWER
I20260608 12:41:35.824679 10307 consensus_queue.cc:260] T c2cfd674827f44d4bf506086bfab68d5 P f28b97d02c0247778f3677e4e6d4bc6e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:35.825325 10308 consensus_queue.cc:260] T e8c1b54610f44355a31c9d6e2ba306da P 9c5ac152d843488c93dca728f92bc98e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:35.827028 10306 raft_consensus.cc:359] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:35.827555 10308 ts_tablet_manager.cc:1434] T e8c1b54610f44355a31c9d6e2ba306da P 9c5ac152d843488c93dca728f92bc98e: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:41:35.827852 10306 raft_consensus.cc:385] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:35.828217 10306 raft_consensus.cc:740] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f25ccf4459d7424a9d4edae082857d8d, State: Initialized, Role: FOLLOWER
I20260608 12:41:35.828858 10307 ts_tablet_manager.cc:1434] T c2cfd674827f44d4bf506086bfab68d5 P f28b97d02c0247778f3677e4e6d4bc6e: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 12:41:35.829197 10306 consensus_queue.cc:260] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:35.831017 10308 tablet_bootstrap.cc:492] T ff9647d121624baa8fa2215341913fa8 P 9c5ac152d843488c93dca728f92bc98e: Bootstrap starting.
I20260608 12:41:35.832324 10307 tablet_bootstrap.cc:492] T c2bad492d5ef48c68a9959f675f0432e P f28b97d02c0247778f3677e4e6d4bc6e: Bootstrap starting.
I20260608 12:41:35.838109 10308 tablet_bootstrap.cc:654] T ff9647d121624baa8fa2215341913fa8 P 9c5ac152d843488c93dca728f92bc98e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:35.841507 10306 ts_tablet_manager.cc:1434] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d: Time spent starting tablet: real 0.017s	user 0.001s	sys 0.005s
I20260608 12:41:35.843060 10307 tablet_bootstrap.cc:654] T c2bad492d5ef48c68a9959f675f0432e P f28b97d02c0247778f3677e4e6d4bc6e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:35.848949 10306 tablet_bootstrap.cc:492] T c2bad492d5ef48c68a9959f675f0432e P f25ccf4459d7424a9d4edae082857d8d: Bootstrap starting.
I20260608 12:41:35.850673 10308 tablet_bootstrap.cc:492] T ff9647d121624baa8fa2215341913fa8 P 9c5ac152d843488c93dca728f92bc98e: No bootstrap required, opened a new log
I20260608 12:41:35.850703 10307 tablet_bootstrap.cc:492] T c2bad492d5ef48c68a9959f675f0432e P f28b97d02c0247778f3677e4e6d4bc6e: No bootstrap required, opened a new log
I20260608 12:41:35.851270 10308 ts_tablet_manager.cc:1403] T ff9647d121624baa8fa2215341913fa8 P 9c5ac152d843488c93dca728f92bc98e: Time spent bootstrapping tablet: real 0.020s	user 0.010s	sys 0.009s
I20260608 12:41:35.851403 10307 ts_tablet_manager.cc:1403] T c2bad492d5ef48c68a9959f675f0432e P f28b97d02c0247778f3677e4e6d4bc6e: Time spent bootstrapping tablet: real 0.020s	user 0.011s	sys 0.003s
I20260608 12:41:35.853964 10307 raft_consensus.cc:359] T c2bad492d5ef48c68a9959f675f0432e P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:35.854575 10307 raft_consensus.cc:385] T c2bad492d5ef48c68a9959f675f0432e P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:35.855054 10307 raft_consensus.cc:740] T c2bad492d5ef48c68a9959f675f0432e P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f28b97d02c0247778f3677e4e6d4bc6e, State: Initialized, Role: FOLLOWER
I20260608 12:41:35.854534 10308 raft_consensus.cc:359] T ff9647d121624baa8fa2215341913fa8 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:35.855461 10308 raft_consensus.cc:385] T ff9647d121624baa8fa2215341913fa8 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:35.855770 10308 raft_consensus.cc:740] T ff9647d121624baa8fa2215341913fa8 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9c5ac152d843488c93dca728f92bc98e, State: Initialized, Role: FOLLOWER
I20260608 12:41:35.855718 10307 consensus_queue.cc:260] T c2bad492d5ef48c68a9959f675f0432e P f28b97d02c0247778f3677e4e6d4bc6e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:35.856351 10306 tablet_bootstrap.cc:654] T c2bad492d5ef48c68a9959f675f0432e P f25ccf4459d7424a9d4edae082857d8d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:35.856844 10308 consensus_queue.cc:260] T ff9647d121624baa8fa2215341913fa8 P 9c5ac152d843488c93dca728f92bc98e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:35.858151 10307 ts_tablet_manager.cc:1434] T c2bad492d5ef48c68a9959f675f0432e P f28b97d02c0247778f3677e4e6d4bc6e: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260608 12:41:35.859169 10307 tablet_bootstrap.cc:492] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e: Bootstrap starting.
I20260608 12:41:35.859246 10308 ts_tablet_manager.cc:1434] T ff9647d121624baa8fa2215341913fa8 P 9c5ac152d843488c93dca728f92bc98e: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:41:35.860374 10308 tablet_bootstrap.cc:492] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e: Bootstrap starting.
I20260608 12:41:35.866253 10307 tablet_bootstrap.cc:654] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:35.866756 10308 tablet_bootstrap.cc:654] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:35.875252 10306 tablet_bootstrap.cc:492] T c2bad492d5ef48c68a9959f675f0432e P f25ccf4459d7424a9d4edae082857d8d: No bootstrap required, opened a new log
I20260608 12:41:35.875985 10306 ts_tablet_manager.cc:1403] T c2bad492d5ef48c68a9959f675f0432e P f25ccf4459d7424a9d4edae082857d8d: Time spent bootstrapping tablet: real 0.029s	user 0.014s	sys 0.000s
I20260608 12:41:35.879462 10306 raft_consensus.cc:359] T c2bad492d5ef48c68a9959f675f0432e P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:35.881553 10306 raft_consensus.cc:385] T c2bad492d5ef48c68a9959f675f0432e P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:35.881814 10306 raft_consensus.cc:740] T c2bad492d5ef48c68a9959f675f0432e P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f25ccf4459d7424a9d4edae082857d8d, State: Initialized, Role: FOLLOWER
I20260608 12:41:35.882571 10306 consensus_queue.cc:260] T c2bad492d5ef48c68a9959f675f0432e P f25ccf4459d7424a9d4edae082857d8d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:35.883983 10307 tablet_bootstrap.cc:492] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e: No bootstrap required, opened a new log
I20260608 12:41:35.884588 10307 ts_tablet_manager.cc:1403] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e: Time spent bootstrapping tablet: real 0.026s	user 0.016s	sys 0.008s
I20260608 12:41:35.884855 10308 tablet_bootstrap.cc:492] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e: No bootstrap required, opened a new log
I20260608 12:41:35.884961 10306 ts_tablet_manager.cc:1434] T c2bad492d5ef48c68a9959f675f0432e P f25ccf4459d7424a9d4edae082857d8d: Time spent starting tablet: real 0.009s	user 0.003s	sys 0.003s
I20260608 12:41:35.885548 10308 ts_tablet_manager.cc:1403] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e: Time spent bootstrapping tablet: real 0.025s	user 0.018s	sys 0.006s
I20260608 12:41:35.886230 10306 tablet_bootstrap.cc:492] T e8c1b54610f44355a31c9d6e2ba306da P f25ccf4459d7424a9d4edae082857d8d: Bootstrap starting.
I20260608 12:41:35.887504 10307 raft_consensus.cc:359] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:35.888278 10307 raft_consensus.cc:385] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:35.888614 10307 raft_consensus.cc:740] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f28b97d02c0247778f3677e4e6d4bc6e, State: Initialized, Role: FOLLOWER
I20260608 12:41:35.888679 10308 raft_consensus.cc:359] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:35.889592 10307 consensus_queue.cc:260] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:35.890057 10308 raft_consensus.cc:385] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:35.890569 10308 raft_consensus.cc:740] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9c5ac152d843488c93dca728f92bc98e, State: Initialized, Role: FOLLOWER
I20260608 12:41:35.891428 10308 consensus_queue.cc:260] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:35.893545 10306 tablet_bootstrap.cc:654] T e8c1b54610f44355a31c9d6e2ba306da P f25ccf4459d7424a9d4edae082857d8d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:35.893751 10308 ts_tablet_manager.cc:1434] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:41:35.894855 10308 tablet_bootstrap.cc:492] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e: Bootstrap starting.
I20260608 12:41:35.899431 10307 ts_tablet_manager.cc:1434] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e: Time spent starting tablet: real 0.014s	user 0.005s	sys 0.001s
I20260608 12:41:35.901032 10260 raft_consensus.cc:493] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:35.901763 10308 tablet_bootstrap.cc:654] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:35.901510 10260 raft_consensus.cc:515] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:35.907820 10307 tablet_bootstrap.cc:492] T 2349ee5a74ac4b218e454763bfd63e80 P f28b97d02c0247778f3677e4e6d4bc6e: Bootstrap starting.
I20260608 12:41:35.915343 10307 tablet_bootstrap.cc:654] T 2349ee5a74ac4b218e454763bfd63e80 P f28b97d02c0247778f3677e4e6d4bc6e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:35.915273 10260 leader_election.cc:290] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f25ccf4459d7424a9d4edae082857d8d (127.0.107.193:36317), 9c5ac152d843488c93dca728f92bc98e (127.0.107.195:37927)
I20260608 12:41:35.942988 10054 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e8c1b54610f44355a31c9d6e2ba306da" candidate_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f25ccf4459d7424a9d4edae082857d8d" is_pre_election: true
W20260608 12:41:35.945212 10095 leader_election.cc:343] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f25ccf4459d7424a9d4edae082857d8d (127.0.107.193:36317): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:35.947985 10307 tablet_bootstrap.cc:492] T 2349ee5a74ac4b218e454763bfd63e80 P f28b97d02c0247778f3677e4e6d4bc6e: No bootstrap required, opened a new log
I20260608 12:41:35.948638 10307 ts_tablet_manager.cc:1403] T 2349ee5a74ac4b218e454763bfd63e80 P f28b97d02c0247778f3677e4e6d4bc6e: Time spent bootstrapping tablet: real 0.041s	user 0.021s	sys 0.017s
I20260608 12:41:35.949754 10308 tablet_bootstrap.cc:492] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e: No bootstrap required, opened a new log
I20260608 12:41:35.950208 10306 tablet_bootstrap.cc:492] T e8c1b54610f44355a31c9d6e2ba306da P f25ccf4459d7424a9d4edae082857d8d: No bootstrap required, opened a new log
I20260608 12:41:35.950430 10308 ts_tablet_manager.cc:1403] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e: Time spent bootstrapping tablet: real 0.056s	user 0.019s	sys 0.036s
I20260608 12:41:35.950865 10306 ts_tablet_manager.cc:1403] T e8c1b54610f44355a31c9d6e2ba306da P f25ccf4459d7424a9d4edae082857d8d: Time spent bootstrapping tablet: real 0.065s	user 0.014s	sys 0.005s
I20260608 12:41:35.952452 10307 raft_consensus.cc:359] T 2349ee5a74ac4b218e454763bfd63e80 P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:35.953397 10307 raft_consensus.cc:385] T 2349ee5a74ac4b218e454763bfd63e80 P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:35.953740 10307 raft_consensus.cc:740] T 2349ee5a74ac4b218e454763bfd63e80 P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f28b97d02c0247778f3677e4e6d4bc6e, State: Initialized, Role: FOLLOWER
I20260608 12:41:35.953773 10308 raft_consensus.cc:359] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:35.954636 10308 raft_consensus.cc:385] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:35.954995 10308 raft_consensus.cc:740] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9c5ac152d843488c93dca728f92bc98e, State: Initialized, Role: FOLLOWER
I20260608 12:41:35.954833 10307 consensus_queue.cc:260] T 2349ee5a74ac4b218e454763bfd63e80 P f28b97d02c0247778f3677e4e6d4bc6e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:35.955461 10203 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e8c1b54610f44355a31c9d6e2ba306da" candidate_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9c5ac152d843488c93dca728f92bc98e" is_pre_election: true
I20260608 12:41:35.955404 10306 raft_consensus.cc:359] T e8c1b54610f44355a31c9d6e2ba306da P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:35.956451 10306 raft_consensus.cc:385] T e8c1b54610f44355a31c9d6e2ba306da P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:35.956086 10308 consensus_queue.cc:260] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:35.956207 10203 raft_consensus.cc:2468] T e8c1b54610f44355a31c9d6e2ba306da P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f28b97d02c0247778f3677e4e6d4bc6e in term 0.
I20260608 12:41:35.956948 10306 raft_consensus.cc:740] T e8c1b54610f44355a31c9d6e2ba306da P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f25ccf4459d7424a9d4edae082857d8d, State: Initialized, Role: FOLLOWER
I20260608 12:41:35.957928 10306 consensus_queue.cc:260] T e8c1b54610f44355a31c9d6e2ba306da P f25ccf4459d7424a9d4edae082857d8d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:35.958334 10093 leader_election.cc:304] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e [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: 9c5ac152d843488c93dca728f92bc98e, f28b97d02c0247778f3677e4e6d4bc6e; no voters: f25ccf4459d7424a9d4edae082857d8d
I20260608 12:41:35.959321 10260 raft_consensus.cc:2804] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:35.959676 10260 raft_consensus.cc:493] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:35.960009 10260 raft_consensus.cc:3060] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:35.963356 10308 ts_tablet_manager.cc:1434] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.000s
I20260608 12:41:35.964555 10308 tablet_bootstrap.cc:492] T c2bad492d5ef48c68a9959f675f0432e P 9c5ac152d843488c93dca728f92bc98e: Bootstrap starting.
I20260608 12:41:35.967597 10306 ts_tablet_manager.cc:1434] T e8c1b54610f44355a31c9d6e2ba306da P f25ccf4459d7424a9d4edae082857d8d: Time spent starting tablet: real 0.016s	user 0.000s	sys 0.006s
I20260608 12:41:35.968060 10260 raft_consensus.cc:515] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:35.970791 10308 tablet_bootstrap.cc:654] T c2bad492d5ef48c68a9959f675f0432e P 9c5ac152d843488c93dca728f92bc98e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:35.971095 10307 ts_tablet_manager.cc:1434] T 2349ee5a74ac4b218e454763bfd63e80 P f28b97d02c0247778f3677e4e6d4bc6e: Time spent starting tablet: real 0.022s	user 0.006s	sys 0.000s
I20260608 12:41:35.971510 10054 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e8c1b54610f44355a31c9d6e2ba306da" candidate_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f25ccf4459d7424a9d4edae082857d8d"
I20260608 12:41:35.972057 10203 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e8c1b54610f44355a31c9d6e2ba306da" candidate_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9c5ac152d843488c93dca728f92bc98e"
I20260608 12:41:35.972743 10203 raft_consensus.cc:3060] T e8c1b54610f44355a31c9d6e2ba306da P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:35.972110 10054 raft_consensus.cc:3060] T e8c1b54610f44355a31c9d6e2ba306da P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:35.980362 10307 tablet_bootstrap.cc:492] T dca42d7ace3a42cea1b00161cdeab7e3 P f28b97d02c0247778f3677e4e6d4bc6e: Bootstrap starting.
I20260608 12:41:35.980732 10260 leader_election.cc:290] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e [CANDIDATE]: Term 1 election: Requested vote from peers f25ccf4459d7424a9d4edae082857d8d (127.0.107.193:36317), 9c5ac152d843488c93dca728f92bc98e (127.0.107.195:37927)
I20260608 12:41:35.981398 10203 raft_consensus.cc:2468] T e8c1b54610f44355a31c9d6e2ba306da P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f28b97d02c0247778f3677e4e6d4bc6e in term 1.
I20260608 12:41:35.983141 10093 leader_election.cc:304] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9c5ac152d843488c93dca728f92bc98e, f28b97d02c0247778f3677e4e6d4bc6e; no voters: 
I20260608 12:41:35.984198 10260 raft_consensus.cc:2804] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:35.985735 10260 raft_consensus.cc:697] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e [term 1 LEADER]: Becoming Leader. State: Replica: f28b97d02c0247778f3677e4e6d4bc6e, State: Running, Role: LEADER
I20260608 12:41:35.986706 10260 consensus_queue.cc:237] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:35.987684 10307 tablet_bootstrap.cc:654] T dca42d7ace3a42cea1b00161cdeab7e3 P f28b97d02c0247778f3677e4e6d4bc6e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:35.988246 10306 tablet_bootstrap.cc:492] T dca42d7ace3a42cea1b00161cdeab7e3 P f25ccf4459d7424a9d4edae082857d8d: Bootstrap starting.
I20260608 12:41:35.990851 10263 raft_consensus.cc:493] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:35.991392 10263 raft_consensus.cc:515] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:35.993611 10308 tablet_bootstrap.cc:492] T c2bad492d5ef48c68a9959f675f0432e P 9c5ac152d843488c93dca728f92bc98e: No bootstrap required, opened a new log
I20260608 12:41:35.994149 10308 ts_tablet_manager.cc:1403] T c2bad492d5ef48c68a9959f675f0432e P 9c5ac152d843488c93dca728f92bc98e: Time spent bootstrapping tablet: real 0.030s	user 0.013s	sys 0.015s
I20260608 12:41:35.987406 10054 raft_consensus.cc:2468] T e8c1b54610f44355a31c9d6e2ba306da P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f28b97d02c0247778f3677e4e6d4bc6e in term 1.
I20260608 12:41:35.996417 10263 leader_election.cc:290] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f25ccf4459d7424a9d4edae082857d8d (127.0.107.193:36317), f28b97d02c0247778f3677e4e6d4bc6e (127.0.107.194:45051)
I20260608 12:41:35.997262 10308 raft_consensus.cc:359] T c2bad492d5ef48c68a9959f675f0432e P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:35.997663 10306 tablet_bootstrap.cc:654] T dca42d7ace3a42cea1b00161cdeab7e3 P f25ccf4459d7424a9d4edae082857d8d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:35.998853 10308 raft_consensus.cc:385] T c2bad492d5ef48c68a9959f675f0432e P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:36.000324 10308 raft_consensus.cc:740] T c2bad492d5ef48c68a9959f675f0432e P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9c5ac152d843488c93dca728f92bc98e, State: Initialized, Role: FOLLOWER
I20260608 12:41:36.001183 10308 consensus_queue.cc:260] T c2bad492d5ef48c68a9959f675f0432e P 9c5ac152d843488c93dca728f92bc98e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:36.005326 10308 ts_tablet_manager.cc:1434] T c2bad492d5ef48c68a9959f675f0432e P 9c5ac152d843488c93dca728f92bc98e: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.000s
I20260608 12:41:36.007884  9947 catalog_manager.cc:5696] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e reported cstate change: term changed from 0 to 1, leader changed from <none> to f28b97d02c0247778f3677e4e6d4bc6e (127.0.107.194). New cstate: current_term: 1 leader_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:36.019688 10308 tablet_bootstrap.cc:492] T 2349ee5a74ac4b218e454763bfd63e80 P 9c5ac152d843488c93dca728f92bc98e: Bootstrap starting.
I20260608 12:41:36.030180 10308 tablet_bootstrap.cc:654] T 2349ee5a74ac4b218e454763bfd63e80 P 9c5ac152d843488c93dca728f92bc98e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:36.030058 10263 raft_consensus.cc:493] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:36.030817 10263 raft_consensus.cc:515] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:36.033344 10263 leader_election.cc:290] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f25ccf4459d7424a9d4edae082857d8d (127.0.107.193:36317), f28b97d02c0247778f3677e4e6d4bc6e (127.0.107.194:45051)
I20260608 12:41:36.035629 10307 tablet_bootstrap.cc:492] T dca42d7ace3a42cea1b00161cdeab7e3 P f28b97d02c0247778f3677e4e6d4bc6e: No bootstrap required, opened a new log
I20260608 12:41:36.036216 10307 ts_tablet_manager.cc:1403] T dca42d7ace3a42cea1b00161cdeab7e3 P f28b97d02c0247778f3677e4e6d4bc6e: Time spent bootstrapping tablet: real 0.056s	user 0.015s	sys 0.015s
I20260608 12:41:36.037901 10308 tablet_bootstrap.cc:492] T 2349ee5a74ac4b218e454763bfd63e80 P 9c5ac152d843488c93dca728f92bc98e: No bootstrap required, opened a new log
I20260608 12:41:36.038403 10308 ts_tablet_manager.cc:1403] T 2349ee5a74ac4b218e454763bfd63e80 P 9c5ac152d843488c93dca728f92bc98e: Time spent bootstrapping tablet: real 0.019s	user 0.013s	sys 0.001s
I20260608 12:41:36.039574 10307 raft_consensus.cc:359] T dca42d7ace3a42cea1b00161cdeab7e3 P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:36.041136 10308 raft_consensus.cc:359] T 2349ee5a74ac4b218e454763bfd63e80 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:36.041939 10308 raft_consensus.cc:385] T 2349ee5a74ac4b218e454763bfd63e80 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:36.042311 10308 raft_consensus.cc:740] T 2349ee5a74ac4b218e454763bfd63e80 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9c5ac152d843488c93dca728f92bc98e, State: Initialized, Role: FOLLOWER
I20260608 12:41:36.042045 10307 raft_consensus.cc:385] T dca42d7ace3a42cea1b00161cdeab7e3 P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:36.043059 10307 raft_consensus.cc:740] T dca42d7ace3a42cea1b00161cdeab7e3 P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f28b97d02c0247778f3677e4e6d4bc6e, State: Initialized, Role: FOLLOWER
I20260608 12:41:36.043340 10308 consensus_queue.cc:260] T 2349ee5a74ac4b218e454763bfd63e80 P 9c5ac152d843488c93dca728f92bc98e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:36.044042 10307 consensus_queue.cc:260] T dca42d7ace3a42cea1b00161cdeab7e3 P f28b97d02c0247778f3677e4e6d4bc6e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:36.046216 10308 ts_tablet_manager.cc:1434] T 2349ee5a74ac4b218e454763bfd63e80 P 9c5ac152d843488c93dca728f92bc98e: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:41:36.051465 10307 ts_tablet_manager.cc:1434] T dca42d7ace3a42cea1b00161cdeab7e3 P f28b97d02c0247778f3677e4e6d4bc6e: Time spent starting tablet: real 0.015s	user 0.008s	sys 0.000s
I20260608 12:41:36.052675 10306 tablet_bootstrap.cc:492] T dca42d7ace3a42cea1b00161cdeab7e3 P f25ccf4459d7424a9d4edae082857d8d: No bootstrap required, opened a new log
I20260608 12:41:36.052747 10054 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c2cfd674827f44d4bf506086bfab68d5" candidate_uuid: "9c5ac152d843488c93dca728f92bc98e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f25ccf4459d7424a9d4edae082857d8d" is_pre_election: true
I20260608 12:41:36.053359 10306 ts_tablet_manager.cc:1403] T dca42d7ace3a42cea1b00161cdeab7e3 P f25ccf4459d7424a9d4edae082857d8d: Time spent bootstrapping tablet: real 0.065s	user 0.018s	sys 0.015s
I20260608 12:41:36.053836 10053 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dca42d7ace3a42cea1b00161cdeab7e3" candidate_uuid: "9c5ac152d843488c93dca728f92bc98e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f25ccf4459d7424a9d4edae082857d8d" is_pre_election: true
W20260608 12:41:36.054557 10169 leader_election.cc:343] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f25ccf4459d7424a9d4edae082857d8d (127.0.107.193:36317): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:36.055917 10128 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dca42d7ace3a42cea1b00161cdeab7e3" candidate_uuid: "9c5ac152d843488c93dca728f92bc98e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" is_pre_election: true
I20260608 12:41:36.056206 10129 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c2cfd674827f44d4bf506086bfab68d5" candidate_uuid: "9c5ac152d843488c93dca728f92bc98e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" is_pre_election: true
I20260608 12:41:36.056548 10306 raft_consensus.cc:359] T dca42d7ace3a42cea1b00161cdeab7e3 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:36.057232 10129 raft_consensus.cc:2468] T c2cfd674827f44d4bf506086bfab68d5 P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9c5ac152d843488c93dca728f92bc98e in term 0.
I20260608 12:41:36.057480 10306 raft_consensus.cc:385] T dca42d7ace3a42cea1b00161cdeab7e3 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:36.057816 10306 raft_consensus.cc:740] T dca42d7ace3a42cea1b00161cdeab7e3 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f25ccf4459d7424a9d4edae082857d8d, State: Initialized, Role: FOLLOWER
I20260608 12:41:36.058923 10168 leader_election.cc:304] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e [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: 9c5ac152d843488c93dca728f92bc98e, f28b97d02c0247778f3677e4e6d4bc6e; no voters: f25ccf4459d7424a9d4edae082857d8d
I20260608 12:41:36.056787 10260 raft_consensus.cc:493] T c2bad492d5ef48c68a9959f675f0432e P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:36.056602 10128 raft_consensus.cc:2468] T dca42d7ace3a42cea1b00161cdeab7e3 P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9c5ac152d843488c93dca728f92bc98e in term 0.
I20260608 12:41:36.059795 10260 raft_consensus.cc:515] T c2bad492d5ef48c68a9959f675f0432e P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:36.060149 10307 tablet_bootstrap.cc:492] T ff9647d121624baa8fa2215341913fa8 P f28b97d02c0247778f3677e4e6d4bc6e: Bootstrap starting.
I20260608 12:41:36.061118 10168 leader_election.cc:304] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9c5ac152d843488c93dca728f92bc98e, f28b97d02c0247778f3677e4e6d4bc6e; no voters: 
I20260608 12:41:36.060197 10263 raft_consensus.cc:2804] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:36.062105 10263 raft_consensus.cc:493] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:36.062484 10263 raft_consensus.cc:3060] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:36.064013 10054 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c2bad492d5ef48c68a9959f675f0432e" candidate_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f25ccf4459d7424a9d4edae082857d8d" is_pre_election: true
I20260608 12:41:36.064639 10054 raft_consensus.cc:2468] T c2bad492d5ef48c68a9959f675f0432e P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f28b97d02c0247778f3677e4e6d4bc6e in term 0.
I20260608 12:41:36.065960 10095 leader_election.cc:304] T c2bad492d5ef48c68a9959f675f0432e P f28b97d02c0247778f3677e4e6d4bc6e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: f25ccf4459d7424a9d4edae082857d8d, f28b97d02c0247778f3677e4e6d4bc6e; no voters: 
I20260608 12:41:36.066813 10257 raft_consensus.cc:2804] T c2bad492d5ef48c68a9959f675f0432e P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:36.067181 10257 raft_consensus.cc:493] T c2bad492d5ef48c68a9959f675f0432e P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:36.067523 10257 raft_consensus.cc:3060] T c2bad492d5ef48c68a9959f675f0432e P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:36.072125 10260 leader_election.cc:290] T c2bad492d5ef48c68a9959f675f0432e P f28b97d02c0247778f3677e4e6d4bc6e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f25ccf4459d7424a9d4edae082857d8d (127.0.107.193:36317), 9c5ac152d843488c93dca728f92bc98e (127.0.107.195:37927)
I20260608 12:41:36.073042 10307 tablet_bootstrap.cc:654] T ff9647d121624baa8fa2215341913fa8 P f28b97d02c0247778f3677e4e6d4bc6e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:36.077603 10255 raft_consensus.cc:493] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:36.078137 10255 raft_consensus.cc:515] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:36.079631 10263 raft_consensus.cc:515] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:36.084134 10263 leader_election.cc:290] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e [CANDIDATE]: Term 1 election: Requested vote from peers f25ccf4459d7424a9d4edae082857d8d (127.0.107.193:36317), f28b97d02c0247778f3677e4e6d4bc6e (127.0.107.194:45051)
I20260608 12:41:36.084724 10263 raft_consensus.cc:2804] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:36.085095 10263 raft_consensus.cc:493] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:36.085426 10263 raft_consensus.cc:3060] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:36.087575 10255 leader_election.cc:290] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f28b97d02c0247778f3677e4e6d4bc6e (127.0.107.194:45051), 9c5ac152d843488c93dca728f92bc98e (127.0.107.195:37927)
I20260608 12:41:36.091971 10054 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c2cfd674827f44d4bf506086bfab68d5" candidate_uuid: "9c5ac152d843488c93dca728f92bc98e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f25ccf4459d7424a9d4edae082857d8d"
W20260608 12:41:36.093355 10169 leader_election.cc:343] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer f25ccf4459d7424a9d4edae082857d8d (127.0.107.193:36317): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:36.095664 10257 raft_consensus.cc:515] T c2bad492d5ef48c68a9959f675f0432e P f28b97d02c0247778f3677e4e6d4bc6e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:36.098707 10054 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c2bad492d5ef48c68a9959f675f0432e" candidate_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f25ccf4459d7424a9d4edae082857d8d"
I20260608 12:41:36.099311 10054 raft_consensus.cc:3060] T c2bad492d5ef48c68a9959f675f0432e P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:36.058681 10306 consensus_queue.cc:260] T dca42d7ace3a42cea1b00161cdeab7e3 P f25ccf4459d7424a9d4edae082857d8d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:36.105283 10053 raft_consensus.cc:2468] T dca42d7ace3a42cea1b00161cdeab7e3 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9c5ac152d843488c93dca728f92bc98e in term 0.
I20260608 12:41:36.111127 10332 raft_consensus.cc:493] T ff9647d121624baa8fa2215341913fa8 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:36.111773 10332 raft_consensus.cc:515] T ff9647d121624baa8fa2215341913fa8 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
W20260608 12:41:36.113224 10168 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.194:45051, user_credentials={real_user=slave}} blocked reactor thread for 52187.7us
I20260608 12:41:36.114907 10306 ts_tablet_manager.cc:1434] T dca42d7ace3a42cea1b00161cdeab7e3 P f25ccf4459d7424a9d4edae082857d8d: Time spent starting tablet: real 0.061s	user 0.007s	sys 0.000s
I20260608 12:41:36.115156 10128 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c2cfd674827f44d4bf506086bfab68d5" candidate_uuid: "9c5ac152d843488c93dca728f92bc98e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f28b97d02c0247778f3677e4e6d4bc6e"
I20260608 12:41:36.115907 10128 raft_consensus.cc:3060] T c2cfd674827f44d4bf506086bfab68d5 P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:36.117211 10054 raft_consensus.cc:2468] T c2bad492d5ef48c68a9959f675f0432e P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f28b97d02c0247778f3677e4e6d4bc6e in term 1.
I20260608 12:41:36.118553 10095 leader_election.cc:304] T c2bad492d5ef48c68a9959f675f0432e P f28b97d02c0247778f3677e4e6d4bc6e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: f25ccf4459d7424a9d4edae082857d8d, f28b97d02c0247778f3677e4e6d4bc6e; no voters: 
I20260608 12:41:36.119491 10260 raft_consensus.cc:2804] T c2bad492d5ef48c68a9959f675f0432e P f28b97d02c0247778f3677e4e6d4bc6e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:36.121884 10203 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c2bad492d5ef48c68a9959f675f0432e" candidate_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9c5ac152d843488c93dca728f92bc98e" is_pre_election: true
I20260608 12:41:36.122666 10203 raft_consensus.cc:2468] T c2bad492d5ef48c68a9959f675f0432e P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f28b97d02c0247778f3677e4e6d4bc6e in term 0.
I20260608 12:41:36.124114 10128 raft_consensus.cc:2468] T c2cfd674827f44d4bf506086bfab68d5 P f28b97d02c0247778f3677e4e6d4bc6e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9c5ac152d843488c93dca728f92bc98e in term 1.
I20260608 12:41:36.125473 10168 leader_election.cc:304] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e [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: 9c5ac152d843488c93dca728f92bc98e, f28b97d02c0247778f3677e4e6d4bc6e; no voters: f25ccf4459d7424a9d4edae082857d8d
I20260608 12:41:36.133250 10203 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c2bad492d5ef48c68a9959f675f0432e" candidate_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9c5ac152d843488c93dca728f92bc98e"
I20260608 12:41:36.133898 10203 raft_consensus.cc:3060] T c2bad492d5ef48c68a9959f675f0432e P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:36.135162 10257 leader_election.cc:290] T c2bad492d5ef48c68a9959f675f0432e P f28b97d02c0247778f3677e4e6d4bc6e [CANDIDATE]: Term 1 election: Requested vote from peers f25ccf4459d7424a9d4edae082857d8d (127.0.107.193:36317), 9c5ac152d843488c93dca728f92bc98e (127.0.107.195:37927)
I20260608 12:41:36.135598 10202 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2349ee5a74ac4b218e454763bfd63e80" candidate_uuid: "f25ccf4459d7424a9d4edae082857d8d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9c5ac152d843488c93dca728f92bc98e" is_pre_election: true
I20260608 12:41:36.133230 10306 tablet_bootstrap.cc:492] T ff9647d121624baa8fa2215341913fa8 P f25ccf4459d7424a9d4edae082857d8d: Bootstrap starting.
I20260608 12:41:36.136302 10202 raft_consensus.cc:2468] T 2349ee5a74ac4b218e454763bfd63e80 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f25ccf4459d7424a9d4edae082857d8d in term 0.
I20260608 12:41:36.138449 10018 leader_election.cc:304] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9c5ac152d843488c93dca728f92bc98e, f25ccf4459d7424a9d4edae082857d8d; no voters: 
I20260608 12:41:36.139478 10255 raft_consensus.cc:2804] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:36.139871 10255 raft_consensus.cc:493] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:36.140213 10255 raft_consensus.cc:3060] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:36.144495 10260 raft_consensus.cc:697] T c2bad492d5ef48c68a9959f675f0432e P f28b97d02c0247778f3677e4e6d4bc6e [term 1 LEADER]: Becoming Leader. State: Replica: f28b97d02c0247778f3677e4e6d4bc6e, State: Running, Role: LEADER
I20260608 12:41:36.145493 10260 consensus_queue.cc:237] T c2bad492d5ef48c68a9959f675f0432e P f28b97d02c0247778f3677e4e6d4bc6e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:36.147867 10255 raft_consensus.cc:515] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:36.151985 10306 tablet_bootstrap.cc:654] T ff9647d121624baa8fa2215341913fa8 P f25ccf4459d7424a9d4edae082857d8d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:36.151777 10128 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2349ee5a74ac4b218e454763bfd63e80" candidate_uuid: "f25ccf4459d7424a9d4edae082857d8d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" is_pre_election: true
I20260608 12:41:36.152644 10128 raft_consensus.cc:2468] T 2349ee5a74ac4b218e454763bfd63e80 P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f25ccf4459d7424a9d4edae082857d8d in term 0.
I20260608 12:41:36.156286 10054 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ff9647d121624baa8fa2215341913fa8" candidate_uuid: "9c5ac152d843488c93dca728f92bc98e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f25ccf4459d7424a9d4edae082857d8d" is_pre_election: true
W20260608 12:41:36.157706 10169 leader_election.cc:343] T ff9647d121624baa8fa2215341913fa8 P 9c5ac152d843488c93dca728f92bc98e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f25ccf4459d7424a9d4edae082857d8d (127.0.107.193:36317): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:36.159008 10332 leader_election.cc:290] T ff9647d121624baa8fa2215341913fa8 P 9c5ac152d843488c93dca728f92bc98e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f25ccf4459d7424a9d4edae082857d8d (127.0.107.193:36317), f28b97d02c0247778f3677e4e6d4bc6e (127.0.107.194:45051)
I20260608 12:41:36.159552 10332 raft_consensus.cc:2804] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:36.159997 10332 raft_consensus.cc:697] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e [term 1 LEADER]: Becoming Leader. State: Replica: 9c5ac152d843488c93dca728f92bc98e, State: Running, Role: LEADER
I20260608 12:41:36.160521 10128 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ff9647d121624baa8fa2215341913fa8" candidate_uuid: "9c5ac152d843488c93dca728f92bc98e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" is_pre_election: true
I20260608 12:41:36.160873 10332 consensus_queue.cc:237] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
W20260608 12:41:36.162226 10168 leader_election.cc:343] T ff9647d121624baa8fa2215341913fa8 P 9c5ac152d843488c93dca728f92bc98e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f28b97d02c0247778f3677e4e6d4bc6e (127.0.107.194:45051): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:36.162743 10168 leader_election.cc:304] T ff9647d121624baa8fa2215341913fa8 P 9c5ac152d843488c93dca728f92bc98e [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: 9c5ac152d843488c93dca728f92bc98e; no voters: f25ccf4459d7424a9d4edae082857d8d, f28b97d02c0247778f3677e4e6d4bc6e
I20260608 12:41:36.168591  9947 catalog_manager.cc:5696] T c2bad492d5ef48c68a9959f675f0432e P f28b97d02c0247778f3677e4e6d4bc6e reported cstate change: term changed from 0 to 1, leader changed from <none> to f28b97d02c0247778f3677e4e6d4bc6e (127.0.107.194). New cstate: current_term: 1 leader_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } health_report { overall_health: UNKNOWN } } }
W20260608 12:41:36.169867 10000 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:41:36.177639 10340 raft_consensus.cc:2749] T ff9647d121624baa8fa2215341913fa8 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:36.185242 10128 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2349ee5a74ac4b218e454763bfd63e80" candidate_uuid: "f25ccf4459d7424a9d4edae082857d8d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f28b97d02c0247778f3677e4e6d4bc6e"
I20260608 12:41:36.185976 10128 raft_consensus.cc:3060] T 2349ee5a74ac4b218e454763bfd63e80 P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:36.191991 10203 raft_consensus.cc:2468] T c2bad492d5ef48c68a9959f675f0432e P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f28b97d02c0247778f3677e4e6d4bc6e in term 1.
I20260608 12:41:36.193274 10263 raft_consensus.cc:515] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:36.195376 10128 raft_consensus.cc:2468] T 2349ee5a74ac4b218e454763bfd63e80 P f28b97d02c0247778f3677e4e6d4bc6e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f25ccf4459d7424a9d4edae082857d8d in term 1.
I20260608 12:41:36.196729 10054 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dca42d7ace3a42cea1b00161cdeab7e3" candidate_uuid: "9c5ac152d843488c93dca728f92bc98e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f25ccf4459d7424a9d4edae082857d8d"
I20260608 12:41:36.197082 10019 leader_election.cc:304] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: f25ccf4459d7424a9d4edae082857d8d, f28b97d02c0247778f3677e4e6d4bc6e; no voters: 
I20260608 12:41:36.197526 10054 raft_consensus.cc:3060] T dca42d7ace3a42cea1b00161cdeab7e3 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:36.199626 10341 raft_consensus.cc:2804] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:36.199914 10203 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2349ee5a74ac4b218e454763bfd63e80" candidate_uuid: "f25ccf4459d7424a9d4edae082857d8d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9c5ac152d843488c93dca728f92bc98e"
I20260608 12:41:36.200636 10203 raft_consensus.cc:3060] T 2349ee5a74ac4b218e454763bfd63e80 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:36.206796 10341 raft_consensus.cc:697] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d [term 1 LEADER]: Becoming Leader. State: Replica: f25ccf4459d7424a9d4edae082857d8d, State: Running, Role: LEADER
I20260608 12:41:36.207836 10341 consensus_queue.cc:237] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:36.208936 10255 leader_election.cc:290] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d [CANDIDATE]: Term 1 election: Requested vote from peers f28b97d02c0247778f3677e4e6d4bc6e (127.0.107.194:45051), 9c5ac152d843488c93dca728f92bc98e (127.0.107.195:37927)
I20260608 12:41:36.209839 10054 raft_consensus.cc:2468] T dca42d7ace3a42cea1b00161cdeab7e3 P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9c5ac152d843488c93dca728f92bc98e in term 1.
I20260608 12:41:36.211051 10169 leader_election.cc:304] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9c5ac152d843488c93dca728f92bc98e, f25ccf4459d7424a9d4edae082857d8d; no voters: 
I20260608 12:41:36.211759 10307 tablet_bootstrap.cc:492] T ff9647d121624baa8fa2215341913fa8 P f28b97d02c0247778f3677e4e6d4bc6e: No bootstrap required, opened a new log
I20260608 12:41:36.212283 10307 ts_tablet_manager.cc:1403] T ff9647d121624baa8fa2215341913fa8 P f28b97d02c0247778f3677e4e6d4bc6e: Time spent bootstrapping tablet: real 0.152s	user 0.049s	sys 0.086s
I20260608 12:41:36.212378 10128 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dca42d7ace3a42cea1b00161cdeab7e3" candidate_uuid: "9c5ac152d843488c93dca728f92bc98e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f28b97d02c0247778f3677e4e6d4bc6e"
I20260608 12:41:36.213243 10128 raft_consensus.cc:3060] T dca42d7ace3a42cea1b00161cdeab7e3 P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:36.212941 10263 leader_election.cc:290] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e [CANDIDATE]: Term 1 election: Requested vote from peers f25ccf4459d7424a9d4edae082857d8d (127.0.107.193:36317), f28b97d02c0247778f3677e4e6d4bc6e (127.0.107.194:45051)
I20260608 12:41:36.216126 10263 raft_consensus.cc:2804] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:36.216625 10263 raft_consensus.cc:697] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e [term 1 LEADER]: Becoming Leader. State: Replica: 9c5ac152d843488c93dca728f92bc98e, State: Running, Role: LEADER
I20260608 12:41:36.215457 10307 raft_consensus.cc:359] T ff9647d121624baa8fa2215341913fa8 P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:36.218514 10307 raft_consensus.cc:385] T ff9647d121624baa8fa2215341913fa8 P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:36.218840 10307 raft_consensus.cc:740] T ff9647d121624baa8fa2215341913fa8 P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f28b97d02c0247778f3677e4e6d4bc6e, State: Initialized, Role: FOLLOWER
I20260608 12:41:36.219800 10307 consensus_queue.cc:260] T ff9647d121624baa8fa2215341913fa8 P f28b97d02c0247778f3677e4e6d4bc6e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:36.217694 10263 consensus_queue.cc:237] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:36.221331 10128 raft_consensus.cc:2468] T dca42d7ace3a42cea1b00161cdeab7e3 P f28b97d02c0247778f3677e4e6d4bc6e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9c5ac152d843488c93dca728f92bc98e in term 1.
I20260608 12:41:36.222200 10307 ts_tablet_manager.cc:1434] T ff9647d121624baa8fa2215341913fa8 P f28b97d02c0247778f3677e4e6d4bc6e: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260608 12:41:36.223587 10203 raft_consensus.cc:2468] T 2349ee5a74ac4b218e454763bfd63e80 P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f25ccf4459d7424a9d4edae082857d8d in term 1.
I20260608 12:41:36.229437  9948 catalog_manager.cc:5696] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d reported cstate change: term changed from 0 to 1, leader changed from <none> to f25ccf4459d7424a9d4edae082857d8d (127.0.107.193). New cstate: current_term: 1 leader_uuid: "f25ccf4459d7424a9d4edae082857d8d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:36.232967 10306 tablet_bootstrap.cc:492] T ff9647d121624baa8fa2215341913fa8 P f25ccf4459d7424a9d4edae082857d8d: No bootstrap required, opened a new log
I20260608 12:41:36.232344  9952 catalog_manager.cc:5696] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e reported cstate change: term changed from 0 to 1, leader changed from <none> to 9c5ac152d843488c93dca728f92bc98e (127.0.107.195). New cstate: current_term: 1 leader_uuid: "9c5ac152d843488c93dca728f92bc98e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:36.233523 10306 ts_tablet_manager.cc:1403] T ff9647d121624baa8fa2215341913fa8 P f25ccf4459d7424a9d4edae082857d8d: Time spent bootstrapping tablet: real 0.101s	user 0.035s	sys 0.035s
I20260608 12:41:36.236850 10306 raft_consensus.cc:359] T ff9647d121624baa8fa2215341913fa8 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:36.237615 10306 raft_consensus.cc:385] T ff9647d121624baa8fa2215341913fa8 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:36.237920 10306 raft_consensus.cc:740] T ff9647d121624baa8fa2215341913fa8 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f25ccf4459d7424a9d4edae082857d8d, State: Initialized, Role: FOLLOWER
I20260608 12:41:36.238662 10306 consensus_queue.cc:260] T ff9647d121624baa8fa2215341913fa8 P f25ccf4459d7424a9d4edae082857d8d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:36.240404 10306 ts_tablet_manager.cc:1434] T ff9647d121624baa8fa2215341913fa8 P f25ccf4459d7424a9d4edae082857d8d: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260608 12:41:36.241253 10306 tablet_bootstrap.cc:492] T c2cfd674827f44d4bf506086bfab68d5 P f25ccf4459d7424a9d4edae082857d8d: Bootstrap starting.
I20260608 12:41:36.246675 10306 tablet_bootstrap.cc:654] T c2cfd674827f44d4bf506086bfab68d5 P f25ccf4459d7424a9d4edae082857d8d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:36.251493 10306 tablet_bootstrap.cc:492] T c2cfd674827f44d4bf506086bfab68d5 P f25ccf4459d7424a9d4edae082857d8d: No bootstrap required, opened a new log
I20260608 12:41:36.251909 10306 ts_tablet_manager.cc:1403] T c2cfd674827f44d4bf506086bfab68d5 P f25ccf4459d7424a9d4edae082857d8d: Time spent bootstrapping tablet: real 0.011s	user 0.006s	sys 0.003s
I20260608 12:41:36.253185  9952 catalog_manager.cc:5696] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e reported cstate change: term changed from 0 to 1, leader changed from <none> to 9c5ac152d843488c93dca728f92bc98e (127.0.107.195). New cstate: current_term: 1 leader_uuid: "9c5ac152d843488c93dca728f92bc98e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:36.254139 10306 raft_consensus.cc:359] T c2cfd674827f44d4bf506086bfab68d5 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:36.254667 10306 raft_consensus.cc:385] T c2cfd674827f44d4bf506086bfab68d5 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:36.254901 10306 raft_consensus.cc:740] T c2cfd674827f44d4bf506086bfab68d5 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f25ccf4459d7424a9d4edae082857d8d, State: Initialized, Role: FOLLOWER
I20260608 12:41:36.255681 10306 consensus_queue.cc:260] T c2cfd674827f44d4bf506086bfab68d5 P f25ccf4459d7424a9d4edae082857d8d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:36.257979 10306 ts_tablet_manager.cc:1434] T c2cfd674827f44d4bf506086bfab68d5 P f25ccf4459d7424a9d4edae082857d8d: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.004s
I20260608 12:41:36.491541 10260 consensus_queue.cc:1048] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e [LEADER]: Connected to new peer: Peer: permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:36.504853 10260 consensus_queue.cc:1048] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e [LEADER]: Connected to new peer: Peer: permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:36.566509 10341 raft_consensus.cc:493] T c2cfd674827f44d4bf506086bfab68d5 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:36.566962 10341 raft_consensus.cc:515] T c2cfd674827f44d4bf506086bfab68d5 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:36.568761 10341 leader_election.cc:290] T c2cfd674827f44d4bf506086bfab68d5 P f25ccf4459d7424a9d4edae082857d8d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f28b97d02c0247778f3677e4e6d4bc6e (127.0.107.194:45051), 9c5ac152d843488c93dca728f92bc98e (127.0.107.195:37927)
I20260608 12:41:36.569628 10128 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c2cfd674827f44d4bf506086bfab68d5" candidate_uuid: "f25ccf4459d7424a9d4edae082857d8d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" is_pre_election: true
I20260608 12:41:36.569813 10203 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c2cfd674827f44d4bf506086bfab68d5" candidate_uuid: "f25ccf4459d7424a9d4edae082857d8d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9c5ac152d843488c93dca728f92bc98e" is_pre_election: true
I20260608 12:41:36.570304 10128 raft_consensus.cc:2393] T c2cfd674827f44d4bf506086bfab68d5 P f28b97d02c0247778f3677e4e6d4bc6e [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate f25ccf4459d7424a9d4edae082857d8d in current term 1: Already voted for candidate 9c5ac152d843488c93dca728f92bc98e in this term.
I20260608 12:41:36.571269 10019 leader_election.cc:304] T c2cfd674827f44d4bf506086bfab68d5 P f25ccf4459d7424a9d4edae082857d8d [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: f25ccf4459d7424a9d4edae082857d8d; no voters: 9c5ac152d843488c93dca728f92bc98e, f28b97d02c0247778f3677e4e6d4bc6e
I20260608 12:41:36.571952 10341 raft_consensus.cc:3060] T c2cfd674827f44d4bf506086bfab68d5 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:36.576880 10341 raft_consensus.cc:2749] T c2cfd674827f44d4bf506086bfab68d5 P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:36.576963 10260 raft_consensus.cc:493] T ff9647d121624baa8fa2215341913fa8 P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:36.577467 10260 raft_consensus.cc:515] T ff9647d121624baa8fa2215341913fa8 P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:36.578425 10341 raft_consensus.cc:493] T ff9647d121624baa8fa2215341913fa8 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:36.578842 10341 raft_consensus.cc:515] T ff9647d121624baa8fa2215341913fa8 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:36.579268 10260 leader_election.cc:290] T ff9647d121624baa8fa2215341913fa8 P f28b97d02c0247778f3677e4e6d4bc6e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f25ccf4459d7424a9d4edae082857d8d (127.0.107.193:36317), 9c5ac152d843488c93dca728f92bc98e (127.0.107.195:37927)
I20260608 12:41:36.580057 10054 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ff9647d121624baa8fa2215341913fa8" candidate_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f25ccf4459d7424a9d4edae082857d8d" is_pre_election: true
I20260608 12:41:36.580307 10203 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ff9647d121624baa8fa2215341913fa8" candidate_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9c5ac152d843488c93dca728f92bc98e" is_pre_election: true
I20260608 12:41:36.580750 10054 raft_consensus.cc:2468] T ff9647d121624baa8fa2215341913fa8 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f28b97d02c0247778f3677e4e6d4bc6e in term 0.
I20260608 12:41:36.580899 10203 raft_consensus.cc:2468] T ff9647d121624baa8fa2215341913fa8 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f28b97d02c0247778f3677e4e6d4bc6e in term 0.
I20260608 12:41:36.581558 10128 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ff9647d121624baa8fa2215341913fa8" candidate_uuid: "f25ccf4459d7424a9d4edae082857d8d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" is_pre_election: true
I20260608 12:41:36.582113 10095 leader_election.cc:304] T ff9647d121624baa8fa2215341913fa8 P f28b97d02c0247778f3677e4e6d4bc6e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: f25ccf4459d7424a9d4edae082857d8d, f28b97d02c0247778f3677e4e6d4bc6e; no voters: 
I20260608 12:41:36.582160 10128 raft_consensus.cc:2468] T ff9647d121624baa8fa2215341913fa8 P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f25ccf4459d7424a9d4edae082857d8d in term 0.
I20260608 12:41:36.582610 10202 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ff9647d121624baa8fa2215341913fa8" candidate_uuid: "f25ccf4459d7424a9d4edae082857d8d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9c5ac152d843488c93dca728f92bc98e" is_pre_election: true
I20260608 12:41:36.582382 10341 leader_election.cc:290] T ff9647d121624baa8fa2215341913fa8 P f25ccf4459d7424a9d4edae082857d8d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f28b97d02c0247778f3677e4e6d4bc6e (127.0.107.194:45051), 9c5ac152d843488c93dca728f92bc98e (127.0.107.195:37927)
I20260608 12:41:36.583314 10202 raft_consensus.cc:2468] T ff9647d121624baa8fa2215341913fa8 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f25ccf4459d7424a9d4edae082857d8d in term 0.
I20260608 12:41:36.583230 10260 raft_consensus.cc:2804] T ff9647d121624baa8fa2215341913fa8 P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:36.584143 10260 raft_consensus.cc:493] T ff9647d121624baa8fa2215341913fa8 P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:36.583767 10019 leader_election.cc:304] T ff9647d121624baa8fa2215341913fa8 P f25ccf4459d7424a9d4edae082857d8d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: f25ccf4459d7424a9d4edae082857d8d, f28b97d02c0247778f3677e4e6d4bc6e; no voters: 
I20260608 12:41:36.584628 10260 raft_consensus.cc:3060] T ff9647d121624baa8fa2215341913fa8 P f28b97d02c0247778f3677e4e6d4bc6e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:36.585294 10341 raft_consensus.cc:2804] T ff9647d121624baa8fa2215341913fa8 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:36.585692 10341 raft_consensus.cc:493] T ff9647d121624baa8fa2215341913fa8 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:36.586062 10341 raft_consensus.cc:3060] T ff9647d121624baa8fa2215341913fa8 P f25ccf4459d7424a9d4edae082857d8d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:36.589861 10260 raft_consensus.cc:515] T ff9647d121624baa8fa2215341913fa8 P f28b97d02c0247778f3677e4e6d4bc6e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:36.590943 10341 raft_consensus.cc:515] T ff9647d121624baa8fa2215341913fa8 P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:36.591708 10260 leader_election.cc:290] T ff9647d121624baa8fa2215341913fa8 P f28b97d02c0247778f3677e4e6d4bc6e [CANDIDATE]: Term 1 election: Requested vote from peers f25ccf4459d7424a9d4edae082857d8d (127.0.107.193:36317), 9c5ac152d843488c93dca728f92bc98e (127.0.107.195:37927)
I20260608 12:41:36.592792 10341 leader_election.cc:290] T ff9647d121624baa8fa2215341913fa8 P f25ccf4459d7424a9d4edae082857d8d [CANDIDATE]: Term 1 election: Requested vote from peers f28b97d02c0247778f3677e4e6d4bc6e (127.0.107.194:45051), 9c5ac152d843488c93dca728f92bc98e (127.0.107.195:37927)
I20260608 12:41:36.592944 10203 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ff9647d121624baa8fa2215341913fa8" candidate_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9c5ac152d843488c93dca728f92bc98e"
I20260608 12:41:36.592612 10054 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ff9647d121624baa8fa2215341913fa8" candidate_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f25ccf4459d7424a9d4edae082857d8d"
I20260608 12:41:36.593676 10128 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ff9647d121624baa8fa2215341913fa8" candidate_uuid: "f25ccf4459d7424a9d4edae082857d8d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f28b97d02c0247778f3677e4e6d4bc6e"
I20260608 12:41:36.593690 10203 raft_consensus.cc:3060] T ff9647d121624baa8fa2215341913fa8 P 9c5ac152d843488c93dca728f92bc98e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:36.594066 10054 raft_consensus.cc:2393] T ff9647d121624baa8fa2215341913fa8 P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate f28b97d02c0247778f3677e4e6d4bc6e in current term 1: Already voted for candidate f25ccf4459d7424a9d4edae082857d8d in this term.
I20260608 12:41:36.593916 10202 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ff9647d121624baa8fa2215341913fa8" candidate_uuid: "f25ccf4459d7424a9d4edae082857d8d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9c5ac152d843488c93dca728f92bc98e"
I20260608 12:41:36.594775 10128 raft_consensus.cc:2393] T ff9647d121624baa8fa2215341913fa8 P f28b97d02c0247778f3677e4e6d4bc6e [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate f25ccf4459d7424a9d4edae082857d8d in current term 1: Already voted for candidate f28b97d02c0247778f3677e4e6d4bc6e in this term.
I20260608 12:41:36.596004 10019 leader_election.cc:304] T ff9647d121624baa8fa2215341913fa8 P f25ccf4459d7424a9d4edae082857d8d [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: f25ccf4459d7424a9d4edae082857d8d; no voters: 9c5ac152d843488c93dca728f92bc98e, f28b97d02c0247778f3677e4e6d4bc6e
I20260608 12:41:36.596626 10341 raft_consensus.cc:2749] T ff9647d121624baa8fa2215341913fa8 P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:41:36.599431 10203 raft_consensus.cc:2468] T ff9647d121624baa8fa2215341913fa8 P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f28b97d02c0247778f3677e4e6d4bc6e in term 1.
I20260608 12:41:36.600391 10093 leader_election.cc:304] T ff9647d121624baa8fa2215341913fa8 P f28b97d02c0247778f3677e4e6d4bc6e [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: 9c5ac152d843488c93dca728f92bc98e, f28b97d02c0247778f3677e4e6d4bc6e; no voters: f25ccf4459d7424a9d4edae082857d8d
I20260608 12:41:36.601120 10260 raft_consensus.cc:2804] T ff9647d121624baa8fa2215341913fa8 P f28b97d02c0247778f3677e4e6d4bc6e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:36.601627 10260 raft_consensus.cc:697] T ff9647d121624baa8fa2215341913fa8 P f28b97d02c0247778f3677e4e6d4bc6e [term 1 LEADER]: Becoming Leader. State: Replica: f28b97d02c0247778f3677e4e6d4bc6e, State: Running, Role: LEADER
I20260608 12:41:36.602344 10260 consensus_queue.cc:237] T ff9647d121624baa8fa2215341913fa8 P f28b97d02c0247778f3677e4e6d4bc6e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:36.610374  9948 catalog_manager.cc:5696] T ff9647d121624baa8fa2215341913fa8 P f28b97d02c0247778f3677e4e6d4bc6e reported cstate change: term changed from 0 to 1, leader changed from <none> to f28b97d02c0247778f3677e4e6d4bc6e (127.0.107.194). New cstate: current_term: 1 leader_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:36.629667 10263 consensus_queue.cc:1048] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e [LEADER]: Connected to new peer: Peer: permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:36.636317 10341 consensus_queue.cc:1048] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d [LEADER]: Connected to new peer: Peer: permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:36.642920 10263 consensus_queue.cc:1048] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e [LEADER]: Connected to new peer: Peer: permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:36.657012 10341 consensus_queue.cc:1048] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d [LEADER]: Connected to new peer: Peer: permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:36.665158 10260 consensus_queue.cc:1048] T c2bad492d5ef48c68a9959f675f0432e P f28b97d02c0247778f3677e4e6d4bc6e [LEADER]: Connected to new peer: Peer: permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:36.672465 10337 consensus_queue.cc:1048] T c2bad492d5ef48c68a9959f675f0432e P f28b97d02c0247778f3677e4e6d4bc6e [LEADER]: Connected to new peer: Peer: permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:36.680475 10263 consensus_queue.cc:1048] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e [LEADER]: Connected to new peer: Peer: permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:36.693881 10332 consensus_queue.cc:1048] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e [LEADER]: Connected to new peer: Peer: permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:36.958318 10201 raft_consensus.cc:1275] T ff9647d121624baa8fa2215341913fa8 P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Refusing update from remote peer f28b97d02c0247778f3677e4e6d4bc6e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:36.993108 10257 consensus_queue.cc:1048] T ff9647d121624baa8fa2215341913fa8 P f28b97d02c0247778f3677e4e6d4bc6e [LEADER]: Connected to new peer: Peer: permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:37.025656 10054 raft_consensus.cc:1275] T ff9647d121624baa8fa2215341913fa8 P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Refusing update from remote peer f28b97d02c0247778f3677e4e6d4bc6e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:37.061590 10260 consensus_queue.cc:1048] T ff9647d121624baa8fa2215341913fa8 P f28b97d02c0247778f3677e4e6d4bc6e [LEADER]: Connected to new peer: Peer: permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:41:37.502269 10361 meta_cache.cc:1261] Time spent looking up entry by key: real 0.078s	user 0.004s	sys 0.000s
I20260608 12:41:38.189479   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:38.195421 10404 instance_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:38.196864 10405 instance_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:38.198232 10407 instance_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:38.198263   431 server_base.cc:1061] running on GCE node
I20260608 12:41:38.199744   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:38.199952   431 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:38.200145   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922498200126 us; error 0 us; skew 500 ppm
I20260608 12:41:38.200713   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:38.202999   431 webserver.cc:533] Webserver started at http://127.0.107.196:37543/ using document root <none> and password file <none>
I20260608 12:41:38.203503   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:38.203683   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:38.203927   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:38.205096   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922266998516-431-0/minicluster-data/ts-3-root/instance:
uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3"
format_stamp: "Formatted at 2026-06-08 12:41:38 on dist-test-slave-3g00"
I20260608 12:41:38.209549   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260608 12:41:38.212801 10412 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:38.213593   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:41:38.213881   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922266998516-431-0/minicluster-data/ts-3-root
uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3"
format_stamp: "Formatted at 2026-06-08 12:41:38 on dist-test-slave-3g00"
I20260608 12:41:38.214154   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922266998516-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922266998516-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922266998516-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:38.228245   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:38.229503   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:38.231077   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:38.233541   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:38.233762   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:38.234042   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:38.234200   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
W20260608 12:41:39.456277   431 thread.cc:641] rpc worker (service pool kudu.consensus.ConsensusService) Time spent creating pthread: real 1.155s	user 0.014s	sys 0.027s
W20260608 12:41:39.457111   431 thread.cc:608] rpc worker (service pool kudu.consensus.ConsensusService) Time spent starting thread: real 1.156s	user 0.015s	sys 0.027s
W20260608 12:41:39.862876 10095 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:36317, user_credentials={real_user=slave}} blocked reactor thread for 229390us
I20260608 12:41:39.925606  9950 rpcz_store.cc:275] Call kudu.master.MasterService.TSHeartbeat from 127.0.0.1:48874 (request call id 32) took 1074 ms. Trace:
I20260608 12:41:39.926405  9950 rpcz_store.cc:276] 0608 12:41:38.850909 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:41:38.984519 (+133610us) service_pool.cc:224] Handling call
0608 12:41:39.909227 (+924708us) spinlock_profiling.cc:243] Waited 89 ms on lock 0x7b540056da28. stack: 00007fd72f2403a1 00007fd72f2401c8 00007fd72ea1bf11 000000000047f705 000000000047f658 00007fd739ab236b 00007fd739aa9b41 00007fd739498e30 00007fd73966087a 00007fd737284466 00007fd737284350 00007fd737284227 00007fd737284177 00007fd737282459 00007fd7309ca8ed 00007fd7309c9748
0608 12:41:39.925407 (+ 16180us) inbound_call.cc:177] Queueing success response
Metrics: {"reported_tablets":0,"spinlock_wait_cycles":204612352}
I20260608 12:41:40.034802   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:38577
I20260608 12:41:40.035101 10483 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:38577 every 8 connection(s)
I20260608 12:41:40.062683 10484 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33979
I20260608 12:41:40.063233 10484 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:40.064231 10484 heartbeater.cc:507] Master 127.0.107.254:33979 requested a full tablet report, sending...
I20260608 12:41:40.066697  9950 ts_manager.cc:194] Registered new tserver with Master: d33fdfe1be2d4a1d95f5fd0b0d867ba3 (127.0.107.196:38577)
I20260608 12:41:40.069129  9950 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48928
W20260608 12:41:40.143680 10150 debug-util.cc:398] Leaking SignalData structure 0x7b08002bb660 after lost signal to thread 434
W20260608 12:41:40.146255 10150 debug-util.cc:398] Leaking SignalData structure 0x7b08002929a0 after lost signal to thread 10078
W20260608 12:41:40.147534 10150 debug-util.cc:398] Leaking SignalData structure 0x7b080016fd40 after lost signal to thread 10153
W20260608 12:41:40.148779 10150 debug-util.cc:398] Leaking SignalData structure 0x7b080009a140 after lost signal to thread 10227
I20260608 12:41:40.669811 10127 consensus_queue.cc:237] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e [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: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } attrs { replace: true } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: true } }
I20260608 12:41:40.680315 10052 raft_consensus.cc:1275] T e8c1b54610f44355a31c9d6e2ba306da P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Refusing update from remote peer f28b97d02c0247778f3677e4e6d4bc6e: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:41:40.680563 10202 raft_consensus.cc:1275] T e8c1b54610f44355a31c9d6e2ba306da P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Refusing update from remote peer f28b97d02c0247778f3677e4e6d4bc6e: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:41:40.683192 10491 consensus_queue.cc:1048] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e [LEADER]: Connected to new peer: Peer: permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
I20260608 12:41:40.687531 10491 consensus_queue.cc:1048] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e [LEADER]: Connected to new peer: Peer: permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } 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:41:40.705086 10093 consensus_peers.cc:597] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e -> Peer d33fdfe1be2d4a1d95f5fd0b0d867ba3 (127.0.107.196:38577): Couldn't send request to peer d33fdfe1be2d4a1d95f5fd0b0d867ba3. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e8c1b54610f44355a31c9d6e2ba306da. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:40.707916 10447 raft_consensus.cc:2955] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER d33fdfe1be2d4a1d95f5fd0b0d867ba3 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } attrs { replace: true } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: true } } }
I20260608 12:41:40.708956 10202 raft_consensus.cc:2955] T e8c1b54610f44355a31c9d6e2ba306da P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER d33fdfe1be2d4a1d95f5fd0b0d867ba3 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } attrs { replace: true } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: true } } }
I20260608 12:41:40.726989  9950 catalog_manager.cc:5696] T e8c1b54610f44355a31c9d6e2ba306da P 9c5ac152d843488c93dca728f92bc98e reported cstate change: config changed from index -1 to 16, NON_VOTER d33fdfe1be2d4a1d95f5fd0b0d867ba3 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } attrs { replace: true } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: true } } }
I20260608 12:41:40.750609 10052 raft_consensus.cc:2955] T e8c1b54610f44355a31c9d6e2ba306da P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER d33fdfe1be2d4a1d95f5fd0b0d867ba3 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } attrs { replace: true } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: true } } }
I20260608 12:41:40.768962 10202 consensus_queue.cc:237] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e [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: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } attrs { replace: true } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: true } }
I20260608 12:41:40.783224 10127 raft_consensus.cc:1275] T dca42d7ace3a42cea1b00161cdeab7e3 P f28b97d02c0247778f3677e4e6d4bc6e [term 1 FOLLOWER]: Refusing update from remote peer 9c5ac152d843488c93dca728f92bc98e: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:41:40.789644 10052 raft_consensus.cc:1275] T dca42d7ace3a42cea1b00161cdeab7e3 P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Refusing update from remote peer 9c5ac152d843488c93dca728f92bc98e: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:41:40.791530 10452 consensus_queue.cc:1048] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e [LEADER]: Connected to new peer: Peer: permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } 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:41:40.798866 10452 consensus_queue.cc:1048] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e [LEADER]: Connected to new peer: Peer: permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
I20260608 12:41:40.822058 10452 raft_consensus.cc:2955] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER d33fdfe1be2d4a1d95f5fd0b0d867ba3 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } attrs { replace: true } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: true } } }
I20260608 12:41:40.826438 10127 raft_consensus.cc:2955] T dca42d7ace3a42cea1b00161cdeab7e3 P f28b97d02c0247778f3677e4e6d4bc6e [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER d33fdfe1be2d4a1d95f5fd0b0d867ba3 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } attrs { replace: true } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: true } } }
W20260608 12:41:40.831800 10167 consensus_peers.cc:597] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e -> Peer d33fdfe1be2d4a1d95f5fd0b0d867ba3 (127.0.107.196:38577): Couldn't send request to peer d33fdfe1be2d4a1d95f5fd0b0d867ba3. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: dca42d7ace3a42cea1b00161cdeab7e3. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:40.844154  9949 catalog_manager.cc:5696] T dca42d7ace3a42cea1b00161cdeab7e3 P f28b97d02c0247778f3677e4e6d4bc6e reported cstate change: config changed from index -1 to 16, NON_VOTER d33fdfe1be2d4a1d95f5fd0b0d867ba3 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "9c5ac152d843488c93dca728f92bc98e" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } attrs { replace: true } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: true } } }
I20260608 12:41:40.844843 10052 raft_consensus.cc:2955] T dca42d7ace3a42cea1b00161cdeab7e3 P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER d33fdfe1be2d4a1d95f5fd0b0d867ba3 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } attrs { replace: true } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: true } } }
I20260608 12:41:40.874231 10052 consensus_queue.cc:237] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d [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: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } attrs { replace: true } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: true } }
I20260608 12:41:40.882715 10127 raft_consensus.cc:1275] T 2349ee5a74ac4b218e454763bfd63e80 P f28b97d02c0247778f3677e4e6d4bc6e [term 1 FOLLOWER]: Refusing update from remote peer f25ccf4459d7424a9d4edae082857d8d: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:41:40.884395 10202 raft_consensus.cc:1275] T 2349ee5a74ac4b218e454763bfd63e80 P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Refusing update from remote peer f25ccf4459d7424a9d4edae082857d8d: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:41:40.884583 10502 consensus_queue.cc:1048] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d [LEADER]: Connected to new peer: Peer: permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } 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:41:40.886451 10497 consensus_queue.cc:1048] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d [LEADER]: Connected to new peer: Peer: permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
W20260608 12:41:40.896097 10018 consensus_peers.cc:597] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d -> Peer d33fdfe1be2d4a1d95f5fd0b0d867ba3 (127.0.107.196:38577): Couldn't send request to peer d33fdfe1be2d4a1d95f5fd0b0d867ba3. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 2349ee5a74ac4b218e454763bfd63e80. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:40.900954 10502 raft_consensus.cc:2955] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER d33fdfe1be2d4a1d95f5fd0b0d867ba3 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } attrs { replace: true } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: true } } }
I20260608 12:41:40.905274 10202 raft_consensus.cc:2955] T 2349ee5a74ac4b218e454763bfd63e80 P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER d33fdfe1be2d4a1d95f5fd0b0d867ba3 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } attrs { replace: true } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: true } } }
I20260608 12:41:40.904560 10129 raft_consensus.cc:2955] T 2349ee5a74ac4b218e454763bfd63e80 P f28b97d02c0247778f3677e4e6d4bc6e [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER d33fdfe1be2d4a1d95f5fd0b0d867ba3 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } attrs { replace: true } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: true } } }
I20260608 12:41:40.918861 10203 consensus_queue.cc:237] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e [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: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } attrs { replace: true } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: true } }
I20260608 12:41:40.922271  9949 catalog_manager.cc:5696] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d reported cstate change: config changed from index -1 to 16, NON_VOTER d33fdfe1be2d4a1d95f5fd0b0d867ba3 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "f25ccf4459d7424a9d4edae082857d8d" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:40.933385 10127 raft_consensus.cc:1275] T c2cfd674827f44d4bf506086bfab68d5 P f28b97d02c0247778f3677e4e6d4bc6e [term 1 FOLLOWER]: Refusing update from remote peer 9c5ac152d843488c93dca728f92bc98e: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
W20260608 12:41:40.935063 10167 consensus_peers.cc:597] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e -> Peer d33fdfe1be2d4a1d95f5fd0b0d867ba3 (127.0.107.196:38577): Couldn't send request to peer d33fdfe1be2d4a1d95f5fd0b0d867ba3. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c2cfd674827f44d4bf506086bfab68d5. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:40.935227 10052 raft_consensus.cc:1275] T c2cfd674827f44d4bf506086bfab68d5 P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Refusing update from remote peer 9c5ac152d843488c93dca728f92bc98e: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:41:40.935806 10452 consensus_queue.cc:1048] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e [LEADER]: Connected to new peer: Peer: permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } 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:41:40.937354 10507 consensus_queue.cc:1048] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e [LEADER]: Connected to new peer: Peer: permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:41:40.955703 10511 raft_consensus.cc:2955] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER d33fdfe1be2d4a1d95f5fd0b0d867ba3 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } attrs { replace: true } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: true } } }
I20260608 12:41:40.959609 10129 raft_consensus.cc:2955] T c2cfd674827f44d4bf506086bfab68d5 P f28b97d02c0247778f3677e4e6d4bc6e [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER d33fdfe1be2d4a1d95f5fd0b0d867ba3 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } attrs { replace: true } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: true } } }
I20260608 12:41:40.957942 10052 raft_consensus.cc:2955] T c2cfd674827f44d4bf506086bfab68d5 P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER d33fdfe1be2d4a1d95f5fd0b0d867ba3 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } attrs { replace: true } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: true } } }
I20260608 12:41:40.978318  9949 catalog_manager.cc:5696] T c2cfd674827f44d4bf506086bfab68d5 P f25ccf4459d7424a9d4edae082857d8d reported cstate change: config changed from index -1 to 16, NON_VOTER d33fdfe1be2d4a1d95f5fd0b0d867ba3 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "9c5ac152d843488c93dca728f92bc98e" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } attrs { replace: true } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: true } } }
I20260608 12:41:41.070437   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:41.073159 10484 heartbeater.cc:499] Master 127.0.107.254:33979 was elected leader, sending a full tablet report...
W20260608 12:41:41.091660 10095 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:41:41.104503 10095 consensus_peers.cc:597] T c2bad492d5ef48c68a9959f675f0432e P f28b97d02c0247778f3677e4e6d4bc6e -> Peer f25ccf4459d7424a9d4edae082857d8d (127.0.107.193:36317): Couldn't send request to peer f25ccf4459d7424a9d4edae082857d8d. 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:41.126466   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:41.127578   431 tablet_replica.cc:333] T c2cfd674827f44d4bf506086bfab68d5 P f25ccf4459d7424a9d4edae082857d8d: stopping tablet replica
I20260608 12:41:41.128767   431 raft_consensus.cc:2243] T c2cfd674827f44d4bf506086bfab68d5 P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:41.129501   431 raft_consensus.cc:2272] T c2cfd674827f44d4bf506086bfab68d5 P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:41.135201   431 tablet_replica.cc:333] T c2bad492d5ef48c68a9959f675f0432e P f25ccf4459d7424a9d4edae082857d8d: stopping tablet replica
I20260608 12:41:41.136087   431 raft_consensus.cc:2243] T c2bad492d5ef48c68a9959f675f0432e P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:41.137131   431 raft_consensus.cc:2272] T c2bad492d5ef48c68a9959f675f0432e P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:41:41.138036 10095 consensus_peers.cc:597] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e -> Peer f25ccf4459d7424a9d4edae082857d8d (127.0.107.193:36317): Couldn't send request to peer f25ccf4459d7424a9d4edae082857d8d. 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:41.141052   431 tablet_replica.cc:333] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d: stopping tablet replica
I20260608 12:41:41.142150   431 raft_consensus.cc:2243] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:41.143497   431 raft_consensus.cc:2272] T 2349ee5a74ac4b218e454763bfd63e80 P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:41.148862   431 tablet_replica.cc:333] T ff9647d121624baa8fa2215341913fa8 P f25ccf4459d7424a9d4edae082857d8d: stopping tablet replica
I20260608 12:41:41.149804   431 raft_consensus.cc:2243] T ff9647d121624baa8fa2215341913fa8 P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:41.150739   431 raft_consensus.cc:2272] T ff9647d121624baa8fa2215341913fa8 P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:41.154680   431 tablet_replica.cc:333] T dca42d7ace3a42cea1b00161cdeab7e3 P f25ccf4459d7424a9d4edae082857d8d: stopping tablet replica
I20260608 12:41:41.155512   431 raft_consensus.cc:2243] T dca42d7ace3a42cea1b00161cdeab7e3 P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:41.156342   431 raft_consensus.cc:2272] T dca42d7ace3a42cea1b00161cdeab7e3 P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:41.160857   431 tablet_replica.cc:333] T c6d0fdd019a44eefb3685eb1d3382bb0 P f25ccf4459d7424a9d4edae082857d8d: stopping tablet replica
I20260608 12:41:41.165863   431 raft_consensus.cc:2243] T c6d0fdd019a44eefb3685eb1d3382bb0 P f25ccf4459d7424a9d4edae082857d8d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:41.167249   431 raft_consensus.cc:2272] T c6d0fdd019a44eefb3685eb1d3382bb0 P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:41.171505   431 tablet_replica.cc:333] T e8c1b54610f44355a31c9d6e2ba306da P f25ccf4459d7424a9d4edae082857d8d: stopping tablet replica
I20260608 12:41:41.172276   431 raft_consensus.cc:2243] T e8c1b54610f44355a31c9d6e2ba306da P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:41.173322   431 raft_consensus.cc:2272] T e8c1b54610f44355a31c9d6e2ba306da P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:41.177745   431 tablet_replica.cc:333] T 83eebe775dd348bcaa2d5b99a6bc25bf P f25ccf4459d7424a9d4edae082857d8d: stopping tablet replica
I20260608 12:41:41.178591   431 raft_consensus.cc:2243] T 83eebe775dd348bcaa2d5b99a6bc25bf P f25ccf4459d7424a9d4edae082857d8d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:41.179498   431 raft_consensus.cc:2272] T 83eebe775dd348bcaa2d5b99a6bc25bf P f25ccf4459d7424a9d4edae082857d8d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:41.213820   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:41.250691   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:41.284130 10521 ts_tablet_manager.cc:933] T dca42d7ace3a42cea1b00161cdeab7e3 P d33fdfe1be2d4a1d95f5fd0b0d867ba3: Initiating tablet copy from peer 9c5ac152d843488c93dca728f92bc98e (127.0.107.195:37927)
I20260608 12:41:41.287834   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:41.288940   431 tablet_replica.cc:333] T ff9647d121624baa8fa2215341913fa8 P f28b97d02c0247778f3677e4e6d4bc6e: stopping tablet replica
I20260608 12:41:41.290073   431 raft_consensus.cc:2243] T ff9647d121624baa8fa2215341913fa8 P f28b97d02c0247778f3677e4e6d4bc6e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:41.291299   431 raft_consensus.cc:2272] T ff9647d121624baa8fa2215341913fa8 P f28b97d02c0247778f3677e4e6d4bc6e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:41.293957 10521 tablet_copy_client.cc:323] T dca42d7ace3a42cea1b00161cdeab7e3 P d33fdfe1be2d4a1d95f5fd0b0d867ba3: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:37927
I20260608 12:41:41.297508   431 tablet_replica.cc:333] T dca42d7ace3a42cea1b00161cdeab7e3 P f28b97d02c0247778f3677e4e6d4bc6e: stopping tablet replica
I20260608 12:41:41.298524   431 raft_consensus.cc:2243] T dca42d7ace3a42cea1b00161cdeab7e3 P f28b97d02c0247778f3677e4e6d4bc6e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:41.299525   431 raft_consensus.cc:2272] T dca42d7ace3a42cea1b00161cdeab7e3 P f28b97d02c0247778f3677e4e6d4bc6e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:41.307184   431 tablet_replica.cc:333] T 2349ee5a74ac4b218e454763bfd63e80 P f28b97d02c0247778f3677e4e6d4bc6e: stopping tablet replica
I20260608 12:41:41.308032   431 raft_consensus.cc:2243] T 2349ee5a74ac4b218e454763bfd63e80 P f28b97d02c0247778f3677e4e6d4bc6e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:41.309448   431 raft_consensus.cc:2272] T 2349ee5a74ac4b218e454763bfd63e80 P f28b97d02c0247778f3677e4e6d4bc6e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:41.310262 10525 ts_tablet_manager.cc:933] T e8c1b54610f44355a31c9d6e2ba306da P d33fdfe1be2d4a1d95f5fd0b0d867ba3: Initiating tablet copy from peer f28b97d02c0247778f3677e4e6d4bc6e (127.0.107.194:45051)
I20260608 12:41:41.316373   431 tablet_replica.cc:333] T 3ce07986422648c28bcfc1fd63829d2a P f28b97d02c0247778f3677e4e6d4bc6e: stopping tablet replica
I20260608 12:41:41.317334   431 raft_consensus.cc:2243] T 3ce07986422648c28bcfc1fd63829d2a P f28b97d02c0247778f3677e4e6d4bc6e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:41.319154   431 raft_consensus.cc:2272] T 3ce07986422648c28bcfc1fd63829d2a P f28b97d02c0247778f3677e4e6d4bc6e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:41.324779 10525 tablet_copy_client.cc:323] T e8c1b54610f44355a31c9d6e2ba306da P d33fdfe1be2d4a1d95f5fd0b0d867ba3: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:45051
I20260608 12:41:41.326375 10213 tablet_copy_service.cc:140] P 9c5ac152d843488c93dca728f92bc98e: Received BeginTabletCopySession request for tablet dca42d7ace3a42cea1b00161cdeab7e3 from peer d33fdfe1be2d4a1d95f5fd0b0d867ba3 ({username='slave'} at 127.0.0.1:52838)
I20260608 12:41:41.326936 10213 tablet_copy_service.cc:161] P 9c5ac152d843488c93dca728f92bc98e: Beginning new tablet copy session on tablet dca42d7ace3a42cea1b00161cdeab7e3 from peer d33fdfe1be2d4a1d95f5fd0b0d867ba3 at {username='slave'} at 127.0.0.1:52838: session id = d33fdfe1be2d4a1d95f5fd0b0d867ba3-dca42d7ace3a42cea1b00161cdeab7e3
I20260608 12:41:41.330245   431 tablet_replica.cc:333] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e: stopping tablet replica
I20260608 12:41:41.331188   431 raft_consensus.cc:2243] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:41.332438   431 raft_consensus.cc:2272] T e8c1b54610f44355a31c9d6e2ba306da P f28b97d02c0247778f3677e4e6d4bc6e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:41.336654   431 tablet_replica.cc:333] T c2cfd674827f44d4bf506086bfab68d5 P f28b97d02c0247778f3677e4e6d4bc6e: stopping tablet replica
I20260608 12:41:41.337568   431 raft_consensus.cc:2243] T c2cfd674827f44d4bf506086bfab68d5 P f28b97d02c0247778f3677e4e6d4bc6e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:41.338562   431 raft_consensus.cc:2272] T c2cfd674827f44d4bf506086bfab68d5 P f28b97d02c0247778f3677e4e6d4bc6e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:41.342624   431 tablet_replica.cc:333] T c2bad492d5ef48c68a9959f675f0432e P f28b97d02c0247778f3677e4e6d4bc6e: stopping tablet replica
I20260608 12:41:41.343426   431 raft_consensus.cc:2243] T c2bad492d5ef48c68a9959f675f0432e P f28b97d02c0247778f3677e4e6d4bc6e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:41.344628   431 raft_consensus.cc:2272] T c2bad492d5ef48c68a9959f675f0432e P f28b97d02c0247778f3677e4e6d4bc6e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:41.348277   431 tablet_replica.cc:333] T d772892ca64b49f39a3923e377b75cb0 P f28b97d02c0247778f3677e4e6d4bc6e: stopping tablet replica
I20260608 12:41:41.337821 10213 tablet_copy_source_session.cc:215] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:41.349041   431 raft_consensus.cc:2243] T d772892ca64b49f39a3923e377b75cb0 P f28b97d02c0247778f3677e4e6d4bc6e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:41.349905   431 raft_consensus.cc:2272] T d772892ca64b49f39a3923e377b75cb0 P f28b97d02c0247778f3677e4e6d4bc6e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:41.353376 10521 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dca42d7ace3a42cea1b00161cdeab7e3. 1 dirs total, 0 dirs full, 0 dirs failed
W20260608 12:41:41.373706 10092 connection.cc:466] server connection from 127.0.0.1:49554 torn down before Call kudu.consensus.ConsensusService.UpdateConsensus from 127.0.0.1:49554 (request call id 61) could send its response
W20260608 12:41:41.382869 10414 connection.cc:466] server connection from 127.0.0.1:60436 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:60436 (request call id 1) could send its response
I20260608 12:41:41.394956 10521 tablet_copy_client.cc:806] T dca42d7ace3a42cea1b00161cdeab7e3 P d33fdfe1be2d4a1d95f5fd0b0d867ba3: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:41.395627 10521 tablet_copy_client.cc:670] T dca42d7ace3a42cea1b00161cdeab7e3 P d33fdfe1be2d4a1d95f5fd0b0d867ba3: tablet copy: Starting download of 1 WAL segments...
W20260608 12:41:41.399657 10168 consensus_peers.cc:597] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e -> Peer f28b97d02c0247778f3677e4e6d4bc6e (127.0.107.194:45051): Couldn't send request to peer f28b97d02c0247778f3677e4e6d4bc6e. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:45051: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:41.401196 10521 tablet_copy_client.cc:538] T dca42d7ace3a42cea1b00161cdeab7e3 P d33fdfe1be2d4a1d95f5fd0b0d867ba3: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:41.407482 10525 ts_tablet_manager.cc:933] T c2cfd674827f44d4bf506086bfab68d5 P d33fdfe1be2d4a1d95f5fd0b0d867ba3: Initiating tablet copy from peer 9c5ac152d843488c93dca728f92bc98e (127.0.107.195:37927)
I20260608 12:41:41.410584 10521 tablet_bootstrap.cc:492] T dca42d7ace3a42cea1b00161cdeab7e3 P d33fdfe1be2d4a1d95f5fd0b0d867ba3: Bootstrap starting.
W20260608 12:41:41.436646 10169 consensus_peers.cc:597] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e -> Peer f25ccf4459d7424a9d4edae082857d8d (127.0.107.193:36317): Couldn't send request to peer f25ccf4459d7424a9d4edae082857d8d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36317: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:41.437860 10525 tablet_copy_client.cc:323] T c2cfd674827f44d4bf506086bfab68d5 P d33fdfe1be2d4a1d95f5fd0b0d867ba3: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:37927
I20260608 12:41:41.443491 10213 tablet_copy_service.cc:140] P 9c5ac152d843488c93dca728f92bc98e: Received BeginTabletCopySession request for tablet c2cfd674827f44d4bf506086bfab68d5 from peer d33fdfe1be2d4a1d95f5fd0b0d867ba3 ({username='slave'} at 127.0.0.1:52838)
I20260608 12:41:41.444068 10213 tablet_copy_service.cc:161] P 9c5ac152d843488c93dca728f92bc98e: Beginning new tablet copy session on tablet c2cfd674827f44d4bf506086bfab68d5 from peer d33fdfe1be2d4a1d95f5fd0b0d867ba3 at {username='slave'} at 127.0.0.1:52838: session id = d33fdfe1be2d4a1d95f5fd0b0d867ba3-c2cfd674827f44d4bf506086bfab68d5
I20260608 12:41:41.451817 10213 tablet_copy_source_session.cc:215] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:41.456183 10525 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c2cfd674827f44d4bf506086bfab68d5. 1 dirs total, 0 dirs full, 0 dirs failed
W20260608 12:41:41.466428 10169 consensus_peers.cc:597] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e -> Peer f25ccf4459d7424a9d4edae082857d8d (127.0.107.193:36317): Couldn't send request to peer f25ccf4459d7424a9d4edae082857d8d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36317: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:41.476686 10525 tablet_copy_client.cc:806] T c2cfd674827f44d4bf506086bfab68d5 P d33fdfe1be2d4a1d95f5fd0b0d867ba3: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:41.477377 10525 tablet_copy_client.cc:670] T c2cfd674827f44d4bf506086bfab68d5 P d33fdfe1be2d4a1d95f5fd0b0d867ba3: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:41.482667 10525 tablet_copy_client.cc:538] T c2cfd674827f44d4bf506086bfab68d5 P d33fdfe1be2d4a1d95f5fd0b0d867ba3: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:41.492708 10525 tablet_bootstrap.cc:492] T c2cfd674827f44d4bf506086bfab68d5 P d33fdfe1be2d4a1d95f5fd0b0d867ba3: Bootstrap starting.
W20260608 12:41:41.511250 10168 consensus_peers.cc:597] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e -> Peer f28b97d02c0247778f3677e4e6d4bc6e (127.0.107.194:45051): Couldn't send request to peer f28b97d02c0247778f3677e4e6d4bc6e. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:45051: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:41.545806 10521 tablet_bootstrap.cc:492] T dca42d7ace3a42cea1b00161cdeab7e3 P d33fdfe1be2d4a1d95f5fd0b0d867ba3: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=114 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:41.546880 10521 tablet_bootstrap.cc:492] T dca42d7ace3a42cea1b00161cdeab7e3 P d33fdfe1be2d4a1d95f5fd0b0d867ba3: Bootstrap complete.
I20260608 12:41:41.547669 10521 ts_tablet_manager.cc:1403] T dca42d7ace3a42cea1b00161cdeab7e3 P d33fdfe1be2d4a1d95f5fd0b0d867ba3: Time spent bootstrapping tablet: real 0.137s	user 0.123s	sys 0.008s
I20260608 12:41:41.550988 10521 raft_consensus.cc:359] T dca42d7ace3a42cea1b00161cdeab7e3 P d33fdfe1be2d4a1d95f5fd0b0d867ba3 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } attrs { replace: true } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: true } }
I20260608 12:41:41.551900 10521 raft_consensus.cc:740] T dca42d7ace3a42cea1b00161cdeab7e3 P d33fdfe1be2d4a1d95f5fd0b0d867ba3 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: d33fdfe1be2d4a1d95f5fd0b0d867ba3, State: Initialized, Role: LEARNER
I20260608 12:41:41.552579 10521 consensus_queue.cc:260] T dca42d7ace3a42cea1b00161cdeab7e3 P d33fdfe1be2d4a1d95f5fd0b0d867ba3 [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: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } attrs { replace: true } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: true } }
I20260608 12:41:41.561902 10521 ts_tablet_manager.cc:1434] T dca42d7ace3a42cea1b00161cdeab7e3 P d33fdfe1be2d4a1d95f5fd0b0d867ba3: Time spent starting tablet: real 0.014s	user 0.008s	sys 0.004s
I20260608 12:41:41.573589 10213 tablet_copy_service.cc:342] P 9c5ac152d843488c93dca728f92bc98e: Request end of tablet copy session d33fdfe1be2d4a1d95f5fd0b0d867ba3-dca42d7ace3a42cea1b00161cdeab7e3 received from {username='slave'} at 127.0.0.1:52838
I20260608 12:41:41.574173 10213 tablet_copy_service.cc:434] P 9c5ac152d843488c93dca728f92bc98e: ending tablet copy session d33fdfe1be2d4a1d95f5fd0b0d867ba3-dca42d7ace3a42cea1b00161cdeab7e3 on tablet dca42d7ace3a42cea1b00161cdeab7e3 with peer d33fdfe1be2d4a1d95f5fd0b0d867ba3
I20260608 12:41:41.625144 10525 tablet_bootstrap.cc:492] T c2cfd674827f44d4bf506086bfab68d5 P d33fdfe1be2d4a1d95f5fd0b0d867ba3: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=114 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:41.626322 10525 tablet_bootstrap.cc:492] T c2cfd674827f44d4bf506086bfab68d5 P d33fdfe1be2d4a1d95f5fd0b0d867ba3: Bootstrap complete.
I20260608 12:41:41.627095 10525 ts_tablet_manager.cc:1403] T c2cfd674827f44d4bf506086bfab68d5 P d33fdfe1be2d4a1d95f5fd0b0d867ba3: Time spent bootstrapping tablet: real 0.135s	user 0.108s	sys 0.020s
I20260608 12:41:41.630118 10525 raft_consensus.cc:359] T c2cfd674827f44d4bf506086bfab68d5 P d33fdfe1be2d4a1d95f5fd0b0d867ba3 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } attrs { replace: true } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: true } }
I20260608 12:41:41.630946 10525 raft_consensus.cc:740] T c2cfd674827f44d4bf506086bfab68d5 P d33fdfe1be2d4a1d95f5fd0b0d867ba3 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: d33fdfe1be2d4a1d95f5fd0b0d867ba3, State: Initialized, Role: LEARNER
I20260608 12:41:41.631623 10525 consensus_queue.cc:260] T c2cfd674827f44d4bf506086bfab68d5 P d33fdfe1be2d4a1d95f5fd0b0d867ba3 [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: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } attrs { replace: true } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: true } }
I20260608 12:41:41.633737 10525 ts_tablet_manager.cc:1434] T c2cfd674827f44d4bf506086bfab68d5 P d33fdfe1be2d4a1d95f5fd0b0d867ba3: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260608 12:41:41.636349 10213 tablet_copy_service.cc:342] P 9c5ac152d843488c93dca728f92bc98e: Request end of tablet copy session d33fdfe1be2d4a1d95f5fd0b0d867ba3-c2cfd674827f44d4bf506086bfab68d5 received from {username='slave'} at 127.0.0.1:52838
I20260608 12:41:41.636777 10213 tablet_copy_service.cc:434] P 9c5ac152d843488c93dca728f92bc98e: ending tablet copy session d33fdfe1be2d4a1d95f5fd0b0d867ba3-c2cfd674827f44d4bf506086bfab68d5 on tablet c2cfd674827f44d4bf506086bfab68d5 with peer d33fdfe1be2d4a1d95f5fd0b0d867ba3
I20260608 12:41:41.770478 10459 raft_consensus.cc:1217] T dca42d7ace3a42cea1b00161cdeab7e3 P d33fdfe1be2d4a1d95f5fd0b0d867ba3 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.15->[1.16-1.16]   Dedup: 1.16->[]
I20260608 12:41:42.031883 10459 raft_consensus.cc:1217] T c2cfd674827f44d4bf506086bfab68d5 P d33fdfe1be2d4a1d95f5fd0b0d867ba3 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.15->[1.16-1.16]   Dedup: 1.16->[]
I20260608 12:41:42.248121 10536 raft_consensus.cc:1064] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e: attempting to promote NON_VOTER d33fdfe1be2d4a1d95f5fd0b0d867ba3 to VOTER
I20260608 12:41:42.250871 10536 consensus_queue.cc:237] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e [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: 3, State: 0, Mode: LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } attrs { replace: true } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: false } }
I20260608 12:41:42.261564 10459 raft_consensus.cc:1275] T dca42d7ace3a42cea1b00161cdeab7e3 P d33fdfe1be2d4a1d95f5fd0b0d867ba3 [term 1 LEARNER]: Refusing update from remote peer 9c5ac152d843488c93dca728f92bc98e: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
W20260608 12:41:42.266808 10168 consensus_peers.cc:597] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e -> Peer f28b97d02c0247778f3677e4e6d4bc6e (127.0.107.194:45051): Couldn't send request to peer f28b97d02c0247778f3677e4e6d4bc6e. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:45051: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:42.268957 10536 consensus_queue.cc:1048] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e [LEADER]: Connected to new peer: Peer: permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
W20260608 12:41:42.279719 10169 consensus_peers.cc:597] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e -> Peer f25ccf4459d7424a9d4edae082857d8d (127.0.107.193:36317): Couldn't send request to peer f25ccf4459d7424a9d4edae082857d8d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36317: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:42.386699   431 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 10150)
I20260608 12:41:42.406358 10536 raft_consensus.cc:493] T 2349ee5a74ac4b218e454763bfd63e80 P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Starting pre-election (detected failure of leader f25ccf4459d7424a9d4edae082857d8d)
I20260608 12:41:42.406993 10536 raft_consensus.cc:515] T 2349ee5a74ac4b218e454763bfd63e80 P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } attrs { replace: true } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: true } }
I20260608 12:41:42.410017 10536 leader_election.cc:290] T 2349ee5a74ac4b218e454763bfd63e80 P 9c5ac152d843488c93dca728f92bc98e [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers f25ccf4459d7424a9d4edae082857d8d (127.0.107.193:36317), f28b97d02c0247778f3677e4e6d4bc6e (127.0.107.194:45051)
W20260608 12:41:42.414661 10168 leader_election.cc:336] T 2349ee5a74ac4b218e454763bfd63e80 P 9c5ac152d843488c93dca728f92bc98e [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer f28b97d02c0247778f3677e4e6d4bc6e (127.0.107.194:45051): Network error: Client connection negotiation failed: client connection to 127.0.107.194:45051: connect: Connection refused (error 111)
W20260608 12:41:42.420466 10169 leader_election.cc:336] T 2349ee5a74ac4b218e454763bfd63e80 P 9c5ac152d843488c93dca728f92bc98e [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer f25ccf4459d7424a9d4edae082857d8d (127.0.107.193:36317): Network error: Client connection negotiation failed: client connection to 127.0.107.193:36317: connect: Connection refused (error 111)
I20260608 12:41:42.420996 10169 leader_election.cc:304] T 2349ee5a74ac4b218e454763bfd63e80 P 9c5ac152d843488c93dca728f92bc98e [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: 9c5ac152d843488c93dca728f92bc98e; no voters: f25ccf4459d7424a9d4edae082857d8d, f28b97d02c0247778f3677e4e6d4bc6e
I20260608 12:41:42.421838 10536 raft_consensus.cc:2749] T 2349ee5a74ac4b218e454763bfd63e80 P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:41:42.550369 10536 raft_consensus.cc:1064] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e: attempting to promote NON_VOTER d33fdfe1be2d4a1d95f5fd0b0d867ba3 to VOTER
I20260608 12:41:42.553150 10536 consensus_queue.cc:237] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e [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: 3, State: 0, Mode: LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } attrs { replace: true } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: false } }
I20260608 12:41:42.563057 10459 raft_consensus.cc:1275] T c2cfd674827f44d4bf506086bfab68d5 P d33fdfe1be2d4a1d95f5fd0b0d867ba3 [term 1 LEARNER]: Refusing update from remote peer 9c5ac152d843488c93dca728f92bc98e: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 12:41:42.564857 10535 consensus_queue.cc:1048] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e [LEADER]: Connected to new peer: Peer: permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
W20260608 12:41:42.567584 10168 consensus_peers.cc:597] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e -> Peer f28b97d02c0247778f3677e4e6d4bc6e (127.0.107.194:45051): Couldn't send request to peer f28b97d02c0247778f3677e4e6d4bc6e. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:45051: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:42.569543 10169 consensus_peers.cc:597] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e -> Peer f25ccf4459d7424a9d4edae082857d8d (127.0.107.193:36317): Couldn't send request to peer f25ccf4459d7424a9d4edae082857d8d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36317: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:42.648191 10511 raft_consensus.cc:493] T c2bad492d5ef48c68a9959f675f0432e P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Starting pre-election (detected failure of leader f28b97d02c0247778f3677e4e6d4bc6e)
I20260608 12:41:42.648808 10511 raft_consensus.cc:515] T c2bad492d5ef48c68a9959f675f0432e P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:42.651183 10511 leader_election.cc:290] T c2bad492d5ef48c68a9959f675f0432e P 9c5ac152d843488c93dca728f92bc98e [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers f25ccf4459d7424a9d4edae082857d8d (127.0.107.193:36317), f28b97d02c0247778f3677e4e6d4bc6e (127.0.107.194:45051)
W20260608 12:41:42.656414 10169 leader_election.cc:336] T c2bad492d5ef48c68a9959f675f0432e P 9c5ac152d843488c93dca728f92bc98e [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer f25ccf4459d7424a9d4edae082857d8d (127.0.107.193:36317): Network error: Client connection negotiation failed: client connection to 127.0.107.193:36317: connect: Connection refused (error 111)
W20260608 12:41:42.657114 10168 leader_election.cc:336] T c2bad492d5ef48c68a9959f675f0432e P 9c5ac152d843488c93dca728f92bc98e [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer f28b97d02c0247778f3677e4e6d4bc6e (127.0.107.194:45051): Network error: Client connection negotiation failed: client connection to 127.0.107.194:45051: connect: Connection refused (error 111)
I20260608 12:41:42.657604 10168 leader_election.cc:304] T c2bad492d5ef48c68a9959f675f0432e P 9c5ac152d843488c93dca728f92bc98e [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: 9c5ac152d843488c93dca728f92bc98e; no voters: f25ccf4459d7424a9d4edae082857d8d, f28b97d02c0247778f3677e4e6d4bc6e
I20260608 12:41:42.658435 10511 raft_consensus.cc:2749] T c2bad492d5ef48c68a9959f675f0432e P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:41:42.701177 10536 raft_consensus.cc:493] T ff9647d121624baa8fa2215341913fa8 P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Starting pre-election (detected failure of leader f28b97d02c0247778f3677e4e6d4bc6e)
I20260608 12:41:42.701757 10536 raft_consensus.cc:515] T ff9647d121624baa8fa2215341913fa8 P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } }
I20260608 12:41:42.704021 10536 leader_election.cc:290] T ff9647d121624baa8fa2215341913fa8 P 9c5ac152d843488c93dca728f92bc98e [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers f25ccf4459d7424a9d4edae082857d8d (127.0.107.193:36317), f28b97d02c0247778f3677e4e6d4bc6e (127.0.107.194:45051)
W20260608 12:41:42.709700 10169 leader_election.cc:336] T ff9647d121624baa8fa2215341913fa8 P 9c5ac152d843488c93dca728f92bc98e [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer f25ccf4459d7424a9d4edae082857d8d (127.0.107.193:36317): Network error: Client connection negotiation failed: client connection to 127.0.107.193:36317: connect: Connection refused (error 111)
W20260608 12:41:42.710332 10168 leader_election.cc:336] T ff9647d121624baa8fa2215341913fa8 P 9c5ac152d843488c93dca728f92bc98e [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer f28b97d02c0247778f3677e4e6d4bc6e (127.0.107.194:45051): Network error: Client connection negotiation failed: client connection to 127.0.107.194:45051: connect: Connection refused (error 111)
I20260608 12:41:42.710796 10168 leader_election.cc:304] T ff9647d121624baa8fa2215341913fa8 P 9c5ac152d843488c93dca728f92bc98e [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: 9c5ac152d843488c93dca728f92bc98e; no voters: f25ccf4459d7424a9d4edae082857d8d, f28b97d02c0247778f3677e4e6d4bc6e
I20260608 12:41:42.711542 10536 raft_consensus.cc:2749] T ff9647d121624baa8fa2215341913fa8 P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:41:42.738402 10536 raft_consensus.cc:493] T e8c1b54610f44355a31c9d6e2ba306da P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Starting pre-election (detected failure of leader f28b97d02c0247778f3677e4e6d4bc6e)
I20260608 12:41:42.739014 10536 raft_consensus.cc:515] T e8c1b54610f44355a31c9d6e2ba306da P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } attrs { replace: true } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: true } }
I20260608 12:41:42.741642 10536 leader_election.cc:290] T e8c1b54610f44355a31c9d6e2ba306da P 9c5ac152d843488c93dca728f92bc98e [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers f25ccf4459d7424a9d4edae082857d8d (127.0.107.193:36317), f28b97d02c0247778f3677e4e6d4bc6e (127.0.107.194:45051)
W20260608 12:41:42.746949 10168 leader_election.cc:336] T e8c1b54610f44355a31c9d6e2ba306da P 9c5ac152d843488c93dca728f92bc98e [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer f28b97d02c0247778f3677e4e6d4bc6e (127.0.107.194:45051): Network error: Client connection negotiation failed: client connection to 127.0.107.194:45051: connect: Connection refused (error 111)
W20260608 12:41:42.747514 10169 leader_election.cc:336] T e8c1b54610f44355a31c9d6e2ba306da P 9c5ac152d843488c93dca728f92bc98e [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer f25ccf4459d7424a9d4edae082857d8d (127.0.107.193:36317): Network error: Client connection negotiation failed: client connection to 127.0.107.193:36317: connect: Connection refused (error 111)
I20260608 12:41:42.748018 10169 leader_election.cc:304] T e8c1b54610f44355a31c9d6e2ba306da P 9c5ac152d843488c93dca728f92bc98e [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: 9c5ac152d843488c93dca728f92bc98e; no voters: f25ccf4459d7424a9d4edae082857d8d, f28b97d02c0247778f3677e4e6d4bc6e
I20260608 12:41:42.748886 10536 raft_consensus.cc:2749] T e8c1b54610f44355a31c9d6e2ba306da P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260608 12:41:43.387238   431 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 10150)
I20260608 12:41:43.970806   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:44.014741   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:44.041961   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:44.042812   431 tablet_replica.cc:333] T 2349ee5a74ac4b218e454763bfd63e80 P 9c5ac152d843488c93dca728f92bc98e: stopping tablet replica
I20260608 12:41:44.043825   431 raft_consensus.cc:2243] T 2349ee5a74ac4b218e454763bfd63e80 P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:44.044559   431 raft_consensus.cc:2272] T 2349ee5a74ac4b218e454763bfd63e80 P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:44.048406   431 tablet_replica.cc:333] T c2bad492d5ef48c68a9959f675f0432e P 9c5ac152d843488c93dca728f92bc98e: stopping tablet replica
I20260608 12:41:44.049186   431 raft_consensus.cc:2243] T c2bad492d5ef48c68a9959f675f0432e P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:44.049877   431 raft_consensus.cc:2272] T c2bad492d5ef48c68a9959f675f0432e P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:44.053411   431 tablet_replica.cc:333] T ff9647d121624baa8fa2215341913fa8 P 9c5ac152d843488c93dca728f92bc98e: stopping tablet replica
I20260608 12:41:44.054139   431 raft_consensus.cc:2243] T ff9647d121624baa8fa2215341913fa8 P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:44.054821   431 raft_consensus.cc:2272] T ff9647d121624baa8fa2215341913fa8 P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:44.058183   431 tablet_replica.cc:333] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e: stopping tablet replica
I20260608 12:41:44.058907   431 raft_consensus.cc:2243] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:44.060169   431 pending_rounds.cc:70] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e: Trying to abort 1 pending ops.
I20260608 12:41:44.060429   431 pending_rounds.cc:77] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e: Aborting op as it isn't in flight: id { term: 1 index: 17 } timestamp: 7294658569213095936 op_type: CHANGE_CONFIG_OP change_config_record { tablet_id: "dca42d7ace3a42cea1b00161cdeab7e3" old_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } attrs { replace: true } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: true } } } new_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } attrs { replace: true } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: false } } } }
I20260608 12:41:44.061513   431 raft_consensus.cc:2917] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e [term 1 LEADER]: Aborting config change with OpId 1.17: Aborted: Op aborted
I20260608 12:41:44.061882   431 raft_consensus.cc:2889] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e [term 1 LEADER]: CHANGE_CONFIG_OP replication failed: Aborted: Op aborted
I20260608 12:41:44.062247   431 raft_consensus.cc:2272] T dca42d7ace3a42cea1b00161cdeab7e3 P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:44.065781   431 tablet_replica.cc:333] T e8c1b54610f44355a31c9d6e2ba306da P 9c5ac152d843488c93dca728f92bc98e: stopping tablet replica
I20260608 12:41:44.066556   431 raft_consensus.cc:2243] T e8c1b54610f44355a31c9d6e2ba306da P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:44.067310   431 raft_consensus.cc:2272] T e8c1b54610f44355a31c9d6e2ba306da P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:44.070768   431 tablet_replica.cc:333] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e: stopping tablet replica
I20260608 12:41:44.071566   431 raft_consensus.cc:2243] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:44.072928   431 pending_rounds.cc:70] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e: Trying to abort 1 pending ops.
I20260608 12:41:44.073173   431 pending_rounds.cc:77] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e: Aborting op as it isn't in flight: id { term: 1 index: 17 } timestamp: 7294658570451034112 op_type: CHANGE_CONFIG_OP change_config_record { tablet_id: "c2cfd674827f44d4bf506086bfab68d5" old_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } attrs { replace: true } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: true } } } new_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } attrs { replace: true } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: false } } } }
I20260608 12:41:44.074147   431 raft_consensus.cc:2917] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e [term 1 LEADER]: Aborting config change with OpId 1.17: Aborted: Op aborted
I20260608 12:41:44.074525   431 raft_consensus.cc:2889] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e [term 1 LEADER]: CHANGE_CONFIG_OP replication failed: Aborted: Op aborted
I20260608 12:41:44.074851   431 raft_consensus.cc:2272] T c2cfd674827f44d4bf506086bfab68d5 P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:44.078223   431 tablet_replica.cc:333] T 0cdcc6dcfb0c42fb9c796faadfd7397d P 9c5ac152d843488c93dca728f92bc98e: stopping tablet replica
I20260608 12:41:44.078948   431 raft_consensus.cc:2243] T 0cdcc6dcfb0c42fb9c796faadfd7397d P 9c5ac152d843488c93dca728f92bc98e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:44.079628   431 raft_consensus.cc:2272] T 0cdcc6dcfb0c42fb9c796faadfd7397d P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:44.083074   431 tablet_replica.cc:333] T caa2f73206e44bb192e8fa06fae0cef3 P 9c5ac152d843488c93dca728f92bc98e: stopping tablet replica
I20260608 12:41:44.083803   431 raft_consensus.cc:2243] T caa2f73206e44bb192e8fa06fae0cef3 P 9c5ac152d843488c93dca728f92bc98e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:44.084559   431 raft_consensus.cc:2272] T caa2f73206e44bb192e8fa06fae0cef3 P 9c5ac152d843488c93dca728f92bc98e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:44.123633   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:44.147179   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:41:44.173329   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:44.174064   431 tablet_replica.cc:333] T c2cfd674827f44d4bf506086bfab68d5 P d33fdfe1be2d4a1d95f5fd0b0d867ba3: stopping tablet replica
I20260608 12:41:44.174664   431 raft_consensus.cc:2243] T c2cfd674827f44d4bf506086bfab68d5 P d33fdfe1be2d4a1d95f5fd0b0d867ba3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:44.175057   431 pending_rounds.cc:70] T c2cfd674827f44d4bf506086bfab68d5 P d33fdfe1be2d4a1d95f5fd0b0d867ba3: Trying to abort 1 pending ops.
I20260608 12:41:44.175209   431 pending_rounds.cc:77] T c2cfd674827f44d4bf506086bfab68d5 P d33fdfe1be2d4a1d95f5fd0b0d867ba3: Aborting op as it isn't in flight: id { term: 1 index: 17 } timestamp: 7294658570451034112 op_type: CHANGE_CONFIG_OP change_config_record { tablet_id: "c2cfd674827f44d4bf506086bfab68d5" old_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } attrs { replace: true } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: true } } } new_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } attrs { replace: true } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: false } } } }
I20260608 12:41:44.175859   431 raft_consensus.cc:2917] T c2cfd674827f44d4bf506086bfab68d5 P d33fdfe1be2d4a1d95f5fd0b0d867ba3 [term 1 FOLLOWER]: Aborting config change with OpId 1.17: Aborted: Op aborted
I20260608 12:41:44.176195   431 raft_consensus.cc:2889] T c2cfd674827f44d4bf506086bfab68d5 P d33fdfe1be2d4a1d95f5fd0b0d867ba3 [term 1 LEARNER]: CHANGE_CONFIG_OP replication failed: Aborted: Op aborted
I20260608 12:41:44.176445   431 raft_consensus.cc:2272] T c2cfd674827f44d4bf506086bfab68d5 P d33fdfe1be2d4a1d95f5fd0b0d867ba3 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:41:44.178646   431 tablet_replica.cc:333] T dca42d7ace3a42cea1b00161cdeab7e3 P d33fdfe1be2d4a1d95f5fd0b0d867ba3: stopping tablet replica
I20260608 12:41:44.179108   431 raft_consensus.cc:2243] T dca42d7ace3a42cea1b00161cdeab7e3 P d33fdfe1be2d4a1d95f5fd0b0d867ba3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:44.179450   431 pending_rounds.cc:70] T dca42d7ace3a42cea1b00161cdeab7e3 P d33fdfe1be2d4a1d95f5fd0b0d867ba3: Trying to abort 1 pending ops.
I20260608 12:41:44.179594   431 pending_rounds.cc:77] T dca42d7ace3a42cea1b00161cdeab7e3 P d33fdfe1be2d4a1d95f5fd0b0d867ba3: Aborting op as it isn't in flight: id { term: 1 index: 17 } timestamp: 7294658569213095936 op_type: CHANGE_CONFIG_OP change_config_record { tablet_id: "dca42d7ace3a42cea1b00161cdeab7e3" old_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } attrs { replace: true } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: true } } } new_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "f25ccf4459d7424a9d4edae082857d8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36317 } attrs { replace: true } } peers { permanent_uuid: "f28b97d02c0247778f3677e4e6d4bc6e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45051 } } peers { permanent_uuid: "9c5ac152d843488c93dca728f92bc98e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37927 } } peers { permanent_uuid: "d33fdfe1be2d4a1d95f5fd0b0d867ba3" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38577 } attrs { promote: false } } } }
I20260608 12:41:44.180212   431 raft_consensus.cc:2917] T dca42d7ace3a42cea1b00161cdeab7e3 P d33fdfe1be2d4a1d95f5fd0b0d867ba3 [term 1 FOLLOWER]: Aborting config change with OpId 1.17: Aborted: Op aborted
I20260608 12:41:44.180518   431 raft_consensus.cc:2889] T dca42d7ace3a42cea1b00161cdeab7e3 P d33fdfe1be2d4a1d95f5fd0b0d867ba3 [term 1 LEARNER]: CHANGE_CONFIG_OP replication failed: Aborted: Op aborted
I20260608 12:41:44.180758   431 raft_consensus.cc:2272] T dca42d7ace3a42cea1b00161cdeab7e3 P d33fdfe1be2d4a1d95f5fd0b0d867ba3 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:41:44.201046   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:41:44.213115   431 master.cc:562] Master@127.0.107.254:33979 shutting down...
W20260608 12:41:44.232946 10000 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:41:44.233214 10000 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:41:44.233402 10000 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:41:44.234643   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 182775d4d69b47d8a1476dd69fd89a25 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:44.235158   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 182775d4d69b47d8a1476dd69fd89a25 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:44.235481   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 182775d4d69b47d8a1476dd69fd89a25: stopping tablet replica
I20260608 12:41:44.256194   431 master.cc:584] Master@127.0.107.254:33979 shutdown complete.
[       OK ] AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash (11287 ms)
[ RUN      ] AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale
I20260608 12:41:44.306419   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:37681
I20260608 12:41:44.307577   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:44.312935 10547 instance_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:44.313558 10548 instance_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:44.314540 10550 instance_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:44.314745   431 server_base.cc:1061] running on GCE node
I20260608 12:41:44.315615   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:44.315788   431 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:44.315896   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922504315886 us; error 0 us; skew 500 ppm
I20260608 12:41:44.316378   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:44.318583   431 webserver.cc:533] Webserver started at http://127.0.107.254:34635/ using document root <none> and password file <none>
I20260608 12:41:44.319038   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:44.319190   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:44.319406   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:44.320431   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922266998516-431-0/minicluster-data/master-0-root/instance:
uuid: "925305946cab4685bc7c004d2112eb33"
format_stamp: "Formatted at 2026-06-08 12:41:44 on dist-test-slave-3g00"
I20260608 12:41:44.324781   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.002s
I20260608 12:41:44.328094 10555 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:44.328804   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:41:44.329090   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922266998516-431-0/minicluster-data/master-0-root
uuid: "925305946cab4685bc7c004d2112eb33"
format_stamp: "Formatted at 2026-06-08 12:41:44 on dist-test-slave-3g00"
I20260608 12:41:44.329335   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922266998516-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922266998516-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922266998516-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:44.376989   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:44.378268   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:44.416661   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:37681
I20260608 12:41:44.416797 10606 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:37681 every 8 connection(s)
I20260608 12:41:44.420605 10607 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:44.432241 10607 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 925305946cab4685bc7c004d2112eb33: Bootstrap starting.
I20260608 12:41:44.437175 10607 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 925305946cab4685bc7c004d2112eb33: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:44.441373 10607 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 925305946cab4685bc7c004d2112eb33: No bootstrap required, opened a new log
I20260608 12:41:44.443578 10607 raft_consensus.cc:359] T 00000000000000000000000000000000 P 925305946cab4685bc7c004d2112eb33 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "925305946cab4685bc7c004d2112eb33" member_type: VOTER }
I20260608 12:41:44.443957 10607 raft_consensus.cc:385] T 00000000000000000000000000000000 P 925305946cab4685bc7c004d2112eb33 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:44.444191 10607 raft_consensus.cc:740] T 00000000000000000000000000000000 P 925305946cab4685bc7c004d2112eb33 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 925305946cab4685bc7c004d2112eb33, State: Initialized, Role: FOLLOWER
I20260608 12:41:44.444793 10607 consensus_queue.cc:260] T 00000000000000000000000000000000 P 925305946cab4685bc7c004d2112eb33 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "925305946cab4685bc7c004d2112eb33" member_type: VOTER }
I20260608 12:41:44.445264 10607 raft_consensus.cc:399] T 00000000000000000000000000000000 P 925305946cab4685bc7c004d2112eb33 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:44.445482 10607 raft_consensus.cc:493] T 00000000000000000000000000000000 P 925305946cab4685bc7c004d2112eb33 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:44.445724 10607 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 925305946cab4685bc7c004d2112eb33 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:44.450131 10607 raft_consensus.cc:515] T 00000000000000000000000000000000 P 925305946cab4685bc7c004d2112eb33 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "925305946cab4685bc7c004d2112eb33" member_type: VOTER }
I20260608 12:41:44.450606 10607 leader_election.cc:304] T 00000000000000000000000000000000 P 925305946cab4685bc7c004d2112eb33 [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: 925305946cab4685bc7c004d2112eb33; no voters: 
I20260608 12:41:44.451736 10607 leader_election.cc:290] T 00000000000000000000000000000000 P 925305946cab4685bc7c004d2112eb33 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:44.452172 10610 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 925305946cab4685bc7c004d2112eb33 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:44.453626 10610 raft_consensus.cc:697] T 00000000000000000000000000000000 P 925305946cab4685bc7c004d2112eb33 [term 1 LEADER]: Becoming Leader. State: Replica: 925305946cab4685bc7c004d2112eb33, State: Running, Role: LEADER
I20260608 12:41:44.454463 10610 consensus_queue.cc:237] T 00000000000000000000000000000000 P 925305946cab4685bc7c004d2112eb33 [LEADER]: Queue going to LEADER mode. State: All 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: "925305946cab4685bc7c004d2112eb33" member_type: VOTER }
I20260608 12:41:44.454677 10607 sys_catalog.cc:565] T 00000000000000000000000000000000 P 925305946cab4685bc7c004d2112eb33 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:44.458401 10611 sys_catalog.cc:455] T 00000000000000000000000000000000 P 925305946cab4685bc7c004d2112eb33 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "925305946cab4685bc7c004d2112eb33" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "925305946cab4685bc7c004d2112eb33" member_type: VOTER } }
I20260608 12:41:44.458910 10611 sys_catalog.cc:458] T 00000000000000000000000000000000 P 925305946cab4685bc7c004d2112eb33 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:44.460139 10612 sys_catalog.cc:455] T 00000000000000000000000000000000 P 925305946cab4685bc7c004d2112eb33 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 925305946cab4685bc7c004d2112eb33. Latest consensus state: current_term: 1 leader_uuid: "925305946cab4685bc7c004d2112eb33" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "925305946cab4685bc7c004d2112eb33" member_type: VOTER } }
I20260608 12:41:44.460723 10612 sys_catalog.cc:458] T 00000000000000000000000000000000 P 925305946cab4685bc7c004d2112eb33 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:44.462689 10617 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:44.467722 10617 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:44.469364   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:44.476353 10617 catalog_manager.cc:1382] Generated new cluster ID: d9640fe9b054451a9c0316f3502d3269
I20260608 12:41:44.476574 10617 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:44.508627 10617 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:44.509958 10617 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:44.525079 10617 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 925305946cab4685bc7c004d2112eb33: Generated new TSK 0
I20260608 12:41:44.525682 10617 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:44.535645   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:44.541677 10628 instance_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:44.542644 10629 instance_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:44.544027 10631 instance_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:44.544266   431 server_base.cc:1061] running on GCE node
I20260608 12:41:44.545200   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:44.545377   431 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:44.545509   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922504545497 us; error 0 us; skew 500 ppm
I20260608 12:41:44.546058   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:44.548236   431 webserver.cc:533] Webserver started at http://127.0.107.193:37903/ using document root <none> and password file <none>
I20260608 12:41:44.548727   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:44.548923   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:44.549144   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:44.550172   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922266998516-431-0/minicluster-data/ts-0-root/instance:
uuid: "2e23d110c88f4314bb15089fbc892839"
format_stamp: "Formatted at 2026-06-08 12:41:44 on dist-test-slave-3g00"
I20260608 12:41:44.554587   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:41:44.558053 10636 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:44.558849   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:41:44.559149   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922266998516-431-0/minicluster-data/ts-0-root
uuid: "2e23d110c88f4314bb15089fbc892839"
format_stamp: "Formatted at 2026-06-08 12:41:44 on dist-test-slave-3g00"
I20260608 12:41:44.559404   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922266998516-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922266998516-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922266998516-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:44.613324   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:44.614516   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:44.615948   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:44.618361   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:44.618561   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:44.618785   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:44.618934   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:44.659017   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:44975
I20260608 12:41:44.659121 10698 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:44975 every 8 connection(s)
I20260608 12:41:44.664201   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:44.670964 10703 instance_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:44.673440 10704 instance_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:44.674366 10706 instance_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:44.676090   431 server_base.cc:1061] running on GCE node
I20260608 12:41:44.677500 10699 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37681
I20260608 12:41:44.677750   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:41:44.677886 10699 heartbeater.cc:461] Registering TS with master...
W20260608 12:41:44.678014   431 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:44.678298   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922504678283 us; error 0 us; skew 500 ppm
I20260608 12:41:44.678911 10699 heartbeater.cc:507] Master 127.0.107.254:37681 requested a full tablet report, sending...
I20260608 12:41:44.679019   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:44.681421 10572 ts_manager.cc:194] Registered new tserver with Master: 2e23d110c88f4314bb15089fbc892839 (127.0.107.193:44975)
I20260608 12:41:44.681651   431 webserver.cc:533] Webserver started at http://127.0.107.194:44129/ using document root <none> and password file <none>
I20260608 12:41:44.682248   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:44.682432   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:44.682680   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:44.683471 10572 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50922
I20260608 12:41:44.683732   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922266998516-431-0/minicluster-data/ts-1-root/instance:
uuid: "9c55ab07a079462fa43b7ad1527d982e"
format_stamp: "Formatted at 2026-06-08 12:41:44 on dist-test-slave-3g00"
I20260608 12:41:44.688303   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260608 12:41:44.692106 10711 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:44.692855   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.003s
I20260608 12:41:44.693141   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922266998516-431-0/minicluster-data/ts-1-root
uuid: "9c55ab07a079462fa43b7ad1527d982e"
format_stamp: "Formatted at 2026-06-08 12:41:44 on dist-test-slave-3g00"
I20260608 12:41:44.693404   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922266998516-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922266998516-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922266998516-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:44.711936   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:44.713035   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:44.714396   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:44.716621   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:44.716809   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:44.717059   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:44.717211   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:44.755146   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:37707
I20260608 12:41:44.755281 10773 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:37707 every 8 connection(s)
I20260608 12:41:44.760056   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:44.767879 10778 instance_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:44.768791 10777 instance_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:44.771610 10774 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37681
I20260608 12:41:44.772063 10774 heartbeater.cc:461] Registering TS with master...
W20260608 12:41:44.772593 10780 instance_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:44.773042 10774 heartbeater.cc:507] Master 127.0.107.254:37681 requested a full tablet report, sending...
I20260608 12:41:44.773383   431 server_base.cc:1061] running on GCE node
I20260608 12:41:44.774338   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:44.774602   431 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:44.774814   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922504774794 us; error 0 us; skew 500 ppm
I20260608 12:41:44.775378   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:44.775365 10572 ts_manager.cc:194] Registered new tserver with Master: 9c55ab07a079462fa43b7ad1527d982e (127.0.107.194:37707)
I20260608 12:41:44.777143 10572 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50932
I20260608 12:41:44.778122   431 webserver.cc:533] Webserver started at http://127.0.107.195:45827/ using document root <none> and password file <none>
I20260608 12:41:44.778712   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:44.778951   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:44.779210   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:44.780257   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922266998516-431-0/minicluster-data/ts-2-root/instance:
uuid: "630dcad6ca2a401cabfa3c11a78eb6cc"
format_stamp: "Formatted at 2026-06-08 12:41:44 on dist-test-slave-3g00"
I20260608 12:41:44.784734   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:41:44.788087 10785 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:44.788853   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:41:44.789131   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922266998516-431-0/minicluster-data/ts-2-root
uuid: "630dcad6ca2a401cabfa3c11a78eb6cc"
format_stamp: "Formatted at 2026-06-08 12:41:44 on dist-test-slave-3g00"
I20260608 12:41:44.789382   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922266998516-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922266998516-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922266998516-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:44.804209   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:44.805344   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:44.806789   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:44.809010   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:44.809206   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:44.809423   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:44.809576   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:44.847874   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:42721
I20260608 12:41:44.847995 10847 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:42721 every 8 connection(s)
I20260608 12:41:44.861526 10848 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37681
I20260608 12:41:44.861977 10848 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:44.862694 10848 heartbeater.cc:507] Master 127.0.107.254:37681 requested a full tablet report, sending...
I20260608 12:41:44.864763 10572 ts_manager.cc:194] Registered new tserver with Master: 630dcad6ca2a401cabfa3c11a78eb6cc (127.0.107.195:42721)
I20260608 12:41:44.865563   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014480391s
I20260608 12:41:44.866155 10572 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50934
I20260608 12:41:44.890470 10572 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:50940:
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:44.892763 10572 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:44.928380 10813 tablet_service.cc:1511] Processing CreateTablet for tablet b489e861c39e450099243830c79b1887 (DEFAULT_TABLE table=test-workload [id=928160bdc8834884b21de42a0d5da25b]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:44.929975 10813 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b489e861c39e450099243830c79b1887. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:44.944784 10664 tablet_service.cc:1511] Processing CreateTablet for tablet b489e861c39e450099243830c79b1887 (DEFAULT_TABLE table=test-workload [id=928160bdc8834884b21de42a0d5da25b]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:44.946270 10664 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b489e861c39e450099243830c79b1887. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:44.946700 10739 tablet_service.cc:1511] Processing CreateTablet for tablet b489e861c39e450099243830c79b1887 (DEFAULT_TABLE table=test-workload [id=928160bdc8834884b21de42a0d5da25b]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:44.948017 10739 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b489e861c39e450099243830c79b1887. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:44.950309 10863 tablet_bootstrap.cc:492] T b489e861c39e450099243830c79b1887 P 630dcad6ca2a401cabfa3c11a78eb6cc: Bootstrap starting.
I20260608 12:41:44.957571 10863 tablet_bootstrap.cc:654] T b489e861c39e450099243830c79b1887 P 630dcad6ca2a401cabfa3c11a78eb6cc: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:44.966027 10865 tablet_bootstrap.cc:492] T b489e861c39e450099243830c79b1887 P 9c55ab07a079462fa43b7ad1527d982e: Bootstrap starting.
I20260608 12:41:44.967435 10863 tablet_bootstrap.cc:492] T b489e861c39e450099243830c79b1887 P 630dcad6ca2a401cabfa3c11a78eb6cc: No bootstrap required, opened a new log
I20260608 12:41:44.965987 10866 tablet_bootstrap.cc:492] T b489e861c39e450099243830c79b1887 P 2e23d110c88f4314bb15089fbc892839: Bootstrap starting.
I20260608 12:41:44.967880 10863 ts_tablet_manager.cc:1403] T b489e861c39e450099243830c79b1887 P 630dcad6ca2a401cabfa3c11a78eb6cc: Time spent bootstrapping tablet: real 0.018s	user 0.010s	sys 0.006s
I20260608 12:41:44.970508 10863 raft_consensus.cc:359] T b489e861c39e450099243830c79b1887 P 630dcad6ca2a401cabfa3c11a78eb6cc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "630dcad6ca2a401cabfa3c11a78eb6cc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42721 } } peers { permanent_uuid: "2e23d110c88f4314bb15089fbc892839" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44975 } } peers { permanent_uuid: "9c55ab07a079462fa43b7ad1527d982e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37707 } }
I20260608 12:41:44.971292 10863 raft_consensus.cc:385] T b489e861c39e450099243830c79b1887 P 630dcad6ca2a401cabfa3c11a78eb6cc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:44.971632 10863 raft_consensus.cc:740] T b489e861c39e450099243830c79b1887 P 630dcad6ca2a401cabfa3c11a78eb6cc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 630dcad6ca2a401cabfa3c11a78eb6cc, State: Initialized, Role: FOLLOWER
I20260608 12:41:44.972554 10863 consensus_queue.cc:260] T b489e861c39e450099243830c79b1887 P 630dcad6ca2a401cabfa3c11a78eb6cc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "630dcad6ca2a401cabfa3c11a78eb6cc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42721 } } peers { permanent_uuid: "2e23d110c88f4314bb15089fbc892839" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44975 } } peers { permanent_uuid: "9c55ab07a079462fa43b7ad1527d982e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37707 } }
I20260608 12:41:44.973304 10865 tablet_bootstrap.cc:654] T b489e861c39e450099243830c79b1887 P 9c55ab07a079462fa43b7ad1527d982e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:44.974850 10848 heartbeater.cc:499] Master 127.0.107.254:37681 was elected leader, sending a full tablet report...
I20260608 12:41:44.974901 10866 tablet_bootstrap.cc:654] T b489e861c39e450099243830c79b1887 P 2e23d110c88f4314bb15089fbc892839: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:44.975309 10863 ts_tablet_manager.cc:1434] T b489e861c39e450099243830c79b1887 P 630dcad6ca2a401cabfa3c11a78eb6cc: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:41:44.979519 10865 tablet_bootstrap.cc:492] T b489e861c39e450099243830c79b1887 P 9c55ab07a079462fa43b7ad1527d982e: No bootstrap required, opened a new log
I20260608 12:41:44.979918 10865 ts_tablet_manager.cc:1403] T b489e861c39e450099243830c79b1887 P 9c55ab07a079462fa43b7ad1527d982e: Time spent bootstrapping tablet: real 0.015s	user 0.003s	sys 0.010s
I20260608 12:41:44.981015 10866 tablet_bootstrap.cc:492] T b489e861c39e450099243830c79b1887 P 2e23d110c88f4314bb15089fbc892839: No bootstrap required, opened a new log
I20260608 12:41:44.981559 10866 ts_tablet_manager.cc:1403] T b489e861c39e450099243830c79b1887 P 2e23d110c88f4314bb15089fbc892839: Time spent bootstrapping tablet: real 0.016s	user 0.013s	sys 0.000s
I20260608 12:41:44.982524 10865 raft_consensus.cc:359] T b489e861c39e450099243830c79b1887 P 9c55ab07a079462fa43b7ad1527d982e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "630dcad6ca2a401cabfa3c11a78eb6cc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42721 } } peers { permanent_uuid: "2e23d110c88f4314bb15089fbc892839" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44975 } } peers { permanent_uuid: "9c55ab07a079462fa43b7ad1527d982e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37707 } }
I20260608 12:41:44.983355 10865 raft_consensus.cc:385] T b489e861c39e450099243830c79b1887 P 9c55ab07a079462fa43b7ad1527d982e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:44.983697 10865 raft_consensus.cc:740] T b489e861c39e450099243830c79b1887 P 9c55ab07a079462fa43b7ad1527d982e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9c55ab07a079462fa43b7ad1527d982e, State: Initialized, Role: FOLLOWER
I20260608 12:41:44.984416 10865 consensus_queue.cc:260] T b489e861c39e450099243830c79b1887 P 9c55ab07a079462fa43b7ad1527d982e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "630dcad6ca2a401cabfa3c11a78eb6cc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42721 } } peers { permanent_uuid: "2e23d110c88f4314bb15089fbc892839" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44975 } } peers { permanent_uuid: "9c55ab07a079462fa43b7ad1527d982e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37707 } }
I20260608 12:41:44.984592 10866 raft_consensus.cc:359] T b489e861c39e450099243830c79b1887 P 2e23d110c88f4314bb15089fbc892839 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "630dcad6ca2a401cabfa3c11a78eb6cc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42721 } } peers { permanent_uuid: "2e23d110c88f4314bb15089fbc892839" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44975 } } peers { permanent_uuid: "9c55ab07a079462fa43b7ad1527d982e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37707 } }
I20260608 12:41:44.985345 10866 raft_consensus.cc:385] T b489e861c39e450099243830c79b1887 P 2e23d110c88f4314bb15089fbc892839 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:44.985591 10866 raft_consensus.cc:740] T b489e861c39e450099243830c79b1887 P 2e23d110c88f4314bb15089fbc892839 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2e23d110c88f4314bb15089fbc892839, State: Initialized, Role: FOLLOWER
I20260608 12:41:44.986356 10866 consensus_queue.cc:260] T b489e861c39e450099243830c79b1887 P 2e23d110c88f4314bb15089fbc892839 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "630dcad6ca2a401cabfa3c11a78eb6cc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42721 } } peers { permanent_uuid: "2e23d110c88f4314bb15089fbc892839" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44975 } } peers { permanent_uuid: "9c55ab07a079462fa43b7ad1527d982e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37707 } }
I20260608 12:41:44.987000 10774 heartbeater.cc:499] Master 127.0.107.254:37681 was elected leader, sending a full tablet report...
I20260608 12:41:44.987385 10865 ts_tablet_manager.cc:1434] T b489e861c39e450099243830c79b1887 P 9c55ab07a079462fa43b7ad1527d982e: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:41:44.990105 10699 heartbeater.cc:499] Master 127.0.107.254:37681 was elected leader, sending a full tablet report...
I20260608 12:41:44.990554 10866 ts_tablet_manager.cc:1434] T b489e861c39e450099243830c79b1887 P 2e23d110c88f4314bb15089fbc892839: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.002s
I20260608 12:41:45.104386 10871 raft_consensus.cc:493] T b489e861c39e450099243830c79b1887 P 2e23d110c88f4314bb15089fbc892839 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:45.104948 10871 raft_consensus.cc:515] T b489e861c39e450099243830c79b1887 P 2e23d110c88f4314bb15089fbc892839 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "630dcad6ca2a401cabfa3c11a78eb6cc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42721 } } peers { permanent_uuid: "2e23d110c88f4314bb15089fbc892839" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44975 } } peers { permanent_uuid: "9c55ab07a079462fa43b7ad1527d982e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37707 } }
I20260608 12:41:45.107393 10871 leader_election.cc:290] T b489e861c39e450099243830c79b1887 P 2e23d110c88f4314bb15089fbc892839 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 630dcad6ca2a401cabfa3c11a78eb6cc (127.0.107.195:42721), 9c55ab07a079462fa43b7ad1527d982e (127.0.107.194:37707)
I20260608 12:41:45.110954 10870 raft_consensus.cc:493] T b489e861c39e450099243830c79b1887 P 9c55ab07a079462fa43b7ad1527d982e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:45.111521 10870 raft_consensus.cc:515] T b489e861c39e450099243830c79b1887 P 9c55ab07a079462fa43b7ad1527d982e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "630dcad6ca2a401cabfa3c11a78eb6cc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42721 } } peers { permanent_uuid: "2e23d110c88f4314bb15089fbc892839" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44975 } } peers { permanent_uuid: "9c55ab07a079462fa43b7ad1527d982e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37707 } }
I20260608 12:41:45.114094 10870 leader_election.cc:290] T b489e861c39e450099243830c79b1887 P 9c55ab07a079462fa43b7ad1527d982e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 630dcad6ca2a401cabfa3c11a78eb6cc (127.0.107.195:42721), 2e23d110c88f4314bb15089fbc892839 (127.0.107.193:44975)
I20260608 12:41:45.120090 10823 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b489e861c39e450099243830c79b1887" candidate_uuid: "2e23d110c88f4314bb15089fbc892839" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "630dcad6ca2a401cabfa3c11a78eb6cc" is_pre_election: true
I20260608 12:41:45.121028 10823 raft_consensus.cc:2468] T b489e861c39e450099243830c79b1887 P 630dcad6ca2a401cabfa3c11a78eb6cc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2e23d110c88f4314bb15089fbc892839 in term 0.
I20260608 12:41:45.122816 10640 leader_election.cc:304] T b489e861c39e450099243830c79b1887 P 2e23d110c88f4314bb15089fbc892839 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2e23d110c88f4314bb15089fbc892839, 630dcad6ca2a401cabfa3c11a78eb6cc; no voters: 
I20260608 12:41:45.122913 10749 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b489e861c39e450099243830c79b1887" candidate_uuid: "2e23d110c88f4314bb15089fbc892839" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9c55ab07a079462fa43b7ad1527d982e" is_pre_election: true
I20260608 12:41:45.123710 10749 raft_consensus.cc:2468] T b489e861c39e450099243830c79b1887 P 9c55ab07a079462fa43b7ad1527d982e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2e23d110c88f4314bb15089fbc892839 in term 0.
I20260608 12:41:45.123862 10871 raft_consensus.cc:2804] T b489e861c39e450099243830c79b1887 P 2e23d110c88f4314bb15089fbc892839 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:45.124380 10871 raft_consensus.cc:493] T b489e861c39e450099243830c79b1887 P 2e23d110c88f4314bb15089fbc892839 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:45.124718 10871 raft_consensus.cc:3060] T b489e861c39e450099243830c79b1887 P 2e23d110c88f4314bb15089fbc892839 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:45.130524 10823 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b489e861c39e450099243830c79b1887" candidate_uuid: "9c55ab07a079462fa43b7ad1527d982e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "630dcad6ca2a401cabfa3c11a78eb6cc" is_pre_election: true
I20260608 12:41:45.131352 10823 raft_consensus.cc:2468] T b489e861c39e450099243830c79b1887 P 630dcad6ca2a401cabfa3c11a78eb6cc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9c55ab07a079462fa43b7ad1527d982e in term 0.
I20260608 12:41:45.132031 10674 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b489e861c39e450099243830c79b1887" candidate_uuid: "9c55ab07a079462fa43b7ad1527d982e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e23d110c88f4314bb15089fbc892839" is_pre_election: true
I20260608 12:41:45.132512 10715 leader_election.cc:304] T b489e861c39e450099243830c79b1887 P 9c55ab07a079462fa43b7ad1527d982e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 630dcad6ca2a401cabfa3c11a78eb6cc, 9c55ab07a079462fa43b7ad1527d982e; no voters: 
I20260608 12:41:45.133286 10870 raft_consensus.cc:2804] T b489e861c39e450099243830c79b1887 P 9c55ab07a079462fa43b7ad1527d982e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:45.133591 10870 raft_consensus.cc:493] T b489e861c39e450099243830c79b1887 P 9c55ab07a079462fa43b7ad1527d982e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:45.133895 10870 raft_consensus.cc:3060] T b489e861c39e450099243830c79b1887 P 9c55ab07a079462fa43b7ad1527d982e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:45.133617 10871 raft_consensus.cc:515] T b489e861c39e450099243830c79b1887 P 2e23d110c88f4314bb15089fbc892839 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "630dcad6ca2a401cabfa3c11a78eb6cc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42721 } } peers { permanent_uuid: "2e23d110c88f4314bb15089fbc892839" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44975 } } peers { permanent_uuid: "9c55ab07a079462fa43b7ad1527d982e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37707 } }
I20260608 12:41:45.134945 10674 raft_consensus.cc:2393] T b489e861c39e450099243830c79b1887 P 2e23d110c88f4314bb15089fbc892839 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 9c55ab07a079462fa43b7ad1527d982e in current term 1: Already voted for candidate 2e23d110c88f4314bb15089fbc892839 in this term.
I20260608 12:41:45.136914 10823 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b489e861c39e450099243830c79b1887" candidate_uuid: "2e23d110c88f4314bb15089fbc892839" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "630dcad6ca2a401cabfa3c11a78eb6cc"
I20260608 12:41:45.137157 10749 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b489e861c39e450099243830c79b1887" candidate_uuid: "2e23d110c88f4314bb15089fbc892839" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9c55ab07a079462fa43b7ad1527d982e"
I20260608 12:41:45.137665 10823 raft_consensus.cc:3060] T b489e861c39e450099243830c79b1887 P 630dcad6ca2a401cabfa3c11a78eb6cc [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:45.138729 10871 leader_election.cc:290] T b489e861c39e450099243830c79b1887 P 2e23d110c88f4314bb15089fbc892839 [CANDIDATE]: Term 1 election: Requested vote from peers 630dcad6ca2a401cabfa3c11a78eb6cc (127.0.107.195:42721), 9c55ab07a079462fa43b7ad1527d982e (127.0.107.194:37707)
I20260608 12:41:45.140937 10870 raft_consensus.cc:515] T b489e861c39e450099243830c79b1887 P 9c55ab07a079462fa43b7ad1527d982e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "630dcad6ca2a401cabfa3c11a78eb6cc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42721 } } peers { permanent_uuid: "2e23d110c88f4314bb15089fbc892839" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44975 } } peers { permanent_uuid: "9c55ab07a079462fa43b7ad1527d982e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37707 } }
I20260608 12:41:45.142184 10749 raft_consensus.cc:2393] T b489e861c39e450099243830c79b1887 P 9c55ab07a079462fa43b7ad1527d982e [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 2e23d110c88f4314bb15089fbc892839 in current term 1: Already voted for candidate 9c55ab07a079462fa43b7ad1527d982e in this term.
I20260608 12:41:45.144198 10870 leader_election.cc:290] T b489e861c39e450099243830c79b1887 P 9c55ab07a079462fa43b7ad1527d982e [CANDIDATE]: Term 1 election: Requested vote from peers 630dcad6ca2a401cabfa3c11a78eb6cc (127.0.107.195:42721), 2e23d110c88f4314bb15089fbc892839 (127.0.107.193:44975)
I20260608 12:41:45.144176 10822 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b489e861c39e450099243830c79b1887" candidate_uuid: "9c55ab07a079462fa43b7ad1527d982e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "630dcad6ca2a401cabfa3c11a78eb6cc"
I20260608 12:41:45.145341 10674 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b489e861c39e450099243830c79b1887" candidate_uuid: "9c55ab07a079462fa43b7ad1527d982e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e23d110c88f4314bb15089fbc892839"
I20260608 12:41:45.146087 10674 raft_consensus.cc:2393] T b489e861c39e450099243830c79b1887 P 2e23d110c88f4314bb15089fbc892839 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 9c55ab07a079462fa43b7ad1527d982e in current term 1: Already voted for candidate 2e23d110c88f4314bb15089fbc892839 in this term.
I20260608 12:41:45.147058 10714 leader_election.cc:304] T b489e861c39e450099243830c79b1887 P 9c55ab07a079462fa43b7ad1527d982e [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: 9c55ab07a079462fa43b7ad1527d982e; no voters: 2e23d110c88f4314bb15089fbc892839, 630dcad6ca2a401cabfa3c11a78eb6cc
I20260608 12:41:45.147349 10823 raft_consensus.cc:2468] T b489e861c39e450099243830c79b1887 P 630dcad6ca2a401cabfa3c11a78eb6cc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2e23d110c88f4314bb15089fbc892839 in term 1.
I20260608 12:41:45.147732 10870 raft_consensus.cc:2749] T b489e861c39e450099243830c79b1887 P 9c55ab07a079462fa43b7ad1527d982e [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:41:45.148543 10640 leader_election.cc:304] T b489e861c39e450099243830c79b1887 P 2e23d110c88f4314bb15089fbc892839 [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: 2e23d110c88f4314bb15089fbc892839, 630dcad6ca2a401cabfa3c11a78eb6cc; no voters: 9c55ab07a079462fa43b7ad1527d982e
I20260608 12:41:45.149295 10871 raft_consensus.cc:2804] T b489e861c39e450099243830c79b1887 P 2e23d110c88f4314bb15089fbc892839 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:45.150332 10871 raft_consensus.cc:697] T b489e861c39e450099243830c79b1887 P 2e23d110c88f4314bb15089fbc892839 [term 1 LEADER]: Becoming Leader. State: Replica: 2e23d110c88f4314bb15089fbc892839, State: Running, Role: LEADER
I20260608 12:41:45.151019 10871 consensus_queue.cc:237] T b489e861c39e450099243830c79b1887 P 2e23d110c88f4314bb15089fbc892839 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "630dcad6ca2a401cabfa3c11a78eb6cc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42721 } } peers { permanent_uuid: "2e23d110c88f4314bb15089fbc892839" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44975 } } peers { permanent_uuid: "9c55ab07a079462fa43b7ad1527d982e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37707 } }
I20260608 12:41:45.158597 10571 catalog_manager.cc:5696] T b489e861c39e450099243830c79b1887 P 2e23d110c88f4314bb15089fbc892839 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2e23d110c88f4314bb15089fbc892839 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "2e23d110c88f4314bb15089fbc892839" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "630dcad6ca2a401cabfa3c11a78eb6cc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42721 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2e23d110c88f4314bb15089fbc892839" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44975 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9c55ab07a079462fa43b7ad1527d982e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37707 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:45.195451   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:45.211802   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:45.212575   431 tablet_replica.cc:333] T b489e861c39e450099243830c79b1887 P 2e23d110c88f4314bb15089fbc892839: stopping tablet replica
I20260608 12:41:45.213147   431 raft_consensus.cc:2243] T b489e861c39e450099243830c79b1887 P 2e23d110c88f4314bb15089fbc892839 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:45.213727   431 pending_rounds.cc:70] T b489e861c39e450099243830c79b1887 P 2e23d110c88f4314bb15089fbc892839: Trying to abort 1 pending ops.
I20260608 12:41:45.213900   431 pending_rounds.cc:77] T b489e861c39e450099243830c79b1887 P 2e23d110c88f4314bb15089fbc892839: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658581105676288 op_type: NO_OP noop_request { }
I20260608 12:41:45.214128   431 raft_consensus.cc:2889] T b489e861c39e450099243830c79b1887 P 2e23d110c88f4314bb15089fbc892839 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:45.214360   431 raft_consensus.cc:2272] T b489e861c39e450099243830c79b1887 P 2e23d110c88f4314bb15089fbc892839 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:45.233821   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:45.242551   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:45.257473   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:45.258298   431 tablet_replica.cc:333] T b489e861c39e450099243830c79b1887 P 9c55ab07a079462fa43b7ad1527d982e: stopping tablet replica
I20260608 12:41:45.258800   431 raft_consensus.cc:2243] T b489e861c39e450099243830c79b1887 P 9c55ab07a079462fa43b7ad1527d982e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:45.259217   431 raft_consensus.cc:2272] T b489e861c39e450099243830c79b1887 P 9c55ab07a079462fa43b7ad1527d982e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:45.278018   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:45.287096   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:45.302589   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:45.303350   431 tablet_replica.cc:333] T b489e861c39e450099243830c79b1887 P 630dcad6ca2a401cabfa3c11a78eb6cc: stopping tablet replica
I20260608 12:41:45.303895   431 raft_consensus.cc:2243] T b489e861c39e450099243830c79b1887 P 630dcad6ca2a401cabfa3c11a78eb6cc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:45.304297   431 raft_consensus.cc:2272] T b489e861c39e450099243830c79b1887 P 630dcad6ca2a401cabfa3c11a78eb6cc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:45.322397   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:45.331347   431 master.cc:562] Master@127.0.107.254:37681 shutting down...
I20260608 12:41:45.344810   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 925305946cab4685bc7c004d2112eb33 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:45.345357   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 925305946cab4685bc7c004d2112eb33 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:45.345666   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 925305946cab4685bc7c004d2112eb33: stopping tablet replica
I20260608 12:41:45.364698   431 master.cc:584] Master@127.0.107.254:37681 shutdown complete.
[       OK ] AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale (1088 ms)
[ RUN      ] AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully
I20260608 12:41:45.394770   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:44553
I20260608 12:41:45.395949   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:45.401340 10877 instance_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:45.401845 10878 instance_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:45.404728 10880 instance_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:45.404649   431 server_base.cc:1061] running on GCE node
I20260608 12:41:45.405702   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:45.405875   431 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:45.405994   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922505405977 us; error 0 us; skew 500 ppm
I20260608 12:41:45.406517   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:45.408900   431 webserver.cc:533] Webserver started at http://127.0.107.254:34729/ using document root <none> and password file <none>
I20260608 12:41:45.409375   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:45.409528   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:45.409735   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:45.410789   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922266998516-431-0/minicluster-data/master-0-root/instance:
uuid: "868041a4e7c3460dbdc60878dcab6c8b"
format_stamp: "Formatted at 2026-06-08 12:41:45 on dist-test-slave-3g00"
I20260608 12:41:45.415455   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:41:45.419075 10885 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:45.419822   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:45.420094   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922266998516-431-0/minicluster-data/master-0-root
uuid: "868041a4e7c3460dbdc60878dcab6c8b"
format_stamp: "Formatted at 2026-06-08 12:41:45 on dist-test-slave-3g00"
I20260608 12:41:45.420361   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922266998516-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922266998516-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922266998516-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:45.432524   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:45.433571   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:45.468119   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:44553
I20260608 12:41:45.468228 10936 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:44553 every 8 connection(s)
I20260608 12:41:45.471982 10937 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:45.481729 10937 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 868041a4e7c3460dbdc60878dcab6c8b: Bootstrap starting.
I20260608 12:41:45.485994 10937 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 868041a4e7c3460dbdc60878dcab6c8b: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:45.489676 10937 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 868041a4e7c3460dbdc60878dcab6c8b: No bootstrap required, opened a new log
I20260608 12:41:45.491688 10937 raft_consensus.cc:359] T 00000000000000000000000000000000 P 868041a4e7c3460dbdc60878dcab6c8b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "868041a4e7c3460dbdc60878dcab6c8b" member_type: VOTER }
I20260608 12:41:45.492050 10937 raft_consensus.cc:385] T 00000000000000000000000000000000 P 868041a4e7c3460dbdc60878dcab6c8b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:45.492254 10937 raft_consensus.cc:740] T 00000000000000000000000000000000 P 868041a4e7c3460dbdc60878dcab6c8b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 868041a4e7c3460dbdc60878dcab6c8b, State: Initialized, Role: FOLLOWER
I20260608 12:41:45.492810 10937 consensus_queue.cc:260] T 00000000000000000000000000000000 P 868041a4e7c3460dbdc60878dcab6c8b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "868041a4e7c3460dbdc60878dcab6c8b" member_type: VOTER }
I20260608 12:41:45.493297 10937 raft_consensus.cc:399] T 00000000000000000000000000000000 P 868041a4e7c3460dbdc60878dcab6c8b [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:45.493507 10937 raft_consensus.cc:493] T 00000000000000000000000000000000 P 868041a4e7c3460dbdc60878dcab6c8b [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:45.493745 10937 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 868041a4e7c3460dbdc60878dcab6c8b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:45.498319 10937 raft_consensus.cc:515] T 00000000000000000000000000000000 P 868041a4e7c3460dbdc60878dcab6c8b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "868041a4e7c3460dbdc60878dcab6c8b" member_type: VOTER }
I20260608 12:41:45.498868 10937 leader_election.cc:304] T 00000000000000000000000000000000 P 868041a4e7c3460dbdc60878dcab6c8b [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: 868041a4e7c3460dbdc60878dcab6c8b; no voters: 
I20260608 12:41:45.500025 10937 leader_election.cc:290] T 00000000000000000000000000000000 P 868041a4e7c3460dbdc60878dcab6c8b [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:45.500411 10940 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 868041a4e7c3460dbdc60878dcab6c8b [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:45.501730 10940 raft_consensus.cc:697] T 00000000000000000000000000000000 P 868041a4e7c3460dbdc60878dcab6c8b [term 1 LEADER]: Becoming Leader. State: Replica: 868041a4e7c3460dbdc60878dcab6c8b, State: Running, Role: LEADER
I20260608 12:41:45.502386 10940 consensus_queue.cc:237] T 00000000000000000000000000000000 P 868041a4e7c3460dbdc60878dcab6c8b [LEADER]: Queue going to LEADER mode. State: All 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: "868041a4e7c3460dbdc60878dcab6c8b" member_type: VOTER }
I20260608 12:41:45.502818 10937 sys_catalog.cc:565] T 00000000000000000000000000000000 P 868041a4e7c3460dbdc60878dcab6c8b [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:45.505174 10941 sys_catalog.cc:455] T 00000000000000000000000000000000 P 868041a4e7c3460dbdc60878dcab6c8b [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "868041a4e7c3460dbdc60878dcab6c8b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "868041a4e7c3460dbdc60878dcab6c8b" member_type: VOTER } }
I20260608 12:41:45.505211 10942 sys_catalog.cc:455] T 00000000000000000000000000000000 P 868041a4e7c3460dbdc60878dcab6c8b [sys.catalog]: SysCatalogTable state changed. Reason: New leader 868041a4e7c3460dbdc60878dcab6c8b. Latest consensus state: current_term: 1 leader_uuid: "868041a4e7c3460dbdc60878dcab6c8b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "868041a4e7c3460dbdc60878dcab6c8b" member_type: VOTER } }
I20260608 12:41:45.505940 10941 sys_catalog.cc:458] T 00000000000000000000000000000000 P 868041a4e7c3460dbdc60878dcab6c8b [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:45.505988 10942 sys_catalog.cc:458] T 00000000000000000000000000000000 P 868041a4e7c3460dbdc60878dcab6c8b [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:45.509078 10945 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:45.513810 10945 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:45.517468   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:45.523717 10945 catalog_manager.cc:1382] Generated new cluster ID: 455d56c89732499c8ab835aae123e880
I20260608 12:41:45.523957 10945 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:45.541879 10945 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:45.543483 10945 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:45.561620 10945 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 868041a4e7c3460dbdc60878dcab6c8b: Generated new TSK 0
I20260608 12:41:45.562202 10945 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:45.584501   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:45.590209 10958 instance_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:45.591291 10959 instance_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:45.595191 10961 instance_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:45.598307   431 server_base.cc:1061] running on GCE node
I20260608 12:41:45.599140   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:45.599320   431 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:45.599442   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922505599430 us; error 0 us; skew 500 ppm
I20260608 12:41:45.599956   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:45.602223   431 webserver.cc:533] Webserver started at http://127.0.107.193:34579/ using document root <none> and password file <none>
I20260608 12:41:45.602682   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:45.602834   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:45.603048   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:45.604161   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922266998516-431-0/minicluster-data/ts-0-root/instance:
uuid: "f8a3b5cdb66e4b888ccefd8e5e907e13"
format_stamp: "Formatted at 2026-06-08 12:41:45 on dist-test-slave-3g00"
I20260608 12:41:45.608740   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260608 12:41:45.612123 10966 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:45.612968   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:41:45.613233   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922266998516-431-0/minicluster-data/ts-0-root
uuid: "f8a3b5cdb66e4b888ccefd8e5e907e13"
format_stamp: "Formatted at 2026-06-08 12:41:45 on dist-test-slave-3g00"
I20260608 12:41:45.613471   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922266998516-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922266998516-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922266998516-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:45.630376   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:45.631422   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:45.632743   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:45.635032   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:45.635208   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:45.635439   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:45.635594   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:45.673272   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:33999
I20260608 12:41:45.673391 11028 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:33999 every 8 connection(s)
I20260608 12:41:45.678246   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:45.685546 11033 instance_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:45.688740 11034 instance_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:45.690106 11036 instance_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:45.690373   431 server_base.cc:1061] running on GCE node
I20260608 12:41:45.691329   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:45.691601   431 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:45.691738   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922505691727 us; error 0 us; skew 500 ppm
I20260608 12:41:45.692375   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:45.695533   431 webserver.cc:533] Webserver started at http://127.0.107.194:42447/ using document root <none> and password file <none>
I20260608 12:41:45.695533 11029 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44553
I20260608 12:41:45.696200 11029 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:45.696434   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:45.696735   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:45.697113   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:45.697311 11029 heartbeater.cc:507] Master 127.0.107.254:44553 requested a full tablet report, sending...
I20260608 12:41:45.698628   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922266998516-431-0/minicluster-data/ts-1-root/instance:
uuid: "7ade3de137004793b7ff9e43822d876a"
format_stamp: "Formatted at 2026-06-08 12:41:45 on dist-test-slave-3g00"
I20260608 12:41:45.699813 10902 ts_manager.cc:194] Registered new tserver with Master: f8a3b5cdb66e4b888ccefd8e5e907e13 (127.0.107.193:33999)
I20260608 12:41:45.701608 10902 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49912
I20260608 12:41:45.703719   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:41:45.707387 11041 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:45.708184   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:45.708467   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922266998516-431-0/minicluster-data/ts-1-root
uuid: "7ade3de137004793b7ff9e43822d876a"
format_stamp: "Formatted at 2026-06-08 12:41:45 on dist-test-slave-3g00"
I20260608 12:41:45.708725   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922266998516-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922266998516-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922266998516-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:45.730718   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:45.731809   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:45.733222   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:45.735424   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:45.735601   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:45.735826   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:45.735973   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:45.772759   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:44617
I20260608 12:41:45.772928 11103 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:44617 every 8 connection(s)
I20260608 12:41:45.777649   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:45.784937 11107 instance_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:45.786461 11108 instance_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:45.790180 11110 instance_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:45.790377   431 server_base.cc:1061] running on GCE node
I20260608 12:41:45.790287 11104 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44553
I20260608 12:41:45.791138 11104 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:45.791483   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:45.791716   431 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:45.791852   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922505791841 us; error 0 us; skew 500 ppm
I20260608 12:41:45.791930 11104 heartbeater.cc:507] Master 127.0.107.254:44553 requested a full tablet report, sending...
I20260608 12:41:45.792407   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:45.794196 10902 ts_manager.cc:194] Registered new tserver with Master: 7ade3de137004793b7ff9e43822d876a (127.0.107.194:44617)
I20260608 12:41:45.794971   431 webserver.cc:533] Webserver started at http://127.0.107.195:44831/ using document root <none> and password file <none>
I20260608 12:41:45.795506   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:45.795688   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:45.795643 10902 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49914
I20260608 12:41:45.796178   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:45.797399   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922266998516-431-0/minicluster-data/ts-2-root/instance:
uuid: "715e752271d04439893f7546a246b10a"
format_stamp: "Formatted at 2026-06-08 12:41:45 on dist-test-slave-3g00"
I20260608 12:41:45.801712   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:41:45.804963 11115 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:45.805711   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:41:45.806005   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922266998516-431-0/minicluster-data/ts-2-root
uuid: "715e752271d04439893f7546a246b10a"
format_stamp: "Formatted at 2026-06-08 12:41:45 on dist-test-slave-3g00"
I20260608 12:41:45.806264   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922266998516-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922266998516-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922266998516-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:45.825260   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:45.826368   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:45.827817   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:45.830125   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:45.830323   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:45.830559   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:45.830724   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:45.867326   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:33037
I20260608 12:41:45.867432 11177 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:33037 every 8 connection(s)
I20260608 12:41:45.872202   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:45.879422 11181 instance_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:45.879899 11182 instance_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:45.883643 11178 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44553
W20260608 12:41:45.884138 11184 instance_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:45.884153 11178 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:45.884380   431 server_base.cc:1061] running on GCE node
I20260608 12:41:45.885690 11178 heartbeater.cc:507] Master 127.0.107.254:44553 requested a full tablet report, sending...
I20260608 12:41:45.885825   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:45.886164   431 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:45.886394   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922505886373 us; error 0 us; skew 500 ppm
I20260608 12:41:45.887176   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:45.888077 10902 ts_manager.cc:194] Registered new tserver with Master: 715e752271d04439893f7546a246b10a (127.0.107.195:33037)
I20260608 12:41:45.889876 10902 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49928
I20260608 12:41:45.889884   431 webserver.cc:533] Webserver started at http://127.0.107.196:33215/ using document root <none> and password file <none>
I20260608 12:41:45.890661   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:45.890914   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:45.891230   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:45.892307   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922266998516-431-0/minicluster-data/ts-3-root/instance:
uuid: "4c2b2d5bab3b464fa3509f70f85d8d4c"
format_stamp: "Formatted at 2026-06-08 12:41:45 on dist-test-slave-3g00"
I20260608 12:41:45.897006   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.001s
I20260608 12:41:45.900334 11189 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:45.901132   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:41:45.901412   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922266998516-431-0/minicluster-data/ts-3-root
uuid: "4c2b2d5bab3b464fa3509f70f85d8d4c"
format_stamp: "Formatted at 2026-06-08 12:41:45 on dist-test-slave-3g00"
I20260608 12:41:45.901678   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922266998516-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922266998516-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922266998516-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:45.953131   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:45.954309   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:45.955623   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:45.957899   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:45.958102   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:45.958333   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:45.958490   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:45.996299   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:46549
I20260608 12:41:45.996411 11251 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:46549 every 8 connection(s)
I20260608 12:41:46.010690 11252 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44553
I20260608 12:41:46.011174 11252 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:46.011855 11252 heartbeater.cc:507] Master 127.0.107.254:44553 requested a full tablet report, sending...
I20260608 12:41:46.013895 10902 ts_manager.cc:194] Registered new tserver with Master: 4c2b2d5bab3b464fa3509f70f85d8d4c (127.0.107.196:46549)
I20260608 12:41:46.014484   431 internal_mini_cluster.cc:371] 4 TS(s) registered with all masters after 0.014866666s
I20260608 12:41:46.015318 10902 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49934
I20260608 12:41:46.040483 10902 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:49942:
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:41:46.078419 11143 tablet_service.cc:1511] Processing CreateTablet for tablet 0623a998e2f943099d6c2a0e56c57cb0 (DEFAULT_TABLE table=test-workload [id=8ca2548ba90f4390a968c05711a8e837]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:46.079751 11143 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0623a998e2f943099d6c2a0e56c57cb0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:46.086905 10994 tablet_service.cc:1511] Processing CreateTablet for tablet 0623a998e2f943099d6c2a0e56c57cb0 (DEFAULT_TABLE table=test-workload [id=8ca2548ba90f4390a968c05711a8e837]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:46.088147 10994 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0623a998e2f943099d6c2a0e56c57cb0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:46.090658 11217 tablet_service.cc:1511] Processing CreateTablet for tablet 0623a998e2f943099d6c2a0e56c57cb0 (DEFAULT_TABLE table=test-workload [id=8ca2548ba90f4390a968c05711a8e837]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:46.092036 11217 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0623a998e2f943099d6c2a0e56c57cb0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:46.096786 11267 tablet_bootstrap.cc:492] T 0623a998e2f943099d6c2a0e56c57cb0 P 715e752271d04439893f7546a246b10a: Bootstrap starting.
I20260608 12:41:46.104007 11267 tablet_bootstrap.cc:654] T 0623a998e2f943099d6c2a0e56c57cb0 P 715e752271d04439893f7546a246b10a: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:46.105571 11268 tablet_bootstrap.cc:492] T 0623a998e2f943099d6c2a0e56c57cb0 P f8a3b5cdb66e4b888ccefd8e5e907e13: Bootstrap starting.
I20260608 12:41:46.107888 11269 tablet_bootstrap.cc:492] T 0623a998e2f943099d6c2a0e56c57cb0 P 4c2b2d5bab3b464fa3509f70f85d8d4c: Bootstrap starting.
I20260608 12:41:46.111191 11267 tablet_bootstrap.cc:492] T 0623a998e2f943099d6c2a0e56c57cb0 P 715e752271d04439893f7546a246b10a: No bootstrap required, opened a new log
I20260608 12:41:46.111805 11267 ts_tablet_manager.cc:1403] T 0623a998e2f943099d6c2a0e56c57cb0 P 715e752271d04439893f7546a246b10a: Time spent bootstrapping tablet: real 0.015s	user 0.009s	sys 0.005s
I20260608 12:41:46.112422 11268 tablet_bootstrap.cc:654] T 0623a998e2f943099d6c2a0e56c57cb0 P f8a3b5cdb66e4b888ccefd8e5e907e13: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:46.115391 11269 tablet_bootstrap.cc:654] T 0623a998e2f943099d6c2a0e56c57cb0 P 4c2b2d5bab3b464fa3509f70f85d8d4c: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:46.115121 11267 raft_consensus.cc:359] T 0623a998e2f943099d6c2a0e56c57cb0 P 715e752271d04439893f7546a246b10a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "715e752271d04439893f7546a246b10a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33037 } } peers { permanent_uuid: "4c2b2d5bab3b464fa3509f70f85d8d4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46549 } } peers { permanent_uuid: "f8a3b5cdb66e4b888ccefd8e5e907e13" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33999 } }
I20260608 12:41:46.115923 11267 raft_consensus.cc:385] T 0623a998e2f943099d6c2a0e56c57cb0 P 715e752271d04439893f7546a246b10a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:46.116261 11267 raft_consensus.cc:740] T 0623a998e2f943099d6c2a0e56c57cb0 P 715e752271d04439893f7546a246b10a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 715e752271d04439893f7546a246b10a, State: Initialized, Role: FOLLOWER
I20260608 12:41:46.117079 11267 consensus_queue.cc:260] T 0623a998e2f943099d6c2a0e56c57cb0 P 715e752271d04439893f7546a246b10a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "715e752271d04439893f7546a246b10a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33037 } } peers { permanent_uuid: "4c2b2d5bab3b464fa3509f70f85d8d4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46549 } } peers { permanent_uuid: "f8a3b5cdb66e4b888ccefd8e5e907e13" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33999 } }
I20260608 12:41:46.123057 11178 heartbeater.cc:499] Master 127.0.107.254:44553 was elected leader, sending a full tablet report...
I20260608 12:41:46.123502 11267 ts_tablet_manager.cc:1434] T 0623a998e2f943099d6c2a0e56c57cb0 P 715e752271d04439893f7546a246b10a: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.004s
I20260608 12:41:46.124476 11268 tablet_bootstrap.cc:492] T 0623a998e2f943099d6c2a0e56c57cb0 P f8a3b5cdb66e4b888ccefd8e5e907e13: No bootstrap required, opened a new log
I20260608 12:41:46.125033 11268 ts_tablet_manager.cc:1403] T 0623a998e2f943099d6c2a0e56c57cb0 P f8a3b5cdb66e4b888ccefd8e5e907e13: Time spent bootstrapping tablet: real 0.020s	user 0.012s	sys 0.007s
I20260608 12:41:46.125759 11269 tablet_bootstrap.cc:492] T 0623a998e2f943099d6c2a0e56c57cb0 P 4c2b2d5bab3b464fa3509f70f85d8d4c: No bootstrap required, opened a new log
I20260608 12:41:46.126286 11269 ts_tablet_manager.cc:1403] T 0623a998e2f943099d6c2a0e56c57cb0 P 4c2b2d5bab3b464fa3509f70f85d8d4c: Time spent bootstrapping tablet: real 0.019s	user 0.008s	sys 0.007s
I20260608 12:41:46.128161 11268 raft_consensus.cc:359] T 0623a998e2f943099d6c2a0e56c57cb0 P f8a3b5cdb66e4b888ccefd8e5e907e13 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "715e752271d04439893f7546a246b10a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33037 } } peers { permanent_uuid: "4c2b2d5bab3b464fa3509f70f85d8d4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46549 } } peers { permanent_uuid: "f8a3b5cdb66e4b888ccefd8e5e907e13" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33999 } }
I20260608 12:41:46.128912 11268 raft_consensus.cc:385] T 0623a998e2f943099d6c2a0e56c57cb0 P f8a3b5cdb66e4b888ccefd8e5e907e13 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:46.129205 11268 raft_consensus.cc:740] T 0623a998e2f943099d6c2a0e56c57cb0 P f8a3b5cdb66e4b888ccefd8e5e907e13 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f8a3b5cdb66e4b888ccefd8e5e907e13, State: Initialized, Role: FOLLOWER
I20260608 12:41:46.129242 11269 raft_consensus.cc:359] T 0623a998e2f943099d6c2a0e56c57cb0 P 4c2b2d5bab3b464fa3509f70f85d8d4c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "715e752271d04439893f7546a246b10a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33037 } } peers { permanent_uuid: "4c2b2d5bab3b464fa3509f70f85d8d4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46549 } } peers { permanent_uuid: "f8a3b5cdb66e4b888ccefd8e5e907e13" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33999 } }
I20260608 12:41:46.130059 11269 raft_consensus.cc:385] T 0623a998e2f943099d6c2a0e56c57cb0 P 4c2b2d5bab3b464fa3509f70f85d8d4c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:46.130462 11269 raft_consensus.cc:740] T 0623a998e2f943099d6c2a0e56c57cb0 P 4c2b2d5bab3b464fa3509f70f85d8d4c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4c2b2d5bab3b464fa3509f70f85d8d4c, State: Initialized, Role: FOLLOWER
I20260608 12:41:46.130115 11268 consensus_queue.cc:260] T 0623a998e2f943099d6c2a0e56c57cb0 P f8a3b5cdb66e4b888ccefd8e5e907e13 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "715e752271d04439893f7546a246b10a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33037 } } peers { permanent_uuid: "4c2b2d5bab3b464fa3509f70f85d8d4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46549 } } peers { permanent_uuid: "f8a3b5cdb66e4b888ccefd8e5e907e13" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33999 } }
I20260608 12:41:46.131237 11269 consensus_queue.cc:260] T 0623a998e2f943099d6c2a0e56c57cb0 P 4c2b2d5bab3b464fa3509f70f85d8d4c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "715e752271d04439893f7546a246b10a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33037 } } peers { permanent_uuid: "4c2b2d5bab3b464fa3509f70f85d8d4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46549 } } peers { permanent_uuid: "f8a3b5cdb66e4b888ccefd8e5e907e13" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33999 } }
I20260608 12:41:46.132743 11029 heartbeater.cc:499] Master 127.0.107.254:44553 was elected leader, sending a full tablet report...
I20260608 12:41:46.133251 11268 ts_tablet_manager.cc:1434] T 0623a998e2f943099d6c2a0e56c57cb0 P f8a3b5cdb66e4b888ccefd8e5e907e13: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.001s
I20260608 12:41:46.133867 11252 heartbeater.cc:499] Master 127.0.107.254:44553 was elected leader, sending a full tablet report...
I20260608 12:41:46.134177 11269 ts_tablet_manager.cc:1434] T 0623a998e2f943099d6c2a0e56c57cb0 P 4c2b2d5bab3b464fa3509f70f85d8d4c: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:41:46.183495 11275 raft_consensus.cc:493] T 0623a998e2f943099d6c2a0e56c57cb0 P 4c2b2d5bab3b464fa3509f70f85d8d4c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:46.183943 11275 raft_consensus.cc:515] T 0623a998e2f943099d6c2a0e56c57cb0 P 4c2b2d5bab3b464fa3509f70f85d8d4c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "715e752271d04439893f7546a246b10a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33037 } } peers { permanent_uuid: "4c2b2d5bab3b464fa3509f70f85d8d4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46549 } } peers { permanent_uuid: "f8a3b5cdb66e4b888ccefd8e5e907e13" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33999 } }
I20260608 12:41:46.186223 11275 leader_election.cc:290] T 0623a998e2f943099d6c2a0e56c57cb0 P 4c2b2d5bab3b464fa3509f70f85d8d4c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 715e752271d04439893f7546a246b10a (127.0.107.195:33037), f8a3b5cdb66e4b888ccefd8e5e907e13 (127.0.107.193:33999)
I20260608 12:41:46.194720 11153 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0623a998e2f943099d6c2a0e56c57cb0" candidate_uuid: "4c2b2d5bab3b464fa3509f70f85d8d4c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "715e752271d04439893f7546a246b10a" is_pre_election: true
I20260608 12:41:46.195328 11153 raft_consensus.cc:2468] T 0623a998e2f943099d6c2a0e56c57cb0 P 715e752271d04439893f7546a246b10a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4c2b2d5bab3b464fa3509f70f85d8d4c in term 0.
I20260608 12:41:46.196053 11004 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0623a998e2f943099d6c2a0e56c57cb0" candidate_uuid: "4c2b2d5bab3b464fa3509f70f85d8d4c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f8a3b5cdb66e4b888ccefd8e5e907e13" is_pre_election: true
I20260608 12:41:46.196508 11192 leader_election.cc:304] T 0623a998e2f943099d6c2a0e56c57cb0 P 4c2b2d5bab3b464fa3509f70f85d8d4c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4c2b2d5bab3b464fa3509f70f85d8d4c, 715e752271d04439893f7546a246b10a; no voters: 
I20260608 12:41:46.196954 11004 raft_consensus.cc:2468] T 0623a998e2f943099d6c2a0e56c57cb0 P f8a3b5cdb66e4b888ccefd8e5e907e13 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4c2b2d5bab3b464fa3509f70f85d8d4c in term 0.
I20260608 12:41:46.197527 11275 raft_consensus.cc:2804] T 0623a998e2f943099d6c2a0e56c57cb0 P 4c2b2d5bab3b464fa3509f70f85d8d4c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:46.197845 11275 raft_consensus.cc:493] T 0623a998e2f943099d6c2a0e56c57cb0 P 4c2b2d5bab3b464fa3509f70f85d8d4c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:46.198099 11275 raft_consensus.cc:3060] T 0623a998e2f943099d6c2a0e56c57cb0 P 4c2b2d5bab3b464fa3509f70f85d8d4c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:46.203006 11275 raft_consensus.cc:515] T 0623a998e2f943099d6c2a0e56c57cb0 P 4c2b2d5bab3b464fa3509f70f85d8d4c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "715e752271d04439893f7546a246b10a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33037 } } peers { permanent_uuid: "4c2b2d5bab3b464fa3509f70f85d8d4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46549 } } peers { permanent_uuid: "f8a3b5cdb66e4b888ccefd8e5e907e13" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33999 } }
I20260608 12:41:46.204761 11275 leader_election.cc:290] T 0623a998e2f943099d6c2a0e56c57cb0 P 4c2b2d5bab3b464fa3509f70f85d8d4c [CANDIDATE]: Term 1 election: Requested vote from peers 715e752271d04439893f7546a246b10a (127.0.107.195:33037), f8a3b5cdb66e4b888ccefd8e5e907e13 (127.0.107.193:33999)
I20260608 12:41:46.205421 11153 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0623a998e2f943099d6c2a0e56c57cb0" candidate_uuid: "4c2b2d5bab3b464fa3509f70f85d8d4c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "715e752271d04439893f7546a246b10a"
I20260608 12:41:46.205955 11153 raft_consensus.cc:3060] T 0623a998e2f943099d6c2a0e56c57cb0 P 715e752271d04439893f7546a246b10a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:46.205888 11004 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0623a998e2f943099d6c2a0e56c57cb0" candidate_uuid: "4c2b2d5bab3b464fa3509f70f85d8d4c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f8a3b5cdb66e4b888ccefd8e5e907e13"
I20260608 12:41:46.206485 11004 raft_consensus.cc:3060] T 0623a998e2f943099d6c2a0e56c57cb0 P f8a3b5cdb66e4b888ccefd8e5e907e13 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:46.211172 11153 raft_consensus.cc:2468] T 0623a998e2f943099d6c2a0e56c57cb0 P 715e752271d04439893f7546a246b10a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4c2b2d5bab3b464fa3509f70f85d8d4c in term 1.
I20260608 12:41:46.211535 11004 raft_consensus.cc:2468] T 0623a998e2f943099d6c2a0e56c57cb0 P f8a3b5cdb66e4b888ccefd8e5e907e13 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4c2b2d5bab3b464fa3509f70f85d8d4c in term 1.
I20260608 12:41:46.212186 11192 leader_election.cc:304] T 0623a998e2f943099d6c2a0e56c57cb0 P 4c2b2d5bab3b464fa3509f70f85d8d4c [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4c2b2d5bab3b464fa3509f70f85d8d4c, 715e752271d04439893f7546a246b10a; no voters: 
I20260608 12:41:46.212985 11275 raft_consensus.cc:2804] T 0623a998e2f943099d6c2a0e56c57cb0 P 4c2b2d5bab3b464fa3509f70f85d8d4c [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:46.213867 11275 raft_consensus.cc:697] T 0623a998e2f943099d6c2a0e56c57cb0 P 4c2b2d5bab3b464fa3509f70f85d8d4c [term 1 LEADER]: Becoming Leader. State: Replica: 4c2b2d5bab3b464fa3509f70f85d8d4c, State: Running, Role: LEADER
I20260608 12:41:46.214633 11275 consensus_queue.cc:237] T 0623a998e2f943099d6c2a0e56c57cb0 P 4c2b2d5bab3b464fa3509f70f85d8d4c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "715e752271d04439893f7546a246b10a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33037 } } peers { permanent_uuid: "4c2b2d5bab3b464fa3509f70f85d8d4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46549 } } peers { permanent_uuid: "f8a3b5cdb66e4b888ccefd8e5e907e13" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33999 } }
I20260608 12:41:46.221113 10900 catalog_manager.cc:5696] T 0623a998e2f943099d6c2a0e56c57cb0 P 4c2b2d5bab3b464fa3509f70f85d8d4c reported cstate change: term changed from 0 to 1, leader changed from <none> to 4c2b2d5bab3b464fa3509f70f85d8d4c (127.0.107.196). New cstate: current_term: 1 leader_uuid: "4c2b2d5bab3b464fa3509f70f85d8d4c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "715e752271d04439893f7546a246b10a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33037 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4c2b2d5bab3b464fa3509f70f85d8d4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46549 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f8a3b5cdb66e4b888ccefd8e5e907e13" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33999 } health_report { overall_health: UNKNOWN } } }
W20260608 12:41:46.261850   431 auto_rebalancer.cc:591] Failed to schedule move for tablet 0623a998e2f943099d6c2a0e56c57cb0: Illegal state: Leader has not yet committed an operation in its own term
I20260608 12:41:46.263140   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:46.278952   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:46.279804   431 tablet_replica.cc:333] T 0623a998e2f943099d6c2a0e56c57cb0 P f8a3b5cdb66e4b888ccefd8e5e907e13: stopping tablet replica
I20260608 12:41:46.280772   431 raft_consensus.cc:2243] T 0623a998e2f943099d6c2a0e56c57cb0 P f8a3b5cdb66e4b888ccefd8e5e907e13 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:46.281250   431 raft_consensus.cc:2272] T 0623a998e2f943099d6c2a0e56c57cb0 P f8a3b5cdb66e4b888ccefd8e5e907e13 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:46.299664   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:46.308962   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:46.325126   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:46.340332   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:46.347939   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:46.362856   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:46.363689   431 tablet_replica.cc:333] T 0623a998e2f943099d6c2a0e56c57cb0 P 715e752271d04439893f7546a246b10a: stopping tablet replica
I20260608 12:41:46.364269   431 raft_consensus.cc:2243] T 0623a998e2f943099d6c2a0e56c57cb0 P 715e752271d04439893f7546a246b10a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:46.364665   431 raft_consensus.cc:2272] T 0623a998e2f943099d6c2a0e56c57cb0 P 715e752271d04439893f7546a246b10a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:46.383328   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:46.392041   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:41:46.409114   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:46.409819   431 tablet_replica.cc:333] T 0623a998e2f943099d6c2a0e56c57cb0 P 4c2b2d5bab3b464fa3509f70f85d8d4c: stopping tablet replica
I20260608 12:41:46.410290   431 raft_consensus.cc:2243] T 0623a998e2f943099d6c2a0e56c57cb0 P 4c2b2d5bab3b464fa3509f70f85d8d4c [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:46.410847   431 pending_rounds.cc:70] T 0623a998e2f943099d6c2a0e56c57cb0 P 4c2b2d5bab3b464fa3509f70f85d8d4c: Trying to abort 1 pending ops.
I20260608 12:41:46.411010   431 pending_rounds.cc:77] T 0623a998e2f943099d6c2a0e56c57cb0 P 4c2b2d5bab3b464fa3509f70f85d8d4c: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658585462083584 op_type: NO_OP noop_request { }
I20260608 12:41:46.411235   431 raft_consensus.cc:2889] T 0623a998e2f943099d6c2a0e56c57cb0 P 4c2b2d5bab3b464fa3509f70f85d8d4c [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:46.411461   431 raft_consensus.cc:2272] T 0623a998e2f943099d6c2a0e56c57cb0 P 4c2b2d5bab3b464fa3509f70f85d8d4c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:46.430693   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:41:46.439632   431 master.cc:562] Master@127.0.107.254:44553 shutting down...
I20260608 12:41:46.455185   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 868041a4e7c3460dbdc60878dcab6c8b [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:46.455689   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 868041a4e7c3460dbdc60878dcab6c8b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:46.455965   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 868041a4e7c3460dbdc60878dcab6c8b: stopping tablet replica
I20260608 12:41:46.475133   431 master.cc:584] Master@127.0.107.254:44553 shutdown complete.
[       OK ] AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully (1111 ms)
[----------] 22 tests from AutoRebalancerTest (239340 ms total)

[----------] 2 tests from PreferFollowerRebalancingTest
[ RUN      ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/0
I20260608 12:41:46.506351   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:43055
I20260608 12:41:46.507478   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:46.512542 11281 instance_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.512737 11282 instance_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.513804 11284 instance_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.514896   431 server_base.cc:1061] running on GCE node
I20260608 12:41:46.515679   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:46.515863   431 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.516013   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922506515989 us; error 0 us; skew 500 ppm
I20260608 12:41:46.516577   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:46.518774   431 webserver.cc:533] Webserver started at http://127.0.107.254:38219/ using document root <none> and password file <none>
I20260608 12:41:46.519289   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:46.519469   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:46.519717   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:46.520742   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922266998516-431-0/minicluster-data/master-0-root/instance:
uuid: "8de7af6e49dc45b69df05c1b9783d45a"
format_stamp: "Formatted at 2026-06-08 12:41:46 on dist-test-slave-3g00"
I20260608 12:41:46.525293   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260608 12:41:46.528620 11289 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.529404   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:41:46.529685   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922266998516-431-0/minicluster-data/master-0-root
uuid: "8de7af6e49dc45b69df05c1b9783d45a"
format_stamp: "Formatted at 2026-06-08 12:41:46 on dist-test-slave-3g00"
I20260608 12:41:46.529949   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922266998516-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922266998516-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922266998516-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.546298   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:46.547319   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:46.582397   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:43055
I20260608 12:41:46.582543 11340 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:43055 every 8 connection(s)
I20260608 12:41:46.586365 11341 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.596750 11341 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8de7af6e49dc45b69df05c1b9783d45a: Bootstrap starting.
I20260608 12:41:46.601357 11341 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8de7af6e49dc45b69df05c1b9783d45a: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:46.605394 11341 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8de7af6e49dc45b69df05c1b9783d45a: No bootstrap required, opened a new log
I20260608 12:41:46.607445 11341 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8de7af6e49dc45b69df05c1b9783d45a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8de7af6e49dc45b69df05c1b9783d45a" member_type: VOTER }
I20260608 12:41:46.607820 11341 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8de7af6e49dc45b69df05c1b9783d45a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:46.608032 11341 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8de7af6e49dc45b69df05c1b9783d45a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8de7af6e49dc45b69df05c1b9783d45a, State: Initialized, Role: FOLLOWER
I20260608 12:41:46.608594 11341 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8de7af6e49dc45b69df05c1b9783d45a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "8de7af6e49dc45b69df05c1b9783d45a" member_type: VOTER }
I20260608 12:41:46.609048 11341 raft_consensus.cc:399] T 00000000000000000000000000000000 P 8de7af6e49dc45b69df05c1b9783d45a [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:46.609261 11341 raft_consensus.cc:493] T 00000000000000000000000000000000 P 8de7af6e49dc45b69df05c1b9783d45a [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:46.609516 11341 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8de7af6e49dc45b69df05c1b9783d45a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:46.613780 11341 raft_consensus.cc:515] T 00000000000000000000000000000000 P 8de7af6e49dc45b69df05c1b9783d45a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8de7af6e49dc45b69df05c1b9783d45a" member_type: VOTER }
I20260608 12:41:46.614251 11341 leader_election.cc:304] T 00000000000000000000000000000000 P 8de7af6e49dc45b69df05c1b9783d45a [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: 8de7af6e49dc45b69df05c1b9783d45a; no voters: 
I20260608 12:41:46.615330 11341 leader_election.cc:290] T 00000000000000000000000000000000 P 8de7af6e49dc45b69df05c1b9783d45a [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:46.615679 11344 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 8de7af6e49dc45b69df05c1b9783d45a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:46.616969 11344 raft_consensus.cc:697] T 00000000000000000000000000000000 P 8de7af6e49dc45b69df05c1b9783d45a [term 1 LEADER]: Becoming Leader. State: Replica: 8de7af6e49dc45b69df05c1b9783d45a, State: Running, Role: LEADER
I20260608 12:41:46.617645 11344 consensus_queue.cc:237] T 00000000000000000000000000000000 P 8de7af6e49dc45b69df05c1b9783d45a [LEADER]: Queue going to LEADER mode. State: All 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: "8de7af6e49dc45b69df05c1b9783d45a" member_type: VOTER }
I20260608 12:41:46.618106 11341 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8de7af6e49dc45b69df05c1b9783d45a [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:46.620551 11345 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8de7af6e49dc45b69df05c1b9783d45a [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "8de7af6e49dc45b69df05c1b9783d45a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8de7af6e49dc45b69df05c1b9783d45a" member_type: VOTER } }
I20260608 12:41:46.620621 11346 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8de7af6e49dc45b69df05c1b9783d45a [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8de7af6e49dc45b69df05c1b9783d45a. Latest consensus state: current_term: 1 leader_uuid: "8de7af6e49dc45b69df05c1b9783d45a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8de7af6e49dc45b69df05c1b9783d45a" member_type: VOTER } }
I20260608 12:41:46.621443 11345 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8de7af6e49dc45b69df05c1b9783d45a [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:46.621495 11346 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8de7af6e49dc45b69df05c1b9783d45a [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:46.624558 11350 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:46.629485 11350 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:46.633194   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:46.638620 11350 catalog_manager.cc:1382] Generated new cluster ID: 17be883fe90b4c989b93c4e3f9eb2823
I20260608 12:41:46.638844 11350 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:46.650624 11350 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:46.651906 11350 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:46.664660 11350 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 8de7af6e49dc45b69df05c1b9783d45a: Generated new TSK 0
I20260608 12:41:46.665256 11350 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:46.699959   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:46.705922 11362 instance_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.707031 11363 instance_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.708271 11365 instance_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.709015   431 server_base.cc:1061] running on GCE node
I20260608 12:41:46.709818   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:46.710022   431 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.710172   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922506710154 us; error 0 us; skew 500 ppm
I20260608 12:41:46.710724   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:46.713171   431 webserver.cc:533] Webserver started at http://127.0.107.193:39467/ using document root <none> and password file <none>
I20260608 12:41:46.713677   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:46.713851   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:46.714133   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:46.715224   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922266998516-431-0/minicluster-data/ts-0-root/instance:
uuid: "5a6a0b7996114be5a9bf34007b4f7b64"
format_stamp: "Formatted at 2026-06-08 12:41:46 on dist-test-slave-3g00"
I20260608 12:41:46.720283   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.003s
I20260608 12:41:46.723836 11370 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.724632   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:41:46.724944   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922266998516-431-0/minicluster-data/ts-0-root
uuid: "5a6a0b7996114be5a9bf34007b4f7b64"
format_stamp: "Formatted at 2026-06-08 12:41:46 on dist-test-slave-3g00"
I20260608 12:41:46.725234   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922266998516-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922266998516-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922266998516-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.741215   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:46.742237   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:46.743626   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:46.745915   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:46.746101   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:46.746330   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:46.746471   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:46.783517   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:39079
I20260608 12:41:46.783643 11432 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:39079 every 8 connection(s)
I20260608 12:41:46.788484   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:46.795535 11437 instance_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.796250 11438 instance_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.799167 11440 instance_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.799585   431 server_base.cc:1061] running on GCE node
I20260608 12:41:46.800855   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:46.801069   431 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.801272   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922506801254 us; error 0 us; skew 500 ppm
I20260608 12:41:46.801519 11433 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43055
I20260608 12:41:46.801994 11433 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:46.802112   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:46.802894 11433 heartbeater.cc:507] Master 127.0.107.254:43055 requested a full tablet report, sending...
I20260608 12:41:46.804804   431 webserver.cc:533] Webserver started at http://127.0.107.194:44887/ using document root <none> and password file <none>
I20260608 12:41:46.805398   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:46.805353 11306 ts_manager.cc:194] Registered new tserver with Master: 5a6a0b7996114be5a9bf34007b4f7b64 (127.0.107.193:39079)
I20260608 12:41:46.805768   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:46.806080   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:46.807091   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922266998516-431-0/minicluster-data/ts-1-root/instance:
uuid: "ef7139186766447e9ad06d19468cd3eb"
format_stamp: "Formatted at 2026-06-08 12:41:46 on dist-test-slave-3g00"
I20260608 12:41:46.807312 11306 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56198
I20260608 12:41:46.811973   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:41:46.815322 11445 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.816025   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:46.816295   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922266998516-431-0/minicluster-data/ts-1-root
uuid: "ef7139186766447e9ad06d19468cd3eb"
format_stamp: "Formatted at 2026-06-08 12:41:46 on dist-test-slave-3g00"
I20260608 12:41:46.816543   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922266998516-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922266998516-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922266998516-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.830245   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:46.831293   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:46.832701   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:46.834962   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:46.835160   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:46.835381   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:46.835531   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:46.872658   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:40819
I20260608 12:41:46.872772 11507 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:40819 every 8 connection(s)
I20260608 12:41:46.877836   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:46.884802 11511 instance_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.885901 11512 instance_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.888230 11514 instance_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.889052   431 server_base.cc:1061] running on GCE node
I20260608 12:41:46.889755 11508 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43055
I20260608 12:41:46.890012   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:41:46.890113 11508 heartbeater.cc:461] Registering TS with master...
W20260608 12:41:46.890297   431 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.890535   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922506890515 us; error 0 us; skew 500 ppm
I20260608 12:41:46.890988 11508 heartbeater.cc:507] Master 127.0.107.254:43055 requested a full tablet report, sending...
I20260608 12:41:46.891180   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:46.893352 11306 ts_manager.cc:194] Registered new tserver with Master: ef7139186766447e9ad06d19468cd3eb (127.0.107.194:40819)
I20260608 12:41:46.894079   431 webserver.cc:533] Webserver started at http://127.0.107.195:40147/ using document root <none> and password file <none>
I20260608 12:41:46.894807   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:46.895062   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:46.895370   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:46.895300 11306 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56214
I20260608 12:41:46.897004   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922266998516-431-0/minicluster-data/ts-2-root/instance:
uuid: "3757e311acdc4e36a12498a61a3a746b"
format_stamp: "Formatted at 2026-06-08 12:41:46 on dist-test-slave-3g00"
I20260608 12:41:46.901500   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:41:46.904740 11519 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.905504   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:41:46.905781   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922266998516-431-0/minicluster-data/ts-2-root
uuid: "3757e311acdc4e36a12498a61a3a746b"
format_stamp: "Formatted at 2026-06-08 12:41:46 on dist-test-slave-3g00"
I20260608 12:41:46.906049   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922266998516-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922266998516-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922266998516-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.930835   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:46.931947   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:46.933391   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:46.935587   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:46.935786   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:46.936017   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:46.936182   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:46.972829   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:39173
I20260608 12:41:46.972939 11581 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:39173 every 8 connection(s)
I20260608 12:41:46.985891 11582 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43055
I20260608 12:41:46.986276 11582 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:46.986948 11582 heartbeater.cc:507] Master 127.0.107.254:43055 requested a full tablet report, sending...
I20260608 12:41:46.988775 11306 ts_manager.cc:194] Registered new tserver with Master: 3757e311acdc4e36a12498a61a3a746b (127.0.107.195:39173)
I20260608 12:41:46.989557   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013441174s
I20260608 12:41:46.990101 11306 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56226
I20260608 12:41:47.810073 11433 heartbeater.cc:499] Master 127.0.107.254:43055 was elected leader, sending a full tablet report...
I20260608 12:41:47.898200 11508 heartbeater.cc:499] Master 127.0.107.254:43055 was elected leader, sending a full tablet report...
I20260608 12:41:47.992547 11582 heartbeater.cc:499] Master 127.0.107.254:43055 was elected leader, sending a full tablet report...
I20260608 12:41:48.046240 11306 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:56238:
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:41:48.048729 11306 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:48.111299 11473 tablet_service.cc:1511] Processing CreateTablet for tablet 8d6bd1b284e84f0e89f3c1aa9d31a7a7 (DEFAULT_TABLE table=test-workload [id=5c8a9ece58eb42eaa3c667bf84d75b58]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:41:48.112668 11473 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8d6bd1b284e84f0e89f3c1aa9d31a7a7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.113955 11470 tablet_service.cc:1511] Processing CreateTablet for tablet 6916656dc12b46d4a2fda1e2b4302460 (DEFAULT_TABLE table=test-workload [id=5c8a9ece58eb42eaa3c667bf84d75b58]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:41:48.115304 11470 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6916656dc12b46d4a2fda1e2b4302460. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.118055 11471 tablet_service.cc:1511] Processing CreateTablet for tablet 1b3cf60c73cc4db28e1f262b10f0178c (DEFAULT_TABLE table=test-workload [id=5c8a9ece58eb42eaa3c667bf84d75b58]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:41:48.119458 11471 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1b3cf60c73cc4db28e1f262b10f0178c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.120450 11472 tablet_service.cc:1511] Processing CreateTablet for tablet 2c3b2cc9bf6c4e91a37d242f7f1eae5b (DEFAULT_TABLE table=test-workload [id=5c8a9ece58eb42eaa3c667bf84d75b58]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:41:48.121755 11472 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2c3b2cc9bf6c4e91a37d242f7f1eae5b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.127219 11469 tablet_service.cc:1511] Processing CreateTablet for tablet 032000ea29e04845a7a6b10bad8fd9f9 (DEFAULT_TABLE table=test-workload [id=5c8a9ece58eb42eaa3c667bf84d75b58]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:41:48.128607 11469 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 032000ea29e04845a7a6b10bad8fd9f9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.129067 11398 tablet_service.cc:1511] Processing CreateTablet for tablet 8d6bd1b284e84f0e89f3c1aa9d31a7a7 (DEFAULT_TABLE table=test-workload [id=5c8a9ece58eb42eaa3c667bf84d75b58]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:41:48.130422 11398 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8d6bd1b284e84f0e89f3c1aa9d31a7a7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.130537 11468 tablet_service.cc:1511] Processing CreateTablet for tablet 51ad918c63944a44ab6a448768374fe8 (DEFAULT_TABLE table=test-workload [id=5c8a9ece58eb42eaa3c667bf84d75b58]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:41:48.131839 11468 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 51ad918c63944a44ab6a448768374fe8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.134413 11397 tablet_service.cc:1511] Processing CreateTablet for tablet 2c3b2cc9bf6c4e91a37d242f7f1eae5b (DEFAULT_TABLE table=test-workload [id=5c8a9ece58eb42eaa3c667bf84d75b58]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:41:48.135721 11397 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2c3b2cc9bf6c4e91a37d242f7f1eae5b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.142540 11396 tablet_service.cc:1511] Processing CreateTablet for tablet 1b3cf60c73cc4db28e1f262b10f0178c (DEFAULT_TABLE table=test-workload [id=5c8a9ece58eb42eaa3c667bf84d75b58]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:41:48.144908 11396 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1b3cf60c73cc4db28e1f262b10f0178c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.154603 11395 tablet_service.cc:1511] Processing CreateTablet for tablet 6916656dc12b46d4a2fda1e2b4302460 (DEFAULT_TABLE table=test-workload [id=5c8a9ece58eb42eaa3c667bf84d75b58]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:41:48.156066 11395 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6916656dc12b46d4a2fda1e2b4302460. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.160748 11394 tablet_service.cc:1511] Processing CreateTablet for tablet 032000ea29e04845a7a6b10bad8fd9f9 (DEFAULT_TABLE table=test-workload [id=5c8a9ece58eb42eaa3c667bf84d75b58]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:41:48.162182 11394 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 032000ea29e04845a7a6b10bad8fd9f9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.166054 11393 tablet_service.cc:1511] Processing CreateTablet for tablet 51ad918c63944a44ab6a448768374fe8 (DEFAULT_TABLE table=test-workload [id=5c8a9ece58eb42eaa3c667bf84d75b58]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:41:48.167402 11393 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 51ad918c63944a44ab6a448768374fe8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.175184 11601 tablet_bootstrap.cc:492] T 1b3cf60c73cc4db28e1f262b10f0178c P ef7139186766447e9ad06d19468cd3eb: Bootstrap starting.
I20260608 12:41:48.185962 11602 tablet_bootstrap.cc:492] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64: Bootstrap starting.
I20260608 12:41:48.187755 11601 tablet_bootstrap.cc:654] T 1b3cf60c73cc4db28e1f262b10f0178c P ef7139186766447e9ad06d19468cd3eb: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.190858 11547 tablet_service.cc:1511] Processing CreateTablet for tablet 8d6bd1b284e84f0e89f3c1aa9d31a7a7 (DEFAULT_TABLE table=test-workload [id=5c8a9ece58eb42eaa3c667bf84d75b58]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:41:48.192262 11547 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8d6bd1b284e84f0e89f3c1aa9d31a7a7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.192409 11602 tablet_bootstrap.cc:654] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.193058 11542 tablet_service.cc:1511] Processing CreateTablet for tablet 51ad918c63944a44ab6a448768374fe8 (DEFAULT_TABLE table=test-workload [id=5c8a9ece58eb42eaa3c667bf84d75b58]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:41:48.194339 11542 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 51ad918c63944a44ab6a448768374fe8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.198186 11543 tablet_service.cc:1511] Processing CreateTablet for tablet 032000ea29e04845a7a6b10bad8fd9f9 (DEFAULT_TABLE table=test-workload [id=5c8a9ece58eb42eaa3c667bf84d75b58]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:41:48.199668 11543 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 032000ea29e04845a7a6b10bad8fd9f9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.202240 11544 tablet_service.cc:1511] Processing CreateTablet for tablet 6916656dc12b46d4a2fda1e2b4302460 (DEFAULT_TABLE table=test-workload [id=5c8a9ece58eb42eaa3c667bf84d75b58]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:41:48.203683 11544 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6916656dc12b46d4a2fda1e2b4302460. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.206215 11546 tablet_service.cc:1511] Processing CreateTablet for tablet 2c3b2cc9bf6c4e91a37d242f7f1eae5b (DEFAULT_TABLE table=test-workload [id=5c8a9ece58eb42eaa3c667bf84d75b58]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:41:48.207569 11546 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2c3b2cc9bf6c4e91a37d242f7f1eae5b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.210132 11545 tablet_service.cc:1511] Processing CreateTablet for tablet 1b3cf60c73cc4db28e1f262b10f0178c (DEFAULT_TABLE table=test-workload [id=5c8a9ece58eb42eaa3c667bf84d75b58]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:41:48.211634 11545 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1b3cf60c73cc4db28e1f262b10f0178c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.216367 11605 tablet_bootstrap.cc:492] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 3757e311acdc4e36a12498a61a3a746b: Bootstrap starting.
I20260608 12:41:48.230341 11605 tablet_bootstrap.cc:654] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 3757e311acdc4e36a12498a61a3a746b: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.235009 11602 tablet_bootstrap.cc:492] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64: No bootstrap required, opened a new log
I20260608 12:41:48.235569 11602 ts_tablet_manager.cc:1403] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64: Time spent bootstrapping tablet: real 0.050s	user 0.006s	sys 0.013s
I20260608 12:41:48.246943 11601 tablet_bootstrap.cc:492] T 1b3cf60c73cc4db28e1f262b10f0178c P ef7139186766447e9ad06d19468cd3eb: No bootstrap required, opened a new log
I20260608 12:41:48.247506 11601 ts_tablet_manager.cc:1403] T 1b3cf60c73cc4db28e1f262b10f0178c P ef7139186766447e9ad06d19468cd3eb: Time spent bootstrapping tablet: real 0.073s	user 0.020s	sys 0.037s
I20260608 12:41:48.250536 11601 raft_consensus.cc:359] T 1b3cf60c73cc4db28e1f262b10f0178c P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.249375 11602 raft_consensus.cc:359] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.251345 11605 tablet_bootstrap.cc:492] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 3757e311acdc4e36a12498a61a3a746b: No bootstrap required, opened a new log
I20260608 12:41:48.251682 11602 raft_consensus.cc:385] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.251915 11605 ts_tablet_manager.cc:1403] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 3757e311acdc4e36a12498a61a3a746b: Time spent bootstrapping tablet: real 0.036s	user 0.018s	sys 0.008s
I20260608 12:41:48.252084 11602 raft_consensus.cc:740] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a6a0b7996114be5a9bf34007b4f7b64, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.253264 11602 consensus_queue.cc:260] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.255466 11605 raft_consensus.cc:359] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } } peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } }
I20260608 12:41:48.256316 11605 raft_consensus.cc:385] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.256662 11605 raft_consensus.cc:740] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3757e311acdc4e36a12498a61a3a746b, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.251394 11601 raft_consensus.cc:385] T 1b3cf60c73cc4db28e1f262b10f0178c P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.257627 11601 raft_consensus.cc:740] T 1b3cf60c73cc4db28e1f262b10f0178c P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ef7139186766447e9ad06d19468cd3eb, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.258495 11601 consensus_queue.cc:260] T 1b3cf60c73cc4db28e1f262b10f0178c P ef7139186766447e9ad06d19468cd3eb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.260246 11605 consensus_queue.cc:260] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 3757e311acdc4e36a12498a61a3a746b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } } peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } }
I20260608 12:41:48.261466 11602 ts_tablet_manager.cc:1434] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64: Time spent starting tablet: real 0.026s	user 0.010s	sys 0.005s
I20260608 12:41:48.262948 11602 tablet_bootstrap.cc:492] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64: Bootstrap starting.
I20260608 12:41:48.264366 11601 ts_tablet_manager.cc:1434] T 1b3cf60c73cc4db28e1f262b10f0178c P ef7139186766447e9ad06d19468cd3eb: Time spent starting tablet: real 0.017s	user 0.009s	sys 0.001s
I20260608 12:41:48.265460 11601 tablet_bootstrap.cc:492] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P ef7139186766447e9ad06d19468cd3eb: Bootstrap starting.
I20260608 12:41:48.271194 11601 tablet_bootstrap.cc:654] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P ef7139186766447e9ad06d19468cd3eb: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.274435 11602 tablet_bootstrap.cc:654] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.278842 11605 ts_tablet_manager.cc:1434] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 3757e311acdc4e36a12498a61a3a746b: Time spent starting tablet: real 0.026s	user 0.016s	sys 0.006s
I20260608 12:41:48.280055 11605 tablet_bootstrap.cc:492] T 6916656dc12b46d4a2fda1e2b4302460 P 3757e311acdc4e36a12498a61a3a746b: Bootstrap starting.
I20260608 12:41:48.286427 11605 tablet_bootstrap.cc:654] T 6916656dc12b46d4a2fda1e2b4302460 P 3757e311acdc4e36a12498a61a3a746b: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.289762 11601 tablet_bootstrap.cc:492] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P ef7139186766447e9ad06d19468cd3eb: No bootstrap required, opened a new log
I20260608 12:41:48.290344 11601 ts_tablet_manager.cc:1403] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P ef7139186766447e9ad06d19468cd3eb: Time spent bootstrapping tablet: real 0.025s	user 0.017s	sys 0.008s
I20260608 12:41:48.290350 11602 tablet_bootstrap.cc:492] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64: No bootstrap required, opened a new log
I20260608 12:41:48.291131 11602 ts_tablet_manager.cc:1403] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64: Time spent bootstrapping tablet: real 0.028s	user 0.015s	sys 0.004s
I20260608 12:41:48.293545 11601 raft_consensus.cc:359] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } } peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } }
I20260608 12:41:48.293829 11602 raft_consensus.cc:359] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } } peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } }
I20260608 12:41:48.294339 11601 raft_consensus.cc:385] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.294637 11602 raft_consensus.cc:385] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.294704 11601 raft_consensus.cc:740] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ef7139186766447e9ad06d19468cd3eb, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.295078 11602 raft_consensus.cc:740] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a6a0b7996114be5a9bf34007b4f7b64, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.295778 11601 consensus_queue.cc:260] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P ef7139186766447e9ad06d19468cd3eb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } } peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } }
I20260608 12:41:48.296062 11602 consensus_queue.cc:260] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } } peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } }
I20260608 12:41:48.298542 11602 ts_tablet_manager.cc:1434] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260608 12:41:48.299562 11602 tablet_bootstrap.cc:492] T 1b3cf60c73cc4db28e1f262b10f0178c P 5a6a0b7996114be5a9bf34007b4f7b64: Bootstrap starting.
I20260608 12:41:48.299702 11601 ts_tablet_manager.cc:1434] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P ef7139186766447e9ad06d19468cd3eb: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260608 12:41:48.300710 11601 tablet_bootstrap.cc:492] T 51ad918c63944a44ab6a448768374fe8 P ef7139186766447e9ad06d19468cd3eb: Bootstrap starting.
I20260608 12:41:48.306327 11601 tablet_bootstrap.cc:654] T 51ad918c63944a44ab6a448768374fe8 P ef7139186766447e9ad06d19468cd3eb: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.309012 11605 tablet_bootstrap.cc:492] T 6916656dc12b46d4a2fda1e2b4302460 P 3757e311acdc4e36a12498a61a3a746b: No bootstrap required, opened a new log
I20260608 12:41:48.309535 11605 ts_tablet_manager.cc:1403] T 6916656dc12b46d4a2fda1e2b4302460 P 3757e311acdc4e36a12498a61a3a746b: Time spent bootstrapping tablet: real 0.030s	user 0.014s	sys 0.012s
I20260608 12:41:48.313205 11602 tablet_bootstrap.cc:654] T 1b3cf60c73cc4db28e1f262b10f0178c P 5a6a0b7996114be5a9bf34007b4f7b64: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.314684 11601 tablet_bootstrap.cc:492] T 51ad918c63944a44ab6a448768374fe8 P ef7139186766447e9ad06d19468cd3eb: No bootstrap required, opened a new log
I20260608 12:41:48.312723 11605 raft_consensus.cc:359] T 6916656dc12b46d4a2fda1e2b4302460 P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.315294 11601 ts_tablet_manager.cc:1403] T 51ad918c63944a44ab6a448768374fe8 P ef7139186766447e9ad06d19468cd3eb: Time spent bootstrapping tablet: real 0.015s	user 0.004s	sys 0.009s
I20260608 12:41:48.315686 11605 raft_consensus.cc:385] T 6916656dc12b46d4a2fda1e2b4302460 P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.316253 11605 raft_consensus.cc:740] T 6916656dc12b46d4a2fda1e2b4302460 P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3757e311acdc4e36a12498a61a3a746b, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.317739 11605 consensus_queue.cc:260] T 6916656dc12b46d4a2fda1e2b4302460 P 3757e311acdc4e36a12498a61a3a746b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.320386 11605 ts_tablet_manager.cc:1434] T 6916656dc12b46d4a2fda1e2b4302460 P 3757e311acdc4e36a12498a61a3a746b: Time spent starting tablet: real 0.011s	user 0.001s	sys 0.006s
I20260608 12:41:48.320227 11601 raft_consensus.cc:359] T 51ad918c63944a44ab6a448768374fe8 P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.320842 11602 tablet_bootstrap.cc:492] T 1b3cf60c73cc4db28e1f262b10f0178c P 5a6a0b7996114be5a9bf34007b4f7b64: No bootstrap required, opened a new log
I20260608 12:41:48.321079 11601 raft_consensus.cc:385] T 51ad918c63944a44ab6a448768374fe8 P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.321441 11601 raft_consensus.cc:740] T 51ad918c63944a44ab6a448768374fe8 P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ef7139186766447e9ad06d19468cd3eb, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.321589 11605 tablet_bootstrap.cc:492] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b: Bootstrap starting.
I20260608 12:41:48.321579 11602 ts_tablet_manager.cc:1403] T 1b3cf60c73cc4db28e1f262b10f0178c P 5a6a0b7996114be5a9bf34007b4f7b64: Time spent bootstrapping tablet: real 0.022s	user 0.012s	sys 0.003s
I20260608 12:41:48.322428 11601 consensus_queue.cc:260] T 51ad918c63944a44ab6a448768374fe8 P ef7139186766447e9ad06d19468cd3eb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.325074 11601 ts_tablet_manager.cc:1434] T 51ad918c63944a44ab6a448768374fe8 P ef7139186766447e9ad06d19468cd3eb: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.003s
I20260608 12:41:48.326174 11601 tablet_bootstrap.cc:492] T 032000ea29e04845a7a6b10bad8fd9f9 P ef7139186766447e9ad06d19468cd3eb: Bootstrap starting.
I20260608 12:41:48.357398 11605 tablet_bootstrap.cc:654] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.367030 11601 tablet_bootstrap.cc:654] T 032000ea29e04845a7a6b10bad8fd9f9 P ef7139186766447e9ad06d19468cd3eb: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.355607 11602 raft_consensus.cc:359] T 1b3cf60c73cc4db28e1f262b10f0178c P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.373042 11602 raft_consensus.cc:385] T 1b3cf60c73cc4db28e1f262b10f0178c P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.373425 11602 raft_consensus.cc:740] T 1b3cf60c73cc4db28e1f262b10f0178c P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a6a0b7996114be5a9bf34007b4f7b64, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.374655 11602 consensus_queue.cc:260] T 1b3cf60c73cc4db28e1f262b10f0178c P 5a6a0b7996114be5a9bf34007b4f7b64 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.375102 11607 raft_consensus.cc:493] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:48.376245 11607 raft_consensus.cc:515] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } } peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } }
I20260608 12:41:48.379140 11605 tablet_bootstrap.cc:492] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b: No bootstrap required, opened a new log
I20260608 12:41:48.380182 11605 ts_tablet_manager.cc:1403] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b: Time spent bootstrapping tablet: real 0.059s	user 0.019s	sys 0.006s
I20260608 12:41:48.385339 11605 raft_consensus.cc:359] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.386292 11605 raft_consensus.cc:385] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.386634 11605 raft_consensus.cc:740] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3757e311acdc4e36a12498a61a3a746b, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.387725 11605 consensus_queue.cc:260] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.389901 11607 leader_election.cc:290] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ef7139186766447e9ad06d19468cd3eb (127.0.107.194:40819), 3757e311acdc4e36a12498a61a3a746b (127.0.107.195:39173)
I20260608 12:41:48.391865 11605 ts_tablet_manager.cc:1434] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b: Time spent starting tablet: real 0.011s	user 0.010s	sys 0.003s
I20260608 12:41:48.394277 11605 tablet_bootstrap.cc:492] T 1b3cf60c73cc4db28e1f262b10f0178c P 3757e311acdc4e36a12498a61a3a746b: Bootstrap starting.
I20260608 12:41:48.397151 11609 raft_consensus.cc:493] T 6916656dc12b46d4a2fda1e2b4302460 P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:48.397747 11609 raft_consensus.cc:515] T 6916656dc12b46d4a2fda1e2b4302460 P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.402431 11605 tablet_bootstrap.cc:654] T 1b3cf60c73cc4db28e1f262b10f0178c P 3757e311acdc4e36a12498a61a3a746b: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.403577 11607 raft_consensus.cc:493] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:48.404426 11607 raft_consensus.cc:515] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.406872 11607 leader_election.cc:290] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ef7139186766447e9ad06d19468cd3eb (127.0.107.194:40819), 3757e311acdc4e36a12498a61a3a746b (127.0.107.195:39173)
I20260608 12:41:48.411998 11609 leader_election.cc:290] T 6916656dc12b46d4a2fda1e2b4302460 P 3757e311acdc4e36a12498a61a3a746b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5a6a0b7996114be5a9bf34007b4f7b64 (127.0.107.193:39079), ef7139186766447e9ad06d19468cd3eb (127.0.107.194:40819)
I20260608 12:41:48.440348 11608 raft_consensus.cc:493] T 1b3cf60c73cc4db28e1f262b10f0178c P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:48.441277 11608 raft_consensus.cc:515] T 1b3cf60c73cc4db28e1f262b10f0178c P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.446174 11608 leader_election.cc:290] T 1b3cf60c73cc4db28e1f262b10f0178c P ef7139186766447e9ad06d19468cd3eb [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5a6a0b7996114be5a9bf34007b4f7b64 (127.0.107.193:39079), 3757e311acdc4e36a12498a61a3a746b (127.0.107.195:39173)
I20260608 12:41:48.455353 11408 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6916656dc12b46d4a2fda1e2b4302460" candidate_uuid: "3757e311acdc4e36a12498a61a3a746b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" is_pre_election: true
I20260608 12:41:48.458323 11601 tablet_bootstrap.cc:492] T 032000ea29e04845a7a6b10bad8fd9f9 P ef7139186766447e9ad06d19468cd3eb: No bootstrap required, opened a new log
I20260608 12:41:48.459088 11601 ts_tablet_manager.cc:1403] T 032000ea29e04845a7a6b10bad8fd9f9 P ef7139186766447e9ad06d19468cd3eb: Time spent bootstrapping tablet: real 0.133s	user 0.047s	sys 0.037s
W20260608 12:41:48.462217 11522 leader_election.cc:343] T 6916656dc12b46d4a2fda1e2b4302460 P 3757e311acdc4e36a12498a61a3a746b [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 5a6a0b7996114be5a9bf34007b4f7b64 (127.0.107.193:39079): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:48.452685 11602 ts_tablet_manager.cc:1434] T 1b3cf60c73cc4db28e1f262b10f0178c P 5a6a0b7996114be5a9bf34007b4f7b64: Time spent starting tablet: real 0.130s	user 0.017s	sys 0.010s
I20260608 12:41:48.483075 11483 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8d6bd1b284e84f0e89f3c1aa9d31a7a7" candidate_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef7139186766447e9ad06d19468cd3eb" is_pre_election: true
I20260608 12:41:48.483363 11482 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6916656dc12b46d4a2fda1e2b4302460" candidate_uuid: "3757e311acdc4e36a12498a61a3a746b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef7139186766447e9ad06d19468cd3eb" is_pre_election: true
I20260608 12:41:48.484232 11483 raft_consensus.cc:2468] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5a6a0b7996114be5a9bf34007b4f7b64 in term 0.
I20260608 12:41:48.463197 11556 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c3b2cc9bf6c4e91a37d242f7f1eae5b" candidate_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3757e311acdc4e36a12498a61a3a746b" is_pre_election: true
I20260608 12:41:48.463760 11609 raft_consensus.cc:493] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:48.486123 11609 raft_consensus.cc:515] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.488480 11609 leader_election.cc:290] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5a6a0b7996114be5a9bf34007b4f7b64 (127.0.107.193:39079), ef7139186766447e9ad06d19468cd3eb (127.0.107.194:40819)
I20260608 12:41:48.489001 11605 tablet_bootstrap.cc:492] T 1b3cf60c73cc4db28e1f262b10f0178c P 3757e311acdc4e36a12498a61a3a746b: No bootstrap required, opened a new log
I20260608 12:41:48.462518 11557 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8d6bd1b284e84f0e89f3c1aa9d31a7a7" candidate_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3757e311acdc4e36a12498a61a3a746b" is_pre_election: true
I20260608 12:41:48.489729 11605 ts_tablet_manager.cc:1403] T 1b3cf60c73cc4db28e1f262b10f0178c P 3757e311acdc4e36a12498a61a3a746b: Time spent bootstrapping tablet: real 0.096s	user 0.020s	sys 0.029s
I20260608 12:41:48.491098 11408 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c3b2cc9bf6c4e91a37d242f7f1eae5b" candidate_uuid: "3757e311acdc4e36a12498a61a3a746b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" is_pre_election: true
I20260608 12:41:48.491834 11408 raft_consensus.cc:2468] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3757e311acdc4e36a12498a61a3a746b in term 0.
I20260608 12:41:48.483217 11601 raft_consensus.cc:359] T 032000ea29e04845a7a6b10bad8fd9f9 P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.492923 11601 raft_consensus.cc:385] T 032000ea29e04845a7a6b10bad8fd9f9 P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.492954 11602 tablet_bootstrap.cc:492] T 032000ea29e04845a7a6b10bad8fd9f9 P 5a6a0b7996114be5a9bf34007b4f7b64: Bootstrap starting.
I20260608 12:41:48.491451 11557 raft_consensus.cc:2468] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5a6a0b7996114be5a9bf34007b4f7b64 in term 0.
I20260608 12:41:48.493450 11601 raft_consensus.cc:740] T 032000ea29e04845a7a6b10bad8fd9f9 P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ef7139186766447e9ad06d19468cd3eb, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.494346 11483 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c3b2cc9bf6c4e91a37d242f7f1eae5b" candidate_uuid: "3757e311acdc4e36a12498a61a3a746b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef7139186766447e9ad06d19468cd3eb" is_pre_election: true
I20260608 12:41:48.495180 11373 leader_election.cc:304] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3757e311acdc4e36a12498a61a3a746b, 5a6a0b7996114be5a9bf34007b4f7b64; no voters: 
I20260608 12:41:48.494550 11605 raft_consensus.cc:359] T 1b3cf60c73cc4db28e1f262b10f0178c P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.495412 11601 consensus_queue.cc:260] T 032000ea29e04845a7a6b10bad8fd9f9 P ef7139186766447e9ad06d19468cd3eb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
W20260608 12:41:48.496055 11522 leader_election.cc:343] T 6916656dc12b46d4a2fda1e2b4302460 P 3757e311acdc4e36a12498a61a3a746b [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer ef7139186766447e9ad06d19468cd3eb (127.0.107.194:40819): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:48.496553 11617 raft_consensus.cc:2804] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:48.489108 11556 raft_consensus.cc:2468] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5a6a0b7996114be5a9bf34007b4f7b64 in term 0.
I20260608 12:41:48.496637 11522 leader_election.cc:304] T 6916656dc12b46d4a2fda1e2b4302460 P 3757e311acdc4e36a12498a61a3a746b [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: 3757e311acdc4e36a12498a61a3a746b; no voters: 5a6a0b7996114be5a9bf34007b4f7b64, ef7139186766447e9ad06d19468cd3eb
I20260608 12:41:48.498064 11373 leader_election.cc:304] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3757e311acdc4e36a12498a61a3a746b, 5a6a0b7996114be5a9bf34007b4f7b64; no voters: 
I20260608 12:41:48.498169 11483 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c3b2cc9bf6c4e91a37d242f7f1eae5b" candidate_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef7139186766447e9ad06d19468cd3eb" is_pre_election: true
W20260608 12:41:48.498807 11522 leader_election.cc:343] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer ef7139186766447e9ad06d19468cd3eb (127.0.107.194:40819): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:48.499368 11607 raft_consensus.cc:2804] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:48.499763 11607 raft_consensus.cc:493] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:48.496006 11605 raft_consensus.cc:385] T 1b3cf60c73cc4db28e1f262b10f0178c P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.500294 11607 raft_consensus.cc:3060] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.501907 11601 ts_tablet_manager.cc:1434] T 032000ea29e04845a7a6b10bad8fd9f9 P ef7139186766447e9ad06d19468cd3eb: Time spent starting tablet: real 0.043s	user 0.010s	sys 0.001s
I20260608 12:41:48.502045 11408 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1b3cf60c73cc4db28e1f262b10f0178c" candidate_uuid: "ef7139186766447e9ad06d19468cd3eb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" is_pre_election: true
I20260608 12:41:48.502755 11408 raft_consensus.cc:2468] T 1b3cf60c73cc4db28e1f262b10f0178c P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ef7139186766447e9ad06d19468cd3eb in term 0.
I20260608 12:41:48.503547 11601 tablet_bootstrap.cc:492] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb: Bootstrap starting.
I20260608 12:41:48.504401 11448 leader_election.cc:304] T 1b3cf60c73cc4db28e1f262b10f0178c P ef7139186766447e9ad06d19468cd3eb [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5a6a0b7996114be5a9bf34007b4f7b64, ef7139186766447e9ad06d19468cd3eb; no voters: 
I20260608 12:41:48.497234 11617 raft_consensus.cc:493] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:48.505254 11608 raft_consensus.cc:2804] T 1b3cf60c73cc4db28e1f262b10f0178c P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:48.505195 11617 raft_consensus.cc:3060] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.505720 11608 raft_consensus.cc:493] T 1b3cf60c73cc4db28e1f262b10f0178c P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:48.507933 11608 raft_consensus.cc:3060] T 1b3cf60c73cc4db28e1f262b10f0178c P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.514421 11601 tablet_bootstrap.cc:654] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.499830 11609 raft_consensus.cc:2749] T 6916656dc12b46d4a2fda1e2b4302460 P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:48.499584 11522 leader_election.cc:304] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [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: 3757e311acdc4e36a12498a61a3a746b, 5a6a0b7996114be5a9bf34007b4f7b64; no voters: ef7139186766447e9ad06d19468cd3eb
I20260608 12:41:48.516310 11609 raft_consensus.cc:2804] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Leader pre-election won for term 1
W20260608 12:41:48.500295 11373 leader_election.cc:343] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer ef7139186766447e9ad06d19468cd3eb (127.0.107.194:40819): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:48.516759 11609 raft_consensus.cc:493] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:48.517282 11609 raft_consensus.cc:3060] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.518196 11556 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1b3cf60c73cc4db28e1f262b10f0178c" candidate_uuid: "ef7139186766447e9ad06d19468cd3eb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3757e311acdc4e36a12498a61a3a746b" is_pre_election: true
I20260608 12:41:48.500530 11605 raft_consensus.cc:740] T 1b3cf60c73cc4db28e1f262b10f0178c P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3757e311acdc4e36a12498a61a3a746b, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.521159 11605 consensus_queue.cc:260] T 1b3cf60c73cc4db28e1f262b10f0178c P 3757e311acdc4e36a12498a61a3a746b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.522166 11556 raft_consensus.cc:2468] T 1b3cf60c73cc4db28e1f262b10f0178c P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ef7139186766447e9ad06d19468cd3eb in term 0.
I20260608 12:41:48.523711 11617 raft_consensus.cc:515] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } } peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } }
I20260608 12:41:48.524266 11608 raft_consensus.cc:515] T 1b3cf60c73cc4db28e1f262b10f0178c P ef7139186766447e9ad06d19468cd3eb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.526376 11608 leader_election.cc:290] T 1b3cf60c73cc4db28e1f262b10f0178c P ef7139186766447e9ad06d19468cd3eb [CANDIDATE]: Term 1 election: Requested vote from peers 5a6a0b7996114be5a9bf34007b4f7b64 (127.0.107.193:39079), 3757e311acdc4e36a12498a61a3a746b (127.0.107.195:39173)
I20260608 12:41:48.527761 11556 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8d6bd1b284e84f0e89f3c1aa9d31a7a7" candidate_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3757e311acdc4e36a12498a61a3a746b"
I20260608 12:41:48.564574 11556 raft_consensus.cc:3060] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.565752 11557 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1b3cf60c73cc4db28e1f262b10f0178c" candidate_uuid: "ef7139186766447e9ad06d19468cd3eb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3757e311acdc4e36a12498a61a3a746b"
I20260608 12:41:48.566416 11557 raft_consensus.cc:3060] T 1b3cf60c73cc4db28e1f262b10f0178c P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.533447 11617 leader_election.cc:290] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64 [CANDIDATE]: Term 1 election: Requested vote from peers ef7139186766447e9ad06d19468cd3eb (127.0.107.194:40819), 3757e311acdc4e36a12498a61a3a746b (127.0.107.195:39173)
I20260608 12:41:48.571722 11602 tablet_bootstrap.cc:654] T 032000ea29e04845a7a6b10bad8fd9f9 P 5a6a0b7996114be5a9bf34007b4f7b64: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.528889 11408 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1b3cf60c73cc4db28e1f262b10f0178c" candidate_uuid: "ef7139186766447e9ad06d19468cd3eb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a6a0b7996114be5a9bf34007b4f7b64"
I20260608 12:41:48.530411 11607 raft_consensus.cc:515] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.574098 11556 raft_consensus.cc:2468] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 3757e311acdc4e36a12498a61a3a746b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5a6a0b7996114be5a9bf34007b4f7b64 in term 1.
I20260608 12:41:48.575409 11607 leader_election.cc:290] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64 [CANDIDATE]: Term 1 election: Requested vote from peers ef7139186766447e9ad06d19468cd3eb (127.0.107.194:40819), 3757e311acdc4e36a12498a61a3a746b (127.0.107.195:39173)
I20260608 12:41:48.532217 11605 ts_tablet_manager.cc:1434] T 1b3cf60c73cc4db28e1f262b10f0178c P 3757e311acdc4e36a12498a61a3a746b: Time spent starting tablet: real 0.041s	user 0.009s	sys 0.000s
I20260608 12:41:48.575913 11373 leader_election.cc:304] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3757e311acdc4e36a12498a61a3a746b, 5a6a0b7996114be5a9bf34007b4f7b64; no voters: 
I20260608 12:41:48.577553 11605 tablet_bootstrap.cc:492] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b: Bootstrap starting.
I20260608 12:41:48.578269 11482 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c3b2cc9bf6c4e91a37d242f7f1eae5b" candidate_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef7139186766447e9ad06d19468cd3eb"
I20260608 12:41:48.578630 11607 raft_consensus.cc:2804] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:48.579182 11607 raft_consensus.cc:697] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 1 LEADER]: Becoming Leader. State: Replica: 5a6a0b7996114be5a9bf34007b4f7b64, State: Running, Role: LEADER
W20260608 12:41:48.579967 11373 leader_election.cc:343] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer ef7139186766447e9ad06d19468cd3eb (127.0.107.194:40819): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:48.580304 11607 consensus_queue.cc:237] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } } peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } }
I20260608 12:41:48.578161 11557 raft_consensus.cc:2468] T 1b3cf60c73cc4db28e1f262b10f0178c P 3757e311acdc4e36a12498a61a3a746b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ef7139186766447e9ad06d19468cd3eb in term 1.
I20260608 12:41:48.582334 11555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c3b2cc9bf6c4e91a37d242f7f1eae5b" candidate_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3757e311acdc4e36a12498a61a3a746b"
I20260608 12:41:48.583078 11448 leader_election.cc:304] T 1b3cf60c73cc4db28e1f262b10f0178c P ef7139186766447e9ad06d19468cd3eb [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3757e311acdc4e36a12498a61a3a746b, ef7139186766447e9ad06d19468cd3eb; no voters: 
I20260608 12:41:48.584084 11608 raft_consensus.cc:2804] T 1b3cf60c73cc4db28e1f262b10f0178c P ef7139186766447e9ad06d19468cd3eb [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:48.597801 11605 tablet_bootstrap.cc:654] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.598404 11408 raft_consensus.cc:3060] T 1b3cf60c73cc4db28e1f262b10f0178c P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.573051 11483 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8d6bd1b284e84f0e89f3c1aa9d31a7a7" candidate_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef7139186766447e9ad06d19468cd3eb"
I20260608 12:41:48.599234 11602 tablet_bootstrap.cc:492] T 032000ea29e04845a7a6b10bad8fd9f9 P 5a6a0b7996114be5a9bf34007b4f7b64: No bootstrap required, opened a new log
I20260608 12:41:48.607360 11602 ts_tablet_manager.cc:1403] T 032000ea29e04845a7a6b10bad8fd9f9 P 5a6a0b7996114be5a9bf34007b4f7b64: Time spent bootstrapping tablet: real 0.115s	user 0.014s	sys 0.018s
I20260608 12:41:48.607700 11608 raft_consensus.cc:697] T 1b3cf60c73cc4db28e1f262b10f0178c P ef7139186766447e9ad06d19468cd3eb [term 1 LEADER]: Becoming Leader. State: Replica: ef7139186766447e9ad06d19468cd3eb, State: Running, Role: LEADER
I20260608 12:41:48.609033 11608 consensus_queue.cc:237] T 1b3cf60c73cc4db28e1f262b10f0178c P ef7139186766447e9ad06d19468cd3eb [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.609477 11305 catalog_manager.cc:5696] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5a6a0b7996114be5a9bf34007b4f7b64 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:48.612288 11602 raft_consensus.cc:359] T 032000ea29e04845a7a6b10bad8fd9f9 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.614181 11602 raft_consensus.cc:385] T 032000ea29e04845a7a6b10bad8fd9f9 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.599434 11609 raft_consensus.cc:515] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.615180 11555 raft_consensus.cc:2393] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 5a6a0b7996114be5a9bf34007b4f7b64 in current term 1: Already voted for candidate 3757e311acdc4e36a12498a61a3a746b in this term.
I20260608 12:41:48.614482 11602 raft_consensus.cc:740] T 032000ea29e04845a7a6b10bad8fd9f9 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a6a0b7996114be5a9bf34007b4f7b64, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.616261 11602 consensus_queue.cc:260] T 032000ea29e04845a7a6b10bad8fd9f9 P 5a6a0b7996114be5a9bf34007b4f7b64 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.617393 11373 leader_election.cc:304] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64 [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: 5a6a0b7996114be5a9bf34007b4f7b64; no voters: 3757e311acdc4e36a12498a61a3a746b, ef7139186766447e9ad06d19468cd3eb
I20260608 12:41:48.618707 11602 ts_tablet_manager.cc:1434] T 032000ea29e04845a7a6b10bad8fd9f9 P 5a6a0b7996114be5a9bf34007b4f7b64: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.002s
I20260608 12:41:48.618745 11607 raft_consensus.cc:2749] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:41:48.622319 11407 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c3b2cc9bf6c4e91a37d242f7f1eae5b" candidate_uuid: "3757e311acdc4e36a12498a61a3a746b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a6a0b7996114be5a9bf34007b4f7b64"
I20260608 12:41:48.623298 11407 raft_consensus.cc:2393] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 3757e311acdc4e36a12498a61a3a746b in current term 1: Already voted for candidate 5a6a0b7996114be5a9bf34007b4f7b64 in this term.
I20260608 12:41:48.610010 11483 raft_consensus.cc:3060] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.625536 11408 raft_consensus.cc:2468] T 1b3cf60c73cc4db28e1f262b10f0178c P 5a6a0b7996114be5a9bf34007b4f7b64 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ef7139186766447e9ad06d19468cd3eb in term 1.
I20260608 12:41:48.627676 11602 tablet_bootstrap.cc:492] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64: Bootstrap starting.
I20260608 12:41:48.627938 11482 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c3b2cc9bf6c4e91a37d242f7f1eae5b" candidate_uuid: "3757e311acdc4e36a12498a61a3a746b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef7139186766447e9ad06d19468cd3eb"
W20260608 12:41:48.630014 11522 leader_election.cc:343] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer ef7139186766447e9ad06d19468cd3eb (127.0.107.194:40819): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:48.630511 11522 leader_election.cc:304] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [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: 3757e311acdc4e36a12498a61a3a746b; no voters: 5a6a0b7996114be5a9bf34007b4f7b64, ef7139186766447e9ad06d19468cd3eb
I20260608 12:41:48.631860 11629 raft_consensus.cc:2749] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:41:48.632957 11609 leader_election.cc:290] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [CANDIDATE]: Term 1 election: Requested vote from peers 5a6a0b7996114be5a9bf34007b4f7b64 (127.0.107.193:39079), ef7139186766447e9ad06d19468cd3eb (127.0.107.194:40819)
I20260608 12:41:48.635812 11601 tablet_bootstrap.cc:492] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb: No bootstrap required, opened a new log
I20260608 12:41:48.636425 11601 ts_tablet_manager.cc:1403] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb: Time spent bootstrapping tablet: real 0.133s	user 0.023s	sys 0.043s
I20260608 12:41:48.638612 11602 tablet_bootstrap.cc:654] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64: Neither blocks nor log segments found. Creating new log.
W20260608 12:41:48.639490 11354 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:41:48.639907 11601 raft_consensus.cc:359] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.640734 11601 raft_consensus.cc:385] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.641124 11306 catalog_manager.cc:5696] T 1b3cf60c73cc4db28e1f262b10f0178c P ef7139186766447e9ad06d19468cd3eb reported cstate change: term changed from 0 to 1, leader changed from <none> to ef7139186766447e9ad06d19468cd3eb (127.0.107.194). New cstate: current_term: 1 leader_uuid: "ef7139186766447e9ad06d19468cd3eb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:48.641175 11601 raft_consensus.cc:740] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ef7139186766447e9ad06d19468cd3eb, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.651289 11601 consensus_queue.cc:260] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.651974 11605 tablet_bootstrap.cc:492] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b: No bootstrap required, opened a new log
I20260608 12:41:48.652680 11605 ts_tablet_manager.cc:1403] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b: Time spent bootstrapping tablet: real 0.076s	user 0.024s	sys 0.002s
I20260608 12:41:48.654165 11601 ts_tablet_manager.cc:1434] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb: Time spent starting tablet: real 0.017s	user 0.007s	sys 0.000s
I20260608 12:41:48.655606 11601 tablet_bootstrap.cc:492] T 6916656dc12b46d4a2fda1e2b4302460 P ef7139186766447e9ad06d19468cd3eb: Bootstrap starting.
I20260608 12:41:48.656247 11605 raft_consensus.cc:359] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.657001 11605 raft_consensus.cc:385] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.657274 11605 raft_consensus.cc:740] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3757e311acdc4e36a12498a61a3a746b, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.657703 11602 tablet_bootstrap.cc:492] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64: No bootstrap required, opened a new log
I20260608 12:41:48.658314 11602 ts_tablet_manager.cc:1403] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64: Time spent bootstrapping tablet: real 0.039s	user 0.014s	sys 0.000s
I20260608 12:41:48.658138 11605 consensus_queue.cc:260] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.660534 11605 ts_tablet_manager.cc:1434] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.000s
I20260608 12:41:48.658353 11483 raft_consensus.cc:2468] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P ef7139186766447e9ad06d19468cd3eb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5a6a0b7996114be5a9bf34007b4f7b64 in term 1.
I20260608 12:41:48.661758 11605 tablet_bootstrap.cc:492] T 51ad918c63944a44ab6a448768374fe8 P 3757e311acdc4e36a12498a61a3a746b: Bootstrap starting.
I20260608 12:41:48.667249 11601 tablet_bootstrap.cc:654] T 6916656dc12b46d4a2fda1e2b4302460 P ef7139186766447e9ad06d19468cd3eb: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.669374 11605 tablet_bootstrap.cc:654] T 51ad918c63944a44ab6a448768374fe8 P 3757e311acdc4e36a12498a61a3a746b: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.661659 11602 raft_consensus.cc:359] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.672927 11602 raft_consensus.cc:385] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.673245 11602 raft_consensus.cc:740] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a6a0b7996114be5a9bf34007b4f7b64, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.674163 11602 consensus_queue.cc:260] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.680804 11601 tablet_bootstrap.cc:492] T 6916656dc12b46d4a2fda1e2b4302460 P ef7139186766447e9ad06d19468cd3eb: No bootstrap required, opened a new log
I20260608 12:41:48.681469 11601 ts_tablet_manager.cc:1403] T 6916656dc12b46d4a2fda1e2b4302460 P ef7139186766447e9ad06d19468cd3eb: Time spent bootstrapping tablet: real 0.026s	user 0.014s	sys 0.005s
I20260608 12:41:48.681406 11605 tablet_bootstrap.cc:492] T 51ad918c63944a44ab6a448768374fe8 P 3757e311acdc4e36a12498a61a3a746b: No bootstrap required, opened a new log
I20260608 12:41:48.682150 11605 ts_tablet_manager.cc:1403] T 51ad918c63944a44ab6a448768374fe8 P 3757e311acdc4e36a12498a61a3a746b: Time spent bootstrapping tablet: real 0.021s	user 0.012s	sys 0.007s
I20260608 12:41:48.684266 11602 ts_tablet_manager.cc:1434] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64: Time spent starting tablet: real 0.026s	user 0.009s	sys 0.000s
I20260608 12:41:48.685652 11601 raft_consensus.cc:359] T 6916656dc12b46d4a2fda1e2b4302460 P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.685645 11602 tablet_bootstrap.cc:492] T 51ad918c63944a44ab6a448768374fe8 P 5a6a0b7996114be5a9bf34007b4f7b64: Bootstrap starting.
I20260608 12:41:48.686709 11605 raft_consensus.cc:359] T 51ad918c63944a44ab6a448768374fe8 P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.687530 11605 raft_consensus.cc:385] T 51ad918c63944a44ab6a448768374fe8 P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.686789 11601 raft_consensus.cc:385] T 6916656dc12b46d4a2fda1e2b4302460 P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.687848 11605 raft_consensus.cc:740] T 51ad918c63944a44ab6a448768374fe8 P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3757e311acdc4e36a12498a61a3a746b, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.688048 11601 raft_consensus.cc:740] T 6916656dc12b46d4a2fda1e2b4302460 P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ef7139186766447e9ad06d19468cd3eb, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.688748 11605 consensus_queue.cc:260] T 51ad918c63944a44ab6a448768374fe8 P 3757e311acdc4e36a12498a61a3a746b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.689121 11601 consensus_queue.cc:260] T 6916656dc12b46d4a2fda1e2b4302460 P ef7139186766447e9ad06d19468cd3eb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.691174 11605 ts_tablet_manager.cc:1434] T 51ad918c63944a44ab6a448768374fe8 P 3757e311acdc4e36a12498a61a3a746b: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260608 12:41:48.693244 11601 ts_tablet_manager.cc:1434] T 6916656dc12b46d4a2fda1e2b4302460 P ef7139186766447e9ad06d19468cd3eb: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.000s
I20260608 12:41:48.696269 11602 tablet_bootstrap.cc:654] T 51ad918c63944a44ab6a448768374fe8 P 5a6a0b7996114be5a9bf34007b4f7b64: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.702030 11602 tablet_bootstrap.cc:492] T 51ad918c63944a44ab6a448768374fe8 P 5a6a0b7996114be5a9bf34007b4f7b64: No bootstrap required, opened a new log
I20260608 12:41:48.702462 11602 ts_tablet_manager.cc:1403] T 51ad918c63944a44ab6a448768374fe8 P 5a6a0b7996114be5a9bf34007b4f7b64: Time spent bootstrapping tablet: real 0.017s	user 0.009s	sys 0.003s
I20260608 12:41:48.704794 11602 raft_consensus.cc:359] T 51ad918c63944a44ab6a448768374fe8 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.705354 11602 raft_consensus.cc:385] T 51ad918c63944a44ab6a448768374fe8 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.705583 11602 raft_consensus.cc:740] T 51ad918c63944a44ab6a448768374fe8 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a6a0b7996114be5a9bf34007b4f7b64, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.706120 11602 consensus_queue.cc:260] T 51ad918c63944a44ab6a448768374fe8 P 5a6a0b7996114be5a9bf34007b4f7b64 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.708079 11602 ts_tablet_manager.cc:1434] T 51ad918c63944a44ab6a448768374fe8 P 5a6a0b7996114be5a9bf34007b4f7b64: Time spent starting tablet: real 0.005s	user 0.000s	sys 0.004s
I20260608 12:41:48.722417 11608 raft_consensus.cc:493] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:48.722848 11608 raft_consensus.cc:515] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.724735 11608 leader_election.cc:290] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5a6a0b7996114be5a9bf34007b4f7b64 (127.0.107.193:39079), 3757e311acdc4e36a12498a61a3a746b (127.0.107.195:39173)
I20260608 12:41:48.725355 11408 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c3b2cc9bf6c4e91a37d242f7f1eae5b" candidate_uuid: "ef7139186766447e9ad06d19468cd3eb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" is_pre_election: true
I20260608 12:41:48.725792 11555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c3b2cc9bf6c4e91a37d242f7f1eae5b" candidate_uuid: "ef7139186766447e9ad06d19468cd3eb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3757e311acdc4e36a12498a61a3a746b" is_pre_election: true
I20260608 12:41:48.726009 11408 raft_consensus.cc:2393] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate ef7139186766447e9ad06d19468cd3eb in current term 1: Already voted for candidate 5a6a0b7996114be5a9bf34007b4f7b64 in this term.
I20260608 12:41:48.726424 11555 raft_consensus.cc:2393] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate ef7139186766447e9ad06d19468cd3eb in current term 1: Already voted for candidate 3757e311acdc4e36a12498a61a3a746b in this term.
I20260608 12:41:48.727437 11448 leader_election.cc:304] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [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: ef7139186766447e9ad06d19468cd3eb; no voters: 3757e311acdc4e36a12498a61a3a746b, 5a6a0b7996114be5a9bf34007b4f7b64
I20260608 12:41:48.728092 11608 raft_consensus.cc:3060] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.732858 11608 raft_consensus.cc:2749] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:48.807719 11609 raft_consensus.cc:493] T 51ad918c63944a44ab6a448768374fe8 P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:48.808466 11609 raft_consensus.cc:515] T 51ad918c63944a44ab6a448768374fe8 P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.810268 11609 leader_election.cc:290] T 51ad918c63944a44ab6a448768374fe8 P 3757e311acdc4e36a12498a61a3a746b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5a6a0b7996114be5a9bf34007b4f7b64 (127.0.107.193:39079), ef7139186766447e9ad06d19468cd3eb (127.0.107.194:40819)
I20260608 12:41:48.811259 11408 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "51ad918c63944a44ab6a448768374fe8" candidate_uuid: "3757e311acdc4e36a12498a61a3a746b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" is_pre_election: true
I20260608 12:41:48.811383 11483 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "51ad918c63944a44ab6a448768374fe8" candidate_uuid: "3757e311acdc4e36a12498a61a3a746b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef7139186766447e9ad06d19468cd3eb" is_pre_election: true
I20260608 12:41:48.811903 11408 raft_consensus.cc:2468] T 51ad918c63944a44ab6a448768374fe8 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3757e311acdc4e36a12498a61a3a746b in term 0.
I20260608 12:41:48.811998 11483 raft_consensus.cc:2468] T 51ad918c63944a44ab6a448768374fe8 P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3757e311acdc4e36a12498a61a3a746b in term 0.
I20260608 12:41:48.812988 11522 leader_election.cc:304] T 51ad918c63944a44ab6a448768374fe8 P 3757e311acdc4e36a12498a61a3a746b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3757e311acdc4e36a12498a61a3a746b, 5a6a0b7996114be5a9bf34007b4f7b64; no voters: 
I20260608 12:41:48.813750 11609 raft_consensus.cc:2804] T 51ad918c63944a44ab6a448768374fe8 P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:48.814114 11609 raft_consensus.cc:493] T 51ad918c63944a44ab6a448768374fe8 P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:48.814451 11609 raft_consensus.cc:3060] T 51ad918c63944a44ab6a448768374fe8 P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.819802 11609 raft_consensus.cc:515] T 51ad918c63944a44ab6a448768374fe8 P 3757e311acdc4e36a12498a61a3a746b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.821729 11609 leader_election.cc:290] T 51ad918c63944a44ab6a448768374fe8 P 3757e311acdc4e36a12498a61a3a746b [CANDIDATE]: Term 1 election: Requested vote from peers 5a6a0b7996114be5a9bf34007b4f7b64 (127.0.107.193:39079), ef7139186766447e9ad06d19468cd3eb (127.0.107.194:40819)
I20260608 12:41:48.822359 11408 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "51ad918c63944a44ab6a448768374fe8" candidate_uuid: "3757e311acdc4e36a12498a61a3a746b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a6a0b7996114be5a9bf34007b4f7b64"
I20260608 12:41:48.822890 11408 raft_consensus.cc:3060] T 51ad918c63944a44ab6a448768374fe8 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.822826 11483 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "51ad918c63944a44ab6a448768374fe8" candidate_uuid: "3757e311acdc4e36a12498a61a3a746b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef7139186766447e9ad06d19468cd3eb"
I20260608 12:41:48.823493 11483 raft_consensus.cc:3060] T 51ad918c63944a44ab6a448768374fe8 P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.827685 11408 raft_consensus.cc:2468] T 51ad918c63944a44ab6a448768374fe8 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3757e311acdc4e36a12498a61a3a746b in term 1.
I20260608 12:41:48.828504 11483 raft_consensus.cc:2468] T 51ad918c63944a44ab6a448768374fe8 P ef7139186766447e9ad06d19468cd3eb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3757e311acdc4e36a12498a61a3a746b in term 1.
I20260608 12:41:48.828694 11522 leader_election.cc:304] T 51ad918c63944a44ab6a448768374fe8 P 3757e311acdc4e36a12498a61a3a746b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3757e311acdc4e36a12498a61a3a746b, 5a6a0b7996114be5a9bf34007b4f7b64; no voters: 
I20260608 12:41:48.829566 11609 raft_consensus.cc:2804] T 51ad918c63944a44ab6a448768374fe8 P 3757e311acdc4e36a12498a61a3a746b [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:48.830053 11609 raft_consensus.cc:697] T 51ad918c63944a44ab6a448768374fe8 P 3757e311acdc4e36a12498a61a3a746b [term 1 LEADER]: Becoming Leader. State: Replica: 3757e311acdc4e36a12498a61a3a746b, State: Running, Role: LEADER
I20260608 12:41:48.830647 11609 consensus_queue.cc:237] T 51ad918c63944a44ab6a448768374fe8 P 3757e311acdc4e36a12498a61a3a746b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.837810 11304 catalog_manager.cc:5696] T 51ad918c63944a44ab6a448768374fe8 P 3757e311acdc4e36a12498a61a3a746b reported cstate change: term changed from 0 to 1, leader changed from <none> to 3757e311acdc4e36a12498a61a3a746b (127.0.107.195). New cstate: current_term: 1 leader_uuid: "3757e311acdc4e36a12498a61a3a746b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:48.903815 11609 raft_consensus.cc:493] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:48.904347 11609 raft_consensus.cc:515] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.906247 11609 leader_election.cc:290] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5a6a0b7996114be5a9bf34007b4f7b64 (127.0.107.193:39079), ef7139186766447e9ad06d19468cd3eb (127.0.107.194:40819)
I20260608 12:41:48.906960 11408 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "032000ea29e04845a7a6b10bad8fd9f9" candidate_uuid: "3757e311acdc4e36a12498a61a3a746b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" is_pre_election: true
I20260608 12:41:48.907238 11483 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "032000ea29e04845a7a6b10bad8fd9f9" candidate_uuid: "3757e311acdc4e36a12498a61a3a746b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef7139186766447e9ad06d19468cd3eb" is_pre_election: true
I20260608 12:41:48.907510 11408 raft_consensus.cc:2468] T 032000ea29e04845a7a6b10bad8fd9f9 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3757e311acdc4e36a12498a61a3a746b in term 0.
I20260608 12:41:48.907853 11483 raft_consensus.cc:2468] T 032000ea29e04845a7a6b10bad8fd9f9 P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3757e311acdc4e36a12498a61a3a746b in term 0.
I20260608 12:41:48.908483 11522 leader_election.cc:304] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3757e311acdc4e36a12498a61a3a746b, 5a6a0b7996114be5a9bf34007b4f7b64; no voters: 
I20260608 12:41:48.909152 11609 raft_consensus.cc:2804] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:48.909439 11609 raft_consensus.cc:493] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:48.909700 11609 raft_consensus.cc:3060] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.914824 11609 raft_consensus.cc:515] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.916384 11609 leader_election.cc:290] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b [CANDIDATE]: Term 1 election: Requested vote from peers 5a6a0b7996114be5a9bf34007b4f7b64 (127.0.107.193:39079), ef7139186766447e9ad06d19468cd3eb (127.0.107.194:40819)
I20260608 12:41:48.917193 11408 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "032000ea29e04845a7a6b10bad8fd9f9" candidate_uuid: "3757e311acdc4e36a12498a61a3a746b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a6a0b7996114be5a9bf34007b4f7b64"
I20260608 12:41:48.917507 11483 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "032000ea29e04845a7a6b10bad8fd9f9" candidate_uuid: "3757e311acdc4e36a12498a61a3a746b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef7139186766447e9ad06d19468cd3eb"
I20260608 12:41:48.917698 11408 raft_consensus.cc:3060] T 032000ea29e04845a7a6b10bad8fd9f9 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.918030 11483 raft_consensus.cc:3060] T 032000ea29e04845a7a6b10bad8fd9f9 P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.922541 11408 raft_consensus.cc:2468] T 032000ea29e04845a7a6b10bad8fd9f9 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3757e311acdc4e36a12498a61a3a746b in term 1.
I20260608 12:41:48.922732 11483 raft_consensus.cc:2468] T 032000ea29e04845a7a6b10bad8fd9f9 P ef7139186766447e9ad06d19468cd3eb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3757e311acdc4e36a12498a61a3a746b in term 1.
I20260608 12:41:48.923627 11522 leader_election.cc:304] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3757e311acdc4e36a12498a61a3a746b, 5a6a0b7996114be5a9bf34007b4f7b64; no voters: 
I20260608 12:41:48.924360 11609 raft_consensus.cc:2804] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:48.924868 11609 raft_consensus.cc:697] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b [term 1 LEADER]: Becoming Leader. State: Replica: 3757e311acdc4e36a12498a61a3a746b, State: Running, Role: LEADER
I20260608 12:41:48.925626 11609 consensus_queue.cc:237] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:48.932531 11304 catalog_manager.cc:5696] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b reported cstate change: term changed from 0 to 1, leader changed from <none> to 3757e311acdc4e36a12498a61a3a746b (127.0.107.195). New cstate: current_term: 1 leader_uuid: "3757e311acdc4e36a12498a61a3a746b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:49.005062 11607 raft_consensus.cc:493] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:49.005574 11607 raft_consensus.cc:515] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:49.007362 11607 leader_election.cc:290] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ef7139186766447e9ad06d19468cd3eb (127.0.107.194:40819), 3757e311acdc4e36a12498a61a3a746b (127.0.107.195:39173)
I20260608 12:41:49.008208 11483 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6916656dc12b46d4a2fda1e2b4302460" candidate_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef7139186766447e9ad06d19468cd3eb" is_pre_election: true
I20260608 12:41:49.008445 11555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6916656dc12b46d4a2fda1e2b4302460" candidate_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3757e311acdc4e36a12498a61a3a746b" is_pre_election: true
I20260608 12:41:49.008781 11483 raft_consensus.cc:2468] T 6916656dc12b46d4a2fda1e2b4302460 P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5a6a0b7996114be5a9bf34007b4f7b64 in term 0.
I20260608 12:41:49.009076 11555 raft_consensus.cc:2468] T 6916656dc12b46d4a2fda1e2b4302460 P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5a6a0b7996114be5a9bf34007b4f7b64 in term 0.
I20260608 12:41:49.009857 11373 leader_election.cc:304] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5a6a0b7996114be5a9bf34007b4f7b64, ef7139186766447e9ad06d19468cd3eb; no voters: 
I20260608 12:41:49.010638 11607 raft_consensus.cc:2804] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:49.010994 11607 raft_consensus.cc:493] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:49.011301 11607 raft_consensus.cc:3060] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:49.016567 11607 raft_consensus.cc:515] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:49.018307 11607 leader_election.cc:290] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64 [CANDIDATE]: Term 1 election: Requested vote from peers ef7139186766447e9ad06d19468cd3eb (127.0.107.194:40819), 3757e311acdc4e36a12498a61a3a746b (127.0.107.195:39173)
I20260608 12:41:49.018898 11483 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6916656dc12b46d4a2fda1e2b4302460" candidate_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef7139186766447e9ad06d19468cd3eb"
I20260608 12:41:49.019405 11483 raft_consensus.cc:3060] T 6916656dc12b46d4a2fda1e2b4302460 P ef7139186766447e9ad06d19468cd3eb [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:49.019353 11555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6916656dc12b46d4a2fda1e2b4302460" candidate_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3757e311acdc4e36a12498a61a3a746b"
I20260608 12:41:49.020052 11555 raft_consensus.cc:3060] T 6916656dc12b46d4a2fda1e2b4302460 P 3757e311acdc4e36a12498a61a3a746b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:49.024336 11483 raft_consensus.cc:2468] T 6916656dc12b46d4a2fda1e2b4302460 P ef7139186766447e9ad06d19468cd3eb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5a6a0b7996114be5a9bf34007b4f7b64 in term 1.
I20260608 12:41:49.025264 11555 raft_consensus.cc:2468] T 6916656dc12b46d4a2fda1e2b4302460 P 3757e311acdc4e36a12498a61a3a746b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5a6a0b7996114be5a9bf34007b4f7b64 in term 1.
I20260608 12:41:49.025393 11373 leader_election.cc:304] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5a6a0b7996114be5a9bf34007b4f7b64, ef7139186766447e9ad06d19468cd3eb; no voters: 
I20260608 12:41:49.026150 11607 raft_consensus.cc:2804] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:49.026518 11607 raft_consensus.cc:697] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 1 LEADER]: Becoming Leader. State: Replica: 5a6a0b7996114be5a9bf34007b4f7b64, State: Running, Role: LEADER
I20260608 12:41:49.027338 11607 consensus_queue.cc:237] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:49.034277 11304 catalog_manager.cc:5696] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5a6a0b7996114be5a9bf34007b4f7b64 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:49.107714 11607 consensus_queue.cc:1048] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 }, 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.114094 11608 consensus_queue.cc:1048] T 1b3cf60c73cc4db28e1f262b10f0178c P ef7139186766447e9ad06d19468cd3eb [LEADER]: Connected to new peer: Peer: permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 }, 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.122500 11647 consensus_queue.cc:1048] T 1b3cf60c73cc4db28e1f262b10f0178c P ef7139186766447e9ad06d19468cd3eb [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:49.121860 11607 consensus_queue.cc:1048] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:49.378624 11609 consensus_queue.cc:1048] T 51ad918c63944a44ab6a448768374fe8 P 3757e311acdc4e36a12498a61a3a746b [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 }, 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.391032 11609 consensus_queue.cc:1048] T 51ad918c63944a44ab6a448768374fe8 P 3757e311acdc4e36a12498a61a3a746b [LEADER]: Connected to new peer: Peer: permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 }, 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.394727 11629 consensus_queue.cc:1048] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b [LEADER]: Connected to new peer: Peer: permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:49.401090 11629 consensus_queue.cc:1048] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 }, 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.437928 11617 consensus_queue.cc:1048] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 }, 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.448442 11652 consensus_queue.cc:1048] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 }, 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.642272 11354 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:41:50.355599 11647 raft_consensus.cc:493] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:50.356098 11647 raft_consensus.cc:515] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:50.357612 11663 raft_consensus.cc:493] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:50.357973 11647 leader_election.cc:290] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 5a6a0b7996114be5a9bf34007b4f7b64 (127.0.107.193:39079), 3757e311acdc4e36a12498a61a3a746b (127.0.107.195:39173)
I20260608 12:41:50.358104 11663 raft_consensus.cc:515] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:50.358693 11408 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c3b2cc9bf6c4e91a37d242f7f1eae5b" candidate_uuid: "ef7139186766447e9ad06d19468cd3eb" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" is_pre_election: true
I20260608 12:41:50.358927 11556 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c3b2cc9bf6c4e91a37d242f7f1eae5b" candidate_uuid: "ef7139186766447e9ad06d19468cd3eb" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3757e311acdc4e36a12498a61a3a746b" is_pre_election: true
I20260608 12:41:50.359351 11408 raft_consensus.cc:2468] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ef7139186766447e9ad06d19468cd3eb in term 1.
I20260608 12:41:50.359489 11556 raft_consensus.cc:2468] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ef7139186766447e9ad06d19468cd3eb in term 1.
I20260608 12:41:50.360452 11663 leader_election.cc:290] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 5a6a0b7996114be5a9bf34007b4f7b64 (127.0.107.193:39079), ef7139186766447e9ad06d19468cd3eb (127.0.107.194:40819)
I20260608 12:41:50.360649 11448 leader_election.cc:304] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [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: 3757e311acdc4e36a12498a61a3a746b, ef7139186766447e9ad06d19468cd3eb; no voters: 
I20260608 12:41:50.361300 11408 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c3b2cc9bf6c4e91a37d242f7f1eae5b" candidate_uuid: "3757e311acdc4e36a12498a61a3a746b" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" is_pre_election: true
I20260608 12:41:50.361526 11647 raft_consensus.cc:2804] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:41:50.361860 11482 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c3b2cc9bf6c4e91a37d242f7f1eae5b" candidate_uuid: "3757e311acdc4e36a12498a61a3a746b" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef7139186766447e9ad06d19468cd3eb" is_pre_election: true
I20260608 12:41:50.362010 11647 raft_consensus.cc:493] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:50.361925 11408 raft_consensus.cc:2468] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3757e311acdc4e36a12498a61a3a746b in term 1.
I20260608 12:41:50.362699 11647 raft_consensus.cc:3060] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:50.363370 11522 leader_election.cc:304] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [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: 3757e311acdc4e36a12498a61a3a746b, 5a6a0b7996114be5a9bf34007b4f7b64; no voters: 
I20260608 12:41:50.364044 11663 raft_consensus.cc:2804] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:41:50.364434 11663 raft_consensus.cc:493] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:50.364756 11663 raft_consensus.cc:3060] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:50.370054 11647 raft_consensus.cc:515] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:50.371503 11482 raft_consensus.cc:2393] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 3757e311acdc4e36a12498a61a3a746b in current term 2: Already voted for candidate ef7139186766447e9ad06d19468cd3eb in this term.
I20260608 12:41:50.373242 11408 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c3b2cc9bf6c4e91a37d242f7f1eae5b" candidate_uuid: "ef7139186766447e9ad06d19468cd3eb" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a6a0b7996114be5a9bf34007b4f7b64"
I20260608 12:41:50.373842 11408 raft_consensus.cc:3060] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:50.371809 11663 raft_consensus.cc:515] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:50.374130 11556 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c3b2cc9bf6c4e91a37d242f7f1eae5b" candidate_uuid: "ef7139186766447e9ad06d19468cd3eb" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3757e311acdc4e36a12498a61a3a746b"
I20260608 12:41:50.375247 11556 raft_consensus.cc:2393] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate ef7139186766447e9ad06d19468cd3eb in current term 2: Already voted for candidate 3757e311acdc4e36a12498a61a3a746b in this term.
I20260608 12:41:50.375655 11663 leader_election.cc:290] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [CANDIDATE]: Term 2 election: Requested vote from peers 5a6a0b7996114be5a9bf34007b4f7b64 (127.0.107.193:39079), ef7139186766447e9ad06d19468cd3eb (127.0.107.194:40819)
I20260608 12:41:50.372329 11647 leader_election.cc:290] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [CANDIDATE]: Term 2 election: Requested vote from peers 5a6a0b7996114be5a9bf34007b4f7b64 (127.0.107.193:39079), 3757e311acdc4e36a12498a61a3a746b (127.0.107.195:39173)
I20260608 12:41:50.378031 11407 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c3b2cc9bf6c4e91a37d242f7f1eae5b" candidate_uuid: "3757e311acdc4e36a12498a61a3a746b" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a6a0b7996114be5a9bf34007b4f7b64"
I20260608 12:41:50.378829 11482 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c3b2cc9bf6c4e91a37d242f7f1eae5b" candidate_uuid: "3757e311acdc4e36a12498a61a3a746b" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef7139186766447e9ad06d19468cd3eb"
I20260608 12:41:50.379664 11482 raft_consensus.cc:2393] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 3757e311acdc4e36a12498a61a3a746b in current term 2: Already voted for candidate ef7139186766447e9ad06d19468cd3eb in this term.
I20260608 12:41:50.380239 11408 raft_consensus.cc:2468] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ef7139186766447e9ad06d19468cd3eb in term 2.
I20260608 12:41:50.380643 11522 leader_election.cc:304] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [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: 3757e311acdc4e36a12498a61a3a746b; no voters: 5a6a0b7996114be5a9bf34007b4f7b64, ef7139186766447e9ad06d19468cd3eb
I20260608 12:41:50.381364 11448 leader_election.cc:304] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [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: 5a6a0b7996114be5a9bf34007b4f7b64, ef7139186766447e9ad06d19468cd3eb; no voters: 3757e311acdc4e36a12498a61a3a746b
I20260608 12:41:50.381460 11663 raft_consensus.cc:2749] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260608 12:41:50.382112 11647 raft_consensus.cc:2804] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:50.383081 11647 raft_consensus.cc:697] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [term 2 LEADER]: Becoming Leader. State: Replica: ef7139186766447e9ad06d19468cd3eb, State: Running, Role: LEADER
I20260608 12:41:50.383973 11647 consensus_queue.cc:237] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [LEADER]: Queue going to LEADER 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: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } }
I20260608 12:41:50.391491 11306 catalog_manager.cc:5696] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb reported cstate change: term changed from 0 to 2, leader changed from <none> to ef7139186766447e9ad06d19468cd3eb (127.0.107.194). New cstate: current_term: 2 leader_uuid: "ef7139186766447e9ad06d19468cd3eb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:50.862020 11556 raft_consensus.cc:1275] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [term 2 FOLLOWER]: Refusing update from remote peer ef7139186766447e9ad06d19468cd3eb: 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:50.863948 11647 consensus_queue.cc:1048] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [LEADER]: Connected to new peer: Peer: permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:41:50.909137 11589 meta_cache.cc:1261] Time spent looking up entry by key: real 0.082s	user 0.002s	sys 0.000s
W20260608 12:41:50.909222 11676 meta_cache.cc:1261] Time spent looking up entry by key: real 0.082s	user 0.004s	sys 0.025s
I20260608 12:41:50.911580 11408 raft_consensus.cc:1275] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64 [term 2 FOLLOWER]: Refusing update from remote peer ef7139186766447e9ad06d19468cd3eb: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
W20260608 12:41:50.909636 11588 meta_cache.cc:1261] Time spent looking up entry by key: real 0.081s	user 0.012s	sys 0.016s
W20260608 12:41:50.909119 11587 meta_cache.cc:1261] Time spent looking up entry by key: real 0.082s	user 0.013s	sys 0.022s
I20260608 12:41:50.914248 11667 consensus_queue.cc:1048] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260608 12:41:50.909304 11675 meta_cache.cc:1261] Time spent looking up entry by key: real 0.082s	user 0.015s	sys 0.010s
W20260608 12:41:50.909114 11674 meta_cache.cc:1261] Time spent looking up entry by key: real 0.082s	user 0.036s	sys 0.042s
W20260608 12:41:50.909165 11586 meta_cache.cc:1261] Time spent looking up entry by key: real 0.081s	user 0.005s	sys 0.029s
W20260608 12:41:51.403345 11522 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:40819, user_credentials={real_user=slave}} blocked reactor thread for 55120.7us
W20260608 12:41:52.240908 11676 meta_cache.cc:1261] Time spent looking up entry by key: real 0.084s	user 0.003s	sys 0.001s
I20260608 12:41:52.377218   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:52.389511 11734 instance_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:52.389541 11735 instance_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:52.395419 11737 instance_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:52.395614   431 server_base.cc:1061] running on GCE node
I20260608 12:41:52.396728   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:52.397001   431 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:52.397228   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922512397207 us; error 0 us; skew 500 ppm
I20260608 12:41:52.397816   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:52.400532   431 webserver.cc:533] Webserver started at http://127.0.107.196:38233/ using document root <none> and password file <none>
I20260608 12:41:52.401172   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:52.401365   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:52.401691   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:52.402853   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922266998516-431-0/minicluster-data/ts-3-root/instance:
uuid: "5e1f905242b6429c8763e55a0b9335e1"
format_stamp: "Formatted at 2026-06-08 12:41:52 on dist-test-slave-3g00"
I20260608 12:41:52.407608   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:41:52.411058 11742 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:52.411823   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:52.412114   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922266998516-431-0/minicluster-data/ts-3-root
uuid: "5e1f905242b6429c8763e55a0b9335e1"
format_stamp: "Formatted at 2026-06-08 12:41:52 on dist-test-slave-3g00"
I20260608 12:41:52.412370   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922266998516-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922266998516-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922266998516-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:52.427346   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:52.428660   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:52.430320   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:52.432749   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:52.433009   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:52.433260   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:52.433416   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:52.471290   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:42495
I20260608 12:41:52.471401 11804 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:42495 every 8 connection(s)
I20260608 12:41:52.489653 11805 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43055
I20260608 12:41:52.490065 11805 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:52.490757 11805 heartbeater.cc:507] Master 127.0.107.254:43055 requested a full tablet report, sending...
I20260608 12:41:52.492683 11302 ts_manager.cc:194] Registered new tserver with Master: 5e1f905242b6429c8763e55a0b9335e1 (127.0.107.196:42495)
I20260608 12:41:52.494297 11302 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35158
I20260608 12:41:52.802224 11404 consensus_queue.cc:237] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64 [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: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } attrs { replace: true } } peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "5e1f905242b6429c8763e55a0b9335e1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42495 } attrs { promote: true } }
I20260608 12:41:52.809005 11483 raft_consensus.cc:1275] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P ef7139186766447e9ad06d19468cd3eb [term 1 FOLLOWER]: Refusing update from remote peer 5a6a0b7996114be5a9bf34007b4f7b64: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 12:41:52.809451 11554 raft_consensus.cc:1275] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 3757e311acdc4e36a12498a61a3a746b [term 1 FOLLOWER]: Refusing update from remote peer 5a6a0b7996114be5a9bf34007b4f7b64: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 12:41:52.810858 11705 consensus_queue.cc:1048] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.001s
I20260608 12:41:52.811821 11704 consensus_queue.cc:1048] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
I20260608 12:41:52.819097 11705 raft_consensus.cc:2955] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 1 LEADER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 5e1f905242b6429c8763e55a0b9335e1 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } attrs { replace: true } } peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "5e1f905242b6429c8763e55a0b9335e1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42495 } attrs { promote: true } } }
W20260608 12:41:52.820214 11371 consensus_peers.cc:597] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64 -> Peer 5e1f905242b6429c8763e55a0b9335e1 (127.0.107.196:42495): Couldn't send request to peer 5e1f905242b6429c8763e55a0b9335e1. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8d6bd1b284e84f0e89f3c1aa9d31a7a7. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:52.822515 11554 raft_consensus.cc:2955] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 3757e311acdc4e36a12498a61a3a746b [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 5e1f905242b6429c8763e55a0b9335e1 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } attrs { replace: true } } peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "5e1f905242b6429c8763e55a0b9335e1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42495 } attrs { promote: true } } }
I20260608 12:41:52.823292 11483 raft_consensus.cc:2955] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P ef7139186766447e9ad06d19468cd3eb [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 5e1f905242b6429c8763e55a0b9335e1 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } attrs { replace: true } } peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "5e1f905242b6429c8763e55a0b9335e1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42495 } attrs { promote: true } } }
I20260608 12:41:52.832691 11302 catalog_manager.cc:5696] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64 reported cstate change: config changed from index -1 to 17, NON_VOTER 5e1f905242b6429c8763e55a0b9335e1 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" committed_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5e1f905242b6429c8763e55a0b9335e1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42495 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:52.834455 11404 consensus_queue.cc:237] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64 [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: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } attrs { replace: true } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } } peers { permanent_uuid: "5e1f905242b6429c8763e55a0b9335e1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42495 } attrs { promote: true } }
W20260608 12:41:52.841434 11371 consensus_peers.cc:597] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64 -> Peer 5e1f905242b6429c8763e55a0b9335e1 (127.0.107.196:42495): Couldn't send request to peer 5e1f905242b6429c8763e55a0b9335e1. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6916656dc12b46d4a2fda1e2b4302460. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:52.843370 11483 raft_consensus.cc:1275] T 6916656dc12b46d4a2fda1e2b4302460 P ef7139186766447e9ad06d19468cd3eb [term 1 FOLLOWER]: Refusing update from remote peer 5a6a0b7996114be5a9bf34007b4f7b64: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 12:41:52.844483 11554 raft_consensus.cc:1275] T 6916656dc12b46d4a2fda1e2b4302460 P 3757e311acdc4e36a12498a61a3a746b [term 1 FOLLOWER]: Refusing update from remote peer 5a6a0b7996114be5a9bf34007b4f7b64: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 12:41:52.845014 11704 consensus_queue.cc:1048] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
I20260608 12:41:52.846698 11705 consensus_queue.cc:1048] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
I20260608 12:41:52.854817 11704 raft_consensus.cc:2955] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 1 LEADER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 5e1f905242b6429c8763e55a0b9335e1 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } attrs { replace: true } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } } peers { permanent_uuid: "5e1f905242b6429c8763e55a0b9335e1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42495 } attrs { promote: true } } }
I20260608 12:41:52.857875 11554 raft_consensus.cc:2955] T 6916656dc12b46d4a2fda1e2b4302460 P 3757e311acdc4e36a12498a61a3a746b [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 5e1f905242b6429c8763e55a0b9335e1 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } attrs { replace: true } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } } peers { permanent_uuid: "5e1f905242b6429c8763e55a0b9335e1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42495 } attrs { promote: true } } }
I20260608 12:41:52.859193 11483 raft_consensus.cc:2955] T 6916656dc12b46d4a2fda1e2b4302460 P ef7139186766447e9ad06d19468cd3eb [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 5e1f905242b6429c8763e55a0b9335e1 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } attrs { replace: true } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } } peers { permanent_uuid: "5e1f905242b6429c8763e55a0b9335e1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42495 } attrs { promote: true } } }
I20260608 12:41:52.877172 11306 catalog_manager.cc:5696] T 6916656dc12b46d4a2fda1e2b4302460 P ef7139186766447e9ad06d19468cd3eb reported cstate change: config changed from index -1 to 17, NON_VOTER 5e1f905242b6429c8763e55a0b9335e1 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" committed_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } attrs { replace: true } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } } peers { permanent_uuid: "5e1f905242b6429c8763e55a0b9335e1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42495 } attrs { promote: true } } }
I20260608 12:41:52.900745 11554 consensus_queue.cc:237] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b [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: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } attrs { replace: true } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } } peers { permanent_uuid: "5e1f905242b6429c8763e55a0b9335e1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42495 } attrs { promote: true } }
I20260608 12:41:52.907234 11483 raft_consensus.cc:1275] T 032000ea29e04845a7a6b10bad8fd9f9 P ef7139186766447e9ad06d19468cd3eb [term 1 FOLLOWER]: Refusing update from remote peer 3757e311acdc4e36a12498a61a3a746b: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 12:41:52.908082 11404 raft_consensus.cc:1275] T 032000ea29e04845a7a6b10bad8fd9f9 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 1 FOLLOWER]: Refusing update from remote peer 3757e311acdc4e36a12498a61a3a746b: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 12:41:52.908806 11819 consensus_queue.cc:1048] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b [LEADER]: Connected to new peer: Peer: permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.001s
I20260608 12:41:52.910041 11724 consensus_queue.cc:1048] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.001s
W20260608 12:41:52.917513 11520 consensus_peers.cc:597] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b -> Peer 5e1f905242b6429c8763e55a0b9335e1 (127.0.107.196:42495): Couldn't send request to peer 5e1f905242b6429c8763e55a0b9335e1. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 032000ea29e04845a7a6b10bad8fd9f9. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:52.918269 11819 raft_consensus.cc:2955] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b [term 1 LEADER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 5e1f905242b6429c8763e55a0b9335e1 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } attrs { replace: true } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } } peers { permanent_uuid: "5e1f905242b6429c8763e55a0b9335e1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42495 } attrs { promote: true } } }
I20260608 12:41:52.920271 11404 raft_consensus.cc:2955] T 032000ea29e04845a7a6b10bad8fd9f9 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 5e1f905242b6429c8763e55a0b9335e1 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } attrs { replace: true } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } } peers { permanent_uuid: "5e1f905242b6429c8763e55a0b9335e1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42495 } attrs { promote: true } } }
I20260608 12:41:52.920801 11483 raft_consensus.cc:2955] T 032000ea29e04845a7a6b10bad8fd9f9 P ef7139186766447e9ad06d19468cd3eb [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 5e1f905242b6429c8763e55a0b9335e1 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } attrs { replace: true } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } } peers { permanent_uuid: "5e1f905242b6429c8763e55a0b9335e1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42495 } attrs { promote: true } } }
I20260608 12:41:52.933915 11303 catalog_manager.cc:5696] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b reported cstate change: config changed from index -1 to 17, NON_VOTER 5e1f905242b6429c8763e55a0b9335e1 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "3757e311acdc4e36a12498a61a3a746b" committed_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5e1f905242b6429c8763e55a0b9335e1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42495 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:52.954532 11483 consensus_queue.cc:237] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 16, Committed index: 16, Last appended: 2.16, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } attrs { replace: true } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } } peers { permanent_uuid: "5e1f905242b6429c8763e55a0b9335e1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42495 } attrs { promote: true } }
I20260608 12:41:52.963274 11554 raft_consensus.cc:1275] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [term 2 FOLLOWER]: Refusing update from remote peer ef7139186766447e9ad06d19468cd3eb: Log matching property violated. Preceding OpId in replica: term: 2 index: 16. Preceding OpId from leader: term: 2 index: 17. (index mismatch)
I20260608 12:41:52.963335 11404 raft_consensus.cc:1275] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64 [term 2 FOLLOWER]: Refusing update from remote peer ef7139186766447e9ad06d19468cd3eb: Log matching property violated. Preceding OpId in replica: term: 2 index: 16. Preceding OpId from leader: term: 2 index: 17. (index mismatch)
I20260608 12:41:52.965318 11824 consensus_queue.cc:1048] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [LEADER]: Connected to new peer: Peer: permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.001s
I20260608 12:41:52.966218 11667 consensus_queue.cc:1048] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
W20260608 12:41:52.975318 11446 consensus_peers.cc:597] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb -> Peer 5e1f905242b6429c8763e55a0b9335e1 (127.0.107.196:42495): Couldn't send request to peer 5e1f905242b6429c8763e55a0b9335e1. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 2c3b2cc9bf6c4e91a37d242f7f1eae5b. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:52.974524 11728 raft_consensus.cc:2955] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [term 2 LEADER]: Committing config change with OpId 2.17: config changed from index -1 to 17, NON_VOTER 5e1f905242b6429c8763e55a0b9335e1 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } attrs { replace: true } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } } peers { permanent_uuid: "5e1f905242b6429c8763e55a0b9335e1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42495 } attrs { promote: true } } }
I20260608 12:41:52.976858 11554 raft_consensus.cc:2955] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [term 2 FOLLOWER]: Committing config change with OpId 2.17: config changed from index -1 to 17, NON_VOTER 5e1f905242b6429c8763e55a0b9335e1 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } attrs { replace: true } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } } peers { permanent_uuid: "5e1f905242b6429c8763e55a0b9335e1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42495 } attrs { promote: true } } }
I20260608 12:41:52.977258 11404 raft_consensus.cc:2955] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64 [term 2 FOLLOWER]: Committing config change with OpId 2.17: config changed from index -1 to 17, NON_VOTER 5e1f905242b6429c8763e55a0b9335e1 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } attrs { replace: true } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } } peers { permanent_uuid: "5e1f905242b6429c8763e55a0b9335e1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42495 } attrs { promote: true } } }
I20260608 12:41:52.987097 11303 catalog_manager.cc:5696] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb reported cstate change: config changed from index -1 to 17, NON_VOTER 5e1f905242b6429c8763e55a0b9335e1 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "ef7139186766447e9ad06d19468cd3eb" committed_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "5a6a0b7996114be5a9bf34007b4f7b64" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39079 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ef7139186766447e9ad06d19468cd3eb" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40819 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3757e311acdc4e36a12498a61a3a746b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39173 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5e1f905242b6429c8763e55a0b9335e1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42495 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:52.992084   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:53.037171   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:53.037999   431 tablet_replica.cc:333] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64: stopping tablet replica
I20260608 12:41:53.038740   431 raft_consensus.cc:2243] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:53.039754   431 raft_consensus.cc:2272] T 6916656dc12b46d4a2fda1e2b4302460 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:53.042486   431 tablet_replica.cc:333] T 032000ea29e04845a7a6b10bad8fd9f9 P 5a6a0b7996114be5a9bf34007b4f7b64: stopping tablet replica
I20260608 12:41:53.043076   431 raft_consensus.cc:2243] T 032000ea29e04845a7a6b10bad8fd9f9 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:53.043512   431 raft_consensus.cc:2272] T 032000ea29e04845a7a6b10bad8fd9f9 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:53.046206   431 tablet_replica.cc:333] T 1b3cf60c73cc4db28e1f262b10f0178c P 5a6a0b7996114be5a9bf34007b4f7b64: stopping tablet replica
I20260608 12:41:53.046777   431 raft_consensus.cc:2243] T 1b3cf60c73cc4db28e1f262b10f0178c P 5a6a0b7996114be5a9bf34007b4f7b64 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:53.047240   431 raft_consensus.cc:2272] T 1b3cf60c73cc4db28e1f262b10f0178c P 5a6a0b7996114be5a9bf34007b4f7b64 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:53.050055   431 tablet_replica.cc:333] T 51ad918c63944a44ab6a448768374fe8 P 5a6a0b7996114be5a9bf34007b4f7b64: stopping tablet replica
I20260608 12:41:53.050604   431 raft_consensus.cc:2243] T 51ad918c63944a44ab6a448768374fe8 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:53.051070   431 raft_consensus.cc:2272] T 51ad918c63944a44ab6a448768374fe8 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:53.053740   431 tablet_replica.cc:333] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64: stopping tablet replica
I20260608 12:41:53.054275   431 raft_consensus.cc:2243] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:53.055213   431 raft_consensus.cc:2272] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 5a6a0b7996114be5a9bf34007b4f7b64 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:53.057819   431 tablet_replica.cc:333] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64: stopping tablet replica
I20260608 12:41:53.058308   431 raft_consensus.cc:2243] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:53.058885   431 raft_consensus.cc:2272] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 5a6a0b7996114be5a9bf34007b4f7b64 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:53.087594   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:53.113580   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:53.146975   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:53.147723   431 tablet_replica.cc:333] T 6916656dc12b46d4a2fda1e2b4302460 P ef7139186766447e9ad06d19468cd3eb: stopping tablet replica
I20260608 12:41:53.148845   431 raft_consensus.cc:2243] T 6916656dc12b46d4a2fda1e2b4302460 P ef7139186766447e9ad06d19468cd3eb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:53.149389   431 raft_consensus.cc:2272] T 6916656dc12b46d4a2fda1e2b4302460 P ef7139186766447e9ad06d19468cd3eb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:53.152113   431 tablet_replica.cc:333] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb: stopping tablet replica
I20260608 12:41:53.152675   431 raft_consensus.cc:2243] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:41:53.153681   431 raft_consensus.cc:2272] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P ef7139186766447e9ad06d19468cd3eb [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:53.155900   431 tablet_replica.cc:333] T 51ad918c63944a44ab6a448768374fe8 P ef7139186766447e9ad06d19468cd3eb: stopping tablet replica
I20260608 12:41:53.156469   431 raft_consensus.cc:2243] T 51ad918c63944a44ab6a448768374fe8 P ef7139186766447e9ad06d19468cd3eb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:53.157001   431 raft_consensus.cc:2272] T 51ad918c63944a44ab6a448768374fe8 P ef7139186766447e9ad06d19468cd3eb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:53.160420   431 tablet_replica.cc:333] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P ef7139186766447e9ad06d19468cd3eb: stopping tablet replica
I20260608 12:41:53.161259   431 raft_consensus.cc:2243] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P ef7139186766447e9ad06d19468cd3eb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:53.161998   431 raft_consensus.cc:2272] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P ef7139186766447e9ad06d19468cd3eb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:53.165871   431 tablet_replica.cc:333] T 032000ea29e04845a7a6b10bad8fd9f9 P ef7139186766447e9ad06d19468cd3eb: stopping tablet replica
I20260608 12:41:53.166640   431 raft_consensus.cc:2243] T 032000ea29e04845a7a6b10bad8fd9f9 P ef7139186766447e9ad06d19468cd3eb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:53.167289   431 raft_consensus.cc:2272] T 032000ea29e04845a7a6b10bad8fd9f9 P ef7139186766447e9ad06d19468cd3eb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:53.169845   431 tablet_replica.cc:333] T 1b3cf60c73cc4db28e1f262b10f0178c P ef7139186766447e9ad06d19468cd3eb: stopping tablet replica
I20260608 12:41:53.170367   431 raft_consensus.cc:2243] T 1b3cf60c73cc4db28e1f262b10f0178c P ef7139186766447e9ad06d19468cd3eb [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:53.171084   431 raft_consensus.cc:2272] T 1b3cf60c73cc4db28e1f262b10f0178c P ef7139186766447e9ad06d19468cd3eb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:53.198976   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
W20260608 12:41:53.214012 11522 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39079: connect: Connection refused (error 111) [suppressed 35 similar messages]
W20260608 12:41:53.218375 11522 consensus_peers.cc:597] T 51ad918c63944a44ab6a448768374fe8 P 3757e311acdc4e36a12498a61a3a746b -> Peer 5a6a0b7996114be5a9bf34007b4f7b64 (127.0.107.193:39079): Couldn't send request to peer 5a6a0b7996114be5a9bf34007b4f7b64. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39079: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:53.221128   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:53.249972   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:53.250743   431 tablet_replica.cc:333] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b: stopping tablet replica
I20260608 12:41:53.251381   431 raft_consensus.cc:2243] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:53.252008   431 raft_consensus.cc:2272] T 2c3b2cc9bf6c4e91a37d242f7f1eae5b P 3757e311acdc4e36a12498a61a3a746b [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:53.254941   431 tablet_replica.cc:333] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b: stopping tablet replica
I20260608 12:41:53.255511   431 raft_consensus.cc:2243] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:53.256465   431 raft_consensus.cc:2272] T 032000ea29e04845a7a6b10bad8fd9f9 P 3757e311acdc4e36a12498a61a3a746b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:53.259145   431 tablet_replica.cc:333] T 1b3cf60c73cc4db28e1f262b10f0178c P 3757e311acdc4e36a12498a61a3a746b: stopping tablet replica
I20260608 12:41:53.259691   431 raft_consensus.cc:2243] T 1b3cf60c73cc4db28e1f262b10f0178c P 3757e311acdc4e36a12498a61a3a746b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:53.260154   431 raft_consensus.cc:2272] T 1b3cf60c73cc4db28e1f262b10f0178c P 3757e311acdc4e36a12498a61a3a746b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:53.262491   431 tablet_replica.cc:333] T 6916656dc12b46d4a2fda1e2b4302460 P 3757e311acdc4e36a12498a61a3a746b: stopping tablet replica
I20260608 12:41:53.263020   431 raft_consensus.cc:2243] T 6916656dc12b46d4a2fda1e2b4302460 P 3757e311acdc4e36a12498a61a3a746b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:53.263468   431 raft_consensus.cc:2272] T 6916656dc12b46d4a2fda1e2b4302460 P 3757e311acdc4e36a12498a61a3a746b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:53.266067   431 tablet_replica.cc:333] T 51ad918c63944a44ab6a448768374fe8 P 3757e311acdc4e36a12498a61a3a746b: stopping tablet replica
I20260608 12:41:53.266579   431 raft_consensus.cc:2243] T 51ad918c63944a44ab6a448768374fe8 P 3757e311acdc4e36a12498a61a3a746b [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:53.267315   431 raft_consensus.cc:2272] T 51ad918c63944a44ab6a448768374fe8 P 3757e311acdc4e36a12498a61a3a746b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:53.269842   431 tablet_replica.cc:333] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 3757e311acdc4e36a12498a61a3a746b: stopping tablet replica
I20260608 12:41:53.270318   431 raft_consensus.cc:2243] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 3757e311acdc4e36a12498a61a3a746b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:53.270823   431 raft_consensus.cc:2272] T 8d6bd1b284e84f0e89f3c1aa9d31a7a7 P 3757e311acdc4e36a12498a61a3a746b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:53.297598   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:53.315577   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:41:53.333840   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:53.350313   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:41:53.358589   431 master.cc:562] Master@127.0.107.254:43055 shutting down...
W20260608 12:41:53.388933 11354 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:41:53.389235 11354 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:41:53.389437 11354 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:41:53.390611   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 8de7af6e49dc45b69df05c1b9783d45a [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:53.391077   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 8de7af6e49dc45b69df05c1b9783d45a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:53.391381   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 8de7af6e49dc45b69df05c1b9783d45a: stopping tablet replica
I20260608 12:41:53.410992   431 master.cc:584] Master@127.0.107.254:43055 shutdown complete.
[       OK ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/0 (6950 ms)
[ RUN      ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/1
I20260608 12:41:53.457194   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:36465
I20260608 12:41:53.458348   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:53.463277 11827 instance_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:53.463829 11828 instance_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:53.465256 11830 instance_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:53.465292   431 server_base.cc:1061] running on GCE node
I20260608 12:41:53.466387   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:53.466569   431 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:53.466751   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922513466731 us; error 0 us; skew 500 ppm
I20260608 12:41:53.467286   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:53.469410   431 webserver.cc:533] Webserver started at http://127.0.107.254:42185/ using document root <none> and password file <none>
I20260608 12:41:53.469887   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:53.470055   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:53.470293   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:53.471287   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922266998516-431-0/minicluster-data/master-0-root/instance:
uuid: "a2236542aca44477ad4c763a0d1002a5"
format_stamp: "Formatted at 2026-06-08 12:41:53 on dist-test-slave-3g00"
I20260608 12:41:53.475445   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260608 12:41:53.478854 11835 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:53.479591   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:53.479907   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922266998516-431-0/minicluster-data/master-0-root
uuid: "a2236542aca44477ad4c763a0d1002a5"
format_stamp: "Formatted at 2026-06-08 12:41:53 on dist-test-slave-3g00"
I20260608 12:41:53.480167   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922266998516-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922266998516-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922266998516-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:53.492045   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:53.493165   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:53.528952   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:36465
I20260608 12:41:53.529126 11886 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:36465 every 8 connection(s)
I20260608 12:41:53.532946 11887 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:53.543445 11887 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a2236542aca44477ad4c763a0d1002a5: Bootstrap starting.
I20260608 12:41:53.548408 11887 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a2236542aca44477ad4c763a0d1002a5: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:53.552632 11887 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a2236542aca44477ad4c763a0d1002a5: No bootstrap required, opened a new log
I20260608 12:41:53.554796 11887 raft_consensus.cc:359] T 00000000000000000000000000000000 P a2236542aca44477ad4c763a0d1002a5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a2236542aca44477ad4c763a0d1002a5" member_type: VOTER }
I20260608 12:41:53.555152 11887 raft_consensus.cc:385] T 00000000000000000000000000000000 P a2236542aca44477ad4c763a0d1002a5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:53.555370 11887 raft_consensus.cc:740] T 00000000000000000000000000000000 P a2236542aca44477ad4c763a0d1002a5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a2236542aca44477ad4c763a0d1002a5, State: Initialized, Role: FOLLOWER
I20260608 12:41:53.555982 11887 consensus_queue.cc:260] T 00000000000000000000000000000000 P a2236542aca44477ad4c763a0d1002a5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "a2236542aca44477ad4c763a0d1002a5" member_type: VOTER }
I20260608 12:41:53.556419 11887 raft_consensus.cc:399] T 00000000000000000000000000000000 P a2236542aca44477ad4c763a0d1002a5 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:53.556622 11887 raft_consensus.cc:493] T 00000000000000000000000000000000 P a2236542aca44477ad4c763a0d1002a5 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:53.556901 11887 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a2236542aca44477ad4c763a0d1002a5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:53.561306 11887 raft_consensus.cc:515] T 00000000000000000000000000000000 P a2236542aca44477ad4c763a0d1002a5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a2236542aca44477ad4c763a0d1002a5" member_type: VOTER }
I20260608 12:41:53.561790 11887 leader_election.cc:304] T 00000000000000000000000000000000 P a2236542aca44477ad4c763a0d1002a5 [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: a2236542aca44477ad4c763a0d1002a5; no voters: 
I20260608 12:41:53.562846 11887 leader_election.cc:290] T 00000000000000000000000000000000 P a2236542aca44477ad4c763a0d1002a5 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:53.563232 11890 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a2236542aca44477ad4c763a0d1002a5 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:53.564613 11890 raft_consensus.cc:697] T 00000000000000000000000000000000 P a2236542aca44477ad4c763a0d1002a5 [term 1 LEADER]: Becoming Leader. State: Replica: a2236542aca44477ad4c763a0d1002a5, State: Running, Role: LEADER
I20260608 12:41:53.565218 11890 consensus_queue.cc:237] T 00000000000000000000000000000000 P a2236542aca44477ad4c763a0d1002a5 [LEADER]: Queue going to LEADER mode. State: All 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: "a2236542aca44477ad4c763a0d1002a5" member_type: VOTER }
I20260608 12:41:53.565668 11887 sys_catalog.cc:565] T 00000000000000000000000000000000 P a2236542aca44477ad4c763a0d1002a5 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:53.569904 11891 sys_catalog.cc:455] T 00000000000000000000000000000000 P a2236542aca44477ad4c763a0d1002a5 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "a2236542aca44477ad4c763a0d1002a5" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a2236542aca44477ad4c763a0d1002a5" member_type: VOTER } }
I20260608 12:41:53.570077 11892 sys_catalog.cc:455] T 00000000000000000000000000000000 P a2236542aca44477ad4c763a0d1002a5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a2236542aca44477ad4c763a0d1002a5. Latest consensus state: current_term: 1 leader_uuid: "a2236542aca44477ad4c763a0d1002a5" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a2236542aca44477ad4c763a0d1002a5" member_type: VOTER } }
I20260608 12:41:53.570570 11891 sys_catalog.cc:458] T 00000000000000000000000000000000 P a2236542aca44477ad4c763a0d1002a5 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:53.570600 11892 sys_catalog.cc:458] T 00000000000000000000000000000000 P a2236542aca44477ad4c763a0d1002a5 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:53.578341 11897 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:53.584038 11897 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:53.585028   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:53.592888 11897 catalog_manager.cc:1382] Generated new cluster ID: 377e69e870ad487f8c7efbbae60f3d05
I20260608 12:41:53.593158 11897 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:53.611060 11897 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:53.612251 11897 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:53.625124 11897 catalog_manager.cc:6069] T 00000000000000000000000000000000 P a2236542aca44477ad4c763a0d1002a5: Generated new TSK 0
I20260608 12:41:53.625654 11897 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:53.651170   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:53.656994 11908 instance_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:53.658020 11909 instance_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:53.662176 11911 instance_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:53.662195   431 server_base.cc:1061] running on GCE node
I20260608 12:41:53.663281   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:53.663476   431 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:53.663666   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922513663617 us; error 0 us; skew 500 ppm
I20260608 12:41:53.664225   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:53.666447   431 webserver.cc:533] Webserver started at http://127.0.107.193:40129/ using document root <none> and password file <none>
I20260608 12:41:53.667069   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:53.667261   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:53.667562   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:53.668582   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922266998516-431-0/minicluster-data/ts-0-root/instance:
uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1"
format_stamp: "Formatted at 2026-06-08 12:41:53 on dist-test-slave-3g00"
I20260608 12:41:53.672804   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260608 12:41:53.675905 11916 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:53.676589   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:41:53.676928   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922266998516-431-0/minicluster-data/ts-0-root
uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1"
format_stamp: "Formatted at 2026-06-08 12:41:53 on dist-test-slave-3g00"
I20260608 12:41:53.677184   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922266998516-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922266998516-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922266998516-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:53.691748   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:53.692889   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:53.694303   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:53.696556   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:53.696753   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:53.697010   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:53.697160   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:53.732481   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:40641
I20260608 12:41:53.732599 11978 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:40641 every 8 connection(s)
I20260608 12:41:53.737329   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:53.744257 11983 instance_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:53.745402 11984 instance_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:53.747707 11986 instance_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:53.748696   431 server_base.cc:1061] running on GCE node
I20260608 12:41:53.752156 11979 heartbeater.cc:344] Connected to a master server at 127.0.107.254:36465
I20260608 12:41:53.752519 11979 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:53.753027   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:53.753248   431 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:53.753276 11979 heartbeater.cc:507] Master 127.0.107.254:36465 requested a full tablet report, sending...
I20260608 12:41:53.753496   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922513753475 us; error 0 us; skew 500 ppm
I20260608 12:41:53.754215   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:53.755666 11852 ts_manager.cc:194] Registered new tserver with Master: 8ef20ccc1cdc4f0e83e5a091dbea17e1 (127.0.107.193:40641)
I20260608 12:41:53.756767   431 webserver.cc:533] Webserver started at http://127.0.107.194:42059/ using document root <none> and password file <none>
I20260608 12:41:53.757319   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:53.757490   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:53.757737   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:53.757721 11852 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56764
I20260608 12:41:53.759050   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922266998516-431-0/minicluster-data/ts-1-root/instance:
uuid: "4eba3afabe2844ee9cecc31b1146a171"
format_stamp: "Formatted at 2026-06-08 12:41:53 on dist-test-slave-3g00"
I20260608 12:41:53.763350   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:41:53.766479 11991 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:53.767221   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:41:53.767480   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922266998516-431-0/minicluster-data/ts-1-root
uuid: "4eba3afabe2844ee9cecc31b1146a171"
format_stamp: "Formatted at 2026-06-08 12:41:53 on dist-test-slave-3g00"
I20260608 12:41:53.767735   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922266998516-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922266998516-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922266998516-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:53.787544   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:53.788614   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:53.790022   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:53.792155   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:53.792346   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:53.792563   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:53.792722   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:53.830075   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:34273
I20260608 12:41:53.830209 12053 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:34273 every 8 connection(s)
I20260608 12:41:53.834949   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:53.841961 12057 instance_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:53.843258 12058 instance_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:53.845494 12060 instance_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:53.845597   431 server_base.cc:1061] running on GCE node
I20260608 12:41:53.846889   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:53.847113   431 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:53.847363   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922513847340 us; error 0 us; skew 500 ppm
I20260608 12:41:53.847362 12054 heartbeater.cc:344] Connected to a master server at 127.0.107.254:36465
I20260608 12:41:53.847852 12054 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:53.848119   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:53.848565 12054 heartbeater.cc:507] Master 127.0.107.254:36465 requested a full tablet report, sending...
I20260608 12:41:53.850626   431 webserver.cc:533] Webserver started at http://127.0.107.195:36221/ using document root <none> and password file <none>
I20260608 12:41:53.850855 11852 ts_manager.cc:194] Registered new tserver with Master: 4eba3afabe2844ee9cecc31b1146a171 (127.0.107.194:34273)
I20260608 12:41:53.851169   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:53.851410   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:53.851647   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:53.852342 11852 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56768
I20260608 12:41:53.852766   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922266998516-431-0/minicluster-data/ts-2-root/instance:
uuid: "175791fa8c9248efa46decd85ed683d0"
format_stamp: "Formatted at 2026-06-08 12:41:53 on dist-test-slave-3g00"
I20260608 12:41:53.857272   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:41:53.860426 12065 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:53.861181   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:41:53.861449   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922266998516-431-0/minicluster-data/ts-2-root
uuid: "175791fa8c9248efa46decd85ed683d0"
format_stamp: "Formatted at 2026-06-08 12:41:53 on dist-test-slave-3g00"
I20260608 12:41:53.861708   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922266998516-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922266998516-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922266998516-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:53.881227   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:53.882331   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:53.883733   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:53.885960   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:53.886153   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:53.886379   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:53.886535   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:53.924204   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:43789
I20260608 12:41:53.924332 12127 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:43789 every 8 connection(s)
I20260608 12:41:53.937604 12128 heartbeater.cc:344] Connected to a master server at 127.0.107.254:36465
I20260608 12:41:53.938015 12128 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:53.938726 12128 heartbeater.cc:507] Master 127.0.107.254:36465 requested a full tablet report, sending...
I20260608 12:41:53.940685 11852 ts_manager.cc:194] Registered new tserver with Master: 175791fa8c9248efa46decd85ed683d0 (127.0.107.195:43789)
I20260608 12:41:53.940800   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013441872s
I20260608 12:41:53.942142 11852 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56784
I20260608 12:41:54.760349 11979 heartbeater.cc:499] Master 127.0.107.254:36465 was elected leader, sending a full tablet report...
I20260608 12:41:54.854768 12054 heartbeater.cc:499] Master 127.0.107.254:36465 was elected leader, sending a full tablet report...
I20260608 12:41:54.944617 12128 heartbeater.cc:499] Master 127.0.107.254:36465 was elected leader, sending a full tablet report...
I20260608 12:41:54.995850 11852 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:56792:
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:41:54.998458 11852 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:55.077293 11943 tablet_service.cc:1511] Processing CreateTablet for tablet 3842b73a0fdc4801b8b488d0c1778b62 (DEFAULT_TABLE table=test-workload [id=e4417af3349d44658a9b3c542978db0e]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:41:55.078058 12019 tablet_service.cc:1511] Processing CreateTablet for tablet da6305e3e982413187f3d1145ef49c22 (DEFAULT_TABLE table=test-workload [id=e4417af3349d44658a9b3c542978db0e]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:41:55.078908 11943 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3842b73a0fdc4801b8b488d0c1778b62. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:55.078683 11944 tablet_service.cc:1511] Processing CreateTablet for tablet da6305e3e982413187f3d1145ef49c22 (DEFAULT_TABLE table=test-workload [id=e4417af3349d44658a9b3c542978db0e]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:41:55.079559 12019 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da6305e3e982413187f3d1145ef49c22. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:55.080426 12093 tablet_service.cc:1511] Processing CreateTablet for tablet da6305e3e982413187f3d1145ef49c22 (DEFAULT_TABLE table=test-workload [id=e4417af3349d44658a9b3c542978db0e]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:41:55.081018 11942 tablet_service.cc:1511] Processing CreateTablet for tablet 2479274be4d44cf1a9448fcd5a220ad6 (DEFAULT_TABLE table=test-workload [id=e4417af3349d44658a9b3c542978db0e]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:41:55.081983 12018 tablet_service.cc:1511] Processing CreateTablet for tablet 3842b73a0fdc4801b8b488d0c1778b62 (DEFAULT_TABLE table=test-workload [id=e4417af3349d44658a9b3c542978db0e]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:41:55.082448 12092 tablet_service.cc:1511] Processing CreateTablet for tablet 3842b73a0fdc4801b8b488d0c1778b62 (DEFAULT_TABLE table=test-workload [id=e4417af3349d44658a9b3c542978db0e]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:41:55.083355 12018 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3842b73a0fdc4801b8b488d0c1778b62. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:55.083849 12092 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3842b73a0fdc4801b8b488d0c1778b62. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:55.084688 11940 tablet_service.cc:1511] Processing CreateTablet for tablet 53006f9c0a564c6787b82e3c03c8c9cc (DEFAULT_TABLE table=test-workload [id=e4417af3349d44658a9b3c542978db0e]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:41:55.086119 12091 tablet_service.cc:1511] Processing CreateTablet for tablet 2479274be4d44cf1a9448fcd5a220ad6 (DEFAULT_TABLE table=test-workload [id=e4417af3349d44658a9b3c542978db0e]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:41:55.087080 11939 tablet_service.cc:1511] Processing CreateTablet for tablet 6846f8d642044de39c8dd8af2218f9ab (DEFAULT_TABLE table=test-workload [id=e4417af3349d44658a9b3c542978db0e]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:41:55.088366 12090 tablet_service.cc:1511] Processing CreateTablet for tablet 0f2f9e5dbcab4244881cf0345031d349 (DEFAULT_TABLE table=test-workload [id=e4417af3349d44658a9b3c542978db0e]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:41:55.083393 11941 tablet_service.cc:1511] Processing CreateTablet for tablet 0f2f9e5dbcab4244881cf0345031d349 (DEFAULT_TABLE table=test-workload [id=e4417af3349d44658a9b3c542978db0e]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:41:55.090629 12089 tablet_service.cc:1511] Processing CreateTablet for tablet 53006f9c0a564c6787b82e3c03c8c9cc (DEFAULT_TABLE table=test-workload [id=e4417af3349d44658a9b3c542978db0e]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:41:55.092868 12088 tablet_service.cc:1511] Processing CreateTablet for tablet 6846f8d642044de39c8dd8af2218f9ab (DEFAULT_TABLE table=test-workload [id=e4417af3349d44658a9b3c542978db0e]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:41:55.094545 11944 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da6305e3e982413187f3d1145ef49c22. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:55.098481 11941 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0f2f9e5dbcab4244881cf0345031d349. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:55.098857 12088 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6846f8d642044de39c8dd8af2218f9ab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:55.099459 11939 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6846f8d642044de39c8dd8af2218f9ab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:55.100476 12091 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2479274be4d44cf1a9448fcd5a220ad6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:55.102689 12093 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da6305e3e982413187f3d1145ef49c22. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:55.103255 11940 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 53006f9c0a564c6787b82e3c03c8c9cc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:55.105159 12089 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 53006f9c0a564c6787b82e3c03c8c9cc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:55.105300 11942 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2479274be4d44cf1a9448fcd5a220ad6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:55.106379 12090 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0f2f9e5dbcab4244881cf0345031d349. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:55.127269 12149 tablet_bootstrap.cc:492] T 6846f8d642044de39c8dd8af2218f9ab P 175791fa8c9248efa46decd85ed683d0: Bootstrap starting.
I20260608 12:41:55.140571 12149 tablet_bootstrap.cc:654] T 6846f8d642044de39c8dd8af2218f9ab P 175791fa8c9248efa46decd85ed683d0: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:55.144014 12017 tablet_service.cc:1511] Processing CreateTablet for tablet 0f2f9e5dbcab4244881cf0345031d349 (DEFAULT_TABLE table=test-workload [id=e4417af3349d44658a9b3c542978db0e]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:41:55.145545 12017 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0f2f9e5dbcab4244881cf0345031d349. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:55.150152 12016 tablet_service.cc:1511] Processing CreateTablet for tablet 53006f9c0a564c6787b82e3c03c8c9cc (DEFAULT_TABLE table=test-workload [id=e4417af3349d44658a9b3c542978db0e]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:41:55.151578 12016 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 53006f9c0a564c6787b82e3c03c8c9cc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:55.154139 12015 tablet_service.cc:1511] Processing CreateTablet for tablet 6846f8d642044de39c8dd8af2218f9ab (DEFAULT_TABLE table=test-workload [id=e4417af3349d44658a9b3c542978db0e]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:41:55.155507 12015 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6846f8d642044de39c8dd8af2218f9ab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:55.164559 12018 tablet_service.cc:1511] Processing CreateTablet for tablet 2479274be4d44cf1a9448fcd5a220ad6 (DEFAULT_TABLE table=test-workload [id=e4417af3349d44658a9b3c542978db0e]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:41:55.166045 12018 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2479274be4d44cf1a9448fcd5a220ad6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:55.182344 12148 tablet_bootstrap.cc:492] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171: Bootstrap starting.
I20260608 12:41:55.195115 12149 tablet_bootstrap.cc:492] T 6846f8d642044de39c8dd8af2218f9ab P 175791fa8c9248efa46decd85ed683d0: No bootstrap required, opened a new log
I20260608 12:41:55.198146 12151 tablet_bootstrap.cc:492] T 53006f9c0a564c6787b82e3c03c8c9cc P 8ef20ccc1cdc4f0e83e5a091dbea17e1: Bootstrap starting.
I20260608 12:41:55.201030 12149 ts_tablet_manager.cc:1403] T 6846f8d642044de39c8dd8af2218f9ab P 175791fa8c9248efa46decd85ed683d0: Time spent bootstrapping tablet: real 0.074s	user 0.020s	sys 0.012s
I20260608 12:41:55.203713 12148 tablet_bootstrap.cc:654] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:55.207273 12149 raft_consensus.cc:359] T 6846f8d642044de39c8dd8af2218f9ab P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.207907 12151 tablet_bootstrap.cc:654] T 53006f9c0a564c6787b82e3c03c8c9cc P 8ef20ccc1cdc4f0e83e5a091dbea17e1: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:55.208022 12149 raft_consensus.cc:385] T 6846f8d642044de39c8dd8af2218f9ab P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:55.208467 12149 raft_consensus.cc:740] T 6846f8d642044de39c8dd8af2218f9ab P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 175791fa8c9248efa46decd85ed683d0, State: Initialized, Role: FOLLOWER
I20260608 12:41:55.209173 12149 consensus_queue.cc:260] T 6846f8d642044de39c8dd8af2218f9ab P 175791fa8c9248efa46decd85ed683d0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.210408 12148 tablet_bootstrap.cc:492] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171: No bootstrap required, opened a new log
I20260608 12:41:55.210983 12148 ts_tablet_manager.cc:1403] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171: Time spent bootstrapping tablet: real 0.029s	user 0.003s	sys 0.007s
I20260608 12:41:55.215090 12149 ts_tablet_manager.cc:1434] T 6846f8d642044de39c8dd8af2218f9ab P 175791fa8c9248efa46decd85ed683d0: Time spent starting tablet: real 0.014s	user 0.008s	sys 0.002s
I20260608 12:41:55.214757 12148 raft_consensus.cc:359] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } } peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } }
I20260608 12:41:55.215685 12148 raft_consensus.cc:385] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:55.216004 12148 raft_consensus.cc:740] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4eba3afabe2844ee9cecc31b1146a171, State: Initialized, Role: FOLLOWER
I20260608 12:41:55.216099 12151 tablet_bootstrap.cc:492] T 53006f9c0a564c6787b82e3c03c8c9cc P 8ef20ccc1cdc4f0e83e5a091dbea17e1: No bootstrap required, opened a new log
I20260608 12:41:55.216198 12149 tablet_bootstrap.cc:492] T 3842b73a0fdc4801b8b488d0c1778b62 P 175791fa8c9248efa46decd85ed683d0: Bootstrap starting.
I20260608 12:41:55.216970 12151 ts_tablet_manager.cc:1403] T 53006f9c0a564c6787b82e3c03c8c9cc P 8ef20ccc1cdc4f0e83e5a091dbea17e1: Time spent bootstrapping tablet: real 0.019s	user 0.012s	sys 0.003s
I20260608 12:41:55.216892 12148 consensus_queue.cc:260] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } } peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } }
I20260608 12:41:55.220211 12151 raft_consensus.cc:359] T 53006f9c0a564c6787b82e3c03c8c9cc P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.221071 12151 raft_consensus.cc:385] T 53006f9c0a564c6787b82e3c03c8c9cc P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:55.221448 12151 raft_consensus.cc:740] T 53006f9c0a564c6787b82e3c03c8c9cc P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8ef20ccc1cdc4f0e83e5a091dbea17e1, State: Initialized, Role: FOLLOWER
I20260608 12:41:55.222380 12151 consensus_queue.cc:260] T 53006f9c0a564c6787b82e3c03c8c9cc P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.223665 12149 tablet_bootstrap.cc:654] T 3842b73a0fdc4801b8b488d0c1778b62 P 175791fa8c9248efa46decd85ed683d0: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:55.244051 12158 raft_consensus.cc:493] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:55.244787 12158 raft_consensus.cc:515] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } } peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } }
I20260608 12:41:55.256753 12148 ts_tablet_manager.cc:1434] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171: Time spent starting tablet: real 0.045s	user 0.015s	sys 0.031s
I20260608 12:41:55.257553 12151 ts_tablet_manager.cc:1434] T 53006f9c0a564c6787b82e3c03c8c9cc P 8ef20ccc1cdc4f0e83e5a091dbea17e1: Time spent starting tablet: real 0.040s	user 0.022s	sys 0.016s
I20260608 12:41:55.258090 12148 tablet_bootstrap.cc:492] T 3842b73a0fdc4801b8b488d0c1778b62 P 4eba3afabe2844ee9cecc31b1146a171: Bootstrap starting.
I20260608 12:41:55.264008 12151 tablet_bootstrap.cc:492] T 2479274be4d44cf1a9448fcd5a220ad6 P 8ef20ccc1cdc4f0e83e5a091dbea17e1: Bootstrap starting.
I20260608 12:41:55.264518 12148 tablet_bootstrap.cc:654] T 3842b73a0fdc4801b8b488d0c1778b62 P 4eba3afabe2844ee9cecc31b1146a171: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:55.267321 12153 raft_consensus.cc:493] T 6846f8d642044de39c8dd8af2218f9ab P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:55.267863 12153 raft_consensus.cc:515] T 6846f8d642044de39c8dd8af2218f9ab P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.271028 12149 tablet_bootstrap.cc:492] T 3842b73a0fdc4801b8b488d0c1778b62 P 175791fa8c9248efa46decd85ed683d0: No bootstrap required, opened a new log
I20260608 12:41:55.271611 12149 ts_tablet_manager.cc:1403] T 3842b73a0fdc4801b8b488d0c1778b62 P 175791fa8c9248efa46decd85ed683d0: Time spent bootstrapping tablet: real 0.056s	user 0.010s	sys 0.029s
I20260608 12:41:55.271903 12151 tablet_bootstrap.cc:654] T 2479274be4d44cf1a9448fcd5a220ad6 P 8ef20ccc1cdc4f0e83e5a091dbea17e1: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:55.274417 12153 leader_election.cc:290] T 6846f8d642044de39c8dd8af2218f9ab P 175791fa8c9248efa46decd85ed683d0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8ef20ccc1cdc4f0e83e5a091dbea17e1 (127.0.107.193:40641), 4eba3afabe2844ee9cecc31b1146a171 (127.0.107.194:34273)
I20260608 12:41:55.274700 12149 raft_consensus.cc:359] T 3842b73a0fdc4801b8b488d0c1778b62 P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.275454 12149 raft_consensus.cc:385] T 3842b73a0fdc4801b8b488d0c1778b62 P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:55.275771 12149 raft_consensus.cc:740] T 3842b73a0fdc4801b8b488d0c1778b62 P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 175791fa8c9248efa46decd85ed683d0, State: Initialized, Role: FOLLOWER
I20260608 12:41:55.276602 12149 consensus_queue.cc:260] T 3842b73a0fdc4801b8b488d0c1778b62 P 175791fa8c9248efa46decd85ed683d0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.278949 12149 ts_tablet_manager.cc:1434] T 3842b73a0fdc4801b8b488d0c1778b62 P 175791fa8c9248efa46decd85ed683d0: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:41:55.281643 12149 tablet_bootstrap.cc:492] T 2479274be4d44cf1a9448fcd5a220ad6 P 175791fa8c9248efa46decd85ed683d0: Bootstrap starting.
I20260608 12:41:55.284425 12151 tablet_bootstrap.cc:492] T 2479274be4d44cf1a9448fcd5a220ad6 P 8ef20ccc1cdc4f0e83e5a091dbea17e1: No bootstrap required, opened a new log
I20260608 12:41:55.285235 12151 ts_tablet_manager.cc:1403] T 2479274be4d44cf1a9448fcd5a220ad6 P 8ef20ccc1cdc4f0e83e5a091dbea17e1: Time spent bootstrapping tablet: real 0.022s	user 0.017s	sys 0.003s
I20260608 12:41:55.288375 12149 tablet_bootstrap.cc:654] T 2479274be4d44cf1a9448fcd5a220ad6 P 175791fa8c9248efa46decd85ed683d0: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:55.288614 12151 raft_consensus.cc:359] T 2479274be4d44cf1a9448fcd5a220ad6 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.289527 12151 raft_consensus.cc:385] T 2479274be4d44cf1a9448fcd5a220ad6 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:55.289842 12151 raft_consensus.cc:740] T 2479274be4d44cf1a9448fcd5a220ad6 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8ef20ccc1cdc4f0e83e5a091dbea17e1, State: Initialized, Role: FOLLOWER
I20260608 12:41:55.290684 12151 consensus_queue.cc:260] T 2479274be4d44cf1a9448fcd5a220ad6 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.298990 12167 raft_consensus.cc:493] T 53006f9c0a564c6787b82e3c03c8c9cc P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:55.299572 12167 raft_consensus.cc:515] T 53006f9c0a564c6787b82e3c03c8c9cc P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.310330 12151 ts_tablet_manager.cc:1434] T 2479274be4d44cf1a9448fcd5a220ad6 P 8ef20ccc1cdc4f0e83e5a091dbea17e1: Time spent starting tablet: real 0.025s	user 0.010s	sys 0.004s
I20260608 12:41:55.315003 12151 tablet_bootstrap.cc:492] T da6305e3e982413187f3d1145ef49c22 P 8ef20ccc1cdc4f0e83e5a091dbea17e1: Bootstrap starting.
W20260608 12:41:55.335453 12055 tablet.cc:2404] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:41:55.339928 12158 leader_election.cc:290] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 175791fa8c9248efa46decd85ed683d0 (127.0.107.195:43789), 8ef20ccc1cdc4f0e83e5a091dbea17e1 (127.0.107.193:40641)
I20260608 12:41:55.358894 12167 leader_election.cc:290] T 53006f9c0a564c6787b82e3c03c8c9cc P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4eba3afabe2844ee9cecc31b1146a171 (127.0.107.194:34273), 175791fa8c9248efa46decd85ed683d0 (127.0.107.195:43789)
I20260608 12:41:55.339816 12151 tablet_bootstrap.cc:654] T da6305e3e982413187f3d1145ef49c22 P 8ef20ccc1cdc4f0e83e5a091dbea17e1: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:55.384184 12151 tablet_bootstrap.cc:492] T da6305e3e982413187f3d1145ef49c22 P 8ef20ccc1cdc4f0e83e5a091dbea17e1: No bootstrap required, opened a new log
I20260608 12:41:55.384842 12151 ts_tablet_manager.cc:1403] T da6305e3e982413187f3d1145ef49c22 P 8ef20ccc1cdc4f0e83e5a091dbea17e1: Time spent bootstrapping tablet: real 0.070s	user 0.010s	sys 0.003s
I20260608 12:41:55.388073 12151 raft_consensus.cc:359] T da6305e3e982413187f3d1145ef49c22 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } } peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } }
I20260608 12:41:55.388855 12151 raft_consensus.cc:385] T da6305e3e982413187f3d1145ef49c22 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:55.389166 12151 raft_consensus.cc:740] T da6305e3e982413187f3d1145ef49c22 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8ef20ccc1cdc4f0e83e5a091dbea17e1, State: Initialized, Role: FOLLOWER
I20260608 12:41:55.394996 12103 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53006f9c0a564c6787b82e3c03c8c9cc" candidate_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "175791fa8c9248efa46decd85ed683d0" is_pre_election: true
I20260608 12:41:55.395376 11954 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6846f8d642044de39c8dd8af2218f9ab" candidate_uuid: "175791fa8c9248efa46decd85ed683d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" is_pre_election: true
W20260608 12:41:55.397012 11917 leader_election.cc:343] T 53006f9c0a564c6787b82e3c03c8c9cc P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 175791fa8c9248efa46decd85ed683d0 (127.0.107.195:43789): Illegal state: must be running to vote when last-logged opid is not known
W20260608 12:41:55.397496 12067 leader_election.cc:343] T 6846f8d642044de39c8dd8af2218f9ab P 175791fa8c9248efa46decd85ed683d0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8ef20ccc1cdc4f0e83e5a091dbea17e1 (127.0.107.193:40641): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:55.398455 12151 consensus_queue.cc:260] T da6305e3e982413187f3d1145ef49c22 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } } peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } }
I20260608 12:41:55.404713 12103 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da6305e3e982413187f3d1145ef49c22" candidate_uuid: "4eba3afabe2844ee9cecc31b1146a171" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "175791fa8c9248efa46decd85ed683d0" is_pre_election: true
W20260608 12:41:55.406405 11992 leader_election.cc:343] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 175791fa8c9248efa46decd85ed683d0 (127.0.107.195:43789): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:55.408564 12151 ts_tablet_manager.cc:1434] T da6305e3e982413187f3d1145ef49c22 P 8ef20ccc1cdc4f0e83e5a091dbea17e1: Time spent starting tablet: real 0.023s	user 0.004s	sys 0.003s
I20260608 12:41:55.417369 12151 tablet_bootstrap.cc:492] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1: Bootstrap starting.
I20260608 12:41:55.418526 12029 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6846f8d642044de39c8dd8af2218f9ab" candidate_uuid: "175791fa8c9248efa46decd85ed683d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4eba3afabe2844ee9cecc31b1146a171" is_pre_election: true
W20260608 12:41:55.420810 12068 leader_election.cc:343] T 6846f8d642044de39c8dd8af2218f9ab P 175791fa8c9248efa46decd85ed683d0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 4eba3afabe2844ee9cecc31b1146a171 (127.0.107.194:34273): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:55.421479 12068 leader_election.cc:304] T 6846f8d642044de39c8dd8af2218f9ab P 175791fa8c9248efa46decd85ed683d0 [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: 175791fa8c9248efa46decd85ed683d0; no voters: 4eba3afabe2844ee9cecc31b1146a171, 8ef20ccc1cdc4f0e83e5a091dbea17e1
I20260608 12:41:55.422451 12153 raft_consensus.cc:2749] T 6846f8d642044de39c8dd8af2218f9ab P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:55.424224 12151 tablet_bootstrap.cc:654] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:55.429193 11954 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da6305e3e982413187f3d1145ef49c22" candidate_uuid: "4eba3afabe2844ee9cecc31b1146a171" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" is_pre_election: true
I20260608 12:41:55.429957 11954 raft_consensus.cc:2468] T da6305e3e982413187f3d1145ef49c22 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4eba3afabe2844ee9cecc31b1146a171 in term 0.
I20260608 12:41:55.431661 11993 leader_election.cc:304] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171 [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: 4eba3afabe2844ee9cecc31b1146a171, 8ef20ccc1cdc4f0e83e5a091dbea17e1; no voters: 175791fa8c9248efa46decd85ed683d0
I20260608 12:41:55.433106 12158 raft_consensus.cc:2804] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:55.433580 12158 raft_consensus.cc:493] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:55.433990 12158 raft_consensus.cc:3060] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:55.436473 12151 tablet_bootstrap.cc:492] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1: No bootstrap required, opened a new log
I20260608 12:41:55.437158 12151 ts_tablet_manager.cc:1403] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1: Time spent bootstrapping tablet: real 0.020s	user 0.012s	sys 0.006s
I20260608 12:41:55.440459 12151 raft_consensus.cc:359] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.441231 12151 raft_consensus.cc:385] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:55.441520 12151 raft_consensus.cc:740] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8ef20ccc1cdc4f0e83e5a091dbea17e1, State: Initialized, Role: FOLLOWER
I20260608 12:41:55.442600 12151 consensus_queue.cc:260] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.448140 12151 ts_tablet_manager.cc:1434] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.000s
I20260608 12:41:55.449324 12151 tablet_bootstrap.cc:492] T 6846f8d642044de39c8dd8af2218f9ab P 8ef20ccc1cdc4f0e83e5a091dbea17e1: Bootstrap starting.
I20260608 12:41:55.451213 12153 raft_consensus.cc:493] T 3842b73a0fdc4801b8b488d0c1778b62 P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:55.451785 12153 raft_consensus.cc:515] T 3842b73a0fdc4801b8b488d0c1778b62 P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.454571 12153 leader_election.cc:290] T 3842b73a0fdc4801b8b488d0c1778b62 P 175791fa8c9248efa46decd85ed683d0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8ef20ccc1cdc4f0e83e5a091dbea17e1 (127.0.107.193:40641), 4eba3afabe2844ee9cecc31b1146a171 (127.0.107.194:34273)
I20260608 12:41:55.456317 11954 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3842b73a0fdc4801b8b488d0c1778b62" candidate_uuid: "175791fa8c9248efa46decd85ed683d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" is_pre_election: true
W20260608 12:41:55.458005 12067 leader_election.cc:343] T 3842b73a0fdc4801b8b488d0c1778b62 P 175791fa8c9248efa46decd85ed683d0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8ef20ccc1cdc4f0e83e5a091dbea17e1 (127.0.107.193:40641): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:55.459926 12029 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3842b73a0fdc4801b8b488d0c1778b62" candidate_uuid: "175791fa8c9248efa46decd85ed683d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4eba3afabe2844ee9cecc31b1146a171" is_pre_election: true
W20260608 12:41:55.461738 12068 leader_election.cc:343] T 3842b73a0fdc4801b8b488d0c1778b62 P 175791fa8c9248efa46decd85ed683d0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 4eba3afabe2844ee9cecc31b1146a171 (127.0.107.194:34273): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:55.462301 12068 leader_election.cc:304] T 3842b73a0fdc4801b8b488d0c1778b62 P 175791fa8c9248efa46decd85ed683d0 [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: 175791fa8c9248efa46decd85ed683d0; no voters: 4eba3afabe2844ee9cecc31b1146a171, 8ef20ccc1cdc4f0e83e5a091dbea17e1
I20260608 12:41:55.462993 12151 tablet_bootstrap.cc:654] T 6846f8d642044de39c8dd8af2218f9ab P 8ef20ccc1cdc4f0e83e5a091dbea17e1: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:55.463156 12153 raft_consensus.cc:2749] T 3842b73a0fdc4801b8b488d0c1778b62 P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:55.466940 12149 tablet_bootstrap.cc:492] T 2479274be4d44cf1a9448fcd5a220ad6 P 175791fa8c9248efa46decd85ed683d0: No bootstrap required, opened a new log
I20260608 12:41:55.467500 12149 ts_tablet_manager.cc:1403] T 2479274be4d44cf1a9448fcd5a220ad6 P 175791fa8c9248efa46decd85ed683d0: Time spent bootstrapping tablet: real 0.186s	user 0.069s	sys 0.113s
I20260608 12:41:55.467691 12158 raft_consensus.cc:515] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } } peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } }
I20260608 12:41:55.470938 12149 raft_consensus.cc:359] T 2479274be4d44cf1a9448fcd5a220ad6 P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.471629 12148 tablet_bootstrap.cc:492] T 3842b73a0fdc4801b8b488d0c1778b62 P 4eba3afabe2844ee9cecc31b1146a171: No bootstrap required, opened a new log
I20260608 12:41:55.471710 12149 raft_consensus.cc:385] T 2479274be4d44cf1a9448fcd5a220ad6 P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:55.472301 12148 ts_tablet_manager.cc:1403] T 3842b73a0fdc4801b8b488d0c1778b62 P 4eba3afabe2844ee9cecc31b1146a171: Time spent bootstrapping tablet: real 0.214s	user 0.095s	sys 0.114s
I20260608 12:41:55.471933 12151 tablet_bootstrap.cc:492] T 6846f8d642044de39c8dd8af2218f9ab P 8ef20ccc1cdc4f0e83e5a091dbea17e1: No bootstrap required, opened a new log
I20260608 12:41:55.472383 12149 raft_consensus.cc:740] T 2479274be4d44cf1a9448fcd5a220ad6 P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 175791fa8c9248efa46decd85ed683d0, State: Initialized, Role: FOLLOWER
I20260608 12:41:55.473105 12151 ts_tablet_manager.cc:1403] T 6846f8d642044de39c8dd8af2218f9ab P 8ef20ccc1cdc4f0e83e5a091dbea17e1: Time spent bootstrapping tablet: real 0.024s	user 0.008s	sys 0.007s
I20260608 12:41:55.474040 12029 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53006f9c0a564c6787b82e3c03c8c9cc" candidate_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4eba3afabe2844ee9cecc31b1146a171" is_pre_election: true
I20260608 12:41:55.473687 12149 consensus_queue.cc:260] T 2479274be4d44cf1a9448fcd5a220ad6 P 175791fa8c9248efa46decd85ed683d0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
W20260608 12:41:55.475636 11919 leader_election.cc:343] T 53006f9c0a564c6787b82e3c03c8c9cc P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 4eba3afabe2844ee9cecc31b1146a171 (127.0.107.194:34273): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:55.475512 12148 raft_consensus.cc:359] T 3842b73a0fdc4801b8b488d0c1778b62 P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.476200 11919 leader_election.cc:304] T 53006f9c0a564c6787b82e3c03c8c9cc P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [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: 8ef20ccc1cdc4f0e83e5a091dbea17e1; no voters: 175791fa8c9248efa46decd85ed683d0, 4eba3afabe2844ee9cecc31b1146a171
I20260608 12:41:55.476266 12148 raft_consensus.cc:385] T 3842b73a0fdc4801b8b488d0c1778b62 P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:55.476836 12103 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da6305e3e982413187f3d1145ef49c22" candidate_uuid: "4eba3afabe2844ee9cecc31b1146a171" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "175791fa8c9248efa46decd85ed683d0"
I20260608 12:41:55.477326 12148 raft_consensus.cc:740] T 3842b73a0fdc4801b8b488d0c1778b62 P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4eba3afabe2844ee9cecc31b1146a171, State: Initialized, Role: FOLLOWER
I20260608 12:41:55.477540 12167 raft_consensus.cc:2749] T 53006f9c0a564c6787b82e3c03c8c9cc P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:55.478241 12149 ts_tablet_manager.cc:1434] T 2479274be4d44cf1a9448fcd5a220ad6 P 175791fa8c9248efa46decd85ed683d0: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.003s
I20260608 12:41:55.478259 12148 consensus_queue.cc:260] T 3842b73a0fdc4801b8b488d0c1778b62 P 4eba3afabe2844ee9cecc31b1146a171 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.479453 12149 tablet_bootstrap.cc:492] T da6305e3e982413187f3d1145ef49c22 P 175791fa8c9248efa46decd85ed683d0: Bootstrap starting.
I20260608 12:41:55.479905 12151 raft_consensus.cc:359] T 6846f8d642044de39c8dd8af2218f9ab P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.480890 12148 ts_tablet_manager.cc:1434] T 3842b73a0fdc4801b8b488d0c1778b62 P 4eba3afabe2844ee9cecc31b1146a171: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.005s
I20260608 12:41:55.482503 11954 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da6305e3e982413187f3d1145ef49c22" candidate_uuid: "4eba3afabe2844ee9cecc31b1146a171" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1"
W20260608 12:41:55.482685 11992 leader_election.cc:343] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 175791fa8c9248efa46decd85ed683d0 (127.0.107.195:43789): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:55.483100 11954 raft_consensus.cc:3060] T da6305e3e982413187f3d1145ef49c22 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:55.483494 12148 tablet_bootstrap.cc:492] T 6846f8d642044de39c8dd8af2218f9ab P 4eba3afabe2844ee9cecc31b1146a171: Bootstrap starting.
I20260608 12:41:55.480631 12151 raft_consensus.cc:385] T 6846f8d642044de39c8dd8af2218f9ab P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:55.488801 12158 leader_election.cc:290] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171 [CANDIDATE]: Term 1 election: Requested vote from peers 175791fa8c9248efa46decd85ed683d0 (127.0.107.195:43789), 8ef20ccc1cdc4f0e83e5a091dbea17e1 (127.0.107.193:40641)
I20260608 12:41:55.489506 12151 raft_consensus.cc:740] T 6846f8d642044de39c8dd8af2218f9ab P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8ef20ccc1cdc4f0e83e5a091dbea17e1, State: Initialized, Role: FOLLOWER
I20260608 12:41:55.492192 12149 tablet_bootstrap.cc:654] T da6305e3e982413187f3d1145ef49c22 P 175791fa8c9248efa46decd85ed683d0: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:55.495290 11954 raft_consensus.cc:2468] T da6305e3e982413187f3d1145ef49c22 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4eba3afabe2844ee9cecc31b1146a171 in term 1.
I20260608 12:41:55.496508 12148 tablet_bootstrap.cc:654] T 6846f8d642044de39c8dd8af2218f9ab P 4eba3afabe2844ee9cecc31b1146a171: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:55.496477 11993 leader_election.cc:304] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171 [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: 4eba3afabe2844ee9cecc31b1146a171, 8ef20ccc1cdc4f0e83e5a091dbea17e1; no voters: 175791fa8c9248efa46decd85ed683d0
I20260608 12:41:55.498381 12158 raft_consensus.cc:2804] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:55.499269 12158 raft_consensus.cc:697] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171 [term 1 LEADER]: Becoming Leader. State: Replica: 4eba3afabe2844ee9cecc31b1146a171, State: Running, Role: LEADER
I20260608 12:41:55.500267 12149 tablet_bootstrap.cc:492] T da6305e3e982413187f3d1145ef49c22 P 175791fa8c9248efa46decd85ed683d0: No bootstrap required, opened a new log
I20260608 12:41:55.500155 12158 consensus_queue.cc:237] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } } peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } }
I20260608 12:41:55.491400 12151 consensus_queue.cc:260] T 6846f8d642044de39c8dd8af2218f9ab P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.502765 12151 ts_tablet_manager.cc:1434] T 6846f8d642044de39c8dd8af2218f9ab P 8ef20ccc1cdc4f0e83e5a091dbea17e1: Time spent starting tablet: real 0.029s	user 0.004s	sys 0.002s
I20260608 12:41:55.503819 12151 tablet_bootstrap.cc:492] T 3842b73a0fdc4801b8b488d0c1778b62 P 8ef20ccc1cdc4f0e83e5a091dbea17e1: Bootstrap starting.
I20260608 12:41:55.510339 12151 tablet_bootstrap.cc:654] T 3842b73a0fdc4801b8b488d0c1778b62 P 8ef20ccc1cdc4f0e83e5a091dbea17e1: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:55.500849 12149 ts_tablet_manager.cc:1403] T da6305e3e982413187f3d1145ef49c22 P 175791fa8c9248efa46decd85ed683d0: Time spent bootstrapping tablet: real 0.022s	user 0.011s	sys 0.000s
I20260608 12:41:55.514541 12148 tablet_bootstrap.cc:492] T 6846f8d642044de39c8dd8af2218f9ab P 4eba3afabe2844ee9cecc31b1146a171: No bootstrap required, opened a new log
I20260608 12:41:55.515053 12148 ts_tablet_manager.cc:1403] T 6846f8d642044de39c8dd8af2218f9ab P 4eba3afabe2844ee9cecc31b1146a171: Time spent bootstrapping tablet: real 0.032s	user 0.010s	sys 0.012s
I20260608 12:41:55.515915 12149 raft_consensus.cc:359] T da6305e3e982413187f3d1145ef49c22 P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } } peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } }
I20260608 12:41:55.516690 12149 raft_consensus.cc:385] T da6305e3e982413187f3d1145ef49c22 P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:55.517009 12149 raft_consensus.cc:740] T da6305e3e982413187f3d1145ef49c22 P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 175791fa8c9248efa46decd85ed683d0, State: Initialized, Role: FOLLOWER
I20260608 12:41:55.518002 12148 raft_consensus.cc:359] T 6846f8d642044de39c8dd8af2218f9ab P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.517939 12149 consensus_queue.cc:260] T da6305e3e982413187f3d1145ef49c22 P 175791fa8c9248efa46decd85ed683d0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } } peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } }
I20260608 12:41:55.518774 12148 raft_consensus.cc:385] T 6846f8d642044de39c8dd8af2218f9ab P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:55.519138 12148 raft_consensus.cc:740] T 6846f8d642044de39c8dd8af2218f9ab P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4eba3afabe2844ee9cecc31b1146a171, State: Initialized, Role: FOLLOWER
I20260608 12:41:55.519920 12148 consensus_queue.cc:260] T 6846f8d642044de39c8dd8af2218f9ab P 4eba3afabe2844ee9cecc31b1146a171 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.521555 12158 raft_consensus.cc:493] T 3842b73a0fdc4801b8b488d0c1778b62 P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:55.522246 12151 tablet_bootstrap.cc:492] T 3842b73a0fdc4801b8b488d0c1778b62 P 8ef20ccc1cdc4f0e83e5a091dbea17e1: No bootstrap required, opened a new log
I20260608 12:41:55.522010 12158 raft_consensus.cc:515] T 3842b73a0fdc4801b8b488d0c1778b62 P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.522456 12148 ts_tablet_manager.cc:1434] T 6846f8d642044de39c8dd8af2218f9ab P 4eba3afabe2844ee9cecc31b1146a171: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:41:55.522779 12151 ts_tablet_manager.cc:1403] T 3842b73a0fdc4801b8b488d0c1778b62 P 8ef20ccc1cdc4f0e83e5a091dbea17e1: Time spent bootstrapping tablet: real 0.019s	user 0.012s	sys 0.000s
I20260608 12:41:55.523533 12148 tablet_bootstrap.cc:492] T 53006f9c0a564c6787b82e3c03c8c9cc P 4eba3afabe2844ee9cecc31b1146a171: Bootstrap starting.
I20260608 12:41:55.524335 12158 leader_election.cc:290] T 3842b73a0fdc4801b8b488d0c1778b62 P 4eba3afabe2844ee9cecc31b1146a171 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8ef20ccc1cdc4f0e83e5a091dbea17e1 (127.0.107.193:40641), 175791fa8c9248efa46decd85ed683d0 (127.0.107.195:43789)
I20260608 12:41:55.525118 11954 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3842b73a0fdc4801b8b488d0c1778b62" candidate_uuid: "4eba3afabe2844ee9cecc31b1146a171" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" is_pre_election: true
I20260608 12:41:55.516943 11851 catalog_manager.cc:5696] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171 reported cstate change: term changed from 0 to 1, leader changed from <none> to 4eba3afabe2844ee9cecc31b1146a171 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "4eba3afabe2844ee9cecc31b1146a171" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:55.526091 12151 raft_consensus.cc:359] T 3842b73a0fdc4801b8b488d0c1778b62 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.526907 12151 raft_consensus.cc:385] T 3842b73a0fdc4801b8b488d0c1778b62 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:55.525382 12149 ts_tablet_manager.cc:1434] T da6305e3e982413187f3d1145ef49c22 P 175791fa8c9248efa46decd85ed683d0: Time spent starting tablet: real 0.012s	user 0.007s	sys 0.000s
I20260608 12:41:55.527390 12151 raft_consensus.cc:740] T 3842b73a0fdc4801b8b488d0c1778b62 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8ef20ccc1cdc4f0e83e5a091dbea17e1, State: Initialized, Role: FOLLOWER
I20260608 12:41:55.526880 12103 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3842b73a0fdc4801b8b488d0c1778b62" candidate_uuid: "4eba3afabe2844ee9cecc31b1146a171" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "175791fa8c9248efa46decd85ed683d0" is_pre_election: true
W20260608 12:41:55.527719 11993 leader_election.cc:343] T 3842b73a0fdc4801b8b488d0c1778b62 P 4eba3afabe2844ee9cecc31b1146a171 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8ef20ccc1cdc4f0e83e5a091dbea17e1 (127.0.107.193:40641): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:55.528429 12151 consensus_queue.cc:260] T 3842b73a0fdc4801b8b488d0c1778b62 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.528368 12149 tablet_bootstrap.cc:492] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0: Bootstrap starting.
I20260608 12:41:55.528432 12103 raft_consensus.cc:2468] T 3842b73a0fdc4801b8b488d0c1778b62 P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4eba3afabe2844ee9cecc31b1146a171 in term 0.
I20260608 12:41:55.530663 12148 tablet_bootstrap.cc:654] T 53006f9c0a564c6787b82e3c03c8c9cc P 4eba3afabe2844ee9cecc31b1146a171: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:55.530691 11992 leader_election.cc:304] T 3842b73a0fdc4801b8b488d0c1778b62 P 4eba3afabe2844ee9cecc31b1146a171 [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: 175791fa8c9248efa46decd85ed683d0, 4eba3afabe2844ee9cecc31b1146a171; no voters: 8ef20ccc1cdc4f0e83e5a091dbea17e1
I20260608 12:41:55.533380 12151 ts_tablet_manager.cc:1434] T 3842b73a0fdc4801b8b488d0c1778b62 P 8ef20ccc1cdc4f0e83e5a091dbea17e1: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.003s
I20260608 12:41:55.537323 12153 raft_consensus.cc:493] T da6305e3e982413187f3d1145ef49c22 P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:55.537657 12149 tablet_bootstrap.cc:654] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:55.541282 12153 raft_consensus.cc:515] T da6305e3e982413187f3d1145ef49c22 P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } } peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } }
I20260608 12:41:55.543704 12153 leader_election.cc:290] T da6305e3e982413187f3d1145ef49c22 P 175791fa8c9248efa46decd85ed683d0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8ef20ccc1cdc4f0e83e5a091dbea17e1 (127.0.107.193:40641), 4eba3afabe2844ee9cecc31b1146a171 (127.0.107.194:34273)
I20260608 12:41:55.544499 12148 tablet_bootstrap.cc:492] T 53006f9c0a564c6787b82e3c03c8c9cc P 4eba3afabe2844ee9cecc31b1146a171: No bootstrap required, opened a new log
I20260608 12:41:55.545182 12148 ts_tablet_manager.cc:1403] T 53006f9c0a564c6787b82e3c03c8c9cc P 4eba3afabe2844ee9cecc31b1146a171: Time spent bootstrapping tablet: real 0.022s	user 0.013s	sys 0.007s
I20260608 12:41:55.545454 11954 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da6305e3e982413187f3d1145ef49c22" candidate_uuid: "175791fa8c9248efa46decd85ed683d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" is_pre_election: true
I20260608 12:41:55.546262 11954 raft_consensus.cc:2393] T da6305e3e982413187f3d1145ef49c22 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 175791fa8c9248efa46decd85ed683d0 in current term 1: Already voted for candidate 4eba3afabe2844ee9cecc31b1146a171 in this term.
I20260608 12:41:55.547917 12158 raft_consensus.cc:2804] T 3842b73a0fdc4801b8b488d0c1778b62 P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:55.548306 12029 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da6305e3e982413187f3d1145ef49c22" candidate_uuid: "175791fa8c9248efa46decd85ed683d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4eba3afabe2844ee9cecc31b1146a171" is_pre_election: true
I20260608 12:41:55.549677 12148 raft_consensus.cc:359] T 53006f9c0a564c6787b82e3c03c8c9cc P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.550071 12068 leader_election.cc:304] T da6305e3e982413187f3d1145ef49c22 P 175791fa8c9248efa46decd85ed683d0 [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: 175791fa8c9248efa46decd85ed683d0; no voters: 4eba3afabe2844ee9cecc31b1146a171, 8ef20ccc1cdc4f0e83e5a091dbea17e1
I20260608 12:41:55.550626 12148 raft_consensus.cc:385] T 53006f9c0a564c6787b82e3c03c8c9cc P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:55.551131 12149 tablet_bootstrap.cc:492] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0: No bootstrap required, opened a new log
I20260608 12:41:55.551192 12148 raft_consensus.cc:740] T 53006f9c0a564c6787b82e3c03c8c9cc P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4eba3afabe2844ee9cecc31b1146a171, State: Initialized, Role: FOLLOWER
I20260608 12:41:55.551594 12153 raft_consensus.cc:3060] T da6305e3e982413187f3d1145ef49c22 P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:55.551900 12149 ts_tablet_manager.cc:1403] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0: Time spent bootstrapping tablet: real 0.024s	user 0.008s	sys 0.005s
I20260608 12:41:55.552554 12148 consensus_queue.cc:260] T 53006f9c0a564c6787b82e3c03c8c9cc P 4eba3afabe2844ee9cecc31b1146a171 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.548346 12158 raft_consensus.cc:493] T 3842b73a0fdc4801b8b488d0c1778b62 P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:55.553658 12158 raft_consensus.cc:3060] T 3842b73a0fdc4801b8b488d0c1778b62 P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:55.556484 12148 ts_tablet_manager.cc:1434] T 53006f9c0a564c6787b82e3c03c8c9cc P 4eba3afabe2844ee9cecc31b1146a171: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.001s
I20260608 12:41:55.556965 12149 raft_consensus.cc:359] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.557556 12148 tablet_bootstrap.cc:492] T 0f2f9e5dbcab4244881cf0345031d349 P 4eba3afabe2844ee9cecc31b1146a171: Bootstrap starting.
I20260608 12:41:55.557844 12149 raft_consensus.cc:385] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:55.558213 12149 raft_consensus.cc:740] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 175791fa8c9248efa46decd85ed683d0, State: Initialized, Role: FOLLOWER
I20260608 12:41:55.559147 12149 consensus_queue.cc:260] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.565240 12148 tablet_bootstrap.cc:654] T 0f2f9e5dbcab4244881cf0345031d349 P 4eba3afabe2844ee9cecc31b1146a171: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:55.567019 12153 raft_consensus.cc:2749] T da6305e3e982413187f3d1145ef49c22 P 175791fa8c9248efa46decd85ed683d0 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:55.570165 12158 raft_consensus.cc:515] T 3842b73a0fdc4801b8b488d0c1778b62 P 4eba3afabe2844ee9cecc31b1146a171 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.572268 12148 tablet_bootstrap.cc:492] T 0f2f9e5dbcab4244881cf0345031d349 P 4eba3afabe2844ee9cecc31b1146a171: No bootstrap required, opened a new log
I20260608 12:41:55.572907 12148 ts_tablet_manager.cc:1403] T 0f2f9e5dbcab4244881cf0345031d349 P 4eba3afabe2844ee9cecc31b1146a171: Time spent bootstrapping tablet: real 0.016s	user 0.007s	sys 0.007s
I20260608 12:41:55.573232 11954 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3842b73a0fdc4801b8b488d0c1778b62" candidate_uuid: "4eba3afabe2844ee9cecc31b1146a171" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1"
I20260608 12:41:55.574358 11954 raft_consensus.cc:3060] T 3842b73a0fdc4801b8b488d0c1778b62 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:55.576990 12149 ts_tablet_manager.cc:1434] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0: Time spent starting tablet: real 0.025s	user 0.010s	sys 0.011s
I20260608 12:41:55.577440 12148 raft_consensus.cc:359] T 0f2f9e5dbcab4244881cf0345031d349 P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.578006 12148 raft_consensus.cc:385] T 0f2f9e5dbcab4244881cf0345031d349 P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:55.578172 12149 tablet_bootstrap.cc:492] T 0f2f9e5dbcab4244881cf0345031d349 P 175791fa8c9248efa46decd85ed683d0: Bootstrap starting.
I20260608 12:41:55.578305 12148 raft_consensus.cc:740] T 0f2f9e5dbcab4244881cf0345031d349 P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4eba3afabe2844ee9cecc31b1146a171, State: Initialized, Role: FOLLOWER
I20260608 12:41:55.579499 12148 consensus_queue.cc:260] T 0f2f9e5dbcab4244881cf0345031d349 P 4eba3afabe2844ee9cecc31b1146a171 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.581971 12148 ts_tablet_manager.cc:1434] T 0f2f9e5dbcab4244881cf0345031d349 P 4eba3afabe2844ee9cecc31b1146a171: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260608 12:41:55.583083 12148 tablet_bootstrap.cc:492] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171: Bootstrap starting.
I20260608 12:41:55.585180 12149 tablet_bootstrap.cc:654] T 0f2f9e5dbcab4244881cf0345031d349 P 175791fa8c9248efa46decd85ed683d0: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:55.589159 12148 tablet_bootstrap.cc:654] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:55.589787 12155 raft_consensus.cc:493] T 6846f8d642044de39c8dd8af2218f9ab P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:55.590319 12155 raft_consensus.cc:515] T 6846f8d642044de39c8dd8af2218f9ab P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.594662 11953 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6846f8d642044de39c8dd8af2218f9ab" candidate_uuid: "4eba3afabe2844ee9cecc31b1146a171" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" is_pre_election: true
I20260608 12:41:55.595425 11953 raft_consensus.cc:2468] T 6846f8d642044de39c8dd8af2218f9ab P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4eba3afabe2844ee9cecc31b1146a171 in term 0.
W20260608 12:41:55.582006 11900 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:41:55.598047 12103 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6846f8d642044de39c8dd8af2218f9ab" candidate_uuid: "4eba3afabe2844ee9cecc31b1146a171" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "175791fa8c9248efa46decd85ed683d0" is_pre_election: true
I20260608 12:41:55.598814 12103 raft_consensus.cc:2468] T 6846f8d642044de39c8dd8af2218f9ab P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4eba3afabe2844ee9cecc31b1146a171 in term 0.
I20260608 12:41:55.592537 12155 leader_election.cc:290] T 6846f8d642044de39c8dd8af2218f9ab P 4eba3afabe2844ee9cecc31b1146a171 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8ef20ccc1cdc4f0e83e5a091dbea17e1 (127.0.107.193:40641), 175791fa8c9248efa46decd85ed683d0 (127.0.107.195:43789)
I20260608 12:41:55.596982 11993 leader_election.cc:304] T 6846f8d642044de39c8dd8af2218f9ab P 4eba3afabe2844ee9cecc31b1146a171 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4eba3afabe2844ee9cecc31b1146a171, 8ef20ccc1cdc4f0e83e5a091dbea17e1; no voters: 
I20260608 12:41:55.602526 12158 leader_election.cc:290] T 3842b73a0fdc4801b8b488d0c1778b62 P 4eba3afabe2844ee9cecc31b1146a171 [CANDIDATE]: Term 1 election: Requested vote from peers 8ef20ccc1cdc4f0e83e5a091dbea17e1 (127.0.107.193:40641), 175791fa8c9248efa46decd85ed683d0 (127.0.107.195:43789)
I20260608 12:41:55.603233 12158 raft_consensus.cc:2804] T 6846f8d642044de39c8dd8af2218f9ab P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:55.603606 12158 raft_consensus.cc:493] T 6846f8d642044de39c8dd8af2218f9ab P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:55.603963 12158 raft_consensus.cc:3060] T 6846f8d642044de39c8dd8af2218f9ab P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:55.605587 12103 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3842b73a0fdc4801b8b488d0c1778b62" candidate_uuid: "4eba3afabe2844ee9cecc31b1146a171" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "175791fa8c9248efa46decd85ed683d0"
I20260608 12:41:55.606237 12103 raft_consensus.cc:3060] T 3842b73a0fdc4801b8b488d0c1778b62 P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:55.600472 11954 raft_consensus.cc:2468] T 3842b73a0fdc4801b8b488d0c1778b62 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4eba3afabe2844ee9cecc31b1146a171 in term 1.
I20260608 12:41:55.613790 11993 leader_election.cc:304] T 3842b73a0fdc4801b8b488d0c1778b62 P 4eba3afabe2844ee9cecc31b1146a171 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4eba3afabe2844ee9cecc31b1146a171, 8ef20ccc1cdc4f0e83e5a091dbea17e1; no voters: 
I20260608 12:41:55.614830 12155 raft_consensus.cc:2804] T 3842b73a0fdc4801b8b488d0c1778b62 P 4eba3afabe2844ee9cecc31b1146a171 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:55.618026 12158 raft_consensus.cc:515] T 6846f8d642044de39c8dd8af2218f9ab P 4eba3afabe2844ee9cecc31b1146a171 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.621326 11954 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6846f8d642044de39c8dd8af2218f9ab" candidate_uuid: "4eba3afabe2844ee9cecc31b1146a171" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1"
I20260608 12:41:55.622008 11954 raft_consensus.cc:3060] T 6846f8d642044de39c8dd8af2218f9ab P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:55.623296 12149 tablet_bootstrap.cc:492] T 0f2f9e5dbcab4244881cf0345031d349 P 175791fa8c9248efa46decd85ed683d0: No bootstrap required, opened a new log
I20260608 12:41:55.624171 12148 tablet_bootstrap.cc:492] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171: No bootstrap required, opened a new log
I20260608 12:41:55.624105 12158 leader_election.cc:290] T 6846f8d642044de39c8dd8af2218f9ab P 4eba3afabe2844ee9cecc31b1146a171 [CANDIDATE]: Term 1 election: Requested vote from peers 8ef20ccc1cdc4f0e83e5a091dbea17e1 (127.0.107.193:40641), 175791fa8c9248efa46decd85ed683d0 (127.0.107.195:43789)
I20260608 12:41:55.624401 12102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6846f8d642044de39c8dd8af2218f9ab" candidate_uuid: "4eba3afabe2844ee9cecc31b1146a171" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "175791fa8c9248efa46decd85ed683d0"
I20260608 12:41:55.625066 12148 ts_tablet_manager.cc:1403] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171: Time spent bootstrapping tablet: real 0.042s	user 0.019s	sys 0.022s
I20260608 12:41:55.625231 12102 raft_consensus.cc:3060] T 6846f8d642044de39c8dd8af2218f9ab P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:55.628180 12148 raft_consensus.cc:359] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.628886 12148 raft_consensus.cc:385] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:55.628839 11954 raft_consensus.cc:2468] T 6846f8d642044de39c8dd8af2218f9ab P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4eba3afabe2844ee9cecc31b1146a171 in term 1.
I20260608 12:41:55.629418 12148 raft_consensus.cc:740] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4eba3afabe2844ee9cecc31b1146a171, State: Initialized, Role: FOLLOWER
I20260608 12:41:55.620216 12103 raft_consensus.cc:2468] T 3842b73a0fdc4801b8b488d0c1778b62 P 175791fa8c9248efa46decd85ed683d0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4eba3afabe2844ee9cecc31b1146a171 in term 1.
I20260608 12:41:55.630390 11993 leader_election.cc:304] T 6846f8d642044de39c8dd8af2218f9ab P 4eba3afabe2844ee9cecc31b1146a171 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4eba3afabe2844ee9cecc31b1146a171, 8ef20ccc1cdc4f0e83e5a091dbea17e1; no voters: 
I20260608 12:41:55.630223 12148 consensus_queue.cc:260] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.630609 12102 raft_consensus.cc:2468] T 6846f8d642044de39c8dd8af2218f9ab P 175791fa8c9248efa46decd85ed683d0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4eba3afabe2844ee9cecc31b1146a171 in term 1.
I20260608 12:41:55.631394 12158 raft_consensus.cc:2804] T 6846f8d642044de39c8dd8af2218f9ab P 4eba3afabe2844ee9cecc31b1146a171 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:55.623804 12149 ts_tablet_manager.cc:1403] T 0f2f9e5dbcab4244881cf0345031d349 P 175791fa8c9248efa46decd85ed683d0: Time spent bootstrapping tablet: real 0.046s	user 0.024s	sys 0.018s
I20260608 12:41:55.632603 12148 ts_tablet_manager.cc:1434] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:41:55.635673 12167 raft_consensus.cc:493] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:55.636220 12167 raft_consensus.cc:515] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.637406 12155 raft_consensus.cc:697] T 3842b73a0fdc4801b8b488d0c1778b62 P 4eba3afabe2844ee9cecc31b1146a171 [term 1 LEADER]: Becoming Leader. State: Replica: 4eba3afabe2844ee9cecc31b1146a171, State: Running, Role: LEADER
I20260608 12:41:55.634931 12149 raft_consensus.cc:359] T 0f2f9e5dbcab4244881cf0345031d349 P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.638010 12149 raft_consensus.cc:385] T 0f2f9e5dbcab4244881cf0345031d349 P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:55.638389 12149 raft_consensus.cc:740] T 0f2f9e5dbcab4244881cf0345031d349 P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 175791fa8c9248efa46decd85ed683d0, State: Initialized, Role: FOLLOWER
I20260608 12:41:55.638237 12155 consensus_queue.cc:237] T 3842b73a0fdc4801b8b488d0c1778b62 P 4eba3afabe2844ee9cecc31b1146a171 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.639341 12158 raft_consensus.cc:697] T 6846f8d642044de39c8dd8af2218f9ab P 4eba3afabe2844ee9cecc31b1146a171 [term 1 LEADER]: Becoming Leader. State: Replica: 4eba3afabe2844ee9cecc31b1146a171, State: Running, Role: LEADER
I20260608 12:41:55.640196 12029 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f2f9e5dbcab4244881cf0345031d349" candidate_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4eba3afabe2844ee9cecc31b1146a171" is_pre_election: true
I20260608 12:41:55.640447 12167 leader_election.cc:290] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4eba3afabe2844ee9cecc31b1146a171 (127.0.107.194:34273), 175791fa8c9248efa46decd85ed683d0 (127.0.107.195:43789)
I20260608 12:41:55.640581 12103 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f2f9e5dbcab4244881cf0345031d349" candidate_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "175791fa8c9248efa46decd85ed683d0" is_pre_election: true
I20260608 12:41:55.641019 12029 raft_consensus.cc:2468] T 0f2f9e5dbcab4244881cf0345031d349 P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8ef20ccc1cdc4f0e83e5a091dbea17e1 in term 0.
I20260608 12:41:55.641115 12188 raft_consensus.cc:493] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:55.641755 12188 raft_consensus.cc:515] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.639356 12149 consensus_queue.cc:260] T 0f2f9e5dbcab4244881cf0345031d349 P 175791fa8c9248efa46decd85ed683d0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.642355 11919 leader_election.cc:304] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4eba3afabe2844ee9cecc31b1146a171, 8ef20ccc1cdc4f0e83e5a091dbea17e1; no voters: 
I20260608 12:41:55.642961 12103 raft_consensus.cc:2468] T 0f2f9e5dbcab4244881cf0345031d349 P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8ef20ccc1cdc4f0e83e5a091dbea17e1 in term 0.
I20260608 12:41:55.643218 12167 raft_consensus.cc:2804] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:55.643702 12167 raft_consensus.cc:493] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:55.644069 12167 raft_consensus.cc:3060] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:55.640198 12158 consensus_queue.cc:237] T 6846f8d642044de39c8dd8af2218f9ab P 4eba3afabe2844ee9cecc31b1146a171 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.649600 11954 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2479274be4d44cf1a9448fcd5a220ad6" candidate_uuid: "4eba3afabe2844ee9cecc31b1146a171" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" is_pre_election: true
I20260608 12:41:55.650236 11954 raft_consensus.cc:2468] T 2479274be4d44cf1a9448fcd5a220ad6 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4eba3afabe2844ee9cecc31b1146a171 in term 0.
I20260608 12:41:55.651494 11993 leader_election.cc:304] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4eba3afabe2844ee9cecc31b1146a171, 8ef20ccc1cdc4f0e83e5a091dbea17e1; no voters: 
I20260608 12:41:55.652392 12155 raft_consensus.cc:2804] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:55.652751 12155 raft_consensus.cc:493] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:55.653121 12155 raft_consensus.cc:3060] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:55.650238 12188 leader_election.cc:290] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8ef20ccc1cdc4f0e83e5a091dbea17e1 (127.0.107.193:40641), 175791fa8c9248efa46decd85ed683d0 (127.0.107.195:43789)
I20260608 12:41:55.656219 12149 ts_tablet_manager.cc:1434] T 0f2f9e5dbcab4244881cf0345031d349 P 175791fa8c9248efa46decd85ed683d0: Time spent starting tablet: real 0.024s	user 0.005s	sys 0.001s
I20260608 12:41:55.657168 11850 catalog_manager.cc:5696] T 3842b73a0fdc4801b8b488d0c1778b62 P 4eba3afabe2844ee9cecc31b1146a171 reported cstate change: term changed from 0 to 1, leader changed from <none> to 4eba3afabe2844ee9cecc31b1146a171 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "4eba3afabe2844ee9cecc31b1146a171" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:55.659269 12167 raft_consensus.cc:515] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.660374 12155 raft_consensus.cc:515] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.661216 12103 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2479274be4d44cf1a9448fcd5a220ad6" candidate_uuid: "4eba3afabe2844ee9cecc31b1146a171" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "175791fa8c9248efa46decd85ed683d0" is_pre_election: true
I20260608 12:41:55.661871 12103 raft_consensus.cc:2468] T 2479274be4d44cf1a9448fcd5a220ad6 P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4eba3afabe2844ee9cecc31b1146a171 in term 0.
I20260608 12:41:55.663367 12167 leader_election.cc:290] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [CANDIDATE]: Term 1 election: Requested vote from peers 4eba3afabe2844ee9cecc31b1146a171 (127.0.107.194:34273), 175791fa8c9248efa46decd85ed683d0 (127.0.107.195:43789)
I20260608 12:41:55.663857 12155 leader_election.cc:290] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171 [CANDIDATE]: Term 1 election: Requested vote from peers 8ef20ccc1cdc4f0e83e5a091dbea17e1 (127.0.107.193:40641), 175791fa8c9248efa46decd85ed683d0 (127.0.107.195:43789)
I20260608 12:41:55.664191 12029 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f2f9e5dbcab4244881cf0345031d349" candidate_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4eba3afabe2844ee9cecc31b1146a171"
I20260608 12:41:55.664892 12029 raft_consensus.cc:3060] T 0f2f9e5dbcab4244881cf0345031d349 P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:55.665516 12102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2479274be4d44cf1a9448fcd5a220ad6" candidate_uuid: "4eba3afabe2844ee9cecc31b1146a171" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "175791fa8c9248efa46decd85ed683d0"
I20260608 12:41:55.666079 12102 raft_consensus.cc:3060] T 2479274be4d44cf1a9448fcd5a220ad6 P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:55.663259 11954 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2479274be4d44cf1a9448fcd5a220ad6" candidate_uuid: "4eba3afabe2844ee9cecc31b1146a171" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1"
I20260608 12:41:55.666946 11954 raft_consensus.cc:3060] T 2479274be4d44cf1a9448fcd5a220ad6 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:55.672681 12029 raft_consensus.cc:2468] T 0f2f9e5dbcab4244881cf0345031d349 P 4eba3afabe2844ee9cecc31b1146a171 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8ef20ccc1cdc4f0e83e5a091dbea17e1 in term 1.
I20260608 12:41:55.673646 11954 raft_consensus.cc:2468] T 2479274be4d44cf1a9448fcd5a220ad6 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4eba3afabe2844ee9cecc31b1146a171 in term 1.
I20260608 12:41:55.674039 11919 leader_election.cc:304] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4eba3afabe2844ee9cecc31b1146a171, 8ef20ccc1cdc4f0e83e5a091dbea17e1; no voters: 
I20260608 12:41:55.674857 12167 raft_consensus.cc:2804] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:55.675170 11993 leader_election.cc:304] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4eba3afabe2844ee9cecc31b1146a171, 8ef20ccc1cdc4f0e83e5a091dbea17e1; no voters: 
I20260608 12:41:55.675377 12103 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f2f9e5dbcab4244881cf0345031d349" candidate_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "175791fa8c9248efa46decd85ed683d0"
I20260608 12:41:55.675943 12103 raft_consensus.cc:3060] T 0f2f9e5dbcab4244881cf0345031d349 P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:55.676128 12167 raft_consensus.cc:697] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 1 LEADER]: Becoming Leader. State: Replica: 8ef20ccc1cdc4f0e83e5a091dbea17e1, State: Running, Role: LEADER
I20260608 12:41:55.676210 12155 raft_consensus.cc:2804] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:55.674019 12102 raft_consensus.cc:2468] T 2479274be4d44cf1a9448fcd5a220ad6 P 175791fa8c9248efa46decd85ed683d0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4eba3afabe2844ee9cecc31b1146a171 in term 1.
I20260608 12:41:55.677455 12155 raft_consensus.cc:697] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171 [term 1 LEADER]: Becoming Leader. State: Replica: 4eba3afabe2844ee9cecc31b1146a171, State: Running, Role: LEADER
I20260608 12:41:55.677505 12167 consensus_queue.cc:237] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.676149 11850 catalog_manager.cc:5696] T 6846f8d642044de39c8dd8af2218f9ab P 4eba3afabe2844ee9cecc31b1146a171 reported cstate change: term changed from 0 to 1, leader changed from <none> to 4eba3afabe2844ee9cecc31b1146a171 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "4eba3afabe2844ee9cecc31b1146a171" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:55.678481 12155 consensus_queue.cc:237] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.688297 12103 raft_consensus.cc:2468] T 0f2f9e5dbcab4244881cf0345031d349 P 175791fa8c9248efa46decd85ed683d0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8ef20ccc1cdc4f0e83e5a091dbea17e1 in term 1.
I20260608 12:41:55.690136 11851 catalog_manager.cc:5696] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 reported cstate change: term changed from 0 to 1, leader changed from <none> to 8ef20ccc1cdc4f0e83e5a091dbea17e1 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:55.694265 11850 catalog_manager.cc:5696] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171 reported cstate change: term changed from 0 to 1, leader changed from <none> to 4eba3afabe2844ee9cecc31b1146a171 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "4eba3afabe2844ee9cecc31b1146a171" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:55.800308 12183 raft_consensus.cc:493] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:55.800891 12183 raft_consensus.cc:515] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.802667 12183 leader_election.cc:290] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8ef20ccc1cdc4f0e83e5a091dbea17e1 (127.0.107.193:40641), 4eba3afabe2844ee9cecc31b1146a171 (127.0.107.194:34273)
I20260608 12:41:55.803449 11954 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53006f9c0a564c6787b82e3c03c8c9cc" candidate_uuid: "175791fa8c9248efa46decd85ed683d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" is_pre_election: true
I20260608 12:41:55.803680 12029 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53006f9c0a564c6787b82e3c03c8c9cc" candidate_uuid: "175791fa8c9248efa46decd85ed683d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4eba3afabe2844ee9cecc31b1146a171" is_pre_election: true
I20260608 12:41:55.804000 11954 raft_consensus.cc:2468] T 53006f9c0a564c6787b82e3c03c8c9cc P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 175791fa8c9248efa46decd85ed683d0 in term 0.
I20260608 12:41:55.804293 12029 raft_consensus.cc:2468] T 53006f9c0a564c6787b82e3c03c8c9cc P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 175791fa8c9248efa46decd85ed683d0 in term 0.
I20260608 12:41:55.805059 12067 leader_election.cc:304] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 175791fa8c9248efa46decd85ed683d0, 8ef20ccc1cdc4f0e83e5a091dbea17e1; no voters: 
I20260608 12:41:55.805733 12183 raft_consensus.cc:2804] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:55.806068 12183 raft_consensus.cc:493] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:55.806288 12183 raft_consensus.cc:3060] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:55.810925 12183 raft_consensus.cc:515] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.812465 12183 leader_election.cc:290] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0 [CANDIDATE]: Term 1 election: Requested vote from peers 8ef20ccc1cdc4f0e83e5a091dbea17e1 (127.0.107.193:40641), 4eba3afabe2844ee9cecc31b1146a171 (127.0.107.194:34273)
I20260608 12:41:55.813210 11954 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53006f9c0a564c6787b82e3c03c8c9cc" candidate_uuid: "175791fa8c9248efa46decd85ed683d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1"
I20260608 12:41:55.813484 12029 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53006f9c0a564c6787b82e3c03c8c9cc" candidate_uuid: "175791fa8c9248efa46decd85ed683d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4eba3afabe2844ee9cecc31b1146a171"
I20260608 12:41:55.813681 11954 raft_consensus.cc:3060] T 53006f9c0a564c6787b82e3c03c8c9cc P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:55.814004 12029 raft_consensus.cc:3060] T 53006f9c0a564c6787b82e3c03c8c9cc P 4eba3afabe2844ee9cecc31b1146a171 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:55.818305 11954 raft_consensus.cc:2468] T 53006f9c0a564c6787b82e3c03c8c9cc P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 175791fa8c9248efa46decd85ed683d0 in term 1.
I20260608 12:41:55.818434 12029 raft_consensus.cc:2468] T 53006f9c0a564c6787b82e3c03c8c9cc P 4eba3afabe2844ee9cecc31b1146a171 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 175791fa8c9248efa46decd85ed683d0 in term 1.
I20260608 12:41:55.819365 12067 leader_election.cc:304] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 175791fa8c9248efa46decd85ed683d0, 8ef20ccc1cdc4f0e83e5a091dbea17e1; no voters: 
I20260608 12:41:55.820055 12183 raft_consensus.cc:2804] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:55.820514 12183 raft_consensus.cc:697] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0 [term 1 LEADER]: Becoming Leader. State: Replica: 175791fa8c9248efa46decd85ed683d0, State: Running, Role: LEADER
I20260608 12:41:55.821343 12183 consensus_queue.cc:237] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } }
I20260608 12:41:55.828513 11850 catalog_manager.cc:5696] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 175791fa8c9248efa46decd85ed683d0 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "175791fa8c9248efa46decd85ed683d0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:55.905303 12155 consensus_queue.cc:1048] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171 [LEADER]: Connected to new peer: Peer: permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:55.983732 12158 consensus_queue.cc:1048] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:56.045159 12188 consensus_queue.cc:1048] T 3842b73a0fdc4801b8b488d0c1778b62 P 4eba3afabe2844ee9cecc31b1146a171 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:56.059516 12158 consensus_queue.cc:1048] T 3842b73a0fdc4801b8b488d0c1778b62 P 4eba3afabe2844ee9cecc31b1146a171 [LEADER]: Connected to new peer: Peer: permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:56.069300 12158 consensus_queue.cc:1048] T 6846f8d642044de39c8dd8af2218f9ab P 4eba3afabe2844ee9cecc31b1146a171 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:56.070822 12158 consensus_queue.cc:1048] T 6846f8d642044de39c8dd8af2218f9ab P 4eba3afabe2844ee9cecc31b1146a171 [LEADER]: Connected to new peer: Peer: permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:56.090958 12167 consensus_queue.cc:1048] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:56.108582 12187 consensus_queue.cc:1048] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171 [LEADER]: Connected to new peer: Peer: permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:56.122538 12187 consensus_queue.cc:1048] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:56.124696 12167 consensus_queue.cc:1048] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.003s
I20260608 12:41:56.273025 12028 raft_consensus.cc:1275] T 53006f9c0a564c6787b82e3c03c8c9cc P 4eba3afabe2844ee9cecc31b1146a171 [term 1 FOLLOWER]: Refusing update from remote peer 175791fa8c9248efa46decd85ed683d0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:56.295123 12183 consensus_queue.cc:1048] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:56.300542 11954 raft_consensus.cc:1275] T 53006f9c0a564c6787b82e3c03c8c9cc P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 1 FOLLOWER]: Refusing update from remote peer 175791fa8c9248efa46decd85ed683d0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:56.313422 12183 consensus_queue.cc:1048] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 }, 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.582589   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:57.591229 12248 instance_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.592679 12249 instance_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:57.600558   431 server_base.cc:1061] running on GCE node
W20260608 12:41:57.601243 12252 instance_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.602337   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:57.602679   431 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.602909   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922517602888 us; error 0 us; skew 500 ppm
I20260608 12:41:57.603535   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:57.606015   431 webserver.cc:533] Webserver started at http://127.0.107.196:42857/ using document root <none> and password file <none>
I20260608 12:41:57.606523   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:57.606711   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:57.606951   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:57.607959   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922266998516-431-0/minicluster-data/ts-3-root/instance:
uuid: "c2235aeab84e47b5a007eb9675f0da15"
format_stamp: "Formatted at 2026-06-08 12:41:57 on dist-test-slave-3g00"
I20260608 12:41:57.612417   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.003s
I20260608 12:41:57.615800 12256 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.616534   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:57.616851   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922266998516-431-0/minicluster-data/ts-3-root
uuid: "c2235aeab84e47b5a007eb9675f0da15"
format_stamp: "Formatted at 2026-06-08 12:41:57 on dist-test-slave-3g00"
I20260608 12:41:57.617117   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922266998516-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922266998516-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskS_zV1L/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922266998516-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.634387   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:57.635499   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:57.636910   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:57.639168   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:57.639369   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:57.639588   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:57.639753   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:57.678622   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:42985
I20260608 12:41:57.678745 12318 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:42985 every 8 connection(s)
I20260608 12:41:57.698220 12319 heartbeater.cc:344] Connected to a master server at 127.0.107.254:36465
I20260608 12:41:57.698580 12319 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:57.699262 12319 heartbeater.cc:507] Master 127.0.107.254:36465 requested a full tablet report, sending...
I20260608 12:41:57.701110 11851 ts_manager.cc:194] Registered new tserver with Master: c2235aeab84e47b5a007eb9675f0da15 (127.0.107.196:42985)
I20260608 12:41:57.702512 11851 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56794
I20260608 12:41:58.666442 12028 consensus_queue.cc:237] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171 [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: 2, State: 0, Mode: LEADER, active raft config: opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } attrs { replace: true } } peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "c2235aeab84e47b5a007eb9675f0da15" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42985 } attrs { promote: true } }
I20260608 12:41:58.676648 11951 raft_consensus.cc:1275] T da6305e3e982413187f3d1145ef49c22 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 1 FOLLOWER]: Refusing update from remote peer 4eba3afabe2844ee9cecc31b1146a171: Log matching property violated. Preceding OpId in replica: term: 1 index: 17. Preceding OpId from leader: term: 1 index: 18. (index mismatch)
I20260608 12:41:58.679956 12328 consensus_queue.cc:1048] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 18, Last known committed idx: 17, Time since last communication: 0.001s
I20260608 12:41:58.683323 12101 raft_consensus.cc:1275] T da6305e3e982413187f3d1145ef49c22 P 175791fa8c9248efa46decd85ed683d0 [term 1 FOLLOWER]: Refusing update from remote peer 4eba3afabe2844ee9cecc31b1146a171: Log matching property violated. Preceding OpId in replica: term: 1 index: 17. Preceding OpId from leader: term: 1 index: 18. (index mismatch)
I20260608 12:41:58.684854 12328 consensus_queue.cc:1048] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171 [LEADER]: Connected to new peer: Peer: permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 18, Last known committed idx: 17, Time since last communication: 0.000s
I20260608 12:41:58.691952 12155 raft_consensus.cc:2955] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171 [term 1 LEADER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER c2235aeab84e47b5a007eb9675f0da15 (127.0.107.196) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } attrs { replace: true } } peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "c2235aeab84e47b5a007eb9675f0da15" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42985 } attrs { promote: true } } }
W20260608 12:41:58.704401 11992 consensus_peers.cc:597] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171 -> Peer c2235aeab84e47b5a007eb9675f0da15 (127.0.107.196:42985): Couldn't send request to peer c2235aeab84e47b5a007eb9675f0da15. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: da6305e3e982413187f3d1145ef49c22. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:58.705211 12319 heartbeater.cc:499] Master 127.0.107.254:36465 was elected leader, sending a full tablet report...
I20260608 12:41:58.703651 11951 raft_consensus.cc:2955] T da6305e3e982413187f3d1145ef49c22 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 1 FOLLOWER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER c2235aeab84e47b5a007eb9675f0da15 (127.0.107.196) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } attrs { replace: true } } peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "c2235aeab84e47b5a007eb9675f0da15" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42985 } attrs { promote: true } } }
I20260608 12:41:58.705255 12101 raft_consensus.cc:2955] T da6305e3e982413187f3d1145ef49c22 P 175791fa8c9248efa46decd85ed683d0 [term 1 FOLLOWER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER c2235aeab84e47b5a007eb9675f0da15 (127.0.107.196) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } attrs { replace: true } } peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "c2235aeab84e47b5a007eb9675f0da15" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42985 } attrs { promote: true } } }
I20260608 12:41:58.718716 11845 catalog_manager.cc:5696] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171 reported cstate change: config changed from index -1 to 18, NON_VOTER c2235aeab84e47b5a007eb9675f0da15 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "4eba3afabe2844ee9cecc31b1146a171" committed_config { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c2235aeab84e47b5a007eb9675f0da15" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42985 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:58.737717 11951 consensus_queue.cc:237] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [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: 2, State: 0, Mode: LEADER, active raft config: opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } attrs { replace: true } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } } peers { permanent_uuid: "c2235aeab84e47b5a007eb9675f0da15" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42985 } attrs { promote: true } }
I20260608 12:41:58.750277 12101 raft_consensus.cc:1275] T 0f2f9e5dbcab4244881cf0345031d349 P 175791fa8c9248efa46decd85ed683d0 [term 1 FOLLOWER]: Refusing update from remote peer 8ef20ccc1cdc4f0e83e5a091dbea17e1: Log matching property violated. Preceding OpId in replica: term: 1 index: 17. Preceding OpId from leader: term: 1 index: 18. (index mismatch)
I20260608 12:41:58.752203 12339 consensus_queue.cc:1048] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 18, Last known committed idx: 17, Time since last communication: 0.000s
I20260608 12:41:58.753291 12028 raft_consensus.cc:1275] T 0f2f9e5dbcab4244881cf0345031d349 P 4eba3afabe2844ee9cecc31b1146a171 [term 1 FOLLOWER]: Refusing update from remote peer 8ef20ccc1cdc4f0e83e5a091dbea17e1: Log matching property violated. Preceding OpId in replica: term: 1 index: 17. Preceding OpId from leader: term: 1 index: 18. (index mismatch)
I20260608 12:41:58.754547 12339 consensus_queue.cc:1048] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 18, Last known committed idx: 17, Time since last communication: 0.000s
W20260608 12:41:58.760753 11917 consensus_peers.cc:597] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 -> Peer c2235aeab84e47b5a007eb9675f0da15 (127.0.107.196:42985): Couldn't send request to peer c2235aeab84e47b5a007eb9675f0da15. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 0f2f9e5dbcab4244881cf0345031d349. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:58.762387 12156 raft_consensus.cc:2955] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 1 LEADER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER c2235aeab84e47b5a007eb9675f0da15 (127.0.107.196) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } attrs { replace: true } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } } peers { permanent_uuid: "c2235aeab84e47b5a007eb9675f0da15" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42985 } attrs { promote: true } } }
I20260608 12:41:58.764171 12101 raft_consensus.cc:2955] T 0f2f9e5dbcab4244881cf0345031d349 P 175791fa8c9248efa46decd85ed683d0 [term 1 FOLLOWER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER c2235aeab84e47b5a007eb9675f0da15 (127.0.107.196) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } attrs { replace: true } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } } peers { permanent_uuid: "c2235aeab84e47b5a007eb9675f0da15" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42985 } attrs { promote: true } } }
I20260608 12:41:58.765749 12028 raft_consensus.cc:2955] T 0f2f9e5dbcab4244881cf0345031d349 P 4eba3afabe2844ee9cecc31b1146a171 [term 1 FOLLOWER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER c2235aeab84e47b5a007eb9675f0da15 (127.0.107.196) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } attrs { replace: true } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } } peers { permanent_uuid: "c2235aeab84e47b5a007eb9675f0da15" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42985 } attrs { promote: true } } }
I20260608 12:41:58.777917 12027 consensus_queue.cc:237] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171 [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: 2, State: 0, Mode: LEADER, active raft config: opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } attrs { replace: true } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } } peers { permanent_uuid: "c2235aeab84e47b5a007eb9675f0da15" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42985 } attrs { promote: true } }
I20260608 12:41:58.781158 11850 catalog_manager.cc:5696] T 0f2f9e5dbcab4244881cf0345031d349 P 175791fa8c9248efa46decd85ed683d0 reported cstate change: config changed from index -1 to 18, NON_VOTER c2235aeab84e47b5a007eb9675f0da15 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" committed_config { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } attrs { replace: true } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } } peers { permanent_uuid: "c2235aeab84e47b5a007eb9675f0da15" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42985 } attrs { promote: true } } }
W20260608 12:41:58.788347 11992 consensus_peers.cc:597] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171 -> Peer c2235aeab84e47b5a007eb9675f0da15 (127.0.107.196:42985): Couldn't send request to peer c2235aeab84e47b5a007eb9675f0da15. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 2479274be4d44cf1a9448fcd5a220ad6. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:58.789906 12101 raft_consensus.cc:1275] T 2479274be4d44cf1a9448fcd5a220ad6 P 175791fa8c9248efa46decd85ed683d0 [term 1 FOLLOWER]: Refusing update from remote peer 4eba3afabe2844ee9cecc31b1146a171: Log matching property violated. Preceding OpId in replica: term: 1 index: 17. Preceding OpId from leader: term: 1 index: 18. (index mismatch)
I20260608 12:41:58.791713 11951 raft_consensus.cc:1275] T 2479274be4d44cf1a9448fcd5a220ad6 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 1 FOLLOWER]: Refusing update from remote peer 4eba3afabe2844ee9cecc31b1146a171: Log matching property violated. Preceding OpId in replica: term: 1 index: 17. Preceding OpId from leader: term: 1 index: 18. (index mismatch)
I20260608 12:41:58.792973 12155 consensus_queue.cc:1048] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171 [LEADER]: Connected to new peer: Peer: permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 18, Last known committed idx: 17, Time since last communication: 0.000s
I20260608 12:41:58.795233 12328 consensus_queue.cc:1048] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 18, Last known committed idx: 17, Time since last communication: 0.000s
I20260608 12:41:58.803886 12155 raft_consensus.cc:2955] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171 [term 1 LEADER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER c2235aeab84e47b5a007eb9675f0da15 (127.0.107.196) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } attrs { replace: true } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } } peers { permanent_uuid: "c2235aeab84e47b5a007eb9675f0da15" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42985 } attrs { promote: true } } }
I20260608 12:41:58.806020 12101 raft_consensus.cc:2955] T 2479274be4d44cf1a9448fcd5a220ad6 P 175791fa8c9248efa46decd85ed683d0 [term 1 FOLLOWER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER c2235aeab84e47b5a007eb9675f0da15 (127.0.107.196) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } attrs { replace: true } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } } peers { permanent_uuid: "c2235aeab84e47b5a007eb9675f0da15" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42985 } attrs { promote: true } } }
I20260608 12:41:58.808406 11951 raft_consensus.cc:2955] T 2479274be4d44cf1a9448fcd5a220ad6 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 1 FOLLOWER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER c2235aeab84e47b5a007eb9675f0da15 (127.0.107.196) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } attrs { replace: true } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } } peers { permanent_uuid: "c2235aeab84e47b5a007eb9675f0da15" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42985 } attrs { promote: true } } }
I20260608 12:41:58.818248 11845 catalog_manager.cc:5696] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171 reported cstate change: config changed from index -1 to 18, NON_VOTER c2235aeab84e47b5a007eb9675f0da15 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "4eba3afabe2844ee9cecc31b1146a171" committed_config { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c2235aeab84e47b5a007eb9675f0da15" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42985 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:58.831811 12101 consensus_queue.cc:237] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0 [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: 2, State: 0, Mode: LEADER, active raft config: opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } attrs { replace: true } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } } peers { permanent_uuid: "c2235aeab84e47b5a007eb9675f0da15" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42985 } attrs { promote: true } }
I20260608 12:41:58.839560 12027 raft_consensus.cc:1275] T 53006f9c0a564c6787b82e3c03c8c9cc P 4eba3afabe2844ee9cecc31b1146a171 [term 1 FOLLOWER]: Refusing update from remote peer 175791fa8c9248efa46decd85ed683d0: Log matching property violated. Preceding OpId in replica: term: 1 index: 17. Preceding OpId from leader: term: 1 index: 18. (index mismatch)
I20260608 12:41:58.841070 11951 raft_consensus.cc:1275] T 53006f9c0a564c6787b82e3c03c8c9cc P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 1 FOLLOWER]: Refusing update from remote peer 175791fa8c9248efa46decd85ed683d0: Log matching property violated. Preceding OpId in replica: term: 1 index: 17. Preceding OpId from leader: term: 1 index: 18. (index mismatch)
I20260608 12:41:58.841068 12349 consensus_queue.cc:1048] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 18, Last known committed idx: 17, Time since last communication: 0.001s
I20260608 12:41:58.842830 12153 consensus_queue.cc:1048] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 18, Last known committed idx: 17, Time since last communication: 0.000s
W20260608 12:41:58.851013 12066 consensus_peers.cc:597] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0 -> Peer c2235aeab84e47b5a007eb9675f0da15 (127.0.107.196:42985): Couldn't send request to peer c2235aeab84e47b5a007eb9675f0da15. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 53006f9c0a564c6787b82e3c03c8c9cc. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:58.850916 12153 raft_consensus.cc:2955] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0 [term 1 LEADER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER c2235aeab84e47b5a007eb9675f0da15 (127.0.107.196) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } attrs { replace: true } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } } peers { permanent_uuid: "c2235aeab84e47b5a007eb9675f0da15" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42985 } attrs { promote: true } } }
I20260608 12:41:58.852876 12027 raft_consensus.cc:2955] T 53006f9c0a564c6787b82e3c03c8c9cc P 4eba3afabe2844ee9cecc31b1146a171 [term 1 FOLLOWER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER c2235aeab84e47b5a007eb9675f0da15 (127.0.107.196) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } attrs { replace: true } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } } peers { permanent_uuid: "c2235aeab84e47b5a007eb9675f0da15" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42985 } attrs { promote: true } } }
I20260608 12:41:58.854300 11951 raft_consensus.cc:2955] T 53006f9c0a564c6787b82e3c03c8c9cc P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 1 FOLLOWER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER c2235aeab84e47b5a007eb9675f0da15 (127.0.107.196) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } attrs { replace: true } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } } peers { permanent_uuid: "c2235aeab84e47b5a007eb9675f0da15" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42985 } attrs { promote: true } } }
I20260608 12:41:58.874948 11850 catalog_manager.cc:5696] T 53006f9c0a564c6787b82e3c03c8c9cc P 4eba3afabe2844ee9cecc31b1146a171 reported cstate change: config changed from index -1 to 18, NON_VOTER c2235aeab84e47b5a007eb9675f0da15 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "175791fa8c9248efa46decd85ed683d0" committed_config { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } attrs { replace: true } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } } peers { permanent_uuid: "c2235aeab84e47b5a007eb9675f0da15" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42985 } attrs { promote: true } } }
I20260608 12:41:59.164721 12354 ts_tablet_manager.cc:933] T da6305e3e982413187f3d1145ef49c22 P c2235aeab84e47b5a007eb9675f0da15: Initiating tablet copy from peer 4eba3afabe2844ee9cecc31b1146a171 (127.0.107.194:34273)
I20260608 12:41:59.167706 12354 tablet_copy_client.cc:323] T da6305e3e982413187f3d1145ef49c22 P c2235aeab84e47b5a007eb9675f0da15: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:34273
I20260608 12:41:59.182336 12358 ts_tablet_manager.cc:933] T 2479274be4d44cf1a9448fcd5a220ad6 P c2235aeab84e47b5a007eb9675f0da15: Initiating tablet copy from peer 4eba3afabe2844ee9cecc31b1146a171 (127.0.107.194:34273)
I20260608 12:41:59.186515 12358 tablet_copy_client.cc:323] T 2479274be4d44cf1a9448fcd5a220ad6 P c2235aeab84e47b5a007eb9675f0da15: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:34273
I20260608 12:41:59.193723 12039 tablet_copy_service.cc:140] P 4eba3afabe2844ee9cecc31b1146a171: Received BeginTabletCopySession request for tablet da6305e3e982413187f3d1145ef49c22 from peer c2235aeab84e47b5a007eb9675f0da15 ({username='slave'} at 127.0.0.1:55580)
I20260608 12:41:59.194260 12039 tablet_copy_service.cc:161] P 4eba3afabe2844ee9cecc31b1146a171: Beginning new tablet copy session on tablet da6305e3e982413187f3d1145ef49c22 from peer c2235aeab84e47b5a007eb9675f0da15 at {username='slave'} at 127.0.0.1:55580: session id = c2235aeab84e47b5a007eb9675f0da15-da6305e3e982413187f3d1145ef49c22
I20260608 12:41:59.195092 12038 tablet_copy_service.cc:140] P 4eba3afabe2844ee9cecc31b1146a171: Received BeginTabletCopySession request for tablet 2479274be4d44cf1a9448fcd5a220ad6 from peer c2235aeab84e47b5a007eb9675f0da15 ({username='slave'} at 127.0.0.1:55580)
I20260608 12:41:59.195806 12038 tablet_copy_service.cc:161] P 4eba3afabe2844ee9cecc31b1146a171: Beginning new tablet copy session on tablet 2479274be4d44cf1a9448fcd5a220ad6 from peer c2235aeab84e47b5a007eb9675f0da15 at {username='slave'} at 127.0.0.1:55580: session id = c2235aeab84e47b5a007eb9675f0da15-2479274be4d44cf1a9448fcd5a220ad6
I20260608 12:41:59.203585 12039 tablet_copy_source_session.cc:215] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:59.205217 12038 tablet_copy_source_session.cc:215] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:59.207502 12354 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da6305e3e982413187f3d1145ef49c22. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:59.218834 12360 ts_tablet_manager.cc:933] T 0f2f9e5dbcab4244881cf0345031d349 P c2235aeab84e47b5a007eb9675f0da15: Initiating tablet copy from peer 8ef20ccc1cdc4f0e83e5a091dbea17e1 (127.0.107.193:40641)
I20260608 12:41:59.219350 12358 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2479274be4d44cf1a9448fcd5a220ad6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:59.223037 12354 tablet_copy_client.cc:806] T da6305e3e982413187f3d1145ef49c22 P c2235aeab84e47b5a007eb9675f0da15: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:59.223803 12354 tablet_copy_client.cc:670] T da6305e3e982413187f3d1145ef49c22 P c2235aeab84e47b5a007eb9675f0da15: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:59.228096 12360 tablet_copy_client.cc:323] T 0f2f9e5dbcab4244881cf0345031d349 P c2235aeab84e47b5a007eb9675f0da15: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:40641
I20260608 12:41:59.229291 12354 tablet_copy_client.cc:538] T da6305e3e982413187f3d1145ef49c22 P c2235aeab84e47b5a007eb9675f0da15: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:59.237497 12358 tablet_copy_client.cc:806] T 2479274be4d44cf1a9448fcd5a220ad6 P c2235aeab84e47b5a007eb9675f0da15: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:59.238143 12358 tablet_copy_client.cc:670] T 2479274be4d44cf1a9448fcd5a220ad6 P c2235aeab84e47b5a007eb9675f0da15: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:59.239166 12354 tablet_bootstrap.cc:492] T da6305e3e982413187f3d1145ef49c22 P c2235aeab84e47b5a007eb9675f0da15: Bootstrap starting.
I20260608 12:41:59.242491 11964 tablet_copy_service.cc:140] P 8ef20ccc1cdc4f0e83e5a091dbea17e1: Received BeginTabletCopySession request for tablet 0f2f9e5dbcab4244881cf0345031d349 from peer c2235aeab84e47b5a007eb9675f0da15 ({username='slave'} at 127.0.0.1:37728)
I20260608 12:41:59.243227 12358 tablet_copy_client.cc:538] T 2479274be4d44cf1a9448fcd5a220ad6 P c2235aeab84e47b5a007eb9675f0da15: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:59.243173 11964 tablet_copy_service.cc:161] P 8ef20ccc1cdc4f0e83e5a091dbea17e1: Beginning new tablet copy session on tablet 0f2f9e5dbcab4244881cf0345031d349 from peer c2235aeab84e47b5a007eb9675f0da15 at {username='slave'} at 127.0.0.1:37728: session id = c2235aeab84e47b5a007eb9675f0da15-0f2f9e5dbcab4244881cf0345031d349
I20260608 12:41:59.252147 11964 tablet_copy_source_session.cc:215] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:59.252554 12358 tablet_bootstrap.cc:492] T 2479274be4d44cf1a9448fcd5a220ad6 P c2235aeab84e47b5a007eb9675f0da15: Bootstrap starting.
I20260608 12:41:59.256021 12360 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0f2f9e5dbcab4244881cf0345031d349. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:59.275029 12360 tablet_copy_client.cc:806] T 0f2f9e5dbcab4244881cf0345031d349 P c2235aeab84e47b5a007eb9675f0da15: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:59.275703 12360 tablet_copy_client.cc:670] T 0f2f9e5dbcab4244881cf0345031d349 P c2235aeab84e47b5a007eb9675f0da15: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:59.280908 12360 tablet_copy_client.cc:538] T 0f2f9e5dbcab4244881cf0345031d349 P c2235aeab84e47b5a007eb9675f0da15: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:59.291422 12360 tablet_bootstrap.cc:492] T 0f2f9e5dbcab4244881cf0345031d349 P c2235aeab84e47b5a007eb9675f0da15: Bootstrap starting.
I20260608 12:41:59.306684 12364 ts_tablet_manager.cc:933] T 53006f9c0a564c6787b82e3c03c8c9cc P c2235aeab84e47b5a007eb9675f0da15: Initiating tablet copy from peer 175791fa8c9248efa46decd85ed683d0 (127.0.107.195:43789)
I20260608 12:41:59.321547 12364 tablet_copy_client.cc:323] T 53006f9c0a564c6787b82e3c03c8c9cc P c2235aeab84e47b5a007eb9675f0da15: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:43789
I20260608 12:41:59.336651 12113 tablet_copy_service.cc:140] P 175791fa8c9248efa46decd85ed683d0: Received BeginTabletCopySession request for tablet 53006f9c0a564c6787b82e3c03c8c9cc from peer c2235aeab84e47b5a007eb9675f0da15 ({username='slave'} at 127.0.0.1:58832)
I20260608 12:41:59.337342 12113 tablet_copy_service.cc:161] P 175791fa8c9248efa46decd85ed683d0: Beginning new tablet copy session on tablet 53006f9c0a564c6787b82e3c03c8c9cc from peer c2235aeab84e47b5a007eb9675f0da15 at {username='slave'} at 127.0.0.1:58832: session id = c2235aeab84e47b5a007eb9675f0da15-53006f9c0a564c6787b82e3c03c8c9cc
I20260608 12:41:59.346065 12113 tablet_copy_source_session.cc:215] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:59.349891 12364 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 53006f9c0a564c6787b82e3c03c8c9cc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:59.373041 12364 tablet_copy_client.cc:806] T 53006f9c0a564c6787b82e3c03c8c9cc P c2235aeab84e47b5a007eb9675f0da15: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:59.373620 12364 tablet_copy_client.cc:670] T 53006f9c0a564c6787b82e3c03c8c9cc P c2235aeab84e47b5a007eb9675f0da15: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:59.382568 12364 tablet_copy_client.cc:538] T 53006f9c0a564c6787b82e3c03c8c9cc P c2235aeab84e47b5a007eb9675f0da15: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:59.391796 12364 tablet_bootstrap.cc:492] T 53006f9c0a564c6787b82e3c03c8c9cc P c2235aeab84e47b5a007eb9675f0da15: Bootstrap starting.
I20260608 12:41:59.392024 12354 tablet_bootstrap.cc:492] T da6305e3e982413187f3d1145ef49c22 P c2235aeab84e47b5a007eb9675f0da15: Bootstrap replayed 1/1 log segments. Stats: ops{read=18 overwritten=0 applied=18 ignored=0} inserts{seen=127 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:59.400595 12354 tablet_bootstrap.cc:492] T da6305e3e982413187f3d1145ef49c22 P c2235aeab84e47b5a007eb9675f0da15: Bootstrap complete.
I20260608 12:41:59.401353 12354 ts_tablet_manager.cc:1403] T da6305e3e982413187f3d1145ef49c22 P c2235aeab84e47b5a007eb9675f0da15: Time spent bootstrapping tablet: real 0.162s	user 0.131s	sys 0.009s
I20260608 12:41:59.404560 12354 raft_consensus.cc:359] T da6305e3e982413187f3d1145ef49c22 P c2235aeab84e47b5a007eb9675f0da15 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } attrs { replace: true } } peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "c2235aeab84e47b5a007eb9675f0da15" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42985 } attrs { promote: true } }
I20260608 12:41:59.405432 12354 raft_consensus.cc:740] T da6305e3e982413187f3d1145ef49c22 P c2235aeab84e47b5a007eb9675f0da15 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: c2235aeab84e47b5a007eb9675f0da15, State: Initialized, Role: LEARNER
I20260608 12:41:59.406107 12354 consensus_queue.cc:260] T da6305e3e982413187f3d1145ef49c22 P c2235aeab84e47b5a007eb9675f0da15 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 18, Last appended: 1.18, Last appended by leader: 18, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } attrs { replace: true } } peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "c2235aeab84e47b5a007eb9675f0da15" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42985 } attrs { promote: true } }
I20260608 12:41:59.415441 12354 ts_tablet_manager.cc:1434] T da6305e3e982413187f3d1145ef49c22 P c2235aeab84e47b5a007eb9675f0da15: Time spent starting tablet: real 0.014s	user 0.009s	sys 0.002s
I20260608 12:41:59.430569 12038 tablet_copy_service.cc:342] P 4eba3afabe2844ee9cecc31b1146a171: Request end of tablet copy session c2235aeab84e47b5a007eb9675f0da15-da6305e3e982413187f3d1145ef49c22 received from {username='slave'} at 127.0.0.1:55580
I20260608 12:41:59.431126 12038 tablet_copy_service.cc:434] P 4eba3afabe2844ee9cecc31b1146a171: ending tablet copy session c2235aeab84e47b5a007eb9675f0da15-da6305e3e982413187f3d1145ef49c22 on tablet da6305e3e982413187f3d1145ef49c22 with peer c2235aeab84e47b5a007eb9675f0da15
I20260608 12:41:59.465339 12358 tablet_bootstrap.cc:492] T 2479274be4d44cf1a9448fcd5a220ad6 P c2235aeab84e47b5a007eb9675f0da15: Bootstrap replayed 1/1 log segments. Stats: ops{read=18 overwritten=0 applied=18 ignored=0} inserts{seen=135 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:59.466341 12358 tablet_bootstrap.cc:492] T 2479274be4d44cf1a9448fcd5a220ad6 P c2235aeab84e47b5a007eb9675f0da15: Bootstrap complete.
I20260608 12:41:59.467303 12358 ts_tablet_manager.cc:1403] T 2479274be4d44cf1a9448fcd5a220ad6 P c2235aeab84e47b5a007eb9675f0da15: Time spent bootstrapping tablet: real 0.215s	user 0.128s	sys 0.025s
I20260608 12:41:59.470428 12358 raft_consensus.cc:359] T 2479274be4d44cf1a9448fcd5a220ad6 P c2235aeab84e47b5a007eb9675f0da15 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } attrs { replace: true } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } } peers { permanent_uuid: "c2235aeab84e47b5a007eb9675f0da15" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42985 } attrs { promote: true } }
I20260608 12:41:59.471243 12358 raft_consensus.cc:740] T 2479274be4d44cf1a9448fcd5a220ad6 P c2235aeab84e47b5a007eb9675f0da15 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: c2235aeab84e47b5a007eb9675f0da15, State: Initialized, Role: LEARNER
I20260608 12:41:59.471913 12358 consensus_queue.cc:260] T 2479274be4d44cf1a9448fcd5a220ad6 P c2235aeab84e47b5a007eb9675f0da15 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 18, Last appended: 1.18, Last appended by leader: 18, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } attrs { replace: true } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } } peers { permanent_uuid: "c2235aeab84e47b5a007eb9675f0da15" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42985 } attrs { promote: true } }
I20260608 12:41:59.481746 12358 ts_tablet_manager.cc:1434] T 2479274be4d44cf1a9448fcd5a220ad6 P c2235aeab84e47b5a007eb9675f0da15: Time spent starting tablet: real 0.014s	user 0.005s	sys 0.000s
I20260608 12:41:59.488441 12360 tablet_bootstrap.cc:492] T 0f2f9e5dbcab4244881cf0345031d349 P c2235aeab84e47b5a007eb9675f0da15: Bootstrap replayed 1/1 log segments. Stats: ops{read=18 overwritten=0 applied=18 ignored=0} inserts{seen=120 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:59.489481 12360 tablet_bootstrap.cc:492] T 0f2f9e5dbcab4244881cf0345031d349 P c2235aeab84e47b5a007eb9675f0da15: Bootstrap complete.
I20260608 12:41:59.488626 12038 tablet_copy_service.cc:342] P 4eba3afabe2844ee9cecc31b1146a171: Request end of tablet copy session c2235aeab84e47b5a007eb9675f0da15-2479274be4d44cf1a9448fcd5a220ad6 received from {username='slave'} at 127.0.0.1:55580
I20260608 12:41:59.490216 12360 ts_tablet_manager.cc:1403] T 0f2f9e5dbcab4244881cf0345031d349 P c2235aeab84e47b5a007eb9675f0da15: Time spent bootstrapping tablet: real 0.199s	user 0.129s	sys 0.023s
I20260608 12:41:59.490262 12038 tablet_copy_service.cc:434] P 4eba3afabe2844ee9cecc31b1146a171: ending tablet copy session c2235aeab84e47b5a007eb9675f0da15-2479274be4d44cf1a9448fcd5a220ad6 on tablet 2479274be4d44cf1a9448fcd5a220ad6 with peer c2235aeab84e47b5a007eb9675f0da15
I20260608 12:41:59.494077 12360 raft_consensus.cc:359] T 0f2f9e5dbcab4244881cf0345031d349 P c2235aeab84e47b5a007eb9675f0da15 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } attrs { replace: true } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } } peers { permanent_uuid: "c2235aeab84e47b5a007eb9675f0da15" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42985 } attrs { promote: true } }
I20260608 12:41:59.494827 12360 raft_consensus.cc:740] T 0f2f9e5dbcab4244881cf0345031d349 P c2235aeab84e47b5a007eb9675f0da15 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: c2235aeab84e47b5a007eb9675f0da15, State: Initialized, Role: LEARNER
I20260608 12:41:59.495400 12360 consensus_queue.cc:260] T 0f2f9e5dbcab4244881cf0345031d349 P c2235aeab84e47b5a007eb9675f0da15 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 18, Last appended: 1.18, Last appended by leader: 18, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } attrs { replace: true } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } } peers { permanent_uuid: "c2235aeab84e47b5a007eb9675f0da15" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42985 } attrs { promote: true } }
I20260608 12:41:59.502238 12360 ts_tablet_manager.cc:1434] T 0f2f9e5dbcab4244881cf0345031d349 P c2235aeab84e47b5a007eb9675f0da15: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.000s
I20260608 12:41:59.506310 11964 tablet_copy_service.cc:342] P 8ef20ccc1cdc4f0e83e5a091dbea17e1: Request end of tablet copy session c2235aeab84e47b5a007eb9675f0da15-0f2f9e5dbcab4244881cf0345031d349 received from {username='slave'} at 127.0.0.1:37728
I20260608 12:41:59.506769 11964 tablet_copy_service.cc:434] P 8ef20ccc1cdc4f0e83e5a091dbea17e1: ending tablet copy session c2235aeab84e47b5a007eb9675f0da15-0f2f9e5dbcab4244881cf0345031d349 on tablet 0f2f9e5dbcab4244881cf0345031d349 with peer c2235aeab84e47b5a007eb9675f0da15
I20260608 12:41:59.564940 12294 raft_consensus.cc:1217] T da6305e3e982413187f3d1145ef49c22 P c2235aeab84e47b5a007eb9675f0da15 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.17->[1.18-1.18]   Dedup: 1.18->[]
I20260608 12:41:59.580021 12364 tablet_bootstrap.cc:492] T 53006f9c0a564c6787b82e3c03c8c9cc P c2235aeab84e47b5a007eb9675f0da15: Bootstrap replayed 1/1 log segments. Stats: ops{read=18 overwritten=0 applied=18 ignored=0} inserts{seen=148 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:59.580964 12364 tablet_bootstrap.cc:492] T 53006f9c0a564c6787b82e3c03c8c9cc P c2235aeab84e47b5a007eb9675f0da15: Bootstrap complete.
I20260608 12:41:59.581664 12364 ts_tablet_manager.cc:1403] T 53006f9c0a564c6787b82e3c03c8c9cc P c2235aeab84e47b5a007eb9675f0da15: Time spent bootstrapping tablet: real 0.190s	user 0.134s	sys 0.027s
I20260608 12:41:59.584448 12364 raft_consensus.cc:359] T 53006f9c0a564c6787b82e3c03c8c9cc P c2235aeab84e47b5a007eb9675f0da15 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } attrs { replace: true } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } } peers { permanent_uuid: "c2235aeab84e47b5a007eb9675f0da15" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42985 } attrs { promote: true } }
I20260608 12:41:59.585227 12364 raft_consensus.cc:740] T 53006f9c0a564c6787b82e3c03c8c9cc P c2235aeab84e47b5a007eb9675f0da15 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: c2235aeab84e47b5a007eb9675f0da15, State: Initialized, Role: LEARNER
I20260608 12:41:59.585822 12364 consensus_queue.cc:260] T 53006f9c0a564c6787b82e3c03c8c9cc P c2235aeab84e47b5a007eb9675f0da15 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 18, Last appended: 1.18, Last appended by leader: 18, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "8ef20ccc1cdc4f0e83e5a091dbea17e1" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40641 } } peers { permanent_uuid: "4eba3afabe2844ee9cecc31b1146a171" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34273 } attrs { replace: true } } peers { permanent_uuid: "175791fa8c9248efa46decd85ed683d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43789 } } peers { permanent_uuid: "c2235aeab84e47b5a007eb9675f0da15" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42985 } attrs { promote: true } }
I20260608 12:41:59.587921 12364 ts_tablet_manager.cc:1434] T 53006f9c0a564c6787b82e3c03c8c9cc P c2235aeab84e47b5a007eb9675f0da15: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 12:41:59.589538 12113 tablet_copy_service.cc:342] P 175791fa8c9248efa46decd85ed683d0: Request end of tablet copy session c2235aeab84e47b5a007eb9675f0da15-53006f9c0a564c6787b82e3c03c8c9cc received from {username='slave'} at 127.0.0.1:58832
I20260608 12:41:59.589898 12113 tablet_copy_service.cc:434] P 175791fa8c9248efa46decd85ed683d0: ending tablet copy session c2235aeab84e47b5a007eb9675f0da15-53006f9c0a564c6787b82e3c03c8c9cc on tablet 53006f9c0a564c6787b82e3c03c8c9cc with peer c2235aeab84e47b5a007eb9675f0da15
I20260608 12:41:59.650848 12294 raft_consensus.cc:1217] T 0f2f9e5dbcab4244881cf0345031d349 P c2235aeab84e47b5a007eb9675f0da15 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.17->[1.18-1.18]   Dedup: 1.18->[]
I20260608 12:41:59.708307 12294 raft_consensus.cc:1217] T 2479274be4d44cf1a9448fcd5a220ad6 P c2235aeab84e47b5a007eb9675f0da15 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.17->[1.18-1.18]   Dedup: 1.18->[]
I20260608 12:41:59.712733   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
W20260608 12:41:59.743592 11993 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer
I20260608 12:41:59.761533 12294 raft_consensus.cc:1217] T 53006f9c0a564c6787b82e3c03c8c9cc P c2235aeab84e47b5a007eb9675f0da15 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.17->[1.18-1.18]   Dedup: 1.18->[]
W20260608 12:41:59.760947 11993 consensus_peers.cc:597] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171 -> Peer 8ef20ccc1cdc4f0e83e5a091dbea17e1 (127.0.107.193:40641): Couldn't send request to peer 8ef20ccc1cdc4f0e83e5a091dbea17e1. 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:59.767467   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:59.769394   431 tablet_replica.cc:333] T 6846f8d642044de39c8dd8af2218f9ab P 8ef20ccc1cdc4f0e83e5a091dbea17e1: stopping tablet replica
I20260608 12:41:59.770331   431 raft_consensus.cc:2243] T 6846f8d642044de39c8dd8af2218f9ab P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:59.771061   431 raft_consensus.cc:2272] T 6846f8d642044de39c8dd8af2218f9ab P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:59.774437   431 tablet_replica.cc:333] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1: stopping tablet replica
I20260608 12:41:59.775084   431 raft_consensus.cc:2243] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:59.776086   431 raft_consensus.cc:2272] T 0f2f9e5dbcab4244881cf0345031d349 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:59.779148   431 tablet_replica.cc:333] T 3842b73a0fdc4801b8b488d0c1778b62 P 8ef20ccc1cdc4f0e83e5a091dbea17e1: stopping tablet replica
I20260608 12:41:59.779816   431 raft_consensus.cc:2243] T 3842b73a0fdc4801b8b488d0c1778b62 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:59.780414   431 raft_consensus.cc:2272] T 3842b73a0fdc4801b8b488d0c1778b62 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:59.783034   431 tablet_replica.cc:333] T 2479274be4d44cf1a9448fcd5a220ad6 P 8ef20ccc1cdc4f0e83e5a091dbea17e1: stopping tablet replica
I20260608 12:41:59.783572   431 raft_consensus.cc:2243] T 2479274be4d44cf1a9448fcd5a220ad6 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:59.784251   431 raft_consensus.cc:2272] T 2479274be4d44cf1a9448fcd5a220ad6 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:59.787261   431 tablet_replica.cc:333] T da6305e3e982413187f3d1145ef49c22 P 8ef20ccc1cdc4f0e83e5a091dbea17e1: stopping tablet replica
I20260608 12:41:59.787822   431 raft_consensus.cc:2243] T da6305e3e982413187f3d1145ef49c22 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:59.788443   431 raft_consensus.cc:2272] T da6305e3e982413187f3d1145ef49c22 P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:59.791016   431 tablet_replica.cc:333] T 53006f9c0a564c6787b82e3c03c8c9cc P 8ef20ccc1cdc4f0e83e5a091dbea17e1: stopping tablet replica
I20260608 12:41:59.791498   431 raft_consensus.cc:2243] T 53006f9c0a564c6787b82e3c03c8c9cc P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:59.792058   431 raft_consensus.cc:2272] T 53006f9c0a564c6787b82e3c03c8c9cc P 8ef20ccc1cdc4f0e83e5a091dbea17e1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:59.821133   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:59.842845   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:59.877337   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:59.878244   431 tablet_replica.cc:333] T 0f2f9e5dbcab4244881cf0345031d349 P 4eba3afabe2844ee9cecc31b1146a171: stopping tablet replica
I20260608 12:41:59.879125   431 raft_consensus.cc:2243] T 0f2f9e5dbcab4244881cf0345031d349 P 4eba3afabe2844ee9cecc31b1146a171 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:59.879748   431 raft_consensus.cc:2272] T 0f2f9e5dbcab4244881cf0345031d349 P 4eba3afabe2844ee9cecc31b1146a171 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:59.882578   431 tablet_replica.cc:333] T 6846f8d642044de39c8dd8af2218f9ab P 4eba3afabe2844ee9cecc31b1146a171: stopping tablet replica
I20260608 12:41:59.883158   431 raft_consensus.cc:2243] T 6846f8d642044de39c8dd8af2218f9ab P 4eba3afabe2844ee9cecc31b1146a171 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:59.884308   431 raft_consensus.cc:2272] T 6846f8d642044de39c8dd8af2218f9ab P 4eba3afabe2844ee9cecc31b1146a171 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:59.888422   431 tablet_replica.cc:333] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171: stopping tablet replica
I20260608 12:41:59.889364   431 raft_consensus.cc:2243] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:59.890393   431 raft_consensus.cc:2272] T 2479274be4d44cf1a9448fcd5a220ad6 P 4eba3afabe2844ee9cecc31b1146a171 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:59.893982   431 tablet_replica.cc:333] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171: stopping tablet replica
I20260608 12:41:59.894631   431 raft_consensus.cc:2243] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:59.896162   431 raft_consensus.cc:2272] T da6305e3e982413187f3d1145ef49c22 P 4eba3afabe2844ee9cecc31b1146a171 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:41:59.896656 12067 consensus_peers.cc:597] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0 -> Peer 8ef20ccc1cdc4f0e83e5a091dbea17e1 (127.0.107.193:40641): Couldn't send request to peer 8ef20ccc1cdc4f0e83e5a091dbea17e1. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40641: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:59.899086   431 tablet_replica.cc:333] T 3842b73a0fdc4801b8b488d0c1778b62 P 4eba3afabe2844ee9cecc31b1146a171: stopping tablet replica
I20260608 12:41:59.899657   431 raft_consensus.cc:2243] T 3842b73a0fdc4801b8b488d0c1778b62 P 4eba3afabe2844ee9cecc31b1146a171 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:59.900466   431 raft_consensus.cc:2272] T 3842b73a0fdc4801b8b488d0c1778b62 P 4eba3afabe2844ee9cecc31b1146a171 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:59.902900   431 tablet_replica.cc:333] T 53006f9c0a564c6787b82e3c03c8c9cc P 4eba3afabe2844ee9cecc31b1146a171: stopping tablet replica
I20260608 12:41:59.903384   431 raft_consensus.cc:2243] T 53006f9c0a564c6787b82e3c03c8c9cc P 4eba3afabe2844ee9cecc31b1146a171 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:59.903990   431 raft_consensus.cc:2272] T 53006f9c0a564c6787b82e3c03c8c9cc P 4eba3afabe2844ee9cecc31b1146a171 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:59.933350   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:59.963524   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:42:00.003588   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:00.004442   431 tablet_replica.cc:333] T 0f2f9e5dbcab4244881cf0345031d349 P 175791fa8c9248efa46decd85ed683d0: stopping tablet replica
I20260608 12:42:00.005333   431 raft_consensus.cc:2243] T 0f2f9e5dbcab4244881cf0345031d349 P 175791fa8c9248efa46decd85ed683d0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:00.006225   431 raft_consensus.cc:2272] T 0f2f9e5dbcab4244881cf0345031d349 P 175791fa8c9248efa46decd85ed683d0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:00.010059   431 tablet_replica.cc:333] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0: stopping tablet replica
I20260608 12:42:00.011117   431 raft_consensus.cc:2243] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:00.012485   431 raft_consensus.cc:2272] T 53006f9c0a564c6787b82e3c03c8c9cc P 175791fa8c9248efa46decd85ed683d0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:00.015393   431 tablet_replica.cc:333] T da6305e3e982413187f3d1145ef49c22 P 175791fa8c9248efa46decd85ed683d0: stopping tablet replica
I20260608 12:42:00.015978   431 raft_consensus.cc:2243] T da6305e3e982413187f3d1145ef49c22 P 175791fa8c9248efa46decd85ed683d0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:00.016461   431 raft_consensus.cc:2272] T da6305e3e982413187f3d1145ef49c22 P 175791fa8c9248efa46decd85ed683d0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:00.019088   431 tablet_replica.cc:333] T 2479274be4d44cf1a9448fcd5a220ad6 P 175791fa8c9248efa46decd85ed683d0: stopping tablet replica
I20260608 12:42:00.019614   431 raft_consensus.cc:2243] T 2479274be4d44cf1a9448fcd5a220ad6 P 175791fa8c9248efa46decd85ed683d0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:00.020156   431 raft_consensus.cc:2272] T 2479274be4d44cf1a9448fcd5a220ad6 P 175791fa8c9248efa46decd85ed683d0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:00.023466   431 tablet_replica.cc:333] T 3842b73a0fdc4801b8b488d0c1778b62 P 175791fa8c9248efa46decd85ed683d0: stopping tablet replica
I20260608 12:42:00.024155   431 raft_consensus.cc:2243] T 3842b73a0fdc4801b8b488d0c1778b62 P 175791fa8c9248efa46decd85ed683d0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:00.025242   431 raft_consensus.cc:2272] T 3842b73a0fdc4801b8b488d0c1778b62 P 175791fa8c9248efa46decd85ed683d0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:00.029013   431 tablet_replica.cc:333] T 6846f8d642044de39c8dd8af2218f9ab P 175791fa8c9248efa46decd85ed683d0: stopping tablet replica
I20260608 12:42:00.029603   431 raft_consensus.cc:2243] T 6846f8d642044de39c8dd8af2218f9ab P 175791fa8c9248efa46decd85ed683d0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:00.030140   431 raft_consensus.cc:2272] T 6846f8d642044de39c8dd8af2218f9ab P 175791fa8c9248efa46decd85ed683d0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:00.051100   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:42:00.075310   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:42:00.104178   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:00.105041   431 tablet_replica.cc:333] T 0f2f9e5dbcab4244881cf0345031d349 P c2235aeab84e47b5a007eb9675f0da15: stopping tablet replica
I20260608 12:42:00.105629   431 raft_consensus.cc:2243] T 0f2f9e5dbcab4244881cf0345031d349 P c2235aeab84e47b5a007eb9675f0da15 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:42:00.106033   431 raft_consensus.cc:2272] T 0f2f9e5dbcab4244881cf0345031d349 P c2235aeab84e47b5a007eb9675f0da15 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:42:00.108350   431 tablet_replica.cc:333] T 2479274be4d44cf1a9448fcd5a220ad6 P c2235aeab84e47b5a007eb9675f0da15: stopping tablet replica
I20260608 12:42:00.108886   431 raft_consensus.cc:2243] T 2479274be4d44cf1a9448fcd5a220ad6 P c2235aeab84e47b5a007eb9675f0da15 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:42:00.109301   431 raft_consensus.cc:2272] T 2479274be4d44cf1a9448fcd5a220ad6 P c2235aeab84e47b5a007eb9675f0da15 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:42:00.111212   431 tablet_replica.cc:333] T 53006f9c0a564c6787b82e3c03c8c9cc P c2235aeab84e47b5a007eb9675f0da15: stopping tablet replica
I20260608 12:42:00.111667   431 raft_consensus.cc:2243] T 53006f9c0a564c6787b82e3c03c8c9cc P c2235aeab84e47b5a007eb9675f0da15 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:42:00.112010   431 raft_consensus.cc:2272] T 53006f9c0a564c6787b82e3c03c8c9cc P c2235aeab84e47b5a007eb9675f0da15 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:42:00.113976   431 tablet_replica.cc:333] T da6305e3e982413187f3d1145ef49c22 P c2235aeab84e47b5a007eb9675f0da15: stopping tablet replica
I20260608 12:42:00.114408   431 raft_consensus.cc:2243] T da6305e3e982413187f3d1145ef49c22 P c2235aeab84e47b5a007eb9675f0da15 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:42:00.114739   431 raft_consensus.cc:2272] T da6305e3e982413187f3d1145ef49c22 P c2235aeab84e47b5a007eb9675f0da15 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:42:00.136102   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:42:00.150307   431 master.cc:562] Master@127.0.107.254:36465 shutting down...
W20260608 12:42:00.177115 11900 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:42:00.177362 11900 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:42:00.177565 11900 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:42:00.178721   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P a2236542aca44477ad4c763a0d1002a5 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:00.179219   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P a2236542aca44477ad4c763a0d1002a5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:00.179530   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P a2236542aca44477ad4c763a0d1002a5: stopping tablet replica
I20260608 12:42:00.199632   431 master.cc:584] Master@127.0.107.254:36465 shutdown complete.
[       OK ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/1 (6791 ms)
[----------] 2 tests from PreferFollowerRebalancingTest (13742 ms total)

[----------] Global test environment tear-down
[==========] 24 tests from 2 test suites ran. (253083 ms total)
[  PASSED  ] 24 tests.
I20260608 12:42:00.257812   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:5226: suppressed but not reported on 1 messages since previous log ~45 seconds ago
I20260608 12:42:00.258059   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 ~55 seconds ago
I20260608 12:42:00.258230   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 ~55 seconds ago
I20260608 12:42:00.258394   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:5374: suppressed but not reported on 37 messages since previous log ~89 seconds ago
I20260608 12:42:00.258587   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:4754: suppressed but not reported on 2 messages since previous log ~40 seconds ago
I20260608 12:42:00.258749   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:4809: suppressed but not reported on 38 messages since previous log ~174 seconds ago
I20260608 12:42:00.258971   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/tserver/heartbeater.cc:646: suppressed but not reported on 2 messages since previous log ~235 seconds ago
I20260608 12:42:00.259326   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/tablet/tablet.cc:2404: suppressed but not reported on 17 messages since previous log ~4 seconds ago
I20260608 12:42:00.259509   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/rpc/proxy.cc:239: suppressed but not reported on 1 messages since previous log ~0 seconds ago
